|
发表于 2005-5-13 23:15:15
|
显示全部楼层
Post by 寒秋
没有这么简单吧。我不管是在test2还是在test3中,都无法安装nvidia驱动。而在Fc3则是很容易的事。在安装时,提示没有可编译的内核。如果安装了,把nv改为nvidia后,X窗口是进不了的。
不知道你有没看 nvidia的 文档
replace the line:
Driver "nv"
(or Driver "vesa")
with
Driver "nvidia"
In the Module section, make sure you have:
Load "glx"
You should also remove the following lines:
Load "dri"
Load "GLcore"
还要把 Load "GLcore"去掉 |
|