分页: 1 / 1
关于nvidia显卡驱动的问题,急求解决!多谢!
发表于 : 2006-11-15 11:42
由 在路上...
我的显卡:nvidia
我的版本:Ubuntu 6.06.1 LTS
15-27-686
在按照wiki.ubuntu.org的nvidia 安装步骤安装了之后,
在激活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.
运行glxinfo | grep rendering
显示
direct rendering: no
请高人指点!
发表于 : 2006-11-15 21:16
由 eexpress
这种情况,一般是安装了2套不同版本的驱动,而老的版本的文件没清除干净。
你可以把新的驱动的deb和依赖的其他deb包,放到一个方便的目录。在tty下面:
sudo killall gdm
sudo aptitude remove --purge nvidia-glx
然后进那个目录
sudo dpkg -i *.deb
具体的命令如果有问题,自己慢慢看man
Re: 关于nvidia显卡驱动的问题,急求解决!多谢!
发表于 : 2006-11-16 9:55
由 eaglefanxp
在路上... 写了:我的显卡:nvidia
我的版本:Ubuntu 6.06.1 LTS
15-27-686
在按照wiki.ubuntu.org的nvidia 安装步骤安装了之后,
在激活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.
运行glxinfo | grep rendering
显示
direct rendering: no
请高人指点!
我是按照中文wiki上的说明安装的,不用执行sudo nvidia-glx-config enable,执行sudo nvidia-xconfig就行了
发表于 : 2006-11-17 13:22
由 在路上...
多谢上面的两位仁兄,问题已经解决!!!
发表于 : 2006-11-22 0:56
由 purewind
和我一样,我看英文的wiki里面介绍结果也是
发表于 : 2006-11-22 1:10
由 purewind
原来要重启才起作用,现在好了,看wiki,搜论坛,google一下,三板斧一用,又快又好,之用了十几分钟
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.
这段话意思是说X 配置文件被替换了,让用户手动修改/etc/X11/xorg.conf 文件里面的驱动那个部分的nv换成nvidia。或者说确认被替换被的文件是正确的,就重新生成一个md5。其实就是起作用了。
发表于 : 2006-11-22 21:22
由 twodog29
我按你上面的方法弄过,没用
发表于 : 2006-11-23 19:50
由 eexpress
修改注册是md5sum的方法,最好别这样搞。除开你非常清楚,你的驱动这样会正常,而且以后也不会影响升级。要不会搞乱版本信息,那样,基本只能把xorg都卸载了。
发表于 : 2006-11-23 21:53
由 karron
安装完驱动之后只需要把xorg.conf的nv改成nvidia就是,上面的英文提示也是这样.关键是要重启一下X才会生效.这个英文提示很简单,最多用stardict查查生字,蒙也明白意思了.
发表于 : 2006-11-26 9:33
由 nameromen
多谢楼主,看了此帖我的问题也解决了
发表于 : 2006-11-30 15:39
由 he1a2s0
我也是这样
不过用 glxinfo||grep rendering命令时显示:
direct rendering:YES
可是sudo nvidia-xconfig时说没有这个命令
后来发觉nvidia-settings没有安装,于是sudo apt-get install nvidia-settings,结果能用命令sudo nvidia-settings了
于是又发觉nvidia-xconfig都没装,装好了后运行sudo nvidia-xconfig显示:
Using X configuration file: "/etc/X11/xorg.conf".
Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup'
New X configuration file written to '/etc/X11/xorg.conf'
它是自动设置xorg.conf文件吗,我以为和nvidia-settings一样是可视化界面的