You are not logged in.
Pages: 1
Hello everyone,
I was recently checking what are the modified settings on my computer, and I saw that my keyboard model was modified from the normal settings. I then decided to change it back to normal settings thinking I had made a mistake changing it previously. (I went from generic 86 keys to generic 104, even though my keyboard only has 81 keys)
But I am now locked in qwerty with no way to change back to azerty.
Here are some outputs I got by executing some commands, but it appears as if everything is normal :
Gperdu% localectl
System Locale: LANG=fr_FR.UTF-8
VC Keymap: fr-latin9
X11 Layout: n/aHere is the vconsole.conf file :
KEYMAP=fr-latin9I tried
sudo loadkeys frbut nothing changes.
In fact, if I make ctrl+alt+f2, to run with no gui, I can type in azerty. So, to what level is the error and how can I fix it ?
Edit :
I have a HP Probook x360 11FTEE, and the good keyboard model is not available in the keyboard model list.
Last edited by Bestinbest (2022-04-07 09:06:48)
Offline
I don't love rosbeef
Offline
In fact, if I make ctrl+alt+f2, to run with no gui, I can type in azerty.
'cause that's what vconsole.conf and loadkeys control…
Offline
Thanks a lot for your answers !
So I have to create a file in /etc/X11/xorg.conf.d now, to make the change persistent. But how did it work without it before I messed up ?
Offline
Either your session sets a keyboard layout at runtime or you had created a config via "localectl set-[x11-]keymap fr" (following the installation guide)
Offline
Pages: 1