You are not logged in.

#1 2006-03-19 19:25:10

zolookas
Member
Registered: 2005-06-03
Posts: 44

[SOLVED] KDE 3.5.1 (extra) and keyboard layouts

I'm using kde from extra (all contents of kde category) and i can't switch keyboard layouts.
Image here: err5yx.png
Maybe there's solution for this problem. Any help would be appreciated.

Offline

#2 2006-03-19 19:26:39

LB06
Member
From: The Netherlands
Registered: 2003-10-29
Posts: 435

Re: [SOLVED] KDE 3.5.1 (extra) and keyboard layouts

I'm not sure if it's related, but do you have the right locales installed? What does `locale -a` say?

Offline

#3 2006-03-19 19:59:17

big_gie
Member
Registered: 2005-01-19
Posts: 637

Re: [SOLVED] KDE 3.5.1 (extra) and keyboard layouts

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"
EndSection

Note 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

#4 2006-03-20 12:32:29

zolookas
Member
Registered: 2005-06-03
Posts: 44

Re: [SOLVED] KDE 3.5.1 (extra) and keyboard layouts

thanks big_gie, modifying xorg.conf solveld my problems.
LB06 thanks for suggestions.

Offline

Board footer

Powered by FluxBB