Hi
After I log in, my keyboard layout changes to US from Finnish. Layout seems to be OK before login.
I tried to put this in my xorg.conf, but it wouldn't fix it:
I have xorg-minimal installed. Is there something I need to install separately?
After I log in, my keyboard layout changes to US from Finnish. Layout seems to be OK before login.
Code:
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fi"
EndSection
Code:
$ cat /var/log/Xorg.0.log | grep kbd
[ 242.275] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 245.346] (II) LoadModule: "kbd"
[ 245.346] (II) Loading /usr/local/lib/xorg/modules/input/kbd_drv.so
[ 245.354] (II) Module kbd: vendor="X.Org Foundation"
[ 245.354] (II) Using input driver 'kbd' for 'USB KEYBOARD'
[ 245.361] (II) Using input driver 'kbd' for 'AT Keyboard'
[ 245.361] (**) Option "config_info" "hal:/org/freedesktop/Hal/devices/atkbd_0"
[ 256.785] (II) UnloadModule: "kbd"
[ 256.785] (II) UnloadModule: "kbd"
Code:
$ cat /var/log/Xorg.0.log | grep Keyboard
[ 242.227] (**) |-->Input Device "Keyboard0"
[ 242.275] (WW) Disabling Keyboard0
[ 245.361] (II) config/hal: Adding input device AT Keyboard
[ 245.361] (II) Using input driver 'kbd' for 'AT Keyboard'
[ 245.361] (**) AT Keyboard: always reports core events
[ 245.361] (**) AT Keyboard: always reports core events
[ 245.361] (II) XINPUT: Adding extended input device "AT Keyboard" (type: KEYBOARD, id 8)
Code:
$ cat /var/log/Xorg.0.log | grep Layout
[ 242.223] (==) ServerLayout "Multihead"
[ 245.354] (**) Option "XkbLayout" "us"
[ 245.361] (**) Option "XkbLayout" "us"
I tried to put this in my xorg.conf, but it wouldn't fix it:
Code:
Section "ServerFlags"
Option "AutoAddDevices" "Off"
EndSection
I have xorg-minimal installed. Is there something I need to install separately?