https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247417
--- Comment #10 from Vladimir Kondratyev <w...@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. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"