“Fedora 17:nvidia驱动”的版本间差异

来自Shiyin's note
跳到导航 跳到搜索
(以“*Add RPMFusion Repositories (Free and Non-Free) yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-branched.noarch.rpm ...”为内容创建页面)
 
无编辑摘要
第4行: 第4行:
*install nVidia proprietary drivers for GeForce 6/7/8/9/200/300/400/500 series cards
*install nVidia proprietary drivers for GeForce 6/7/8/9/200/300/400/500 series cards
yum install kmod-nvidia
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:
*akmod is good option and easy way avoid problems on kernel updates and is best and only option if you use:

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)