Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Login manager
@ 2021-10-26  8:17 Delta-Azura
  2021-10-26 11:05 ` teldra
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Delta-Azura @ 2021-10-26  8:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 975 bytes --]

New issue by Delta-Azura on void-packages repository

https://github.com/void-linux/void-packages/issues/33756

Description:
### 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 !


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Login manager
  2021-10-26  8:17 [ISSUE] Login manager Delta-Azura
@ 2021-10-26 11:05 ` teldra
  2021-10-26 11:06 ` teldra
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: teldra @ 2021-10-26 11:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 244 bytes --]

New comment by teldra on void-packages repository

https://github.com/void-linux/void-packages/issues/33756#issuecomment-951825539

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Login manager
  2021-10-26  8:17 [ISSUE] Login manager Delta-Azura
  2021-10-26 11:05 ` teldra
@ 2021-10-26 11:06 ` teldra
  2021-10-26 16:54 ` Delta-Azura
  2021-10-26 16:54 ` [ISSUE] [CLOSED] " Delta-Azura
  3 siblings, 0 replies; 5+ messages in thread
From: teldra @ 2021-10-26 11:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 272 bytes --]

New comment by teldra on void-packages repository

https://github.com/void-linux/void-packages/issues/33756#issuecomment-951825539

Comment:
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`).

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Login manager
  2021-10-26  8:17 [ISSUE] Login manager Delta-Azura
  2021-10-26 11:05 ` teldra
  2021-10-26 11:06 ` teldra
@ 2021-10-26 16:54 ` Delta-Azura
  2021-10-26 16:54 ` [ISSUE] [CLOSED] " Delta-Azura
  3 siblings, 0 replies; 5+ messages in thread
From: Delta-Azura @ 2021-10-26 16:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 161 bytes --]

New comment by Delta-Azura on void-packages repository

https://github.com/void-linux/void-packages/issues/33756#issuecomment-952129721

Comment:
Ok thanks ;-) 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ISSUE] [CLOSED] Login manager
  2021-10-26  8:17 [ISSUE] Login manager Delta-Azura
                   ` (2 preceding siblings ...)
  2021-10-26 16:54 ` Delta-Azura
@ 2021-10-26 16:54 ` Delta-Azura
  3 siblings, 0 replies; 5+ messages in thread
From: Delta-Azura @ 2021-10-26 16:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 978 bytes --]

Closed issue by Delta-Azura on void-packages repository

https://github.com/void-linux/void-packages/issues/33756

Description:
### 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 !


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-10-26 16:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-26  8:17 [ISSUE] Login manager Delta-Azura
2021-10-26 11:05 ` teldra
2021-10-26 11:06 ` teldra
2021-10-26 16:54 ` Delta-Azura
2021-10-26 16:54 ` [ISSUE] [CLOSED] " Delta-Azura

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).