I have a Magic Trackpad, it's configured as described here. The following works:
- 1 finger Tap = Leftclick
- 2 finger Tap = Rightclick
- 3 finger Tap = Middleclick
- 2 finger Drag = Scrolling
But out of curiosity, I'd like to play with PyMT, which comes with a nice multitouch demo (Details: https://wiki.ubuntu.com/Multitouch/PyMT).
When starting it with "sudo python -m pymt.tools.demo", the PyMT-Window opens but doesn't register/display any multitouching. Actually, it doesn't display anything but a blank window where the touches show show up. I was expecting something like in this Screenshot.
Any ideas where I went wrong or what I didn't correctly understand? :-)