Trolltech Home | Qt-embedded-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qt-embedded-interest Archive, July 2007
screen cursor is not been seen


Message 1 in thread

Hello, I use QT Embedded version of 2.3.10.And I add touchscreen support
through tslib,Now my touchscreen works well export the mouse cursor was not
shown.

Below is my environment setting:

export QWS_MOUSE_PROTO=TPanel:/dev/ ts

export TSLIB_CONSOLEDEVICE=none

export TSLIB_FBDEVICE=/dev/fb0

export TSLIB_TSDEVICE=/dev/ts

export TSLIB_CALIBFILE=/qte/etc/pointercal

export LD_LIBRARY_PATH=/qte/lib

export TSLIB_CONFFILE=/qte/etc/ts.conf

export TSLIB_PLUGINDIR=/qte/lib/ts

 

I use /dev/ts as my touchscreen input device.When I don't set the
QWS_MOUSE_PROTO environment,There is a cursor on the center of screen but
the touchscreen is disabled.

Can anyone give me some advice?Thank you for your attention.