I can't seem to get my mouse to work. I can see that the mouse is working in Linux by "cat /dev/input/mouse0 | hexdump ; this show the mouse data as I move it.
But when I set:
export QWS_MOUSE_PROTO='IntelliMouse:/dev/input/mouse0'
and then run the program
./MyProgram -qws
the cursor will not move when I move the mouse.
I have substituted 'Microsoft' for IntelliMouse and /dev/input/event2 for /dev/input/mouse0 and it still fails.
I used the following config when building:
./configure -prefix /opt/qt-arm -embedded arm -platform /qws/linux-x86-g++ -xplatform qws/linux-DM3730-g++ -depths 16,24,32 -no-mmx -no-3dnow -no-sse -no-sse2 -no-glib -no-cups -no-largefile -no-accessibility -no-openssl -no-gtkstyle -qt-mouse-pc -qt-mouse-linuxtp -qt-mouse-linuxinput -plugin-mouse-linuxtp -plugin-mouse-pc -fast -little-endian
Please Help!


Reply With Quote
Bookmarks