各位帮看一下为什么这个xorg.conf为什么设置是显示器点分辨率阿

CPU/显卡/打印机/USB设备等硬件问题
回复
jacsy
帖子: 50
注册时间: 2006-11-03 23:41

各位帮看一下为什么这个xorg.conf为什么设置是显示器点分辨率阿

#1

帖子 jacsy » 2008-09-22 13:13

我也不知道怎么修改登录窗口的分辨率

代码: 全选

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"cn"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
	Driver		"fglrx"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
	Defaultdepth	24
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
  screen "Default Screen"
EndSection
Section "Module"
	Load		"glx"
EndSection
头像
jarryson
帖子: 4002
注册时间: 2005-08-14 19:53

Re: 各位帮看一下为什么这个xorg.conf为什么设置是显示器点分辨率阿

#2

帖子 jarryson » 2008-09-22 13:29

代码: 全选

Section "Screen"
	Identifier "screen0"
	Device     "x700"
	Monitor    "monitor0"
	DefaultDepth     24
	SubSection "Display"
	#	Viewport   0 0
		Depth	24
		Modes	"1280x800"
	EndSubSection
EndSection
请注意搜索!!
头像
想入非非
帖子: 8078
注册时间: 2008-07-14 22:42
来自: Beijing
联系:

Re: 各位帮看一下为什么这个xorg.conf为什么设置是显示器点分辨率阿

#3

帖子 想入非非 » 2008-09-22 13:30

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
这段就是阿。。。什么意思 :em06
Ubuntu User
jacsy
帖子: 50
注册时间: 2006-11-03 23:41

Re: 各位帮看一下为什么这个xorg.conf为什么设置是显示器点分辨率阿

#4

帖子 jacsy » 2008-09-22 13:34

jarryson 写了:

代码: 全选

Section "Screen"
	Identifier "screen0"
	Device     "x700"
	Monitor    "monitor0"
	DefaultDepth     24
	SubSection "Display"
	#	Viewport   0 0
		Depth	24
		Modes	"1280x800"
	EndSubSection
EndSection
请注意搜索!!
我的整个xorg.conf就是上面贴出来点那些啊,没有你看到和你差不多的。我用的不是官方的驱动的
jacsy
帖子: 50
注册时间: 2006-11-03 23:41

Re: 各位帮看一下为什么这个xorg.conf为什么设置是显示器点分辨率阿

#5

帖子 jacsy » 2008-09-22 13:37

想入非非 写了:
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
这段就是阿。。。什么意思 :em06
我也是不知道这段是什么意思咯………………
jacsy
帖子: 50
注册时间: 2006-11-03 23:41

Re: 各位帮看一下为什么这个xorg.conf为什么设置是显示器点分辨率阿

#6

帖子 jacsy » 2008-09-22 19:29

怎么没有人来解一下惑啊?
回复