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."
← Back to Stories (view on slashdot.org)
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.
is here, courtesy of Andy Mecham, NVIDIA's Linux driver guru.
---
nV News
ftp://download.nvidia.com/XFree86/Linux-x86/1.0-53 36/README
/usr/share/doc/NVIDIA_GLX-1.0/).
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
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.
Until now they had to use a third party patch, found here