Nvidia video drivers(Geforce, TNT and TNT2)
Nvidia has very good 3D accelerated Linux drivers,
you can
download them from drivers section of
http://www.nvidia.com
Download the installer, browser to the directory
where the you've downloaded the file, and right click it. Now go to
permissions, and give the file executalbe premissions by ticking the appropriate box.
Now open a shell, under KDE you can use konsole, type su, insert your root password when requested
Now, after closing all applications, run "init 3". Your graphics system will shut down, you'll get a
console, log in as root, and move to the directory where you dowloaded the installer with the cd command,
then run the installer
./NVIDIA-Linux-x86-1.0-7664-pkg1.run
obviously the installer's name may change if a new version is released
Follow the on screen instructions, to install the driver, you may need
your linux source code installed.
Run
startx
and the graphics system will start as root, open /etc/X11/XF86Config-4 with a text editor like kwrite
find the section device, it looks like this
Section "Device"
Identifier "device1"
VendorName "nVidia Corporation"
BoardName "RIVA TNT2"
(This line depends on what video card you have,
don't change it)
Driver "nv"
Option "DPMS"
EndSection
Change the line driver to Driver "nvidia", so that this section
of the file looks like this
Section "Device"
Identifier "device1"
VendorName "nVidia Corporation"
BoardName "RIVA TNT2"
(This line depends on what video card you
have, don't change it)
Driver "nvidia"
Option "DPMS"
EndSection
Now save the file and exit the session, you'll go back to the console. Run "init 5 && exit"
From now on you've got a complete OpenGL 2.0 3D implementation, and you can run all the 3D games and application you want. You'll also get full frame rate dvd playback support (If you need
a dvd player for encrypted dvds
click here)
The complete documentation for these drivers are on the nvidia web site.
Home page
Copyright 2003-2005 Ivan Leo Puoti. All rights reserved. For
licensing questions please email me.
All software hosted here can be used exclusevly under the terms of its
licence.