Informational Linux Blog
Installing nVidia Graphic Card Driver in Ubuntu
Note: This is not for the older versions of Ubuntu.
1. Go to Nvidia site and download the driver for your model.
2. Save the driver somewhere on your file system, that may be your home folder or /opt.
3. Press Ctrl+Alt+F1 and go to terminal. Enter terminal as root.
4. Then to end xserver, type the following command:
# /etc/init.d/gdm stop
5. Go into the directory where you placed your Nvidia driver and type the following command:
# sh xxxxxxxxxxxxxxxxxx.run
7. The installation of the driver will begin. Wait for it to finish.
8. To start xserver again, type the following command:
# /etc/init.d/gdm start
9. Once again login into the xserver and you should see the desktop effects enabled. If not, manually enable the effects in System -> Preferences -> Appearance (under the Visual Effects tab).
| Print article | This entry was posted by russianbandit on December 2, 2009 at 6:44 pm, and is filed under Commands, Ubuntu. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |

about 1 month ago
in lucid (10.04) it’s not so simple! the problem is the nouveau kernel module is loaded and you can’t unload it because it’s in use… but you can’t install the nvidia drivers while another module is using the f*ing card!
the solution is sooo complex it makes you wanna die! if you dare to know, if you are brave enough, if you really wanna install the latest shiny drivers … http://ubuntuforums.org/showthread.php?p=9211609
good luck