分页: 1 / 1

[分享]安装n显卡的问题。怪!

发表于 : 2006-11-05 12:38
DotCN
使用命令
sudo apt-get install nvidia-glx后

再用命令 sudo nvidia-glx-config enable
提示:
Error: your X configuration has been altered.
This script cannot proceed automatically. If you believe that this
not correct, you can update the md5sum entry executing the following
command:
md5sum /etc/X11/xorg.conf | sudo tee /var/lib/x11/xorg.conf.md5sum
otherwise edit manually /etc/X11/xorg.conf to change the Driver section
from nv to nvidia.

按照它所讲的:使用md5sum /etc/X11/xorg.conf | sudo tee /var/lib/x11/xorg.conf.md5sum后无法进入Xwindow,编辑/etc/X11/xorg.conf,也没有发现它所讲的nv,全部都是nvidia.
结果将使用md5sum /etc/X11/xorg.conf | sudo tee /var/lib/x11/xorg.conf.md5sum时自动备份的文件恢复成etc/X11/xorg.conf

万般无奈下,到论坛发贴求救时,试运行glxinfo | grep rendering下,结果它说是"yes"

使用 glxgears -printfps
整个一个流畅啊,说不完,呵呵

5143 frames in 5.0 seconds = 1028.516 FPS
14685 frames in 5.0 seconds = 2936.952 FPS
17526 frames in 5.0 seconds = 3492.522 FPS
16863 frames in 5.0 seconds = 3372.479 FPS
16759 frames in 5.0 seconds = 3351.730 FPS
8731 frames in 5.1 seconds = 1721.366 FPS

显卡应该是安装成功了,但是是怎么成功的,偶不懂,如果各位高手能看出什么名堂,请赐教。

发表于 : 2006-11-05 12:46
gmlbh
一般来说,装了nvidia-glx,然后修改xorg.conf文件,把nv改成nvidia,然后重新登录,看到nvidia的logo,就表明驱动安装成功了的。

发表于 : 2006-11-05 23:55
gai1020
楼主遇到的问题很具有普遍性,为了排除一切疑问,我还是重装了一次UBUNTU,问题还没有解决。
是不是nvidia-glx和系统的kernel版本不一致啊。

发表于 : 2006-11-06 7:57
DotCN
gai1020 写了:是不是nvidia-glx和系统的kernel版本不一致啊。
我也从NV的网站上下过for Linux的驱动,确实提示和内核不兼容,就没用了。现在的驱动是直接sudo apt-get install nvidia-xgl从源里下的,Beryl也运行得非常流畅。