Apple Magic Trackpad 多点触控配置

Sur*_*amy 7 multi-touch 10.10 trackpad magic-trackpad

今天,我在台式机上安装了 Ubuntu 10.10 版本。我使用 Apple Magic Trackpad 运行 Ubuntu 10.04 LTS,一切正常。在今天全新安装 Ubuntu 10.10 之后,我没有看到我的 Apple Magic Trackpad 的多点触控工作。两指滚动和三指鼠标第三键单击完全中断。

有没有其他人遇到过类似的问题?有没有人在 Ubuntu 10.10 和 Apple Magic TrackPad 上取得成功?

请帮我解决这个问题。非常感谢您的帮助...

mgu*_*nes 4

到目前为止,我仅通过使用“synaptics”驱动程序在 10.10 中取得了成功。

将以下内容放入 xorg.conf 中:

Section "InputClass"
        Identifier "multitouch touchpad"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "synaptics"
EndSection
Run Code Online (Sandbox Code Playgroud)

完成后,您应该能够使用 gpointing-device-settings 调整光标速度、滚动速度和其他参数。不确定现在是否是遗产,但您可能需要

Option "SHMConfig" "True"
Run Code Online (Sandbox Code Playgroud)

在上面的部分中也是如此。