|

楼主 |
发表于 2008-1-26 19:03:12
|
显示全部楼层
Post by 7dehao;1811251
在/etc/X11/xorg.conf文件中修改
[php]
Section "Screen"
Identifier "Screen 1"
Device "6200LE"
Monitor "107D4"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
[/php]
把你的显示器的分辨率写在 Modes 行的第一个位置上。
非常感谢!
另外,Monitor,Device这些属性如果和实际的设备不匹配,也需要修改吗? |
|