Fedora 17:nvidia驱动

来自Shiyin's note
202.127.29.127讨论2013年4月10日 (三) 07:58的版本
跳到导航 跳到搜索
  • Add RPMFusion Repositories (Free and Non-Free)
yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-branched.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-branched.noarch.rpm
  • install nVidia proprietary drivers for GeForce 6/7/8/9/200/300/400/500 series cards
yum install kmod-nvidia
  • akmod is good option and easy way avoid problems on kernel updates and is best and only option if you use:
self-compiled kernel
older Fedora kernel
quickly changing kernels from updates-testing/rawhide
yum install akmod-nvidia
  • Remove / disable nouveau drivers from kernel initramfs
## Backup old initramfs nouveau image ##
 mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r)-nouveau.img
## Create new initramfs image ##
dracut /boot/initramfs-$(uname -r).img $(uname -r)