Bonjour,

Je suis sous fedora 37 kde mais le problème a commencé sous fedora 36.
Pourriez vous me dire comment mettre le clavier sous azerty dans l'ecran de choix de session de fedora.
Mon pc démarre, mon pseudo s'affiche mais comment faire pour rentrer son mot de passe en clavier azerty et pas en clavier qwerty?
Et si tu précisais quel est ton dm ?
nouvo09 wrote:Et si tu précisais quel est ton dm ?
Bonjour nouvo09,

Excuse moi, mais qu'est ce que un dm ?
Mon pc est normalement configuré en AZERTY mais lors de la mise à jour de Fedora 35 à Fedora 36 je suis obligé de utilise la technique comme si mon clavier était un clavier QWERTY pour taper mon mot de passe.
C'est à dire que une fois ce mot de passe taper en QWERTY je me retrouve avec une configuration clavier AZERTY pour l'interface graphique de après de ma session
Bonjour, afin de pouvoir être aidé il faut donner quelques précisions, à ce sujet inspire toi par exemple de ma signature.
Excuse moi, mais qu'est ce que un dm ?
Display Manager
C'est ce que tu as comme écran de connexion en fonction du bureau que tu utilise, Gnome, XFCE, LXDE, KDE etc...
Il faut d'abord savoir comment le système de base a été configuré.

Pour cela, dans le terminal, taper la commande : locale

et poster le résultat
locale
LANG=fr_FR.UTF-8
LC_CTYPE="fr_FR.UTF-8"
LC_NUMERIC="fr_FR.UTF-8"
LC_TIME="fr_FR.UTF-8"
LC_COLLATE="fr_FR.UTF-8"
LC_MONETARY="fr_FR.UTF-8"
LC_MESSAGES="fr_FR.UTF-8"
LC_PAPER="fr_FR.UTF-8"
LC_NAME="fr_FR.UTF-8"
LC_ADDRESS="fr_FR.UTF-8"
LC_TELEPHONE="fr_FR.UTF-8"
LC_MEASUREMENT="fr_FR.UTF-8"
LC_IDENTIFICATION="fr_FR.UTF-8"
LC_ALL=
ls -al /etc/systemd/system/display-manager.service
lrwxrwxrwx. 1 root root 36 23 avril  2021 /etc/systemd/system/display-manager.service -> /usr/lib/systemd/system/sddm.service
Je ne connais pas sddm.

Cependant j'ai vu qu'il existe un fichier sddm.conf.

Cela peut varier aussi selon que tu es sous Wayland ou Xorg.
/etc/sddm.conf
Autologin]
# Whether sddm should automatically log back into sessions when they exit
#Relogin=false

# Name of session file for autologin session
#Session=

# Username for autologin session
#User=


[General]
# Enable Qt's automatic high-DPI scaling
#EnableHiDPI=false

# Halt command
#HaltCommand=/usr/bin/systemctl poweroff

# Initial NumLock state. Can be on, off or none.
# If property is set to none, numlock won't be changed
# NOTE: Currently ignored if autologin is enabled.
#Numlock=none

# Reboot command
#RebootCommand=/usr/bin/systemctl reboot

# Control x11/wayland startup
# DisplayServer=wayland

[Theme]
# Current theme name
#Current=01-breeze-fedora

# Cursor theme used in the greeter
#CursorTheme=

# Number of users to use as threshold
# above which avatars are disabled
# unless explicitly enabled with EnableAvatars
#DisableAvatarsThreshold=7

# Enable display of custom user avatars
#EnableAvatars=true

# Global directory for user avatars
# The files should be named <username>.face.icon
#FacesDir=/usr/share/sddm/faces

# Theme directory path
#ThemeDir=/usr/share/sddm/themes


[Users]
# Default $PATH for logged in users
#DefaultPath=/usr/local/bin:/usr/bin:/bin

# Comma-separated list of shells.
# Users with these shells as their default won't be listed
#HideShells=

# Comma-separated list of users that should not be listed
#HideUsers=

# Maximum user id for displayed users
#MaximumUid=60000

# Minimum user id for displayed users
#MinimumUid=1000

# Remember the session of the last successfully logged in user
#RememberLastSession=true

# Remember the last successfully logged in user
#RememberLastUser=true


[Wayland]
# Path to a script to execute when starting the desktop session
#SessionCommand=/etc/sddm/wayland-session

# Directory containing available Wayland sessions
#SessionDir=/usr/share/wayland-sessions

# Path to the user session log file
#SessionLogFile=.cache/wayland-errors


[X11]
# Path to a script to execute when starting the display server
#DisplayCommand=/etc/sddm/Xsetup

# Path to a script to execute when stopping the display server
#DisplayStopCommand=/etc/sddm/Xstop

# The lowest virtual terminal number that will be used.
#MinimumVT=1

# Arguments passed to the X server invocation
#ServerArguments=-nolisten tcp

# Path to X server binary
#ServerPath=/usr/bin/X

# Path to a script to execute when starting the desktop session
#SessionCommand=/etc/X11/xinit/Xsession

# Directory containing available X sessions
#SessionDir=/usr/share/xsessions

# Path to the user session log file
#SessionLogFile=.cache/xsession-errors

# Path to the Xauthority file
#UserAuthFile=.Xauthority

# Path to xauth binary
#XauthPath=/usr/bin/xauth

# Path to Xephyr binary
#XephyrPath=/usr/bin/Xephyr


Salut
Sous archlinux KDE, je tapais cette commande
localectl set-x11-keymap fr
dans konsole. De tête mon mot de passe était demandé.
Je lis ça sur cette page. Ca semble être le problème.
SDDM may also incorrectly display the layout as US but will immediately change to the correct layout after you start typing your password [4]. This seems to not be a bug in SDDM but in X server.[5]
Kristen wrote:Salut
Sous archlinux KDE, je tapais cette commande
localectl set-x11-keymap fr
dans konsole. De tête mon mot de passe était demandé.
taper en commande avec sudo et redemarrer, cela n'a rien changé
essaie en tapant cette commande SANS sudo. Ensuite on te demandera le mot de passe
nouvo09 wrote:Je lis ça sur cette page. Ca semble être le problème.
SDDM may also incorrectly display the layout as US but will immediately change to the correct layout after you start typing your password [4]. This seems to not be a bug in SDDM but in X server.[5]
ok donc j'attend juste une mise à jour?
localectl set-x11-keymap fr
ai essayé cette commande sans sudo et pas de demande de mot de passe et redémarré et pas de changement
localectl set-keymap fr fr-oss
ai essayé cette commande sans sudo et pas de demande de mot de passe et redémarré et pas de changement
 localectl set-x11-keymap --no-convert "fr" "pc105" "fr-oss"
Failed to set keymap: Specified keymap cannot be compiled, refusing as invalid.