LINUX.ORG.RU
Ответ на: комментарий от arsen

можно. вот например мой конфиг для дока с двумя мониторами и отключенным экраном лаптопа:

Section "Monitor"
    Identifier      "Samsung EX2220 Left"
    Option          "PreferredMode" "1920x1080"
EndSection

Section "Monitor"
    Identifier      "Samsung EX2220 Right"
    Option          "PreferredMode" "1920x1080"
    Option          "RightOf" "Samsung EX2220 Left"
EndSection

Section "Monitor"
    Identifier      "Laptop"
    Modeline        "1368x768_60.00"   85.25   1368 1440 1576 1784  768 771 781 798     -hsync +vsync
    Option          "PreferredMode" "1368x768_60.00"
    Option          "Enable" "false"
    Option          "Ignore" "true"
EndSection

Section "Screen"
    Identifier      "Main Screen"
    Device          "Intel HD4000"
    DefaultDepth    24
    SubSection      "Display"
        Depth       24
        Modes       "1920x1080" "1366x768"
        Virtual     3840 1080
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier      "Default Layout"
    Screen          "Main Screen"
EndSection

val-amart ★★★★★
()
Ответ на: комментарий от val-amart

попробуй по аналогии наконфижить. не выйдет — показывай свой xrandr.

val-amart ★★★★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.