xmonad でデュアルディスプレイ

xrandr を使う

ディスプレイと解像度一覧を取得

$ xrandr 
Screen 0: minimum 320 x 200, current 1366 x 768, maximum 2726 x 768
LVDS0 connected 1366x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1366x768       59.7*+
RGB0-1 connected (normal left inverted right x axis y axis)
   800x600        60.3 +   85.1     72.2     75.0     60.3     56.2  
   1280x720       60.0  
   1024x768       85.0     75.0     70.1     60.0  
   832x624        74.6  
   640x480        85.0     75.0     72.8     66.7     59.9  
   720x400        70.1

デュアル設定

$ xrandr --output RGB0-1 --auto --right-of LVDS0

戻す

$ xrandr --output RGB0-1 --off