View Full Version : How to remove nvidia-96xx drivers?
orion2087
22nd August 2008, 05:58 PM
I want to remove nvidia-96xx and go back to nv. I've removed most of the nvidia stuff through yum, but its still starting the driver on boot and the bin stuff is all still there. How do I do this?
PabloTwo
22nd August 2008, 06:12 PM
To revert to the 'nv' driver, just edit your /etc/X11/xorg.conf file. Find the line that says:
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
etc
etc
and change the "nvidia" to "nv". Save file and exit the text editor (you need to be root to edit this file). Then either logout and log back in, or CTL-ALT-Backspace, to restart the X server with the 'nv' driver.
How you remove the nvidia-96xx binaries depends a lot on how you installed them.
mjmwired
22nd August 2008, 10:19 PM
As previously mentioned, you never explained exactly how you installed the drivers.
Are you sure removed the correct rpm's? Run the following to check:
rpm -qa | grep 'nv'
If you are not sure which binaries belong to which RPM, run the following with the correct path to the binary you want to remove:
rpm -qf /path/to/file
Also, check your services:
/sbin/chkconfig | grep nvidia
The Livna installer puts a service to enable the Nvidia driver.
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.