Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 02 Nov 2019 01:20:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 196678] x11-servers/xorg-server: Update to 1.20.4 + make config/devd recognize /dev/input/eventX from multimedia/webcamd
Message-ID:  <bug-196678-7141-0hAJpFTW5R@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-196678-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-196678-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D196678

--- Comment #121 from rozhuk.im@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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196678-7141-0hAJpFTW5R>