The officially official Devuan Forum!

You are not logged in.

#1 2023-11-29 05:48:55

swiitch
Member
Registered: 2023-11-26
Posts: 9  

Wrong keyboard layout in GDM3

Hello !
My keyboard layout in GDM3 is QWERTY but I need to configure it as AZERTY.
When I'm logged in in Gnome the keyboard layout is the good one.
Here my /etc/default/keyboard file :

# KEYBOARD CONFIGURATION FILE

# Consult the keyboard(5) manual page.

XKBMODEL="pc105"
XKBLAYOUT="fr"
XKBVARIANT="latin9"
XKBOPTIONS="terminate:ctrl_alt_bksp"

BACKSPACE="guess"

And my /etc/X11/xorg.conf.d/40-keyboard.conf file :

Section "InputClass"
	Identifier "keyboard"
	MatchIsKeyboard "on"
	Option "XkbLayout" "fr"
	Option "XkbVariant" "latin9"
	Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection

In Slim, I didn't have this problem.

I used to use the localectl command on Arch Linux. I don't know how to configure it on Devuan.
Any help is welcome

Last edited by swiitch (2023-11-29 05:52:03)


--
w00t w00t

CPU: AMD Ryzen 7 5700X / GPU : Radeon RX7600 / RAM : 16GB / OS : Devuan GNU+Linux Stable / Init system : SysVinit

Offline

Board footer