Copyright © if not true then false. All Rights Reserved. Snowblind by Themes by bavotasan.com. Powered by WordPress.

I've tried this method in two Fedora 12 machine, and looks like it is working. Nouveau has been enabled by default starting from Fedora 11 and looks like nouveau cause some problems on Fedora 12, when try to use nVidia proprietary driver.
Note: nVidia proprietary drivers on Fedora 12 does not support older cards than GeForce 6 cards.
Install nVidia driver and disable nouveau
Run the following commands as root. Enable access to both the free and the nonfree RPM Fusion repositoryrpm -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
yum update
yum install kmod-nvidiayum install kmod-nvidia-PAEsetsebool -P allow_execstack onrdblacklist=nouveautitle Fedora (2.6.31.5-127.fc12.i686) root (hd0,0) kernel /vmlinuz-2.6.31.5-127.fc12.i686 ro root=UUID=a94a89b7-e984-4c00-4447-7d45a77b124 rhgb quiet SYSFONT=latarcyrheb-sun16 LANG=en_US.UTF-8 KEYTABLE=en rdblacklist=nouveau initrd /initramfs-2.6.31.5-127.fc12.i686.img
reboot
And finally nVidia driver should work normally.


December 19, 2009 at 6:32 pm
[...] Howto install nVidia driver on Fedora 12 (and just disable the nouveau driver) [...]
December 26, 2009 at 1:08 pm
This worked like a charm! Thanks!
January 7, 2010 at 6:46 am
I just followed the above instruction and rebooted to a black screen… now what do I do?
January 7, 2010 at 7:56 am
Change to console with ctrl+alt+F2 or (ctrl+alt+F3, F4, F5, F6).
Write following commands:
Should not output anything, if output nouveau driver then check that you have rdblacklist=nouveau on your grub.conf on right kernel row.
Should output nvidia driver, if not then run again exactly following command:
setsebool -P allow_execstack onThen reboot again:
March 2, 2010 at 12:07 am
I am a frequent reader of your blog and just wanted to let you know you that I really like your articles.
March 2, 2010 at 12:25 am
Really nice to hear that you read frequently my blog and you like my writings. Thank you very much for your feedback!
March 11, 2010 at 12:51 am
Thank you very much for your feedback!