[Gpe] use mouse and touchscreen together?

View: New views
1 Messages — Rating Filter:   Alert me  

[Gpe] use mouse and touchscreen together?

by chakras :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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