Fedora 17:nvidia驱动

来自Shiyin's note
跳到导航 跳到搜索

http://www.if-not-true-then-false.com/2013/fedora-18-nvidia-guide/

  • 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
安装rpmfusion的包时,会出现 获取 GPG 密钥失败 错误
解决方法:更改rpmfusion*.repo中的 gpgcheck=0
  • 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)

以上方法不适用双显卡(Nvidia Optimus),具体参见 Bumblebee [1]