xorg
Submitted by Jianing Yang on Mon, 2010-01-18 15:26
在用xrandr设置双屏幕扩展显示的时候,有可能会提示下面的错误:
xrandr: screen cannot be larger than 1680×1680 (desired size 3120×1050)
该错误说明Xorg的虚拟桌面不够大,可以通过使用Xorg.conf的Virtual指令更改虚拟桌面的大小。例如:
Section "ServerLayout" Identifier "Xorg Configured" Screen 0 "Primary Screen" 0 0 EndSectionSection "Monitor" Identifier "Primary Monitor" Modeline "1400x900" 104.23 1400 1480 1632 1864 900 901 904 932 -HSync +Vsync EndSectionSection "Screen" Identifier "Primary Screen" Monitor "Primary Monitor" DefaultColorDepth 24 SubSection "Display" Depth 24 Modes "1400x900" "1024x768" Virtual 3120 1050 EndSubSection EndSectionSection "DRI" Mode 0666 EndSection
Submitted by Jianing Yang on Fri, 2007-10-26 09:00
framebuffer和X都需要对分辨率进行设置,而gtf就是为此而生的工具。 使用:
gtf 1024768 60 -x
就可以轻松得到1024×768@60Hz的Modeline设置。