XKB CVS HEAD Issue

Lukas Hejtmanek xhejtman at fi.muni.cz
Wed Apr 5 02:14:25 PDT 2006


On Wed, Apr 05, 2006 at 06:30:50PM +1000, Dave Airlie wrote:
> > I tried current CVS head of Xorg. I found an issue with keyboard - chvt using
> > ctrl-alt-Fn stoped working. Is there a chance to fix it?
> 
> You may not have xkbcomp installed in the correct place, or xkb data installed..

Using strace, I see, that xkm is loaded successfully. 

I have this in xorg.conf:
Section "InputDevice"
    Identifier "keyboard0"
    Driver     "kbd"
    Option     "CoreKeyboard"
    Option     "XkbModel"    "pc104"
    Option     "XkbLayout"   "us,cz"
    Option     "XkbOptions" "grp:ctrl_shift_toggle,grp:switch,grp_led:scroll"
EndSection

Switching between us and cz keyboard works. But ctrl-alt-F1 does not.

In log, I have:
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "keyboard0" (type: KEYBOARD)
    xkb_keycodes             { include "xfree86+aliases(qwerty)" };
    xkb_types                { include "complete" };
    xkb_compatibility        { include "complete+ledscroll(group_lock)" };
    xkb_symbols              { include "pc/pc(pc104)+pc/us+pc/cz:2+group(switch)+group(ctrl_shift_toggle)+group(switch)+group(ctrl_shift_toggle)" };
    xkb_geometry             { include "pc(pc104)" };
Synaptics DeviceInit called			

-- 
Lukáš Hejtmánek



More information about the xorg mailing list