# This script sets X in no-root mode used by Ubuntu for flickerless boot
[ ! -f /etc/lsb-release ] && return
. /etc/lsb-release
[ "$DISTRIB_RELEASE" = "10.04" ] && X_ARGS="$X_ARGS -nr"
