[Bug 244339] x11-servers/xorg-server: Some keys not working (1.20.7 regression)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Feb 23 18:37:37 UTC 2020


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

--- Comment #5 from Jan Beich <jbeich at FreeBSD.org> ---
(In reply to Darren Mulligan from comment #4)
> i lost all function from multimedia keys which was working with sysutils/uhidd.

sysutils/uhidd doesn't support /dev/input/event* yet. Upstream added the
support[1] but it conflicts with evdev(4) from base system. However, after base
r357861 you may be able usbhidaction(1) with multimedia keys. usbhidaction
compared to uhidd will work everywhere: console, X11 server, Wayland
compositor.

[1] https://github.com/kaiwang27/uhidd/commit/db331702e515

$ cat /usr/local/etc/uhidd.conf
default={
    cc_attach="evdev+"
    forced_attach="YES"
}
...

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


More information about the freebsd-x11 mailing list