“Fedora 17:nvidia驱动”的版本间差异
跳到导航
跳到搜索
无编辑摘要 |
无编辑摘要 |
||
第1行: | 第1行: | ||
http://www.if-not-true-then-false.com/2013/fedora-18-nvidia-guide/ |
|||
*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 |
||
第16行: | 第18行: | ||
## Create new initramfs image ## |
## Create new initramfs image ## |
||
dracut /boot/initramfs-$(uname -r).img $(uname -r) |
dracut /boot/initramfs-$(uname -r).img $(uname -r) |
||
以上方法不适用双显卡,具体参见http://forums.if-not-true-then-false.com/index.php?topic=110 |
2013年4月11日 (四) 01:54的版本
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
- 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)
以上方法不适用双显卡,具体参见http://forums.if-not-true-then-false.com/index.php?topic=110