should end up looking like this:
<code>Modes "1280x1024" "1024x768" "1024x600" "800x600" "640x480"
Virtual 2304 1024</code>
Save and close the fil... 600 left
XRANDR=`which xrandr`
if [ "$1" = "1280x1024" ] || [ "$1" = "1024x768" ] || [ "$1" = "800x600" ] && [ "$2" = "left" ] || [ "$2" = "right" ... t LVDS --$2-of VGA --auto
else
$XRANDR -s 1280x1024
$XRANDR --output LVDS --left-of VGA --a... nvalid resolution given - setting resolution to 1280x1024 and alignment to left."
fi</code>
If you