[Bug 196678] x11-servers/xorg-server: Update to 1.20.4 + make config/devd recognize /dev/input/eventX from multimedia/webcamd
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196678 --- Comment #121 from [email protected] --- (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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-x11 To unsubscribe, send any mail to "[email protected]"