### color depth

if [ "$X_CONF" = "$XCONF" ] && [ -n "$X_COLOR_DEPTH" ]; then
    X_ARGS="$X_ARGS -depth $X_COLOR_DEPTH"
fi  

