#!/bin/sh
# Wide display of left VGA vertical adjacent to DVI horixontal. DVI 32 short.
xrandr --output VGA-0 --mode 640x480 --pos 0x224 --rotate left --output S-video --off --output DVI-0 --mode 1152x864 --pos 480x0 --rotate normal
