我为我的Nvidia显卡安装了驱动程序,当我使用命令:sudo nvidia-xconfig
进行配置时,我得到了消息:
WARNING: Unable to locate/open X configuration file.
New X configuration file written to '/etc/X11/xorg.conf
现在,当我输入命令时,我得到消息:
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'
见鬼这是怎么回事?
发布于 2014-05-17 06:58:03
好吧,一切都很好:在第一次运行时没有出现xorg.conf,所以xconfig报告如下:
WARNING: Unable to locate/open X configuration file.
它仍然创建了一个xorg.conf:
New X configuration file written to '/etc/X11/xorg.conf
在第二次运行中,xorg.conf已经出现了:
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,那么备份和新版本都是相同的。
https://askubuntu.com/questions/468098
复制相似问题