You are not logged in.

#1 2022-09-06 19:00:50

zaxdan69
Member
Registered: 2016-06-04
Posts: 318

[SOLVED]Suddenly cannot change keyboard layout

I'm using compiz as WM without a DM, tint2 and gxkb as a keyboard indicator. I have set 00-keyboard.conf file a long time ago and also the config file of gxkb to change keyboard layouts with Alt+Shift. I moved the tower of pc and the keyboard disconnected. After I reconnect it I cannot switch keyboard layouts anymore. I tried to re-login and reboot but the issue remains. I checked the config files both for xorg and gxkb and are fine. I can only set keyboard layout with setxkbmap. Any help?
00-keyboard.conf:

# 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" "us,gr"
        Option "XkbModel" "pc105"
	Option "XkbVariant" "grp:alt_shift_toggle,grp_led:scroll"
EndSection

gxkb.cfg:

[xkb config]
group_policy=2
default_group=0
never_modify_config=false
model=pc105
layouts=us,gr
variants=grp:alt_shift_toggle,grp_led:scroll
toggle_option=
compose_key_position=

Last edited by zaxdan69 (2022-09-08 08:07:43)

Offline

#2 2022-09-06 21:02:06

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,218

Re: [SOLVED]Suddenly cannot change keyboard layout

What is the output of "setxkbmap -print -query" *before* you try to change the layout w/ setxkbmap?

Online

#3 2022-09-07 06:11:42

zaxdan69
Member
Registered: 2016-06-04
Posts: 318

Re: [SOLVED]Suddenly cannot change keyboard layout

setxkbmap-print-query:

xkb_keymap {
        xkb_keycodes  { include "evdev+aliases(qwerty)" };
        xkb_types     { include "complete"      };
        xkb_compat    { include "complete"      };
        xkb_symbols   { include "pc+us(grp:alt_shift_toggle)+gr(grp_led:scroll):2+inet(evdev)"  };
        xkb_geometry  { include "pc(pc105)"     };
};
rules:      evdev
model:      pc105
layout:     us,gr
variant:    grp:alt_shift_toggle,grp_led:scroll

Offline

#4 2022-09-07 07:17:54

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,218

Re: [SOLVED]Suddenly cannot change keyboard layout

So you're not ending w/ a single-layout config.
Does

xdotool key ISO_Next_Group

switch the layout?
Does any other toggle combo work?

grep -hroE 'grp:.*toggle ' /usr/share/X11/xkb/rules/ | sort -u

(nb. that the right alt is altgr on greek layouts, so make sure to try the left one)

Btw. you're not going by the LED, the layout effectively remains either us or greek?

Online

#5 2022-09-07 07:50:08

zaxdan69
Member
Registered: 2016-06-04
Posts: 318

Re: [SOLVED]Suddenly cannot change keyboard layout

Now I can switch layouts because I ran xsetkbmap with the option to switch. "xdotool key ISO_Next_Group" command doesn't change the layout though.
What you mean about other combos? There are a lot from grep command output:

grp:alt_altgr_toggle
grp:alt_caps_toggle
grp:alt_shift_toggle
grp:alt_space_toggle
grp:alts_toggle
grp:caps_toggle
grp:ctrl_alt_toggle
grp:ctrl_shift_toggle
grp:ctrl_space_toggle
grp:ctrls_toggle
grp:lalt_lshift_toggle
grp:lalt_toggle
grp:lctrl_lshift_toggle
grp:lctrl_lwin_toggle
grp:lctrl_toggle
grp:lshift_toggle
grp:lwin_toggle
grp:menu_toggle
grp:ralt_rshift_toggle
grp:rctrl_rshift_toggle
grp:rctrl_toggle
grp:rshift_toggle
grp:rwin_toggle
grp:sclk_toggle
grp:shift_caps_toggle
grp:shifts_toggle
grp:toggle
grp:win_space_toggle

You mean to change the config files I mentioned above?
Yes, I use the left Alt.
Sorry, I don't understand your last question. The layout is "us" and stays "us" when the combo doesn't work. Do you mean to try to remove the "grp_led:scroll" option?

Offline

#6 2022-09-07 08:06:31

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,218

Re: [SOLVED]Suddenly cannot change keyboard layout

Now I can switch layouts because I ran xsetkbmap with the option to switch

What is "xsetkbmap with the option to switch"?
What is the output of "setxkbmap -print -query" afterwards?

seth wrote:

What is the output of "setxkbmap -print -query" before you try to change the layout w/ setxkbmap?

Online

#7 2022-09-07 08:19:31

zaxdan69
Member
Registered: 2016-06-04
Posts: 318

Re: [SOLVED]Suddenly cannot change keyboard layout

The output of 'setxkbmap -print -query' is the same before and after. The command I use and then I can switch layouts is this:

setxkbmap -layout "us,gr" -option "grp:alt_shift_toggle,grp_led:scroll"

This is the output before use the command(seems to me the same but maybe I miss something):

xkb_keymap {
        xkb_keycodes  { include "evdev+aliases(qwerty)" };
        xkb_types     { include "complete"      };
        xkb_compat    { include "complete"      };
        xkb_symbols   { include "pc+us(grp:alt_shift_toggle)+gr(grp_led:scroll):2+inet(evdev)"  };
        xkb_geometry  { include "pc(pc105)"     };
};
rules:      evdev
model:      pc105
layout:     us,gr
variant:    grp:alt_shift_toggle,grp_led:scroll

Offline

#8 2022-09-07 08:36:05

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,218

Re: [SOLVED]Suddenly cannot change keyboard layout

No, maybe there's a race condition.
What if you don't (auto, I guess) start gxkb?
Do you also run a shortcut daemon (next to compiz)

Do you run the session w/ xinitrc?
Please post it. (command order and forking might be relevant)

Online

#9 2022-09-07 09:03:35

zaxdan69
Member
Registered: 2016-06-04
Posts: 318

Re: [SOLVED]Suddenly cannot change keyboard layout

I tried with gxkb disabled, no change.
In compiz I have set 2 commands in "commands" option for rofi(Alt+F2) and suspend(Ctrl+Super+S), nothing for layouts switch.
Yes I'm using xinitrc. This is the section for compiz:

compiz)
     /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
     GDK_BACKEND=x11 pamac-tray &
     cmst -w15 &
     pasystray &
     /usr/bin/gxkb &
     blueman-applet &
     birdtray &
     /usr/lib/notification-daemon-1.0/notification-daemon &
     /home/useful/pysnoozeshutdown/snoozeShutdown.py &
     /usr/bin/xpad &
     /usr/bin/gnome-pie &
     sleep 6 && tint2 &
     conky &
     dbus-run-session compiz
	;;

I'm using compiz about 10 days now and this happens just yesterday and after the keyboard accidentally disconnected. Until then I had no problem with the layout switch.

Offline

#10 2022-09-07 16:08:11

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,218

Re: [SOLVED]Suddenly cannot change keyboard layout

It's probably unrelated but you should not (have to) "dbus-run-session" compiz, see the last link below.
Try to strip this down to

compiz)
     xterm &
     exec compiz
	;;

and post your xorg log, https://wiki.archlinux.org/title/Xorg#General

Requiring a (delayed) idempotent setxkbmap call suggests that the xkb configuration on the server is incomplete/inconsistent, but I don't see anything shy of gxkb that would be prone to cause this.
The last step would be to take compiz out of the equation and test the behavior when you start only "exec xterm"…

Online

#11 2022-09-07 17:07:35

zaxdan69
Member
Registered: 2016-06-04
Posts: 318

Re: [SOLVED]Suddenly cannot change keyboard layout

I use dbus-run-session because sometimes I have 2 xservers and I want to be separated. I think you suggest this to me in another thread sometime ago.
This is the xorg.log:

[    11.228] 
X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
[    11.229] Current Operating System: Linux archlinux-pc1 5.19.7-zen2-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Mon, 05 Sep 2022 18:33:28 +0000 x86_64
[    11.229] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-zen root=UUID=015a421c-f3b9-473d-a353-c54a67edcf96 rw fbcon=scrolback:256k zswap.enable=1 loglevel=3 sysrq_always_enabled=1 audit=0
[    11.238]  
[    11.241] Current version of pixman: 0.40.0
[    11.245] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    11.245] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    11.255] (==) Log file: "/home/archuser/.local/share/xorg/Xorg.0.log", Time: Thu Sep  8 06:12:07 2022
[    11.259] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    11.260] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    11.261] (==) No Layout section.  Using the first Screen section.
[    11.261] (==) No screen section available. Using defaults.
[    11.261] (**) |-->Screen "Default Screen Section" (0)
[    11.261] (**) |   |-->Monitor "<default monitor>"
[    11.262] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    11.262] (==) Automatically adding devices
[    11.262] (==) Automatically enabling devices
[    11.262] (==) Automatically adding GPU devices
[    11.262] (==) Automatically binding GPU devices
[    11.262] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    11.265] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    11.265] 	Entry deleted from font path.
[    11.267] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    11.267] 	Entry deleted from font path.
[    11.267] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/100dpi
[    11.267] (==) ModulePath set to "/usr/lib/xorg/modules"
[    11.267] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    11.267] (II) Module ABI versions:
[    11.267] 	X.Org ANSI C Emulation: 0.4
[    11.267] 	X.Org Video Driver: 25.2
[    11.267] 	X.Org XInput driver : 24.4
[    11.267] 	X.Org Server Extension : 10.0
[    11.267] (++) using VT number 1

[    11.268] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    11.270] (II) xfree86: Adding drm device (/dev/dri/card0)
[    11.270] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/0000:01:00.0/drm/card0
[    11.270] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[    11.275] (--) PCI:*(1@0:0:0) 1002:67df:1da2:e343 rev 239, Mem @ 0xd0000000/268435456, 0xcfe00000/2097152, 0xfe9c0000/262144, I/O @ 0x0000a000/256, BIOS @ 0x????????/131072
[    11.275] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    11.275] (II) LoadModule: "glx"
[    11.276] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    11.279] (II) Module glx: vendor="X.Org Foundation"
[    11.279] 	compiled for 1.21.1.4, module version = 1.0.0
[    11.279] 	ABI class: X.Org Server Extension, version 10.0
[    11.279] (II) Applying OutputClass "AMDgpu" to /dev/dri/card0
[    11.279] 	loading driver: amdgpu
[    11.279] (==) Matched amdgpu as autoconfigured driver 0
[    11.279] (==) Matched ati as autoconfigured driver 1
[    11.279] (==) Matched modesetting as autoconfigured driver 2
[    11.279] (==) Matched fbdev as autoconfigured driver 3
[    11.279] (==) Matched vesa as autoconfigured driver 4
[    11.279] (==) Assigned the driver to the xf86ConfigLayout
[    11.279] (II) LoadModule: "amdgpu"
[    11.280] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[    11.284] (II) Module amdgpu: vendor="X.Org Foundation"
[    11.284] 	compiled for 1.21.1.3, module version = 22.0.0
[    11.284] 	Module class: X.Org Video Driver
[    11.284] 	ABI class: X.Org Video Driver, version 25.2
[    11.284] (II) LoadModule: "ati"
[    11.284] (WW) Warning, couldn't open module ati
[    11.284] (EE) Failed to load module "ati" (module does not exist, 0)
[    11.284] (II) LoadModule: "modesetting"
[    11.284] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    11.285] (II) Module modesetting: vendor="X.Org Foundation"
[    11.285] 	compiled for 1.21.1.4, module version = 1.21.1
[    11.285] 	Module class: X.Org Video Driver
[    11.285] 	ABI class: X.Org Video Driver, version 25.2
[    11.285] (II) LoadModule: "fbdev"
[    11.285] (WW) Warning, couldn't open module fbdev
[    11.285] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    11.285] (II) LoadModule: "vesa"
[    11.285] (WW) Warning, couldn't open module vesa
[    11.285] (EE) Failed to load module "vesa" (module does not exist, 0)
[    11.285] (II) AMDGPU: Driver for AMD Radeon:
	All GPUs supported by the amdgpu kernel driver
[    11.285] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    11.287] (WW) Falling back to old probe method for modesetting
[    11.287] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    11.287] (II) AMDGPU(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    11.287] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[    11.287] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    11.287] (==) AMDGPU(0): Default visual is TrueColor
[    11.287] (==) AMDGPU(0): RGB weight 888
[    11.287] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[    11.287] (--) AMDGPU(0): Chipset: "AMD Radeon RX 570 Series" (ChipID = 0x67df)
[    11.287] (II) Loading sub module "fb"
[    11.287] (II) LoadModule: "fb"
[    11.287] (II) Module "fb" already built-in
[    11.287] (II) Loading sub module "dri2"
[    11.287] (II) LoadModule: "dri2"
[    11.287] (II) Module "dri2" already built-in
[    11.840] (II) Loading sub module "glamoregl"
[    11.840] (II) LoadModule: "glamoregl"
[    11.840] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    11.855] (II) Module glamoregl: vendor="X.Org Foundation"
[    11.855] 	compiled for 1.21.1.4, module version = 1.0.1
[    11.855] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    11.890] (II) AMDGPU(0): glamor X acceleration enabled on AMD Radeon RX 570 Series (polaris10, LLVM 14.0.6, DRM 3.47, 5.19.7-zen2-1-zen)
[    11.890] (II) AMDGPU(0): glamor detected, initialising EGL layer.
[    11.890] (==) AMDGPU(0): TearFree property default: auto
[    11.890] (==) AMDGPU(0): VariableRefresh: disabled
[    11.890] (==) AMDGPU(0): AsyncFlipSecondaries: disabled
[    11.890] (II) AMDGPU(0): KMS Pageflipping: enabled
[    11.890] (II) AMDGPU(0): Output DisplayPort-0 has no monitor section
[    11.893] (II) AMDGPU(0): Output HDMI-A-0 using monitor section HDMI-A-0
[    11.893] (**) AMDGPU(0): Option "Primary" "true"
[    11.895] (II) AMDGPU(0): Output DVI-D-0 using monitor section DVI-D-0
[    11.895] (**) AMDGPU(0): Option "RightOf" "HDMI-A-0"
[    11.927] (II) AMDGPU(0): EDID for output HDMI-A-0
[    11.927] (II) AMDGPU(0): Manufacturer: ACI  Model: 22c3  Serial#: 15127
[    11.927] (II) AMDGPU(0): Year: 2019  Week: 27
[    11.927] (II) AMDGPU(0): EDID Version: 1.3
[    11.927] (II) AMDGPU(0): Digital Display Input
[    11.927] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 48  vert.: 27
[    11.927] (II) AMDGPU(0): Gamma: 2.20
[    11.927] (II) AMDGPU(0): DPMS capabilities: Off
[    11.927] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    11.927] (II) AMDGPU(0): First detailed timing is preferred mode
[    11.927] (II) AMDGPU(0): redX: 0.635 redY: 0.352   greenX: 0.321 greenY: 0.633
[    11.927] (II) AMDGPU(0): blueX: 0.151 blueY: 0.052   whiteX: 0.313 whiteY: 0.329
[    11.927] (II) AMDGPU(0): Supported established timings:
[    11.927] (II) AMDGPU(0): 720x400@70Hz
[    11.927] (II) AMDGPU(0): 640x480@60Hz
[    11.927] (II) AMDGPU(0): 640x480@67Hz
[    11.927] (II) AMDGPU(0): 640x480@72Hz
[    11.927] (II) AMDGPU(0): 640x480@75Hz
[    11.927] (II) AMDGPU(0): 800x600@56Hz
[    11.927] (II) AMDGPU(0): 800x600@60Hz
[    11.927] (II) AMDGPU(0): 800x600@72Hz
[    11.927] (II) AMDGPU(0): 800x600@75Hz
[    11.927] (II) AMDGPU(0): 832x624@75Hz
[    11.927] (II) AMDGPU(0): 1024x768@60Hz
[    11.927] (II) AMDGPU(0): 1024x768@70Hz
[    11.927] (II) AMDGPU(0): 1024x768@75Hz
[    11.927] (II) AMDGPU(0): 1280x1024@75Hz
[    11.927] (II) AMDGPU(0): Manufacturer's mask: 0
[    11.927] (II) AMDGPU(0): Supported standard timings:
[    11.927] (II) AMDGPU(0): #0: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[    11.927] (II) AMDGPU(0): #1: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[    11.927] (II) AMDGPU(0): #2: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    11.927] (II) AMDGPU(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    11.927] (II) AMDGPU(0): #4: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[    11.927] (II) AMDGPU(0): #5: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[    11.927] (II) AMDGPU(0): #6: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    11.927] (II) AMDGPU(0): Supported detailed timing:
[    11.927] (II) AMDGPU(0): clock: 148.5 MHz   Image Size:  476 x 268 mm
[    11.927] (II) AMDGPU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    11.927] (II) AMDGPU(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    11.927] (II) AMDGPU(0): Serial No: K7LMTF015127
[    11.927] (II) AMDGPU(0): Ranges: V min: 50 V max: 75 Hz, H min: 24 H max: 83 kHz, PixClock max 175 MHz
[    11.927] (II) AMDGPU(0): Monitor name: ASUS VP228
[    11.927] (II) AMDGPU(0): Supported detailed timing:
[    11.927] (II) AMDGPU(0): clock: 27.0 MHz   Image Size:  476 x 268 mm
[    11.927] (II) AMDGPU(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[    11.928] (II) AMDGPU(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[    11.928] (II) AMDGPU(0): Supported detailed timing:
[    11.928] (II) AMDGPU(0): clock: 74.2 MHz   Image Size:  476 x 268 mm
[    11.928] (II) AMDGPU(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[    11.928] (II) AMDGPU(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[    11.928] (II) AMDGPU(0): Supported detailed timing:
[    11.928] (II) AMDGPU(0): clock: 74.2 MHz   Image Size:  476 x 268 mm
[    11.928] (II) AMDGPU(0): h_active: 1280  h_sync: 1720  h_sync_end 1760 h_blank_end 1980 h_border: 0
[    11.928] (II) AMDGPU(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[    11.928] (II) AMDGPU(0): Supported detailed timing:
[    11.928] (II) AMDGPU(0): clock: 27.0 MHz   Image Size:  476 x 268 mm
[    11.928] (II) AMDGPU(0): h_active: 720  h_sync: 732  h_sync_end 796 h_blank_end 864 h_border: 0
[    11.928] (II) AMDGPU(0): v_active: 576  v_sync: 581  v_sync_end 586 v_blanking: 625 v_border: 0
[    11.928] (II) AMDGPU(0): Number of EDID sections to follow: 1
[    11.928] (II) AMDGPU(0): EDID (in hex):
[    11.928] (II) AMDGPU(0): 	00ffffffffffff000469c322173b0000
[    11.928] (II) AMDGPU(0): 	1b1d010380301b782a84d5a25a52a226
[    11.928] (II) AMDGPU(0): 	0d5054bfef00d1c0b300950081808140
[    11.928] (II) AMDGPU(0): 	81c0714f0101023a801871382d40582c
[    11.928] (II) AMDGPU(0): 	4500dc0c1100001e000000ff004b374c
[    11.928] (II) AMDGPU(0): 	4d54463031353132370a000000fd0032
[    11.928] (II) AMDGPU(0): 	4b185311000a202020202020000000fc
[    11.928] (II) AMDGPU(0): 	00415355532056503232380a202001f0
[    11.928] (II) AMDGPU(0): 	020322714f0102031112130414050e0f
[    11.928] (II) AMDGPU(0): 	1d1e1f90230917078301000065030c00
[    11.928] (II) AMDGPU(0): 	10008c0ad08a20e02d10103e9600dc0c
[    11.928] (II) AMDGPU(0): 	11000018011d007251d01e206e285500
[    11.928] (II) AMDGPU(0): 	dc0c1100001e011d00bc52d01e20b828
[    11.928] (II) AMDGPU(0): 	5540dc0c1100001e8c0ad09020403120
[    11.928] (II) AMDGPU(0): 	0c405500dc0c11000018000000000000
[    11.928] (II) AMDGPU(0): 	00000000000000000000000000000035
[    11.928] (II) AMDGPU(0): Printing probed modes for output HDMI-A-0
[    11.928] (II) AMDGPU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    11.928] (II) AMDGPU(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    11.928] (II) AMDGPU(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[    11.928] (II) AMDGPU(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    11.928] (II) AMDGPU(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    11.928] (II) AMDGPU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    11.928] (II) AMDGPU(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    11.928] (II) AMDGPU(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    11.928] (II) AMDGPU(0): Modeline "1280x800"x60.0  148.50  1280 2008 2052 2200  800 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[    11.928] (II) AMDGPU(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    11.928] (II) AMDGPU(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    11.928] (II) AMDGPU(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    11.929] (II) AMDGPU(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    11.929] (II) AMDGPU(0): Modeline "1440x576"x50.0   54.00  1440 1464 1592 1728  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    11.929] (II) AMDGPU(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    11.929] (II) AMDGPU(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    11.929] (II) AMDGPU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    11.929] (II) AMDGPU(0): Modeline "1440x480"x60.0   54.05  1440 1472 1596 1716  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    11.929] (II) AMDGPU(0): Modeline "1440x480"x59.9   54.00  1440 1472 1596 1716  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    11.929] (II) AMDGPU(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    11.929] (II) AMDGPU(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    11.929] (II) AMDGPU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    11.929] (II) AMDGPU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    11.929] (II) AMDGPU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    11.929] (II) AMDGPU(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    11.929] (II) AMDGPU(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    11.929] (II) AMDGPU(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    11.929] (II) AMDGPU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    11.929] (II) AMDGPU(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    11.929] (II) AMDGPU(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    11.929] (II) AMDGPU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    11.929] (II) AMDGPU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    11.929] (II) AMDGPU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    11.929] (II) AMDGPU(0): EDID for output DisplayPort-0
[    11.931] (II) AMDGPU(0): EDID for output DVI-D-0
[    11.931] (II) AMDGPU(0): Manufacturer: AOC  Model: a728  Serial#: 25997
[    11.931] (II) AMDGPU(0): Year: 2006  Week: 6
[    11.931] (II) AMDGPU(0): EDID Version: 1.3
[    11.931] (II) AMDGPU(0): Digital Display Input
[    11.931] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 34  vert.: 27
[    11.931] (II) AMDGPU(0): Gamma: 2.20
[    11.931] (II) AMDGPU(0): DPMS capabilities: Off
[    11.931] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    11.931] (II) AMDGPU(0): First detailed timing is preferred mode
[    11.931] (II) AMDGPU(0): redX: 0.640 redY: 0.340   greenX: 0.289 greenY: 0.609
[    11.931] (II) AMDGPU(0): blueX: 0.140 blueY: 0.069   whiteX: 0.310 whiteY: 0.329
[    11.931] (II) AMDGPU(0): Supported established timings:
[    11.931] (II) AMDGPU(0): 720x400@70Hz
[    11.931] (II) AMDGPU(0): 640x480@60Hz
[    11.931] (II) AMDGPU(0): 640x480@67Hz
[    11.931] (II) AMDGPU(0): 640x480@72Hz
[    11.931] (II) AMDGPU(0): 640x480@75Hz
[    11.931] (II) AMDGPU(0): 800x600@56Hz
[    11.931] (II) AMDGPU(0): 800x600@60Hz
[    11.931] (II) AMDGPU(0): 800x600@72Hz
[    11.931] (II) AMDGPU(0): 800x600@75Hz
[    11.931] (II) AMDGPU(0): 832x624@75Hz
[    11.931] (II) AMDGPU(0): 1024x768@60Hz
[    11.931] (II) AMDGPU(0): 1024x768@70Hz
[    11.931] (II) AMDGPU(0): 1024x768@75Hz
[    11.931] (II) AMDGPU(0): 1280x1024@75Hz
[    11.931] (II) AMDGPU(0): Manufacturer's mask: 0
[    11.931] (II) AMDGPU(0): Supported standard timings:
[    11.931] (II) AMDGPU(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    11.931] (II) AMDGPU(0): Supported detailed timing:
[    11.931] (II) AMDGPU(0): clock: 135.0 MHz   Image Size:  340 x 270 mm
[    11.931] (II) AMDGPU(0): h_active: 1280  h_sync: 1296  h_sync_end 1440 h_blank_end 1688 h_border: 0
[    11.931] (II) AMDGPU(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
[    11.931] (II) AMDGPU(0): Serial No: 29262JA025997
[    11.931] (II) AMDGPU(0): Ranges: V min: 55 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 145 MHz
[    11.931] (II) AMDGPU(0): Monitor name: LM728
[    11.931] (II) AMDGPU(0): EDID (in hex):
[    11.931] (II) AMDGPU(0): 	00ffffffffffff0005e328a78d650000
[    11.931] (II) AMDGPU(0): 	0610010380221b782ac0f5a3574a9c23
[    11.931] (II) AMDGPU(0): 	114f54bfef0081800101010101010101
[    11.931] (II) AMDGPU(0): 	010101010101bc34009851002a401090
[    11.931] (II) AMDGPU(0): 	1300540e1100001e000000ff00323932
[    11.931] (II) AMDGPU(0): 	36324a41303235393937000000fd0037
[    11.931] (II) AMDGPU(0): 	4b1e530e000a202020202020000000fc
[    11.931] (II) AMDGPU(0): 	004c4d3732380a20202020202020007d
[    11.932] (II) AMDGPU(0): Printing probed modes for output DVI-D-0
[    11.932] (II) AMDGPU(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz eP)
[    11.932] (II) AMDGPU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    11.932] (II) AMDGPU(0): Modeline "1280x800"x75.0  135.00  1280 1296 1440 1688  800 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    11.932] (II) AMDGPU(0): Modeline "1280x720"x75.0  135.00  1280 1296 1440 1688  720 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    11.932] (II) AMDGPU(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    11.932] (II) AMDGPU(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    11.932] (II) AMDGPU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    11.932] (II) AMDGPU(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    11.932] (II) AMDGPU(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    11.932] (II) AMDGPU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    11.932] (II) AMDGPU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    11.932] (II) AMDGPU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    11.932] (II) AMDGPU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    11.932] (II) AMDGPU(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    11.932] (II) AMDGPU(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    11.932] (II) AMDGPU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    11.932] (II) AMDGPU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    11.932] (II) AMDGPU(0): Output HDMI-A-0 connected
[    11.932] (II) AMDGPU(0): Output DisplayPort-0 disconnected
[    11.932] (II) AMDGPU(0): Output DVI-D-0 connected
[    11.932] (II) AMDGPU(0): Using user preference for initial modes
[    11.932] (II) AMDGPU(0): Output HDMI-A-0 using initial mode 1920x1080 +0+0
[    11.932] (II) AMDGPU(0): Output DVI-D-0 using initial mode 1280x1024 +0+0
[    11.932] (II) AMDGPU(0): mem size init: gart size :1f329d800 vram size: s:feae7000 visible:fad0000
[    11.932] (==) AMDGPU(0): DPI set to (96, 96)
[    11.932] (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0)
[    11.932] (II) Loading sub module "ramdac"
[    11.932] (II) LoadModule: "ramdac"
[    11.932] (II) Module "ramdac" already built-in
[    11.932] (II) UnloadModule: "modesetting"
[    11.932] (II) Unloading modesetting
[    11.932] (II) AMDGPU(0): [DRI2] Setup complete
[    11.932] (II) AMDGPU(0): [DRI2]   DRI driver: radeonsi
[    11.932] (II) AMDGPU(0): [DRI2]   VDPAU driver: radeonsi
[    11.934] (II) AMDGPU(0): Front buffer pitch: 13312 bytes
[    11.936] (II) AMDGPU(0): SYNC extension fences enabled
[    11.936] (II) AMDGPU(0): Present extension enabled
[    11.936] (==) AMDGPU(0): DRI3 enabled
[    11.936] (==) AMDGPU(0): Backing store enabled
[    11.936] (II) AMDGPU(0): Direct rendering enabled
[    18.206] (II) AMDGPU(0): Use GLAMOR acceleration.
[    18.207] (II) AMDGPU(0): Acceleration enabled
[    18.207] (==) AMDGPU(0): DPMS enabled
[    18.207] (==) AMDGPU(0): Silken mouse enabled
[    18.207] (II) AMDGPU(0): Set up textured video (glamor)
[    18.243] (II) Initializing extension Generic Event Extension
[    18.243] (II) Initializing extension SHAPE
[    18.244] (II) Initializing extension MIT-SHM
[    18.244] (II) Initializing extension XInputExtension
[    18.244] (II) Initializing extension XTEST
[    18.245] (II) Initializing extension BIG-REQUESTS
[    18.245] (II) Initializing extension SYNC
[    18.245] (II) Initializing extension XKEYBOARD
[    18.246] (II) Initializing extension XC-MISC
[    18.246] (II) Initializing extension SECURITY
[    18.246] (II) Initializing extension XFIXES
[    18.247] (II) Initializing extension RENDER
[    18.247] (II) Initializing extension RANDR
[    18.248] (II) Initializing extension COMPOSITE
[    18.248] (II) Initializing extension DAMAGE
[    18.248] (II) Initializing extension MIT-SCREEN-SAVER
[    18.249] (II) Initializing extension DOUBLE-BUFFER
[    18.249] (II) Initializing extension RECORD
[    18.249] (II) Initializing extension DPMS
[    18.249] (II) Initializing extension Present
[    18.250] (II) Initializing extension DRI3
[    18.250] (II) Initializing extension X-Resource
[    18.250] (II) Initializing extension XVideo
[    18.251] (II) Initializing extension XVideo-MotionCompensation
[    18.251] (II) Initializing extension GLX
[    18.265] (II) AIGLX: Loaded and initialized radeonsi
[    18.265] (II) GLX: Initialized DRI2 GL provider for screen 0
[    18.265] (II) Initializing extension XFree86-VidModeExtension
[    18.266] (II) Initializing extension XFree86-DGA
[    18.266] (II) Initializing extension XFree86-DRI
[    18.266] (II) Initializing extension DRI2
[    18.267] (II) AMDGPU(0): Setting screen physical size to 846 x 285
[    19.261] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    19.261] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    19.261] (**) Power Button: Applying InputClass "system-keyboard"
[    19.261] (II) LoadModule: "libinput"
[    19.261] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    19.268] (II) Module libinput: vendor="X.Org Foundation"
[    19.268] 	compiled for 1.21.1.3, module version = 1.2.1
[    19.268] 	Module class: X.Org XInput Driver
[    19.268] 	ABI class: X.Org XInput driver, version 24.4
[    19.268] (II) Using input driver 'libinput' for 'Power Button'
[    19.269] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 27 paused 0
[    19.269] (**) Power Button: always reports core events
[    19.269] (**) Option "Device" "/dev/input/event1"
[    19.279] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    19.279] (II) event1  - Power Button: device is a keyboard
[    19.279] (II) event1  - Power Button: device removed
[    19.279] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[    19.279] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    19.279] (**) Option "xkb_model" "logitech_g15"
[    19.279] (**) Option "xkb_layout" "us,gr"
[    19.279] (**) Option "xkb_variant" "grp:alt_shift_toggle,grp_led:scroll"
[    19.295] (EE) Error loading keymap /tmp/server-0.xkm
[    19.295] (EE) XKB: Failed to load keymap. Loading default keymap instead.
[    19.333] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    19.333] (II) event1  - Power Button: device is a keyboard
[    19.334] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    19.334] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    19.335] (**) Power Button: Applying InputClass "system-keyboard"
[    19.335] (II) Using input driver 'libinput' for 'Power Button'
[    19.335] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 30 paused 0
[    19.335] (**) Power Button: always reports core events
[    19.335] (**) Option "Device" "/dev/input/event0"
[    19.338] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    19.338] (II) event0  - Power Button: device is a keyboard
[    19.338] (II) event0  - Power Button: device removed
[    19.338] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    19.338] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    19.338] (**) Option "xkb_model" "logitech_g15"
[    19.338] (**) Option "xkb_layout" "us,gr"
[    19.338] (**) Option "xkb_variant" "grp:alt_shift_toggle,grp_led:scroll"
[    19.341] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    19.341] (II) event0  - Power Button: device is a keyboard
[    19.344] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event11)
[    19.344] (II) No input driver specified, ignoring this device.
[    19.344] (II) This device may have been added with another device file.
[    19.345] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event12)
[    19.345] (II) No input driver specified, ignoring this device.
[    19.345] (II) This device may have been added with another device file.
[    19.346] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event13)
[    19.346] (II) No input driver specified, ignoring this device.
[    19.346] (II) This device may have been added with another device file.
[    19.347] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event14)
[    19.347] (II) No input driver specified, ignoring this device.
[    19.347] (II) This device may have been added with another device file.
[    19.348] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=10 (/dev/input/event15)
[    19.348] (II) No input driver specified, ignoring this device.
[    19.348] (II) This device may have been added with another device file.
[    19.349] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=11 (/dev/input/event16)
[    19.349] (II) No input driver specified, ignoring this device.
[    19.349] (II) This device may have been added with another device file.
[    19.351] (II) config/udev: Adding input device Gaming Keyboard (/dev/input/event2)
[    19.351] (**) Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[    19.351] (**) Gaming Keyboard: Applying InputClass "system-keyboard"
[    19.351] (II) Using input driver 'libinput' for 'Gaming Keyboard'
[    19.353] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 31 paused 0
[    19.353] (**) Gaming Keyboard: always reports core events
[    19.353] (**) Option "Device" "/dev/input/event2"
[    19.357] (II) event2  - Gaming Keyboard: is tagged by udev as: Keyboard
[    19.358] (II) event2  - Gaming Keyboard: device is a keyboard
[    19.358] (II) event2  - Gaming Keyboard: device removed
[    19.358] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb3/3-3/3-3.1/3-3.1:1.0/0003:046D:C221.0001/input/input2/event2"
[    19.358] (II) XINPUT: Adding extended input device "Gaming Keyboard" (type: KEYBOARD, id 8)
[    19.359] (**) Option "xkb_model" "logitech_g15"
[    19.359] (**) Option "xkb_layout" "us,gr"
[    19.359] (**) Option "xkb_variant" "grp:alt_shift_toggle,grp_led:scroll"
[    19.363] (II) event2  - Gaming Keyboard: is tagged by udev as: Keyboard
[    19.363] (II) event2  - Gaming Keyboard: device is a keyboard
[    19.366] (II) config/udev: Adding input device Gaming Keyboard Consumer Control (/dev/input/event3)
[    19.366] (**) Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[    19.366] (**) Gaming Keyboard Consumer Control: Applying InputClass "system-keyboard"
[    19.366] (II) Using input driver 'libinput' for 'Gaming Keyboard Consumer Control'
[    19.367] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 32 paused 0
[    19.367] (**) Gaming Keyboard Consumer Control: always reports core events
[    19.368] (**) Option "Device" "/dev/input/event3"
[    19.372] (II) event3  - Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[    19.372] (II) event3  - Gaming Keyboard Consumer Control: device is a keyboard
[    19.373] (II) event3  - Gaming Keyboard Consumer Control: device removed
[    19.373] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb3/3-3/3-3.1/3-3.1:1.1/0003:046D:C221.0002/input/input3/event3"
[    19.373] (II) XINPUT: Adding extended input device "Gaming Keyboard Consumer Control" (type: KEYBOARD, id 9)
[    19.373] (**) Option "xkb_model" "logitech_g15"
[    19.373] (**) Option "xkb_layout" "us,gr"
[    19.373] (**) Option "xkb_variant" "grp:alt_shift_toggle,grp_led:scroll"
[    19.377] (II) event3  - Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[    19.377] (II) event3  - Gaming Keyboard Consumer Control: device is a keyboard
[    19.380] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/event6)
[    19.380] (**) USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[    19.380] (II) Using input driver 'libinput' for 'USB Optical Mouse'
[    19.434] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 33 paused 0
[    19.434] (**) USB Optical Mouse: always reports core events
[    19.434] (**) Option "Device" "/dev/input/event6"
[    19.438] (II) event6  - USB Optical Mouse: is tagged by udev as: Mouse
[    19.438] (II) event6  - USB Optical Mouse: device is a pointer
[    19.439] (II) event6  - USB Optical Mouse: device removed
[    19.439] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.1/usb4/4-1/4-1:1.0/0003:1BCF:0005.0007/input/input8/event6"
[    19.439] (II) XINPUT: Adding extended input device "USB Optical Mouse" (type: MOUSE, id 10)
[    19.439] (**) Option "AccelerationScheme" "none"
[    19.440] (**) USB Optical Mouse: (accel) selected scheme none/0
[    19.440] (**) USB Optical Mouse: (accel) acceleration factor: 2.000
[    19.440] (**) USB Optical Mouse: (accel) acceleration threshold: 4
[    19.443] (II) event6  - USB Optical Mouse: is tagged by udev as: Mouse
[    19.444] (II) event6  - USB Optical Mouse: device is a pointer
[    19.446] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/mouse0)
[    19.446] (II) No input driver specified, ignoring this device.
[    19.446] (II) This device may have been added with another device file.
[    19.449] (II) config/udev: Adding input device Logitech M185 (/dev/input/event10)
[    19.449] (**) Logitech M185: Applying InputClass "libinput pointer catchall"
[    19.449] (**) Logitech M185: Applying InputClass "libinput keyboard catchall"
[    19.449] (**) Logitech M185: Applying InputClass "system-keyboard"
[    19.449] (II) Using input driver 'libinput' for 'Logitech M185'
[    19.450] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 34 paused 0
[    19.450] (**) Logitech M185: always reports core events
[    19.450] (**) Option "Device" "/dev/input/event10"
[    19.454] (II) event10 - Logitech M185: is tagged by udev as: Keyboard Mouse
[    19.455] (II) event10 - Logitech M185: device set to 1000 DPI
[    19.455] (II) event10 - Logitech M185: device is a pointer
[    19.455] (II) event10 - Logitech M185: device is a keyboard
[    19.456] (II) event10 - Logitech M185: device removed
[    19.456] (II) libinput: Logitech M185: needs a virtual subdevice
[    19.456] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.2/usb1/1-1/1-1.4/1-1.4:1.1/0003:046D:C52F.0009/0003:046D:4008.000B/input/input22/event10"
[    19.456] (II) XINPUT: Adding extended input device "Logitech M185" (type: MOUSE, id 11)
[    19.456] (**) Option "AccelerationScheme" "none"
[    19.456] (**) Logitech M185: (accel) selected scheme none/0
[    19.456] (**) Logitech M185: (accel) acceleration factor: 2.000
[    19.456] (**) Logitech M185: (accel) acceleration threshold: 4
[    19.461] (II) event10 - Logitech M185: is tagged by udev as: Keyboard Mouse
[    19.461] (II) event10 - Logitech M185: device set to 1000 DPI
[    19.462] (II) event10 - Logitech M185: device is a pointer
[    19.462] (II) event10 - Logitech M185: device is a keyboard
[    19.465] (II) config/udev: Adding input device Logitech M185 (/dev/input/mouse3)
[    19.465] (**) Logitech M185: Applying InputClass "system-keyboard"
[    19.465] (II) No input driver specified, ignoring this device.
[    19.465] (II) This device may have been added with another device file.
[    19.466] (II) config/udev: Adding input device gspca_zc3xx (/dev/input/event21)
[    19.466] (**) gspca_zc3xx: Applying InputClass "libinput keyboard catchall"
[    19.466] (**) gspca_zc3xx: Applying InputClass "system-keyboard"
[    19.466] (II) Using input driver 'libinput' for 'gspca_zc3xx'
[    19.467] (II) systemd-logind: got fd for /dev/input/event21 13:85 fd 35 paused 0
[    19.467] (**) gspca_zc3xx: always reports core events
[    19.467] (**) Option "Device" "/dev/input/event21"
[    19.469] (II) event21 - gspca_zc3xx: is tagged by udev as: Keyboard
[    19.470] (II) event21 - gspca_zc3xx: device is a keyboard
[    19.470] (II) event21 - gspca_zc3xx: device removed
[    19.470] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:13.0/usb5/5-3/input/input34/event21"
[    19.470] (II) XINPUT: Adding extended input device "gspca_zc3xx" (type: KEYBOARD, id 12)
[    19.470] (**) Option "xkb_model" "logitech_g15"
[    19.470] (**) Option "xkb_layout" "us,gr"
[    19.470] (**) Option "xkb_variant" "grp:alt_shift_toggle,grp_led:scroll"
[    19.473] (II) event21 - gspca_zc3xx: is tagged by udev as: Keyboard
[    19.474] (II) event21 - gspca_zc3xx: device is a keyboard
[    19.476] (II) config/udev: Adding input device www.irfmedia.com  W-01RN USB_V4.0 (/dev/input/event9)
[    19.476] (**) www.irfmedia.com  W-01RN USB_V4.0: Applying InputClass "libinput keyboard catchall"
[    19.476] (**) www.irfmedia.com  W-01RN USB_V4.0: Applying InputClass "system-keyboard"
[    19.476] (II) Using input driver 'libinput' for 'www.irfmedia.com  W-01RN USB_V4.0'
[    19.477] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 36 paused 0
[    19.477] (**) www.irfmedia.com  W-01RN USB_V4.0: always reports core events
[    19.477] (**) Option "Device" "/dev/input/event9"
[    19.480] (II) event9  - www.irfmedia.com  W-01RN USB_V4.0: is tagged by udev as: Keyboard
[    19.481] (II) event9  - www.irfmedia.com  W-01RN USB_V4.0: device is a keyboard
[    19.482] (II) event9  - www.irfmedia.com  W-01RN USB_V4.0: device removed
[    19.482] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:13.1/usb6/6-1/6-1:1.0/0003:0755:2626.0005/input/input13/event9"
[    19.482] (II) XINPUT: Adding extended input device "www.irfmedia.com  W-01RN USB_V4.0" (type: KEYBOARD, id 13)
[    19.482] (**) Option "xkb_model" "logitech_g15"
[    19.482] (**) Option "xkb_layout" "us,gr"
[    19.482] (**) Option "xkb_variant" "grp:alt_shift_toggle,grp_led:scroll"
[    19.486] (II) event9  - www.irfmedia.com  W-01RN USB_V4.0: is tagged by udev as: Keyboard
[    19.486] (II) event9  - www.irfmedia.com  W-01RN USB_V4.0: device is a keyboard
[    19.489] (II) config/udev: Adding input device www.irfmedia.com  W-01RN USB_V4.0 (/dev/input/event7)
[    19.489] (**) www.irfmedia.com  W-01RN USB_V4.0: Applying InputClass "libinput pointer catchall"
[    19.489] (**) www.irfmedia.com  W-01RN USB_V4.0: Applying InputClass "libinput keyboard catchall"
[    19.489] (**) www.irfmedia.com  W-01RN USB_V4.0: Applying InputClass "system-keyboard"
[    19.489] (II) Using input driver 'libinput' for 'www.irfmedia.com  W-01RN USB_V4.0'
[    19.490] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 37 paused 0
[    19.490] (**) www.irfmedia.com  W-01RN USB_V4.0: always reports core events
[    19.490] (**) Option "Device" "/dev/input/event7"
[    19.494] (II) event7  - www.irfmedia.com  W-01RN USB_V4.0: is tagged by udev as: Keyboard Mouse
[    19.494] (II) event7  - www.irfmedia.com  W-01RN USB_V4.0: device is a pointer
[    19.494] (II) event7  - www.irfmedia.com  W-01RN USB_V4.0: device is a keyboard
[    19.495] (II) event7  - www.irfmedia.com  W-01RN USB_V4.0: device removed
[    19.495] (II) libinput: www.irfmedia.com  W-01RN USB_V4.0: needs a virtual subdevice
[    19.495] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:13.1/usb6/6-1/6-1:1.1/0003:0755:2626.0006/input/input14/event7"
[    19.495] (II) XINPUT: Adding extended input device "www.irfmedia.com  W-01RN USB_V4.0" (type: MOUSE, id 14)
[    19.496] (**) Option "AccelerationScheme" "none"
[    19.496] (**) www.irfmedia.com  W-01RN USB_V4.0: (accel) selected scheme none/0
[    19.496] (**) www.irfmedia.com  W-01RN USB_V4.0: (accel) acceleration factor: 2.000
[    19.496] (**) www.irfmedia.com  W-01RN USB_V4.0: (accel) acceleration threshold: 4
[    19.500] (II) event7  - www.irfmedia.com  W-01RN USB_V4.0: is tagged by udev as: Keyboard Mouse
[    19.500] (II) event7  - www.irfmedia.com  W-01RN USB_V4.0: device is a pointer
[    19.500] (II) event7  - www.irfmedia.com  W-01RN USB_V4.0: device is a keyboard
[    19.503] (II) config/udev: Adding input device www.irfmedia.com  W-01RN USB_V4.0 (/dev/input/mouse1)
[    19.503] (**) www.irfmedia.com  W-01RN USB_V4.0: Applying InputClass "system-keyboard"
[    19.503] (II) No input driver specified, ignoring this device.
[    19.503] (II) This device may have been added with another device file.
[    19.505] (II) config/udev: Adding input device HID 0a5c:4502 (/dev/input/event5)
[    19.505] (**) HID 0a5c:4502: Applying InputClass "libinput keyboard catchall"
[    19.505] (**) HID 0a5c:4502: Applying InputClass "system-keyboard"
[    19.505] (II) Using input driver 'libinput' for 'HID 0a5c:4502'
[    19.506] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 38 paused 0
[    19.506] (**) HID 0a5c:4502: always reports core events
[    19.506] (**) Option "Device" "/dev/input/event5"
[    19.510] (II) event5  - HID 0a5c:4502: is tagged by udev as: Keyboard
[    19.511] (II) event5  - HID 0a5c:4502: device is a keyboard
[    19.512] (II) event5  - HID 0a5c:4502: device removed
[    19.512] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:13.1/usb6/6-2/6-2.1/6-2.1:1.0/0003:0A5C:4502.0004/input/input7/event5"
[    19.512] (II) XINPUT: Adding extended input device "HID 0a5c:4502" (type: KEYBOARD, id 15)
[    19.512] (**) Option "xkb_model" "logitech_g15"
[    19.512] (**) Option "xkb_layout" "us,gr"
[    19.512] (**) Option "xkb_variant" "grp:alt_shift_toggle,grp_led:scroll"
[    19.515] (II) event5  - HID 0a5c:4502: is tagged by udev as: Keyboard
[    19.515] (II) event5  - HID 0a5c:4502: device is a keyboard
[    19.518] (II) config/udev: Adding input device HID 0a5c:4503 Mouse (/dev/input/event8)
[    19.518] (**) HID 0a5c:4503 Mouse: Applying InputClass "libinput pointer catchall"
[    19.518] (II) Using input driver 'libinput' for 'HID 0a5c:4503 Mouse'
[    19.570] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 39 paused 0
[    19.570] (**) HID 0a5c:4503 Mouse: always reports core events
[    19.570] (**) Option "Device" "/dev/input/event8"
[    19.574] (II) event8  - HID 0a5c:4503 Mouse: is tagged by udev as: Mouse
[    19.574] (II) event8  - HID 0a5c:4503 Mouse: device is a pointer
[    19.574] (II) event8  - HID 0a5c:4503 Mouse: device removed
[    19.575] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:13.1/usb6/6-2/6-2.2/6-2.2:1.0/0003:0A5C:4503.000A/input/input15/event8"
[    19.575] (II) XINPUT: Adding extended input device "HID 0a5c:4503 Mouse" (type: MOUSE, id 16)
[    19.575] (**) Option "AccelerationScheme" "none"
[    19.575] (**) HID 0a5c:4503 Mouse: (accel) selected scheme none/0
[    19.575] (**) HID 0a5c:4503 Mouse: (accel) acceleration factor: 2.000
[    19.575] (**) HID 0a5c:4503 Mouse: (accel) acceleration threshold: 4
[    19.577] (II) event8  - HID 0a5c:4503 Mouse: is tagged by udev as: Mouse
[    19.577] (II) event8  - HID 0a5c:4503 Mouse: device is a pointer
[    19.579] (II) config/udev: Adding input device HID 0a5c:4503 Mouse (/dev/input/mouse2)
[    19.579] (II) No input driver specified, ignoring this device.
[    19.579] (II) This device may have been added with another device file.
[    19.579] (II) config/udev: Adding input device HDA ATI SB Rear Mic (/dev/input/event18)
[    19.579] (II) No input driver specified, ignoring this device.
[    19.579] (II) This device may have been added with another device file.
[    19.580] (II) config/udev: Adding input device HDA ATI SB Line (/dev/input/event19)
[    19.580] (II) No input driver specified, ignoring this device.
[    19.580] (II) This device may have been added with another device file.
[    19.581] (II) config/udev: Adding input device HDA ATI SB Line Out (/dev/input/event20)
[    19.581] (II) No input driver specified, ignoring this device.
[    19.581] (II) This device may have been added with another device file.
[    19.581] (II) config/udev: Adding input device PC Speaker (/dev/input/event17)
[    19.581] (II) No input driver specified, ignoring this device.
[    19.581] (II) This device may have been added with another device file.
[    19.584] (II) config/udev: Adding input device G15 Extra Keys (/dev/input/event4)
[    19.584] (**) G15 Extra Keys: Applying InputClass "libinput keyboard catchall"
[    19.584] (**) G15 Extra Keys: Applying InputClass "system-keyboard"
[    19.584] (II) Using input driver 'libinput' for 'G15 Extra Keys'
[    19.585] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 40 paused 0
[    19.585] (**) G15 Extra Keys: always reports core events
[    19.585] (**) Option "Device" "/dev/input/event4"
[    19.585] (II) event4  - G15 Extra Keys: is tagged by udev as: Keyboard
[    19.585] (II) event4  - G15 Extra Keys: device is a keyboard
[    19.586] (II) event4  - G15 Extra Keys: device removed
[    19.586] (**) Option "config_info" "udev:/sys/devices/virtual/input/input35/event4"
[    19.586] (II) XINPUT: Adding extended input device "G15 Extra Keys" (type: KEYBOARD, id 17)
[    19.586] (**) Option "xkb_model" "logitech_g15"
[    19.586] (**) Option "xkb_layout" "us,gr"
[    19.586] (**) Option "xkb_variant" "grp:alt_shift_toggle,grp_led:scroll"
[    19.587] (II) event4  - G15 Extra Keys: is tagged by udev as: Keyboard
[    19.587] (II) event4  - G15 Extra Keys: device is a keyboard
[    19.592] (**) Logitech M185: Applying InputClass "libinput pointer catchall"
[    19.592] (**) Logitech M185: Applying InputClass "libinput keyboard catchall"
[    19.592] (**) Logitech M185: Applying InputClass "system-keyboard"
[    19.592] (II) Using input driver 'libinput' for 'Logitech M185'
[    19.592] (II) systemd-logind: returning pre-existing fd for /dev/input/event10 13:74
[    19.592] (**) Logitech M185: always reports core events
[    19.592] (**) Option "Device" "/dev/input/event10"
[    19.592] (II) libinput: Logitech M185: is a virtual subdevice
[    19.592] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.2/usb1/1-1/1-1.4/1-1.4:1.1/0003:046D:C52F.0009/0003:046D:4008.000B/input/input22/event10"
[    19.592] (II) XINPUT: Adding extended input device "Logitech M185" (type: KEYBOARD, id 18)
[    19.592] (**) Option "xkb_model" "logitech_g15"
[    19.592] (**) Option "xkb_layout" "us,gr"
[    19.592] (**) Option "xkb_variant" "grp:alt_shift_toggle,grp_led:scroll"
[    19.593] (**) www.irfmedia.com  W-01RN USB_V4.0: Applying InputClass "libinput pointer catchall"
[    19.593] (**) www.irfmedia.com  W-01RN USB_V4.0: Applying InputClass "libinput keyboard catchall"
[    19.593] (**) www.irfmedia.com  W-01RN USB_V4.0: Applying InputClass "system-keyboard"
[    19.593] (II) Using input driver 'libinput' for 'www.irfmedia.com  W-01RN USB_V4.0'
[    19.593] (II) systemd-logind: returning pre-existing fd for /dev/input/event7 13:71
[    19.593] (**) www.irfmedia.com  W-01RN USB_V4.0: always reports core events
[    19.593] (**) Option "Device" "/dev/input/event7"
[    19.593] (II) libinput: www.irfmedia.com  W-01RN USB_V4.0: is a virtual subdevice
[    19.593] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:13.1/usb6/6-1/6-1:1.1/0003:0755:2626.0006/input/input14/event7"
[    19.593] (II) XINPUT: Adding extended input device "www.irfmedia.com  W-01RN USB_V4.0" (type: KEYBOARD, id 19)
[    19.593] (**) Option "xkb_model" "logitech_g15"
[    19.593] (**) Option "xkb_layout" "us,gr"
[    19.593] (**) Option "xkb_variant" "grp:alt_shift_toggle,grp_led:scroll"
[    20.917] (II) AMDGPU(0): EDID vendor "AOC", prod id 42792
[    20.917] (II) AMDGPU(0): Using EDID range info for horizontal sync
[    20.917] (II) AMDGPU(0): Using EDID range info for vertical refresh
[    20.917] (II) AMDGPU(0): Printing DDC gathered Modelines:
[    20.917] (II) AMDGPU(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz eP)
[    20.917] (II) AMDGPU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    20.917] (II) AMDGPU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    20.917] (II) AMDGPU(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    20.917] (II) AMDGPU(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    20.917] (II) AMDGPU(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    20.917] (II) AMDGPU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    20.917] (II) AMDGPU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    20.917] (II) AMDGPU(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    20.917] (II) AMDGPU(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    20.917] (II) AMDGPU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    20.917] (II) AMDGPU(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    20.917] (II) AMDGPU(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    20.917] (II) AMDGPU(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    20.917] (II) AMDGPU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    21.331] (II) AMDGPU(0): EDID vendor "AOC", prod id 42792
[    21.331] (II) AMDGPU(0): Using hsync ranges from config file
[    21.331] (II) AMDGPU(0): Using vrefresh ranges from config file
[    21.331] (II) AMDGPU(0): Printing DDC gathered Modelines:
[    21.331] (II) AMDGPU(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz eP)
[    21.331] (II) AMDGPU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    21.331] (II) AMDGPU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    21.331] (II) AMDGPU(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    21.331] (II) AMDGPU(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    21.331] (II) AMDGPU(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    21.331] (II) AMDGPU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    21.331] (II) AMDGPU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    21.331] (II) AMDGPU(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    21.332] (II) AMDGPU(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    21.332] (II) AMDGPU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    21.332] (II) AMDGPU(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    21.332] (II) AMDGPU(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    21.332] (II) AMDGPU(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    21.332] (II) AMDGPU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    64.819] (II) AMDGPU(0): EDID vendor "AOC", prod id 42792
[    64.819] (II) AMDGPU(0): Using hsync ranges from config file
[    64.819] (II) AMDGPU(0): Using vrefresh ranges from config file
[    64.819] (II) AMDGPU(0): Printing DDC gathered Modelines:
[    64.819] (II) AMDGPU(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz eP)
[    64.819] (II) AMDGPU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    64.819] (II) AMDGPU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    64.819] (II) AMDGPU(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    64.819] (II) AMDGPU(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    64.819] (II) AMDGPU(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    64.819] (II) AMDGPU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    64.819] (II) AMDGPU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    64.820] (II) AMDGPU(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    64.820] (II) AMDGPU(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    64.820] (II) AMDGPU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    64.820] (II) AMDGPU(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    64.820] (II) AMDGPU(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    64.820] (II) AMDGPU(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    64.820] (II) AMDGPU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)

Last edited by zaxdan69 (2022-09-08 03:23:13)

Offline

#12 2022-09-07 19:20:56

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,218

Re: [SOLVED]Suddenly cannot change keyboard layout

is quite big so I'm not post it all

I want to see whether there's some mess w/ the keyboard (loose connection causing rapid re-attachments etc), an isolated segment won't help at all.

I use dbus-run-session because sometimes I have 2 xservers and I want to be separated

Ok, but with the approach you posted in your xinitrc segment you'll probably end up having at least polkit-gnome-authentication-agent-1 and notification-daemon on the wrong bus?

Do you run some other GUI session when this problem occurs?
Also, did you try to strip down the session to test the impact on the keyboard behavior?
(We need to isolate the cause because the defect isn't reflected in the server information nor does the behavior make a lot of sense, so there's likely a race condition and we need to figure what's causing it)

Online

#13 2022-09-08 03:28:20

zaxdan69
Member
Registered: 2016-06-04
Posts: 318

Re: [SOLVED]Suddenly cannot change keyboard layout

Ok I updated my post above.
I didn't need a 2nd Gui session when the problem occur, so no, I have only one.
I tried with everything except tint2 commented out and the problem still occurs, so doesn't seem that this cause the problem.

Offline

#14 2022-09-08 06:43:10

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,218

Re: [SOLVED]Suddenly cannot change keyboard layout

xorg log wrote:

[    19.279] (**) Option "xkb_model" "logitech_g15"
[    19.279] (**) Option "xkb_layout" "us,gr"
[    19.279] (**) Option "xkb_variant" "grp:alt_shift_toggle,grp_led:scroll"
[    19.295] (EE) Error loading keymap /tmp/server-0.xkm

D'OOHHH.

Option "XkbVariant" "grp:alt_shift_toggle,grp_led:scroll"

Should be

Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"

And you'll somewhere have

Option "XkbModel" "logitech_g15"

which should probably be

Option "XkbVariant" "logitech_g15"

And "variants=grp:alt_shift_toggle,grp_led:scroll" in gxkb.cfg is most likely wrong, too (but I've never used gxkb)

Online

#15 2022-09-08 08:07:17

zaxdan69
Member
Registered: 2016-06-04
Posts: 318

Re: [SOLVED]Suddenly cannot change keyboard layout

You have right about XkbVariants. I don't know how this happens, but I didn't mentioned! I have this file a long time but before some months I accidentaly deleted it and probably then I did the mistake when I re-created it.
The "logitech_g15" is XkbModel, I found it in base.lst file.
The "XkbVariants" was the problem. Now it works fine again. I don't know how it worked until recently though.
Thank you very much.

Offline

Board footer

Powered by FluxBB