0
Monday
08
May-2006
Filed Under: Ubuntu

  1. Open the SYnaptic package manager by selecting the “Add/Remove…” entry in the Applications menu.
  2. Click the Advanced button and enter your password when prompted.
  3. Click the Settings menu and choose the “Repositories” item.
  4. Click the “+Add” button to add more repositories.
  5. Select the “Community Maintained (Universe)” and “Non-free (Multiverse)” checkboxes, then click “+Add”. Click the close button from the “Software Preferences” window as well.
  6. Click the “Reload” button to refresh your repository index.
  7. Click the Search button and type “nvidia” as your search criteria; hit search.
  8. Select the following packages: nvidia-glx, nvidia-settings, nvidia-config. Also make sure that the linux-restricted-modules-[xxx] and nvidia-kernel-common are either already installed or selected for installation, then click the “Apply” button.
  9. Once everything is installed close Synaptic.
  10. Open a terminal window.
  11. Enter the following command:
    sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_backup

    and hit .

  12. Enter the the following when the previous step is done:
    sudo nano /etc/X11/xorg.conf

    and hit . Scroll down to the section called “Module” and comment out the lines ‘Load “dri”‘ and ‘Load “GLcore”‘ by putting a ‘#’ at the front of the line. Add the line ‘Load “glx”‘.

  13. Next find the section called “Device” and change the line ‘Driver “nv”‘ to ‘Driver “nvidia”‘. Also add the following line: ‘Option “RenderAccel” “true”‘.
  14. Hit -O to save, then -X to exit.
  15. Type
    sudo gedit /usr/share/applications/NVIDIA-Settings.desktop

    and hit enter. A blank editor screen will appear.

  16. Paste the following lines:
    [Desktop Entry]Name=NVIDIA SettingsExec=nvidia-settingsIcon=Terminal=falseType=ApplicationCategories=Application;System;

    then save the file.

  17. Log out and restart your computer.

NVidia drivers should now be enabled (you may see an NVidia splash screen when booting up). Please note that this guide is not intended for older graphic cards such as the MX400 as they require special instructions.

No Response to "Ubuntu 6.06 - Part 2: Installing nVidia Graphics Drivers"

Be the first to comment! :)

Share Your Thoughts

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>