GDM keyboard layout 23 June 2022, 18:47:48 Hi,i installed a fresh artix with openrc.Is there a way to change the keyboard layout for gdm?i've tested https://wiki.gentoo.org/wiki/GNOME/GDM#GDM_ignores_my_keyboard_layout and Code: [Select]#/etc/X11/xorg.conf.d/00-keyboard.confSection "InputClass" Identifier "evdev keyboard catchall" MatchIsKeyboard "on" Option "XkbLayout" "de"EndSectionIs there a way to enable logging for X?I don't knwo the right Identifier for my keyboard and there is not xorg-log.Thanks
Re: GDM keyboard layout Reply #2 – 23 June 2022, 19:28:16 Quote from: Arch_user – on 23 June 2022, 18:58:00Xorg logs are available at /var/log/There are no Xorg logsCode: [Select]# ls /var/logaudit dmesg gdm httpd libvirt old pacman.log rc.log samba swtpm wtmp
Re: GDM keyboard layout Reply #3 – 23 June 2022, 20:20:45 are you running rootless xorg? check with this commandCode: [Select]ps -o user $(pgrep Xorg)
Re: GDM keyboard layout Reply #4 – 23 June 2022, 20:30:59 Quote from: Arch_user – on 23 June 2022, 20:20:45are you running rootless xorg? check with this commandCode: [Select]ps -o user $(pgrep Xorg)Code: [Select]# ps -o user $(pgrep Xorg)USER<username><username>Code: [Select]# sudo ps -o user $(pgrep Xorg)[sudo] Passwort für <username>: USERrootroot
Re: GDM keyboard layout Reply #5 – 24 June 2022, 06:31:50 Quote from: Jayrgo – on 23 June 2022, 20:30:59Code: [Select]# ps -o user $(pgrep Xorg)USER<username><username>Code: [Select]# sudo ps -o user $(pgrep Xorg)[sudo] Passwort für <username>: USERrootrootI'm confused, are you running Xorg as root or not?How do you run Xorg? with a login manager or using startx?If Xorg is running as root, you should stop doing it and only launch Xorg as a normal user.
Re: GDM keyboard layout Reply #6 – 24 June 2022, 11:11:20 Quote from: Lancia – on 24 June 2022, 06:31:50I'm confused, are you running Xorg as root or not?How do you run Xorg? with a login manager or using startx?If Xorg is running as root, you should stop doing it and only launch Xorg as a normal user.Xorg run as root by default
Re: GDM keyboard layout Reply #7 – 25 June 2022, 20:31:41 Quote from: Lancia – on 24 June 2022, 06:31:50I'm confused, are you running Xorg as root or not?How do you run Xorg? with a login manager or using startx?If Xorg is running as root, you should stop doing it and only launch Xorg as a normal user.I run GNOME with gdm service (openrc).Now i have rebuilded gnome-shell with the patch provided by Gentoo Wiki and it works. 1 Likes