canonical / lightdm

Display Manager
GNU General Public License v3.0
843 stars 139 forks source link

Creating system X11 keyboard layout configuration breaks lightdm in archlinux. #380

Closed NeWolf1 closed 4 weeks ago

NeWolf1 commented 1 month ago

[FAILED] Failed to start Light Display Manager. I have created a configuration file: /etc/X11/xorg.conf.d/00-keyboard.conf: Section "InputClass" Identifier "system-keyboard" MatchIsKeyboard "on" Option "XkbLayout" "de,ua" Option "XkbModel" "pc105" Option "XkbOptions" "grp:win_space_toggle" when I delete this file lightdm works, otherwise it fails to start.

NeWolf1 commented 4 weeks ago

I've deleted the file and configured keyboard layout with the following command as root: localectl --no-covert set-x11-keymap de,ua pc105 qwertz grp:win_space_toggle