查看: 876|回复: 3
|
怎样在ubuntu 7.04里面设定1680x1050的resolution。
[复制链接]
|
|
我是使用dell的20 inch LCD我希望可以设定到最佳的resolution 1680x1050。 我是使用一下的方法:
代码:
gtf 1680 1050 60
会得到如下内容:
# 1680x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 147.14 MHz
Modeline "1680x1050_60.00" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -HSync +Vsync
然后,只要把ModeLine这一行(包括ModeLine字段)整个复制加入到/etc/X11/xorg.conf文件的Section "Monitor"这一段里面。
请问这样的做法对吗? |
|
|
|
|
|
|
|
发表于 19-8-2007 07:34 PM
|
显示全部楼层
你必须在SCREEN SECTION 里加入RESOLUTION 如下:
Section "Screen"
# Option "AddARGBGLXVisuals" "True"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
Option "RenderAccel" "1"
Option "UseFastTLS" "2"
# sw_cursor is needed for some ati and radeon cards
SubSection "Display"
Depth 8
Modes "1680x1050" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1680x1050" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection |
|
|
|
|
|
|
|
楼主 |
发表于 24-8-2007 08:26 PM
|
显示全部楼层
我终于设定成功了,可惜的是只能维持在50的refresh rate。 |
|
|
|
|
|
|
|
发表于 25-8-2007 11:47 AM
|
显示全部楼层
回复 #3 tzeyee08 的帖子
查查你的 DELL LCD 的 SPEC 看看他的HORIZSYNC 和VERTREFRESH
再来修改 MONITOR SECTION 如下
Section "Monitor"
Identifier "Monitor0"
HorizSync 28.0 - 96.0
VertRefresh 50.0 - 75.0 |
|
|
|
|
|
|
| |
本周最热论坛帖子
|