up-arrow key not working again.

Peter Hutterer peter.hutterer at who-t.net
Tue May 26 19:58:32 PDT 2009


On Tue, May 26, 2009 at 08:14:44PM -0500, Robin Cook wrote:
> Yes I have xkeyboard-config 1.5
> 
> Section "InputDevice"
>         Identifier  "Keyboard0"
>         Driver      "kbd"
> 
>         Option      "Protocol" "evdev"
>         Option      "Dev Phys" "isa0060/serio0/input0"

I don't think the kbd driver supports these two options.

> 
>         Option      "XkbRules" "Xorg"
>         Option      "XkbModel" "pc104"
>         Option      "XkbLayout" "us"
>         Option      "XkbVariant" "dvorak"
> EndSection
> 
> xkb_keymap {
> 	xkb_keycodes  { include "evdev+aliases(qwerty)"	};
> 	xkb_types     { include "complete"	};
> 	xkb_compat    { include "complete"	};
> 	xkb_symbols   { include "pc+us(dvorak)+us:2
> +inet(evdev)+level3(ralt_switch_for_alts_toggle):1
> +level3(ralt_switch_for_alts_toggle):2+group(alts_toggle)"	};
> 	xkb_geometry  { include "pc(pc104)"	};
> };

There's some combination of configurations that's screwing up.
this output indicates that you're using the evdev ruleset. Do you have
AutoAddDevices or AllowEmptyInput off? otherwise the kbd section will just
be ignored anyway.

Cheers,
  Peter



More information about the xorg mailing list