[Bug 252236] atp(4): Need EVDEV support for modern input stack
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jan 4 19:29:11 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252236
--- Comment #5 from Jason W. Bacon <jwb at freebsd.org> ---
All I can tell you is the mouse generally works well on my MacBook Pro with
kern.evdev.rcpt_mask=3.
My only complaint, and not a serious one, is two-finger scrolling is jumpy.
FreeBSD beluga.acadix bacon ~ 296: more /etc/X11/xorg.conf.d/30-tap.conf
Section "InputClass"
Identifier "touchpad"
Driver "libinput"
MatchIsTouchpad "on"
Option "Tapping" "on"
Option "NaturalScrolling" "on"
Option "ClickMethod" "clickfinger"
EndSection
Some complaints in Xorg.0.log presumably because moused grabbed atp0 first:
FreeBSD beluga.acadix bacon ~ 307: ps axw |grep moused
1001 - Ss 0:03.77 /usr/sbin/moused -p /dev/atp0 -t auto -I
/var/run/moused.atp0.pid
1614 - Is 0:00.00 /usr/sbin/moused -p /dev/ums1 -t auto -I
/var/run/moused.ums1.pid
[ 75.608] (II) Using input driver 'libinput' for 'Touchpad'
[ 75.608] (**) Touchpad: always reports core events
[ 75.608] (**) Option "Device" "/dev/atp0"
[ 75.608] (**) Option "_source" "server/udev"
[ 75.705] (EE) xf86OpenSerial: Cannot open device /dev/atp0
Device busy.
[ 75.705] (II) atp0: opening input device '/dev/atp0' failed (Device busy).
[ 75.705] (II) atp0 - failed to create input device '/dev/atp0'.
[ 75.705] (EE) libinput: Touchpad: Failed to create a device for /dev/atp0
[ 75.705] (EE) PreInit returned 2 for "Touchpad"
[ 75.705] (II) UnloadModule: "libinput"
[ 75.706] (II) config/udev: Adding input device System keyboard multiplexer
(
/dev/input/event0)
Let me know if there's anything else I can provide.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list