Spanish keyboard

I cannot configure my Spanish keyboard, this is what I got in my /etc/X11/xorg.conf:
Code:
Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "es"
        Option      "XkbOptions" "terminate:ctrl_alt_bksp"
What I cannot remember is if the XkbModel is pc105 or 104 or 103.
Thanks for any help.
 
@cpu82: I added this to my .xinitrc:
Code:
setxkbmap es &

I will edit the .cshrc, thanks.
 
Back
Top