#!/bin/bash

# run screen layout script made with arandr 

$HOME/.screenlayout/1440x900.sh

# or manually, xrandr (see supported modes and meditate autoprobed driver
# in use and your distribution options: vesa, fb, qxl, guest additions,
# ...
#
# then, e.g. xrandr -s 1024x768

# if X needs modeline, create it, e.g. like
# xrandr --newmode  $( cvt 1600 1200 | awk '2==NR { sub( /Modeline /, "" ); print }' )
