Hello,
since clean install of Fedora 11 with KDE (from DVD version), keyboard layout switching stopped working.
Info:
- in installation, I selected czech language and keyboard
- after instalation, I went to KDE's settings and in "keyboard layout" section enabled "keyboard layout switching" and selected both "us" and "cz" keyboards in the right column
result: switching with either ctrl-alt-K or the icon does nothing (this worked in F10 or Ubuntu)
Another way:
- then I also created xorg.conf file (this was necessary because autodetection didn't bring correct resolution) where I selected us keyboard:
Section "InputDevice"
# keyboard added by rhpxl
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "genius"
Option "XkbLayout" "us"
EndSection
and left the switching option in KDE's keyboard layout switching section enabled.
result: the same, keyboard switching doesn't work in this setup also
Manual way:
- setxkbmap us and setxkbmap cz from terminal works, but this is not the convenient way to do it
What can I do?