You are not logged in.
This is my /etc/X11/xorg.conf.d/10-keyboard.conf:
Section "InputClass"
Identifier "keyboard-layout"
MatchIsKeyboard "on"
Option "XkbLayout" "cz,us"
Option "XkbOptions" "grp:alt_shift_toggle"
EndSectionI wrote the according to the wiki recommendations, but it doesn't work. Issuing setxkbmap -layout "cz,us" -option "grp:alt_shift_toggle" automatically after logging in serves as a temporary solution, but I'm highly interested in fixing the primary issue. I would greatly appreciate if someone helped my find the error in my config file and/or posted their way to change the xorg keyboard layout in order to compare it with my way and find the error. Also note that I'm using Awesome WM so desktop environment ways of setting the keyboard layout aren't applicable in my case.
Last edited by C5OK5Y (2012-12-28 15:01:25)
Offline
my /etc/X11/xorg.conf.d/01-keyboard-layout.conf :
Section "InputClass"
Identifier "Keyboard-layout"
Driver "evdev"
MatchIsKeyboard "yes"
Option "XkbLayout" "es(dvorak)"
EndSectionThe most relevant difference I note, is that you are lacking the Driver part
"open source is about choice"
No.
Open source is about opening the source code complying with this conditions, period. The ability to choose among several packages is just a nice side effect.
Offline
@chris_l: Thank you for your /etc/X11/xorg.conf.d/01-keyboard-layout.conf.
I have found out that the actual problem isn't in the configuration file but in the actual keyboard (more accurately xorg) - the keyboard gets incorrectly identified and xorg seems to think that it's a pointer (mouse). When I connect a different keyboard, the layout gets set correctly, xorg just isn't setting the keyboard layout correctly to the keyboard that I use. I have filed a bug report so this thread can be considered closed.
Last edited by C5OK5Y (2012-12-29 12:58:44)
Offline