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

--- Comment #15 from Vladimir Kondratyev <[email protected]> ---
Created attachment 215962
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=215962&action=edit
psm.patch

(In reply to Mc James from comment #14)
> as you can see still being picked up by libinput.
It is ignored by libinput now but is not picked by xf86-input-mouse for some
reasons. Ensure you have x11-drivers/xf86-input-mouse installed and try
explicitly character device with following lines:

Section "InputClass"
        Identifier              "PS/2 mouse"
        Option                  "Protocol" "auto"
        Option                  "Device" "/dev/psm0"
        Driver                  "mouse"
EndSection

Section "InputClass"
        Identifier              "ignore evdev interface of PS/2 mouse"
        MatchDevicePath         "/dev/input/event3"
        Option                  "Ignore" "true"
EndSection

You can test enclosed patch too. It maps tap to left button by kernel driver
means and requires kernel recompiling. No Xorg config changes required in this
case so it could be a better way. Old Xorg.conf changes should be backed out.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to