the procedure below :-
Procedure :-
Open the terminal :-
#> su
[put in your password]
# > gedit /etc/grub.conf
1. Add this to the end of the kernel line in /etc/grub.conf :
"rdblacklist=nouveau vga=0×318"
2.Terminal Command:
su -c "rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm"
3.Terminal Command :
"yum update"
4. For 64bit Users:
"yum install kmod-nvidia xorg-x11-drv-nvidia-libs.i686 xorg-x11-drv-nvidia-libs.x86_64"
5. For 32bit Users:
"yum install kmod-nvidia xorg-x11-drv-nvidia-libs.i686"
6. Reboot the system
7. You are done !
NOTE : If this doesn’t seem to work for you, in step one, instead of "rdblacklist=nouveau" Then try "nouveau.modeset=0"
Regards















February 16th, 2010 at 6:01 pm