Enabling Multi-touch features of the Apple Magic Mouse on Ubuntu 12.04 [duplicate]

The title describes my problem. On Ubuntu 11.10 Multi-touch worked fine on my Apple Magic Trackpad. Now i have only "ONE-FINGER-Control". Scrolling is only possible on the right side of the pad with one finger. Three or four fingers are also not working any more (four fingers to to get the Dash or three fingers to move a window). What could I do to get this working again?? (on 12.04)


Solution 1:

To get this working I had to install utouch:

apt-get install utouch

For details, read:

  • https://wiki.ubuntu.com/Multitouch
  • https://wiki.ubuntu.com/Multitouch/Architecture
  • https://wiki.ubuntu.com/Multitouch/AppleMagicTrackpad

Solution 2:

I was able to enable two-finger scroll by using the xinput command. xinput with no arguments shows all the input devices on the system. The Apple Trackpad was device 9 in my list; I used command xinput list-props 9 to see all the properties for the Apple Trackpad. I then disabled the edge scroll using the Mouse and Touchpad menu in System Settings, then enabled two-finger scrolling (282) using xinput.

xinput set-prop 9 282 1 1

The change is NOT reflected in the System Settings --> Mouse and Touchpad settings, but everything now works.