Hello,
We can't seem to get the mouse to work under QT. We are using the C6-Integra evaluation board and the Linux SDK (ezsdk_5_02_01_59)
We are using open source Embedded QT 4.7.3. We compile it using the following configuration settings:
./configure -prefix /usr/local/Trolltech/QtEmbedded-4.7.3-arm/lib -embedded arm -platform /qws/linux-x86-g++ -xplatform /qws/linux-cs-arm-gnueabi-g++ -depths 16,24,32 -no-mmx -no-3dnow -no-sse -no-sse2 -no-glib -no-cups -no-largefile -no-accessibility -no-openssl -no-opengl -no-gtkstyle -qt-mouse-pc -qt-mouse-linuxtp -qt-mouse-linuxinput -plugin-mouse-linuxtp -plugin-mouse-pc -fast -static
Then install it on the board. Our QT application will come up on the board, and we can see the mouse pointer, but it will not move. This is also the case any of the demo applications that come with Embedded QT that we build.
We have the following QT environment variable set:
QWS_MOUSE_PROTO =IntelliMouse:/dev/input/mouse0
We can see that the mouse is working using the following command:
cat /dev/input/mouse0 | hexdump
Any ideas of what we may not be configuring correctly or how to better diagnose the issue. Also one other note, the Matrix demo application that comes as part of Linux SDK does work with the mouse.
Thanks,
Craig