My original post to the xorg list (with responses by Peter Hutterer) was: --------------------------------------------------------------------------- > One thing I just noticed is that the root window property for XKB only > contains the information for one keyboard. When I run setxkbmap -print, the > device parameter doesn't make it read the settings for that device, it simply > relies on this property, which is presumably the most recent one set: > > _XKB_RULES_NAMES(STRING) = "evdev", "pc105+inet", "ang,el", "", \ > "grp:switch,grp:scroll_toggle,grp_led:scroll" > > Should that somehow represent multiple keyboards? yes, it should. but can't at the same time. basically this property has been around for long enough that we can't change it. for the multi-keyboard case we should just introduce a new property. patches appreciated of course. note that you will need to modify setxkbmap as well, xkbcomp already takes a device parameter. --------------------------------------------------------------------------- HTH
I'm playing with the new "-query" option, and it seems I'm hit by the same bug. Which ever device I specify with "-device", it's just the latest RLMVO applied which are displayed.
*** This bug has been marked as a duplicate of bug 21669 ***
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.