Localization problem with Xorg 7.4

Hi!

I've a clean new installation. Xorg installed from ports without any problem. After install X executed:

$ X -configure

edit xorg.conf.new and configured the "InputDevice" section like this:

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbLayout" "es" <<<---(look this)
Option "XkbModel" "pc105"
EndSection

and copy this into /etc/X11.

Then started one X session with "startx" and fluxbox runs ok. Open a xterm but... my keyboard have the "us" localization!!
The only way that works well the location is running the following in an xterm:

$ setxkbmap -model pc105 -layout es

Looking at Xorg.0.log I can observe this:

(**) Option "XkbModel" "pc105"
(**) AT Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) AT Keyboard: XkbLayout: "us"

WTF!! My InputDevice is configured with "XkbLayout" "es"!!!

All of my system is configured with es_ES.ISO8859-15 and, in text mode, accents (á, é, ì...) and "ñ" runs fine.

I have done a lot of tests without any result. The only thing; when close the X session, I can see two or three X messages like this:

Xlib: extension "Generic Event Extension" missing on display ":0.0"

I forgot... This happens with and without nvidia driver (I have a Nvidia VGA).

Please, anybody could help me?

Thank you!!
 
Back
Top