Answers for "infinite loop login ubuntu after install nvidia drivers"

C
1

infinite loop login ubuntu after install nvidia drivers

Press CTRL-ALT-F1 ... F5

Uninstall any previous drivers:

sudo apt-get remove nvidia-*
sudo apt-get autoremove

Uninstall the drivers from the .run file:

sudo nvidia-uninstall

This should remove the login loop, so now reboot and login normally.
Apply only if you use lightdm, Press again CTRL-ALT-F1 and do:

sudo service lightdm stop

sudo bash Your-Nvidia-Drivers-File.run
I used all the default options, except for the opengl,
where I said no. I don't know if this is important though.

And here is the important part: DO NOT reboot. Just do:

sudo service lightdm restart
and press CTRL-ALT-F7 to login immediately after installation. 
This way I never saw a login loop again.

Share
Posted by: Guest on July-07-2021

Code answers related to "C"

Browse Popular Code Answers by Language