You are not logged in.

#1 2021-02-18 14:30:34

pewpewman
Member
Registered: 2021-02-18
Posts: 6

[ Resolved ]: Screen blanking out when rendering yellow colour

I have been facing this issue for about 2 months now ever since I've been on arch.

Whenever the screen tries to render yellow(or some shade of it atleast) it goes full power out for a second and then comes back. However its not really powering out or anything - since that I can tell. Its as if the gpu shuts out for a second. But it does come back and renders the screen just fine.

How do I know its the yellow colour?

  1. From Games:
             -> in Far Cry 5 when facing a lamp-like light source or a bonfire the display blips out for 1 full second.( This was actually when I was on Manjaro and thought was a
    Manjaro specific issue )
             -> in CSGO when playing on dust2 going in B-Tunnels just sends me into a full blip-in blip-out experience.
             -> in Skyrim everytime when I face a fire source.

  2. From Ly(the display manager)
             -> in ly there is a setting where it enables a fire animation in the login screen enabling this also just sends me in a full blip-in blip-out cycle.

  3. From VT
               This is the most reproducible out of them all.
                I run this script
               

    #!/bin/bash
    #Background
    for clbg in {40..47} {100..107} 49 ; do
    	#Foreground
    	for clfg in {30..37} {90..97} 39 ; do
    		#Formatting
    		for attr in 0 1 2 4 5 7 ; do
    			#Print the result
    			echo -en "\e[${attr};${clbg};${clfg}m ^[${attr};${clbg};${clfg}m \e[0m" && sleep 0.2;
    		done
    		echo #Newline
    	done
    done
     
    exit 0

    Which I got from here : Escape Sequences
    Which basically prints all colours with their respective sequence codes to check the colors in any terminal.( There's another one for 256 but VT isn't 256 so there are just empty colors when I run that- It still blips though)
    I added the sleep command in there to carefully analyze which color produces this and as expected the display does this exactly when the background is yellow.

The same scripts dont blip out the display when run inside Xorg on any terminal emulator.
I looked for anything odd in my Xorg.0.log in ~/.local/share/xorg/ but I couldn't really tell if something major was off( I still don't fully understand everything so...)

[  2167.558] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[  2167.558] 
X.Org X Server 1.20.10
X Protocol Version 11, Revision 0
[  2167.558] Build Operating System: Linux Arch Linux
[  2167.558] Current Operating System: Linux osc1llArch 5.10.15-120-tkg-pds #1 TKG SMP PREEMPT Thu, 11 Feb 2021 22:33:05 +0000 x86_64
[  2167.558] Kernel command line: intel_pstate=passive BOOT_IMAGE=/vmlinuz-linux-tkg-pds-sandybridge root=UUID=9bb408e0-08c7-4082-aa2e-c71fc704305c rw loglevel=3 quiet
[  2167.558] Build Date: 14 December 2020  12:10:29PM
[  2167.558]  
[  2167.558] Current version of pixman: 0.40.0
[  2167.558] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  2167.558] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  2167.559] (==) Log file: "/home/rakshit/.local/share/xorg/Xorg.0.log", Time: Thu Feb 18 13:09:25 2021
[  2167.559] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  2167.559] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  2167.559] (==) No Layout section.  Using the first Screen section.
[  2167.559] (==) No screen section available. Using defaults.
[  2167.559] (**) |-->Screen "Default Screen Section" (0)
[  2167.559] (**) |   |-->Monitor "<default monitor>"
[  2167.559] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  2167.559] (==) Automatically adding devices
[  2167.559] (==) Automatically enabling devices
[  2167.559] (==) Automatically adding GPU devices
[  2167.559] (==) Automatically binding GPU devices
[  2167.559] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  2167.559] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  2167.559] 	Entry deleted from font path.
[  2167.559] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[  2167.559] 	Entry deleted from font path.
[  2167.559] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/100dpi
[  2167.559] (==) ModulePath set to "/usr/lib/xorg/modules"
[  2167.559] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  2167.559] (II) Module ABI versions:
[  2167.559] 	X.Org ANSI C Emulation: 0.4
[  2167.559] 	X.Org Video Driver: 24.1
[  2167.559] 	X.Org XInput driver : 24.1
[  2167.559] 	X.Org Server Extension : 10.0
[  2167.560] (++) using VT number 1

[  2167.563] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[  2167.563] (II) xfree86: Adding drm device (/dev/dri/card0)
[  2167.564] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[  2167.567] (--) PCI:*(1@0:0:0) 1002:67df:1043:0521 rev 231, Mem @ 0xe0000000/268435456, 0xf0000000/2097152, 0xf7e00000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[  2167.567] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  2167.567] (II) LoadModule: "glx"
[  2167.568] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  2167.569] (II) Module glx: vendor="X.Org Foundation"
[  2167.569] 	compiled for 1.20.10, module version = 1.0.0
[  2167.569] 	ABI class: X.Org Server Extension, version 10.0
[  2167.569] (II) Applying OutputClass "AMDgpu" to /dev/dri/card0
[  2167.569] 	loading driver: amdgpu
[  2167.569] (==) Matched amdgpu as autoconfigured driver 0
[  2167.569] (==) Matched ati as autoconfigured driver 1
[  2167.569] (==) Matched modesetting as autoconfigured driver 2
[  2167.569] (==) Matched fbdev as autoconfigured driver 3
[  2167.569] (==) Matched vesa as autoconfigured driver 4
[  2167.569] (==) Assigned the driver to the xf86ConfigLayout
[  2167.569] (II) LoadModule: "amdgpu"
[  2167.569] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[  2167.569] (II) Module amdgpu: vendor="X.Org Foundation"
[  2167.569] 	compiled for 1.20.8, module version = 19.1.0
[  2167.569] 	Module class: X.Org Video Driver
[  2167.569] 	ABI class: X.Org Video Driver, version 24.1
[  2167.569] (II) LoadModule: "ati"
[  2167.569] (WW) Warning, couldn't open module ati
[  2167.569] (EE) Failed to load module "ati" (module does not exist, 0)
[  2167.569] (II) LoadModule: "modesetting"
[  2167.569] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  2167.570] (II) Module modesetting: vendor="X.Org Foundation"
[  2167.570] 	compiled for 1.20.10, module version = 1.20.10
[  2167.570] 	Module class: X.Org Video Driver
[  2167.570] 	ABI class: X.Org Video Driver, version 24.1
[  2167.570] (II) LoadModule: "fbdev"
[  2167.570] (WW) Warning, couldn't open module fbdev
[  2167.570] (EE) Failed to load module "fbdev" (module does not exist, 0)
[  2167.570] (II) LoadModule: "vesa"
[  2167.570] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[  2167.570] (II) Module vesa: vendor="X.Org Foundation"
[  2167.570] 	compiled for 1.20.9, module version = 2.5.0
[  2167.570] 	Module class: X.Org Video Driver
[  2167.570] 	ABI class: X.Org Video Driver, version 24.1
[  2167.570] (II) AMDGPU: Driver for AMD Radeon:
	All GPUs supported by the amdgpu kernel driver
[  2167.570] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  2167.570] (II) VESA: driver for VESA chipsets: vesa
[  2167.570] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[  2167.570] (WW) Falling back to old probe method for modesetting
[  2167.570] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[  2167.570] (II) AMDGPU(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  2167.570] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[  2167.570] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[  2167.570] (==) AMDGPU(0): Default visual is TrueColor
[  2167.570] (==) AMDGPU(0): RGB weight 888
[  2167.570] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[  2167.570] (--) AMDGPU(0): Chipset: "Radeon RX 580 Series" (ChipID = 0x67df)
[  2167.570] (II) Loading sub module "fb"
[  2167.570] (II) LoadModule: "fb"
[  2167.570] (II) Loading /usr/lib/xorg/modules/libfb.so
[  2167.570] (II) Module fb: vendor="X.Org Foundation"
[  2167.570] 	compiled for 1.20.10, module version = 1.0.0
[  2167.570] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  2167.570] (II) Loading sub module "dri2"
[  2167.570] (II) LoadModule: "dri2"
[  2167.570] (II) Module "dri2" already built-in
[  2167.608] (II) Loading sub module "glamoregl"
[  2167.608] (II) LoadModule: "glamoregl"
[  2167.608] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[  2167.612] (II) Module glamoregl: vendor="X.Org Foundation"
[  2167.612] 	compiled for 1.20.10, module version = 1.0.1
[  2167.612] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  2167.620] (II) AMDGPU(0): glamor X acceleration enabled on Radeon RX 580 Series (POLARIS10, DRM 3.40.0, 5.10.15-120-tkg-pds, LLVM 11.0.1)
[  2167.620] (II) AMDGPU(0): glamor detected, initialising EGL layer.
[  2167.620] (==) AMDGPU(0): TearFree property default: auto
[  2167.620] (==) AMDGPU(0): VariableRefresh: disabled
[  2167.620] (II) AMDGPU(0): KMS Pageflipping: enabled
[  2167.620] (II) AMDGPU(0): Output DisplayPort-0 has no monitor section
[  2167.620] (II) AMDGPU(0): Output DisplayPort-1 has no monitor section
[  2167.620] (II) AMDGPU(0): Output HDMI-A-0 has no monitor section
[  2167.620] (II) AMDGPU(0): Output HDMI-A-1 has no monitor section
[  2167.620] (II) AMDGPU(0): Output DVI-D-0 using monitor section DVI-D-0
[  2167.620] (**) AMDGPU(0): Option "PreferredMode" "1366x768"
[  2167.636] (II) AMDGPU(0): EDID for output DisplayPort-0
[  2167.636] (II) AMDGPU(0): EDID for output DisplayPort-1
[  2167.636] (II) AMDGPU(0): EDID for output HDMI-A-0
[  2167.636] (II) AMDGPU(0): EDID for output HDMI-A-1
[  2167.637] (II) AMDGPU(0): EDID for output DVI-D-0
[  2167.637] (II) AMDGPU(0): Manufacturer: AOC  Model: 1970  Serial#: 1888
[  2167.637] (II) AMDGPU(0): Year: 2013  Week: 19
[  2167.637] (II) AMDGPU(0): EDID Version: 1.3
[  2167.637] (II) AMDGPU(0): Digital Display Input
[  2167.637] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 41  vert.: 23
[  2167.637] (II) AMDGPU(0): Gamma: 2.20
[  2167.637] (II) AMDGPU(0): DPMS capabilities: Off
[  2167.637] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[  2167.637] (II) AMDGPU(0): First detailed timing is preferred mode
[  2167.637] (II) AMDGPU(0): redX: 0.641 redY: 0.340   greenX: 0.315 greenY: 0.629
[  2167.637] (II) AMDGPU(0): blueX: 0.159 blueY: 0.051   whiteX: 0.313 whiteY: 0.329
[  2167.637] (II) AMDGPU(0): Supported established timings:
[  2167.637] (II) AMDGPU(0): 720x400@70Hz
[  2167.637] (II) AMDGPU(0): 640x480@60Hz
[  2167.637] (II) AMDGPU(0): 640x480@67Hz
[  2167.637] (II) AMDGPU(0): 640x480@72Hz
[  2167.637] (II) AMDGPU(0): 640x480@75Hz
[  2167.637] (II) AMDGPU(0): 800x600@56Hz
[  2167.637] (II) AMDGPU(0): 800x600@60Hz
[  2167.637] (II) AMDGPU(0): 800x600@72Hz
[  2167.637] (II) AMDGPU(0): 800x600@75Hz
[  2167.637] (II) AMDGPU(0): 832x624@75Hz
[  2167.637] (II) AMDGPU(0): 1024x768@60Hz
[  2167.637] (II) AMDGPU(0): 1024x768@70Hz
[  2167.637] (II) AMDGPU(0): 1024x768@75Hz
[  2167.637] (II) AMDGPU(0): Manufacturer's mask: 0
[  2167.637] (II) AMDGPU(0): Supported standard timings:
[  2167.637] (II) AMDGPU(0): #0: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[  2167.637] (II) AMDGPU(0): Supported detailed timing:
[  2167.637] (II) AMDGPU(0): clock: 85.5 MHz   Image Size:  410 x 230 mm
[  2167.637] (II) AMDGPU(0): h_active: 1366  h_sync: 1436  h_sync_end 1579 h_blank_end 1792 h_border: 0
[  2167.637] (II) AMDGPU(0): v_active: 768  v_sync: 771  v_sync_end 774 v_blanking: 798 v_border: 0
[  2167.637] (II) AMDGPU(0): Supported detailed timing:
[  2167.637] (II) AMDGPU(0): clock: 85.5 MHz   Image Size:  410 x 230 mm
[  2167.637] (II) AMDGPU(0): h_active: 1360  h_sync: 1424  h_sync_end 1536 h_blank_end 1792 h_border: 0
[  2167.637] (II) AMDGPU(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 795 v_border: 0
[  2167.637] (II) AMDGPU(0): Ranges: V min: 50 V max: 76 Hz, H min: 30 H max: 60 kHz, PixClock max 95 MHz
[  2167.637] (II) AMDGPU(0): Monitor name: 1970W
[  2167.637] (II) AMDGPU(0): Supported detailed timing:
[  2167.637] (II) AMDGPU(0): clock: 27.0 MHz   Image Size:  160 x 90 mm
[  2167.637] (II) AMDGPU(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[  2167.637] (II) AMDGPU(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[  2167.637] (II) AMDGPU(0): Number of EDID sections to follow: 1
[  2167.637] (II) AMDGPU(0): EDID (in hex):
[  2167.637] (II) AMDGPU(0): 	00ffffffffffff0005e3701960070000
[  2167.637] (II) AMDGPU(0): 	13170103802917782a0cc5a45750a128
[  2167.637] (II) AMDGPU(0): 	0d5054bfee0081c00101010101010101
[  2167.637] (II) AMDGPU(0): 	010101010101662156aa51001e30468f
[  2167.637] (II) AMDGPU(0): 	33009ae61000001e662150b051001b30
[  2167.637] (II) AMDGPU(0): 	407036009ae61000001e000000fd0032
[  2167.637] (II) AMDGPU(0): 	4c1e3c09000a202020202020000000fc
[  2167.637] (II) AMDGPU(0): 	0031393730570a2020202020202001c2
[  2167.637] (II) AMDGPU(0): 	02031b61230907078301000067030c00
[  2167.637] (II) AMDGPU(0): 	2000802d43908402e2000f8c0ad08a20
[  2167.637] (II) AMDGPU(0): 	e02d10103e9600a05a00000000000000
[  2167.637] (II) AMDGPU(0): 	00000000000000000000000000000000
[  2167.637] (II) AMDGPU(0): 	00000000000000000000000000000000
[  2167.637] (II) AMDGPU(0): 	00000000000000000000000000000000
[  2167.637] (II) AMDGPU(0): 	00000000000000000000000000000000
[  2167.637] (II) AMDGPU(0): 	00000000000000000000000000000029
[  2167.637] (--) AMDGPU(0): HDMI max TMDS frequency 225000KHz
[  2167.637] (II) AMDGPU(0): Printing probed modes for output DVI-D-0
[  2167.637] (II) AMDGPU(0): Modeline "1366x768"x59.8   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz UeP)
[  2167.637] (II) AMDGPU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[  2167.637] (II) AMDGPU(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[  2167.637] (II) AMDGPU(0): Modeline "1360x768"x60.0   85.50  1360 1424 1536 1792  768 771 777 795 +hsync +vsync (47.7 kHz e)
[  2167.637] (II) AMDGPU(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  2167.637] (II) AMDGPU(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  2167.637] (II) AMDGPU(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  2167.637] (II) AMDGPU(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[  2167.637] (II) AMDGPU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  2167.637] (II) AMDGPU(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[  2167.637] (II) AMDGPU(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[  2167.637] (II) AMDGPU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  2167.637] (II) AMDGPU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  2167.637] (II) AMDGPU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  2167.637] (II) AMDGPU(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  2167.637] (II) AMDGPU(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  2167.637] (II) AMDGPU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  2167.637] (II) AMDGPU(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[  2167.637] (II) AMDGPU(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[  2167.637] (II) AMDGPU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  2167.637] (II) AMDGPU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  2167.637] (II) AMDGPU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  2167.637] (II) AMDGPU(0): Output DisplayPort-0 disconnected
[  2167.638] (II) AMDGPU(0): Output DisplayPort-1 disconnected
[  2167.638] (II) AMDGPU(0): Output HDMI-A-0 disconnected
[  2167.638] (II) AMDGPU(0): Output HDMI-A-1 disconnected
[  2167.638] (II) AMDGPU(0): Output DVI-D-0 connected
[  2167.638] (II) AMDGPU(0): Using user preference for initial modes
[  2167.638] (II) AMDGPU(0): Output DVI-D-0 using initial mode 1366x768 +0+0
[  2167.638] (II) AMDGPU(0): mem size init: gart size :173120000 vram size: s:1ff26f000 visible:f9b0000
[  2167.638] (==) AMDGPU(0): DPI set to (96, 96)
[  2167.638] (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0)
[  2167.638] (II) Loading sub module "ramdac"
[  2167.638] (II) LoadModule: "ramdac"
[  2167.638] (II) Module "ramdac" already built-in
[  2167.638] (II) UnloadModule: "modesetting"
[  2167.638] (II) Unloading modesetting
[  2167.638] (II) UnloadModule: "vesa"
[  2167.638] (II) Unloading vesa
[  2167.638] (II) AMDGPU(0): [DRI2] Setup complete
[  2167.638] (II) AMDGPU(0): [DRI2]   DRI driver: radeonsi
[  2167.638] (II) AMDGPU(0): [DRI2]   VDPAU driver: radeonsi
[  2167.638] (II) AMDGPU(0): Front buffer pitch: 6144 bytes
[  2167.638] (II) AMDGPU(0): SYNC extension fences enabled
[  2167.638] (II) AMDGPU(0): Present extension enabled
[  2167.638] (==) AMDGPU(0): DRI3 enabled
[  2167.638] (==) AMDGPU(0): Backing store enabled
[  2167.638] (II) AMDGPU(0): Direct rendering enabled
[  2167.645] (II) AMDGPU(0): Use GLAMOR acceleration.
[  2167.645] (II) AMDGPU(0): Acceleration enabled
[  2167.645] (==) AMDGPU(0): DPMS enabled
[  2167.645] (==) AMDGPU(0): Silken mouse disabled
[  2167.645] (II) AMDGPU(0): Set up textured video (glamor)
[  2167.654] (II) Initializing extension Generic Event Extension
[  2167.654] (II) Initializing extension SHAPE
[  2167.654] (II) Initializing extension MIT-SHM
[  2167.654] (II) Initializing extension XInputExtension
[  2167.654] (II) Initializing extension XTEST
[  2167.654] (II) Initializing extension BIG-REQUESTS
[  2167.654] (II) Initializing extension SYNC
[  2167.654] (II) Initializing extension XKEYBOARD
[  2167.654] (II) Initializing extension XC-MISC
[  2167.654] (II) Initializing extension SECURITY
[  2167.654] (II) Initializing extension XFIXES
[  2167.654] (II) Initializing extension RENDER
[  2167.654] (II) Initializing extension RANDR
[  2167.654] (II) Initializing extension COMPOSITE
[  2167.654] (II) Initializing extension DAMAGE
[  2167.654] (II) Initializing extension MIT-SCREEN-SAVER
[  2167.654] (II) Initializing extension DOUBLE-BUFFER
[  2167.654] (II) Initializing extension RECORD
[  2167.654] (II) Initializing extension DPMS
[  2167.654] (II) Initializing extension Present
[  2167.654] (II) Initializing extension DRI3
[  2167.654] (II) Initializing extension X-Resource
[  2167.654] (II) Initializing extension XVideo
[  2167.654] (II) Initializing extension XVideo-MotionCompensation
[  2167.654] (II) Initializing extension GLX
[  2167.658] (II) AIGLX: Loaded and initialized radeonsi
[  2167.658] (II) GLX: Initialized DRI2 GL provider for screen 0
[  2167.658] (II) Initializing extension XFree86-VidModeExtension
[  2167.658] (II) Initializing extension XFree86-DGA
[  2167.658] (II) Initializing extension XFree86-DRI
[  2167.658] (II) Initializing extension DRI2
[  2167.659] (II) AMDGPU(0): Setting screen physical size to 361 x 203
[  2167.737] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  2167.737] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  2167.737] (II) LoadModule: "libinput"
[  2167.738] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  2167.739] (II) Module libinput: vendor="X.Org Foundation"
[  2167.739] 	compiled for 1.20.8, module version = 0.30.0
[  2167.739] 	Module class: X.Org XInput Driver
[  2167.739] 	ABI class: X.Org XInput driver, version 24.1
[  2167.739] (II) Using input driver 'libinput' for 'Power Button'
[  2167.740] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 19 paused 0
[  2167.740] (**) Power Button: always reports core events
[  2167.740] (**) Option "Device" "/dev/input/event1"
[  2167.740] (**) Option "_source" "server/udev"
[  2167.743] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  2167.743] (II) event1  - Power Button: device is a keyboard
[  2167.743] (II) event1  - Power Button: device removed
[  2167.743] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[  2167.743] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  2167.744] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  2167.744] (II) event1  - Power Button: device is a keyboard
[  2167.744] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[  2167.744] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  2167.744] (II) Using input driver 'libinput' for 'Power Button'
[  2167.745] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 22 paused 0
[  2167.745] (**) Power Button: always reports core events
[  2167.745] (**) Option "Device" "/dev/input/event0"
[  2167.745] (**) Option "_source" "server/udev"
[  2167.746] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  2167.746] (II) event0  - Power Button: device is a keyboard
[  2167.747] (II) event0  - Power Button: device removed
[  2167.747] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[  2167.747] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[  2167.748] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  2167.748] (II) event0  - Power Button: device is a keyboard
[  2167.749] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event9)
[  2167.749] (II) No input driver specified, ignoring this device.
[  2167.749] (II) This device may have been added with another device file.
[  2167.749] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event10)
[  2167.749] (II) No input driver specified, ignoring this device.
[  2167.749] (II) This device may have been added with another device file.
[  2167.750] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event11)
[  2167.750] (II) No input driver specified, ignoring this device.
[  2167.750] (II) This device may have been added with another device file.
[  2167.750] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event12)
[  2167.750] (II) No input driver specified, ignoring this device.
[  2167.750] (II) This device may have been added with another device file.
[  2167.750] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=10 (/dev/input/event13)
[  2167.750] (II) No input driver specified, ignoring this device.
[  2167.750] (II) This device may have been added with another device file.
[  2167.750] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=11 (/dev/input/event14)
[  2167.750] (II) No input driver specified, ignoring this device.
[  2167.750] (II) This device may have been added with another device file.
[  2167.751] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event15)
[  2167.751] (II) No input driver specified, ignoring this device.
[  2167.751] (II) This device may have been added with another device file.
[  2167.751] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event16)
[  2167.751] (II) No input driver specified, ignoring this device.
[  2167.751] (II) This device may have been added with another device file.
[  2167.751] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event17)
[  2167.751] (II) No input driver specified, ignoring this device.
[  2167.751] (II) This device may have been added with another device file.
[  2167.752] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event18)
[  2167.752] (II) No input driver specified, ignoring this device.
[  2167.752] (II) This device may have been added with another device file.
[  2167.752] (II) config/udev: Adding input device SEM USB Keyboard (/dev/input/event2)
[  2167.752] (**) SEM USB Keyboard: Applying InputClass "libinput keyboard catchall"
[  2167.752] (II) Using input driver 'libinput' for 'SEM USB Keyboard'
[  2167.753] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 23 paused 0
[  2167.753] (**) SEM USB Keyboard: always reports core events
[  2167.753] (**) Option "Device" "/dev/input/event2"
[  2167.753] (**) Option "_source" "server/udev"
[  2167.754] (II) event2  - SEM USB Keyboard: is tagged by udev as: Keyboard
[  2167.755] (II) event2  - SEM USB Keyboard: device is a keyboard
[  2167.755] (II) event2  - SEM USB Keyboard: device removed
[  2167.755] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.0/0003:1A2C:2124.0001/input/input5/event2"
[  2167.755] (II) XINPUT: Adding extended input device "SEM USB Keyboard" (type: KEYBOARD, id 8)
[  2167.756] (II) event2  - SEM USB Keyboard: is tagged by udev as: Keyboard
[  2167.756] (II) event2  - SEM USB Keyboard: device is a keyboard
[  2167.757] (II) config/udev: Adding input device SEM USB Keyboard Consumer Control (/dev/input/event3)
[  2167.757] (**) SEM USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[  2167.757] (II) Using input driver 'libinput' for 'SEM USB Keyboard Consumer Control'
[  2167.758] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 24 paused 0
[  2167.758] (**) SEM USB Keyboard Consumer Control: always reports core events
[  2167.758] (**) Option "Device" "/dev/input/event3"
[  2167.758] (**) Option "_source" "server/udev"
[  2167.761] (II) event3  - SEM USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[  2167.761] (II) event3  - SEM USB Keyboard Consumer Control: device is a keyboard
[  2167.761] (II) event3  - SEM USB Keyboard Consumer Control: device removed
[  2167.761] (II) libinput: SEM USB Keyboard Consumer Control: needs a virtual subdevice
[  2167.761] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.1/0003:1A2C:2124.0002/input/input6/event3"
[  2167.761] (II) XINPUT: Adding extended input device "SEM USB Keyboard Consumer Control" (type: MOUSE, id 9)
[  2167.761] (**) Option "AccelerationScheme" "none"
[  2167.761] (**) SEM USB Keyboard Consumer Control: (accel) selected scheme none/0
[  2167.761] (**) SEM USB Keyboard Consumer Control: (accel) acceleration factor: 2.000
[  2167.761] (**) SEM USB Keyboard Consumer Control: (accel) acceleration threshold: 4
[  2167.762] (II) event3  - SEM USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[  2167.762] (II) event3  - SEM USB Keyboard Consumer Control: device is a keyboard
[  2167.763] (II) config/udev: Adding input device SEM USB Keyboard System Control (/dev/input/event4)
[  2167.763] (**) SEM USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[  2167.763] (II) Using input driver 'libinput' for 'SEM USB Keyboard System Control'
[  2167.764] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 25 paused 0
[  2167.764] (**) SEM USB Keyboard System Control: always reports core events
[  2167.764] (**) Option "Device" "/dev/input/event4"
[  2167.764] (**) Option "_source" "server/udev"
[  2167.765] (II) event4  - SEM USB Keyboard System Control: is tagged by udev as: Keyboard
[  2167.766] (II) event4  - SEM USB Keyboard System Control: device is a keyboard
[  2167.766] (II) event4  - SEM USB Keyboard System Control: device removed
[  2167.766] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.1/0003:1A2C:2124.0002/input/input7/event4"
[  2167.766] (II) XINPUT: Adding extended input device "SEM USB Keyboard System Control" (type: KEYBOARD, id 10)
[  2167.767] (II) event4  - SEM USB Keyboard System Control: is tagged by udev as: Keyboard
[  2167.767] (II) event4  - SEM USB Keyboard System Control: device is a keyboard
[  2167.768] (II) config/udev: Adding input device Corsair Corsair Gaming HARPOON RGB Mouse (/dev/input/event7)
[  2167.768] (II) No input driver specified, ignoring this device.
[  2167.768] (II) This device may have been added with another device file.
[  2167.769] (II) config/udev: Adding input device Corsair Corsair Gaming HARPOON RGB Mouse (/dev/input/event5)
[  2167.769] (**) Corsair Corsair Gaming HARPOON RGB Mouse: Applying InputClass "libinput pointer catchall"
[  2167.769] (II) Using input driver 'libinput' for 'Corsair Corsair Gaming HARPOON RGB Mouse'
[  2167.823] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 26 paused 0
[  2167.823] (**) Corsair Corsair Gaming HARPOON RGB Mouse: always reports core events
[  2167.823] (**) Option "Device" "/dev/input/event5"
[  2167.823] (**) Option "_source" "server/udev"
[  2167.826] (II) event5  - Corsair Corsair Gaming HARPOON RGB Mouse: is tagged by udev as: Mouse
[  2167.826] (II) event5  - Corsair Corsair Gaming HARPOON RGB Mouse: device is a pointer
[  2167.826] (II) event5  - Corsair Corsair Gaming HARPOON RGB Mouse: device removed
[  2167.826] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/0003:1B1C:1B3C.0003/input/input8/event5"
[  2167.826] (II) XINPUT: Adding extended input device "Corsair Corsair Gaming HARPOON RGB Mouse" (type: MOUSE, id 11)
[  2167.826] (**) Option "AccelerationScheme" "none"
[  2167.826] (**) Corsair Corsair Gaming HARPOON RGB Mouse: (accel) selected scheme none/0
[  2167.826] (**) Corsair Corsair Gaming HARPOON RGB Mouse: (accel) acceleration factor: 2.000
[  2167.826] (**) Corsair Corsair Gaming HARPOON RGB Mouse: (accel) acceleration threshold: 4
[  2167.828] (II) event5  - Corsair Corsair Gaming HARPOON RGB Mouse: is tagged by udev as: Mouse
[  2167.828] (II) event5  - Corsair Corsair Gaming HARPOON RGB Mouse: device is a pointer
[  2167.829] (II) config/udev: Adding input device Corsair Corsair Gaming HARPOON RGB Mouse (/dev/input/js0)
[  2167.829] (II) No input driver specified, ignoring this device.
[  2167.829] (II) This device may have been added with another device file.
[  2167.829] (II) config/udev: Adding input device Corsair Corsair Gaming HARPOON RGB Mouse (/dev/input/mouse0)
[  2167.829] (II) No input driver specified, ignoring this device.
[  2167.829] (II) This device may have been added with another device file.
[  2167.830] (II) config/udev: Adding input device Corsair Corsair Gaming HARPOON RGB Mouse (/dev/input/event6)
[  2167.830] (II) No input driver specified, ignoring this device.
[  2167.830] (II) This device may have been added with another device file.
[  2167.830] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[  2167.830] (II) No input driver specified, ignoring this device.
[  2167.830] (II) This device may have been added with another device file.
[  2167.835] (**) SEM USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[  2167.835] (II) Using input driver 'libinput' for 'SEM USB Keyboard Consumer Control'
[  2167.835] (II) systemd-logind: returning pre-existing fd for /dev/input/event3 13:67
[  2167.835] (**) SEM USB Keyboard Consumer Control: always reports core events
[  2167.835] (**) Option "Device" "/dev/input/event3"
[  2167.835] (**) Option "_source" "_driver/libinput"
[  2167.835] (II) libinput: SEM USB Keyboard Consumer Control: is a virtual subdevice
[  2167.835] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.1/0003:1A2C:2124.0002/input/input6/event3"
[  2167.835] (II) XINPUT: Adding extended input device "SEM USB Keyboard Consumer Control" (type: KEYBOARD, id 12)
[  2248.214] (EE) event2  - SEM USB Keyboard: client bug: event processing lagging behind by 22ms, your system is too slow
[  2311.717] (EE) event2  - SEM USB Keyboard: client bug: event processing lagging behind by 24ms, your system is too slow
[  2344.597] (EE) event2  - SEM USB Keyboard: client bug: event processing lagging behind by 19ms, your system is too slow
[  2367.965] (EE) event2  - SEM USB Keyboard: client bug: event processing lagging behind by 16ms, your system is too slow
[  2800.810] (EE) event2  - SEM USB Keyboard: client bug: event processing lagging behind by 30ms, your system is too slow
[  2800.810] (EE) event2  - SEM USB Keyboard: WARNING: log rate limit exceeded (5 msgs per 60min). Discarding future messages.
[  5871.834] (EE) event2  - SEM USB Keyboard: client bug: event processing lagging behind by 15ms, your system is too slow
[  6065.685] (EE) event2  - SEM USB Keyboard: client bug: event processing lagging behind by 24ms, your system is too slow
[  6144.221] (EE) event2  - SEM USB Keyboard: client bug: event processing lagging behind by 19ms, your system is too slow
[  6174.220] (EE) event2  - SEM USB Keyboard: client bug: event processing lagging behind by 11ms, your system is too slow
[  6175.116] (EE) event2  - SEM USB Keyboard: client bug: event processing lagging behind by 15ms, your system is too slow
[  6175.173] (EE) event2  - SEM USB Keyboard: WARNING: log rate limit exceeded (5 msgs per 60min). Discarding future messages.
[  9694.070] (EE) event2  - SEM USB Keyboard: client bug: event processing lagging behind by 27ms, your system is too slow
[  9813.613] (EE) event2  - SEM USB Keyboard: client bug: event processing lagging behind by 26ms, your system is too slow
[  9818.661] (EE) event2  - SEM USB Keyboard: client bug: event processing lagging behind by 18ms, your system is too slow
[  9822.317] (EE) event2  - SEM USB Keyboard: client bug: event processing lagging behind by 15ms, your system is too slow
[  9830.061] (EE) event2  - SEM USB Keyboard: client bug: event processing lagging behind by 20ms, your system is too slow
[  9830.061] (EE) event2  - SEM USB Keyboard: WARNING: log rate limit exceeded (5 msgs per 60min). Discarding future messages.
[ 10713.037] (EE) event5  - Corsair Corsair Gaming HARPOON RGB Mouse: client bug: event processing lagging behind by 12ms, your system is too slow
[ 12269.632] (EE) event5  - Corsair Corsair Gaming HARPOON RGB Mouse: client bug: event processing lagging behind by 12ms, your system is too slow
[ 12297.364] (II) config/udev: removing device SEM USB Keyboard
[ 12297.364] (**) Option "fd" "23"
[ 12297.364] (II) event2  - SEM USB Keyboard: device removed
[ 12297.364] (II) UnloadModule: "libinput"
[ 12297.364] (II) systemd-logind: releasing fd for 13:66
[ 12297.391] (EE) systemd-logind: failed to release device: Device not taken
[ 12297.404] (II) config/udev: removing device SEM USB Keyboard Consumer Control
[ 12297.404] (**) Option "fd" "24"
[ 12297.405] (II) UnloadModule: "libinput"
[ 12297.405] (II) systemd-logind: not releasing fd for 13:67, still in use
[ 12297.405] (II) config/udev: removing device SEM USB Keyboard Consumer Control
[ 12297.405] (**) Option "fd" "24"
[ 12297.405] (II) event3  - SEM USB Keyboard Consumer Control: device removed
[ 12297.405] (II) UnloadModule: "libinput"
[ 12297.405] (II) systemd-logind: releasing fd for 13:67
[ 12297.405] (EE) systemd-logind: failed to release device: Device not taken
[ 12297.416] (II) config/udev: removing device SEM USB Keyboard System Control
[ 12297.416] (**) Option "fd" "25"
[ 12297.416] (II) event4  - SEM USB Keyboard System Control: device removed
[ 12297.416] (II) UnloadModule: "libinput"
[ 12297.416] (II) systemd-logind: releasing fd for 13:68
[ 12297.417] (EE) systemd-logind: failed to release device: Device not taken
[ 12297.721] (II) config/udev: removing device Corsair Corsair Gaming HARPOON RGB Mouse
[ 12297.721] (**) Option "fd" "26"
[ 12297.721] (II) event5  - Corsair Corsair Gaming HARPOON RGB Mouse: device removed
[ 12297.721] (II) UnloadModule: "libinput"
[ 12297.722] (II) systemd-logind: releasing fd for 13:69
[ 12297.848] (II) config/udev: Adding input device SEM USB Keyboard (/dev/input/event2)
[ 12297.848] (**) SEM USB Keyboard: Applying InputClass "libinput keyboard catchall"
[ 12297.848] (II) Using input driver 'libinput' for 'SEM USB Keyboard'
[ 12297.849] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 24 paused 0
[ 12297.849] (**) SEM USB Keyboard: always reports core events
[ 12297.849] (**) Option "Device" "/dev/input/event2"
[ 12297.849] (**) Option "_source" "server/udev"
[ 12297.850] (II) event2  - SEM USB Keyboard: is tagged by udev as: Keyboard
[ 12297.850] (II) event2  - SEM USB Keyboard: device is a keyboard
[ 12297.851] (II) event2  - SEM USB Keyboard: device removed
[ 12297.851] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.0/0003:1A2C:2124.0005/input/input22/event2"
[ 12297.851] (II) XINPUT: Adding extended input device "SEM USB Keyboard" (type: KEYBOARD, id 8)
[ 12297.852] (II) event2  - SEM USB Keyboard: is tagged by udev as: Keyboard
[ 12297.852] (II) event2  - SEM USB Keyboard: device is a keyboard
[ 12297.853] (II) config/udev: Adding input device SEM USB Keyboard Consumer Control (/dev/input/event3)
[ 12297.853] (**) SEM USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 12297.853] (II) Using input driver 'libinput' for 'SEM USB Keyboard Consumer Control'
[ 12297.854] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 25 paused 0
[ 12297.854] (**) SEM USB Keyboard Consumer Control: always reports core events
[ 12297.854] (**) Option "Device" "/dev/input/event3"
[ 12297.854] (**) Option "_source" "server/udev"
[ 12297.855] (II) event3  - SEM USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 12297.856] (II) event3  - SEM USB Keyboard Consumer Control: device is a keyboard
[ 12297.856] (II) event3  - SEM USB Keyboard Consumer Control: device removed
[ 12297.856] (II) libinput: SEM USB Keyboard Consumer Control: needs a virtual subdevice
[ 12297.856] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.1/0003:1A2C:2124.0006/input/input23/event3"
[ 12297.856] (II) XINPUT: Adding extended input device "SEM USB Keyboard Consumer Control" (type: MOUSE, id 9)
[ 12297.856] (**) Option "AccelerationScheme" "none"
[ 12297.856] (**) SEM USB Keyboard Consumer Control: (accel) selected scheme none/0
[ 12297.856] (**) SEM USB Keyboard Consumer Control: (accel) acceleration factor: 2.000
[ 12297.856] (**) SEM USB Keyboard Consumer Control: (accel) acceleration threshold: 4
[ 12297.857] (II) event3  - SEM USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 12297.857] (II) event3  - SEM USB Keyboard Consumer Control: device is a keyboard
[ 12297.858] (**) SEM USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 12297.858] (II) Using input driver 'libinput' for 'SEM USB Keyboard Consumer Control'
[ 12297.858] (II) systemd-logind: returning pre-existing fd for /dev/input/event3 13:67
[ 12297.858] (**) SEM USB Keyboard Consumer Control: always reports core events
[ 12297.858] (**) Option "Device" "/dev/input/event3"
[ 12297.858] (**) Option "_source" "_driver/libinput"
[ 12297.858] (II) libinput: SEM USB Keyboard Consumer Control: is a virtual subdevice
[ 12297.858] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.1/0003:1A2C:2124.0006/input/input23/event3"
[ 12297.858] (II) XINPUT: Adding extended input device "SEM USB Keyboard Consumer Control" (type: KEYBOARD, id 10)
[ 12297.859] (II) config/udev: Adding input device SEM USB Keyboard System Control (/dev/input/event4)
[ 12297.859] (**) SEM USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[ 12297.859] (II) Using input driver 'libinput' for 'SEM USB Keyboard System Control'
[ 12297.860] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 26 paused 0
[ 12297.860] (**) SEM USB Keyboard System Control: always reports core events
[ 12297.860] (**) Option "Device" "/dev/input/event4"
[ 12297.860] (**) Option "_source" "server/udev"
[ 12297.861] (II) event4  - SEM USB Keyboard System Control: is tagged by udev as: Keyboard
[ 12297.861] (II) event4  - SEM USB Keyboard System Control: device is a keyboard
[ 12297.861] (II) event4  - SEM USB Keyboard System Control: device removed
[ 12297.861] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.1/0003:1A2C:2124.0006/input/input24/event4"
[ 12297.861] (II) XINPUT: Adding extended input device "SEM USB Keyboard System Control" (type: KEYBOARD, id 11)
[ 12297.863] (II) event4  - SEM USB Keyboard System Control: is tagged by udev as: Keyboard
[ 12297.863] (II) event4  - SEM USB Keyboard System Control: device is a keyboard
[ 12298.079] (II) config/udev: Adding input device Corsair Corsair Gaming HARPOON RGB Mouse (/dev/input/mouse0)
[ 12298.079] (II) No input driver specified, ignoring this device.
[ 12298.079] (II) This device may have been added with another device file.
[ 12298.081] (II) config/udev: Adding input device Corsair Corsair Gaming HARPOON RGB Mouse (/dev/input/js0)
[ 12298.082] (II) No input driver specified, ignoring this device.
[ 12298.082] (II) This device may have been added with another device file.
[ 12298.154] (II) config/udev: Adding input device Corsair Corsair Gaming HARPOON RGB Mouse (/dev/input/event6)
[ 12298.154] (II) No input driver specified, ignoring this device.
[ 12298.154] (II) This device may have been added with another device file.
[ 12298.159] (II) config/udev: Adding input device Corsair Corsair Gaming HARPOON RGB Mouse (/dev/input/event7)
[ 12298.159] (II) No input driver specified, ignoring this device.
[ 12298.159] (II) This device may have been added with another device file.
[ 12298.245] (II) config/udev: Adding input device Corsair Corsair Gaming HARPOON RGB Mouse (/dev/input/event5)
[ 12298.245] (**) Corsair Corsair Gaming HARPOON RGB Mouse: Applying InputClass "libinput pointer catchall"
[ 12298.245] (II) Using input driver 'libinput' for 'Corsair Corsair Gaming HARPOON RGB Mouse'
[ 12298.298] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 54 paused 0
[ 12298.299] (**) Corsair Corsair Gaming HARPOON RGB Mouse: always reports core events
[ 12298.299] (**) Option "Device" "/dev/input/event5"
[ 12298.299] (**) Option "_source" "server/udev"
[ 12298.301] (II) event5  - Corsair Corsair Gaming HARPOON RGB Mouse: is tagged by udev as: Mouse
[ 12298.301] (II) event5  - Corsair Corsair Gaming HARPOON RGB Mouse: device is a pointer
[ 12298.302] (II) event5  - Corsair Corsair Gaming HARPOON RGB Mouse: device removed
[ 12298.302] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/0003:1B1C:1B3C.0007/input/input25/event5"
[ 12298.302] (II) XINPUT: Adding extended input device "Corsair Corsair Gaming HARPOON RGB Mouse" (type: MOUSE, id 12)
[ 12298.302] (**) Option "AccelerationScheme" "none"
[ 12298.302] (**) Corsair Corsair Gaming HARPOON RGB Mouse: (accel) selected scheme none/0
[ 12298.302] (**) Corsair Corsair Gaming HARPOON RGB Mouse: (accel) acceleration factor: 2.000
[ 12298.302] (**) Corsair Corsair Gaming HARPOON RGB Mouse: (accel) acceleration threshold: 4
[ 12298.303] (II) event5  - Corsair Corsair Gaming HARPOON RGB Mouse: is tagged by udev as: Mouse
[ 12298.303] (II) event5  - Corsair Corsair Gaming HARPOON RGB Mouse: device is a pointer
[ 12298.573] (II) config/udev: removing device SEM USB Keyboard
[ 12298.573] (**) Option "fd" "24"
[ 12298.573] (II) event2  - SEM USB Keyboard: device removed
[ 12298.573] (II) UnloadModule: "libinput"
[ 12298.573] (II) systemd-logind: releasing fd for 13:66
[ 12298.594] (II) config/udev: removing device SEM USB Keyboard Consumer Control
[ 12298.594] (**) Option "fd" "25"
[ 12298.594] (II) UnloadModule: "libinput"
[ 12298.594] (II) systemd-logind: not releasing fd for 13:67, still in use
[ 12298.594] (II) config/udev: removing device SEM USB Keyboard Consumer Control
[ 12298.594] (**) Option "fd" "25"
[ 12298.594] (II) event3  - SEM USB Keyboard Consumer Control: device removed
[ 12298.594] (II) UnloadModule: "libinput"
[ 12298.594] (II) systemd-logind: releasing fd for 13:67
[ 12298.618] (II) config/udev: removing device SEM USB Keyboard System Control
[ 12298.619] (**) Option "fd" "26"
[ 12298.619] (II) event4  - SEM USB Keyboard System Control: device removed
[ 12298.619] (II) UnloadModule: "libinput"
[ 12298.619] (II) systemd-logind: releasing fd for 13:68
[ 12302.044] (II) config/udev: Adding input device SEM USB Keyboard (/dev/input/event2)
[ 12302.044] (**) SEM USB Keyboard: Applying InputClass "libinput keyboard catchall"
[ 12302.044] (II) Using input driver 'libinput' for 'SEM USB Keyboard'
[ 12302.045] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 24 paused 0
[ 12302.045] (**) SEM USB Keyboard: always reports core events
[ 12302.045] (**) Option "Device" "/dev/input/event2"
[ 12302.045] (**) Option "_source" "server/udev"
[ 12302.046] (II) event2  - SEM USB Keyboard: is tagged by udev as: Keyboard
[ 12302.046] (II) event2  - SEM USB Keyboard: device is a keyboard
[ 12302.047] (II) event2  - SEM USB Keyboard: device removed
[ 12302.047] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.0/0003:1A2C:2124.0009/input/input28/event2"
[ 12302.047] (II) XINPUT: Adding extended input device "SEM USB Keyboard" (type: KEYBOARD, id 8)
[ 12302.048] (II) event2  - SEM USB Keyboard: is tagged by udev as: Keyboard
[ 12302.048] (II) event2  - SEM USB Keyboard: device is a keyboard
[ 12302.049] (II) config/udev: Adding input device SEM USB Keyboard System Control (/dev/input/event4)
[ 12302.049] (**) SEM USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[ 12302.049] (II) Using input driver 'libinput' for 'SEM USB Keyboard System Control'
[ 12302.050] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 25 paused 0
[ 12302.050] (**) SEM USB Keyboard System Control: always reports core events
[ 12302.050] (**) Option "Device" "/dev/input/event4"
[ 12302.050] (**) Option "_source" "server/udev"
[ 12302.051] (II) event4  - SEM USB Keyboard System Control: is tagged by udev as: Keyboard
[ 12302.051] (II) event4  - SEM USB Keyboard System Control: device is a keyboard
[ 12302.051] (II) event4  - SEM USB Keyboard System Control: device removed
[ 12302.052] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.1/0003:1A2C:2124.000A/input/input30/event4"
[ 12302.052] (II) XINPUT: Adding extended input device "SEM USB Keyboard System Control" (type: KEYBOARD, id 9)
[ 12302.053] (II) event4  - SEM USB Keyboard System Control: is tagged by udev as: Keyboard
[ 12302.053] (II) event4  - SEM USB Keyboard System Control: device is a keyboard
[ 12302.054] (II) config/udev: Adding input device SEM USB Keyboard Consumer Control (/dev/input/event3)
[ 12302.054] (**) SEM USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 12302.054] (II) Using input driver 'libinput' for 'SEM USB Keyboard Consumer Control'
[ 12302.055] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 26 paused 0
[ 12302.055] (**) SEM USB Keyboard Consumer Control: always reports core events
[ 12302.055] (**) Option "Device" "/dev/input/event3"
[ 12302.055] (**) Option "_source" "server/udev"
[ 12302.057] (II) event3  - SEM USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 12302.057] (II) event3  - SEM USB Keyboard Consumer Control: device is a keyboard
[ 12302.057] (II) event3  - SEM USB Keyboard Consumer Control: device removed
[ 12302.057] (II) libinput: SEM USB Keyboard Consumer Control: needs a virtual subdevice
[ 12302.057] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.1/0003:1A2C:2124.000A/input/input29/event3"
[ 12302.057] (II) XINPUT: Adding extended input device "SEM USB Keyboard Consumer Control" (type: MOUSE, id 10)
[ 12302.057] (**) Option "AccelerationScheme" "none"
[ 12302.057] (**) SEM USB Keyboard Consumer Control: (accel) selected scheme none/0
[ 12302.057] (**) SEM USB Keyboard Consumer Control: (accel) acceleration factor: 2.000
[ 12302.057] (**) SEM USB Keyboard Consumer Control: (accel) acceleration threshold: 4
[ 12302.059] (II) event3  - SEM USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 12302.059] (II) event3  - SEM USB Keyboard Consumer Control: device is a keyboard
[ 12302.060] (**) SEM USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 12302.060] (II) Using input driver 'libinput' for 'SEM USB Keyboard Consumer Control'
[ 12302.060] (II) systemd-logind: returning pre-existing fd for /dev/input/event3 13:67
[ 12302.060] (**) SEM USB Keyboard Consumer Control: always reports core events
[ 12302.060] (**) Option "Device" "/dev/input/event3"
[ 12302.060] (**) Option "_source" "_driver/libinput"
[ 12302.060] (II) libinput: SEM USB Keyboard Consumer Control: is a virtual subdevice
[ 12302.060] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.1/0003:1A2C:2124.000A/input/input29/event3"
[ 12302.060] (II) XINPUT: Adding extended input device "SEM USB Keyboard Consumer Control" (type: KEYBOARD, id 11)
[ 12837.061] (EE) event5  - Corsair Corsair Gaming HARPOON RGB Mouse: client bug: event processing lagging behind by 13ms, your system is too slow
[ 12978.472] (EE) event2  - SEM USB Keyboard: client bug: event processing lagging behind by 24ms, your system is too slow
[ 13160.874] (EE) event5  - Corsair Corsair Gaming HARPOON RGB Mouse: client bug: event processing lagging behind by 14ms, your system is too slow
[ 13309.774] (EE) event2  - SEM USB Keyboard: client bug: event processing lagging behind by 22ms, your system is too slow
[ 13353.613] (EE) event2  - SEM USB Keyboard: client bug: event processing lagging behind by 30ms, your system is too slow
[ 13784.019] (EE) event2  - SEM USB Keyboard: client bug: event processing lagging behind by 11ms, your system is too slow
[ 14768.948] (EE) event2  - SEM USB Keyboard: client bug: event processing lagging behind by 29ms, your system is too slow
[ 14768.948] (EE) event2  - SEM USB Keyboard: WARNING: log rate limit exceeded (5 msgs per 60min). Discarding future messages.
[ 17278.876] (EE) event2  - SEM USB Keyboard: client bug: event processing lagging behind by 21ms, your system is too slow
[ 17370.972] (EE) event2  - SEM USB Keyboard: client bug: event processing lagging behind by 26ms, your system is too slow
[ 17373.443] (EE) event2  - SEM USB Keyboard: client bug: event processing lagging behind by 23ms, your system is too slow
[ 17401.611] (EE) event2  - SEM USB Keyboard: client bug: event processing lagging behind by 26ms, your system is too slow
[ 17416.107] (EE) event2  - SEM USB Keyboard: client bug: event processing lagging behind by 21ms, your system is too slow
[ 17416.107] (EE) event2  - SEM USB Keyboard: WARNING: log rate limit exceeded (5 msgs per 60min). Discarding future messages.
[ 20137.640] (**) Option "fd" "19"
[ 20137.640] (II) event1  - Power Button: device removed
[ 20137.640] (**) Option "fd" "22"
[ 20137.640] (II) event0  - Power Button: device removed
[ 20137.640] (**) Option "fd" "54"
[ 20137.640] (II) event5  - Corsair Corsair Gaming HARPOON RGB Mouse: device removed
[ 20137.641] (**) Option "fd" "24"
[ 20137.641] (II) event2  - SEM USB Keyboard: device removed
[ 20137.641] (**) Option "fd" "25"
[ 20137.641] (II) event4  - SEM USB Keyboard System Control: device removed
[ 20137.641] (**) Option "fd" "26"
[ 20137.641] (**) Option "fd" "26"
[ 20137.641] (II) event3  - SEM USB Keyboard Consumer Control: device removed
[ 20137.675] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 20137.760] (II) systemd-logind: got pause for 13:65
[ 20137.761] (II) systemd-logind: got pause for 13:67
[ 20137.761] (II) systemd-logind: got pause for 13:68
[ 20137.761] (II) systemd-logind: got pause for 13:64
[ 20137.761] (II) systemd-logind: got pause for 13:66
[ 20137.761] (II) systemd-logind: got pause for 226:0
[ 20137.761] (II) systemd-logind: got pause for 13:69
[ 20166.422] (II) systemd-logind: got resume for 13:65
[ 20166.433] (II) systemd-logind: got resume for 13:67
[ 20166.449] (II) systemd-logind: got resume for 13:68
[ 20166.459] (II) systemd-logind: got resume for 13:64
[ 20166.475] (II) systemd-logind: got resume for 13:66
[ 20166.475] (II) systemd-logind: got resume for 226:0
[ 20166.475] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 20166.506] (II) AMDGPU(0): EDID vendor "AOC", prod id 6512
[ 20166.506] (II) AMDGPU(0): DDCModeFromDetailedTiming: 720x480 Warning: We only handle separate sync.
[ 20166.506] (II) AMDGPU(0): Using EDID range info for horizontal sync
[ 20166.506] (II) AMDGPU(0): Using EDID range info for vertical refresh
[ 20166.506] (II) AMDGPU(0): Printing DDC gathered Modelines:
[ 20166.506] (II) AMDGPU(0): Modeline "1366x768"x0.0   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz eP)
[ 20166.506] (II) AMDGPU(0): Modeline "1360x768"x0.0   85.50  1360 1424 1536 1792  768 771 777 795 +hsync +vsync (47.7 kHz e)
[ 20166.506] (II) AMDGPU(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 20166.506] (II) AMDGPU(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[ 20166.506] (II) AMDGPU(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 20166.506] (II) AMDGPU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 20166.506] (II) AMDGPU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 20166.506] (II) AMDGPU(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 20166.506] (II) AMDGPU(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[ 20166.506] (II) AMDGPU(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 20166.506] (II) AMDGPU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 20166.506] (II) AMDGPU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 20166.506] (II) AMDGPU(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 20166.507] (II) AMDGPU(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 20166.507] (II) AMDGPU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 20166.507] (II) AMDGPU(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 20166.507] (II) AMDGPU(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 20166.507] (II) AMDGPU(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 20166.507] (--) AMDGPU(0): HDMI max TMDS frequency 225000KHz
[ 20166.525] (II) event1  - Power Button: is tagged by udev as: Keyboard
[ 20166.525] (II) event1  - Power Button: device is a keyboard
[ 20166.526] (II) event0  - Power Button: is tagged by udev as: Keyboard
[ 20166.526] (II) event0  - Power Button: device is a keyboard
[ 20166.528] (II) event2  - SEM USB Keyboard: is tagged by udev as: Keyboard
[ 20166.528] (II) event2  - SEM USB Keyboard: device is a keyboard
[ 20166.529] (II) event4  - SEM USB Keyboard System Control: is tagged by udev as: Keyboard
[ 20166.529] (II) event4  - SEM USB Keyboard System Control: device is a keyboard
[ 20166.531] (II) event3  - SEM USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 20166.531] (II) event3  - SEM USB Keyboard Consumer Control: device is a keyboard
[ 20166.532] (II) systemd-logind: got resume for 13:69
[ 20166.533] (II) event5  - Corsair Corsair Gaming HARPOON RGB Mouse: is tagged by udev as: Mouse
[ 20166.533] (II) event5  - Corsair Corsair Gaming HARPOON RGB Mouse: device is a pointer
[ 20170.195] (**) Option "fd" "22"
[ 20170.195] (II) event1  - Power Button: device removed
[ 20170.195] (**) Option "fd" "26"
[ 20170.195] (II) event0  - Power Button: device removed
[ 20170.195] (**) Option "fd" "53"
[ 20170.195] (II) event5  - Corsair Corsair Gaming HARPOON RGB Mouse: device removed
[ 20170.195] (**) Option "fd" "36"
[ 20170.195] (II) event2  - SEM USB Keyboard: device removed
[ 20170.195] (**) Option "fd" "25"
[ 20170.195] (II) event4  - SEM USB Keyboard System Control: device removed
[ 20170.195] (**) Option "fd" "24"
[ 20170.196] (**) Option "fd" "24"
[ 20170.196] (II) event3  - SEM USB Keyboard Consumer Control: device removed
[ 20170.196] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 20170.256] (II) systemd-logind: got pause for 13:65
[ 20170.256] (II) systemd-logind: got pause for 13:67
[ 20170.256] (II) systemd-logind: got pause for 13:68
[ 20170.256] (II) systemd-logind: got pause for 13:64
[ 20170.256] (II) systemd-logind: got pause for 13:66
[ 20170.256] (II) systemd-logind: got pause for 226:0
[ 20170.256] (II) systemd-logind: got pause for 13:69
[ 20187.622] (II) systemd-logind: got resume for 13:65
[ 20187.633] (II) systemd-logind: got resume for 13:67
[ 20187.649] (II) systemd-logind: got resume for 13:68
[ 20187.663] (II) systemd-logind: got resume for 13:64
[ 20187.675] (II) systemd-logind: got resume for 13:66
[ 20187.675] (II) systemd-logind: got resume for 226:0
[ 20187.675] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 20187.697] (II) AMDGPU(0): EDID vendor "AOC", prod id 6512
[ 20187.697] (II) AMDGPU(0): DDCModeFromDetailedTiming: 720x480 Warning: We only handle separate sync.
[ 20187.697] (II) AMDGPU(0): Using hsync ranges from config file
[ 20187.697] (II) AMDGPU(0): Using vrefresh ranges from config file
[ 20187.697] (II) AMDGPU(0): Printing DDC gathered Modelines:
[ 20187.697] (II) AMDGPU(0): Modeline "1366x768"x0.0   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz eP)
[ 20187.697] (II) AMDGPU(0): Modeline "1360x768"x0.0   85.50  1360 1424 1536 1792  768 771 777 795 +hsync +vsync (47.7 kHz e)
[ 20187.697] (II) AMDGPU(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 20187.697] (II) AMDGPU(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[ 20187.697] (II) AMDGPU(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 20187.697] (II) AMDGPU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 20187.697] (II) AMDGPU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 20187.697] (II) AMDGPU(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 20187.697] (II) AMDGPU(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[ 20187.697] (II) AMDGPU(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 20187.697] (II) AMDGPU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 20187.697] (II) AMDGPU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 20187.698] (II) AMDGPU(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 20187.698] (II) AMDGPU(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 20187.698] (II) AMDGPU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 20187.698] (II) AMDGPU(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 20187.698] (II) AMDGPU(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 20187.698] (II) AMDGPU(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 20187.698] (--) AMDGPU(0): HDMI max TMDS frequency 225000KHz
[ 20187.715] (II) event1  - Power Button: is tagged by udev as: Keyboard
[ 20187.715] (II) event1  - Power Button: device is a keyboard
[ 20187.717] (II) event0  - Power Button: is tagged by udev as: Keyboard
[ 20187.717] (II) event0  - Power Button: device is a keyboard
[ 20187.718] (II) event2  - SEM USB Keyboard: is tagged by udev as: Keyboard
[ 20187.718] (II) event2  - SEM USB Keyboard: device is a keyboard
[ 20187.720] (II) event4  - SEM USB Keyboard System Control: is tagged by udev as: Keyboard
[ 20187.720] (II) event4  - SEM USB Keyboard System Control: device is a keyboard
[ 20187.721] (II) event3  - SEM USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 20187.722] (II) event3  - SEM USB Keyboard Consumer Control: device is a keyboard
[ 20187.722] (II) systemd-logind: got resume for 13:69
[ 20187.723] (II) event5  - Corsair Corsair Gaming HARPOON RGB Mouse: is tagged by udev as: Mouse
[ 20187.724] (II) event5  - Corsair Corsair Gaming HARPOON RGB Mouse: device is a pointer
[ 20306.289] (EE) event2  - SEM USB Keyboard: client bug: event processing lagging behind by 11ms, your system is too slow
[ 20308.321] (EE) event2  - SEM USB Keyboard: client bug: event processing lagging behind by 19ms, your system is too slow
[ 20384.824] (EE) event2  - SEM USB Keyboard: client bug: event processing lagging behind by 13ms, your system is too slow
[ 20438.040] (**) Option "fd" "22"
[ 20438.040] (II) event1  - Power Button: device removed
[ 20438.041] (**) Option "fd" "26"
[ 20438.041] (II) event0  - Power Button: device removed
[ 20438.041] (**) Option "fd" "54"
[ 20438.041] (II) event5  - Corsair Corsair Gaming HARPOON RGB Mouse: device removed
[ 20438.041] (**) Option "fd" "53"
[ 20438.041] (II) event2  - SEM USB Keyboard: device removed
[ 20438.041] (**) Option "fd" "25"
[ 20438.041] (II) event4  - SEM USB Keyboard System Control: device removed
[ 20438.041] (**) Option "fd" "24"
[ 20438.041] (**) Option "fd" "24"
[ 20438.041] (II) event3  - SEM USB Keyboard Consumer Control: device removed
[ 20438.041] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 20438.110] (II) systemd-logind: got pause for 13:65
[ 20438.110] (II) systemd-logind: got pause for 13:67
[ 20438.110] (II) systemd-logind: got pause for 13:68
[ 20438.110] (II) systemd-logind: got pause for 13:64
[ 20438.110] (II) systemd-logind: got pause for 13:66
[ 20438.110] (II) systemd-logind: got pause for 226:0
[ 20438.110] (II) systemd-logind: got pause for 13:69
[ 21062.763] (II) systemd-logind: got resume for 13:65
[ 21062.779] (II) systemd-logind: got resume for 13:67
[ 21062.795] (II) systemd-logind: got resume for 13:68
[ 21062.811] (II) systemd-logind: got resume for 13:64
[ 21062.827] (II) systemd-logind: got resume for 13:66
[ 21062.827] (II) systemd-logind: got resume for 226:0
[ 21062.827] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 21062.849] (II) AMDGPU(0): EDID vendor "AOC", prod id 6512
[ 21062.849] (II) AMDGPU(0): DDCModeFromDetailedTiming: 720x480 Warning: We only handle separate sync.
[ 21062.849] (II) AMDGPU(0): Using hsync ranges from config file
[ 21062.849] (II) AMDGPU(0): Using vrefresh ranges from config file
[ 21062.849] (II) AMDGPU(0): Printing DDC gathered Modelines:
[ 21062.849] (II) AMDGPU(0): Modeline "1366x768"x0.0   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz eP)
[ 21062.849] (II) AMDGPU(0): Modeline "1360x768"x0.0   85.50  1360 1424 1536 1792  768 771 777 795 +hsync +vsync (47.7 kHz e)
[ 21062.849] (II) AMDGPU(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 21062.849] (II) AMDGPU(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[ 21062.849] (II) AMDGPU(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 21062.849] (II) AMDGPU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 21062.849] (II) AMDGPU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 21062.849] (II) AMDGPU(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 21062.849] (II) AMDGPU(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[ 21062.850] (II) AMDGPU(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 21062.850] (II) AMDGPU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 21062.850] (II) AMDGPU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 21062.850] (II) AMDGPU(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 21062.850] (II) AMDGPU(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 21062.850] (II) AMDGPU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 21062.850] (II) AMDGPU(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 21062.850] (II) AMDGPU(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 21062.850] (II) AMDGPU(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 21062.850] (--) AMDGPU(0): HDMI max TMDS frequency 225000KHz
[ 21062.867] (II) event1  - Power Button: is tagged by udev as: Keyboard
[ 21062.867] (II) event1  - Power Button: device is a keyboard
[ 21062.868] (II) event0  - Power Button: is tagged by udev as: Keyboard
[ 21062.869] (II) event0  - Power Button: device is a keyboard
[ 21062.870] (II) event2  - SEM USB Keyboard: is tagged by udev as: Keyboard
[ 21062.870] (II) event2  - SEM USB Keyboard: device is a keyboard
[ 21062.872] (II) event4  - SEM USB Keyboard System Control: is tagged by udev as: Keyboard
[ 21062.872] (II) event4  - SEM USB Keyboard System Control: device is a keyboard
[ 21062.873] (II) event3  - SEM USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 21062.873] (II) event3  - SEM USB Keyboard Consumer Control: device is a keyboard
[ 21062.874] (II) systemd-logind: got resume for 13:69
[ 21062.875] (II) event5  - Corsair Corsair Gaming HARPOON RGB Mouse: is tagged by udev as: Mouse
[ 21062.875] (II) event5  - Corsair Corsair Gaming HARPOON RGB Mouse: device is a pointer
[ 21530.865] (EE) event2  - SEM USB Keyboard: client bug: event processing lagging behind by 22ms, your system is too slow
[ 21656.032] (EE) event2  - SEM USB Keyboard: client bug: event processing lagging behind by 26ms, your system is too slow
[ 21820.959] (EE) event2  - SEM USB Keyboard: client bug: event processing lagging behind by 33ms, your system is too slow
[ 21861.079] (EE) event2  - SEM USB Keyboard: client bug: event processing lagging behind by 28ms, your system is too slow
[ 21903.966] (EE) event2  - SEM USB Keyboard: client bug: event processing lagging behind by 17ms, your system is too slow
[ 21903.966] (EE) event2  - SEM USB Keyboard: WARNING: log rate limit exceeded (5 msgs per 60min). Discarding future messages.
[ 23345.325] (II) AMDGPU(0): EDID vendor "AOC", prod id 6512
[ 23345.325] (II) AMDGPU(0): DDCModeFromDetailedTiming: 720x480 Warning: We only handle separate sync.
[ 23345.325] (II) AMDGPU(0): Using hsync ranges from config file
[ 23345.325] (II) AMDGPU(0): Using vrefresh ranges from config file
[ 23345.325] (II) AMDGPU(0): Printing DDC gathered Modelines:
[ 23345.325] (II) AMDGPU(0): Modeline "1366x768"x0.0   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz eP)
[ 23345.326] (II) AMDGPU(0): Modeline "1360x768"x0.0   85.50  1360 1424 1536 1792  768 771 777 795 +hsync +vsync (47.7 kHz e)
[ 23345.326] (II) AMDGPU(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 23345.326] (II) AMDGPU(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[ 23345.326] (II) AMDGPU(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 23345.326] (II) AMDGPU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 23345.326] (II) AMDGPU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 23345.326] (II) AMDGPU(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 23345.326] (II) AMDGPU(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[ 23345.326] (II) AMDGPU(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 23345.326] (II) AMDGPU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 23345.326] (II) AMDGPU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 23345.326] (II) AMDGPU(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 23345.326] (II) AMDGPU(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 23345.326] (II) AMDGPU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 23345.326] (II) AMDGPU(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 23345.326] (II) AMDGPU(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 23345.326] (II) AMDGPU(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 23345.326] (--) AMDGPU(0): HDMI max TMDS frequency 225000KHz
[ 25554.847] (EE) event2  - SEM USB Keyboard: client bug: event processing lagging behind by 24ms, your system is too slow
[ 25667.174] (EE) event2  - SEM USB Keyboard: client bug: event processing lagging behind by 23ms, your system is too slow
[ 25762.438] (EE) event2  - SEM USB Keyboard: client bug: event processing lagging behind by 25ms, your system is too slow
[ 25879.661] (EE) event2  - SEM USB Keyboard: client bug: event processing lagging behind by 24ms, your system is too slow
[ 26007.444] (EE) event2  - SEM USB Keyboard: client bug: event processing lagging behind by 13ms, your system is too slow
[ 26007.444] (EE) event2  - SEM USB Keyboard: WARNING: log rate limit exceeded (5 msgs per 60min). Discarding future messages.

I am new here so I still don't have any deep system level knowledge of things and probably say things that might seem silly to you.

Any help will be appreciated.

Last edited by pewpewman (2021-02-19 10:22:57)

Offline

#2 2021-02-18 15:10:22

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

Re: [ Resolved ]: Screen blanking out when rendering yellow colour

You're aware that this behavior is incredibly weird?

Do you overclock the GPU?
Try passing "amdgpu.dc=0 amdgpu.audio=0 amdgpu.dpm=0 amdgpu.aspm=0 amdgpu.runpm=0 amdgpu.bapm=0" to the kernel command line.

To be sure: this doesn't happen for red or green only (essentially whenever the blue channel is 0x00)?

Offline

#3 2021-02-18 16:49:54

pewpewman
Member
Registered: 2021-02-18
Posts: 6

Re: [ Resolved ]: Screen blanking out when rendering yellow colour

seth wrote:

You're aware that this behavior is incredibly weird?

Yes. I myself am scratching my head as to what can even cause such behaviour.

seth wrote:

Do you overclock the GPU?

No. I don't even know how to. I've never overclocked it, not even when I was on windows.

seth wrote:

Try passing "amdgpu.dc=0 amdgpu.audio=0 amdgpu.dpm=0 amdgpu.aspm=0 amdgpu.runpm=0 amdgpu.bapm=0" to the kernel command line.

Ok. I don't know how to do this. But I'll look up how to and try and get back to you.

seth wrote:

To be sure: this doesn't happen for red or green only (essentially whenever the blue channel is 0x00)?

I didn't get this. Can you elaborate?
Do you mean for red or green?
Or do you mean to ask that does this happen for any and all yellow colors? - Not for all. In the 16-bit script I mentioned, only the escape codes with a full yellow background seem to cause it. On yellow foreground text it didn't do it.
Even in games small yellow coloured objects don't seem to do it, just bigger yellow objects seem to cause this. I think its bright yellow in most cases.

Last edited by pewpewman (2021-02-18 16:51:35)

Offline

#4 2021-02-18 18:09:44

pewpewman
Member
Registered: 2021-02-18
Posts: 6

Re: [ Resolved ]: Screen blanking out when rendering yellow colour

seth wrote:

Try passing "amdgpu.dc=0 amdgpu.audio=0 amdgpu.dpm=0 amdgpu.aspm=0 amdgpu.runpm=0 amdgpu.bapm=0" to the kernel command line.

Viola! Seems to fix my issue. Alteast on VT it doesn't blank out anymore when I test colors, I will have to test with games later.
I tried with all parameters, it worked well. However only setting amdgpu.dc=0 seems to also do the job. Do I need to enable all of them?
And what exactly do these do? Can you link any documentation for these parameters.
Thanks for the help though. smile

Last edited by pewpewman (2021-02-18 18:14:03)

Offline

#5 2021-02-18 19:57:20

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

Re: [ Resolved ]: Screen blanking out when rendering yellow colour

See "modinfo amdgpu"
audio is audio, dc is the new-ish display core driver, the rest is powersaving stuff.
Do you get errors in "dmesg -w" when the screen faints?

What I meant by other colors is that your output is actually RGB, yellow is 0xffff00, ie. all red and green and no blue and I wondered whether the same problem exists for all red or all green, ie. 0xff0000 or 0x00ff00

Offline

#6 2021-02-19 06:45:44

pewpewman
Member
Registered: 2021-02-18
Posts: 6

Re: [ Resolved ]: Screen blanking out when rendering yellow colour

seth wrote:

Do you get errors in "dmesg -w" when the screen faints?

I turned off amdgpu.dc=0 and am trying this.
I don't see anything pointing to amdgpu in dmesg when the screen blinks. After amdgpu fully loads up its starting a bunch of audit messages loading up different units, which is pretty clustered for me to read. Still I went through it and from what I understand there is one line in particular that has res=failed in it around the same time I ran the 16-colors script.

[   42.299011] audit: type=1103 audit(1613713705.416:43): pid=423 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="myusernamehere" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'

And then I switched to tty2 to monitor dmesg while running the script in tty1 where there is also another res=failed message. However this one seems to be something related to login

[   65.920563] audit: type=1100 audit(1613713729.037:55): pid=444 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=? acct="myusernamehere" exe="/usr/bin/login" hostname=osc1llArch addr=? terminal=/dev/tty2 res=failed'

Here's my dmesg output from when [drm] started:

[   17.275942] [drm] amdgpu kernel modesetting enabled.
[   17.275993] CRAT table not found
[   17.275996] Virtual CRAT table created for CPU
[   17.276007] amdgpu: Topology: Add CPU node
[   17.276058] checking generic (e0000000 300000) vs hw (e0000000 10000000)
[   17.276059] fb0: switching to amdgpudrmfb from EFI VGA
[   17.276113] Console: switching to colour dummy device 80x25
[   17.276140] amdgpu 0000:01:00.0: vgaarb: deactivate vga console
[   17.276260] [drm] initializing kernel modesetting (POLARIS10 0x1002:0x67DF 0x1043:0x0521 0xE7).
[   17.276262] amdgpu 0000:01:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
[   17.276268] [drm] register mmio base: 0xF7E00000
[   17.276269] [drm] register mmio size: 262144
[   17.276270] [drm] PCIE atomic ops is not supported
[   17.276274] [drm] add ip block number 0 <vi_common>
[   17.276275] [drm] add ip block number 1 <gmc_v8_0>
[   17.276276] [drm] add ip block number 2 <tonga_ih>
[   17.276277] [drm] add ip block number 3 <gfx_v8_0>
[   17.276278] [drm] add ip block number 4 <sdma_v3_0>
[   17.276279] [drm] add ip block number 5 <powerplay>
[   17.276280] [drm] add ip block number 6 <dm>
[   17.276280] [drm] add ip block number 7 <uvd_v6_0>
[   17.276281] [drm] add ip block number 8 <vce_v3_0>
[   17.276283] kfd kfd: skipped device 1002:67df, PCI rejects atomics
[   17.276459] resource sanity check: requesting [mem 0x000c0000-0x000dffff], which spans more than PCI Bus 0000:00 [mem 0x000d0000-0x000d3fff window]
[   17.276463] caller pci_map_rom+0x6a/0x190 mapping multiple BARs
[   17.276464] amdgpu 0000:01:00.0: No more image in the PCI ROM
[   17.276484] amdgpu 0000:01:00.0: amdgpu: Fetched VBIOS from ROM BAR
[   17.276486] amdgpu: ATOM BIOS: 115-D009PI2-101
[   17.276498] [drm] UVD is enabled in VM mode
[   17.276498] [drm] UVD ENC is enabled in VM mode
[   17.276500] [drm] VCE enabled in VM mode
[   17.276523] [drm] vm size is 64 GB, 2 levels, block size is 10-bit, fragment size is 9-bit
[   17.567348] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
[   17.567602] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[   17.567653] snd_hda_intel 0000:01:00.1: Force to non-snoop mode
[   17.586311] kauditd_printk_skb: 3 callbacks suppressed
[   17.586312] audit: type=1130 audit(1613713680.704:15): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.649687] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input12
[   17.649728] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input13
[   17.649767] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input14
[   17.649806] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15
[   17.649838] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16
[   17.649869] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17
[   17.856512] amdgpu 0000:01:00.0: amdgpu: VRAM: 8192M 0x000000F400000000 - 0x000000F5FFFFFFFF (8192M used)
[   17.856517] amdgpu 0000:01:00.0: amdgpu: GART: 256M 0x000000FF00000000 - 0x000000FF0FFFFFFF
[   17.856533] [drm] Detected VRAM RAM=8192M, BAR=256M
[   17.856535] [drm] RAM width 256bits GDDR5
[   17.856624] [TTM] Zone  kernel: Available graphics memory: 4055654 KiB
[   17.856625] [TTM] Zone   dma32: Available graphics memory: 2097152 KiB
[   17.856626] [TTM] Initializing pool allocator
[   17.856629] [TTM] Initializing DMA pool allocator
[   17.856665] [drm] amdgpu: 8192M of VRAM memory ready
[   17.856667] [drm] amdgpu: 5940M of GTT memory ready.
[   17.856669] [drm] GART: num cpu pages 65536, num gpu pages 65536
[   17.857061] [drm] PCIE GART of 256M enabled (table at 0x000000F400300000).
[   18.255547] intel_rapl_common: Found RAPL domain package
[   18.255550] intel_rapl_common: Found RAPL domain core
[   18.255550] intel_rapl_common: Found RAPL domain uncore
[   18.292355] snd_hda_codec_realtek hdaudioC0D2: autoconfig for ALC887-VD: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[   18.292360] snd_hda_codec_realtek hdaudioC0D2:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   18.292362] snd_hda_codec_realtek hdaudioC0D2:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[   18.292364] snd_hda_codec_realtek hdaudioC0D2:    mono: mono_out=0x0
[   18.292366] snd_hda_codec_realtek hdaudioC0D2:    inputs:
[   18.292369] snd_hda_codec_realtek hdaudioC0D2:      Rear Mic=0x18
[   18.292371] snd_hda_codec_realtek hdaudioC0D2:      Front Mic=0x19
[   18.292373] snd_hda_codec_realtek hdaudioC0D2:      Line=0x1a
[   18.292375] snd_hda_codec_realtek hdaudioC0D2:      CD=0x1c
[   18.305985] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input18
[   18.306036] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input19
[   18.306084] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input20
[   18.306124] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input21
[   18.306176] snd_hda_intel 0000:00:1b.0: device 1458:a002 is on the power_save denylist, forcing power_save to 0
[   18.477337] [drm] Chained IB support enabled!
[   18.997105] amdgpu: hwmgr_sw_init smu backed is polaris10_smu
[   19.006959] [drm] Found UVD firmware Version: 1.130 Family ID: 16
[   19.052177] [drm] Found VCE firmware Version: 53.26 Binary ID: 3
[   19.292605] [drm] DM_PPLIB: values for Engine clock
[   19.292608] [drm] DM_PPLIB:	 300000
[   19.292608] [drm] DM_PPLIB:	 600000
[   19.292609] [drm] DM_PPLIB:	 900000
[   19.292609] [drm] DM_PPLIB:	 1162000
[   19.292610] [drm] DM_PPLIB:	 1233000
[   19.292610] [drm] DM_PPLIB:	 1275000
[   19.292611] [drm] DM_PPLIB:	 1319000
[   19.292611] [drm] DM_PPLIB:	 1360000
[   19.292612] [drm] DM_PPLIB: Validation clocks:
[   19.292613] [drm] DM_PPLIB:    engine_max_clock: 136000
[   19.292613] [drm] DM_PPLIB:    memory_max_clock: 200000
[   19.292614] [drm] DM_PPLIB:    level           : 8
[   19.292615] [drm] DM_PPLIB: values for Memory clock
[   19.292616] [drm] DM_PPLIB:	 300000
[   19.292616] [drm] DM_PPLIB:	 1000000
[   19.292616] [drm] DM_PPLIB:	 2000000
[   19.292617] [drm] DM_PPLIB: Validation clocks:
[   19.292617] [drm] DM_PPLIB:    engine_max_clock: 136000
[   19.292618] [drm] DM_PPLIB:    memory_max_clock: 200000
[   19.292619] [drm] DM_PPLIB:    level           : 8
[   19.292724] [drm] Display Core initialized with v3.2.104!
[   19.301167] snd_hda_intel 0000:01:00.1: bound 0000:01:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[   19.374441] [drm] UVD and UVD ENC initialized successfully.
[   19.485325] [drm] VCE initialized successfully.
[   19.485329] amdgpu 0000:01:00.0: amdgpu: SE 4, SH per SE 1, CU per SH 9, active_cu_number 36
[   19.486719] [drm] fb mappable at 0xE0830000
[   19.486722] [drm] vram apper at 0xE0000000
[   19.486724] [drm] size 4325376
[   19.486725] [drm] fb depth is 24
[   19.486726] [drm]    pitch is 5632
[   19.486892] fbcon: amdgpudrmfb (fb0) is primary device
[   19.552756] Console: switching to colour frame buffer device 170x48
[   19.570480] amdgpu 0000:01:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[   19.586161] [drm] Initialized amdgpu 3.40.0 20150101 for 0000:01:00.0 on minor 0
[   21.199561] audit: type=1130 audit(1613713684.317:16): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-E547\x2d16FD comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   23.855655] audit: type=1130 audit(1613713686.973:17): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   24.380124] audit: type=1130 audit(1613713687.497:18): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   24.407879] audit: type=1127 audit(1613713687.525:19): pid=379 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[   24.438520] audit: type=1130 audit(1613713687.556:20): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   24.462305] audit: type=1130 audit(1613713687.580:21): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cronie comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   24.464385] audit: type=1130 audit(1613713687.581:22): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   24.466448] audit: type=1334 audit(1613713687.584:23): prog-id=15 op=LOAD
[   24.466475] audit: type=1334 audit(1613713687.584:24): prog-id=16 op=LOAD
[   24.589281] audit: type=1130 audit(1613713687.706:25): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   25.397323] audit: type=1131 audit(1613713688.514:26): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   32.654197] kauditd_printk_skb: 6 callbacks suppressed
[   32.654199] audit: type=1130 audit(1613713695.772:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   33.465181] audit: type=1130 audit(1613713696.582:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cups comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   38.868933] audit: type=1130 audit(1613713701.986:35): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   40.258537] audit: type=1130 audit(1613713703.376:36): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   40.459449] Generic FE-GE Realtek PHY r8169-300:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-300:00, irq=IGNORE)
[   40.594219] r8169 0000:03:00.0 enp3s0: Link is Down
[   41.870957] audit: type=1100 audit(1613713704.988:37): pid=404 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="myusernamehere" exe="/usr/bin/login" hostname=osc1llArch addr=? terminal=/dev/tty1 res=success'
[   41.973247] audit: type=1101 audit(1613713705.092:38): pid=404 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="myusernamehere" exe="/usr/bin/login" hostname=osc1llArch addr=? terminal=/dev/tty1 res=success'
[   42.011142] audit: type=1103 audit(1613713705.128:39): pid=404 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="myusernamehere" exe="/usr/bin/login" hostname=osc1llArch addr=? terminal=/dev/tty1 res=success'
[   42.011173] audit: type=1006 audit(1613713705.128:40): pid=404 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
[   42.245543] audit: type=1130 audit(1613713705.362:41): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   42.299006] audit: type=1101 audit(1613713705.416:42): pid=423 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="myusernamehere" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   42.299011] audit: type=1103 audit(1613713705.416:43): pid=423 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="myusernamehere" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[   42.299048] audit: type=1006 audit(1613713705.416:44): pid=423 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[   49.815498] kauditd_printk_skb: 6 callbacks suppressed
[   49.815500] audit: type=1130 audit(1613713712.933:51): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   49.815523] audit: type=1131 audit(1613713712.933:52): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   51.013554] audit: type=1131 audit(1613713714.130:53): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   59.515600] audit: type=1130 audit(1613713722.633:54): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   65.920563] audit: type=1100 audit(1613713729.037:55): pid=444 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=? acct="myusernamehere" exe="/usr/bin/login" hostname=osc1llArch addr=? terminal=/dev/tty2 res=failed'
[   68.937260] audit: type=1131 audit(1613713732.054:56): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   69.014218] audit: type=1334 audit(1613713732.132:57): prog-id=18 op=UNLOAD
[   69.014225] audit: type=1334 audit(1613713732.132:58): prog-id=17 op=UNLOAD
[   70.882242] audit: type=1131 audit(1613713734.000:59): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   70.901703] audit: type=1130 audit(1613713734.018:60): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   70.901707] audit: type=1131 audit(1613713734.018:61): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   70.902717] audit: type=1130 audit(1613713734.020:62): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   93.830893] audit: type=1100 audit(1613713756.948:63): pid=447 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="myusernamehere" exe="/usr/bin/login" hostname=osc1llArch addr=? terminal=/dev/tty2 res=success'
[   93.832703] audit: type=1101 audit(1613713756.949:64): pid=447 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="myusernamehere" exe="/usr/bin/login" hostname=osc1llArch addr=? terminal=/dev/tty2 res=success'
[   93.833184] audit: type=1103 audit(1613713756.950:65): pid=447 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="myusernamehere" exe="/usr/bin/login" hostname=osc1llArch addr=? terminal=/dev/tty2 res=success'
[   93.833220] audit: type=1006 audit(1613713756.950:66): pid=447 uid=0 old-auid=4294967295 auid=1000 tty=tty2 old-ses=4294967295 ses=3 res=1
[   93.845484] audit: type=1105 audit(1613713756.962:67): pid=447 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="myusernamehere" exe="/usr/bin/login" hostname=osc1llArch addr=? terminal=/dev/tty2 res=success'
[   93.845535] audit: type=1110 audit(1613713756.962:68): pid=447 uid=0 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="myusernamehere" exe="/usr/bin/login" hostname=osc1llArch addr=? terminal=/dev/tty2 res=success'
[  142.075068] audit: type=1101 audit(1613713805.192:69): pid=460 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="myusernamehere" exe="/usr/bin/sudo" hostname=osc1llArch addr=? terminal=/dev/tty2 res=success'
[  142.075830] audit: type=1110 audit(1613713805.193:70): pid=460 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=osc1llArch addr=? terminal=/dev/tty2 res=success'
[  142.078699] audit: type=1105 audit(1613713805.196:71): pid=460 uid=1000 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=osc1llArch addr=? terminal=/dev/tty2 res=success'
[  217.718291] audit: type=1106 audit(1613713880.836:72): pid=460 uid=1000 auid=1000 ses=3 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=osc1llArch addr=? terminal=/dev/tty2 res=success'
[  217.718406] audit: type=1104 audit(1613713880.836:73): pid=460 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=osc1llArch addr=? terminal=/dev/tty2 res=success'
[  224.345121] audit: type=1101 audit(1613713887.462:74): pid=465 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="myusernamehere" exe="/usr/bin/sudo" hostname=osc1llArch addr=? terminal=/dev/tty2 res=success'
[  224.345659] audit: type=1110 audit(1613713887.462:75): pid=465 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=osc1llArch addr=? terminal=/dev/tty2 res=success'
[  224.347665] audit: type=1105 audit(1613713887.465:76): pid=465 uid=1000 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=osc1llArch addr=? terminal=/dev/tty2 res=success'
[  905.781125] audit: type=1130 audit(1613714568.898:77): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  905.781130] audit: type=1131 audit(1613714568.898:78): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
seth wrote:

What I meant by other colors is that your output is actually RGB, yellow is 0xffff00, ie. all red and green and no blue and I wondered whether the same problem exists for all red or all green, ie. 0xff0000 or 0x00ff00

No. Only and only for yellow.

Also is dc essential? Like will I have any noticable impact on performance by not having it enabled?

Last edited by pewpewman (2021-02-19 06:46:29)

Offline

#7 2021-02-19 07:16:51

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

Re: [ Resolved ]: Screen blanking out when rendering yellow colour

this one seems to be something related to login

Both are.
https://wiki.archlinux.org/index.php/Audit_framework
https://wiki.archlinux.org/index.php/PAM

There's nothing supicious in the dmesg excerpt…

Also is dc essential?

It's the future… i guess.
You want to keep checking whether this bug is resolved w/ kernel updates, if it's not, you should file an upstream bug because at some point you'll likely not be able to avoid the display core driver.

Only and only for yellow.

Weird. As. Fuck.
You could try a different output/cable, though 1366x768@60Hz is really nothing that should™ knock out any kind of hardware (though there's a thread w/ a network error that was caused by the users cat chewing on the cable… soooo…)

Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Offline

#8 2021-02-19 10:34:14

pewpewman
Member
Registered: 2021-02-18
Posts: 6

Re: [ Resolved ]: Screen blanking out when rendering yellow colour

seth wrote:

You want to keep checking whether this bug is resolved w/ kernel updates, if it's not, you should file an upstream bug because at some point you'll likely not be able to avoid the display core driver.

Okay

seth wrote:

You could try a different output/cable, though 1366x768@60Hz is really nothing that should™ knock out any kind of hardware

Well its actually an old VGA monitor that I'm running with a DVI adapter . I'm limited on options. Since my card only has 1 DVI port.

seth wrote:

(though there's a thread w/ a network error that was caused by the users cat chewing on the cable… soooo…)

lol

seth wrote:

Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Done and thank you sir, I was considering hopping to gentoo just because of this bug. But now I'm relieved of the trouble thanks to you.

Last edited by pewpewman (2021-02-19 10:34:34)

Offline

#9 2021-02-19 10:52:21

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

Re: [ Resolved ]: Screen blanking out when rendering yellow colour

Well its actually an old VGA monitor that I'm running with a DVI adapter

[  2167.620] (II) AMDGPU(0): Output DisplayPort-0 has no monitor section
[  2167.620] (II) AMDGPU(0): Output DisplayPort-1 has no monitor section
[  2167.620] (II) AMDGPU(0): Output HDMI-A-0 has no monitor section
[  2167.620] (II) AMDGPU(0): Output HDMI-A-1 has no monitor section
[  2167.620] (II) AMDGPU(0): Output DVI-D-0 using monitor section DVI-D-0

Any remote chance to test one of the outputs with a different monitor (something that does not involve the words "old", "vga" or "adapter")?

Offline

#10 2021-02-19 11:35:55

pewpewman
Member
Registered: 2021-02-18
Posts: 6

Re: [ Resolved ]: Screen blanking out when rendering yellow colour

seth wrote:

Any remote chance to test one of the outputs with a different monitor (something that does not involve the words "old", "vga" or "adapter")?

I have a tv lying around which uses hdmi. I will test with it and report back in a few days - I'm away from home.

Offline

Board footer

Powered by FluxBB