#!/bin/sh
#

. /etc/X11/xserver-common

echo "tslib: $TSLIB_TSDEVICE"
echo "exec $XSERVER $ARGS -dpi $DPI $*"
exec $XSERVER $ARGS -dpi $DPI $*

