Имеется бук 1366x768, внешний монитор 1920x1080 через VGA и xmonad, запускаю:
xrandr --output VGA1 --mode 1920x1080 --left-of LVDS1Section "Module"
        Load  "dri"
        Load  "ddc"
        Load  "extmod"
        Load  "record"
        Load  "glx"
        Load  "dbe"
        Load  "dri2"
        Load  "evdev"
        Load  "Xrandr"
EndSection
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen" 0 0
EndSection
Section "Monitor"
        Identifier   "External Monitor"
        Option       "DPMS" "True"
        Option       "PreferredMode" "1920x1080"
        Option       "Primary" "true"
        Option       "Position" "0 0"
EndSection
Section "Monitor"
        Identifier   "Integrated Monitor"
        Option       "DPMS" "True"
        Option       "PreferredMode" "1366x768"
        Option       "Primary" "false"
        Option       "RightOf" "External Monitor"
EndSection
Section "Device"
        Identifier  "Card0"
        Driver      "intel"
        
        Option      "Monitor-LVDS" "Integrated Monitor"
        Option      "Monitor-VGA" "External Monitor"
        Option      "DRI"    "True"
        Option      "DRI2"   "True"
EndSection
Section "Screen"
        Identifier "Screen"
        Device     "Card0"
        Monitor    "External Monitor"
        DefaultDepth 24
        
        SubSection "Display"
                Virtual 3286 1848
                Depth 24
                Modes         "1920x1080"  "1366x768"
        EndSubSection
EndSection
Section "Extensions"
        Option "RENDER"    "Enable"
        Option "RANDR"     "Enable"
        Option "Composite" "Enable"
EndSection
Section "DRI"
        Mode 0666
EndSection
Section "ServerFlags"
        Option    "AIGLX"    "True"
        Option    "Xinerama" "False"
EndSection
1. как прописать команду xrandr, ту что выше в xorg.conf? приходится после ребута набирать команду, автоматом через xorg.conf не получается.
2. как умудриться запускать xscreensaver отдельно для бука и монитора? сейчас хранитель сразу обоих лочит
