Apple Magic Mouse 在 Ubuntu 12.10 上过于敏感

L. *_*llo 0 magic-mouse apple 12.10

我刚刚安装了 Ubuntu 12.10 并且我正在尝试使用 Magic Mouse 但它无法正常工作,问题是跟踪太敏感而滚动太不敏感。

我尝试使用xinput set-ptr-feedback命令编辑设置,但没有任何改变。

有没有人有同样的问题可以帮助我?

更新:问题解决了跟踪,但滚动仍然太慢,这是我的鼠标 xinput 设置:

luca@luca-iMac:~$ xinput list-props 14

Device 'Magic Mouse':

    Device Enabled (146):   1
    Coordinate Transformation Matrix (148): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
    Device Accel Profile (273): 0
    Device Accel Constant Deceleration (274):   3.000000
    Device Accel Adaptive Deceleration (275):   1.000000
    Device Accel Velocity Scaling (276):    10.000000
    Device Product ID (265):    1452, 781
    Device Node (266):  "/dev/input/event10"
    Evdev Axis Inversion (277): 0, 0
    Evdev Axes Swap (279):  0
    Axis Labels (280):  "Rel X" (156), "Rel Y" (157), "Rel Horiz Wheel" (271), "Rel Vert Wheel" (272)
    Button Labels (281):    "Button Left" (149), "Button Middle" (150), "Button Right" (151), "Button Wheel Up" (152), "Button Wheel Down" (153), "Button Horiz Wheel Left" (154), "Button Horiz Wheel Right" (155)
    Evdev Middle Button Emulation (282):    0
    Evdev Middle Button Timeout (283):  50
    Evdev Third Button Emulation (284): 0
    Evdev Third Button Emulation Timeout (285): 1000
    Evdev Third Button Emulation Button (286):  3
    Evdev Third Button Emulation Threshold (287):   20
    Evdev Wheel Emulation (288):    0
    Evdev Wheel Emulation Axes (289):   0, 0, 4, 5
    Evdev Wheel Emulation Inertia (290):    10
    Evdev Wheel Emulation Timeout (291):    0
    Evdev Wheel Emulation Button (292): 4
    Evdev Drag Lock Buttons (293):  0
Run Code Online (Sandbox Code Playgroud)

任何的想法?

小智 5

这在 12.10 中对我有用,可以加快滚动速度。

sudo rmmod hid_magicmouse
modprobe hid_magicmouse scroll-speed=55 scroll-acceleration=1
Run Code Online (Sandbox Code Playgroud)

你可以玩转速度。最小值为 0,最大值为 63(我相信默认值为 32)。任何超过 50 的东西对我来说都是“自然的”。我使用了 1 的滚动加速;感觉足够了(当你快速移动时,滚动是指数级的)。

如果您没有正确输入它们,则在应用有效设置之前,鼠标将无法工作。