Полез в xorg.conf добавлять русскую раскладку а там оказывается каойто кастрированный xorg.conf:
Код: Выделить всё
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
я добавил :
Код: Выделить всё
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "de,ru"
Option "XkbVariant" "nodeadkeys,phonetic"
Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll"
EndSection
Это все. Что я сделал не так или что еще надо сделать?
Заранее спасибо
п.с. В кде раскладка работала и до того и после одинаково