Configuring a NVIDIA graphics chip for Ubuntu 9.10

Author(s)

Bill Giannikos (Home Page)

Introduction

This guide will help you configure the proprietary nvidia module under Ubuntu 9.10. I will not be covering the open source nv module included with Xorg because its configuration is normally handled automatically by Ubuntu.

Licensing Issues

NVIDIA provide their own license for their driver. You will need to read and accept this license before proceeding. You can read this license here.

Prerequisites

You should run a full update for your installation of Ubuntu to ensure you have all the latest packages installed before proceeding.

Installing the NVIDIA driver from within the GUI

Ubuntu 9.10 includes the NVIDIA driver which makes installation quite easy. Here is how:

1. Launch the “Hardware Drivers” program from the menu System → Administration → Hardware Drivers

2. Enable to NVIDIA driver. You may have a few NVIDIA options here, it's best to select the recommended option.

3. Reboot

Like many things in Ubuntu this is nice and easy.

Installing the NVIDIA driver without the GUI

If you are unable to launch the GUI and are forced to install the driver from the text console follow these instructions.

1. Type in the following:

sudo apt-get install nvidia-glx-185
sudo nvidia-xconfig

2. Reboot

Again this is fairly easy. Please note that this will install version 185.18.36 of the NVIDIA driver. If you have an older graphic chip and this newer driver doesn't support it you can replace “nvidia-glx-185” with either “nvidia-glx-180”, “nvidia-glx-173”, “nvidia-glx-96” or “nvidia-glx-71”. Version 185 of this driver support all current NVIDIA chips for the 6 series and up, version 173 supports the 5 series, version 96 supports the 4 series and older cards with the 71 driver.

Troubleshooting

Normally after installing the nvidia driver with the steps above your xorg.conf file should have automatically been updates to use the newer driver. If this did not happen or for some reason it has reverted then enter the following command:

sudo nvidia-xconfig

This will switch you back to the nvidia driver.


Discussion

Enter your comment. Wiki syntax is allowed:
If you can't read the letters on the image, download this .wav file to get them read to you.
 
configuring_a_nvidia_graphics_chip_for_ubuntu_9.10.txt · Last modified: 2009/12/22 04:01 by billg
Contact Us Sister Sites Privacy Policy Terms of Use
Copyright © 2006-2013 Linwik.com and other authors