You are not logged in.

#1 2007-04-22 16:35:02

stanger
Member
Registered: 2006-05-19
Posts: 15

keboard switching using XkbOptions does not work

hi, on my laptop i have set switching of keyboard mapping using XkbOptions, as well as on my PC, but on laptop switching does not work. I receive this log warning :

(WW) Couldn't load XKB keymap, falling back to pre-XKB keymap

keyboard in xorg.conf:

Section "InputDevice"
    # generated from default
    Identifier    "Keyboard0"
    Driver        "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us,cz"
    Option      "XKbOptions" "grp:alt_shift_toggle"
EndSection

Please advice how to make switching work, thanks

Offline

#2 2007-04-22 19:07:57

George_K
Member
From: Russie, Saint-Pétersbourg
Registered: 2006-09-27
Posts: 75

Re: keboard switching using XkbOptions does not work

The problem lies somethere in '/usr/share/X11/xkb/' directory. As a temporary solution change 'alt_shift_toggle' to something other, for example to 'ctrl_shift_toggle'. Of course it is a bug. I`ll try to solve it later.

Offline

#3 2007-06-01 20:20:23

George_K
Member
From: Russie, Saint-Pétersbourg
Registered: 2006-09-27
Posts: 75

Re: keboard switching using XkbOptions does not work

I think I found the solution - if you use XkbOptions and have more than one XkbLayout XkbVariant must be specified. It can be an empty string.

Offline

Board footer

Powered by FluxBB