I'm using the new AM3517 SDK - 4.0.1.0 and it comes with qt 4.6.3. My problem is that after compiling my new application I can't get the mouse to work. The screen works because it was calibrated when the matrix application started and the environment variables are set. I found that for the mouse to work the QWS_MOUSE_PROTO had to be changed from Tslib:/dev/input/touchscreen0 to auto:/dev/input/mice which did not work. After attempting that i checked the kernel to make sure the mouse interface and mice were selected and that was true. I also noticed that when doing cat /dev/input/event3 i can see the mouse commands when moved. I also tried replacing /dev/input/mice to /dev/input/event3 and that didn't work either. Any ideas how I may be able to get this work?