Page 1 of 1

Keyboard layout login screen

PostPosted: Jul 19th, '15, 10:45
by TJ1986
Dear,

I've some troubles with the keyboard layout on the login screen.
I'm using an AZERTY keyboard , it works well when logged in but on the login screen it is still a QWERTY keyboard instead of AZERTY.
Is it a well known problem?
How can I fix it?

Regards

tj1986

Re: Keyboard layout login screen

PostPosted: Jul 19th, '15, 11:14
by doktor5000
What login manager do you use? Please check https://wiki.mageia.org/en/Display_Managers for screenshots.

Re: Keyboard layout login screen

PostPosted: Jul 19th, '15, 20:31
by TJ1986
I'm using the standard display manager (KDM).
In openmandriva the keyboard layout of the desktop is automatically linked to the login screen isn't it like that in mageia?
Any solution please?

Re: Keyboard layout login screen

PostPosted: Jul 19th, '15, 22:09
by doktor5000
What Mageia version do you use, and what media did you use to isntall it? Is that a fresh installation, or any upgrade? Did you reuse an existing /home partition or imported your old settings?

Re: Keyboard layout login screen

PostPosted: Jul 20th, '15, 08:44
by TJ1986
I'm using Mageia 5, fresh install . no importations of old settings or /home directory.
I have fully erased the partition for mageia.

Re: Keyboard layout login screen

PostPosted: Jul 20th, '15, 19:27
by TJ1986
Nobody can help me?

Re: Keyboard layout login screen

PostPosted: Jul 20th, '15, 23:22
by doktor5000
You didn't answer what installation media you used.

Please show the outputs of

Code: Select all
cat /etc/locale.conf
cat /etc/vconsole.conf
cat /etc/sysconfig/keyboard
cat /etc/X11/xorg.conf.d/*


Please also provide information what language/locale and keyboard setting you have chosen in installer.

One easy workaround would be using another display manager in the meantime until this is fixed,
or configure autologin if you only have one user using that box.

Re: Keyboard layout login screen

PostPosted: Jul 21st, '15, 07:23
by TJ1986
Hi,

I used an USB with the full installation ( no live installation.
See hereunder please:

Code: Select all
[tb@localhost ~]$ cat /etc/locale.conf
LANG=en_BE.UTF-8
LANGUAGE=en_BE.UTF-8:en_GB:en

[tb@localhost ~]$ cat /etc/vconsole.conf
KEYMAP=be2-latin1
FONT=lat0-16
[tb@localhost ~]$ cat /etc/sysconfig/keyboard
KEYTABLE=be2-latin1
KEYBOARD=be
XkbOptions=compose:rwin
XkbModel=pc105
XkbLayout=be

[tb@localhost ~]$ cat /etc/X11/xorg.conf.d/*
# Read and parsed by systemd-localed. It's probably wise not to edit this file
# manually too freely.
Section "InputClass"
        Identifier "system-keyboard"
        MatchIsKeyboard "on"
        Option "XkbLayout" "be"
        Option "XkbModel" "pc105"
        Option "XkbOptions" "compose:rwin"
EndSection


I allready have used another DM but still have the same problem.

Re: Keyboard layout login screen

PostPosted: Jul 22nd, '15, 19:21
by TJ1986
Hello

Can anybody find somethings unusual?

Re: Keyboard layout login screen

PostPosted: Jul 22nd, '15, 20:48
by isadora
Please, don't push.

When someone is able to answer she or he surely will, be patient. ;)

Re: Keyboard layout login screen

PostPosted: Jul 25th, '15, 17:10
by doktor5000
Looks all good. Expect maybe /etc/locale.conf which has british english and english as fallback languages, maybe it would be a try to adjust them to only show
Code: Select all
LANGUAGE=en_BE.UTF-8

Apart from that, the above means "english (belgium)" so that would imply it's based on an english layout, no?

Re: Keyboard layout login screen

PostPosted: Aug 2nd, '15, 11:10
by TJ1986
It does nothing, still the same problem.
Do you guys do not have this problem?
I allready had it on mageia 1, in that time I was thinking it was a little beginning bug but still persist.

Re: Keyboard layout login screen

PostPosted: Aug 2nd, '15, 16:43
by doktor5000
Nope, I don't have that issue, my normal german QWERTZ layout is used. Also never heard about such an issue with KDM in the past.

edit doktor5000:
FWIW, can you please post your /etc/X11/xorg.conf and your /var/log/Xorg.0.log please?

Found a few similar links:
https://forums.opensuse.org/showthread. ... gin-screen
https://forums.gentoo.org/viewtopic-t-857054.html
https://wiki.archlinux.org/index.php/KDM#Keyboard_maps

If that helps, I suggest to report that as a bug, after searching if it hasn't been reported yet already: https://wiki.mageia.org/en/How_to_report_a_bug_properly
For completeness's sake and also to allow others to follow up on that bug report, please also post the link to it here in the thread, thanks.