Nvidia

Differences between revisions 1 and 15 (spanning 14 versions)
Revision 1 as of 2005-08-01 01:29:36
Size: 801
Editor: S0106000000cc07fc
Comment: split out page from BinaryDriverHowto
Revision 15 as of 2005-11-08 20:05:54
Size: 2259
Editor: dD5E086DA
Comment: remark about "GeForce2 MX"
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
1. `sudo apt-get install nvidia-glx`
1. `sudo nvidia-glx-config enable`
***
*NOTE* There are now two nvidia binary drivers available. If you use the older TNT, TNT2, TNT Ultra, GeForce, and GeForce2 chipsets, install the legacy packages:
Line 4: Line 4:
'''Note''': If you wish to use these drivers and run the XMMS music player, you should be aware of [https://bugzilla.ubuntu.com/show_bug.cgi?id=1724 this bug] Example:
Line 6: Line 6:
'''Note''': You can get around this bug by installing libmik. nvidia-glx'''-legacy''' and linux-restricted-modules-2.6.12-9-386'''-nvidia-legacy'''
Line 8: Line 8:
'''Note''' (optional): If you are going to compile 3d applications, you will want to install the `nvidia-glx-dev` package If you are using a recent card, use the plain '''nvidia-glx''' packages....
Line 10: Line 10:
'''Note''' (optional): the `nvidia-settings` package provides a control panel to configure graphics card options such as gamma correction. ***
Line 12: Line 12:
=== Notes ===   '''Note-on-a-note:''' someone with a GeForce2 MX had a problem where the nvidia-glx-legacy driver didn't work for him, but the nvidia-glx driver did. So if you have the same problem, try that. --JanClaeys
Line 14: Line 14:
Edit: That script worked for me perfectly, but keep sure to have the right version of linux-restricted-modules installed (it must match the version of the running kernel).
Line 16: Line 15:
CategoryDocumentation CategoryCleanup
To enable support for nVidia graphics cards:
 1. Install the driver '''nvidia-glx''' using [https://www.ubuntulinux.org/wiki/SynapticHowto Synaptic].
  * System -> Administration -> Synaptic Package Manager
 2. Type '''sudo nvidia-glx-config enable''' at a terminal to enable it.
  * Applications -> System Tools -> Terminal
 3. Log out of gnome, hit '''control-alt-backspace''', and log in again (you may need to restart?).
  * System -> Log Out

If you see an nVidia splashscreen after hitting control-alt-backspace, your drivers are properly installed.

Optional:
The '''nvidia-settings''' package provides a control panel to configure graphics card options such as gamma correction.

If you are going to compile 3d applications, you will want to install the '''nvidia-glx-dev''' package

'''Note''': If you wish to use these drivers and run the XMMS music player, you should be aware of [https://bugzilla.ubuntu.com/show_bug.cgi?id=1724 this bug (fixed at least in Breezy]. You can get around this bug by installing libmik.

'''Note''': Be sure to have the right version of linux-restricted-modules installed. It must match the version of the running kernel.

'''Note''': RenderAccel has a bug. Memory leak and crashes. Disable it in xorg.conf in the section "Device".
{{{
Option "RenderAccel" "false"}}}

'''Disabling the nVidia logo on Gnome/KDE startup:''' To get rid of it, add the following line to xorg.conf in the section "Device"
{{{
Option "NoLogo"}}}

'''Getting suspend to work with the binary driver:'''
See NvidiaLaptopBinaryDriverSuspend


For other drivers, refer to the BinaryDriverHowto
Part of UserDocumentation

*** *NOTE* There are now two nvidia binary drivers available. If you use the older TNT, TNT2, TNT Ultra, GeForce, and GeForce2 chipsets, install the legacy packages:

Example:

nvidia-glx-legacy and linux-restricted-modules-2.6.12-9-386-nvidia-legacy

If you are using a recent card, use the plain nvidia-glx packages....

***

  • Note-on-a-note: someone with a GeForce2 MX had a problem where the nvidia-glx-legacy driver didn't work for him, but the nvidia-glx driver did. So if you have the same problem, try that. --JanClaeys

To enable support for nVidia graphics cards:

  1. Install the driver nvidia-glx using [https://www.ubuntulinux.org/wiki/SynapticHowto Synaptic].

    • System -> Administration -> Synaptic Package Manager

  2. Type sudo nvidia-glx-config enable at a terminal to enable it.

    • Applications -> System Tools -> Terminal

  3. Log out of gnome, hit control-alt-backspace, and log in again (you may need to restart?).

    • System -> Log Out

If you see an nVidia splashscreen after hitting control-alt-backspace, your drivers are properly installed.

Optional: The nvidia-settings package provides a control panel to configure graphics card options such as gamma correction.

If you are going to compile 3d applications, you will want to install the nvidia-glx-dev package

Note: If you wish to use these drivers and run the XMMS music player, you should be aware of [https://bugzilla.ubuntu.com/show_bug.cgi?id=1724 this bug (fixed at least in Breezy]. You can get around this bug by installing libmik.

Note: Be sure to have the right version of linux-restricted-modules installed. It must match the version of the running kernel.

Note: RenderAccel has a bug. Memory leak and crashes. Disable it in xorg.conf in the section "Device".

Option          "RenderAccel"   "false"

Disabling the nVidia logo on Gnome/KDE startup: To get rid of it, add the following line to xorg.conf in the section "Device"

Option          "NoLogo"

Getting suspend to work with the binary driver: See NvidiaLaptopBinaryDriverSuspend

For other drivers, refer to the BinaryDriverHowto Part of UserDocumentation

BinaryDriverHowto/Nvidia (last edited 2008-08-06 16:22:27 by localhost)