Summary: | Sun type6 keycode and geometry fixes for xkbcomp (with patch) | ||||||
---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | David Hull <freedesktop> | ||||
Component: | App/xkbcomp | Assignee: | Xorg Project Team <xorg-team> | ||||
Status: | RESOLVED FIXED | QA Contact: | |||||
Severity: | normal | ||||||
Priority: | high | CC: | alan.coopersmith, dann, roland.mainz | ||||
Version: | 6.8.1 | ||||||
Hardware: | x86 (IA32) | ||||||
OS: | Linux (All) | ||||||
Whiteboard: | |||||||
i915 platform: | i915 features: | ||||||
Attachments: |
|
Description
David Hull
2004-12-08 19:00:17 UTC
Created attachment 1499 [details] [review] xkbcomp patch for Sun type6 keyboard can someone clarify if this type 6 usb keyboard will function correctly with xorg 6.5.1, ie sun keys enabled, without this patch installed. I have redhat WS 4.0 U0 installed and the keyboard configured as; Section "InputDevice" # Specify which keyboard LEDs can be user-controlled (eg, with xset(1 # Option "Xleds" "1 2 3" # To disable the XKEYBOARD extension, uncomment XkbDisable. # Option "XkbDisable" # To customise the XKB settings to suit your keyboard, modify the # lines below (which are the defaults). For example, for a non-U.S. # keyboard, you will probably want to use: # Option "XkbModel" "pc102" # If you have a US Microsoft Natural keyboard, you can use: # Option "XkbModel" "microsoft" # # Then to change the language, change the Layout setting. # For example, a german layout can be obtained with: # Option "XkbLayout" "de" # or: # Option "XkbLayout" "de" # Option "XkbVariant" "nodeadkeys" # # If you'd like to switch the positions of your capslock and # control keys, use: # Option "XkbOptions" "ctrl:swapcaps" # Or if you just want both to be control, use: # Option "XkbOptions" "ctrl:nocaps" # Identifier "Keyboard0" Driver "kbd" Option "XkbRules" "sun" Option "XkbModel" "type6" Option "XkbLayout" "gb" EndSection With this configuration. I am getting keycodes back, but no keysym's. Should 6.5.1 generate correct keysyms at this point ( as against the documented hack http://www.infosun.fmi.uni-passau.de/~nils/type6/ ) Tks, -Bob Flynn In reply to Bob Flynn: If I recall correctly, it was this problem (keycodes not being properly mapped to keysyms) that prompted this patch in the first place. I notice that the keycodes given by http://www.infosun.fmi.uni-passau.de/~nils/type6/xkb.diff for the block of 10 function keys on the left (STOP, AGAI, PROP, etc) as well as the block around the power key (MUTE, VOL-, VOL+, POWR) differ from the ones my Type 6 USB keyboard produce. committed to xkeyboard-config CVS Looks like the status wasn't updated when this was fixed. Closing. |
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.