Apple Magic Trackpad – Multitouch Configuration Guide

10.10magic-trackpadmulti-touchtrackpad

Today I installed the Ubuntu 10.10 release on my Desktop PC. I was running Ubuntu 10.04 LTS with an Apple Magic Trackpad and everything was working fine. After today's fresh installation of Ubuntu 10.10, I don't see my Apple Magic Trackpad's multitouch working. Two-finger scrolling and three-finger third mouse button clicking are completely broken.

Has anyone else experienced a similar issue? Has anyone had success with Ubuntu 10.10 and an Apple Magic TrackPad?

Please help me to fix this issue. Your help is highly appreciated…

Best Answer

So far I've only had success in 10.10 by using the "synaptics" driver.

Put the following in your xorg.conf:

Section "InputClass"
        Identifier "multitouch touchpad"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "synaptics"
EndSection

Once that's done, you should be able to tweak the cursor speed, scrolling speed and other parameters with gpointing-device-settings. Not sure if it's legacy now, but you may need

Option "SHMConfig" "True"

in the above section for that as well.