I want to do light gaming with my GT 710. So I went I ahead and installed the proprietary drivers through GUI method. I got a login Loop. I fixed the loop but now I want to install the drivers without getting the loop. What do you guys suggest to do?
Asked
Active
Viewed 253 times
1
-
Have you tried the answers here: https://askubuntu.com/questions/61396/how-do-i-install-the-nvidia-drivers ? – Terrance Mar 09 '18 at 04:26
-
1You can not install the nvidia driver in persist mode you would have to remaster the iso. Persistence is a way to access data but does not act as a normal installation – Panther Mar 09 '18 at 05:06
-
1You can make an installed system in a USB drive (installed like into an internal drive). See this link, Boot Ubuntu from external drive. You can install a proprietary driver in this system (and it will work in computers, that work with that driver, but maybe not in other computers). – sudodus Mar 09 '18 at 09:58
1 Answers
0
What finally fixed the problem for me was disabling the UEFI secure boot option for my OS:
Enter your UEFI Bios utility on boot and navigate to advanced mode.
Disable fast boot
- Go to boot/secure boot and change OS type to "Other OS"
- Save and restart
http://www.rodsbooks.com/efi-bootloaders/secureboot.html#disable
-
To prevent the effects of link-rot, would you please show the basic steps? – SDsolar May 30 '18 at 21:16