http://www.nvidia.com/content/drivers/drivers.asp
(IA32, IA64, and Athlon64 versions available).
Init 1, 2, or 3. YOU CANNOT INSTALL THE DRIVER WITH X RUNNING!
Log in as root.
Run the NNVIDIA-Linux-{ARCH}-1.0-6629-pkg1.run
program (It's a
binary executable file). Notice that the good folks at nVidia take care to
mention that their module taints your kernel with proprietary code. (Sorry,
RMS!)
Edit your xorg.conf file. This is located at /etc/X11/xorg.conf
Find the section device identifier "Videocard1". Change the line "nv"
to "nvidia". Find the section "Module". COMMENT THE LINE Load "dri"
with a # at the beginning of the line.
THE FOLLOWING STEP IS NEEDED FOR FC3!!!
Edit the rc.sysinit file. This is located at /etc/rc.d/rc.sysinit
Find the following lines in this file:
ide=""
scsi=""
network=""
audio=""
other=""
Change the line
other=""
to
other="nvidia"
Reboot to runlevel 5 and run lsmod to verify that the nvidia module
was loaded properly. All done!