Quote:
Originally Posted by AdamW
i'd start a new thread or post to an existing NVIDIA thread, as that's not really an update-related issue, just a 'getting NVIDIA proprietary drivers on f12 working' issue. For now you could remove all NVIDIA-related packages and delete /etc/X11/xorg.conf; that should get you a working nouveau setup from which you can attempt to re-install the proprietary driver.
|
I found a solution in another thread and it was quite simple after all:
yum --enablerepo=rpmfusion-nonfree-updates-testing install kmod-nvida
yum --enablerepo=rpmfusion-nonfree-updates-testing install xorg-x11-drv-nvidia
yum --enablerepo=rpmfusion-nonfree-updates-testing install xorg-x11-drv-nvidia-libs
su -
mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r)-nouveau.img
dracut /boot/initramfs-$(uname -r).img $(uname -r)
setsebool -P allow_execstack on
see:
http://rpmfusion.org/Howto/nVidia#fedora_version_notes
http://forums.fedoraforum.org/showth...=234039&page=2