NVIDIA Install Instructions for FC3
Based on the Alternate Instructions for NVIDIA from fedorafaq.org
http://www.fedorafaq.org/custom_nvidia.html
1. Get the lastest linux drivers.
2. Now print this out, or write it down, because we're going to close X, the graphical part of Linux.
3. Open a Terminal.
4. Become root:
5. Shut down X:
6. Now, you will have a "Login:" prompt. Log in as root and go to the directory where you downloaded the nVidia drivers.
7. Type:
Code:
sh NVIDIA-Linux-x86-1.0-6629-pkg*.run
8. Follow nVidia's instructions to set up the driver. (Read the "EDITING YOUR XF86CONFIG FILE" section.)
9. You may need to remove some conflicting files, only do this if 3d accelerated apps do not apprear to be working.
Code:
rpm -e --nodeps xorg-x11-Mesa-libGL
NOTE: If you update any "xorg-x11" package with up2date or yum, you will have to do the above command again.
10. Load nvidia driver
11. Set nvidia driver to load with udev.
Code:
cp -a /dev/nvidia* /etc/udev/devices
Code:
chown root.root /etc/udev/devices/nvidia*
12. Reboot