/var/log/Xorg.0.log keeps saying:
(==) Using config file: "/etc/X11/xorg.conf"
...
() /dev/wskbd: always reports core events
() Option "Protocol" "standard"
() Option "XkbRules" "base"
() Option "XkbModel" "pc105"
(**) Option "XkbLayout" "la"
but there is no /etc/X11/xorg.conf
If i create my own /etc/X11/xorg.conf that says:
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
Option "XkbOptions" "setxkbmap -layout es"
Option "Device" "/dev/wskbd"
EndSection
It just keep ignoring it and keeps the layout to "la" (lao, i belive)
In my xorg.conf, it has bin chaged the layout to "es" o even "us"
but the log keeps telling the layout option is "la", and i just get "garbage".
In /etc/X11/xdm/Xsetup_0 it was added "setxkbmap latam" and the keyboard can be used, but in the session, it returns to "la"
In kde, xfce4 and windowmaker, "setxkbmap latam" was added to .xinitrc an .xsession, but netbsd keeps ignoring it an keeps returning to "la"
No matters if there is an xorg.conf in /etc, or it doesn't exist.
No matters what xorg.conf says.
/var/log/Xorg.0.log keeps saying the layout is "la"
So the keyboard can't be used in any session.
any ideas?