On Mon, 2 Aug 2010 14:08:24 +0300, Gregory Edigarov wrote:
> Hello,
> 
> 
> There is a trouble switching keyboard maps in 4.8-BETA:
> Section "InputDevice"
>         Identifier  "Keyboard0"
>         Driver      "kbd"
>         Option  "XkbModel" "pc105"
>         Option  "XkbLayout"  "us,ru"
>         Option  "XkbOptions"
> "grp_led:scroll,grp:ctrl_shift_toggle" EndSection
> strange, but this only adds only "us" layout, so I've put
> 
> setxkbmap -layout us,ru
> 
> into my .xsession file, and after that everithing works fine.
>  
> 

A week or so ago, I upgraded to a snapshot and had this same problem,
in X log, it would write

...
[266813.036] (**) Mouse0: (accel) acceleration threshold: 4
[266813.037] (**) Option "CoreKeyboard"
[266813.037] (**) Keyboard0: always reports core events
[266813.037] (**) Option "Protocol" "standard"
[266813.037] (**) Keyboard0: Protocol: standard
*** [266813.037] (--) Keyboard0: using wscons layout us ***
[266813.037] (**) Option "XkbRules" "xorg"
[266813.037] (**) Keyboard0: XkbRules: "xorg"
[266813.037] (**) Option "XkbModel" "pc104"
[266813.037] (**) Keyboard0: XkbModel: "pc104"
[266813.037] (**) Option "XkbLayout" "us"
[266813.037] (**) Keyboard0: XkbLayout: "us"
[266813.037] (**) Option "XkbVariant" ",winkeys"
...

While I had 
  Option "XkbLayout" "lv,ru"
in my xorg.conf...

So I checked out the latest /usr/xenocara, compiled it and the problem
was already gone.

Reply via email to