Hi all,
I'm trying to enable touchscreen device with crownbeach board. The image
is created using menlow-lpia target. The moblin-applets version is 0.55.
The touchscreen calibration applet does not seem to work.

So I'm trying to run the evtouch calibration script. But this script
requires that I should stop the xserver and then run the script.

What is the command to stop the xserver in moblin? I do not see any gdm
in /etc/init.d/ for moblin which seems to be common in all linux
distros.

Can someone help with the right touchscreen calibration tool to use?

Thanks
Lakshmi

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Tang, Feng
Sent: Thursday, July 24, 2008 2:12 PM
To: [EMAIL PROTECTED]
Cc: Moblin Devel
Subject: RE: [Moblin Dev] evtouch driver issues on
menlow-lpia-ubuntu-hardy-ppa

Hi Lin,

All these issues are related with the double-click issue. The root cause
is that USB touch screen (VID/PID = 14e1:6000) on Crown-Beach will
reported itself as both a mouse input dev and a event input dev, then
every time you touch the TS (Touch-Screen), it will generate a event
which will be sent to both the /dev/input/mice and
/dev/input/event-touchscreen, and the event will be handled twice in X

The workaround for this issue is to cut off the relation between TS and
mousedev driver, so that every event generated by the TS will be only
handled by the evdev driver (then by the evtouch driver).Attached is a
reference patch, users with other type of touch screen device can modify
the PID/VID in the patch accordingly.

- Feng

_______________________________________________
dev mailing list
[email protected]
https://www.moblin.org/mailman/listinfo/dev

Reply via email to