#!/bin/sh
# xrandr --verbose --output DVI-0 --auto
# it flickers a bit at 1680x1050 & shows refresh rate 59.9

# xrandr --output S-video --off
# xrandr --output DVI-0 --mode 1680x1050 --pos 0x0     --rotate normal
# Reduce resolution one notch & up refresh to 75.0
xrandr --output DVI-0 --mode 1280x1024 --pos 0x0 --rotate normal
