That it is what i have in the /etc/X11/XF86Config file related to the keyboard:
Code:
# This is just the default keymap for X.
# May be changed with the KDE international keyboard tool.
XkbModel "pc101"
XkbLayout "es"
XkbVariant "nodeadkeys"
# XkbOptions "ctrl:swapcaps"
# XkbKeycodes "xfree86"
# XkbTypes "default"
# XkbCompat "default"
# XkbSymbols "us(pc101)"
# XkbGeometry "pc"
# XkbRules "xfree86"
# XkbModel "pc101"
# XkbLayout "us"
But i think that my system uses the /etc/X11/XF86Config-4 file which contains the section:
Code:
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc101"
Option "XkbLayout" "es"
EndSection
I suppose that the error is related whith the configuration of the KDE keyboard tool but i do not manage to fi
nd anything in the /etc/X11/xkb
The stexkbmap commands do not work:
Code:
>setxkbmap es
>Error loading new keyboard description
Now i am using the xkbsel packet which allow me to change the keyboard layout through the command line.
Is there anybody who has any idea? i would like to have my keyboard configured in a proper way.
Thanks in advanced.