if you use the nvidia.run driver you NEED to make sure it is the correct one for your card.
most of the new cards use the 185.18.36 driver the 32 bit or 64 bit depending on the OS.
-- 32 bit --
http://www.nvidia.com/object/linux_d...185.18.36.html
read the nvidia README file
http://us.download.nvidia.com/XFree8...DME/index.html
REQUIRED
you will need to install the kernel-devel and kernel-headers
Code:
yum install kernel-devel kernel-headers
and have gcc installed
I do this by using "groupinstall"
su -
yum groupinstall "Development Tools" "Development Libraries"[/code]
I copy the .run driver ( NVIDIA-Linux-x86-185.18.36-pkg1.run is the current for new cards )
to /
then run
Code:
su -
cd /
chmod +x *.run
*.run
but you might need to use this command to run it
" sh ./*.run "
then fallow the onscreen instructions
then BEFOR rebooting reinstall the OpenGL mesa
Code:
yum install mesa-devel
yum reinstall mesa*
then for EVERY kernel,X11 and xorg update you MUST reinstall the .run driver AND mesa ( yum reinstall mesa* )