[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:20:47 UTC 2019


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

--- Comment #121 from rozhuk.im at gmail.com ---
(In reply to Jan Beich from comment #120)

Thanks, I "fix" it by using

Section "InputClass"
        Identifier      "Keyboard"
        MatchIsKeyboard "true"
        Driver          "evdev"
        Option          "XkbLayout" "us,ru(winkeys)"
        Option          "XkbOptions" "grp:ctrl_shift_toggle"
EndSection

Driver          "kbd" - work too.

For mouse:

Section "InputClass"
        Identifier      "Mouse"
        MatchIsPointer  "true"
        Driver          "evdev"
        Option          "Protocol" "auto"
        Option          "ZAxisMapping" "4 5 6 7"
EndSection

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


More information about the freebsd-x11 mailing list