| Summary: |
xkb implementation is not xi-aware |
| Product: |
xorg
|
Reporter: |
Markus Bertheau <mbertheau> |
| Component: |
Server/Input/XKB | Assignee: |
Daniel Stone <daniel> |
| Status: |
RESOLVED
FIXED
|
QA Contact: |
|
| Severity: |
normal
|
|
|
| Priority: |
high
|
CC: |
warp-spam+fdo
|
| Version: |
6.8.2 | |
|
| Hardware: |
x86 (IA32) | |
|
| OS: |
Linux (All) | |
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
| Bug Depends on: |
|
|
|
| Bug Blocks: |
6141
|
|
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
I have a notebook with an additional usb keyboard attached, that gives two keyboards. xorg.conf: ... Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "de" Option "XkbVariant" "nodeadkeys" EndSection Section "InputDevice" Identifier "USB Keyboard" Driver "kbd" Option "Device" "/dev/input/event1" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "fr" EndSection ... Section "ServerLayout" ... InputDevice "USB Keyboard" InputDevice "Generic Keyboard" ... EndSection I get the german layout on both keyboards. Expected french on the usb keyboard.