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