ubuntu 6.06 看了不少这方面的设置方法,可在安装时sudo apt-get install nvidia-glx
和 sudo apt-get install nvidia-settings不管先安谁都是在安第二个时把上一个卸掉了,
请问各位这是怎么回事啊?
[问题]ubuntu 6.06中Nvidia显卡驱动问题
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
-
- 帖子: 35
- 注册时间: 2006-03-31 13:56
- 联系:
- karron
- 帖子: 6226
- 注册时间: 2005-06-11 14:03
- 来自: 不明真相的群众
- 联系:
只需要安装sudo apt-get install nvidia-glx
后面一个不要,现在nvidia-glx已经包含了nvidia-settings了,所以两个是冲突的。
后面一个不要,现在nvidia-glx已经包含了nvidia-settings了,所以两个是冲突的。
我的blog,关于技术,软件,linux,vim <---- 所有博客均被河蟹.
-
- 帖子: 35
- 注册时间: 2006-03-31 13:56
- 联系:
明白了。不过还是有问题。如下:
在执行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
再执行sudo nvidia-glx-config enable后提示重启,
但重启后不能进入xwindow,请问这是怎么回事?谢谢各位了,现在安6.06卡到这儿了。
在执行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
再执行sudo nvidia-glx-config enable后提示重启,
但重启后不能进入xwindow,请问这是怎么回事?谢谢各位了,现在安6.06卡到这儿了。
- karron
- 帖子: 6226
- 注册时间: 2005-06-11 14:03
- 来自: 不明真相的群众
- 联系:
那是因为你曾经手动编辑过这个文件。
你sudo dpkg-reconfigure xserver-xorg重新配置一下x,驱动就选择nvidia吧。
你sudo dpkg-reconfigure xserver-xorg重新配置一下x,驱动就选择nvidia吧。
我的blog,关于技术,软件,linux,vim <---- 所有博客均被河蟹.
-
- 帖子: 35
- 注册时间: 2006-03-31 13:56
- 联系:
- yang_hui1986527
- 帖子: 911
- 注册时间: 2006-03-04 23:10
- 来自: 江西高安
- 联系:
我和你的情况差不多呀gspeed 写了:明白了。不过还是有问题。如下:
在执行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
再执行sudo nvidia-glx-config enable后提示重启,
但重启后不能进入xwindow,请问这是怎么回事?谢谢各位了,现在安6.06卡到这儿了。
郁闷