there are TWO ways to install the nvidia driver
1)
install the rpmfusion repo and run " yum install kmod-nvidia "
this is the PREFERRED way
2)
use the nvidia.run driver
a)
install The devel tools
--- including the current kernel source and headder rpm's
--- including gcc
the easiest way is to do this
Code:
yum groupinstall " Development Tools" "Development Libraries"
yum install kernel-devel kernel-headers
download THE CORRECT nvidia.run for your card
copy it to /
as root in the terminal
Code:
cd /
chmod +x *.run
telinit 3
relogin as root in the NOW text only mode
IN TEXT ONLY MODE
cd to /
and fallow the on screen directions
then reboot
THEN REINSTALL Mesa GL -- This is A MUST
Code:
yum install mesa-libGL-devel mesa-libGL mesa-libGLU-devel mesa-libGLU mesa-libGLw mesa-libGLw-devel
-- then for reinstalling mesa run this ---
yum reinstall mesa*
------------- VERY IMPORTANT ---------------
For all and every
kernel,xorg , and X11 update YOU MUST reinstall the .run driver AND MESA