[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Drivers Nvidia sous woody



On Fri, 2002-10-25 at 13:32, Yannoux wrote:
> Bonjour tlm,

Bonjour,

> Quelqu'un a til déjà réussi à les installer ?

Oui.

> Si oui comment ?

/usr/share/doc/nvidia-kernel-src/README.Debian
/usr/share/doc/nvidia-glx-src/README.Debian
/usr/share/doc/nvidia-glx/README.gz

J'ai fait une petite synthèse dans le fichier joint.
Dis nous si tu as reussi (si tu reussi :-).

A+.
Pré-requis

build-essential
dpkg-dev
debhelper
g++
g++-2.95
html2text
libstdc++2.10-dev
debconf-utils

# apt-get install nvidia-glx-src nvidia-kernel-src
# cd /usr/src
# tar -zxf nvidia-kernel-src.tar.gz
# cd linux (or your kernel source directory)
# make-kpkg modules_image
# cd /usr/src
# dpkg -i nvidia-kernel-KVER*.deb

Note: It is advised not to clean the kernel source tree between 
"make-kpkg kernel_image" and "make-kpkg modules_image". 

Also you must add any users who wish to use OpenGL applications to the group
video. You can do this with:

# adduser username video

# cd /usr/src/nvidia-glx-1.0.2960
# dpkg-buildpackage -us -uc
# cd /usr/src
# dpkg -i nvidia-glx*.deb

Modify your /etc/X11/XF86Config-4

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"

Redémarrer le X.

Reply to: