“Fedora 17:nvidia驱动”的版本间差异
跳到导航
跳到搜索
无编辑摘要 |
无编辑摘要 |
||
(未显示2个用户的3个中间版本) | |||
第3行: | 第3行: | ||
*Add RPMFusion Repositories (Free and Non-Free) |
*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 |
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 |
*install nVidia proprietary drivers for GeForce 6/7/8/9/200/300/400/500 series cards |
||
第19行: | 第21行: | ||
dracut /boot/initramfs-$(uname -r).img $(uname -r) |
dracut /boot/initramfs-$(uname -r).img $(uname -r) |
||
以上方法不适用双显卡,具体参见 |
以上方法不适用双显卡(Nvidia Optimus),具体参见 Bumblebee [https://fedoraproject.org/wiki/Bumblebee] |
2014年4月29日 (二) 12:34的最新版本
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]