On 2014-12-23 20:26, Addanc wrote:
>
> Yes KDM appears to be using a US style keymap; once logged into KDE
> desktop all is fine. Every keyboard configuration I can find (i.e.
> System Settings, YAST) looks ok.
And which country should it use? GB? If you don’t say I can’t know.
Traditionally, the settings were made into “/etc/sysconfig/keyboard”:
YAST_KEYBOARD="spanish,pc104"
I don’t know how well this file works on 13.2, though.
In
“/etc/X11/xorg.conf.d/00-keyboard.conf” I have the following:
Code:
# Read and parsed by systemd-localed. It's probably wise not to edit this file
manually too freely.
Section “InputClass”
Identifier “system-keyboard”
MatchIsKeyboard “on”
Option “XkbLayout” “gb”
Option “XkbModel” “microsoftpro”
Option “XkbVariant” “basic”
EndSection
This isn’t correct since the keyboard is a Logitech cordless keyboard;
don’t know what valid options are available for this.
My 13.1 doesn’t have the file. My 13.2 test system (under vmplayer) has
this:
....
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "es"
Option "XkbModel" "pc105"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
I don’t know what program creates it.
Another place for configuration is via login as the user that runs the
“kdm” process, which might be “kdm” itself. You may have to create a
passwrod for it, temporarily, login, change the keyboard, and restart
the service to try. Just a wild idea.
–
Cheers / Saludos,
Carlos E. R.
(from 13.1 x86_64 “Bottle” at Telcontar)