It is very simple and easy to set things up using the latest installer from the nvidia website. If you choose to go that route then there is only one thing that you need to know. The installer from the nvidia website puts your drivers and extensions in the old modules location which is:
/usr/X11R6/lib/modules/ All you need to do to get things working with the nvidia installer is copy the contents of the extensions/ and drivers/ directories over to the new location which is: /usr/lib/xorg/modules/ Or you can use ln to link the directories. rm -rf /usr/X11R6/lib/modules/drivers /usr/X11R6/lib/modules/extensions ln -s /usr/lib/xorg/modules/extensions /usr/X11R6/lib/modules/extensions ln -s /usr/lib/xorg/modules/drivers /usr/X11R6/lib/modules/drivers Then all you have to do is run the installer. As far as I know this doesn't interfere with any debian packages and is even easier than the "Debian Way." Enjoy. On Sun, 09 Jul 2006 15:54:56 -0700 Alan Ianson <[EMAIL PROTECTED]> wrote: > How does one go about installing the nvidia drivers on an etch amd64 box? I > have tried before but haven't been able to get it to work. A couple > questions, any advice/ideas welcome. > > 1. Is there howto or ??? > > 2. Should I install the drivers from the nvidia web site or is there a better > debian way? > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

