Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
X11 ignores localization for all except one standard user
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
drbrezner
n00b
n00b


Joined: 21 May 2016
Posts: 24
Location: Germany

PostPosted: Sat Sep 28, 2024 7:04 pm    Post subject: X11 ignores localization for all except one standard user Reply with quote

Following the Gentoo Localization Guide resulted in a working (german) keyboard layout on the virtual console for all users. However, in every X11 desktop environment, it only works for my standard user. For other standard users and also root, there is always the english keyboard layout set under X11, although the settings seem correct:
Code:
$ localectl
System Locale: LANG=de_DE.UTF-8
    VC Keymap: de
   X11 Layout: de
    X11 Model: pc105
  X11 Variant: terminate:ctrl_alt_bksp

This output is the same while logged in as any user including root.
I am using systemd. My /etc/X11/xorg.conf.d/00-keyboard.conf looks as follows:
Code:
/etc/X11/xorg.conf.d $ cat 00-keyboard.conf
# Written by systemd-localed(8), read by systemd-localed and Xorg. It's
# probably wise not to edit this file manually. Use localectl(1) to
# update this file.
Section "InputClass"
        Identifier "system-keyboard"
        MatchIsKeyboard "on"
        Option "XkbLayout" "de"
        Option "XkbModel" "pc105"
        Option "XkbVariant" "terminate:ctrl_alt_bksp"
EndSection

Another strange effect: Ctrl+Alt+Backspace is NOT working as any user and also not in my login manager (slim).

My keyboard is a "Logi MX Keys for Business" using its USB Bluetooth dongle.

/var/log/Xorg.0.log says:
Code:

[  1177.167]
X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[  1177.167] 
[  1177.167] Current version of pixman: 0.43.4
[  1177.167]    Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
[  1177.167] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1177.167] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Sep 28 20:44:55 2024
[  1177.167] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  1177.167] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1177.167] (==) No Layout section.  Using the first Screen section.
[  1177.167] (==) No screen section available. Using defaults.
[  1177.167] (**) |-->Screen "Default Screen Section" (0)
[  1177.167] (**) |   |-->Monitor "<default monitor>"
[  1177.167] (==) No monitor specified for screen "Default Screen Section".
   Using a default monitor configuration.
[  1177.167] (**) Allowing byte-swapped clients
[  1177.167] (==) Automatically adding devices
[  1177.167] (==) Automatically enabling devices
[  1177.167] (==) Automatically adding GPU devices
[  1177.167] (==) Automatically binding GPU devices
[  1177.167] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1177.167] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[  1177.167]    Entry deleted from font path.
[  1177.167] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[  1177.167]    Entry deleted from font path.
[  1177.167] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  1177.167]    Entry deleted from font path.
[  1177.167] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
[  1177.167]    Entry deleted from font path.
[  1177.167]    (Run 'mkfontdir' on "/usr/share/fonts/100dpi").
[  1177.167] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
[  1177.167]    Entry deleted from font path.
[  1177.167]    (Run 'mkfontdir' on "/usr/share/fonts/75dpi").
[  1177.167] (==) FontPath set to:
   /usr/share/fonts/misc
[  1177.167] (==) ModulePath set to "/usr/lib64/xorg/modules"
[  1177.167] (II) The server relies on udev to provide the list of input devices.
   If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1177.167] (II) Module ABI versions:
[  1177.167]    X.Org ANSI C Emulation: 0.4
[  1177.167]    X.Org Video Driver: 25.2
[  1177.167]    X.Org XInput driver : 24.4
[  1177.167]    X.Org Server Extension : 10.0
[  1177.168] (--) using VT number 2

[  1177.168] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[  1177.168] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1177.168] (II) Platform probe for /sys/devices/pci0000:00/0000:00:08.1/0000:0b:00.0/drm/card0
[  1177.202] (--) PCI:*(11@0:0:0) 1002:164e:1043:8877 rev 194, Mem @ 0xfce0000000/268435456, 0xfcf0000000/2097152, 0xf6900000/524288, I/O @ 0x0000f000/256
[  1177.202] (II) LoadModule: "glx"
[  1177.202] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[  1177.203] (II) Module glx: vendor="X.Org Foundation"
[  1177.203]    compiled for 1.21.1.13, module version = 1.0.0
[  1177.203]    ABI class: X.Org Server Extension, version 10.0
[  1177.203] (II) Applying OutputClass "AMDgpu" to /dev/dri/card0
[  1177.203]    loading driver: amdgpu
[  1177.203] (==) Matched amdgpu as autoconfigured driver 0
[  1177.203] (==) Matched ati as autoconfigured driver 1
[  1177.203] (==) Matched modesetting as autoconfigured driver 2
[  1177.203] (==) Matched fbdev as autoconfigured driver 3
[  1177.203] (==) Matched vesa as autoconfigured driver 4
[  1177.203] (==) Assigned the driver to the xf86ConfigLayout
[  1177.203] (II) LoadModule: "amdgpu"
[  1177.203] (II) Loading /usr/lib64/xorg/modules/drivers/amdgpu_drv.so
[  1177.203] (II) Module amdgpu: vendor="X.Org Foundation"
[  1177.203]    compiled for 1.21.1.13, module version = 23.0.0
[  1177.203]    Module class: X.Org Video Driver
[  1177.203]    ABI class: X.Org Video Driver, version 25.2
[  1177.203] (II) LoadModule: "ati"
[  1177.203] (II) Loading /usr/lib64/xorg/modules/drivers/ati_drv.so
[  1177.203] (II) Module ati: vendor="X.Org Foundation"
[  1177.203]    compiled for 1.21.1.13, module version = 22.0.0
[  1177.203]    Module class: X.Org Video Driver
[  1177.203]    ABI class: X.Org Video Driver, version 25.2
[  1177.232] (II) LoadModule: "modesetting"
[  1177.233] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[  1177.233] (II) Module modesetting: vendor="X.Org Foundation"
[  1177.233]    compiled for 1.21.1.13, module version = 1.21.1
[  1177.233]    Module class: X.Org Video Driver
[  1177.233]    ABI class: X.Org Video Driver, version 25.2
[  1177.233] (II) LoadModule: "fbdev"
[  1177.233] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so
[  1177.233] (II) Module fbdev: vendor="X.Org Foundation"
[  1177.233]    compiled for 1.21.1.13, module version = 0.5.0
[  1177.233]    Module class: X.Org Video Driver
[  1177.233]    ABI class: X.Org Video Driver, version 25.2
[  1177.233] (II) LoadModule: "vesa"
[  1177.233] (WW) Warning, couldn't open module vesa
[  1177.233] (EE) Failed to load module "vesa" (module does not exist, 0)
[  1177.233] (II) AMDGPU: Driver for AMD Radeon:
   All GPUs supported by the amdgpu kernel driver
[  1177.233] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  1177.233] (II) FBDEV: driver for framebuffer: fbdev
[  1177.251] (WW) Falling back to old probe method for modesetting
[  1177.251] (WW) Falling back to old probe method for fbdev
[  1177.251] (II) Loading sub module "fbdevhw"
[  1177.251] (II) LoadModule: "fbdevhw"
[  1177.251] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so
[  1177.251] (II) Module fbdevhw: vendor="X.Org Foundation"
[  1177.251]    compiled for 1.21.1.13, module version = 0.0.2
[  1177.251]    ABI class: X.Org Video Driver, version 25.2
[  1177.251] (II) AMDGPU(0): Creating default Display subsection in Screen section
   "Default Screen Section" for depth/fbbpp 24/32
[  1177.251] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[  1177.251] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[  1177.251] (==) AMDGPU(0): Default visual is TrueColor
[  1177.251] (II) Applying OutputClass "AMDgpu" options to /dev/dri/card0
[  1177.251] (==) AMDGPU(0): RGB weight 888
[  1177.251] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[  1177.251] (--) AMDGPU(0): Chipset: "AMD Radeon Graphics" (ChipID = 0x164e)
[  1177.251] (II) Loading sub module "fb"
[  1177.251] (II) LoadModule: "fb"
[  1177.251] (II) Module "fb" already built-in
[  1177.251] (II) Loading sub module "dri2"
[  1177.251] (II) LoadModule: "dri2"
[  1177.251] (II) Module "dri2" already built-in
[  1177.265] (II) Loading sub module "glamoregl"
[  1177.265] (II) LoadModule: "glamoregl"
[  1177.265] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
[  1177.266] (II) Module glamoregl: vendor="X.Org Foundation"
[  1177.266]    compiled for 1.21.1.13, module version = 1.0.1
[  1177.266]    ABI class: X.Org ANSI C Emulation, version 0.4
[  1177.270] (II) AMDGPU(0): glamor X acceleration enabled on AMD Radeon Graphics (radeonsi, raphael_mendocino, LLVM 18.1.8, DRM 3.54, 6.6.47-gentoo-gentoo-dist)
[  1177.270] (II) AMDGPU(0): glamor detected, initialising EGL layer.
[  1177.270] (==) AMDGPU(0): TearFree property default: auto
[  1177.270] (==) AMDGPU(0): VariableRefresh: disabled
[  1177.270] (==) AMDGPU(0): AsyncFlipSecondaries: disabled
[  1177.270] (II) AMDGPU(0): KMS Pageflipping: enabled
[  1177.284] (II) AMDGPU(0): Output HDMI-A-0 has no monitor section
[  1177.284] (II) AMDGPU(0): Output DisplayPort-0 has no monitor section
[  1177.301] (II) AMDGPU(0): EDID for output HDMI-A-0
[  1177.301] (II) AMDGPU(0): Manufacturer: NEC  Model: 695c  Serial#: 16843009
[  1177.301] (II) AMDGPU(0): Year: 2017  Week: 44
[  1177.301] (II) AMDGPU(0): EDID Version: 1.3
[  1177.301] (II) AMDGPU(0): Digital Display Input
[  1177.301] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 60  vert.: 34
[  1177.301] (II) AMDGPU(0): Gamma: 2.20
[  1177.301] (II) AMDGPU(0): DPMS capabilities: StandBy Suspend Off
[  1177.301] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[  1177.301] (II) AMDGPU(0): First detailed timing is preferred mode
[  1177.301] (II) AMDGPU(0): redX: 0.653 redY: 0.337   greenX: 0.320 greenY: 0.612
[  1177.301] (II) AMDGPU(0): blueX: 0.150 blueY: 0.068   whiteX: 0.313 whiteY: 0.329
[  1177.301] (II) AMDGPU(0): Supported established timings:
[  1177.301] (II) AMDGPU(0): 720x400@70Hz
[  1177.301] (II) AMDGPU(0): 640x480@60Hz
[  1177.301] (II) AMDGPU(0): 640x480@67Hz
[  1177.301] (II) AMDGPU(0): 640x480@72Hz
[  1177.301] (II) AMDGPU(0): 640x480@75Hz
[  1177.301] (II) AMDGPU(0): 800x600@56Hz
[  1177.301] (II) AMDGPU(0): 800x600@60Hz
[  1177.301] (II) AMDGPU(0): 800x600@72Hz
[  1177.301] (II) AMDGPU(0): 800x600@75Hz
[  1177.301] (II) AMDGPU(0): 832x624@75Hz
[  1177.301] (II) AMDGPU(0): 1024x768@60Hz
[  1177.301] (II) AMDGPU(0): 1024x768@70Hz
[  1177.301] (II) AMDGPU(0): 1024x768@75Hz
[  1177.301] (II) AMDGPU(0): 1280x1024@75Hz
[  1177.301] (II) AMDGPU(0): 1152x864@75Hz
[  1177.301] (II) AMDGPU(0): Manufacturer's mask: 0
[  1177.301] (II) AMDGPU(0): Supported standard timings:
[  1177.301] (II) AMDGPU(0): #0: hsize: 1280  vsize 800  refresh: 60  vid: 129
[  1177.301] (II) AMDGPU(0): #1: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[  1177.301] (II) AMDGPU(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[  1177.301] (II) AMDGPU(0): #3: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[  1177.301] (II) AMDGPU(0): #4: hsize: 1440  vsize 900  refresh: 60  vid: 149
[  1177.301] (II) AMDGPU(0): #5: hsize: 1400  vsize 1050  refresh: 60  vid: 16528
[  1177.301] (II) AMDGPU(0): #6: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[  1177.301] (II) AMDGPU(0): #7: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[  1177.301] (II) AMDGPU(0): Supported detailed timing:
[  1177.301] (II) AMDGPU(0): clock: 148.5 MHz   Image Size:  598 x 336 mm
[  1177.301] (II) AMDGPU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[  1177.301] (II) AMDGPU(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[  1177.301] (II) AMDGPU(0): Ranges: V min: 56 V max: 76 Hz, H min: 31 H max: 83 kHz, PixClock max 175 MHz
[  1177.301] (II) AMDGPU(0): Monitor name: EA273WMi
[  1177.301] (II) AMDGPU(0): Serial No: 7Y310602NB
[  1177.301] (II) AMDGPU(0): Supported detailed timing:
[  1177.301] (II) AMDGPU(0): clock: 74.2 MHz   Image Size:  598 x 336 mm
[  1177.301] (II) AMDGPU(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[  1177.301] (II) AMDGPU(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[  1177.301] (II) AMDGPU(0): Supported detailed timing:
[  1177.301] (II) AMDGPU(0): clock: 27.0 MHz   Image Size:  598 x 336 mm
[  1177.301] (II) AMDGPU(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[  1177.301] (II) AMDGPU(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[  1177.301] (II) AMDGPU(0): Supported detailed timing:
[  1177.301] (II) AMDGPU(0): clock: 27.0 MHz   Image Size:  598 x 336 mm
[  1177.301] (II) AMDGPU(0): h_active: 720  h_sync: 732  h_sync_end 796 h_blank_end 864 h_border: 0
[  1177.301] (II) AMDGPU(0): v_active: 576  v_sync: 581  v_sync_end 586 v_blanking: 625 v_border: 0
[  1177.301] (II) AMDGPU(0): Supported detailed timing:
[  1177.301] (II) AMDGPU(0): clock: 148.5 MHz   Image Size:  598 x 336 mm
[  1177.301] (II) AMDGPU(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[  1177.301] (II) AMDGPU(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[  1177.301] (II) AMDGPU(0): Number of EDID sections to follow: 1
[  1177.301] (II) AMDGPU(0): EDID (in hex):
[  1177.301] (II) AMDGPU(0):    00ffffffffffff0038a35c6901010101
[  1177.301] (II) AMDGPU(0):    2c1b0103803c2278ea53a5a756529c26
[  1177.301] (II) AMDGPU(0):    115054bfef8081008140818081c09500
[  1177.301] (II) AMDGPU(0):    9040b300a9c0023a801871382d40582c
[  1177.301] (II) AMDGPU(0):    450056502100001e000000fd00384c1f
[  1177.301] (II) AMDGPU(0):    5311000a202020202020000000fc0045
[  1177.301] (II) AMDGPU(0):    41323733574d690a20202020000000ff
[  1177.301] (II) AMDGPU(0):    0037593331303630324e420a20200135
[  1177.301] (II) AMDGPU(0):    02031af1479004031f13011223090707
[  1177.301] (II) AMDGPU(0):    8301000065030c001000011d007251d0
[  1177.301] (II) AMDGPU(0):    1e206e28550056502100001e8c0ad08a
[  1177.301] (II) AMDGPU(0):    20e02d10103e96005650210000188c0a
[  1177.301] (II) AMDGPU(0):    d090204031200c405500565021000018
[  1177.301] (II) AMDGPU(0):    023a80d072382d40102c458056502100
[  1177.301] (II) AMDGPU(0):    001e0000000000000000000000000000
[  1177.301] (II) AMDGPU(0):    0000000000000000000000000000002c
[  1177.301] (II) AMDGPU(0): Printing probed modes for output HDMI-A-0
[  1177.301] (II) AMDGPU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  1177.301] (II) AMDGPU(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[  1177.301] (II) AMDGPU(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[  1177.301] (II) AMDGPU(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[  1177.301] (II) AMDGPU(0): Modeline "1400x1050"x59.9  101.00  1400 1448 1480 1560  1050 1053 1057 1080 +hsync -vsync (64.7 kHz e)
[  1177.301] (II) AMDGPU(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[  1177.301] (II) AMDGPU(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  1177.301] (II) AMDGPU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  1177.301] (II) AMDGPU(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[  1177.301] (II) AMDGPU(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[  1177.301] (II) AMDGPU(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[  1177.301] (II) AMDGPU(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  1177.301] (II) AMDGPU(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  1177.301] (II) AMDGPU(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[  1177.301] (II) AMDGPU(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  1177.301] (II) AMDGPU(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  1177.301] (II) AMDGPU(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[  1177.301] (II) AMDGPU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  1177.301] (II) AMDGPU(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[  1177.301] (II) AMDGPU(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[  1177.301] (II) AMDGPU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  1177.301] (II) AMDGPU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  1177.301] (II) AMDGPU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  1177.301] (II) AMDGPU(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[  1177.301] (II) AMDGPU(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  1177.301] (II) AMDGPU(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  1177.301] (II) AMDGPU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  1177.301] (II) AMDGPU(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[  1177.301] (II) AMDGPU(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[  1177.301] (II) AMDGPU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  1177.301] (II) AMDGPU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  1177.301] (II) AMDGPU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  1177.301] (II) AMDGPU(0): EDID for output DisplayPort-0
[  1177.301] (II) AMDGPU(0): Output HDMI-A-0 connected
[  1177.301] (II) AMDGPU(0): Output DisplayPort-0 disconnected
[  1177.301] (II) AMDGPU(0): Using exact sizes for initial modes
[  1177.301] (II) AMDGPU(0): Output HDMI-A-0 using initial mode 1920x1080 +0+0
[  1177.301] (II) AMDGPU(0): mem size init: gart size :7bda14000 vram size: s:1e055000 visible:1e055000
[  1177.301] (==) AMDGPU(0): DPI set to (96, 96)
[  1177.301] (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0)
[  1177.301] (II) Loading sub module "ramdac"
[  1177.301] (II) LoadModule: "ramdac"
[  1177.301] (II) Module "ramdac" already built-in
[  1177.301] (II) UnloadModule: "modesetting"
[  1177.301] (II) Unloading modesetting
[  1177.301] (II) UnloadModule: "fbdev"
[  1177.301] (II) Unloading fbdev
[  1177.301] (II) UnloadSubModule: "fbdevhw"
[  1177.301] (II) Unloading fbdevhw
[  1177.301] (II) AMDGPU(0): [DRI2] Setup complete
[  1177.301] (II) AMDGPU(0): [DRI2]   DRI driver: radeonsi
[  1177.301] (II) AMDGPU(0): [DRI2]   VDPAU driver: radeonsi
[  1177.301] (II) AMDGPU(0): Front buffer pitch: 7680 bytes
[  1177.301] (II) AMDGPU(0): SYNC extension fences enabled
[  1177.301] (II) AMDGPU(0): Present extension enabled
[  1177.301] (==) AMDGPU(0): DRI3 enabled
[  1177.301] (==) AMDGPU(0): Backing store enabled
[  1177.301] (II) AMDGPU(0): Direct rendering enabled
[  1177.305] (II) AMDGPU(0): Use GLAMOR acceleration.
[  1177.305] (II) AMDGPU(0): Acceleration enabled
[  1177.305] (==) AMDGPU(0): DPMS enabled
[  1177.305] (==) AMDGPU(0): Silken mouse enabled
[  1177.305] (II) AMDGPU(0): Set up textured video (glamor)
[  1177.316] (WW) AMDGPU(0): Option "HotplugDriver" is not used
[  1177.316] (II) Initializing extension Generic Event Extension
[  1177.316] (II) Initializing extension SHAPE
[  1177.316] (II) Initializing extension MIT-SHM
[  1177.316] (II) Initializing extension XInputExtension
[  1177.316] (II) Initializing extension XTEST
[  1177.316] (II) Initializing extension BIG-REQUESTS
[  1177.316] (II) Initializing extension SYNC
[  1177.316] (II) Initializing extension XKEYBOARD
[  1177.316] (II) Initializing extension XC-MISC
[  1177.316] (II) Initializing extension XFIXES
[  1177.316] (II) Initializing extension RENDER
[  1177.316] (II) Initializing extension RANDR
[  1177.316] (II) Initializing extension COMPOSITE
[  1177.316] (II) Initializing extension DAMAGE
[  1177.316] (II) Initializing extension MIT-SCREEN-SAVER
[  1177.316] (II) Initializing extension DOUBLE-BUFFER
[  1177.316] (II) Initializing extension RECORD
[  1177.316] (II) Initializing extension DPMS
[  1177.316] (II) Initializing extension Present
[  1177.316] (II) Initializing extension DRI3
[  1177.316] (II) Initializing extension X-Resource
[  1177.316] (II) Initializing extension XVideo
[  1177.316] (II) Initializing extension XVideo-MotionCompensation
[  1177.316] (II) Initializing extension GLX
[  1177.318] (II) AIGLX: Loaded and initialized radeonsi
[  1177.318] (II) GLX: Initialized DRI2 GL provider for screen 0
[  1177.318] (II) Initializing extension XFree86-VidModeExtension
[  1177.318] (II) Initializing extension XFree86-DGA
[  1177.318] (II) Initializing extension XFree86-DRI
[  1177.318] (II) Initializing extension DRI2
[  1177.318] (II) AMDGPU(0): Setting screen physical size to 508 x 285
[  1177.353] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  1177.353] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1177.353] (**) Power Button: Applying InputClass "system-keyboard"
[  1177.353] (II) LoadModule: "libinput"
[  1177.353] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so
[  1177.353] (II) Module libinput: vendor="X.Org Foundation"
[  1177.353]    compiled for 1.21.1.13, module version = 1.4.0
[  1177.353]    Module class: X.Org XInput Driver
[  1177.353]    ABI class: X.Org XInput driver, version 24.4
[  1177.353] (II) Using input driver 'libinput' for 'Power Button'
[  1177.354] (**) Power Button: always reports core events
[  1177.354] (**) Option "Device" "/dev/input/event1"
[  1177.354] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  1177.354] (II) event1  - Power Button: device is a keyboard
[  1177.354] (II) event1  - Power Button: device removed
[  1177.384] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[  1177.384] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  1177.384] (**) Option "xkb_model" "pc105"
[  1177.384] (**) Option "xkb_layout" "de"
[  1177.384] (**) Option "xkb_variant" "terminate:ctrl_alt_bksp"
[  1177.389] (EE) Error loading keymap /tmp/server-0.xkm
[  1177.389] (EE) XKB: Failed to load keymap. Loading default keymap instead.
[  1177.398] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  1177.398] (II) event1  - Power Button: device is a keyboard
[  1177.398] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[  1177.398] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  1177.398] (**) Video Bus: Applying InputClass "system-keyboard"
[  1177.398] (II) Using input driver 'libinput' for 'Video Bus'
[  1177.398] (**) Video Bus: always reports core events
[  1177.398] (**) Option "Device" "/dev/input/event7"
[  1177.399] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[  1177.399] (II) event7  - Video Bus: device is a keyboard
[  1177.399] (II) event7  - Video Bus: device removed
[  1177.463] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:20/LNXVIDEO:00/input/input7/event7"
[  1177.463] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  1177.463] (**) Option "xkb_model" "pc105"
[  1177.463] (**) Option "xkb_layout" "de"
[  1177.463] (**) Option "xkb_variant" "terminate:ctrl_alt_bksp"
[  1177.464] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[  1177.464] (II) event7  - Video Bus: device is a keyboard
[  1177.464] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[  1177.464] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1177.464] (**) Power Button: Applying InputClass "system-keyboard"
[  1177.464] (II) Using input driver 'libinput' for 'Power Button'
[  1177.464] (**) Power Button: always reports core events
[  1177.464] (**) Option "Device" "/dev/input/event0"
[  1177.465] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  1177.465] (II) event0  - Power Button: device is a keyboard
[  1177.465] (II) event0  - Power Button: device removed
[  1177.480] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[  1177.480] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[  1177.480] (**) Option "xkb_model" "pc105"
[  1177.480] (**) Option "xkb_layout" "de"
[  1177.480] (**) Option "xkb_variant" "terminate:ctrl_alt_bksp"
[  1177.481] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  1177.481] (II) event0  - Power Button: device is a keyboard
[  1177.481] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event2)
[  1177.481] (**) Logitech USB Receiver: Applying InputClass "libinput keyboard catchall"
[  1177.481] (**) Logitech USB Receiver: Applying InputClass "system-keyboard"
[  1177.481] (II) Using input driver 'libinput' for 'Logitech USB Receiver'
[  1177.481] (**) Logitech USB Receiver: always reports core events
[  1177.481] (**) Option "Device" "/dev/input/event2"
[  1177.482] (II) event2  - Logitech USB Receiver: is tagged by udev as: Keyboard
[  1177.482] (II) event2  - Logitech USB Receiver: device is a keyboard
[  1177.482] (II) event2  - Logitech USB Receiver: device removed
[  1177.496] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/0000:02:00.0/0000:03:0c.0/0000:09:00.0/usb1/1-2/1-2:1.0/0003:046D:C548.0001/input/input2/event2"
[  1177.497] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 9)
[  1177.497] (**) Option "xkb_model" "pc105"
[  1177.497] (**) Option "xkb_layout" "de"
[  1177.497] (**) Option "xkb_variant" "terminate:ctrl_alt_bksp"
[  1177.498] (II) event2  - Logitech USB Receiver: is tagged by udev as: Keyboard
[  1177.498] (II) event2  - Logitech USB Receiver: device is a keyboard
[  1177.498] (II) config/udev: Adding input device Logitech USB Receiver Mouse (/dev/input/event3)
[  1177.498] (**) Logitech USB Receiver Mouse: Applying InputClass "libinput pointer catchall"
[  1177.498] (II) Using input driver 'libinput' for 'Logitech USB Receiver Mouse'
[  1177.498] (**) Logitech USB Receiver Mouse: always reports core events
[  1177.498] (**) Option "Device" "/dev/input/event3"
[  1177.499] (II) event3  - Logitech USB Receiver Mouse: is tagged by udev as: Mouse
[  1177.499] (II) event3  - Logitech USB Receiver Mouse: device set to 1000 DPI
[  1177.499] (II) event3  - Logitech USB Receiver Mouse: device is a pointer
[  1177.499] (II) event3  - Logitech USB Receiver Mouse: device removed
[  1177.540] (II) libinput: Logitech USB Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1177.540] (II) libinput: Logitech USB Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1177.540] (II) libinput: Logitech USB Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1177.540] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/0000:02:00.0/0000:03:0c.0/0000:09:00.0/usb1/1-2/1-2:1.1/0003:046D:C548.0002/input/input3/event3"
[  1177.540] (II) XINPUT: Adding extended input device "Logitech USB Receiver Mouse" (type: MOUSE, id 10)
[  1177.540] (**) Option "AccelerationScheme" "none"
[  1177.540] (**) Logitech USB Receiver Mouse: (accel) selected scheme none/0
[  1177.540] (**) Logitech USB Receiver Mouse: (accel) acceleration factor: 2.000
[  1177.540] (**) Logitech USB Receiver Mouse: (accel) acceleration threshold: 4
[  1177.541] (II) event3  - Logitech USB Receiver Mouse: is tagged by udev as: Mouse
[  1177.541] (II) event3  - Logitech USB Receiver Mouse: device set to 1000 DPI
[  1177.541] (II) event3  - Logitech USB Receiver Mouse: device is a pointer
[  1177.542] (II) config/udev: Adding input device Logitech USB Receiver Mouse (/dev/input/mouse0)
[  1177.542] (II) No input driver specified, ignoring this device.
[  1177.542] (II) This device may have been added with another device file.
[  1177.542] (II) config/udev: Adding input device Logitech USB Receiver Consumer Control (/dev/input/event4)
[  1177.542] (**) Logitech USB Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[  1177.542] (**) Logitech USB Receiver Consumer Control: Applying InputClass "system-keyboard"
[  1177.542] (II) Using input driver 'libinput' for 'Logitech USB Receiver Consumer Control'
[  1177.542] (**) Logitech USB Receiver Consumer Control: always reports core events
[  1177.542] (**) Option "Device" "/dev/input/event4"
[  1177.543] (II) event4  - Logitech USB Receiver Consumer Control: is tagged by udev as: Keyboard
[  1177.543] (II) event4  - Logitech USB Receiver Consumer Control: device is a keyboard
[  1177.543] (II) event4  - Logitech USB Receiver Consumer Control: device removed
[  1177.566] (II) libinput: Logitech USB Receiver Consumer Control: needs a virtual subdevice
[  1177.566] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/0000:02:00.0/0000:03:0c.0/0000:09:00.0/usb1/1-2/1-2:1.1/0003:046D:C548.0002/input/input4/event4"
[  1177.566] (II) XINPUT: Adding extended input device "Logitech USB Receiver Consumer Control" (type: MOUSE, id 11)
[  1177.566] (**) Option "AccelerationScheme" "none"
[  1177.566] (**) Logitech USB Receiver Consumer Control: (accel) selected scheme none/0
[  1177.566] (**) Logitech USB Receiver Consumer Control: (accel) acceleration factor: 2.000
[  1177.566] (**) Logitech USB Receiver Consumer Control: (accel) acceleration threshold: 4
[  1177.567] (II) event4  - Logitech USB Receiver Consumer Control: is tagged by udev as: Keyboard
[  1177.567] (II) event4  - Logitech USB Receiver Consumer Control: device is a keyboard
[  1177.568] (II) config/udev: Adding input device Logitech USB Receiver System Control (/dev/input/event5)
[  1177.568] (**) Logitech USB Receiver System Control: Applying InputClass "libinput keyboard catchall"
[  1177.568] (**) Logitech USB Receiver System Control: Applying InputClass "system-keyboard"
[  1177.568] (II) Using input driver 'libinput' for 'Logitech USB Receiver System Control'
[  1177.568] (**) Logitech USB Receiver System Control: always reports core events
[  1177.568] (**) Option "Device" "/dev/input/event5"
[  1177.569] (II) event5  - Logitech USB Receiver System Control: is tagged by udev as: Keyboard
[  1177.569] (II) event5  - Logitech USB Receiver System Control: device is a keyboard
[  1177.569] (II) event5  - Logitech USB Receiver System Control: device removed
[  1177.583] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/0000:02:00.0/0000:03:0c.0/0000:09:00.0/usb1/1-2/1-2:1.1/0003:046D:C548.0002/input/input5/event5"
[  1177.583] (II) XINPUT: Adding extended input device "Logitech USB Receiver System Control" (type: KEYBOARD, id 12)
[  1177.583] (**) Option "xkb_model" "pc105"
[  1177.583] (**) Option "xkb_layout" "de"
[  1177.583] (**) Option "xkb_variant" "terminate:ctrl_alt_bksp"
[  1177.584] (II) event5  - Logitech USB Receiver System Control: is tagged by udev as: Keyboard
[  1177.584] (II) event5  - Logitech USB Receiver System Control: device is a keyboard
[  1177.585] (II) config/udev: Adding input device PixArt Microsoft USB Optical Mouse (/dev/input/event6)
[  1177.585] (**) PixArt Microsoft USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[  1177.585] (II) Using input driver 'libinput' for 'PixArt Microsoft USB Optical Mouse'
[  1177.585] (**) PixArt Microsoft USB Optical Mouse: always reports core events
[  1177.585] (**) Option "Device" "/dev/input/event6"
[  1177.586] (II) event6  - PixArt Microsoft USB Optical Mouse: is tagged by udev as: Mouse
[  1177.586] (II) event6  - PixArt Microsoft USB Optical Mouse: device is a pointer
[  1177.586] (II) event6  - PixArt Microsoft USB Optical Mouse: device removed
[  1177.616] (II) libinput: PixArt Microsoft USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1177.616] (II) libinput: PixArt Microsoft USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1177.616] (II) libinput: PixArt Microsoft USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1177.616] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/0000:02:00.0/0000:03:0c.0/0000:09:00.0/usb1/1-3/1-3:1.0/0003:045E:00CB.0004/input/input6/event6"
[  1177.616] (II) XINPUT: Adding extended input device "PixArt Microsoft USB Optical Mouse" (type: MOUSE, id 13)
[  1177.616] (**) Option "AccelerationScheme" "none"
[  1177.616] (**) PixArt Microsoft USB Optical Mouse: (accel) selected scheme none/0
[  1177.616] (**) PixArt Microsoft USB Optical Mouse: (accel) acceleration factor: 2.000
[  1177.616] (**) PixArt Microsoft USB Optical Mouse: (accel) acceleration threshold: 4
[  1177.617] (II) event6  - PixArt Microsoft USB Optical Mouse: is tagged by udev as: Mouse
[  1177.617] (II) event6  - PixArt Microsoft USB Optical Mouse: device is a pointer
[  1177.618] (II) config/udev: Adding input device PixArt Microsoft USB Optical Mouse (/dev/input/mouse1)
[  1177.618] (II) No input driver specified, ignoring this device.
[  1177.618] (II) This device may have been added with another device file.
[  1177.618] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event11)
[  1177.618] (II) No input driver specified, ignoring this device.
[  1177.618] (II) This device may have been added with another device file.
[  1177.618] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=7 (/dev/input/event12)
[  1177.618] (II) No input driver specified, ignoring this device.
[  1177.618] (II) This device may have been added with another device file.
[  1177.619] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event13)
[  1177.619] (II) No input driver specified, ignoring this device.
[  1177.619] (II) This device may have been added with another device file.
[  1177.619] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event14)
[  1177.619] (II) No input driver specified, ignoring this device.
[  1177.619] (II) This device may have been added with another device file.
[  1177.619] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event15)
[  1177.619] (II) No input driver specified, ignoring this device.
[  1177.619] (II) This device may have been added with another device file.
[  1177.619] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event16)
[  1177.619] (II) No input driver specified, ignoring this device.
[  1177.619] (II) This device may have been added with another device file.
[  1177.619] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event17)
[  1177.619] (II) No input driver specified, ignoring this device.
[  1177.619] (II) This device may have been added with another device file.
[  1177.619] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event18)
[  1177.619] (II) No input driver specified, ignoring this device.
[  1177.619] (II) This device may have been added with another device file.
[  1177.620] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event19)
[  1177.620] (II) No input driver specified, ignoring this device.
[  1177.620] (II) This device may have been added with another device file.
[  1177.620] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event10)
[  1177.620] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[  1177.620] (**) Asus WMI hotkeys: Applying InputClass "system-keyboard"
[  1177.620] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[  1177.620] (**) Asus WMI hotkeys: always reports core events
[  1177.620] (**) Option "Device" "/dev/input/event10"
[  1177.620] (II) event10 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[  1177.620] (II) event10 - Asus WMI hotkeys: device is a keyboard
[  1177.620] (II) event10 - Asus WMI hotkeys: device removed
[  1177.673] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input10/event10"
[  1177.673] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 14)
[  1177.673] (**) Option "xkb_model" "pc105"
[  1177.673] (**) Option "xkb_layout" "de"
[  1177.673] (**) Option "xkb_variant" "terminate:ctrl_alt_bksp"
[  1177.674] (II) event10 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[  1177.674] (II) event10 - Asus WMI hotkeys: device is a keyboard
[  1177.674] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event9)
[  1177.674] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[  1177.674] (**) Eee PC WMI hotkeys: Applying InputClass "system-keyboard"
[  1177.674] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[  1177.674] (**) Eee PC WMI hotkeys: always reports core events
[  1177.674] (**) Option "Device" "/dev/input/event9"
[  1177.674] (II) event9  - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[  1177.674] (II) event9  - Eee PC WMI hotkeys: device is a keyboard
[  1177.674] (II) event9  - Eee PC WMI hotkeys: device removed
[  1177.706] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input9/event9"
[  1177.706] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 15)
[  1177.706] (**) Option "xkb_model" "pc105"
[  1177.706] (**) Option "xkb_layout" "de"
[  1177.706] (**) Option "xkb_variant" "terminate:ctrl_alt_bksp"
[  1177.707] (II) event9  - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[  1177.707] (II) event9  - Eee PC WMI hotkeys: device is a keyboard
[  1177.707] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[  1177.707] (II) No input driver specified, ignoring this device.
[  1177.707] (II) This device may have been added with another device file.
[  1177.710] (**) Logitech USB Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[  1177.711] (**) Logitech USB Receiver Consumer Control: Applying InputClass "system-keyboard"
[  1177.711] (II) Using input driver 'libinput' for 'Logitech USB Receiver Consumer Control'
[  1177.711] (**) Logitech USB Receiver Consumer Control: always reports core events
[  1177.711] (**) Option "Device" "/dev/input/event4"
[  1177.711] (II) libinput: Logitech USB Receiver Consumer Control: is a virtual subdevice
[  1177.711] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/0000:02:00.0/0000:03:0c.0/0000:09:00.0/usb1/1-2/1-2:1.1/0003:046D:C548.0002/input/input4/event4"
[  1177.711] (II) XINPUT: Adding extended input device "Logitech USB Receiver Consumer Control" (type: KEYBOARD, id 16)
[  1177.711] (**) Option "xkb_model" "pc105"
[  1177.711] (**) Option "xkb_layout" "de"
[  1177.711] (**) Option "xkb_variant" "terminate:ctrl_alt_bksp"
Back to top
View user's profile Send private message
Markus09
Tux's lil' helper
Tux's lil' helper


Joined: 22 Mar 2013
Posts: 81

PostPosted: Tue Oct 01, 2024 7:32 am    Post subject: Reply with quote

For this part:
Quote:
Another strange effect: Ctrl+Alt+Backspace is NOT working as any user and also not in my login manager (slim).

It seems to me that the wrong option was used.
Try:
Code:
Option          "XkbOptions" "terminate:ctrl_alt_bksp"

instead of XkbVariant.


For the XkbVariant you might want something like "qwertz" or "qwerty".
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