发新话题
 搜藏 打印 该页面添加到 Mister Wong

FC6、livna的Nvidia显卡驱动安装不成功参考

FC6、livna的Nvidia显卡驱动安装不成功参考

见如下网址:
http://rpm.livna.org/rlowiki/Packages/xorg-x11-drv-nvidia#head-30002d32e6b2624d25952ec0d10d43622c2409cf

The Nvidia drivers shipped for Fedora Core 6 should work fine, but there is a problem with enabling the driver that occurs with xorg.conf files created by system-config-display from Fedora Core 6. Due to this the driver doesn't get enabled by default after install and you have to configure it completely manually. That might involve:

* disabling dri and GLcore extensions in xorg.conf
* enabling the glx extensions in xorg.conf (FIXME -- is that really needed?)
* switch graphics driver manually from "vesa" or "nv" to "nvidia"
* add the module path to your xorg.conf with something like

Section "Files"
ModulePath "/usr/lib/xorg/modules/extensions/nvidia,/usr/lib/xorg/modules"
EndSection

or on x86_64

Section "Files"
ModulePath "/usr/lib64/xorg/modules/extensions/nvidia,/usr/lib64/xorg/modules"
EndSection

nvidia-config-display, the python script that normally enables the driver automatically during install, should be enhanced to add this section to the xorg.conf (the other stuff is handled already by it, but that needs some small adjustments, too). But livna currently has nobody that maintains the nvidia-package and until now nobody with interest, time and knowledge to fix it stepped up to help out. Are you interested? Send a mail to <fedora AT leemhuis DOT info> info or stop by on the #livna IRC-Channel one freenode.org.

本文由hew 发布于Linuxsky 论坛,网址:http://bbs.linuxsky.org/thread-4953-1-1.html

你的鼓励,我的动力.
做人厚道,看贴回贴.
my linux blog

TOP

发新话题