Slashdot Mirror


NVIDIA Drivers for 2.6 Kernel

fmileto writes "Kerneltrap.org is reporting that Nvidia has released drivers for the 2.6 series kernel. The driver and install directions can be found on Nvidia's website."

4 of 437 comments (clear)

  1. Release Highlights from Nvidia.com by elviscious · · Score: 5, Informative

    Release Highlights

    * Support for Linux 2.6 kernels.
    * Fixed AGP failures on some VIA motherboards.
    * Fixed a problem that prevented X from running on Samsung X10 laptops.

  2. Official Feedback Thread by The+Baron+(nV+News) · · Score: 5, Informative

    is here, courtesy of Andy Mecham, NVIDIA's Linux driver guru.

    --

    ---
    nV News

  3. Answering my own question...link to README by LouisvilleDebugger · · Score: 5, Informative

    ftp://download.nvidia.com/XFree86/Linux-x86/1.0-53 36/README

    From the README:

    If you do not have a working XF86Config file, there are several ways
    to start: there is a sample config file that comes with XFree86,
    and there is a sample config file included with the NVIDIA driver
    package (it gets installed in /usr/share/doc/NVIDIA_GLX-1.0/).
    You could also use a program like 'xf86config'; some distributions
    provide their own tool for generating an XF86Config file. For more
    on XF86Config file syntax, please refer to the man page.

    If you already have an XF86Config file working with a different driver
    (such as the 'nv' or 'vesa' driver), then all you need to do is find
    the relevant Device section and replace the line:

    Driver "nv"
    (or Driver "vesa")

    with

    Driver "nvidia"

    In the Module section, make sure you have:

    Load "glx"

    You should also remove the following lines:

    Load "dri"
    Load "GLcore"

    if they exist. There are also numerous options that can be added to
    the XF86Config file to fine-tune the NVIDIA XFree86 driver. Please see
    Appendix D for a complete list of these options.

  4. Re:Huh? by Anonymous Coward · · Score: 5, Informative

    Until now they had to use a third party patch, found here