Adam Michael Roach's picture

Installing nVidia 180.29 Drivers in Intrepid

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.

Anonymous's picture

i tried b8 its showing list

i tried b8 its showing list sources could not reaad...

Anonymous's picture

Worked good, thanks!

Worked good, thanks!

Anonymous's picture

Worked like a charm, thanks!

Worked like a charm, thanks!

Anonymous's picture

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?

Anonymous's picture

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

Anonymous's picture

Thanks for the info. This

Thanks for the info. This installed the drivers successfully for me!

Anonymous's picture

Thanks Adam! This package

Thanks Adam! This package works great! Saved me a lot of trouble ;)

Anonymous's picture

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.

Anonymous's picture

Thank you!

Thank you!

Anonymous's picture

Thank you very much for this

Thank you very much for this write-up!

Anonymous's picture

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

  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • You can enable syntax highlighting of source code with the following tags: [bash], [drupal5], [drupal6], [javascript], [php], [python], [ruby].
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.

More information about formatting options