Bug #4943
Mis à jour par Eric Seigne il y a environ 8 ans
Situation étrange avec ce clavier, au boot (à la fenêtre de login) le clavier est qwerty.
Dès qu'on branche un clavier USB en plus hop le mapping passe en français ...
Ce bug est connu, quelques solutions: https://forum.ubuntu-fr.org/viewtopic.php?id=982191
Je propose donc de faire la modification "globale xorg" car le kdm n'est pas impacté par le mapping de clavier gnome
/usr/share/X11/xorg.conf.d/10-evdev.conf /etc/X11/xorg.conf.d/10-evdev.conf
<pre>
Section "InputClass"
Identifier "evdev keyboard catchall"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "XkbLayout" "fr"
EndSection
</pre>
Dès qu'on branche un clavier USB en plus hop le mapping passe en français ...
Ce bug est connu, quelques solutions: https://forum.ubuntu-fr.org/viewtopic.php?id=982191
Je propose donc de faire la modification "globale xorg" car le kdm n'est pas impacté par le mapping de clavier gnome
/usr/share/X11/xorg.conf.d/10-evdev.conf /etc/X11/xorg.conf.d/10-evdev.conf
<pre>
Section "InputClass"
Identifier "evdev keyboard catchall"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "XkbLayout" "fr"
EndSection
</pre>