Jeshu
5
@Soong did an excellent post on this,
The following commands give you a choice which Nvidia drivers to install. Excellent for getting the latest drivers.
In a nutshell
when you do it for the second time start here
rmdir $HOME"/nvidea-all"
#if do this for the first time start here;
git clone GitHub - Frogging-Family/nvidia-all: Nvidia driver latest to 396 series AIO installer
cd nvidia-all
makepkg -si
sudo mkinitcpio -P
sudo grub-mkconfig -o /boot/grub/grub.cfg
1 Like