Re: GDM doesn't respect my keyboard layout
Reply #1 –
Try using
LANG=<your locale>
export LANG
in the beginning of the GDM starting script. There is quite a long thread in Russian subforum regarding sddm under openrc with similar issue and we finally figured out how to fix that.
The problem is, your locale settings are initialized after you log in, thus when your DM starts the locale could be not initialized yet. The above solution fixes that.
EDIT: well, this solution fixes the UI language, but it is not guaranteed that it'll fix the keyboard layout. But it is still worth trying.
EDIT2: also, try renaming /etc/X11/xorg.conf.d/10-keyboard.conf to 00-keyboard.conf