ubuntu9.04 xorg.conf 怎么没有什么内容?

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
newmft
帖子: 4
注册时间: 2008-05-05 21:19

ubuntu9.04 xorg.conf 怎么没有什么内容?

#1

帖子 newmft » 2009-05-20 8:28

我新装的ubuntu9.04 发现/etc/X11/xorg.conf里没有什么内容,配置信息都保存在哪了?
这是我配置文件的内容
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
头像
速腾1994
论坛版主
帖子: 17379
注册时间: 2008-11-01 20:43
系统: Arch+gnome

Re: ubuntu9.04 xorg.conf 怎么没有什么内容?

#2

帖子 速腾1994 » 2009-05-21 13:51

据说9.04已经不用那玩意儿了 :em04
头像
kurai
帖子: 764
注册时间: 2009-04-17 10:42

Re: ubuntu9.04 xorg.conf 怎么没有什么内容?

#3

帖子 kurai » 2009-05-21 14:41

新版的ubuntu通过默认的HAL自动配置可以识别的输入设备
不在往xorg.conf里写东西了
比如触摸版的配置信息就写到这个文件里了

代码: 全选

/usr/share/hal/fdi/policy/20thirdparty/11-x11-synaptics.fdi
eos
帖子: 419
注册时间: 2007-02-06 16:21

Re: ubuntu9.04 xorg.conf 怎么没有什么内容?

#4

帖子 eos » 2009-05-21 21:04

是吗?
谁能详细的解释一下。HAL机制
如果以后显示配置出现问题,怎么更改阿。
头像
kurai
帖子: 764
注册时间: 2009-04-17 10:42

Re: ubuntu9.04 xorg.conf 怎么没有什么内容?

#5

帖子 kurai » 2009-05-21 21:30

xorg本身的配置还在里边写
挪出去的只是一些其他设备,比如鼠标,键盘,手写板一类的,以前的时候,这些的配置选项都是写在xorg内的
回复