You can get the proprietary nVidia drivers package for your graphics card from plf. You can set up the plf media sources for urpmi at
Easy URPMI by following the directions there.
You can also get the latest nVidia drivers from the
nVidia WEB site. To install these drivers, switch to a console screen (
ALT+F2), log in and su to root, exit Xorg (
telinit 3), make the nVidia file executable
Code:
chmod +x ./NVIDIA-Linux-x86-1.0-9746-pkg1.run
and execute it
Code:
./NVIDIA-Linux-x86-1.0-9746-pkg1.run
HTH,