Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Workaround] GNOME + GDM + OpenRC : gdm not azerty keyboard
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Adrien.D
Apprentice
Apprentice


Joined: 18 Jan 2015
Posts: 157

PostPosted: Sat Dec 14, 2019 5:08 pm    Post subject: [Workaround] GNOME + GDM + OpenRC : gdm not azerty keyboard Reply with quote

Hi all,
I installed Gentoo with openRC + GNOME 3.32.

All is okay but i have a problem with gdm, my keyboard is in qwerty layout, but i have an azerty keyboard.
Once logged into gnome french keyboard is okay.

Code:
cat /etc/conf.d/keymaps
# Use keymap to specify the default console keymap.  There is a complete tree
# of keymaps in /usr/share/keymaps to choose from.
keymap="fr-latin9"

# Should we first load the 'windowkeys' console keymap?  Most x86 users will
# say "yes" here.  Note that non-x86 users should leave it as "no".
# Loading this keymap will enable VT switching (like ALT+Left/Right)
# using the special windows keys on the linux console.
windowkeys="yes"

# The maps to load for extended keyboards.  Most users will leave this as is.
extended_keymaps=""
#extended_keymaps="backspace keypad euro2"

# Tell dumpkeys(1) to interpret character action codes to be
# from the specified character set.
# This only matters if you set unicode="yes" in /etc/rc.conf.
# For a list of valid sets, run `dumpkeys --help`
dumpkeys_charset=""

# Some fonts map AltGr-E to the currency symbol instead of the Euro.
# To fix this, set to "yes"
fix_euro="NO"


cat /etc/X11/xorg.conf.d/keyboard.conf
# Keyboard settings
Section "InputClass"
  Identifier  "keyboard"
  Driver  "evdev"
  Option  "Protocol" "event"
  MatchIsKeyboard "1"
  Option "XkbLayout" "fr"
EndSection

eselect locale list
Available targets for the LANG variable:
  [1]   C
  [2]   C.utf8
  [3]   en_US.utf8
  [4]   fr_FR.utf8 *
  [5]   POSIX
  [ ]   (free form)


Can you help me to solve my problem ?

Thanks !
_________________
Desktop : MSI Gaming Pro X470 - AMD Ryzen 5 2600X - RX 560 - OpenRC GNOME - gentoo-sources-6.1 LTS
Server : Acer Barebone - Intel i3-8100T - OpenRC CLI - gentoo-sources-5.4 LTS
VMs : A lot of VMS to practice Gentoo of course :) (proxmox, virtualbox)


Last edited by Adrien.D on Wed Jan 01, 2020 3:31 pm; edited 1 time in total
Back to top
View user's profile Send private message
mike155
Advocate
Advocate


Joined: 17 Sep 2010
Posts: 4438
Location: Frankfurt, Germany

PostPosted: Sat Dec 14, 2019 11:58 pm    Post subject: Reply with quote

A wild guess: do you still use the evdev driver? Or have you switched to libinput? If the latter is the case, it could well be that your configuration file /etc/X11/xorg.conf.d/keyboard.conf doesn't work, because your explicitly state the evdev driver. Try:
Code:
Section "InputClass"
  Identifier "system-keyboard"
  MatchIsKeyboard "on"
  Option "XkbLayout" "fr"
  Option "XkbModel" "pc105"     # change "pc105" to your keyboard model or remove the line
  Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
Back to top
View user's profile Send private message
Adrien.D
Apprentice
Apprentice


Joined: 18 Jan 2015
Posts: 157

PostPosted: Sun Dec 15, 2019 8:17 am    Post subject: Reply with quote

Hi,
Thanks for your answer !

I edited the keyboard.conf as you mentionned but always qwerty.

Both evdev and libinput installed on my system.

In make.conf :

Code:
INPUT_DEVICES="libinput evdev mutouch synaptics keyboard mouse"


And packages installed:

Code:
[I] x11-drivers/xf86-input-evdev (2.10.6{tbz2}@09/11/2019): Generic Linux input driver
[I] x11-drivers/xf86-input-keyboard (1.9.0{tbz2}@09/11/2019): Keyboard input driver
[I] x11-drivers/xf86-input-libinput (0.29.0{tbz2}@05/11/2019): X.org input driver based on libinput
[I] x11-drivers/xf86-input-mouse (1.9.3{tbz2}@09/11/2019): X.Org driver for mouse input devices
[I] x11-drivers/xf86-input-synaptics (1.9.1{tbz2}@09/11/2019): Driver for Synaptics touchpads


Note : i tested lightdm : i have french keyboard, but with lightdm, some features not available into gnome :)
_________________
Desktop : MSI Gaming Pro X470 - AMD Ryzen 5 2600X - RX 560 - OpenRC GNOME - gentoo-sources-6.1 LTS
Server : Acer Barebone - Intel i3-8100T - OpenRC CLI - gentoo-sources-5.4 LTS
VMs : A lot of VMS to practice Gentoo of course :) (proxmox, virtualbox)
Back to top
View user's profile Send private message
mike155
Advocate
Advocate


Joined: 17 Sep 2010
Posts: 4438
Location: Frankfurt, Germany

PostPosted: Sun Dec 15, 2019 5:17 pm    Post subject: Reply with quote

I think you should install either libinput OR evdev. Not both.

Please read
  1. https://wiki.gentoo.org/wiki/Libinput
  2. https://wiki.gentoo.org/wiki/Synaptics
and switch to libinput and remove evdev. Make sure that x11-drivers/xf86-input-evdev is no longer installed on your machine.

If the problem persists, please post
  1. the output of
    Code:
    emerge --info

  2. /var/lib/Xorg.0.log.
Back to top
View user's profile Send private message
mike155
Advocate
Advocate


Joined: 17 Sep 2010
Posts: 4438
Location: Frankfurt, Germany

PostPosted: Sun Dec 15, 2019 5:32 pm    Post subject: Reply with quote

There's another thing. It's possible to overwrite the keyboard selected in the Xorg configuration file in GDM. See: https://wiki.archlinux.org/index.php/GDM#Keyboard_layout. Did you configure a different keyboard layout for GDM?
Back to top
View user's profile Send private message
Adrien.D
Apprentice
Apprentice


Joined: 18 Jan 2015
Posts: 157

PostPosted: Sun Dec 15, 2019 7:49 pm    Post subject: Reply with quote

Hi,

Thanks.
I tested removing libinput (just keep evdev): same problem.
I tested removing evdev (just keep libinput) : same problem

My Xorg.log

Code:
[  2149.115] (--) Log file renamed from "/var/log/Xorg.pid-28499.log" to "/var/log/Xorg.0.log"
[  2149.115]
X.Org X Server 1.20.5
X Protocol Version 11, Revision 0
[  2149.115] Build Operating System: Linux 4.19.77 x86_64 Gentoo
[  2149.115] Current Operating System: Linux 4.19.85 #1 SMP PREEMPT Thu Nov 21 14:46:50 UTC 2019 x86_64
[  2149.115] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.19.85 root=/dev/mapper/rootvg-rootlv ro video=1280x800 real_resume=UUID=594992c4-0d49-440c-9048-2f254a547c5d rd.auto rd.retry=40 splash quiet
[  2149.115] Build Date: 11 November 2019  07:24:21PM
[  2149.115] 
[  2149.115] Current version of pixman: 0.38.4
[  2149.115]    Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
[  2149.115] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  2149.115] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Dec 15 20:45:38 2019
[  2149.116] (==) Using config file: "/etc/X11/xorg.conf"
[  2149.116] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  2149.116] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  2149.116] (==) ServerLayout "Xorg Configured"
[  2149.116] (**) |-->Screen "Monitor" (0)
[  2149.116] (**) |   |-->Monitor "StandardMonitor"
[  2149.116] (**) |   |-->Device "modesettingVGA"
[  2149.116] (==) Automatically adding devices
[  2149.116] (==) Automatically enabling devices
[  2149.116] (==) Automatically adding GPU devices
[  2149.116] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  2149.116] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[  2149.116]    Entry deleted from font path.
[  2149.116] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[  2149.117]    Entry deleted from font path.
[  2149.117] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[  2149.117]    Entry deleted from font path.
[  2149.117] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[  2149.117]    Entry deleted from font path.
[  2149.117]    (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[  2149.117] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[  2149.117]    Entry deleted from font path.
[  2149.117]    (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[  2149.117] (**) FontPath set to:
   /usr/share/fonts/corefonts,
   /usr/share/fonts/misc,
   /usr/share/fonts/droid,
   /usr/share/fonts/misc/
[  2149.117] (==) ModulePath set to "/usr/lib64/xorg/modules"
[  2149.117] (**) Extension "Composite" is enabled
[  2149.117] (II) The server relies on udev to provide the list of input devices.
   If no devices become available, reconfigure udev or disable AutoAddDevices.
[  2149.117] (II) Loader magic: 0x55ed80e25d00
[  2149.117] (II) Module ABI versions:
[  2149.117]    X.Org ANSI C Emulation: 0.4
[  2149.117]    X.Org Video Driver: 24.0
[  2149.117]    X.Org XInput driver : 24.1
[  2149.117]    X.Org Server Extension : 10.0
[  2149.119] (++) using VT number 7

[  2149.121] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
[  2149.122] (II) xfree86: Adding drm device (/dev/dri/card0)
[  2149.122] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[  2149.127] (--) PCI:*(0@0:2:0) 8086:2a42:1028:0263 rev 7, Mem @ 0xf6c00000/4194304, 0xe0000000/268435456, I/O @ 0x0000efe8/8, BIOS @ 0x????????/131072
[  2149.127] (--) PCI: (0@0:2:1) 8086:2a43:1028:0263 rev 7, Mem @ 0xf6b00000/1048576
[  2149.127] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[  2149.127] (II) LoadModule: "dri"
[  2149.127] (II) Module "dri" already built-in
[  2149.127] (II) LoadModule: "dbe"
[  2149.127] (II) Module "dbe" already built-in
[  2149.127] (II) LoadModule: "glx"
[  2149.127] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[  2149.129] (II) Module glx: vendor="X.Org Foundation"
[  2149.129]    compiled for 1.20.5, module version = 1.0.0
[  2149.129]    ABI class: X.Org Server Extension, version 10.0
[  2149.129] (II) LoadModule: "extmod"
[  2149.129] (II) Module "extmod" already built-in
[  2149.129] (II) LoadModule: "modesetting"
[  2149.129] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[  2149.129] (II) Module modesetting: vendor="X.Org Foundation"
[  2149.129]    compiled for 1.20.5, module version = 1.20.5
[  2149.129]    Module class: X.Org Video Driver
[  2149.129]    ABI class: X.Org Video Driver, version 24.0
[  2149.129] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  2149.130] (II) modeset(0): using drv /dev/dri/card0
[  2149.130] (**) modeset(0): Depth 24, (--) framebuffer bpp 32
[  2149.130] (==) modeset(0): RGB weight 888
[  2149.130] (==) modeset(0): Default visual is TrueColor
[  2149.130] (II) Loading sub module "glamoregl"
[  2149.130] (II) LoadModule: "glamoregl"
[  2149.130] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
[  2149.134] (II) Module glamoregl: vendor="X.Org Foundation"
[  2149.134]    compiled for 1.20.5, module version = 1.0.1
[  2149.134]    ABI class: X.Org ANSI C Emulation, version 0.4
[  2149.159] (II) modeset(0): glamor X acceleration enabled on Mesa DRI Mobile Intel® GM45 Express Chipset
[  2149.159] (II) modeset(0): glamor initialized
[  2149.159] (II) modeset(0): Output LVDS-1 using monitor section StandardMonitor
[  2149.169] (II) modeset(0): Output VGA-1 has no monitor section
[  2149.171] (II) modeset(0): Output HDMI-1 has no monitor section
[  2149.249] (II) modeset(0): Output DP-1 has no monitor section
[  2149.250] (II) modeset(0): Output HDMI-2 has no monitor section
[  2149.250] (II) modeset(0): Output DP-2 has no monitor section
[  2149.250] (II) modeset(0): Output DP-3 has no monitor section
[  2149.426] (II) modeset(0): Output SVIDEO-1 has no monitor section
[  2149.426] (II) modeset(0): EDID for output LVDS-1
[  2149.426] (II) modeset(0): Manufacturer: AUO  Model: 2774  Serial#: 0
[  2149.426] (II) modeset(0): Year: 2006  Week: 1
[  2149.426] (II) modeset(0): EDID Version: 1.3
[  2149.426] (II) modeset(0): Digital Display Input
[  2149.426] (II) modeset(0): Max Image Size [cm]: horiz.: 33  vert.: 21
[  2149.426] (II) modeset(0): Gamma: 2.20
[  2149.426] (II) modeset(0): No DPMS capabilities specified
[  2149.426] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[  2149.426] (II) modeset(0): First detailed timing is preferred mode
[  2149.426] (II) modeset(0): redX: 0.590 redY: 0.345   greenX: 0.315 greenY: 0.555
[  2149.426] (II) modeset(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
[  2149.426] (II) modeset(0): Manufacturer's mask: 0
[  2149.426] (II) modeset(0): Supported detailed timing:
[  2149.426] (II) modeset(0): clock: 71.1 MHz   Image Size:  331 x 207 mm
[  2149.426] (II) modeset(0): h_active: 1280  h_sync: 1328  h_sync_end 1360 h_blank_end 1440 h_border: 0
[  2149.426] (II) modeset(0): v_active: 800  v_sync: 803  v_sync_end 809 v_blanking: 823 v_border: 0
[  2149.426] (II) modeset(0): Unknown vendor-specific block f
[  2149.426] (II) modeset(0):  AUO
[  2149.426] (II) modeset(0):  B154EW02 V7
[  2149.426] (II) modeset(0): EDID (in hex):
[  2149.426] (II) modeset(0):    00ffffffffffff0006af742700000000
[  2149.426] (II) modeset(0):    01100103802115780a1cf59758508e27
[  2149.426] (II) modeset(0):    27505400000001010101010101010101
[  2149.426] (II) modeset(0):    010101010101c71b00a0502017303020
[  2149.426] (II) modeset(0):    36004bcf100000180000000f00000000
[  2149.426] (II) modeset(0):    00000000000000000020000000fe0041
[  2149.426] (II) modeset(0):    554f0a202020202020202020000000fe
[  2149.426] (II) modeset(0):    004231353445573032205637200a009d
[  2149.427] (II) modeset(0): Printing probed modes for output LVDS-1
[  2149.427] (II) modeset(0): Modeline "1280x800"x60.0   71.11  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.4 kHz UeP)
[  2149.427] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[  2149.427] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[  2149.427] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[  2149.427] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[  2149.427] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[  2149.427] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[  2149.427] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[  2149.427] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[  2149.427] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[  2149.427] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[  2149.427] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[  2149.427] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[  2149.427] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[  2149.427] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[  2149.427] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[  2149.427] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[  2149.427] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[  2149.427] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[  2149.427] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[  2149.427] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[  2149.427] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[  2149.427] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[  2149.427] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[  2149.427] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[  2149.427] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[  2149.427] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[  2149.427] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[  2149.427] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[  2149.427] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[  2149.427] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[  2149.428] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[  2149.428] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[  2149.428] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[  2149.428] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[  2149.428] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[  2149.428] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[  2149.428] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[  2149.428] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[  2149.428] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[  2149.428] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[  2149.428] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[  2149.428] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[  2149.428] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[  2149.428] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[  2149.428] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[  2149.428] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[  2149.428] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[  2149.428] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[  2149.428] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[  2149.428] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[  2149.428] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[  2149.428] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[  2149.428] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[  2149.428] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[  2149.428] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[  2149.428] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[  2149.428] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[  2149.428] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[  2149.428] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[  2149.428] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[  2149.428] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[  2149.428] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[  2149.438] (II) modeset(0): EDID for output VGA-1
[  2149.440] (II) modeset(0): EDID for output HDMI-1
[  2149.519] (II) modeset(0): EDID for output DP-1
[  2149.521] (II) modeset(0): EDID for output HDMI-2
[  2149.521] (II) modeset(0): EDID for output DP-2
[  2149.521] (II) modeset(0): EDID for output DP-3
[  2149.696] (II) modeset(0): EDID for output SVIDEO-1
[  2149.696] (II) modeset(0): Output LVDS-1 connected
[  2149.696] (II) modeset(0): Output VGA-1 disconnected
[  2149.696] (II) modeset(0): Output HDMI-1 disconnected
[  2149.696] (II) modeset(0): Output DP-1 disconnected
[  2149.696] (II) modeset(0): Output HDMI-2 disconnected
[  2149.696] (II) modeset(0): Output DP-2 disconnected
[  2149.696] (II) modeset(0): Output DP-3 disconnected
[  2149.696] (II) modeset(0): Output SVIDEO-1 disconnected
[  2149.696] (II) modeset(0): Using user preference for initial modes
[  2149.696] (II) modeset(0): Output LVDS-1 using initial mode 1280x800 +0+0
[  2149.696] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[  2149.696] (==) modeset(0): DPI set to (96, 96)
[  2149.696] (II) Loading sub module "fb"
[  2149.696] (II) LoadModule: "fb"
[  2149.696] (II) Loading /usr/lib64/xorg/modules/libfb.so
[  2149.697] (II) Module fb: vendor="X.Org Foundation"
[  2149.697]    compiled for 1.20.5, module version = 1.0.0
[  2149.697]    ABI class: X.Org ANSI C Emulation, version 0.4
[  2149.880] (==) modeset(0): Backing store enabled
[  2149.880] (==) modeset(0): Silken mouse enabled
[  2149.911] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[  2149.911] (**) modeset(0): DPMS enabled
[  2149.911] (II) modeset(0): [DRI2] Setup complete
[  2149.911] (II) modeset(0): [DRI2]   DRI driver: i965
[  2149.911] (II) modeset(0): [DRI2]   VDPAU driver: i965
[  2149.911] (II) Initializing extension Generic Event Extension
[  2149.911] (II) Initializing extension SHAPE
[  2149.911] (II) Initializing extension MIT-SHM
[  2149.911] (II) Initializing extension XInputExtension
[  2149.911] (II) Initializing extension XTEST
[  2149.911] (II) Initializing extension BIG-REQUESTS
[  2149.911] (II) Initializing extension SYNC
[  2149.911] (II) Initializing extension XKEYBOARD
[  2149.912] (II) Initializing extension XC-MISC
[  2149.912] (II) Initializing extension XFIXES
[  2149.912] (II) Initializing extension RENDER
[  2149.912] (II) Initializing extension RANDR
[  2149.912] (II) Initializing extension COMPOSITE
[  2149.912] (II) Initializing extension DAMAGE
[  2149.912] (II) Initializing extension MIT-SCREEN-SAVER
[  2149.912] (II) Initializing extension DOUBLE-BUFFER
[  2149.912] (II) Initializing extension RECORD
[  2149.912] (II) Initializing extension DPMS
[  2149.912] (II) Initializing extension Present
[  2149.912] (II) Initializing extension DRI3
[  2149.912] (II) Initializing extension X-Resource
[  2149.912] (II) Initializing extension XVideo
[  2149.912] (II) Initializing extension XVideo-MotionCompensation
[  2149.912] (II) Initializing extension GLX
[  2149.922] (II) AIGLX: Loaded and initialized i965
[  2149.922] (II) GLX: Initialized DRI2 GL provider for screen 0
[  2149.922] (II) Initializing extension XFree86-VidModeExtension
[  2149.922] (II) Initializing extension XFree86-DGA
[  2149.922] (II) Initializing extension XFree86-DRI
[  2149.922] (II) Initializing extension DRI2
[  2149.924] (II) modeset(0): Damage tracking initialized
[  2149.925] (II) modeset(0): Setting screen physical size to 338 x 211
[  2149.997] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
[  2149.998] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[  2149.998] (**) Video Bus: Applying InputClass "system-keyboard"
[  2149.998] (II) LoadModule: "evdev"
[  2149.998] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[  2150.000] (II) Module evdev: vendor="X.Org Foundation"
[  2150.000]    compiled for 1.20.5, module version = 2.10.6
[  2150.000]    Module class: X.Org XInput Driver
[  2150.000]    ABI class: X.Org XInput driver, version 24.1
[  2150.000] (II) Using input driver 'evdev' for 'Video Bus'
[  2150.002] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 23 paused 0
[  2150.002] (**) Video Bus: always reports core events
[  2150.002] (**) evdev: Video Bus: Device: "/dev/input/event2"
[  2150.003] (--) evdev: Video Bus: Vendor 0 Product 0x6
[  2150.003] (--) evdev: Video Bus: Found keys
[  2150.003] (II) evdev: Video Bus: Configuring as keyboard
[  2150.003] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input3/event2"
[  2150.003] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[  2150.003] (**) Option "xkb_rules" "evdev"
[  2150.003] (**) Option "xkb_model" "pc105"
[  2150.003] (**) Option "xkb_layout" "fr"
[  2150.057] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[  2150.057] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  2150.057] (**) Power Button: Applying InputClass "system-keyboard"
[  2150.057] (II) Using input driver 'evdev' for 'Power Button'
[  2150.058] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 24 paused 0
[  2150.058] (**) Power Button: always reports core events
[  2150.058] (**) evdev: Power Button: Device: "/dev/input/event4"
[  2150.058] (--) evdev: Power Button: Vendor 0 Product 0x1
[  2150.059] (--) evdev: Power Button: Found keys
[  2150.059] (II) evdev: Power Button: Configuring as keyboard
[  2150.059] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5/event4"
[  2150.059] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[  2150.059] (**) Option "xkb_rules" "evdev"
[  2150.059] (**) Option "xkb_model" "pc105"
[  2150.059] (**) Option "xkb_layout" "fr"
[  2150.060] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
[  2150.060] (II) No input driver specified, ignoring this device.
[  2150.060] (II) This device may have been added with another device file.
[  2150.061] (II) config/udev: Adding input device Sleep Button (/dev/input/event5)
[  2150.061] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[  2150.061] (**) Sleep Button: Applying InputClass "system-keyboard"
[  2150.061] (II) Using input driver 'evdev' for 'Sleep Button'
[  2150.062] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 25 paused 0
[  2150.062] (**) Sleep Button: always reports core events
[  2150.062] (**) evdev: Sleep Button: Device: "/dev/input/event5"
[  2150.062] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[  2150.062] (--) evdev: Sleep Button: Found keys
[  2150.062] (II) evdev: Sleep Button: Configuring as keyboard
[  2150.062] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input6/event5"
[  2150.062] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[  2150.062] (**) Option "xkb_rules" "evdev"
[  2150.063] (**) Option "xkb_model" "pc105"
[  2150.063] (**) Option "xkb_layout" "fr"
[  2150.064] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event9)
[  2150.064] (II) No input driver specified, ignoring this device.
[  2150.064] (II) This device may have been added with another device file.
[  2150.064] (II) config/udev: Adding input device HDA Intel Dock Line Out (/dev/input/event10)
[  2150.064] (II) No input driver specified, ignoring this device.
[  2150.064] (II) This device may have been added with another device file.
[  2150.065] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event11)
[  2150.065] (II) No input driver specified, ignoring this device.
[  2150.065] (II) This device may have been added with another device file.
[  2150.065] (II) config/udev: Adding input device HDA Intel HDMI/DP,pcm=3 (/dev/input/event12)
[  2150.065] (II) No input driver specified, ignoring this device.
[  2150.065] (II) This device may have been added with another device file.
[  2150.065] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
[  2150.066] (II) No input driver specified, ignoring this device.
[  2150.066] (II) This device may have been added with another device file.
[  2150.066] (II) config/udev: Adding input device HDA Intel Dock Mic (/dev/input/event8)
[  2150.066] (II) No input driver specified, ignoring this device.
[  2150.066] (II) This device may have been added with another device file.
[  2150.066] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event6)
[  2150.066] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[  2150.066] (**) Dell WMI hotkeys: Applying InputClass "system-keyboard"
[  2150.067] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
[  2150.068] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 26 paused 0
[  2150.068] (**) Dell WMI hotkeys: always reports core events
[  2150.068] (**) evdev: Dell WMI hotkeys: Device: "/dev/input/event6"
[  2150.068] (--) evdev: Dell WMI hotkeys: Vendor 0 Product 0
[  2150.068] (--) evdev: Dell WMI hotkeys: Found keys
[  2150.068] (II) evdev: Dell WMI hotkeys: Configuring as keyboard
[  2150.068] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input7/event6"
[  2150.068] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 9)
[  2150.068] (**) Option "xkb_rules" "evdev"
[  2150.069] (**) Option "xkb_model" "pc105"
[  2150.069] (**) Option "xkb_layout" "fr"
[  2150.071] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[  2150.071] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[  2150.071] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[  2150.071] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[  2150.073] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 27 paused 0
[  2150.073] (**) AT Translated Set 2 keyboard: always reports core events
[  2150.073] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[  2150.073] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[  2150.073] (--) evdev: AT Translated Set 2 keyboard: Found keys
[  2150.074] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[  2150.074] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[  2150.074] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[  2150.074] (**) Option "xkb_rules" "evdev"
[  2150.074] (**) Option "xkb_model" "pc105"
[  2150.074] (**) Option "xkb_layout" "fr"
[  2150.076] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/event1)
[  2150.076] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "evdev touchpad catchall"
[  2150.076] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad catchall"
[  2150.076] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "Default clickpad buttons"
[  2150.076] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "Synaptics"
[  2150.076] (II) LoadModule: "synaptics"
[  2150.077] (II) Loading /usr/lib64/xorg/modules/input/synaptics_drv.so
[  2150.077] (II) Module synaptics: vendor="X.Org Foundation"
[  2150.077]    compiled for 1.20.5, module version = 1.9.1
[  2150.077]    Module class: X.Org XInput Driver
[  2150.078]    ABI class: X.Org XInput driver, version 24.1
[  2150.078] (II) Using input driver 'synaptics' for 'AlpsPS/2 ALPS GlidePoint'
[  2150.080] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 28 paused 0
[  2150.080] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
[  2150.080] (**) Option "Protocol" "event"
[  2150.080] (**) Option "Device" "/dev/input/event1"
[  2150.080] (--) synaptics: AlpsPS/2 ALPS GlidePoint: x-axis range 0 - 1023 (res 0)
[  2150.080] (--) synaptics: AlpsPS/2 ALPS GlidePoint: y-axis range 0 - 767 (res 0)
[  2150.080] (--) synaptics: AlpsPS/2 ALPS GlidePoint: pressure range 0 - 127
[  2150.080] (II) synaptics: AlpsPS/2 ALPS GlidePoint: device does not report finger width.
[  2150.081] (--) synaptics: AlpsPS/2 ALPS GlidePoint: buttons: left right scroll-buttons
[  2150.081] (--) synaptics: AlpsPS/2 ALPS GlidePoint: Vendor 0x2 Product 0x8
[  2150.081] (--) synaptics: AlpsPS/2 ALPS GlidePoint: invalid finger width range.  defaulting to 0 - 15
[  2150.081] (**) Option "TapButton1" "1"
[  2150.081] (**) Option "TapButton2" "2"
[  2150.081] (**) Option "TapButton3" "3"
[  2150.082] (**) Option "CircularScrolling" "1"
[  2150.082] (--) synaptics: AlpsPS/2 ALPS GlidePoint: touchpad found
[  2150.082] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
[  2150.082] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input2/event1"
[  2150.082] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS GlidePoint" (type: TOUCHPAD, id 11)
[  2150.082] (**) synaptics: AlpsPS/2 ALPS GlidePoint: (accel) MinSpeed is now constant deceleration 2.5
[  2150.082] (**) synaptics: AlpsPS/2 ALPS GlidePoint: (accel) MaxSpeed is now 1.75
[  2150.082] (**) synaptics: AlpsPS/2 ALPS GlidePoint: (accel) AccelFactor is now 0.156
[  2150.083] (**) AlpsPS/2 ALPS GlidePoint: (accel) keeping acceleration scheme 1
[  2150.083] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration profile 1
[  2150.083] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration factor: 2.000
[  2150.083] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration threshold: 4
[  2150.083] (--) synaptics: AlpsPS/2 ALPS GlidePoint: touchpad found
[  2150.084] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/mouse0)
[  2150.084] (**) AlpsPS/2 ALPS GlidePoint: Ignoring device from InputClass "touchpad ignore duplicates"
[  2150.337] (II) modeset(0): EDID vendor "AUO", prod id 10100
[  2150.337] (II) modeset(0): Printing DDC gathered Modelines:
[  2150.337] (II) modeset(0): Modeline "1280x800"x0.0   71.11  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.4 kHz eP)
[  2150.642] (II) modeset(0): EDID vendor "AUO", prod id 10100
[  2150.642] (II) modeset(0): Printing DDC gathered Modelines:
[  2150.642] (II) modeset(0): Modeline "1280x800"x0.0   71.11  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.4 kHz eP)


I see

Code:
[  2150.059] (**) Option "xkb_rules" "evdev"
[  2150.059] (**) Option "xkb_model" "pc105"
[  2150.059] (**) Option "xkb_layout" "fr"
[/code]

I think it's good ?
_________________
Desktop : MSI Gaming Pro X470 - AMD Ryzen 5 2600X - RX 560 - OpenRC GNOME - gentoo-sources-6.1 LTS
Server : Acer Barebone - Intel i3-8100T - OpenRC CLI - gentoo-sources-5.4 LTS
VMs : A lot of VMS to practice Gentoo of course :) (proxmox, virtualbox)
Back to top
View user's profile Send private message
Adrien.D
Apprentice
Apprentice


Joined: 18 Jan 2015
Posts: 157

PostPosted: Sun Dec 15, 2019 7:55 pm    Post subject: Reply with quote

mike155 wrote:
There's another thing. It's possible to overwrite the keyboard selected in the Xorg configuration file in GDM. See: https://wiki.archlinux.org/index.php/GDM#Keyboard_layout. Did you configure a different keyboard layout for GDM?

It works only if i connect and i lock the screen. On this gdm (locking screen) it's in french
_________________
Desktop : MSI Gaming Pro X470 - AMD Ryzen 5 2600X - RX 560 - OpenRC GNOME - gentoo-sources-6.1 LTS
Server : Acer Barebone - Intel i3-8100T - OpenRC CLI - gentoo-sources-5.4 LTS
VMs : A lot of VMS to practice Gentoo of course :) (proxmox, virtualbox)
Back to top
View user's profile Send private message
Adrien.D
Apprentice
Apprentice


Joined: 18 Jan 2015
Posts: 157

PostPosted: Mon Dec 16, 2019 12:42 pm    Post subject: Reply with quote

Hello,

I compiled again in a virtual machine a new (clean) gentoo without evdev (gnome + openrc) and same problem, gdm is in qwerty :

Xorg.log : http://dpaste.com/1CEFB5G
emerge --info http://dpaste.com/0Z0Q18J
/etc/X11/xorg.conf.d/10-keyboard.conf http://dpaste.com/2HJR4ZE
_________________
Desktop : MSI Gaming Pro X470 - AMD Ryzen 5 2600X - RX 560 - OpenRC GNOME - gentoo-sources-6.1 LTS
Server : Acer Barebone - Intel i3-8100T - OpenRC CLI - gentoo-sources-5.4 LTS
VMs : A lot of VMS to practice Gentoo of course :) (proxmox, virtualbox)
Back to top
View user's profile Send private message
sebB
l33t
l33t


Joined: 02 Mar 2011
Posts: 806
Location: S.O. France

PostPosted: Thu Dec 19, 2019 6:21 pm    Post subject: Reply with quote

Code:
Driver "evdev"

Why are you setting evdev in your keyboard config if you use libinput?

Maybe this can help you
Back to top
View user's profile Send private message
Adrien.D
Apprentice
Apprentice


Joined: 18 Jan 2015
Posts: 157

PostPosted: Fri Dec 20, 2019 7:18 pm    Post subject: Reply with quote

Hi !
I remove evedv line ! Same effect

I tried 2 locales into the keyboard :
Code:
Section "InputClass"
        Identifier "system-keyboard"
        MatchIsKeyboard "on"
        Option "XkbLayout" "fr,en"
        Option "XkbVariant" "pc105,pc105"
EndSection

No possibility to select between 2 layouts in the top corner right as described in the topic.

I tested the "setxkbmap fr" just before exit 0 in /etc/gdm/Init/Default : no effect too.

I think there is a bug. I opened a bug on bugzilla but a maintener close the bug.

Now, i don't have any solution
_________________
Desktop : MSI Gaming Pro X470 - AMD Ryzen 5 2600X - RX 560 - OpenRC GNOME - gentoo-sources-6.1 LTS
Server : Acer Barebone - Intel i3-8100T - OpenRC CLI - gentoo-sources-5.4 LTS
VMs : A lot of VMS to practice Gentoo of course :) (proxmox, virtualbox)
Back to top
View user's profile Send private message
sebB
l33t
l33t


Joined: 02 Mar 2011
Posts: 806
Location: S.O. France

PostPosted: Fri Dec 20, 2019 10:41 pm    Post subject: Reply with quote

This is not gentoo specific.
Look this 3 links [1] [2] [3] if they can help you...
Back to top
View user's profile Send private message
Adrien.D
Apprentice
Apprentice


Joined: 18 Jan 2015
Posts: 157

PostPosted: Mon Dec 30, 2019 2:48 pm    Post subject: Reply with quote

Link 2 works !!!
Thanks !
_________________
Desktop : MSI Gaming Pro X470 - AMD Ryzen 5 2600X - RX 560 - OpenRC GNOME - gentoo-sources-6.1 LTS
Server : Acer Barebone - Intel i3-8100T - OpenRC CLI - gentoo-sources-5.4 LTS
VMs : A lot of VMS to practice Gentoo of course :) (proxmox, virtualbox)
Back to top
View user's profile Send private message
Adrien.D
Apprentice
Apprentice


Joined: 18 Jan 2015
Posts: 157

PostPosted: Wed Jan 22, 2020 4:07 pm    Post subject: Reply with quote

Juste a thing... it works but if i logout, the GDM displayed is with qwerty keyboard...

I think i will make a password with 1 letter which is the same on qwerty and azerty keyboard, it will be better :)
_________________
Desktop : MSI Gaming Pro X470 - AMD Ryzen 5 2600X - RX 560 - OpenRC GNOME - gentoo-sources-6.1 LTS
Server : Acer Barebone - Intel i3-8100T - OpenRC CLI - gentoo-sources-5.4 LTS
VMs : A lot of VMS to practice Gentoo of course :) (proxmox, virtualbox)
Back to top
View user's profile Send private message
Adrien.D
Apprentice
Apprentice


Joined: 18 Jan 2015
Posts: 157

PostPosted: Mon Feb 08, 2021 4:26 pm    Post subject: Reply with quote

Adrien.D wrote:
Juste a thing... it works but if i logout, the GDM displayed is with qwerty keyboard...

I think i will make a password with 1 letter which is the same on qwerty and azerty keyboard, it will be better :)


I open again.
I installed a clean Gentoo on a Dell Laptop

The workaround don't work with wayland (enabled by default with this clean install)
_________________
Desktop : MSI Gaming Pro X470 - AMD Ryzen 5 2600X - RX 560 - OpenRC GNOME - gentoo-sources-6.1 LTS
Server : Acer Barebone - Intel i3-8100T - OpenRC CLI - gentoo-sources-5.4 LTS
VMs : A lot of VMS to practice Gentoo of course :) (proxmox, virtualbox)
Back to top
View user's profile Send private message
sveyret
n00b
n00b


Joined: 27 Oct 2016
Posts: 24

PostPosted: Sat Feb 27, 2021 8:39 am    Post subject: Reply with quote

Hi Adrien,

I’ve got the exact same problem (and with a BÉPO french keyboard, so it’s not only a few letters which are not in the good place !)

On one of my computers, I used a trick given by a Gentoo guy on the IRC which I wrote on the GDM guide : https://wiki.gentoo.org/wiki/GNOME/GDM#GDM_ignores_my_keyboard_layout

Hope this will help you.

Anyway, on another computer, for which I had to upgrade to a Linux 5.10 kernel, even this trick is not working. So if anyone has an idea, I’d take it with great pleasure.
_________________
Stéphane
Gentoo in the Alps…
Back to top
View user's profile Send private message
Adrien.D
Apprentice
Apprentice


Joined: 18 Jan 2015
Posts: 157

PostPosted: Sat Feb 27, 2021 10:26 am    Post subject: Reply with quote

Hello !

Thanks for the tip.
I tested on the 5.4.97 kernel i have, commands run fine.
gesttings get returns fr as your post but always qwerty keybord...

I tested reboot but same issue, always qwerty
_________________
Desktop : MSI Gaming Pro X470 - AMD Ryzen 5 2600X - RX 560 - OpenRC GNOME - gentoo-sources-6.1 LTS
Server : Acer Barebone - Intel i3-8100T - OpenRC CLI - gentoo-sources-5.4 LTS
VMs : A lot of VMS to practice Gentoo of course :) (proxmox, virtualbox)
Back to top
View user's profile Send private message
Adrien.D
Apprentice
Apprentice


Joined: 18 Jan 2015
Posts: 157

PostPosted: Mon Apr 05, 2021 5:53 pm    Post subject: Reply with quote

I opened a bug, but ... it's not a bug...

The guy say me to post on the forum, but no solution here : https://bugs.gentoo.org/779556

What do i do ?

HELP !
_________________
Desktop : MSI Gaming Pro X470 - AMD Ryzen 5 2600X - RX 560 - OpenRC GNOME - gentoo-sources-6.1 LTS
Server : Acer Barebone - Intel i3-8100T - OpenRC CLI - gentoo-sources-5.4 LTS
VMs : A lot of VMS to practice Gentoo of course :) (proxmox, virtualbox)
Back to top
View user's profile Send private message
Hu
Moderator
Moderator


Joined: 06 Mar 2007
Posts: 21633

PostPosted: Mon Apr 05, 2021 7:03 pm    Post subject: Reply with quote

The maintainer who closed your bug report is not convinced that this is a defect that can be fixed in the tree for everyone. He wants you to find how to get this to work. If your finding is that the ebuild should have set something to a good default, and did not, then that could be a bug that the maintainer could fix for everyone by setting a better default. If the problem is that you missed a required step that was not clearly described in the documentation, that might be a documentation bug. If the problem is that you skipped a step that the instructions tell you to do, then that is a user error, not a bug. Therefore, we need to find the reason for your problem, so that we can determine if this is user error, bad documentation, or a program bug.
Back to top
View user's profile Send private message
Fitzcarraldo
Advocate
Advocate


Joined: 30 Aug 2008
Posts: 2034
Location: United Kingdom

PostPosted: Tue Apr 06, 2021 10:38 am    Post subject: Reply with quote

Adrien.D,

Don't use GNOME myself, but have you tried the fix given in the following long thread?:

[blfs-support] gdm: how to use a non us keyboard?

Bruce Dubbs wrote:
...try rebuilding gnome-shell with:

sed -i '/isGreeter/,+2 d' js/ui/status/keyboard.js

alternatively:

sed -i '/isGreeter/,+2 s:^://:' js/ui/status/keyboard.js

Pierre Labastie wrote:
OK, seems we've got it working! What made it work is the change in
js/ui/status/keyboard.js from gnome-shell. No need for localed, no need to use
Xorg instead of wayland, but I've done two small changes (I doubt they are
relevant to this problem, but they provide a cleaner build):
- add -Dsystemd=false to the meson options in gnome-shell (makes the
instructions for removing systemd units useless)
- change -DWITH_SYSTEMDSYSTEMUNITDIR= to -DWITH_SYSTEMDUSERUNITDIR=no in
evolution-data server (prevents installing some systemd user units (note that
the change is not only to add "no", it is in the name of the variable too:
SYSTEM->USER)

So the changes need are the two above, and the sed proposed by Bruce (this one
is mandatory). I'll do those.

The change to js/ui/status/keyboard.js forces it to use session settings instead of system settings, so I assume you would have to configure the session settings, which I presume means following the steps in the link that sveyret posted: https://wiki.gentoo.org/wiki/GNOME/GDM#GDM_ignores_my_keyboard_layout

Anyway, worth a shot.
_________________
Clevo W230SS: amd64, VIDEO_CARDS="intel modesetting nvidia".
Compal NBLB2: ~amd64, xf86-video-ati. Dual boot Win 7 Pro 64-bit.
OpenRC udev elogind & KDE on both.

Fitzcarraldo's blog
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum