Hi.
I'm having some trouble getting my keyboard (Swedish pc105) set up correctly in X.
I have the following section in /etc/X11/xorg.conf:
After starting X I still don't get the correct layout. If I do
The wierd thing is that /var/log/Xorg.0.log reports:
It seems it doesn't pick the XkbLayout I've entered in xorg.conf. I made sure it uses the correct conf file as is states further up in the log file:
Any ideas?
I'm having some trouble getting my keyboard (Swedish pc105) set up correctly in X.
I have the following section in /etc/X11/xorg.conf:
Code:
Section "InputDevice"
[INDENT]Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "se"[/INDENT]
EndSection
After starting X I still don't get the correct layout. If I do
% setxkbmap se
everything works though.The wierd thing is that /var/log/Xorg.0.log reports:
Code:
(**) Option "Protocol" "standard"
(**) AT Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) AT Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) AT Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) AT Keyboard: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) AT Keyboard: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "AT Keyboard" (type: KEYBOARD)
It seems it doesn't pick the XkbLayout I've entered in xorg.conf. I made sure it uses the correct conf file as is states further up in the log file:
Code:
(==) Using config file: "/etc/X11/xorg.conf"
Any ideas?