xorg

在用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
EndSection

Section "Monitor"
    Identifier "Primary Monitor"
    Modeline "1400x900"  104.23  1400 1480 1632 1864  900 901 904 932  -HSync +Vsync
EndSection

Section "Screen"
    Identifier "Primary Screen"
    Monitor    "Primary Monitor"
    DefaultColorDepth 24
    SubSection "Display"
        Depth 24
        Modes "1400x900" "1024x768"
        Virtual 3120 1050
    EndSubSection
EndSection

Section "DRI"
    Mode 0666
EndSection
No votes yet
Tags:

framebuffer和X都需要对分辨率进行设置,而gtf就是为此而生的工具。 使用:

gtf 1024768 60 -x

就可以轻松得到1024×768@60Hz的Modeline设置。

No votes yet
Tags:



I am doing ...

整理下载中…

2 weeks ago via web

Setup my microblog

2 weeks ago via web

Syndicate content