Hi,
I ran into this issue as well. in /etc/X11/Xserver I did the following and
it appeared to work fine:
# use ucb 1x00 touchscreen if present
#if [ -z "$TSLIB_TSDEVICE" ] && [ -e /dev/touchscreen/ucb1x00 ]; then
# ARGS="$ARGS -mouse /dev/touchscreen/ucb1x00"
#fi
# use usb mouse if present
# Xorg doesn't support "-mouse" option, and uses /dev/input/mice
automatically
if [ -z "$TSLIB_TSDEVICE" ] && [ -e /dev/input/mice ] && [ "$XSERVER" !=
"Xorg" ]; then
ARGS="$ARGS -mouse mouse,/dev/input/mice"
fi
ARGS="$ARGS -mouse mouse,/dev/input/mice"
Niki Pratt
_______________________________________________
Gpe-list mailing list
Gpe-list@...
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list