Hi Ivan,

I got Xree86 4.2.99.902 from cvs, compiled and installed it.
A very minor problem has cropped up. I cannot switch to Cyrillic
via Ctrl-Shift anymore.

This is one of files from new installation:

/etc/X11/xkb/compat/complete
============================
// $Xorg: complete,v 1.3 2000/08/17 19:54:34 cpqbld Exp $
default xkb_compatibility "complete"  {
    include "basic"
    augment "iso9995"
    augment "mousekeys"
    augment "accessx(full)"
    augment "misc"
    augment "xfree86"  <============= this is new
};

I had no such line in my previous X installation (4.2.0).
If I remove it, Ctrl-Shift starts to work again.

relevant XF86Config part:
=========================
Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "keyboard"
    # Cyrillic: CtrlAlt toggles, scroll LED indicates state
    Option      "XkbRules" "xfree86"
    Option      "XkbModel" "pc105"
    Option      "XkbLayout" "ru"
    Option      "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll"
EndSection

-- 
vda
_______________________________________________
I18n mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/i18n

Reply via email to