标题:移植tslib到博创机箱pxa270后,画面是出来了,但是点击没任何反应,求救!!!高手解答
作者:4836
日期:2011-05-08 09:35
内容:
#bin/sh
export QTDIR=$PWD
export LD_LIBRARY_PATH=/mnt/udisk/12/tslib/lib:/lib
export TSLIB_TSDEVICE=/dev/touchpanel
export PATH=/mnt/udisk/12/tslib/bin:/bin
export TSLIB_PLUGINDIR=/mnt/udisk/12/tslib/lib/ts
export TSLIB_FBDEVICE=/dev/fb0
export TSLIB_CALIBFILE=/etc/pintercal
export TSLIB_CONSOLEDEVICE=none
export QT_TSLIBDIR=/mnt/udisk/12/tslib/lib
export TSLIB_CONFFILE=/mnt/udisk/12/tslib/etc/ts.conf
export POINTERCAL_FILE=/mnt/udisk/12/tslib/etc/ts-calib.conf
export QWS_MOUSE_PROTO=tslib:/dev/touchpanel
export TSLIB_CALIBFILE=/mnt/udisk/12/tslib/etc/ts-calib.conf
export QT_QWS_FONTDIR=/mnt/udisk/12/lib/fonts
export QWS_SIZE=640*480
/mnt/udisk/12/tslib/bin/ts_calibrate
/mnt/udisk/12/tslib/bin/ts_test
请问是不是这些变量设置有问题啊
#1 [4836 05-08 10:59]
求解答
#2 [4836 05-09 19:12]
跪求高手解答
#3 [hanvy.xia 05-10 16:49]
没有看到设定tslib的事件设备
如: /dev/input/event0 之类的 很久以前做的了 忘记了 供你参考下
#4 回 3楼(hanvy.xia) 的帖子 [4836 05-10 18:08]
我现在是可以跑了,但是五点校准后,到最后一点就没反应了
#5 [4836 05-10 18:10]
# Uncomment if you wish to use the linux input layer event interface
#module_raw input
# Uncomment if you're using a Sharp Zaurus SL-5500/SL-5000d
module_raw collie
# Uncomment if you're using a Sharp Zaurus SL-C700/C750/C760/C860
# module_raw corgi
# Uncomment if you're using a device with a UCB1200/1300/1400 TS interface
# module_raw ucb1x00
# Uncomment if you're using an HP iPaq h3600 or similar
# module_raw h3600
# Uncomment if you're using a Hitachi Webpad
# module_raw mk712
# Uncomment if you're using an IBM Arctic II
# module_raw arctic2
module pthres pmin=1
module variance delta=30
module dejitter delta=100
module linear
ts.cof是这样的,
#module_raw input这样才行。