[Gpe-list] [Gpe] use mouse and touchscreen together?
chakras at gr33n.dyn-o-saur.com
chakras at gr33n.dyn-o-saur.com
Sun Aug 16 21:22:30 CEST 2009
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
More information about the Gpe-list
mailing list