Maybe other people could use this too. I need to have the "-nocursor" option stripped before the X server starts.
--- /etc/X11/Xserver.orig 2010-05-03 13:44:29.000000000 +0200 +++ /etc/X11/Xserver 2010-05-03 16:16:53.000000000 +0200 @@ -3,6 +3,11 @@ . /etc/X11/xserver-common +# let a local script modify the variables +if [ -e /etc/X11/xserver-system ] ; then + . /etc/X11/xserver-system +fi + echo "tslib: $TSLIB_TSDEVICE" echo "exec $XSERVER $ARGS -dpi $DPI $*" exec $XSERVER $ARGS -dpi $DPI $* _______________________________________________ Shr-devel mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-devel
