我买了一个Apple Magic Trackpad2
,想在 Ubuntu 16.04 上使用它。实际上移动指针是有效的,但例如两根手指滚动或点击以单击无效。所以我想出了以下调查:
/dev/input/eventX
,而移动指针会synaptics
驱动程序,但是evdev
,请参阅 X11 日志Xorg.0.log
:
[ 1167.805] (II) config/udev: Adding input device Apple Inc. Magic Trackpad 2 (/dev/input/event13)
[ 1167.805] (**) Apple Inc. Magic Trackpad 2: Applying InputClass "evdev pointer catchall"
[ 1167.805] (II) Using input driver 'evdev' for 'Apple Inc. Magic Trackpad 2'
[ 1167.805] (**) Apple Inc. Magic Trackpad 2: always reports core events
[ 1167.806] (**) evdev: Apple Inc. …
Run Code Online (Sandbox Code Playgroud)