[Bug 247417] No way to make touchpad works under freebsd 12.1

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jun 22 08:09:40 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247417

--- Comment #10 from Vladimir Kondratyev <wulf at freebsd.org> ---
(In reply to Mc James from comment #9)
> Is that the only way? compiling the kernel

No it is not the only way. It is just a way to replace libinput with
x11-drivers/xf86-input-mouse back not touching any configuration files.

Other way is add following snippet to xorg.conf:

Section "InputClass"
       Identifier              "PS/2 mouse"
       MatchDevicePath         "/dev/psm*"
       Driver                  "mouse"
EndSection

Section "InputClass"
       Identifier              "libinput PS/2 mouse"
       MatchDevicePath         "/dev/input/event3"
       Option                  "Ignore" "true"
EndSection

> WHat happened from version 11 to 12 that we lost
> all support for this touchpad. besides this touchpad
> works under all BSD flavours available.
> OPEN/NET/DragonFly....

We switched to libinput which does not implement required quirk (mapping 4-th
mouse button to tap event)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list