PDA

View Full Version : [SOLVED] want to stop nouveau driver



kedar5
September 11th, 2012, 08:46 AM
I want to install NVIDIA driver, but I have failed till now.

Following is the thread I followed, but it did not work.
nouveau driver is still running.

http://ubuntuforums.org/showpost.php?p=10324779&postcount=8

I am using Ubuntu 10.10.

Thanks for help.

GeForce 9500GT
September 11th, 2012, 09:49 AM
I want to install NVIDIA driver, but I have failed till now.

Following is the thread I followed, but it did not work.
nouveau driver is still running.

http://ubuntuforums.org/showpost.php?p=10324779&postcount=8

I am using Ubuntu 10.10.

Thanks for help.

Blacklisting the nouveau driver is a good thing to do. Before going any further, best to do is adding the x-swat PPA (https://launchpad.net/~ubuntu-x-swat/+archive/x-updates). Then delete every nvidia-nouveau driver using synaptic. If you did that, close synaptic and open a terminal and execute the following commands:

sudo apt-get update

sudo apt-get upgrade

sudo nvidia-xconfig
This will install the correct Nvidia driver. Make sure to follow up the instructions given in the terminal.

Elfy
September 11th, 2012, 10:05 AM
Possibly because you are using an end of life version.

GeForce 9500GT
September 11th, 2012, 10:16 AM
Possibly because you are using an end of life version.

Yes, version 10.10 is no longer supported. Best is also to upgrade to a newer version.

kedar5
September 12th, 2012, 06:57 PM
I removed the nouveau driver from my system with the help of following thread.

https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia

But many thanks for the replies.

Regards.