[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Keyboard input with a type5 keyboard is b0rked.



Probaly the same as bug #178465
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=178465



in /etc/X11/xkb/keycodes/sun:

xkb_keycodes "type6_euro" {
    include "sun(type6)"
    <LSGT> =  94;
}


should be:


xkb_keycodes "type6_euro" {
    include "sun(type6)"
    <LSGT> =  94;
};

(just add the semicolon)



Daniel van Eeden <daniel_e@dds.nl>

James A Morrison wrote:
package: xfree86
version: 4.2.1-5
severity: grave

 X is now unusable on my Ultra 5 running unstable.  It seems that the
keymap is messed up.  I can use the console as normal.  However, when
I try to use X my keys are shifted to the right by a key for the first
two letter rows and I don't know what happened to the rest. I didn't notice before because I hadn't restarted X in a while. My XF86Config-4
hasn't changed since october.
-rw-r--r--    1 root     root      3049 2002-02-10 11:04 /etc/X11/XF86Config-4

And the following InputDevice section of XF86Config-4 was working fine
until I logged out and X got restarted on me.

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "sun"
        Option          "XkbModel"      "type5"
        Option          "XkbLayout"     "us"
EndSection


James A. Morrison




--
+---------------------------------------------+
|     Daniel van Eeden <daniel_e@dds.nl>      |
| icq: 36952189                               |
| aim: Compukid128                            |
| jabber: compukid@compukid.no-ip.org         |
| msn: daniel_e@dds.nl                        |
| phone: +31 343 522622                       |
| http://compukid.no-ip.org/about_me.html     |
+---------------------------------------------+



Reply to: