Install nVidia GForce Driver under Fedora Core 3
sh NVIDIA-Linux-x86-1.0-6629-pkg1.run, ignore the module conflict, recompile the driver.
Change /etc/X11/xorg.conf from Driver 'nv' to 'nvidia'
the following two lines deal with FC3 bug:
cp -a /dev/nvidia* /etc/udev/devices
chown root.root /etc/udev/devices/nvidia*
startx to start X server
Change /etc/inittab back to runlevel 5
Tip: It is not a bad idea to set display resolution to 1024X768 when installing the driver and change back after X server can start up normally.
nvidia-installer --uninstall will uninstall the driver.
