You are not logged in.
Setting
setxkbmap dedoes work.
I've created an Xorg configuration file with
localectl set-x11-keymap dewhich yields
/etc/X11/xorg.conf.d/00-keyboard.conf
# Written by systemd-localed(8), read by systemd-localed and Xorg. It's
# probably wise not to edit this file manually. Use localectl(1) to
# instruct systemd-localed to update it.
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "de"
EndSectionAfter a restart though there is still the us layout; this configuration file seems to be ignored. Why?
I'm using xfce and it comes with a keyboard configuration dialog, which doesn't work either (the keymap is not changed).
Last edited by MickeyKnox (2022-03-22 23:41:25)
Offline
Why?
Ask your xorg log ![]()
I actually assume that it's xfce that overrides the server configuration (try a different session, eg. openbox) - in which case you'd want to investigate the failure of mentioned dialog (run it from an interactive shell for error messages?)
Offline