# This script just sets some vars for subsequent scripts

# 
XCONF=/var/run/ltsp-xorg.conf

# Remove XCONF generated last go around
[ -f "$XCONF" ] && rm -f $XCONF

unset screen_hacks
unset monitor_hacks
unset device_hacks
unset module_hacks

