Remove nouveau and install nvidia Driver in Ubuntu 15.04

July 6, 2015 in O.S.

Reboot your computer and at login screen press "ctrl+alt+F1″. That will redirect you to one of the active terminals. Login with your credentials and navigate to your Downloads directory

cd ~/Downloads/

chmod +x NVIDIA-Linux-x86_64-352.21.run

Replace "NVIDIA-Linux-x86_64-352.21.run" with the name of the file that you Download in the previous step.

Stop the X-server:

sudo /etc/init.d/lightdm stop

execute the installation:

sudo ./ NVIDIA-Linux-x86_64-352.21.run

follow the instructions on the screen:

At that point you might get a warning that " The distribution-provided pre-install script failed! are you sure that you want to continue?" You can select continue on this one.

Next it will ask you to register the kernel module source with DKMS. Select "yes"

If you dont have 32 bit compatibility the you will get a warning. Just select ok.

You might get a few more steps depends on the hardware and driver version but just before the installation finish it will ask you if you want to let the installation to run the nvidia-xconfig for you. Please let this one run unless you want and you know how to do that manually.

once you finish reboot your computer:

reboot

In case that the graphics are not as they suppose to be, open a command line and type the following:

sudo nvidia-xconfig

And then reboot again

Important note!

Some under-clocked NVIDIA graphic cards and M versions might have issues with the latest drivers. Try to use an older driver from the Nvidia archives website if the latest driver fails.

 

Pages: 1 2