Hello, I am using a bitbake to compile modules onto some gumstix running DirectFB and attached to a Samsung 4.3" touchscreen LCD. Currently when starting a program on the gumstix I receive (among other messages):
(*) Direct/Thread: Running 'Linux Input' (INPUT, 2263)... (*) DirectFB/Input: tsc2003 0.1 (directfb.org) Instead of Linux Input I would prefer instead to use tslib. Right now the touchscreen's user input is not calibrated and I am receiving a steady stream of axis events but would like to have 'mouse' click events instead. >From my understanding, using tslib would likely solve this problem. I have configured DirectFB using --inputdrivers=tslib and when I view /usr/lib/directfb-1.1-0/inputdrivers/ there exists shared libraries for both linux_input and tslib. I have also set various TSLIB environment variables based on previous posts to: TSLIB_TSDEVICE=/dev/input/touchscreen0 TSLIB_CONFFILE=/etc/ts.conf TSLIB_PLUGINDIR=/usr/lib/ts TSLIB_CALIBFILE=/etc/pointercal At this point I am supposing I need to somehow specify to DirectFB to use tslib instead of Linux Input for the touchscreen input driver however I am not sure how to go about doing this. In the ts.conf file I have tried having the "module input grab_events=0" as well as "module tslib" (i am not sure if that exists) but it does not appear to effect the behavior of the program I run. Thanks -- View this message in context: http://www.nabble.com/Specifying-tslib-for-DirectFB-touchscreen-input-driver-tp17327192p17327192.html Sent from the DirectFB Users mailing list archive at Nabble.com. _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
