Abarbarian
Acruncher
- Joined
- Sep 30, 2005
- Messages
- 11,023
- Reaction score
- 1,223
I'm playing around with the Edubuntu version of Ubuntu and have found it remarkably easy to set up and use. Except for getting and using the latest Nvidia drivers. Well getting the drivers was not really a problem as they are on the Nvidia site, the one I got was for a GFX 5200 but it is also used for much newer cards. As the install is a bit tricky I thought I would post my findings here.
Drivers I used,
NVIDIA-Linux-x86-173.4.05-pkg1.run
Download them to your desktop.
The open up a terminal and,
sudo apt-get install build-essential
sudo apt-get remove nvidia
sudo /etc/init.d/gdm stop
As I was not going to write a walkthrough I did not pay attention to this command and can not remember if I did "sudo" at the font or whether I just put "cd" as the starter. So if it does not work with "sudo" start with "cd".
sudo cd /home/your user name/Desktop
chmod a+x Nvidia-Linux-x86-173.14.05-pkg1.run
sudo sh ./Nvidia-Linux-x86-173.14.05-pkg1.run
sudo /etc/init.d/gdm stop
Now I did alll the above and every time I strated the pc I had a problem as the system had lost the way to the drivers and I had to fafh around to get a usable screen again.
So add this to the end of the above procedure,
sudo nano /etc/default/linux-restricted-modules-common
Alter the entry to,
DISABLED_MODULES= "nv nvidia_new"
To save the entry in nano press ctr+o and the exit by ctr+x.
Close the terminal if it is still open.
You should now have the latest drivers installed and useable and they should be ok when you reboot.
Drivers I used,
NVIDIA-Linux-x86-173.4.05-pkg1.run
Download them to your desktop.
The open up a terminal and,
sudo apt-get install build-essential
sudo apt-get remove nvidia
sudo /etc/init.d/gdm stop
As I was not going to write a walkthrough I did not pay attention to this command and can not remember if I did "sudo" at the font or whether I just put "cd" as the starter. So if it does not work with "sudo" start with "cd".
sudo cd /home/your user name/Desktop
chmod a+x Nvidia-Linux-x86-173.14.05-pkg1.run
sudo sh ./Nvidia-Linux-x86-173.14.05-pkg1.run
sudo /etc/init.d/gdm stop
Now I did alll the above and every time I strated the pc I had a problem as the system had lost the way to the drivers and I had to fafh around to get a usable screen again.
So add this to the end of the above procedure,
sudo nano /etc/default/linux-restricted-modules-common
Alter the entry to,
DISABLED_MODULES= "nv nvidia_new"
To save the entry in nano press ctr+o and the exit by ctr+x.
Close the terminal if it is still open.
You should now have the latest drivers installed and useable and they should be ok when you reboot.