Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jun 2020 08:09:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 247417] No way to make touchpad works under freebsd 12.1
Message-ID:  <bug-247417-227-RM3TAXdt2B@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-247417-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-247417-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247417

--- Comment #10 from Vladimir Kondratyev <wulf@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)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-247417-227-RM3TAXdt2B>