tslib校准触摸屏成功了,但是运行qt程序时,鼠标乱跑,有哪位遇到过这样的问题啊!??
弄了几天了,还是没能解决,求大侠们指定迷津啊!
我是在x86的板子上运行linux系统,没有图形界面,用tslib来校准触摸屏,用ts_calibrate校准后,用ts_test测试很成功,鼠标一直跟着我的手指走,很准确,愿意为万事大吉了,没想到运行qt程序后,才发现触摸屏相当于没校准一样,乱走,不知为什么?
我在编译qt库时候的选项是加了-plugin-mouse-tslib -I /opt/tslib/include -L /opt/tslib/lib这些选项的,但是还是不行。下面我把编译qt库的选项贴出来,望大侠们出来指定迷津啊!
./configure -prefix /opt/Trolltech/QtEmbedded-4.7.2-x86 -embedded x86 -qvfb -opensource -shared -release -fast -qt-libjpeg -qt-gif -qt-zlib -qt-libpng -qt-freetype -nomake tools -nomake examples -nomake demos -optimized-qmake -no-nis -no-opengl -no-cups -no-xcursor -no-xfixes -no-xrandr -no-xrender -no-xkb -no-sm -no-xinerama -no-xshape -no-separate-debug-info -xplatform qws/linux-x86-g++ -depths 16 -qt-gfx-qvfb -qt-gfx-linuxfb -qt-kbd-linuxinput -plugin-mouse-tslib -I /opt/tslib/include -L /opt/tslib/lib
弄了几天了,还是没能解决,求大侠们指定迷津啊!
我是在x86的板子上运行linux系统,没有图形界面,用tslib来校准触摸屏,用ts_calibrate校准后,用ts_test测试很成功,鼠标一直跟着我的手指走,很准确,愿意为万事大吉了,没想到运行qt程序后,才发现触摸屏相当于没校准一样,乱走,不知为什么?
我在编译qt库时候的选项是加了-plugin-mouse-tslib -I /opt/tslib/include -L /opt/tslib/lib这些选项的,但是还是不行。下面我把编译qt库的选项贴出来,望大侠们出来指定迷津啊!
./configure -prefix /opt/Trolltech/QtEmbedded-4.7.2-x86 -embedded x86 -qvfb -opensource -shared -release -fast -qt-libjpeg -qt-gif -qt-zlib -qt-libpng -qt-freetype -nomake tools -nomake examples -nomake demos -optimized-qmake -no-nis -no-opengl -no-cups -no-xcursor -no-xfixes -no-xrandr -no-xrender -no-xkb -no-sm -no-xinerama -no-xshape -no-separate-debug-info -xplatform qws/linux-x86-g++ -depths 16 -qt-gfx-qvfb -qt-gfx-linuxfb -qt-kbd-linuxinput -plugin-mouse-tslib -I /opt/tslib/include -L /opt/tslib/lib