Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Revert back from NVIDIA drivers

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
User avatar
infestor
Posts: 175
Joined: 2012-02-07 22:18

Revert back from NVIDIA drivers

#1 Post by infestor »

i want to revert back to free drivers from nvidia drivers which i have installed currently (i run wheezy). i've been having problems with nvidia drivers. how do i go back to free drivers?
---------------

cynwulf

Re: Revert back from NVIDIA drivers

#2 Post by cynwulf »

If you're running testing, this is fairly basic stuff which you should be able to do...

This will show you which packages are installed that match "nvidia".

Code: Select all

$ aptitude search ~invidia
Stop X and purge those packages - if you're lazy the following command should usually suffice for this:

Code: Select all

# aptitude purge ~nnvidia
Move xorg.conf to a backup file e.g.

Code: Select all

# mv /etc/X11/xorg.conf /etc/X11/nvidia.xorg.conf
Check whether nouveau xorg driver is installed

Code: Select all

$ aptitude search ~ixserver-xorg-video-nouveau
If it returns nothing, install it.

Ensure you haven't blacklisted nouveau in /etc/modprobe.d/blacklist.conf (no need for that anyway). Reboot and nouveau will be the display driver.

Post Reply