[Bug 196678] x11-servers/xorg-server: Update to 1.20.4 + make config/devd recognize /dev/input/eventX from multimedia/webcamd

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Nov 2 01:13:53 UTC 2019


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

--- Comment #120 from Jan Beich <jbeich at FreeBSD.org> ---
(In reply to rozhuk.im from comment #119)
> c) Keyboard arrows does not work proper with "libinput" driver, probably xkb_layout does not apply.

libinput uses evdev(4) under the hood, so you may need to adjust XkbRules e.g.,

Section "InputClass"
        Identifier "keyboard defaults"
        MatchIsKeyboard "true"
        Option "XkbRules" "evdev"
EndSection

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


More information about the freebsd-x11 mailing list