Installing the latest nVidia drivers (180.29) on Ubuntu Intrepid is quite easy. First, pull up a terminal (for gnome, Applications > Accessories > Terminal) and enter the following command.
sudo gedit /etc/apt/sources.list
You will be prompted for your password. At the bottom of the newly opened file insert the following lines:
deb http://ppa.launchpad.net/anders-kaseorg/ppa/ubuntu intrepid main
deb-src http://ppa.launchpad.net/anders-kaseorg/ppa/ubuntu intrepid main
Save and close the file. Now go back to the terminal and enter the following command to authenticate the PPA repository we've specified in our repository list.
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 026491A5DD081BDC6CDFC0DE6298AD34413576CB
Now we are ready to install. In the terminal once again we'll enter the following.
sudo apt-get update
sudo apt-get install nvidia-glx-180
The terminal will prompt you to make sure it is okay to install the package and remove the old ones. You may confirm this with a "y" for yes.
After the packages have been installed you may restart your computer. When you log back in your new drivers will be active.
I noticed a huge increase in performance on several applications including Gnome-Do's Docky app.
i tried b8 its showing list
i tried b8 its showing list sources could not reaad...
Worked good, thanks!
Worked good, thanks!
Worked like a charm, thanks!
Worked like a charm, thanks!
Installation went smoothly,
Installation went smoothly, however on a Thinkpad T61 Ubuntu 8.10 (32Bit) the desktop effects stopped working. When trying to switch them on I just get the message: "Desktop Effects could not be enabled". Seems I screwed something up. Tried with a nex xorg.conf to no avail. Any idea?
In nvidia's site it says that
In nvidia's site it says that this driver fixes the bug when X is restarted, but I have the same problem.. when X is restarting it can't load the nvidia driver
Thanks for the info. This
Thanks for the info. This installed the drivers successfully for me!
Thanks Adam! This package
Thanks Adam! This package works great! Saved me a lot of trouble ;)
works perfectly. using Ubuntu
works perfectly. using Ubuntu 8.10 64 bit with Nvidia geforce 9500 GT. used synaptic after repositories were installed.
thanks alot! i have a habit of hosing my systems whenever i decide to update my video drivers.
Thank you!
Thank you!
Thank you very much for this
Thank you very much for this write-up!
one more step
I'm not sure if everyone has to do this, but for me I also had to install the modalias package so it would show up in the list of available hardware drivers. Thanks for the tutorial.
Post new comment