Installing nvidia driver for FC3
1. Go to www.nvidia.com and download the linux drivers for x86. I got the following files:
NVIDIA-Linux-x86-1.0-6629-pkg1.run
README.txt
2. Disable X in the /etc/inittab and reboot
# vi /etc/inittab
change: id:5:initdefault:
to: id:3:initdefault:
# init 6
3. Run the the installer as root
# sh NVIDIA-Linux-x86-1.0-6629-pkg1.run
4. Setup your xorg.conf files, pre README.txt
This directory contain a working xorg.conf for duel display (twinview).
xorg.conf
5. Restore /etc/inittab
6. nvidia module didn't reload a boot time, need to do this to fix.
cp -a /dev/nvidia* /etc/udev/devices/