OK, so I know that other people asked exactly the same... but I just moved from Nouveau to Nvidia using this tutorial, and the new drivers are really, really, really slow. How can I remove Nvidia drivers and recover the open ones?
Asked
Active
Viewed 3.3k times
2 Answers
6
- If you added things to the blacklist, remove them now from the list with
sudo gedit /etc/modprobe.d/blacklist.conf - Now close your session and press Ctrl + Alt + F1 in the login menu.
- Login with your username and password.
- Run
sudo stop lightdm, which will stop X11 (including the standard login menu!) - Now exec
sudo nvidia-uninstall - Press Yes to restore from a backup.
- You may find errors related with non-empty folders. Ignore them.
- If you removed Nouveau, run
sudo apt-get install xserver-xorg-video-nouveau - Now you can finish with
sudo reboot
Xerz
- 4,591
- 3
- 23
- 37
-
The question is about restoring the open graphics drivers (Nouveau), not about installing ``nvidia-current``. Additionally, ``sudo stop lightdm`` won't work. I think you mean ``sudo service lightdm stop``. – gertvdijk Sep 16 '12 at 12:55
-
1) Isn't `nvidia-current` the same as Noveau? – Xerz Sep 16 '12 at 13:41
-
2) This is my question AND my answer, so I tested myself the instructions :P – Xerz Sep 16 '12 at 13:42
-
2Nouveau is provided by ``xserver-xorg-video-nouveau``. ``nvidia-current`` will blacklist ``nouveau`` in ``/etc/modprobe.d/nvidia-graphics-drivers.conf``. – gertvdijk Sep 16 '12 at 13:45
-
And please, use negative votes as few as possible. Comment or flag instead. – Xerz Sep 16 '12 at 14:10
-
From @gfournier: sudo apt-get purge nvidia* and installing xserver-xorg-video-nouveau broke my configuration and I couldn't fix it (although I don't try much). I'll try Bublebee – Kevin Bowen Jul 08 '13 at 03:14
3
I had a similar problem. Solved like this:
Boot as normal and get to login screen
press Ctrl+Alt+F1
Login with your username and password.
type
sudo stop lightdmand press Enter, stops X11type
sudo apt-get purge nvidia*and press Enter - clears all nvidia itemstype
sudo apt-get install xserver-xorg-video-nouveauand press Enter - will install this package or tell you if it is already there.type
sudo reboot
This got me back up and running (although no icons in Unity Launcher - since need correct graphic drivers) check system settings to search for Additional drivers to see if this can be addressed - although adding wrong drivers may cause the system to be faulty or freeze after login.
Eric Carvalho
- 53,609
- 102
- 137
- 162
user115719
- 301
- 2
- 4