Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Lxdm and other login manager/display manager 
@ 2021-10-04 16:09 Delta-Azura
  2021-10-09 20:05 ` Delta-Azura
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Delta-Azura @ 2021-10-04 16:09 UTC (permalink / raw)
  To: ml

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

New issue by Delta-Azura on void-packages repository

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

Description:
I am a french user of VoidLinux and unfortunately the keybord is always set in us disposition ! I tried a lot of thing to solve that problem like create a configuration file for x11 but nothing worked. Then, i tried to use other display manager (lightdm, sddm, gdm ) and always the same problem even if when the system starts i see that runit set the keyboard in fr. 

Thanks again 

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

* Re: Lxdm and other login manager/display manager 
  2021-10-04 16:09 [ISSUE] Lxdm and other login manager/display manager Delta-Azura
@ 2021-10-09 20:05 ` Delta-Azura
  2021-10-16 10:20 ` tnut
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Delta-Azura @ 2021-10-09 20:05 UTC (permalink / raw)
  To: ml

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

New comment by Delta-Azura on void-packages repository

https://github.com/void-linux/void-packages/issues/33317#issuecomment-939354979

Comment:
Got same problem :-(

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

* Re: Lxdm and other login manager/display manager 
  2021-10-04 16:09 [ISSUE] Lxdm and other login manager/display manager Delta-Azura
  2021-10-09 20:05 ` Delta-Azura
@ 2021-10-16 10:20 ` tnut
  2021-10-16 10:20 ` tnut
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tnut @ 2021-10-16 10:20 UTC (permalink / raw)
  To: ml

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

New comment by tnut on void-packages repository

https://github.com/void-linux/void-packages/issues/33317#issuecomment-944893252

Comment:
The runit service will set the keyboard in fr for the non graphical console.  The installer will not set the keyboard for the X server / Wayland. You need to google for that. This problem is the result of a lack of documentation on the subject. Nothing is mention. 

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

* Re: Lxdm and other login manager/display manager 
  2021-10-04 16:09 [ISSUE] Lxdm and other login manager/display manager Delta-Azura
  2021-10-09 20:05 ` Delta-Azura
  2021-10-16 10:20 ` tnut
@ 2021-10-16 10:20 ` tnut
  2021-10-26  8:21 ` Delta-Azura
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tnut @ 2021-10-16 10:20 UTC (permalink / raw)
  To: ml

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

New comment by tnut on void-packages repository

https://github.com/void-linux/void-packages/issues/33317#issuecomment-944893252

Comment:
The runit service will set the keyboard in fr for the non graphical console.  The installer will not set the keyboard for the X server / Wayland. You need to google for that. This problem is the result of a lack of documentation on the subject. Nothing is mention about this in the documentation. 

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

* Re: Lxdm and other login manager/display manager 
  2021-10-04 16:09 [ISSUE] Lxdm and other login manager/display manager Delta-Azura
                   ` (2 preceding siblings ...)
  2021-10-16 10:20 ` tnut
@ 2021-10-26  8:21 ` Delta-Azura
  2021-12-25 21:44 ` paper42
  2021-12-25 21:44 ` [ISSUE] [CLOSED] " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: Delta-Azura @ 2021-10-26  8:21 UTC (permalink / raw)
  To: ml

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

New comment by Delta-Azura on void-packages repository

https://github.com/void-linux/void-packages/issues/33317#issuecomment-951695625

Comment:
Hi everyone, i finally found a solution, you can find it here : https://github.com/void-linux/void-packages/issues/33756
Really simple :  
`$ 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 i put your configuration (this correspond to my case) : 

```
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
```

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

* Re: [ISSUE] [CLOSED] Lxdm and other login manager/display manager 
  2021-10-04 16:09 [ISSUE] Lxdm and other login manager/display manager Delta-Azura
                   ` (4 preceding siblings ...)
  2021-12-25 21:44 ` paper42
@ 2021-12-25 21:44 ` paper42
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2021-12-25 21:44 UTC (permalink / raw)
  To: ml

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

Closed issue by ghost on void-packages repository

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

Description:
I am a french user of VoidLinux and unfortunately the keybord is always set in us disposition ! I tried a lot of things to solve that problem like create a configuration file for x11 but nothing worked. Then, i tried to use other display manager (lightdm, sddm, gdm ) and always the same problem even if when the system starts i see that runit set the keyboard in fr. 

Thanks again 

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

* Re: Lxdm and other login manager/display manager 
  2021-10-04 16:09 [ISSUE] Lxdm and other login manager/display manager Delta-Azura
                   ` (3 preceding siblings ...)
  2021-10-26  8:21 ` Delta-Azura
@ 2021-12-25 21:44 ` paper42
  2021-12-25 21:44 ` [ISSUE] [CLOSED] " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2021-12-25 21:44 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/issues/33317#issuecomment-1001074869

Comment:
This issue is not relevant for this repository. If you believe this should be mentioned in the documentation, please open an issue in void-docs. If this should be fixed in the installer (which might make sense for the XFCE version, but might be a bit confusing), please open an issue in void-mklive.

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

end of thread, other threads:[~2021-12-25 21:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-04 16:09 [ISSUE] Lxdm and other login manager/display manager Delta-Azura
2021-10-09 20:05 ` Delta-Azura
2021-10-16 10:20 ` tnut
2021-10-16 10:20 ` tnut
2021-10-26  8:21 ` Delta-Azura
2021-12-25 21:44 ` paper42
2021-12-25 21:44 ` [ISSUE] [CLOSED] " paper42

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).