Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Login manager #33756

Closed
Delta-Azura opened this issue Oct 26, 2021 · 2 comments
Closed

Login manager #33756

Delta-Azura opened this issue Oct 26, 2021 · 2 comments

Comments

@Delta-Azura
Copy link

System

Void Linux glibc

  • package:
    Affect lxdm, lightdm, gdm, ssdm and all display manager

After installed a voidlinux glibc iso, at time to login the keyboard is in qwerty and it's impossible to set up correctly.

Finally found a solution :

$ sudo xbps-install xorg -f && sudo mkdir -p /etc/X11/xorg.conf.d/ && sudo nano /etc/X11/xorg.conf.d/00-keyboard.conf

and then put this in 00-keyboard.conf in my case because i am french :

Section "InputClass"
    Identifier         "Keyboard Layout"
    MatchIsKeyboard    "yes"
    Option             "XkbLayout"  "fr"
    Option             "XkbVariant" "latin9" # accès aux caractères spéciaux plus logique avec "Alt Gr" (ex : « » avec "Alt Gr" w x)
EndSection

I really think that it could be do by the void installer

Thanks for your amazing work !

@teldra
Copy link
Contributor

teldra commented Oct 26, 2021

for sddm (and lightdm iirc) you can set export LANG=fr_FR.UTF-8 or something in /etc/sv/sddm/conf (or /etc/sv/lightdm/conf).

@Delta-Azura
Copy link
Author

Ok thanks ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants