[Bug 244110] x11-drivers/xf86-input-vmmouse InputClass not matching when VMWare is used

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Feb 27 01:09:06 UTC 2020


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

--- Comment #1 from Daniel Morante <daniel at morante.net> ---
I can confirm this is still a problem with xorg-server-1.20.7,1 with
xf86-input-vmmouse-13.1.0_4. Just one slight change when using FreeBSD 12.1
with "kern.evdev.rcpt_mask=6".  The 'MatchDevicePath' directive changes to:

```
Section "InputClass"
        Identifier      "vmmouse"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Driver          "vmmouse"
EndSection
```

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


More information about the freebsd-x11 mailing list