mwyborski / Linux-Magic-Trackpad-2-Driver

503 stars 85 forks source link

Abnormal behaviour after installing in Ubuntu 16.04 #54

Open jinan-zhou opened 4 years ago

jinan-zhou commented 4 years ago

Following #16 , I reverted ecfde9f and installed the driver in Ubuntu 16.04. However, after installation, the magic trackpad does not work properly. I can only move the cursor when keeping pressing. And the scrolling does not work at all. Does anyone have any ideas?

mwyborski commented 4 years ago

I would recommend updating Ubuntu. Since 19.04 it works out of the box.

allantokuda commented 3 years ago

I see the same problem on Ubuntu 20.04 LTS. Pressing, I can move the cursor. Otherwise no cursor movement. Tried creating the two files listed in the README, /usr/share/X11/xorg.conf.d/90-magictrackpad.conf and /etc/libinput/local-overrides.quirks and restarting the trackpad device. No change. Here is what I get from libinput list-devices:

Device:           Apple Inc. Magic Trackpad 2
Kernel:           /dev/input/event2
Group:            7
Seat:             seat0, default
Size:             162x115mm
Capabilities:     pointer gesture
Tap-to-click:     disabled
Tap-and-drag:     enabled
Tap drag lock:    disabled
Left-handed:      disabled
Nat.scrolling:    disabled
Middle emulation: disabled
Calibration:      n/a
Scroll methods:   *two-finger edge 
Click methods:    button-areas *clickfinger 
Disable-w-typing: n/a
Accel profiles:   none
Rotation:         n/a
allantokuda commented 3 years ago

Fixed by restarting the system. Now able to move cursor and two finger scroll! :tada: I imagine the Xorg server needed the restart for the configuration to apply.