You are not logged in.
I'm using kde from extra (all contents of kde category) and i can't switch keyboard layouts.
Image here:
Maybe there's solution for this problem. Any help would be appreciated.
Offline
I'm not sure if it's related, but do you have the right locales installed? What does `locale -a` say?
Offline
Since Modular Xorg 7 upgrade, I had a similar problem, concerning the mouse and the keyboard.
I think it is because of "bad" /etc/X11/xorg.conf. You need to adapt it to the new Xorg.
Here is my "InputDevice" section for my usb keyboard:
Section "InputDevice"
Identifier "LogitechMX700Duo_clavier_kb"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "itouch"
Option "XkbLayout" "ca"
Option "XkbVariant" "fr"
Option "XkbOptions" "compose:ralt"
EndSectionNote that I still have problem. For example the right alt is not good. My multimedia keys doesn't send anymore events, etc.
You could read http://wiki.archlinux.org/index.php/Xor … d_problems
Hope it helped a bit...
Offline
thanks big_gie, modifying xorg.conf solveld my problems.
LB06 thanks for suggestions.
Offline