Enabling Multi-touch features of the Apple Magic Mouse on Ubuntu 12.04
- by Martin
I want to write a simple app that uses Apple's Magic Trackpad, nothing special, just so that it recognizes atleast one gesture. The thing is, Ubuntu itself doesnt really recognize this device.
I'm using Ubuntu 12.04 and by default the device works with 1 finger, but without tap-click or doubletap, 3 fingers move the window and 3 finger spread makes it fullscreen. I managed to enable 2 finger scrolling with "xinput set-prop 8 'Two-Finger Scrolling' 1 1", but thats about it. No other gestures work, ginn doesnt start, giesview detects the device but doesnt respond to any of the gestures, and touchegg doesnt start either.
I tried example apps from qt that come with ubuntu but they dont work.
So... what do i do? i tried using qt but all i get from the app is "Got touch without getting TouchBegin for id XX"
what else can i use to get my app to work with multitouch devices?