Refer to: http://www.mjmwired.net/resources/mjm-fedora-nvidia.html
Due to the compression sion of nouveau in fedora 11 and newer, it must first be disabled. After this step, a reboot is recommended.
Fedora 12 and Fedora 13
Solution:
1. Edit (as root):/boot/GRUB/grub. conf
To the end of the default kernel (usually the first), edit the kernel line.
Add the following: rdblacklist = nouveau to the end of the kernel line.
2. added "blacklist nouveau" at the end of "/etc/modprobe. d/blacklist. conf ".
Http://www.if-not-true-then-false.com/2011/fedora-15-nvidia-drivers-install-guide/
title Fedora (2.6.38.6-26.rc1.fc15.x86_64) root (hd0,0) kernel /vmlinuz-2.6.38.6-26.rc1.fc15.x86_64 .... rdblacklist=nouveau nouveau.modeset=0 initrd /initramfs-2.6.38.6-26.rc1.fc15.x86_64.img
[Root @ psc1000 C] # Cat/etc/modprobe. d/blacklist. conf
#
# Listing a module here prevents the hotplug scripts from loading it.
# Usually that 'd be so that some other driver will bind it instead,
# No matter which driver happens to get probed first. Sometimes user
# Mode tools can also control driver binding.
#
# Syntax: Driver name alone (without any spaces) on a line. Other
# Lines are ignored.
#
# Watchdog drivers
Blacklist i8xx_tco
# Framebuffer drivers
Blacklist aty128fb
Blacklist atyfb
Blacklist radeonfb
Blacklist i810fb
Blacklist cirrusfb
Blacklist intelfb
Blacklist kyrofb
Blacklist i2c-matroxfb
Blacklist hgafb
Blacklist nvidiafb
Blacklist rivafb
Blacklist savagefb
Blacklist sstfb
Blacklist neofb
Blacklist tridentfb
Blacklist tdfxfb
Blacklist virgefb
Blacklist vga16fb
Blacklist viafb
# ISDN-see Bugs 154799,159 068
Blacklist hisax
Blacklist hisax_fcpcipnp
# Sound drivers
Blacklist snd-pcsp
# I/O dynamic configuration support for s390x (BZ #563228)
Blacklist chsc_sch
Blacklist Nouveau
[Root @ psc1000 C] #
Solution B (not verify ):
-Or-Modify the initramfs:
[Mirandam @ Charon ~] $ Su-
Password:
[Root @ Charon ~] # Mv/boot/initramfs-$ (uname-R). img/boot/initramfs-$ (uname-R)-Nouveau. img
[Root @ Charon ~] # Dracut/boot/initramfs-$ (uname-R). IMG $ (uname-R)
[Root @ Charon ~] # Exit