You are not logged in.

#1 2021-03-21 01:20:14

pagopow652
Member
Registered: 2021-03-21
Posts: 11

[SOLVED] Error with backtrace when running startx on amdgpu machine

I switched from a intel/nvidia-machine to a new machine with a ryzen 7 cpu and a radeon rx 5500 xt graphics card. I moved my hard disk with arch to the new machine, connected to a single screen with hdmi.
After installing xf86-video-amdgpu and uninstalling the nvidia-drivers it worked fine for a while. But after some tweaking and updating, I'm getting an error with a backtrace in Xorg.0.log, and no X, when running startx.(sddm doen't work either, but that's since before swithcing machines.)

What might be the cause of this error or how can I find out?

/home/me/.local/share/xorg/Xorg.0.log:

[    75.688] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[    75.689] 
X.Org X Server 1.20.10
X Protocol Version 11, Revision 0
[    75.691] Build Operating System: Linux Arch Linux
[    75.691] Current Operating System: Linux desktop 5.11.7-arch1-1 #1 SMP PREEMPT Wed, 17 Mar 2021 16:59:58 +0000 x86_64
[    75.691] Kernel command line: ro root=/dev/disk/by-label/ssd-base initrd=boot\initramfs-linux.img
[    75.692] Build Date: 14 December 2020  12:10:29PM
[    75.693]  
[    75.693] Current version of pixman: 0.40.0
[    75.695] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    75.695] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    75.697] (==) Log file: "/home/me/.local/share/xorg/Xorg.0.log", Time: Sat Mar 20 16:15:20 2021
[    75.698] (==) Using config file: "/etc/X11/xorg.conf"
[    75.699] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    75.700] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    75.700] (==) ServerLayout "X.org Configured"
[    75.700] (**) |-->Screen "Screen0" (0)
[    75.700] (**) |   |-->Monitor "Monitor0"
[    75.700] (**) |   |-->Device "Card0"
[    75.700] (**) |   |-->GPUDevice "Card0"
[    75.700] (==) Automatically adding devices
[    75.700] (==) Automatically enabling devices
[    75.700] (==) Automatically adding GPU devices
[    75.700] (==) Automatically binding GPU devices
[    75.700] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    75.700] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    75.700] 	Entry deleted from font path.
[    75.700] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    75.700] 	Entry deleted from font path.
[    75.700] (**) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/Type1
[    75.700] (**) ModulePath set to "/usr/lib/xorg/modules"
[    75.700] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    75.700] (II) Module ABI versions:
[    75.700] 	X.Org ANSI C Emulation: 0.4
[    75.700] 	X.Org Video Driver: 24.1
[    75.700] 	X.Org XInput driver : 24.1
[    75.700] 	X.Org Server Extension : 10.0
[    75.700] (++) using VT number 2

[    75.701] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    75.702] (II) xfree86: Adding drm device (/dev/dri/card0)
[    75.702] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[    75.707] (--) PCI:*(11@0:0:0) 1002:7340:1458:231a rev 197, Mem @ 0xe0000000/268435456, 0xf0000000/2097152, 0xfcb00000/524288, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[    75.707] (II) Open ACPI successful (/var/run/acpid.socket)
[    75.707] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[    75.707] (II) LoadModule: "glx"
[    75.707] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    75.717] (II) Module glx: vendor="X.Org Foundation"
[    75.717] 	compiled for 1.20.10, module version = 1.0.0
[    75.717] 	ABI class: X.Org Server Extension, version 10.0
[    75.717] (II) Applying OutputClass "AMDgpu" to /dev/dri/card0
[    75.717] 	loading driver: amdgpu
[    75.717] (==) Matched amdgpu as autoconfigured driver 0
[    75.717] (==) Matched ati as autoconfigured driver 1
[    75.717] (==) Matched modesetting as autoconfigured driver 2
[    75.717] (==) Matched fbdev as autoconfigured driver 3
[    75.717] (==) Matched vesa as autoconfigured driver 4
[    75.717] (==) Assigned the driver to the xf86ConfigLayout
[    75.717] (II) LoadModule: "amdgpu"
[    75.717] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[    75.718] (II) Module amdgpu: vendor="X.Org Foundation"
[    75.718] 	compiled for 1.20.8, module version = 19.1.0
[    75.718] 	Module class: X.Org Video Driver
[    75.718] 	ABI class: X.Org Video Driver, version 24.1
[    75.718] (II) AMDGPU: Driver for AMD Radeon:
	All GPUs supported by the amdgpu kernel driver
[    75.721] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    75.721] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[    75.721] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    75.721] (==) AMDGPU(0): Default visual is TrueColor
[    75.721] (==) AMDGPU(0): RGB weight 888
[    75.721] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[    75.721] (--) AMDGPU(0): Chipset: "Radeon RX 5500 XT" (ChipID = 0x7340)
[    75.721] (II) Loading sub module "fb"
[    75.721] (II) LoadModule: "fb"
[    75.721] (II) Loading /usr/lib/xorg/modules/libfb.so
[    75.721] (II) Module fb: vendor="X.Org Foundation"
[    75.721] 	compiled for 1.20.10, module version = 1.0.0
[    75.721] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    75.721] (II) Loading sub module "dri2"
[    75.721] (II) LoadModule: "dri2"
[    75.721] (II) Module "dri2" already built-in
[    75.751] (II) Loading sub module "glamoregl"
[    75.751] (II) LoadModule: "glamoregl"
[    75.751] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    75.753] (II) Module glamoregl: vendor="X.Org Foundation"
[    75.753] 	compiled for 1.20.10, module version = 1.0.1
[    75.753] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    75.755] (EE) AMDGPU(0): eglGetDisplay() failed
[    75.755] (EE) AMDGPU(0): glamor detected, failed to initialize EGL.
[    75.755] (WW) AMDGPU(0): amdgpu_glamor_pre_init returned FALSE, using ShadowFB
[    75.755] (II) Loading sub module "shadow"
[    75.755] (II) LoadModule: "shadow"
[    75.755] (II) Loading /usr/lib/xorg/modules/libshadow.so
[    75.755] (II) Module shadow: vendor="X.Org Foundation"
[    75.755] 	compiled for 1.20.10, module version = 1.1.0
[    75.755] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    75.755] (II) AMDGPU(0): KMS Pageflipping: enabled
[    75.755] (II) AMDGPU(0): Output DisplayPort-0 using monitor section Monitor0
[    75.755] (II) AMDGPU(0): Output DisplayPort-1 has no monitor section
[    75.755] (II) AMDGPU(0): Output DisplayPort-2 has no monitor section
[    75.755] (II) AMDGPU(0): Output HDMI-A-0 has no monitor section
[    75.766] (II) AMDGPU(0): EDID for output DisplayPort-0
[    75.766] (II) AMDGPU(0): EDID for output DisplayPort-1
[    75.766] (II) AMDGPU(0): EDID for output DisplayPort-2
[    75.766] (II) AMDGPU(0): EDID for output HDMI-A-0
[    75.766] (II) AMDGPU(0): Manufacturer: MEI  Model: a0c9  Serial#: 16843009
[    75.766] (II) AMDGPU(0): Year: 2011  Week: 0
[    75.766] (II) AMDGPU(0): EDID Version: 1.3
[    75.766] (II) AMDGPU(0): Digital Display Input
[    75.766] (II) AMDGPU(0): Indeterminate output size
[    75.766] (II) AMDGPU(0): Gamma: 2.20
[    75.766] (II) AMDGPU(0): No DPMS capabilities specified
[    75.766] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    75.766] (II) AMDGPU(0): First detailed timing is preferred mode
[    75.766] (II) AMDGPU(0): redX: 0.640 redY: 0.345   greenX: 0.291 greenY: 0.635
[    75.766] (II) AMDGPU(0): blueX: 0.163 blueY: 0.093   whiteX: 0.288 whiteY: 0.296
[    75.766] (II) AMDGPU(0): Manufacturer's mask: 0
[    75.766] (II) AMDGPU(0): Supported detailed timing:
[    75.766] (II) AMDGPU(0): clock: 148.5 MHz   Image Size:  698 x 392 mm
[    75.766] (II) AMDGPU(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[    75.766] (II) AMDGPU(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    75.766] (II) AMDGPU(0): Supported detailed timing:
[    75.766] (II) AMDGPU(0): clock: 148.5 MHz   Image Size:  698 x 392 mm
[    75.766] (II) AMDGPU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    75.766] (II) AMDGPU(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    75.766] (II) AMDGPU(0): Monitor name: Panasonic-TV
[    75.766] (II) AMDGPU(0): Ranges: V min: 23 V max: 61 Hz, H min: 15 H max: 68 kHz, PixClock max 155 MHz
[    75.766] (II) AMDGPU(0): Supported detailed timing:
[    75.766] (II) AMDGPU(0): clock: 74.2 MHz   Image Size:  698 x 392 mm
[    75.766] (II) AMDGPU(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[    75.766] (II) AMDGPU(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[    75.766] (II) AMDGPU(0): Supported detailed timing:
[    75.766] (II) AMDGPU(0): clock: 74.2 MHz   Image Size:  698 x 392 mm
[    75.766] (II) AMDGPU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    75.766] (II) AMDGPU(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[    75.766] (II) AMDGPU(0): Supported detailed timing:
[    75.766] (II) AMDGPU(0): clock: 74.2 MHz   Image Size:  698 x 392 mm
[    75.766] (II) AMDGPU(0): h_active: 1280  h_sync: 1720  h_sync_end 1760 h_blank_end 1980 h_border: 0
[    75.766] (II) AMDGPU(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[    75.766] (II) AMDGPU(0): Supported detailed timing:
[    75.766] (II) AMDGPU(0): clock: 74.2 MHz   Image Size:  698 x 392 mm
[    75.766] (II) AMDGPU(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[    75.766] (II) AMDGPU(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[    75.766] (II) AMDGPU(0): Number of EDID sections to follow: 1
[    75.766] (II) AMDGPU(0): EDID (in hex):
[    75.766] (II) AMDGPU(0): 	00ffffffffffff0034a9c9a001010101
[    75.766] (II) AMDGPU(0): 	00150103800000780adaffa3584aa229
[    75.766] (II) AMDGPU(0): 	17494b00000001010101010101010101
[    75.766] (II) AMDGPU(0): 	010101010101023a80d072382d40102c
[    75.766] (II) AMDGPU(0): 	4580ba882100001e023a801871382d40
[    75.766] (II) AMDGPU(0): 	582c4500ba882100001e000000fc0050
[    75.766] (II) AMDGPU(0): 	616e61736f6e69632d54560a000000fd
[    75.766] (II) AMDGPU(0): 	00173d0f440f000a20202020202001ad
[    75.766] (II) AMDGPU(0): 	02033672509f90140520130412031102
[    75.766] (II) AMDGPU(0): 	16071506012309070178030c001000b8
[    75.766] (II) AMDGPU(0): 	262fc00a8149fffc0616080018000000
[    75.766] (II) AMDGPU(0): 	0000e3051f01011d80d0721c1620102c
[    75.766] (II) AMDGPU(0): 	2580ba882100009e011d8018711c1620
[    75.766] (II) AMDGPU(0): 	582c2500ba882100009e011d00bc52d0
[    75.766] (II) AMDGPU(0): 	1e20b8285540ba882100001e011d0072
[    75.766] (II) AMDGPU(0): 	51d01e206e285500ba882100001e00b6
[    75.767] (--) AMDGPU(0): HDMI max TMDS frequency 190000KHz
[    75.767] (II) AMDGPU(0): Printing probed modes for output HDMI-A-0
[    75.767] (II) AMDGPU(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz UeP)
[    75.767] (II) AMDGPU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[    75.767] (II) AMDGPU(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[    75.767] (II) AMDGPU(0): Modeline "1920x1080"x24.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[    75.767] (II) AMDGPU(0): Modeline "1920x1080"x24.0   74.18  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[    75.767] (II) AMDGPU(0): Modeline "1680x1050"x50.0  148.50  1680 2448 2492 2640  1050 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    75.767] (II) AMDGPU(0): Modeline "1280x1024"x50.0  148.50  1280 2448 2492 2640  1024 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    75.767] (II) AMDGPU(0): Modeline "1440x900"x50.0  148.50  1440 2448 2492 2640  900 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    75.767] (II) AMDGPU(0): Modeline "1280x800"x50.0  148.50  1280 2448 2492 2640  800 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    75.767] (II) AMDGPU(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    75.767] (II) AMDGPU(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    75.767] (II) AMDGPU(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    75.767] (II) AMDGPU(0): Modeline "1024x768"x50.0  148.50  1024 2448 2492 2640  768 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    75.767] (II) AMDGPU(0): Modeline "800x600"x50.0  148.50  800 2448 2492 2640  600 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    75.767] (II) AMDGPU(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    75.767] (II) AMDGPU(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    75.767] (II) AMDGPU(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    75.767] (II) AMDGPU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    75.767] (II) AMDGPU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    75.767] (II) AMDGPU(0): Output DisplayPort-0 disconnected
[    75.767] (II) AMDGPU(0): Output DisplayPort-1 disconnected
[    75.767] (II) AMDGPU(0): Output DisplayPort-2 disconnected
[    75.767] (II) AMDGPU(0): Output HDMI-A-0 connected
[    75.767] (II) AMDGPU(0): Using user preference for initial modes
[    75.767] (II) AMDGPU(0): Output HDMI-A-0 using initial mode 1920x1080 +0+0
[    75.767] (II) AMDGPU(0): mem size init: gart size :fe5be000 vram size: s:fd4bb000 visible:f90b000
[    75.767] (==) AMDGPU(0): DPI set to (96, 96)
[    75.767] (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0)
[    75.767] (II) Loading sub module "ramdac"
[    75.767] (II) LoadModule: "ramdac"
[    75.767] (II) Module "ramdac" already built-in
[    75.767] (II) AMDGPU(0): Front buffer pitch: 7680 bytes
[    75.767] (==) AMDGPU(0): DRI3 disabled
[    75.767] (==) AMDGPU(0): Backing store enabled
[    75.767] (WW) AMDGPU(0): Direct rendering disabled
[    75.767] (II) AMDGPU(0): 2D and 3D acceleration disabled
[    75.767] (==) AMDGPU(0): DPMS enabled
[    75.767] (==) AMDGPU(0): Silken mouse disabled
[    75.787] (WW) AMDGPU(0): Option "NoLogo" is not used
[    75.787] (WW) AMDGPU(0): Option "Stereo" is not used
[    75.787] (II) Initializing extension Generic Event Extension
[    75.787] (II) Initializing extension SHAPE
[    75.787] (II) Initializing extension MIT-SHM
[    75.787] (II) Initializing extension XInputExtension
[    75.787] (II) Initializing extension XTEST
[    75.787] (II) Initializing extension BIG-REQUESTS
[    75.787] (II) Initializing extension SYNC
[    75.787] (II) Initializing extension XKEYBOARD
[    75.787] (II) Initializing extension XC-MISC
[    75.787] (II) Initializing extension SECURITY
[    75.787] (II) Initializing extension XFIXES
[    75.787] (II) Initializing extension RENDER
[    75.787] (II) Initializing extension RANDR
[    75.787] (II) Initializing extension COMPOSITE
[    75.787] (II) Initializing extension DAMAGE
[    75.787] (II) Initializing extension MIT-SCREEN-SAVER
[    75.787] (II) Initializing extension DOUBLE-BUFFER
[    75.787] (II) Initializing extension RECORD
[    75.787] (II) Initializing extension DPMS
[    75.787] (II) Initializing extension Present
[    75.787] (II) Initializing extension DRI3
[    75.787] (II) Initializing extension X-Resource
[    75.787] (II) Initializing extension XVideo
[    75.787] (II) Initializing extension XVideo-MotionCompensation
[    75.787] (II) Initializing extension GLX
[    75.787] (II) AIGLX: Screen 0 is not DRI2 capable
[    75.790] (II) IGLX: Loaded and initialized swrast
[    75.790] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    75.790] (II) Initializing extension XFree86-VidModeExtension
[    75.790] (II) Initializing extension XFree86-DGA
[    75.790] (II) Initializing extension XFree86-DRI
[    75.790] (II) Initializing extension DRI2
[    75.790] (II) AMDGPU(0): Setting screen physical size to 508 x 285
[    75.799] (EE) 
[    75.799] (EE) Backtrace:
[    75.799] (EE) 0: /usr/lib/Xorg (xorg_backtrace+0x53) [0x559463982f63]
[    75.799] (EE) 1: /usr/lib/Xorg (0x55946383c000+0x151da5) [0x55946398dda5]
[    75.799] (EE) 2: /usr/lib/libc.so.6 (0x7ff030a73000+0x3cf80) [0x7ff030aaff80]
[    75.799] (EE) 3: /usr/lib/libc.so.6 (gsignal+0x145) [0x7ff030aafef5]
[    75.799] (EE) 4: /usr/lib/libc.so.6 (abort+0x116) [0x7ff030a99862]
[    75.799] (EE) 5: /usr/lib/libc.so.6 (0x7ff030a73000+0x26747) [0x7ff030a99747]
[    75.799] (EE) 6: /usr/lib/libc.so.6 (0x7ff030a73000+0x35646) [0x7ff030aa8646]
[    75.799] (EE) 7: /usr/lib/xorg/modules/drivers/amdgpu_drv.so (0x7ff030fa2000+0x8fd3) [0x7ff030faafd3]
[    75.799] (EE) 8: /usr/lib/xorg/modules/drivers/amdgpu_drv.so (0x7ff030fa2000+0x933a) [0x7ff030fab33a]
[    75.799] (EE) 9: /usr/lib/xorg/modules/drivers/amdgpu_drv.so (0x7ff030fa2000+0x1534d) [0x7ff030fb734d]
[    75.799] (EE) 10: /usr/lib/xorg/modules/drivers/amdgpu_drv.so (0x7ff030fa2000+0x1746a) [0x7ff030fb946a]
[    75.799] (EE) 11: /usr/lib/xorg/modules/drivers/amdgpu_drv.so (0x7ff030fa2000+0x19127) [0x7ff030fbb127]
[    75.799] (EE) 12: /usr/lib/Xorg (MapWindow+0x251) [0x5594638df871]
[    75.799] (EE) 13: /usr/lib/Xorg (0x55946383c000+0x39619) [0x559463875619]
[    75.799] (EE) 14: /usr/lib/libc.so.6 (__libc_start_main+0xd5) [0x7ff030a9ab25]
[    75.799] (EE) 15: /usr/lib/Xorg (_start+0x2e) [0x5594638765de]
[    75.799] (EE) 
[    75.799] (EE) 
Fatal server error:
[    75.799] (EE) Caught signal 6 (Aborted). Server aborting
[    75.799] (EE) 
[    75.799] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[    75.799] (EE) Please also check the log file at "/home/me/.local/share/xorg/Xorg.0.log" for additional information.
[    75.799] (EE) 
[    75.810] (EE) Server terminated with error (1). Closing log file.

/etc/X11/xorg.conf:

Section "Device"
    Option      "NoLogo" "True"
    Option      "Stereo" "0"
    Identifier  "Card0"
   # Driver      "nvidia" ###
   # VendorName "NVIDIA Corporation"
EndSection

Section "ServerLayout"
    Identifier      "X.org Configured"
    Screen          0  "Screen0" 0 0
EndSection

Section "Files"
   # ModulePath      "/usr/lib/nvidia/xorg"
    ModulePath      "/usr/lib/xorg/modules"
    FontPath        "/usr/share/fonts/misc/"
    FontPath        "/usr/share/fonts/TTF/"
    FontPath        "/usr/share/fonts/OTF/"
    FontPath        "/usr/share/fonts/Type1/"
#    FontPath        "/usr/share/fonts/100dpi/"
#    FontPath        "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
    Load           "glx"
#    Load           "vnc"
#    Load           "record"
#    Load           "dri2"
#    Load           "dri3"
#    Load           "extmod"
#    Load           "dbe"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Monitor Vendor"
    ModelName      "Monitor Model"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    SubSection     "Display"
        Viewport    0 0
        Modes       "1920x1080"
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       4
        Modes       "1920x1080"
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       8
        Modes       "1920x1080"
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       15
        Modes       "1920x1080"
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       16
        Modes       "1920x1080"
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       24
        Modes       "1920x1080"
    EndSubSection
EndSection

/etc/X11/xorg.conf.d/00-keyboard.conf:

# Written by systemd-localed(8), read by systemd-localed and Xorg. It's
# probably wise not to edit this file manually. Use localectl(1) to
# instruct systemd-localed to update it.
Section "InputClass"
        Identifier "system-keyboard"
        MatchIsKeyboard "on"
        Option "XkbLayout" "be"
        Option "XkbModel" "105"
        Option "XkbVariant" "nodeadkeys"
        Option "XkbOptions" "caps:none, terminate:ctrl_alt_bksp"
EndSection

/etc/X11/xorg.conf.d/20-amdgpu.conf:

Section "Device"
    Identifier "AMD"
    Driver "amdgpu"
    Option "DRI" "3"
EndSection

Last edited by pagopow652 (2021-03-21 21:51:40)

Offline

#2 2021-03-21 01:35:52

Morn
Member
Registered: 2012-09-02
Posts: 886

Re: [SOLVED] Error with backtrace when running startx on amdgpu machine

I am also using amdgpu, but neither /etc/X11/xorg.conf nor /etc/X11/xorg.conf.d/20-amdgpu.conf exist on my system. So I would move those two files somewhere else (e.g. to /root/) and try again. Maybe those two config files are messing things up.

Offline

#3 2021-03-21 02:10:35

pagopow652
Member
Registered: 2021-03-21
Posts: 11

Re: [SOLVED] Error with backtrace when running startx on amdgpu machine

I've moved xorg.conf and xorg.conf.d/20-amdgpu.conf outside of /etc/X11 as Morn suggested.
Although these files aren't necessary indeed, the error persists though.

[   143.203] (II) AMDGPU(0): Front buffer pitch: 7680 bytes
[   143.203] (==) AMDGPU(0): DRI3 disabled
[   143.203] (==) AMDGPU(0): Backing store enabled
[   143.203] (WW) AMDGPU(0): Direct rendering disabled
[   143.203] (II) AMDGPU(0): 2D and 3D acceleration disabled
[   143.203] (==) AMDGPU(0): DPMS enabled
[   143.203] (==) AMDGPU(0): Silken mouse disabled
[   143.223] (II) Initializing extension Generic Event Extension
[   143.223] (II) Initializing extension SHAPE
[   143.223] (II) Initializing extension MIT-SHM
[   143.223] (II) Initializing extension XInputExtension
[   143.223] (II) Initializing extension XTEST
[   143.223] (II) Initializing extension BIG-REQUESTS
[   143.223] (II) Initializing extension SYNC
[   143.223] (II) Initializing extension XKEYBOARD
[   143.223] (II) Initializing extension XC-MISC
[   143.223] (II) Initializing extension SECURITY
[   143.223] (II) Initializing extension XFIXES
[   143.223] (II) Initializing extension RENDER
[   143.223] (II) Initializing extension RANDR
[   143.223] (II) Initializing extension COMPOSITE
[   143.223] (II) Initializing extension DAMAGE
[   143.223] (II) Initializing extension MIT-SCREEN-SAVER
[   143.223] (II) Initializing extension DOUBLE-BUFFER
[   143.223] (II) Initializing extension RECORD
[   143.223] (II) Initializing extension DPMS
[   143.223] (II) Initializing extension Present
[   143.223] (II) Initializing extension DRI3
[   143.223] (II) Initializing extension X-Resource
[   143.223] (II) Initializing extension XVideo
[   143.223] (II) Initializing extension XVideo-MotionCompensation
[   143.223] (II) Initializing extension GLX
[   143.223] (II) AIGLX: Screen 0 is not DRI2 capable
[   143.226] (II) IGLX: Loaded and initialized swrast
[   143.226] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[   143.226] (II) Initializing extension XFree86-VidModeExtension
[   143.226] (II) Initializing extension XFree86-DGA
[   143.226] (II) Initializing extension XFree86-DRI
[   143.226] (II) Initializing extension DRI2
[   143.226] (II) AMDGPU(0): Setting screen physical size to 508 x 285
[   143.231] (EE) 
[   143.231] (EE) Backtrace:
[   143.231] (EE) 0: /usr/lib/Xorg (xorg_backtrace+0x53) [0x5583a18bdf63]
[   143.231] (EE) 1: /usr/lib/Xorg (0x5583a1777000+0x151da5) [0x5583a18c8da5]
[   143.231] (EE) 2: /usr/lib/libc.so.6 (0x7fc1f2f88000+0x3cf80) [0x7fc1f2fc4f80]
[   143.231] (EE) 3: /usr/lib/libc.so.6 (gsignal+0x145) [0x7fc1f2fc4ef5]
[   143.232] (EE) 4: /usr/lib/libc.so.6 (abort+0x116) [0x7fc1f2fae862]
[   143.232] (EE) 5: /usr/lib/libc.so.6 (0x7fc1f2f88000+0x26747) [0x7fc1f2fae747]
[   143.232] (EE) 6: /usr/lib/libc.so.6 (0x7fc1f2f88000+0x35646) [0x7fc1f2fbd646]
[   143.232] (EE) 7: /usr/lib/xorg/modules/drivers/amdgpu_drv.so (0x7fc1f34b7000+0x8fd3) [0x7fc1f34bffd3]
[   143.232] (EE) 8: /usr/lib/xorg/modules/drivers/amdgpu_drv.so (0x7fc1f34b7000+0x933a) [0x7fc1f34c033a]
[   143.232] (EE) 9: /usr/lib/xorg/modules/drivers/amdgpu_drv.so (0x7fc1f34b7000+0x1534d) [0x7fc1f34cc34d]
[   143.232] (EE) 10: /usr/lib/xorg/modules/drivers/amdgpu_drv.so (0x7fc1f34b7000+0x1746a) [0x7fc1f34ce46a]
[   143.232] (EE) 11: /usr/lib/xorg/modules/drivers/amdgpu_drv.so (0x7fc1f34b7000+0x19127) [0x7fc1f34d0127]
[   143.232] (EE) 12: /usr/lib/Xorg (MapWindow+0x251) [0x5583a181a871]
[   143.232] (EE) 13: /usr/lib/Xorg (0x5583a1777000+0x39619) [0x5583a17b0619]
[   143.232] (EE) 14: /usr/lib/libc.so.6 (__libc_start_main+0xd5) [0x7fc1f2fafb25]
[   143.232] (EE) 15: /usr/lib/Xorg (_start+0x2e) [0x5583a17b15de]

Offline

#4 2021-03-21 07:28:55

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

Re: [SOLVED] Error with backtrace when running startx on amdgpu machine

[   143.223] (II) AIGLX: Screen 0 is not DRI2 capable
[   143.226] (II) IGLX: Loaded and initialized swrast
[   143.226] (II) GLX: Initialized DRISWRAST GL provider for screen 0

Please post the complete updated xorg log and also your system journal (sudo journalctl -b)

Offline

#5 2021-03-21 09:58:19

pagopow652
Member
Registered: 2021-03-21
Posts: 11

Re: [SOLVED] Error with backtrace when running startx on amdgpu machine

/home/me/.local/share/xorg/Xorg.0.log:

[  1131.881] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[  1131.884] 
X.Org X Server 1.20.10
X Protocol Version 11, Revision 0
[  1131.891] Build Operating System: Linux Arch Linux
[  1131.893] Current Operating System: Linux desktop 5.11.7-arch1-1 #1 SMP PREEMPT Wed, 17 Mar 2021 16:59:58 +0000 x86_64
[  1131.893] Kernel command line: ro root=/dev/disk/by-label/ssd-base initrd=boot\initramfs-linux.img
[  1131.898] Build Date: 14 December 2020  12:10:29PM
[  1131.900]  
[  1131.903] Current version of pixman: 0.40.0
[  1131.907] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1131.907] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1131.914] (==) Log file: "/home/me/.local/share/xorg/Xorg.0.log", Time: Sun Mar 21 09:46:15 2021
[  1131.917] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  1131.919] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1131.919] (==) No Layout section.  Using the first Screen section.
[  1131.919] (==) No screen section available. Using defaults.
[  1131.919] (**) |-->Screen "Default Screen Section" (0)
[  1131.919] (**) |   |-->Monitor "<default monitor>"
[  1131.919] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  1131.919] (==) Automatically adding devices
[  1131.919] (==) Automatically enabling devices
[  1131.919] (==) Automatically adding GPU devices
[  1131.919] (==) Automatically binding GPU devices
[  1131.919] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1131.919] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[  1131.919] 	Entry deleted from font path.
[  1131.919] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[  1131.919] 	Entry deleted from font path.
[  1131.919] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/Type1
[  1131.919] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1131.919] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1131.919] (II) Module ABI versions:
[  1131.919] 	X.Org ANSI C Emulation: 0.4
[  1131.919] 	X.Org Video Driver: 24.1
[  1131.919] 	X.Org XInput driver : 24.1
[  1131.919] 	X.Org Server Extension : 10.0
[  1131.919] (++) using VT number 2
[  1131.920] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[  1131.921] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1131.921] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[  1131.925] (--) PCI:*(11@0:0:0) 1002:7340:1458:231a rev 197, Mem @ 0xe0000000/268435456, 0xf0000000/2097152, 0xfcb00000/524288, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[  1131.925] (II) Open ACPI successful (/var/run/acpid.socket)
[  1131.925] (II) LoadModule: "glx"
[  1131.925] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1131.931] (II) Module glx: vendor="X.Org Foundation"
[  1131.931] 	compiled for 1.20.10, module version = 1.0.0
[  1131.931] 	ABI class: X.Org Server Extension, version 10.0
[  1131.931] (II) Applying OutputClass "AMDgpu" to /dev/dri/card0
[  1131.931] 	loading driver: amdgpu
[  1131.931] (==) Matched amdgpu as autoconfigured driver 0
[  1131.931] (==) Matched ati as autoconfigured driver 1
[  1131.931] (==) Matched modesetting as autoconfigured driver 2
[  1131.931] (==) Matched fbdev as autoconfigured driver 3
[  1131.931] (==) Matched vesa as autoconfigured driver 4
[  1131.931] (==) Assigned the driver to the xf86ConfigLayout
[  1131.931] (II) LoadModule: "amdgpu"
[  1131.931] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[  1131.931] (II) Module amdgpu: vendor="X.Org Foundation"
[  1131.931] 	compiled for 1.20.8, module version = 19.1.0
[  1131.931] 	Module class: X.Org Video Driver
[  1131.931] 	ABI class: X.Org Video Driver, version 24.1
[  1131.931] (II) LoadModule: "ati"
[  1131.931] (WW) Warning, couldn't open module ati
[  1131.931] (EE) Failed to load module "ati" (module does not exist, 0)
[  1131.931] (II) LoadModule: "modesetting"
[  1131.931] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  1131.931] (II) Module modesetting: vendor="X.Org Foundation"
[  1131.931] 	compiled for 1.20.10, module version = 1.20.10
[  1131.931] 	Module class: X.Org Video Driver
[  1131.931] 	ABI class: X.Org Video Driver, version 24.1
[  1131.931] (II) LoadModule: "fbdev"
[  1131.931] (WW) Warning, couldn't open module fbdev
[  1131.931] (EE) Failed to load module "fbdev" (module does not exist, 0)
[  1131.931] (II) LoadModule: "vesa"
[  1131.931] (WW) Warning, couldn't open module vesa
[  1131.931] (EE) Failed to load module "vesa" (module does not exist, 0)
[  1131.931] (II) AMDGPU: Driver for AMD Radeon:
	All GPUs supported by the amdgpu kernel driver
[  1131.931] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  1131.933] (WW) Falling back to old probe method for modesetting
[  1131.933] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[  1131.933] (II) AMDGPU(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  1131.933] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[  1131.933] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[  1131.933] (==) AMDGPU(0): Default visual is TrueColor
[  1131.933] (==) AMDGPU(0): RGB weight 888
[  1131.933] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[  1131.933] (--) AMDGPU(0): Chipset: "Radeon RX 5500 XT" (ChipID = 0x7340)
[  1131.933] (II) Loading sub module "fb"
[  1131.933] (II) LoadModule: "fb"
[  1131.933] (II) Loading /usr/lib/xorg/modules/libfb.so
[  1131.933] (II) Module fb: vendor="X.Org Foundation"
[  1131.933] 	compiled for 1.20.10, module version = 1.0.0
[  1131.933] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1131.933] (II) Loading sub module "dri2"
[  1131.933] (II) LoadModule: "dri2"
[  1131.933] (II) Module "dri2" already built-in
[  1131.961] (II) Loading sub module "glamoregl"
[  1131.961] (II) LoadModule: "glamoregl"
[  1131.961] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[  1131.964] (II) Module glamoregl: vendor="X.Org Foundation"
[  1131.964] 	compiled for 1.20.10, module version = 1.0.1
[  1131.964] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1131.965] (EE) AMDGPU(0): eglGetDisplay() failed
[  1131.965] (EE) AMDGPU(0): glamor detected, failed to initialize EGL.
[  1131.965] (WW) AMDGPU(0): amdgpu_glamor_pre_init returned FALSE, using ShadowFB
[  1131.965] (II) Loading sub module "shadow"
[  1131.965] (II) LoadModule: "shadow"
[  1131.965] (II) Loading /usr/lib/xorg/modules/libshadow.so
[  1131.965] (II) Module shadow: vendor="X.Org Foundation"
[  1131.965] 	compiled for 1.20.10, module version = 1.1.0
[  1131.965] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1131.965] (II) AMDGPU(0): KMS Pageflipping: enabled
[  1131.965] (II) AMDGPU(0): Output DisplayPort-0 has no monitor section
[  1131.965] (II) AMDGPU(0): Output DisplayPort-1 has no monitor section
[  1131.965] (II) AMDGPU(0): Output DisplayPort-2 has no monitor section
[  1131.966] (II) AMDGPU(0): Output HDMI-A-0 has no monitor section
[  1131.978] (II) AMDGPU(0): EDID for output DisplayPort-0
[  1131.978] (II) AMDGPU(0): EDID for output DisplayPort-1
[  1131.978] (II) AMDGPU(0): EDID for output DisplayPort-2
[  1131.979] (II) AMDGPU(0): EDID for output HDMI-A-0
[  1131.979] (II) AMDGPU(0): Manufacturer: MEI  Model: a0c9  Serial#: 16843009
[  1131.979] (II) AMDGPU(0): Year: 2011  Week: 0
[  1131.979] (II) AMDGPU(0): EDID Version: 1.3
[  1131.979] (II) AMDGPU(0): Digital Display Input
[  1131.979] (II) AMDGPU(0): Indeterminate output size
[  1131.979] (II) AMDGPU(0): Gamma: 2.20
[  1131.979] (II) AMDGPU(0): No DPMS capabilities specified
[  1131.979] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[  1131.979] (II) AMDGPU(0): First detailed timing is preferred mode
[  1131.979] (II) AMDGPU(0): redX: 0.640 redY: 0.345   greenX: 0.291 greenY: 0.635
[  1131.979] (II) AMDGPU(0): blueX: 0.163 blueY: 0.093   whiteX: 0.288 whiteY: 0.296
[  1131.979] (II) AMDGPU(0): Manufacturer's mask: 0
[  1131.979] (II) AMDGPU(0): Supported detailed timing:
[  1131.979] (II) AMDGPU(0): clock: 148.5 MHz   Image Size:  698 x 392 mm
[  1131.979] (II) AMDGPU(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[  1131.979] (II) AMDGPU(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[  1131.979] (II) AMDGPU(0): Supported detailed timing:
[  1131.979] (II) AMDGPU(0): clock: 148.5 MHz   Image Size:  698 x 392 mm
[  1131.979] (II) AMDGPU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[  1131.979] (II) AMDGPU(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[  1131.979] (II) AMDGPU(0): Monitor name: Panasonic-TV
[  1131.979] (II) AMDGPU(0): Ranges: V min: 23 V max: 61 Hz, H min: 15 H max: 68 kHz, PixClock max 155 MHz
[  1131.979] (II) AMDGPU(0): Supported detailed timing:
[  1131.979] (II) AMDGPU(0): clock: 74.2 MHz   Image Size:  698 x 392 mm
[  1131.979] (II) AMDGPU(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[  1131.979] (II) AMDGPU(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[  1131.979] (II) AMDGPU(0): Supported detailed timing:
[  1131.979] (II) AMDGPU(0): clock: 74.2 MHz   Image Size:  698 x 392 mm
[  1131.979] (II) AMDGPU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[  1131.979] (II) AMDGPU(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[  1131.979] (II) AMDGPU(0): Supported detailed timing:
[  1131.979] (II) AMDGPU(0): clock: 74.2 MHz   Image Size:  698 x 392 mm
[  1131.979] (II) AMDGPU(0): h_active: 1280  h_sync: 1720  h_sync_end 1760 h_blank_end 1980 h_border: 0
[  1131.979] (II) AMDGPU(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[  1131.979] (II) AMDGPU(0): Supported detailed timing:
[  1131.979] (II) AMDGPU(0): clock: 74.2 MHz   Image Size:  698 x 392 mm
[  1131.979] (II) AMDGPU(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[  1131.979] (II) AMDGPU(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[  1131.979] (II) AMDGPU(0): Number of EDID sections to follow: 1
[  1131.979] (II) AMDGPU(0): EDID (in hex):
[  1131.979] (II) AMDGPU(0): 	00ffffffffffff0034a9c9a001010101
[  1131.979] (II) AMDGPU(0): 	00150103800000780adaffa3584aa229
[  1131.979] (II) AMDGPU(0): 	17494b00000001010101010101010101
[  1131.979] (II) AMDGPU(0): 	010101010101023a80d072382d40102c
[  1131.979] (II) AMDGPU(0): 	4580ba882100001e023a801871382d40
[  1131.979] (II) AMDGPU(0): 	582c4500ba882100001e000000fc0050
[  1131.979] (II) AMDGPU(0): 	616e61736f6e69632d54560a000000fd
[  1131.979] (II) AMDGPU(0): 	00173d0f440f000a20202020202001ad
[  1131.979] (II) AMDGPU(0): 	02033672509f90140520130412031102
[  1131.979] (II) AMDGPU(0): 	16071506012309070178030c001000b8
[  1131.979] (II) AMDGPU(0): 	262fc00a8149fffc0616080018000000
[  1131.979] (II) AMDGPU(0): 	0000e3051f01011d80d0721c1620102c
[  1131.979] (II) AMDGPU(0): 	2580ba882100009e011d8018711c1620
[  1131.979] (II) AMDGPU(0): 	582c2500ba882100009e011d00bc52d0
[  1131.979] (II) AMDGPU(0): 	1e20b8285540ba882100001e011d0072
[  1131.979] (II) AMDGPU(0): 	51d01e206e285500ba882100001e00b6
[  1131.979] (--) AMDGPU(0): HDMI max TMDS frequency 190000KHz
[  1131.979] (II) AMDGPU(0): Printing probed modes for output HDMI-A-0
[  1131.979] (II) AMDGPU(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz eP)
[  1131.979] (II) AMDGPU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[  1131.979] (II) AMDGPU(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[  1131.979] (II) AMDGPU(0): Modeline "1920x1080"x24.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[  1131.979] (II) AMDGPU(0): Modeline "1920x1080"x24.0   74.18  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[  1131.979] (II) AMDGPU(0): Modeline "1680x1050"x50.0  148.50  1680 2448 2492 2640  1050 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[  1131.979] (II) AMDGPU(0): Modeline "1280x1024"x50.0  148.50  1280 2448 2492 2640  1024 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[  1131.979] (II) AMDGPU(0): Modeline "1440x900"x50.0  148.50  1440 2448 2492 2640  900 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[  1131.979] (II) AMDGPU(0): Modeline "1280x800"x50.0  148.50  1280 2448 2492 2640  800 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[  1131.979] (II) AMDGPU(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  1131.979] (II) AMDGPU(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[  1131.979] (II) AMDGPU(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  1131.979] (II) AMDGPU(0): Modeline "1024x768"x50.0  148.50  1024 2448 2492 2640  768 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[  1131.979] (II) AMDGPU(0): Modeline "800x600"x50.0  148.50  800 2448 2492 2640  600 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[  1131.979] (II) AMDGPU(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[  1131.979] (II) AMDGPU(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  1131.979] (II) AMDGPU(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  1131.979] (II) AMDGPU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  1131.979] (II) AMDGPU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  1131.979] (II) AMDGPU(0): Output DisplayPort-0 disconnected
[  1131.979] (II) AMDGPU(0): Output DisplayPort-1 disconnected
[  1131.979] (II) AMDGPU(0): Output DisplayPort-2 disconnected
[  1131.979] (II) AMDGPU(0): Output HDMI-A-0 connected
[  1131.979] (II) AMDGPU(0): Using exact sizes for initial modes
[  1131.979] (II) AMDGPU(0): Output HDMI-A-0 using initial mode 1920x1080 +0+0
[  1131.979] (II) AMDGPU(0): mem size init: gart size :fe5be000 vram size: s:fd4bb000 visible:f90b000
[  1131.979] (==) AMDGPU(0): DPI set to (96, 96)
[  1131.979] (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0)
[  1131.979] (II) Loading sub module "ramdac"
[  1131.979] (II) LoadModule: "ramdac"
[  1131.979] (II) Module "ramdac" already built-in
[  1131.979] (II) UnloadModule: "modesetting"
[  1131.979] (II) Unloading modesetting
[  1131.979] (II) AMDGPU(0): Front buffer pitch: 7680 bytes
[  1131.979] (==) AMDGPU(0): DRI3 disabled
[  1131.979] (==) AMDGPU(0): Backing store enabled
[  1131.979] (WW) AMDGPU(0): Direct rendering disabled
[  1131.979] (II) AMDGPU(0): 2D and 3D acceleration disabled
[  1131.979] (==) AMDGPU(0): DPMS enabled
[  1131.979] (==) AMDGPU(0): Silken mouse disabled
[  1131.999] (II) Initializing extension Generic Event Extension
[  1131.999] (II) Initializing extension SHAPE
[  1131.999] (II) Initializing extension MIT-SHM
[  1131.999] (II) Initializing extension XInputExtension
[  1131.999] (II) Initializing extension XTEST
[  1131.999] (II) Initializing extension BIG-REQUESTS
[  1131.999] (II) Initializing extension SYNC
[  1131.999] (II) Initializing extension XKEYBOARD
[  1131.999] (II) Initializing extension XC-MISC
[  1131.999] (II) Initializing extension SECURITY
[  1131.999] (II) Initializing extension XFIXES
[  1131.999] (II) Initializing extension RENDER
[  1131.999] (II) Initializing extension RANDR
[  1131.999] (II) Initializing extension COMPOSITE
[  1131.999] (II) Initializing extension DAMAGE
[  1131.999] (II) Initializing extension MIT-SCREEN-SAVER
[  1131.999] (II) Initializing extension DOUBLE-BUFFER
[  1131.999] (II) Initializing extension RECORD
[  1131.999] (II) Initializing extension DPMS
[  1131.999] (II) Initializing extension Present
[  1131.999] (II) Initializing extension DRI3
[  1131.999] (II) Initializing extension X-Resource
[  1131.999] (II) Initializing extension XVideo
[  1131.999] (II) Initializing extension XVideo-MotionCompensation
[  1131.999] (II) Initializing extension GLX
[  1131.999] (II) AIGLX: Screen 0 is not DRI2 capable
[  1132.002] (II) IGLX: Loaded and initialized swrast
[  1132.002] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[  1132.002] (II) Initializing extension XFree86-VidModeExtension
[  1132.002] (II) Initializing extension XFree86-DGA
[  1132.002] (II) Initializing extension XFree86-DRI
[  1132.002] (II) Initializing extension DRI2
[  1132.003] (II) AMDGPU(0): Setting screen physical size to 508 x 285
[  1132.008] (EE) 
[  1132.008] (EE) Backtrace:
[  1132.008] (EE) 0: /usr/lib/Xorg (xorg_backtrace+0x53) [0x55899042bf63]
[  1132.008] (EE) 1: /usr/lib/Xorg (0x5589902e5000+0x151da5) [0x558990436da5]
[  1132.008] (EE) 2: /usr/lib/libc.so.6 (0x7f284dc72000+0x3cf80) [0x7f284dcaef80]
[  1132.008] (EE) 3: /usr/lib/libc.so.6 (gsignal+0x145) [0x7f284dcaeef5]
[  1132.008] (EE) 4: /usr/lib/libc.so.6 (abort+0x116) [0x7f284dc98862]
[  1132.008] (EE) 5: /usr/lib/libc.so.6 (0x7f284dc72000+0x26747) [0x7f284dc98747]
[  1132.008] (EE) 6: /usr/lib/libc.so.6 (0x7f284dc72000+0x35646) [0x7f284dca7646]
[  1132.008] (EE) 7: /usr/lib/xorg/modules/drivers/amdgpu_drv.so (0x7f284e1a1000+0x8fd3) [0x7f284e1a9fd3]
[  1132.008] (EE) 8: /usr/lib/xorg/modules/drivers/amdgpu_drv.so (0x7f284e1a1000+0x933a) [0x7f284e1aa33a]
[  1132.008] (EE) 9: /usr/lib/xorg/modules/drivers/amdgpu_drv.so (0x7f284e1a1000+0x1534d) [0x7f284e1b634d]
[  1132.008] (EE) 10: /usr/lib/xorg/modules/drivers/amdgpu_drv.so (0x7f284e1a1000+0x1746a) [0x7f284e1b846a]
[  1132.008] (EE) 11: /usr/lib/xorg/modules/drivers/amdgpu_drv.so (0x7f284e1a1000+0x19127) [0x7f284e1ba127]
[  1132.008] (EE) 12: /usr/lib/Xorg (MapWindow+0x251) [0x558990388871]
[  1132.008] (EE) 13: /usr/lib/Xorg (0x5589902e5000+0x39619) [0x55899031e619]
[  1132.008] (EE) 14: /usr/lib/libc.so.6 (__libc_start_main+0xd5) [0x7f284dc99b25]
[  1132.008] (EE) 15: /usr/lib/Xorg (_start+0x2e) [0x55899031f5de]
[  1132.008] (EE) 
[  1132.008] (EE) 
Fatal server error:
[  1132.008] (EE) Caught signal 6 (Aborted). Server aborting
[  1132.008] (EE) 
[  1132.008] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[  1132.008] (EE) Please also check the log file at "/home/me/.local/share/xorg/Xorg.0.log" for additional information.
[  1132.008] (EE) 
[  1132.022] (EE) Server terminated with error (1). Closing log file.

sudo journalctl -b:

-- Journal begins at Mon 2021-01-18 15:57:22 UTC, ends at Sun 2021-03-21 09:46:31 UTC. --
mrt 21 09:27:27 desktop kernel: Linux version 5.11.7-arch1-1 (linux@archlinux) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Wed, 17 Mar 2021 16:59:58 +0000
mrt 21 09:27:27 desktop kernel: Command line: ro root=/dev/disk/by-label/ssd-base initrd=boot\initramfs-linux.img
mrt 21 09:27:27 desktop kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
mrt 21 09:27:27 desktop kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
mrt 21 09:27:27 desktop kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
mrt 21 09:27:27 desktop kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
mrt 21 09:27:27 desktop kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
mrt 21 09:27:27 desktop kernel: BIOS-provided physical RAM map:
mrt 21 09:27:27 desktop kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
mrt 21 09:27:27 desktop kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
mrt 21 09:27:27 desktop kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009cfefff] usable
mrt 21 09:27:27 desktop kernel: BIOS-e820: [mem 0x0000000009cff000-0x0000000009ffffff] reserved
mrt 21 09:27:27 desktop kernel: BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
mrt 21 09:27:27 desktop kernel: BIOS-e820: [mem 0x000000000a200000-0x000000000a212fff] ACPI NVS
mrt 21 09:27:27 desktop kernel: BIOS-e820: [mem 0x000000000a213000-0x000000000affffff] usable
mrt 21 09:27:27 desktop kernel: BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
mrt 21 09:27:27 desktop kernel: BIOS-e820: [mem 0x000000000b020000-0x00000000ca30dfff] usable
mrt 21 09:27:27 desktop kernel: BIOS-e820: [mem 0x00000000ca30e000-0x00000000ca662fff] reserved
mrt 21 09:27:27 desktop kernel: BIOS-e820: [mem 0x00000000ca663000-0x00000000ca696fff] ACPI data
mrt 21 09:27:27 desktop kernel: BIOS-e820: [mem 0x00000000ca697000-0x00000000cad4ffff] ACPI NVS
mrt 21 09:27:27 desktop kernel: BIOS-e820: [mem 0x00000000cad50000-0x00000000cb9fefff] reserved
mrt 21 09:27:27 desktop kernel: BIOS-e820: [mem 0x00000000cb9ff000-0x00000000ccffffff] usable
mrt 21 09:27:27 desktop kernel: BIOS-e820: [mem 0x00000000cd000000-0x00000000cfffffff] reserved
mrt 21 09:27:27 desktop kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
mrt 21 09:27:27 desktop kernel: BIOS-e820: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
mrt 21 09:27:27 desktop kernel: BIOS-e820: [mem 0x00000000fd600000-0x00000000fd7fffff] reserved
mrt 21 09:27:27 desktop kernel: BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
mrt 21 09:27:27 desktop kernel: BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
mrt 21 09:27:27 desktop kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
mrt 21 09:27:27 desktop kernel: BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
mrt 21 09:27:27 desktop kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
mrt 21 09:27:27 desktop kernel: BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
mrt 21 09:27:27 desktop kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
mrt 21 09:27:27 desktop kernel: BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
mrt 21 09:27:27 desktop kernel: BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
mrt 21 09:27:27 desktop kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
mrt 21 09:27:27 desktop kernel: BIOS-e820: [mem 0x0000000100000000-0x000000042f37ffff] usable
mrt 21 09:27:27 desktop kernel: BIOS-e820: [mem 0x000000042f380000-0x000000042fffffff] reserved
mrt 21 09:27:27 desktop kernel: NX (Execute Disable) protection: active
mrt 21 09:27:27 desktop kernel: e820: update [mem 0xc0e11018-0xc0e1f057] usable ==> usable
mrt 21 09:27:27 desktop kernel: e820: update [mem 0xc0e11018-0xc0e1f057] usable ==> usable
mrt 21 09:27:27 desktop kernel: e820: update [mem 0xbda3b018-0xbda53c57] usable ==> usable
mrt 21 09:27:27 desktop kernel: e820: update [mem 0xbda3b018-0xbda53c57] usable ==> usable
mrt 21 09:27:27 desktop kernel: extended physical RAM map:
mrt 21 09:27:27 desktop kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
mrt 21 09:27:27 desktop kernel: reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
mrt 21 09:27:27 desktop kernel: reserve setup_data: [mem 0x0000000000100000-0x0000000009cfefff] usable
mrt 21 09:27:27 desktop kernel: reserve setup_data: [mem 0x0000000009cff000-0x0000000009ffffff] reserved
mrt 21 09:27:27 desktop kernel: reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
mrt 21 09:27:27 desktop kernel: reserve setup_data: [mem 0x000000000a200000-0x000000000a212fff] ACPI NVS
mrt 21 09:27:27 desktop kernel: reserve setup_data: [mem 0x000000000a213000-0x000000000affffff] usable
mrt 21 09:27:27 desktop kernel: reserve setup_data: [mem 0x000000000b000000-0x000000000b01ffff] reserved
mrt 21 09:27:27 desktop kernel: reserve setup_data: [mem 0x000000000b020000-0x00000000bda3b017] usable
mrt 21 09:27:27 desktop kernel: reserve setup_data: [mem 0x00000000bda3b018-0x00000000bda53c57] usable
mrt 21 09:27:27 desktop kernel: reserve setup_data: [mem 0x00000000bda53c58-0x00000000c0e11017] usable
mrt 21 09:27:27 desktop kernel: reserve setup_data: [mem 0x00000000c0e11018-0x00000000c0e1f057] usable
mrt 21 09:27:27 desktop kernel: reserve setup_data: [mem 0x00000000c0e1f058-0x00000000ca30dfff] usable
mrt 21 09:27:27 desktop kernel: reserve setup_data: [mem 0x00000000ca30e000-0x00000000ca662fff] reserved
mrt 21 09:27:27 desktop kernel: reserve setup_data: [mem 0x00000000ca663000-0x00000000ca696fff] ACPI data
mrt 21 09:27:27 desktop kernel: reserve setup_data: [mem 0x00000000ca697000-0x00000000cad4ffff] ACPI NVS
mrt 21 09:27:27 desktop kernel: reserve setup_data: [mem 0x00000000cad50000-0x00000000cb9fefff] reserved
mrt 21 09:27:27 desktop kernel: reserve setup_data: [mem 0x00000000cb9ff000-0x00000000ccffffff] usable
mrt 21 09:27:27 desktop kernel: reserve setup_data: [mem 0x00000000cd000000-0x00000000cfffffff] reserved
mrt 21 09:27:27 desktop kernel: reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
mrt 21 09:27:27 desktop kernel: reserve setup_data: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
mrt 21 09:27:27 desktop kernel: reserve setup_data: [mem 0x00000000fd600000-0x00000000fd7fffff] reserved
mrt 21 09:27:27 desktop kernel: reserve setup_data: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
mrt 21 09:27:27 desktop kernel: reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
mrt 21 09:27:27 desktop kernel: reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
mrt 21 09:27:27 desktop kernel: reserve setup_data: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
mrt 21 09:27:27 desktop kernel: reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
mrt 21 09:27:27 desktop kernel: reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
mrt 21 09:27:27 desktop kernel: reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
mrt 21 09:27:27 desktop kernel: reserve setup_data: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
mrt 21 09:27:27 desktop kernel: reserve setup_data: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
mrt 21 09:27:27 desktop kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
mrt 21 09:27:27 desktop kernel: reserve setup_data: [mem 0x0000000100000000-0x000000042f37ffff] usable
mrt 21 09:27:27 desktop kernel: reserve setup_data: [mem 0x000000042f380000-0x000000042fffffff] reserved
mrt 21 09:27:27 desktop kernel: efi: EFI v2.70 by American Megatrends
mrt 21 09:27:27 desktop kernel: efi: ACPI=0xca696000 ACPI 2.0=0xca696014 SMBIOS=0xcb816000 SMBIOS 3.0=0xcb815000 MEMATTR=0xc4f7d418 ESRT=0xc816c498 RNG=0xcb7ed598 
mrt 21 09:27:27 desktop kernel: efi: seeding entropy pool
mrt 21 09:27:27 desktop kernel: SMBIOS 3.3.0 present.
mrt 21 09:27:27 desktop kernel: DMI: System manufacturer System Product Name/PRIME B450M-A, BIOS 2807 02/01/2021
mrt 21 09:27:27 desktop kernel: tsc: Fast TSC calibration using PIT
mrt 21 09:27:27 desktop kernel: tsc: Detected 3593.404 MHz processor
mrt 21 09:27:27 desktop kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
mrt 21 09:27:27 desktop kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
mrt 21 09:27:27 desktop kernel: last_pfn = 0x42f380 max_arch_pfn = 0x400000000
mrt 21 09:27:27 desktop kernel: MTRR default type: uncachable
mrt 21 09:27:27 desktop kernel: MTRR fixed ranges enabled:
mrt 21 09:27:27 desktop kernel:   00000-9FFFF write-back
mrt 21 09:27:27 desktop kernel:   A0000-BFFFF write-through
mrt 21 09:27:27 desktop kernel:   C0000-FFFFF write-protect
mrt 21 09:27:27 desktop kernel: MTRR variable ranges enabled:
mrt 21 09:27:27 desktop kernel:   0 base 000000000000 mask FFFF80000000 write-back
mrt 21 09:27:27 desktop kernel:   1 base 000080000000 mask FFFFC0000000 write-back
mrt 21 09:27:27 desktop kernel:   2 base 0000C0000000 mask FFFFF0000000 write-back
mrt 21 09:27:27 desktop kernel:   3 base 0000CB120000 mask FFFFFFFF0000 uncachable
mrt 21 09:27:27 desktop kernel:   4 disabled
mrt 21 09:27:27 desktop kernel:   5 disabled
mrt 21 09:27:27 desktop kernel:   6 disabled
mrt 21 09:27:27 desktop kernel:   7 disabled
mrt 21 09:27:27 desktop kernel: TOM2: 0000000430000000 aka 17152M
mrt 21 09:27:27 desktop kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
mrt 21 09:27:27 desktop kernel: total RAM covered: 3327M
mrt 21 09:27:27 desktop kernel: Found optimal setting for mtrr clean up
mrt 21 09:27:27 desktop kernel:  gran_size: 64K         chunk_size: 128M         num_reg: 4          lose cover RAM: 0G
mrt 21 09:27:27 desktop kernel: e820: update [mem 0xcb120000-0xcb12ffff] usable ==> reserved
mrt 21 09:27:27 desktop kernel: e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved
mrt 21 09:27:27 desktop kernel: last_pfn = 0xcd000 max_arch_pfn = 0x400000000
mrt 21 09:27:27 desktop kernel: esrt: Reserving ESRT space from 0x00000000c816c498 to 0x00000000c816c4d0.
mrt 21 09:27:27 desktop kernel: e820: update [mem 0xc816c000-0xc816cfff] usable ==> reserved
mrt 21 09:27:27 desktop kernel: check: Scanning 1 areas for low memory corruption
mrt 21 09:27:27 desktop kernel: Using GB pages for direct mapping
mrt 21 09:27:27 desktop kernel: Secure boot disabled
mrt 21 09:27:27 desktop kernel: RAMDISK: [mem 0x7ead5000-0x7fffffff]
mrt 21 09:27:27 desktop kernel: ACPI: Early table checksum verification disabled
mrt 21 09:27:27 desktop kernel: ACPI: RSDP 0x00000000CA696014 000024 (v02 ALASKA)
mrt 21 09:27:27 desktop kernel: ACPI: XSDT 0x00000000CA695728 0000AC (v01 ALASKA A M I    01072009 AMI  01000013)
mrt 21 09:27:27 desktop kernel: ACPI: FACP 0x00000000CA68E000 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
mrt 21 09:27:27 desktop kernel: ACPI: DSDT 0x00000000CA682000 00B6DD (v02 ALASKA A M I    01072009 INTL 20120913)
mrt 21 09:27:27 desktop kernel: ACPI: FACS 0x00000000CAD35000 000040
mrt 21 09:27:27 desktop kernel: ACPI: SSDT 0x00000000CA694000 00092A (v02 AMD    AmdTable 00000002 MSFT 04000000)
mrt 21 09:27:27 desktop kernel: ACPI: SSDT 0x00000000CA690000 003BD7 (v01 AMD    AMD AOD  00000001 INTL 20120913)
mrt 21 09:27:27 desktop kernel: ACPI: SSDT 0x00000000CA68F000 0000FC (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
mrt 21 09:27:27 desktop kernel: ACPI: FIDT 0x00000000CA681000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
mrt 21 09:27:27 desktop kernel: ACPI: FPDT 0x00000000CA66D000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
mrt 21 09:27:27 desktop kernel: ACPI: MCFG 0x00000000CA67F000 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
mrt 21 09:27:27 desktop kernel: ACPI: HPET 0x00000000CA67E000 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
mrt 21 09:27:27 desktop kernel: ACPI: IVRS 0x00000000CA67C000 0000D0 (v02 AMD    AmdTable 00000001 AMD  00000001)
mrt 21 09:27:27 desktop kernel: ACPI: BGRT 0x00000000CA67B000 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
mrt 21 09:27:27 desktop kernel: ACPI: PCCT 0x00000000CA67A000 00006E (v02 AMD    AmdTable 00000001 AMD  00000001)
mrt 21 09:27:27 desktop kernel: ACPI: SSDT 0x00000000CA676000 003F69 (v02 AMD    AmdTable 00000001 AMD  00000001)
mrt 21 09:27:27 desktop kernel: ACPI: CRAT 0x00000000CA675000 000ED8 (v01 AMD    AmdTable 00000001 AMD  00000001)
mrt 21 09:27:27 desktop kernel: ACPI: CDIT 0x00000000CA674000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
mrt 21 09:27:27 desktop kernel: ACPI: SSDT 0x00000000CA670000 00381A (v01 AMD    MYRTLE   00000001 INTL 20120913)
mrt 21 09:27:27 desktop kernel: ACPI: SSDT 0x00000000CA66F000 0000BF (v01 AMD    AmdTable 00001000 INTL 20120913)
mrt 21 09:27:27 desktop kernel: ACPI: APIC 0x00000000CA66E000 00015E (v03 ALASKA A M I    01072009 AMI  00010013)
mrt 21 09:27:27 desktop kernel: ACPI: Local APIC address 0xfee00000
mrt 21 09:27:27 desktop kernel: No NUMA configuration found
mrt 21 09:27:27 desktop kernel: Faking a node at [mem 0x0000000000000000-0x000000042f37ffff]
mrt 21 09:27:27 desktop kernel: NODE_DATA(0) allocated [mem 0x42f37c000-0x42f37ffff]
mrt 21 09:27:27 desktop kernel: Zone ranges:
mrt 21 09:27:27 desktop kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
mrt 21 09:27:27 desktop kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
mrt 21 09:27:27 desktop kernel:   Normal   [mem 0x0000000100000000-0x000000042f37ffff]
mrt 21 09:27:27 desktop kernel:   Device   empty
mrt 21 09:27:27 desktop kernel: Movable zone start for each node
mrt 21 09:27:27 desktop kernel: Early memory node ranges
mrt 21 09:27:27 desktop kernel:   node   0: [mem 0x0000000000001000-0x000000000009ffff]
mrt 21 09:27:27 desktop kernel:   node   0: [mem 0x0000000000100000-0x0000000009cfefff]
mrt 21 09:27:27 desktop kernel:   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
mrt 21 09:27:27 desktop kernel:   node   0: [mem 0x000000000a213000-0x000000000affffff]
mrt 21 09:27:27 desktop kernel:   node   0: [mem 0x000000000b020000-0x00000000ca30dfff]
mrt 21 09:27:27 desktop kernel:   node   0: [mem 0x00000000cb9ff000-0x00000000ccffffff]
mrt 21 09:27:27 desktop kernel:   node   0: [mem 0x0000000100000000-0x000000042f37ffff]
mrt 21 09:27:27 desktop kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000042f37ffff]
mrt 21 09:27:27 desktop kernel: On node 0 totalpages: 4172026
mrt 21 09:27:27 desktop kernel:   DMA zone: 64 pages used for memmap
mrt 21 09:27:27 desktop kernel:   DMA zone: 26 pages reserved
mrt 21 09:27:27 desktop kernel:   DMA zone: 3999 pages, LIFO batch:0
mrt 21 09:27:27 desktop kernel:   DMA zone: 28769 pages in unavailable ranges
mrt 21 09:27:27 desktop kernel:   DMA32 zone: 12952 pages used for memmap
mrt 21 09:27:27 desktop kernel:   DMA32 zone: 828891 pages, LIFO batch:63
mrt 21 09:27:27 desktop kernel:   DMA32 zone: 18981 pages in unavailable ranges
mrt 21 09:27:27 desktop kernel:   Normal zone: 52174 pages used for memmap
mrt 21 09:27:27 desktop kernel:   Normal zone: 3339136 pages, LIFO batch:63
mrt 21 09:27:27 desktop kernel:   Normal zone: 3200 pages in unavailable ranges
mrt 21 09:27:27 desktop kernel: ACPI: PM-Timer IO Port: 0x808
mrt 21 09:27:27 desktop kernel: ACPI: Local APIC address 0xfee00000
mrt 21 09:27:27 desktop kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
mrt 21 09:27:27 desktop kernel: IOAPIC[0]: apic_id 17, version 33, address 0xfec00000, GSI 0-23
mrt 21 09:27:27 desktop kernel: IOAPIC[1]: apic_id 18, version 33, address 0xfec01000, GSI 24-55
mrt 21 09:27:27 desktop kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
mrt 21 09:27:27 desktop kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
mrt 21 09:27:27 desktop kernel: ACPI: IRQ0 used by override.
mrt 21 09:27:27 desktop kernel: ACPI: IRQ9 used by override.
mrt 21 09:27:27 desktop kernel: Using ACPI (MADT) for SMP configuration information
mrt 21 09:27:27 desktop kernel: ACPI: HPET id: 0x10228201 base: 0xfed00000
mrt 21 09:27:27 desktop kernel: e820: update [mem 0xc55fb000-0xc56eefff] usable ==> reserved
mrt 21 09:27:27 desktop kernel: smpboot: Allowing 32 CPUs, 16 hotplug CPUs
mrt 21 09:27:27 desktop kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
mrt 21 09:27:27 desktop kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
mrt 21 09:27:27 desktop kernel: PM: hibernation: Registered nosave memory: [mem 0x09cff000-0x09ffffff]
mrt 21 09:27:27 desktop kernel: PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a212fff]
mrt 21 09:27:27 desktop kernel: PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
mrt 21 09:27:27 desktop kernel: PM: hibernation: Registered nosave memory: [mem 0xbda3b000-0xbda3bfff]
mrt 21 09:27:27 desktop kernel: PM: hibernation: Registered nosave memory: [mem 0xbda53000-0xbda53fff]
mrt 21 09:27:27 desktop kernel: PM: hibernation: Registered nosave memory: [mem 0xc0e11000-0xc0e11fff]
mrt 21 09:27:27 desktop kernel: PM: hibernation: Registered nosave memory: [mem 0xc0e1f000-0xc0e1ffff]
mrt 21 09:27:27 desktop kernel: PM: hibernation: Registered nosave memory: [mem 0xc55fb000-0xc56eefff]
mrt 21 09:27:27 desktop kernel: PM: hibernation: Registered nosave memory: [mem 0xc816c000-0xc816cfff]
mrt 21 09:27:27 desktop kernel: PM: hibernation: Registered nosave memory: [mem 0xca30e000-0xca662fff]
mrt 21 09:27:27 desktop kernel: PM: hibernation: Registered nosave memory: [mem 0xca663000-0xca696fff]
mrt 21 09:27:27 desktop kernel: PM: hibernation: Registered nosave memory: [mem 0xca697000-0xcad4ffff]
mrt 21 09:27:27 desktop kernel: PM: hibernation: Registered nosave memory: [mem 0xcad50000-0xcb9fefff]
mrt 21 09:27:27 desktop kernel: PM: hibernation: Registered nosave memory: [mem 0xcd000000-0xcfffffff]
mrt 21 09:27:27 desktop kernel: PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xf7ffffff]
mrt 21 09:27:27 desktop kernel: PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
mrt 21 09:27:27 desktop kernel: PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfd1fffff]
mrt 21 09:27:27 desktop kernel: PM: hibernation: Registered nosave memory: [mem 0xfd200000-0xfd2fffff]
mrt 21 09:27:27 desktop kernel: PM: hibernation: Registered nosave memory: [mem 0xfd300000-0xfd5fffff]
mrt 21 09:27:27 desktop kernel: PM: hibernation: Registered nosave memory: [mem 0xfd600000-0xfd7fffff]
mrt 21 09:27:27 desktop kernel: PM: hibernation: Registered nosave memory: [mem 0xfd800000-0xfe9fffff]
mrt 21 09:27:27 desktop kernel: PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
mrt 21 09:27:27 desktop kernel: PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfeb7ffff]
mrt 21 09:27:27 desktop kernel: PM: hibernation: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
mrt 21 09:27:27 desktop kernel: PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
mrt 21 09:27:27 desktop kernel: PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
mrt 21 09:27:27 desktop kernel: PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
mrt 21 09:27:27 desktop kernel: PM: hibernation: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
mrt 21 09:27:27 desktop kernel: PM: hibernation: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
mrt 21 09:27:27 desktop kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
mrt 21 09:27:27 desktop kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
mrt 21 09:27:27 desktop kernel: PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
mrt 21 09:27:27 desktop kernel: PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
mrt 21 09:27:27 desktop kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
mrt 21 09:27:27 desktop kernel: PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
mrt 21 09:27:27 desktop kernel: PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
mrt 21 09:27:27 desktop kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
mrt 21 09:27:27 desktop kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
mrt 21 09:27:27 desktop kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xfeffffff]
mrt 21 09:27:27 desktop kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
mrt 21 09:27:27 desktop kernel: [mem 0xd0000000-0xf7ffffff] available for PCI devices
mrt 21 09:27:27 desktop kernel: Booting paravirtualized kernel on bare hardware
mrt 21 09:27:27 desktop kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
mrt 21 09:27:27 desktop kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:32 nr_node_ids:1
mrt 21 09:27:27 desktop kernel: percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
mrt 21 09:27:27 desktop kernel: pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
mrt 21 09:27:27 desktop kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
mrt 21 09:27:27 desktop kernel: pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31 
mrt 21 09:27:27 desktop kernel: Built 1 zonelists, mobility grouping on.  Total pages: 4106810
mrt 21 09:27:27 desktop kernel: Policy zone: Normal
mrt 21 09:27:27 desktop kernel: Kernel command line: ro root=/dev/disk/by-label/ssd-base initrd=boot\initramfs-linux.img
mrt 21 09:27:27 desktop kernel: printk: log_buf_len individual max cpu contribution: 4096 bytes
mrt 21 09:27:27 desktop kernel: printk: log_buf_len total cpu_extra contributions: 126976 bytes
mrt 21 09:27:27 desktop kernel: printk: log_buf_len min size: 131072 bytes
mrt 21 09:27:27 desktop kernel: printk: log_buf_len: 262144 bytes
mrt 21 09:27:27 desktop kernel: printk: early log buf free: 114344(87%)
mrt 21 09:27:27 desktop kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
mrt 21 09:27:27 desktop kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
mrt 21 09:27:27 desktop kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
mrt 21 09:27:27 desktop kernel: Memory: 16196268K/16688104K available (14344K kernel code, 2032K rwdata, 8896K rodata, 1720K init, 4316K bss, 491576K reserved, 0K cma-reserved)
mrt 21 09:27:27 desktop kernel: random: get_random_u64 called from __kmem_cache_create+0x26/0x530 with crng_init=0
mrt 21 09:27:27 desktop kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
mrt 21 09:27:27 desktop kernel: ftrace: allocating 41805 entries in 164 pages
mrt 21 09:27:27 desktop kernel: ftrace: allocated 164 pages with 3 groups
mrt 21 09:27:27 desktop kernel: rcu: Preemptible hierarchical RCU implementation.
mrt 21 09:27:27 desktop kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
mrt 21 09:27:27 desktop kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=32.
mrt 21 09:27:27 desktop kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
mrt 21 09:27:27 desktop kernel:         Trampoline variant of Tasks RCU enabled.
mrt 21 09:27:27 desktop kernel:         Rude variant of Tasks RCU enabled.
mrt 21 09:27:27 desktop kernel:         Tracing variant of Tasks RCU enabled.
mrt 21 09:27:27 desktop kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
mrt 21 09:27:27 desktop kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
mrt 21 09:27:27 desktop kernel: NR_IRQS: 20736, nr_irqs: 1224, preallocated irqs: 16
mrt 21 09:27:27 desktop kernel: Console: colour dummy device 80x25
mrt 21 09:27:27 desktop kernel: printk: console [tty0] enabled
mrt 21 09:27:27 desktop kernel: ACPI: Core revision 20201113
mrt 21 09:27:27 desktop kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
mrt 21 09:27:27 desktop kernel: APIC: Switch to symmetric I/O mode setup
mrt 21 09:27:27 desktop kernel: Switched APIC routing to physical flat.
mrt 21 09:27:27 desktop kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
mrt 21 09:27:27 desktop kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x33cbfc45b44, max_idle_ns: 440795225062 ns
mrt 21 09:27:27 desktop kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 7189.25 BogoMIPS (lpj=11978013)
mrt 21 09:27:27 desktop kernel: pid_max: default: 32768 minimum: 301
mrt 21 09:27:27 desktop kernel: LSM: Security Framework initializing
mrt 21 09:27:27 desktop kernel: Yama: becoming mindful.
mrt 21 09:27:27 desktop kernel: LSM support for eBPF active
mrt 21 09:27:27 desktop kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
mrt 21 09:27:27 desktop kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
mrt 21 09:27:27 desktop kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
mrt 21 09:27:27 desktop kernel: LVT offset 1 assigned for vector 0xf9
mrt 21 09:27:27 desktop kernel: LVT offset 2 assigned for vector 0xf4
mrt 21 09:27:27 desktop kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
mrt 21 09:27:27 desktop kernel: Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
mrt 21 09:27:27 desktop kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
mrt 21 09:27:27 desktop kernel: Spectre V2 : Mitigation: Full AMD retpoline
mrt 21 09:27:27 desktop kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
mrt 21 09:27:27 desktop kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
mrt 21 09:27:27 desktop kernel: Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
mrt 21 09:27:27 desktop kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
mrt 21 09:27:27 desktop kernel: Freeing SMP alternatives memory: 36K
mrt 21 09:27:27 desktop kernel: smpboot: CPU0: AMD Ryzen 7 3700X 8-Core Processor (family: 0x17, model: 0x71, stepping: 0x0)
mrt 21 09:27:27 desktop kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
mrt 21 09:27:27 desktop kernel: ... version:                0
mrt 21 09:27:27 desktop kernel: ... bit width:              48
mrt 21 09:27:27 desktop kernel: ... generic registers:      6
mrt 21 09:27:27 desktop kernel: ... value mask:             0000ffffffffffff
mrt 21 09:27:27 desktop kernel: ... max period:             00007fffffffffff
mrt 21 09:27:27 desktop kernel: ... fixed-purpose events:   0
mrt 21 09:27:27 desktop kernel: ... event mask:             000000000000003f
mrt 21 09:27:27 desktop kernel: rcu: Hierarchical SRCU implementation.
mrt 21 09:27:27 desktop kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
mrt 21 09:27:27 desktop kernel: smp: Bringing up secondary CPUs ...
mrt 21 09:27:27 desktop kernel: x86: Booting SMP configuration:
mrt 21 09:27:27 desktop kernel: .... node  #0, CPUs:        #1
mrt 21 09:27:27 desktop kernel: __common_interrupt: 1.55 No irq handler for vector
mrt 21 09:27:27 desktop kernel:   #2
mrt 21 09:27:27 desktop kernel: __common_interrupt: 2.55 No irq handler for vector
mrt 21 09:27:27 desktop kernel:   #3
mrt 21 09:27:27 desktop kernel: __common_interrupt: 3.55 No irq handler for vector
mrt 21 09:27:27 desktop kernel:   #4
mrt 21 09:27:27 desktop kernel: __common_interrupt: 4.55 No irq handler for vector
mrt 21 09:27:27 desktop kernel:   #5
mrt 21 09:27:27 desktop kernel: __common_interrupt: 5.55 No irq handler for vector
mrt 21 09:27:27 desktop kernel:   #6
mrt 21 09:27:27 desktop kernel: __common_interrupt: 6.55 No irq handler for vector
mrt 21 09:27:27 desktop kernel:   #7
mrt 21 09:27:27 desktop kernel: __common_interrupt: 7.55 No irq handler for vector
mrt 21 09:27:27 desktop kernel:   #8
mrt 21 09:27:27 desktop kernel: __common_interrupt: 8.55 No irq handler for vector
mrt 21 09:27:27 desktop kernel:   #9
mrt 21 09:27:27 desktop kernel: __common_interrupt: 9.55 No irq handler for vector
mrt 21 09:27:27 desktop kernel:  #10
mrt 21 09:27:27 desktop kernel: __common_interrupt: 10.55 No irq handler for vector
mrt 21 09:27:27 desktop kernel:  #11 #12 #13 #14 #15
mrt 21 09:27:27 desktop kernel: smp: Brought up 1 node, 16 CPUs
mrt 21 09:27:27 desktop kernel: smpboot: Max logical packages: 2
mrt 21 09:27:27 desktop kernel: smpboot: Total of 16 processors activated (115034.13 BogoMIPS)
mrt 21 09:27:27 desktop kernel: devtmpfs: initialized
mrt 21 09:27:27 desktop kernel: x86/mm: Memory block size: 128MB
mrt 21 09:27:27 desktop kernel: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a212fff] (77824 bytes)
mrt 21 09:27:27 desktop kernel: PM: Registering ACPI NVS region [mem 0xca697000-0xcad4ffff] (7049216 bytes)
mrt 21 09:27:27 desktop kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
mrt 21 09:27:27 desktop kernel: futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
mrt 21 09:27:27 desktop kernel: pinctrl core: initialized pinctrl subsystem
mrt 21 09:27:27 desktop kernel: PM: RTC time: 09:27:23, date: 2021-03-21
mrt 21 09:27:27 desktop kernel: NET: Registered protocol family 16
mrt 21 09:27:27 desktop kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
mrt 21 09:27:27 desktop kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
mrt 21 09:27:27 desktop kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
mrt 21 09:27:27 desktop kernel: audit: initializing netlink subsys (disabled)
mrt 21 09:27:27 desktop kernel: audit: type=2000 audit(1616318843.159:1): state=initialized audit_enabled=0 res=1
mrt 21 09:27:27 desktop kernel: thermal_sys: Registered thermal governor 'fair_share'
mrt 21 09:27:27 desktop kernel: thermal_sys: Registered thermal governor 'bang_bang'
mrt 21 09:27:27 desktop kernel: thermal_sys: Registered thermal governor 'step_wise'
mrt 21 09:27:27 desktop kernel: thermal_sys: Registered thermal governor 'user_space'
mrt 21 09:27:27 desktop kernel: thermal_sys: Registered thermal governor 'power_allocator'
mrt 21 09:27:27 desktop kernel: cpuidle: using governor ladder
mrt 21 09:27:27 desktop kernel: cpuidle: using governor menu
mrt 21 09:27:27 desktop kernel: Detected 1 PCC Subspaces
mrt 21 09:27:27 desktop kernel: Registering PCC driver as Mailbox controller
mrt 21 09:27:27 desktop kernel: ACPI: bus type PCI registered
mrt 21 09:27:27 desktop kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
mrt 21 09:27:27 desktop kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
mrt 21 09:27:27 desktop kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
mrt 21 09:27:27 desktop kernel: PCI: Using configuration type 1 for base access
mrt 21 09:27:27 desktop kernel: Kprobes globally optimized
mrt 21 09:27:27 desktop kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
mrt 21 09:27:27 desktop kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
mrt 21 09:27:27 desktop kernel: fbcon: Taking over console
mrt 21 09:27:27 desktop kernel: ACPI: Added _OSI(Module Device)
mrt 21 09:27:27 desktop kernel: ACPI: Added _OSI(Processor Device)
mrt 21 09:27:27 desktop kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
mrt 21 09:27:27 desktop kernel: ACPI: Added _OSI(Processor Aggregator Device)
mrt 21 09:27:27 desktop kernel: ACPI: Added _OSI(Linux-Dell-Video)
mrt 21 09:27:27 desktop kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
mrt 21 09:27:27 desktop kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
mrt 21 09:27:27 desktop kernel: ACPI: 7 ACPI AML tables successfully acquired and loaded
mrt 21 09:27:27 desktop kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
mrt 21 09:27:27 desktop kernel: ACPI: Interpreter enabled
mrt 21 09:27:27 desktop kernel: ACPI: (supports S0 S3 S4 S5)
mrt 21 09:27:27 desktop kernel: ACPI: Using IOAPIC for interrupt routing
mrt 21 09:27:27 desktop kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
mrt 21 09:27:27 desktop kernel: ACPI: Enabled 3 GPEs in block 00 to 1F
mrt 21 09:27:27 desktop kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
mrt 21 09:27:27 desktop kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
mrt 21 09:27:27 desktop kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME LTR DPC]
mrt 21 09:27:27 desktop kernel: acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
mrt 21 09:27:27 desktop kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
mrt 21 09:27:27 desktop kernel: PCI host bridge to bus 0000:00
mrt 21 09:27:27 desktop kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
mrt 21 09:27:27 desktop kernel: pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
mrt 21 09:27:27 desktop kernel: pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
mrt 21 09:27:27 desktop kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
mrt 21 09:27:27 desktop kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
mrt 21 09:27:27 desktop kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
mrt 21 09:27:27 desktop kernel: pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfec2ffff window]
mrt 21 09:27:27 desktop kernel: pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
mrt 21 09:27:27 desktop kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
mrt 21 09:27:27 desktop kernel: pci 0000:00:00.0: [1022:1480] type 00 class 0x060000
mrt 21 09:27:27 desktop kernel: pci 0000:00:00.2: [1022:1481] type 00 class 0x080600
mrt 21 09:27:27 desktop kernel: pci 0000:00:01.0: [1022:1482] type 00 class 0x060000
mrt 21 09:27:27 desktop kernel: pci 0000:00:01.1: [1022:1483] type 01 class 0x060400
mrt 21 09:27:27 desktop kernel: pci 0000:00:01.1: enabling Extended Tags
mrt 21 09:27:27 desktop kernel: pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
mrt 21 09:27:27 desktop kernel: pci 0000:00:01.3: [1022:1483] type 01 class 0x060400
mrt 21 09:27:27 desktop kernel: pci 0000:00:01.3: enabling Extended Tags
mrt 21 09:27:27 desktop kernel: pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
mrt 21 09:27:27 desktop kernel: pci 0000:00:02.0: [1022:1482] type 00 class 0x060000
mrt 21 09:27:27 desktop kernel: pci 0000:00:03.0: [1022:1482] type 00 class 0x060000
mrt 21 09:27:27 desktop kernel: pci 0000:00:03.1: [1022:1483] type 01 class 0x060400
mrt 21 09:27:27 desktop kernel: pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
mrt 21 09:27:27 desktop kernel: pci 0000:00:04.0: [1022:1482] type 00 class 0x060000
mrt 21 09:27:27 desktop kernel: pci 0000:00:05.0: [1022:1482] type 00 class 0x060000
mrt 21 09:27:27 desktop kernel: pci 0000:00:07.0: [1022:1482] type 00 class 0x060000
mrt 21 09:27:27 desktop kernel: pci 0000:00:07.1: [1022:1484] type 01 class 0x060400
mrt 21 09:27:27 desktop kernel: pci 0000:00:07.1: enabling Extended Tags
mrt 21 09:27:27 desktop kernel: pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
mrt 21 09:27:27 desktop kernel: pci 0000:00:08.0: [1022:1482] type 00 class 0x060000
mrt 21 09:27:27 desktop kernel: pci 0000:00:08.1: [1022:1484] type 01 class 0x060400
mrt 21 09:27:27 desktop kernel: pci 0000:00:08.1: enabling Extended Tags
mrt 21 09:27:27 desktop kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
mrt 21 09:27:27 desktop kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
mrt 21 09:27:27 desktop kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
mrt 21 09:27:27 desktop kernel: pci 0000:00:18.0: [1022:1440] type 00 class 0x060000
mrt 21 09:27:27 desktop kernel: pci 0000:00:18.1: [1022:1441] type 00 class 0x060000
mrt 21 09:27:27 desktop kernel: pci 0000:00:18.2: [1022:1442] type 00 class 0x060000
mrt 21 09:27:27 desktop kernel: pci 0000:00:18.3: [1022:1443] type 00 class 0x060000
mrt 21 09:27:27 desktop kernel: pci 0000:00:18.4: [1022:1444] type 00 class 0x060000
mrt 21 09:27:27 desktop kernel: pci 0000:00:18.5: [1022:1445] type 00 class 0x060000
mrt 21 09:27:27 desktop kernel: pci 0000:00:18.6: [1022:1446] type 00 class 0x060000
mrt 21 09:27:27 desktop kernel: pci 0000:00:18.7: [1022:1447] type 00 class 0x060000
mrt 21 09:27:27 desktop kernel: pci 0000:01:00.0: [8086:faf0] type 00 class 0x010802
mrt 21 09:27:27 desktop kernel: pci 0000:01:00.0: reg 0x10: [mem 0xfcf00000-0xfcf03fff 64bit]
mrt 21 09:27:27 desktop kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
mrt 21 09:27:27 desktop kernel: pci 0000:00:01.1:   bridge window [mem 0xfcf00000-0xfcffffff]
mrt 21 09:27:27 desktop kernel: pci 0000:02:00.0: [1022:43d5] type 00 class 0x0c0330
mrt 21 09:27:27 desktop kernel: pci 0000:02:00.0: reg 0x10: [mem 0xfcea0000-0xfcea7fff 64bit]
mrt 21 09:27:27 desktop kernel: pci 0000:02:00.0: enabling Extended Tags
mrt 21 09:27:27 desktop kernel: pci 0000:02:00.0: PME# supported from D3hot D3cold
mrt 21 09:27:27 desktop kernel: pci 0000:02:00.1: [1022:43c8] type 00 class 0x010601
mrt 21 09:27:27 desktop kernel: pci 0000:02:00.1: reg 0x24: [mem 0xfce80000-0xfce9ffff]
mrt 21 09:27:27 desktop kernel: pci 0000:02:00.1: reg 0x30: [mem 0xfce00000-0xfce7ffff pref]
mrt 21 09:27:27 desktop kernel: pci 0000:02:00.1: enabling Extended Tags
mrt 21 09:27:27 desktop kernel: pci 0000:02:00.1: PME# supported from D3hot D3cold
mrt 21 09:27:27 desktop kernel: pci 0000:02:00.2: [1022:43c6] type 01 class 0x060400
mrt 21 09:27:27 desktop kernel: pci 0000:02:00.2: enabling Extended Tags
mrt 21 09:27:27 desktop kernel: pci 0000:02:00.2: PME# supported from D3hot D3cold
mrt 21 09:27:27 desktop kernel: pci 0000:00:01.3: PCI bridge to [bus 02-08]
mrt 21 09:27:27 desktop kernel: pci 0000:00:01.3:   bridge window [io  0xf000-0xffff]
mrt 21 09:27:27 desktop kernel: pci 0000:00:01.3:   bridge window [mem 0xfcd00000-0xfcefffff]
mrt 21 09:27:27 desktop kernel: pci 0000:03:00.0: [1022:43c7] type 01 class 0x060400
mrt 21 09:27:27 desktop kernel: pci 0000:03:00.0: enabling Extended Tags
mrt 21 09:27:27 desktop kernel: pci 0000:03:00.0: PME# supported from D3hot D3cold
mrt 21 09:27:27 desktop kernel: pci 0000:03:04.0: [1022:43c7] type 01 class 0x060400
mrt 21 09:27:27 desktop kernel: pci 0000:03:04.0: enabling Extended Tags
mrt 21 09:27:27 desktop kernel: pci 0000:03:04.0: PME# supported from D3hot D3cold
mrt 21 09:27:27 desktop kernel: pci 0000:03:05.0: [1022:43c7] type 01 class 0x060400
mrt 21 09:27:27 desktop kernel: pci 0000:03:05.0: enabling Extended Tags
mrt 21 09:27:27 desktop kernel: pci 0000:03:05.0: PME# supported from D3hot D3cold
mrt 21 09:27:27 desktop kernel: pci 0000:03:06.0: [1022:43c7] type 01 class 0x060400
mrt 21 09:27:27 desktop kernel: pci 0000:03:06.0: enabling Extended Tags
mrt 21 09:27:27 desktop kernel: pci 0000:03:06.0: PME# supported from D3hot D3cold
mrt 21 09:27:27 desktop kernel: pci 0000:03:07.0: [1022:43c7] type 01 class 0x060400
mrt 21 09:27:27 desktop kernel: pci 0000:03:07.0: enabling Extended Tags
mrt 21 09:27:27 desktop kernel: pci 0000:03:07.0: PME# supported from D3hot D3cold
mrt 21 09:27:27 desktop kernel: pci 0000:02:00.2: PCI bridge to [bus 03-08]
mrt 21 09:27:27 desktop kernel: pci 0000:02:00.2:   bridge window [io  0xf000-0xffff]
mrt 21 09:27:27 desktop kernel: pci 0000:02:00.2:   bridge window [mem 0xfcd00000-0xfcdfffff]
mrt 21 09:27:27 desktop kernel: pci 0000:03:00.0: PCI bridge to [bus 04]
mrt 21 09:27:27 desktop kernel: pci 0000:03:04.0: PCI bridge to [bus 05]
mrt 21 09:27:27 desktop kernel: pci 0000:03:05.0: PCI bridge to [bus 06]
mrt 21 09:27:27 desktop kernel: pci 0000:03:06.0: PCI bridge to [bus 07]
mrt 21 09:27:27 desktop kernel: pci 0000:08:00.0: [10ec:8168] type 00 class 0x020000
mrt 21 09:27:27 desktop kernel: pci 0000:08:00.0: reg 0x10: [io  0xf000-0xf0ff]
mrt 21 09:27:27 desktop kernel: pci 0000:08:00.0: reg 0x18: [mem 0xfcd04000-0xfcd04fff 64bit]
mrt 21 09:27:27 desktop kernel: pci 0000:08:00.0: reg 0x20: [mem 0xfcd00000-0xfcd03fff 64bit]
mrt 21 09:27:27 desktop kernel: pci 0000:08:00.0: supports D1 D2
mrt 21 09:27:27 desktop kernel: pci 0000:08:00.0: PME# supported from D0 D1 D2 D3hot D3cold
mrt 21 09:27:27 desktop kernel: pci 0000:03:07.0: PCI bridge to [bus 08]
mrt 21 09:27:27 desktop kernel: pci 0000:03:07.0:   bridge window [io  0xf000-0xffff]
mrt 21 09:27:27 desktop kernel: pci 0000:03:07.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
mrt 21 09:27:27 desktop kernel: pci 0000:09:00.0: [1002:1478] type 01 class 0x060400
mrt 21 09:27:27 desktop kernel: pci 0000:09:00.0: reg 0x10: [mem 0xfcc00000-0xfcc03fff]
mrt 21 09:27:27 desktop kernel: pci 0000:09:00.0: PME# supported from D0 D3hot D3cold
mrt 21 09:27:27 desktop kernel: pci 0000:09:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:03.1 (capable of 126.024 Gb/s with 16.0 GT/s PCIe x8 link)
mrt 21 09:27:27 desktop kernel: pci 0000:00:03.1: PCI bridge to [bus 09-0b]
mrt 21 09:27:27 desktop kernel: pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
mrt 21 09:27:27 desktop kernel: pci 0000:00:03.1:   bridge window [mem 0xfcb00000-0xfccfffff]
mrt 21 09:27:27 desktop kernel: pci 0000:00:03.1:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
mrt 21 09:27:27 desktop kernel: pci 0000:0a:00.0: [1002:1479] type 01 class 0x060400
mrt 21 09:27:27 desktop kernel: pci 0000:0a:00.0: PME# supported from D0 D3hot D3cold
mrt 21 09:27:27 desktop kernel: pci 0000:09:00.0: PCI bridge to [bus 0a-0b]
mrt 21 09:27:27 desktop kernel: pci 0000:09:00.0:   bridge window [io  0xe000-0xefff]
mrt 21 09:27:27 desktop kernel: pci 0000:09:00.0:   bridge window [mem 0xfcb00000-0xfcbfffff]
mrt 21 09:27:27 desktop kernel: pci 0000:09:00.0:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
mrt 21 09:27:27 desktop kernel: pci 0000:0b:00.0: [1002:7340] type 00 class 0x030000
mrt 21 09:27:27 desktop kernel: pci 0000:0b:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
mrt 21 09:27:27 desktop kernel: pci 0000:0b:00.0: reg 0x18: [mem 0xf0000000-0xf01fffff 64bit pref]
mrt 21 09:27:27 desktop kernel: pci 0000:0b:00.0: reg 0x20: [io  0xe000-0xe0ff]
mrt 21 09:27:27 desktop kernel: pci 0000:0b:00.0: reg 0x24: [mem 0xfcb00000-0xfcb7ffff]
mrt 21 09:27:27 desktop kernel: pci 0000:0b:00.0: reg 0x30: [mem 0xfcb80000-0xfcb9ffff pref]
mrt 21 09:27:27 desktop kernel: pci 0000:0b:00.0: BAR 0: assigned to efifb
mrt 21 09:27:27 desktop kernel: pci 0000:0b:00.0: PME# supported from D1 D2 D3hot D3cold
mrt 21 09:27:27 desktop kernel: pci 0000:0b:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:03.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
mrt 21 09:27:27 desktop kernel: pci 0000:0b:00.1: [1002:ab38] type 00 class 0x040300
mrt 21 09:27:27 desktop kernel: pci 0000:0b:00.1: reg 0x10: [mem 0xfcba0000-0xfcba3fff]
mrt 21 09:27:27 desktop kernel: pci 0000:0b:00.1: PME# supported from D1 D2 D3hot D3cold
mrt 21 09:27:27 desktop kernel: pci 0000:0a:00.0: PCI bridge to [bus 0b]
mrt 21 09:27:27 desktop kernel: pci 0000:0a:00.0:   bridge window [io  0xe000-0xefff]
mrt 21 09:27:27 desktop kernel: pci 0000:0a:00.0:   bridge window [mem 0xfcb00000-0xfcbfffff]
mrt 21 09:27:27 desktop kernel: pci 0000:0a:00.0:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
mrt 21 09:27:27 desktop kernel: pci 0000:0c:00.0: [1022:148a] type 00 class 0x130000
mrt 21 09:27:27 desktop kernel: pci 0000:0c:00.0: enabling Extended Tags
mrt 21 09:27:27 desktop kernel: pci 0000:00:07.1: PCI bridge to [bus 0c]
mrt 21 09:27:27 desktop kernel: pci 0000:0d:00.0: [1022:1485] type 00 class 0x130000
mrt 21 09:27:27 desktop kernel: pci 0000:0d:00.0: enabling Extended Tags
mrt 21 09:27:27 desktop kernel: pci 0000:0d:00.1: [1022:1486] type 00 class 0x108000
mrt 21 09:27:27 desktop kernel: pci 0000:0d:00.1: reg 0x18: [mem 0xfc900000-0xfc9fffff]
mrt 21 09:27:27 desktop kernel: pci 0000:0d:00.1: reg 0x24: [mem 0xfca08000-0xfca09fff]
mrt 21 09:27:27 desktop kernel: pci 0000:0d:00.1: enabling Extended Tags
mrt 21 09:27:27 desktop kernel: pci 0000:0d:00.3: [1022:149c] type 00 class 0x0c0330
mrt 21 09:27:27 desktop kernel: pci 0000:0d:00.3: reg 0x10: [mem 0xfc800000-0xfc8fffff 64bit]
mrt 21 09:27:27 desktop kernel: pci 0000:0d:00.3: enabling Extended Tags
mrt 21 09:27:27 desktop kernel: pci 0000:0d:00.3: PME# supported from D0 D3hot D3cold
mrt 21 09:27:27 desktop kernel: pci 0000:0d:00.4: [1022:1487] type 00 class 0x040300
mrt 21 09:27:27 desktop kernel: pci 0000:0d:00.4: reg 0x10: [mem 0xfca00000-0xfca07fff]
mrt 21 09:27:27 desktop kernel: pci 0000:0d:00.4: enabling Extended Tags
mrt 21 09:27:27 desktop kernel: pci 0000:0d:00.4: PME# supported from D0 D3hot D3cold
mrt 21 09:27:27 desktop kernel: pci 0000:00:08.1: PCI bridge to [bus 0d]
mrt 21 09:27:27 desktop kernel: pci 0000:00:08.1:   bridge window [mem 0xfc800000-0xfcafffff]
mrt 21 09:27:27 desktop kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
mrt 21 09:27:27 desktop kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
mrt 21 09:27:27 desktop kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
mrt 21 09:27:27 desktop kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
mrt 21 09:27:27 desktop kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
mrt 21 09:27:27 desktop kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
mrt 21 09:27:27 desktop kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
mrt 21 09:27:27 desktop kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
mrt 21 09:27:27 desktop kernel: iommu: Default domain type: Translated 
mrt 21 09:27:27 desktop kernel: pci 0000:0b:00.0: vgaarb: setting as boot VGA device
mrt 21 09:27:27 desktop kernel: pci 0000:0b:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
mrt 21 09:27:27 desktop kernel: pci 0000:0b:00.0: vgaarb: bridge control possible
mrt 21 09:27:27 desktop kernel: vgaarb: loaded
mrt 21 09:27:27 desktop kernel: SCSI subsystem initialized
mrt 21 09:27:27 desktop kernel: libata version 3.00 loaded.
mrt 21 09:27:27 desktop kernel: ACPI: bus type USB registered
mrt 21 09:27:27 desktop kernel: usbcore: registered new interface driver usbfs
mrt 21 09:27:27 desktop kernel: usbcore: registered new interface driver hub
mrt 21 09:27:27 desktop kernel: usbcore: registered new device driver usb
mrt 21 09:27:27 desktop kernel: pps_core: LinuxPPS API ver. 1 registered
mrt 21 09:27:27 desktop kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
mrt 21 09:27:27 desktop kernel: PTP clock support registered
mrt 21 09:27:27 desktop kernel: EDAC MC: Ver: 3.0.0
mrt 21 09:27:27 desktop kernel: Registered efivars operations
mrt 21 09:27:27 desktop kernel: NetLabel: Initializing
mrt 21 09:27:27 desktop kernel: NetLabel:  domain hash size = 128
mrt 21 09:27:27 desktop kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
mrt 21 09:27:27 desktop kernel: NetLabel:  unlabeled traffic allowed by default
mrt 21 09:27:27 desktop kernel: PCI: Using ACPI for IRQ routing
mrt 21 09:27:27 desktop kernel: PCI: pci_cache_line_size set to 64 bytes
mrt 21 09:27:27 desktop kernel: e820: reserve RAM buffer [mem 0x09cff000-0x0bffffff]
mrt 21 09:27:27 desktop kernel: e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
mrt 21 09:27:27 desktop kernel: e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
mrt 21 09:27:27 desktop kernel: e820: reserve RAM buffer [mem 0xbda3b018-0xbfffffff]
mrt 21 09:27:27 desktop kernel: e820: reserve RAM buffer [mem 0xc0e11018-0xc3ffffff]
mrt 21 09:27:27 desktop kernel: e820: reserve RAM buffer [mem 0xc55fb000-0xc7ffffff]
mrt 21 09:27:27 desktop kernel: e820: reserve RAM buffer [mem 0xc816c000-0xcbffffff]
mrt 21 09:27:27 desktop kernel: e820: reserve RAM buffer [mem 0xca30e000-0xcbffffff]
mrt 21 09:27:27 desktop kernel: e820: reserve RAM buffer [mem 0xcd000000-0xcfffffff]
mrt 21 09:27:27 desktop kernel: e820: reserve RAM buffer [mem 0x42f380000-0x42fffffff]
mrt 21 09:27:27 desktop kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
mrt 21 09:27:27 desktop kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
mrt 21 09:27:27 desktop kernel: clocksource: Switched to clocksource tsc-early
mrt 21 09:27:27 desktop kernel: VFS: Disk quotas dquot_6.6.0
mrt 21 09:27:27 desktop kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
mrt 21 09:27:27 desktop kernel: pnp: PnP ACPI init
mrt 21 09:27:27 desktop kernel: system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
mrt 21 09:27:27 desktop kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
mrt 21 09:27:27 desktop kernel: system 00:01: [mem 0xfd200000-0xfd2fffff] has been reserved
mrt 21 09:27:27 desktop kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
mrt 21 09:27:27 desktop kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
mrt 21 09:27:27 desktop kernel: system 00:03: [io  0x0300-0x030f] has been reserved
mrt 21 09:27:27 desktop kernel: system 00:03: [io  0x0230-0x023f] has been reserved
mrt 21 09:27:27 desktop kernel: system 00:03: [io  0x0290-0x029f] has been reserved
mrt 21 09:27:27 desktop kernel: system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
mrt 21 09:27:27 desktop kernel: pnp 00:04: [dma 0 disabled]
mrt 21 09:27:27 desktop kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
mrt 21 09:27:27 desktop kernel: system 00:05: [io  0x04d0-0x04d1] has been reserved
mrt 21 09:27:27 desktop kernel: system 00:05: [io  0x040b] has been reserved
mrt 21 09:27:27 desktop kernel: system 00:05: [io  0x04d6] has been reserved
mrt 21 09:27:27 desktop kernel: system 00:05: [io  0x0c00-0x0c01] has been reserved
mrt 21 09:27:27 desktop kernel: system 00:05: [io  0x0c14] has been reserved
mrt 21 09:27:27 desktop kernel: system 00:05: [io  0x0c50-0x0c51] has been reserved
mrt 21 09:27:27 desktop kernel: system 00:05: [io  0x0c52] has been reserved
mrt 21 09:27:27 desktop kernel: system 00:05: [io  0x0c6c] has been reserved
mrt 21 09:27:27 desktop kernel: system 00:05: [io  0x0c6f] has been reserved
mrt 21 09:27:27 desktop kernel: system 00:05: [io  0x0cd8-0x0cdf] has been reserved
mrt 21 09:27:27 desktop kernel: system 00:05: [io  0x0800-0x089f] has been reserved
mrt 21 09:27:27 desktop kernel: system 00:05: [io  0x0b00-0x0b0f] has been reserved
mrt 21 09:27:27 desktop kernel: system 00:05: [io  0x0b20-0x0b3f] has been reserved
mrt 21 09:27:27 desktop kernel: system 00:05: [io  0x0900-0x090f] has been reserved
mrt 21 09:27:27 desktop kernel: system 00:05: [io  0x0910-0x091f] has been reserved
mrt 21 09:27:27 desktop kernel: system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
mrt 21 09:27:27 desktop kernel: system 00:05: [mem 0xfec01000-0xfec01fff] could not be reserved
mrt 21 09:27:27 desktop kernel: system 00:05: [mem 0xfedc0000-0xfedc0fff] has been reserved
mrt 21 09:27:27 desktop kernel: system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
mrt 21 09:27:27 desktop kernel: system 00:05: [mem 0xfed80000-0xfed8ffff] could not be reserved
mrt 21 09:27:27 desktop kernel: system 00:05: [mem 0xfec10000-0xfec10fff] has been reserved
mrt 21 09:27:27 desktop kernel: system 00:05: [mem 0xff000000-0xffffffff] has been reserved
mrt 21 09:27:27 desktop kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
mrt 21 09:27:27 desktop kernel: pnp: PnP ACPI: found 6 devices
mrt 21 09:27:27 desktop kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
mrt 21 09:27:27 desktop kernel: NET: Registered protocol family 2
mrt 21 09:27:27 desktop kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
mrt 21 09:27:27 desktop kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
mrt 21 09:27:27 desktop kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
mrt 21 09:27:27 desktop kernel: TCP: Hash tables configured (established 131072 bind 65536)
mrt 21 09:27:27 desktop kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
mrt 21 09:27:27 desktop kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
mrt 21 09:27:27 desktop kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
mrt 21 09:27:27 desktop kernel: NET: Registered protocol family 1
mrt 21 09:27:27 desktop kernel: NET: Registered protocol family 44
mrt 21 09:27:27 desktop kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
mrt 21 09:27:27 desktop kernel: pci 0000:00:01.1:   bridge window [mem 0xfcf00000-0xfcffffff]
mrt 21 09:27:27 desktop kernel: pci 0000:03:00.0: PCI bridge to [bus 04]
mrt 21 09:27:27 desktop kernel: pci 0000:03:04.0: PCI bridge to [bus 05]
mrt 21 09:27:27 desktop kernel: pci 0000:03:05.0: PCI bridge to [bus 06]
mrt 21 09:27:27 desktop kernel: pci 0000:03:06.0: PCI bridge to [bus 07]
mrt 21 09:27:27 desktop kernel: pci 0000:03:07.0: PCI bridge to [bus 08]
mrt 21 09:27:27 desktop kernel: pci 0000:03:07.0:   bridge window [io  0xf000-0xffff]
mrt 21 09:27:27 desktop kernel: pci 0000:03:07.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
mrt 21 09:27:27 desktop kernel: pci 0000:02:00.2: PCI bridge to [bus 03-08]
mrt 21 09:27:27 desktop kernel: pci 0000:02:00.2:   bridge window [io  0xf000-0xffff]
mrt 21 09:27:27 desktop kernel: pci 0000:02:00.2:   bridge window [mem 0xfcd00000-0xfcdfffff]
mrt 21 09:27:27 desktop kernel: pci 0000:00:01.3: PCI bridge to [bus 02-08]
mrt 21 09:27:27 desktop kernel: pci 0000:00:01.3:   bridge window [io  0xf000-0xffff]
mrt 21 09:27:27 desktop kernel: pci 0000:00:01.3:   bridge window [mem 0xfcd00000-0xfcefffff]
mrt 21 09:27:27 desktop kernel: pci 0000:0a:00.0: PCI bridge to [bus 0b]
mrt 21 09:27:27 desktop kernel: pci 0000:0a:00.0:   bridge window [io  0xe000-0xefff]
mrt 21 09:27:27 desktop kernel: pci 0000:0a:00.0:   bridge window [mem 0xfcb00000-0xfcbfffff]
mrt 21 09:27:27 desktop kernel: pci 0000:0a:00.0:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
mrt 21 09:27:27 desktop kernel: pci 0000:09:00.0: PCI bridge to [bus 0a-0b]
mrt 21 09:27:27 desktop kernel: pci 0000:09:00.0:   bridge window [io  0xe000-0xefff]
mrt 21 09:27:27 desktop kernel: pci 0000:09:00.0:   bridge window [mem 0xfcb00000-0xfcbfffff]
mrt 21 09:27:27 desktop kernel: pci 0000:09:00.0:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
mrt 21 09:27:27 desktop kernel: pci 0000:00:03.1: PCI bridge to [bus 09-0b]
mrt 21 09:27:27 desktop kernel: pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
mrt 21 09:27:27 desktop kernel: pci 0000:00:03.1:   bridge window [mem 0xfcb00000-0xfccfffff]
mrt 21 09:27:27 desktop kernel: pci 0000:00:03.1:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
mrt 21 09:27:27 desktop kernel: pci 0000:00:07.1: PCI bridge to [bus 0c]
mrt 21 09:27:27 desktop kernel: pci 0000:00:08.1: PCI bridge to [bus 0d]
mrt 21 09:27:27 desktop kernel: pci 0000:00:08.1:   bridge window [mem 0xfc800000-0xfcafffff]
mrt 21 09:27:27 desktop kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
mrt 21 09:27:27 desktop kernel: pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
mrt 21 09:27:27 desktop kernel: pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
mrt 21 09:27:27 desktop kernel: pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
mrt 21 09:27:27 desktop kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
mrt 21 09:27:27 desktop kernel: pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
mrt 21 09:27:27 desktop kernel: pci_bus 0000:00: resource 10 [mem 0xd0000000-0xfec2ffff window]
mrt 21 09:27:27 desktop kernel: pci_bus 0000:00: resource 11 [mem 0xfee00000-0xffffffff window]
mrt 21 09:27:27 desktop kernel: pci_bus 0000:01: resource 1 [mem 0xfcf00000-0xfcffffff]
mrt 21 09:27:27 desktop kernel: pci_bus 0000:02: resource 0 [io  0xf000-0xffff]
mrt 21 09:27:27 desktop kernel: pci_bus 0000:02: resource 1 [mem 0xfcd00000-0xfcefffff]
mrt 21 09:27:27 desktop kernel: pci_bus 0000:03: resource 0 [io  0xf000-0xffff]
mrt 21 09:27:27 desktop kernel: pci_bus 0000:03: resource 1 [mem 0xfcd00000-0xfcdfffff]
mrt 21 09:27:27 desktop kernel: pci_bus 0000:08: resource 0 [io  0xf000-0xffff]
mrt 21 09:27:27 desktop kernel: pci_bus 0000:08: resource 1 [mem 0xfcd00000-0xfcdfffff]
mrt 21 09:27:27 desktop kernel: pci_bus 0000:09: resource 0 [io  0xe000-0xefff]
mrt 21 09:27:27 desktop kernel: pci_bus 0000:09: resource 1 [mem 0xfcb00000-0xfccfffff]
mrt 21 09:27:27 desktop kernel: pci_bus 0000:09: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
mrt 21 09:27:27 desktop kernel: pci_bus 0000:0a: resource 0 [io  0xe000-0xefff]
mrt 21 09:27:27 desktop kernel: pci_bus 0000:0a: resource 1 [mem 0xfcb00000-0xfcbfffff]
mrt 21 09:27:27 desktop kernel: pci_bus 0000:0a: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
mrt 21 09:27:27 desktop kernel: pci_bus 0000:0b: resource 0 [io  0xe000-0xefff]
mrt 21 09:27:27 desktop kernel: pci_bus 0000:0b: resource 1 [mem 0xfcb00000-0xfcbfffff]
mrt 21 09:27:27 desktop kernel: pci_bus 0000:0b: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
mrt 21 09:27:27 desktop kernel: pci_bus 0000:0d: resource 1 [mem 0xfc800000-0xfcafffff]
mrt 21 09:27:27 desktop kernel: pci 0000:0b:00.0: disabling ATS
mrt 21 09:27:27 desktop kernel: pci 0000:0b:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
mrt 21 09:27:27 desktop kernel: pci 0000:0b:00.1: D0 power state depends on 0000:0b:00.0
mrt 21 09:27:27 desktop kernel: PCI: CLS 64 bytes, default 64
mrt 21 09:27:27 desktop kernel: Trying to unpack rootfs image as initramfs...
mrt 21 09:27:27 desktop kernel: Freeing initrd memory: 21676K
mrt 21 09:27:27 desktop kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
mrt 21 09:27:27 desktop kernel: pci 0000:00:01.0: Adding to iommu group 0
mrt 21 09:27:27 desktop kernel: pci 0000:00:01.1: Adding to iommu group 1
mrt 21 09:27:27 desktop kernel: pci 0000:00:01.3: Adding to iommu group 2
mrt 21 09:27:27 desktop kernel: pci 0000:00:02.0: Adding to iommu group 3
mrt 21 09:27:27 desktop kernel: pci 0000:00:03.0: Adding to iommu group 4
mrt 21 09:27:27 desktop kernel: pci 0000:00:03.1: Adding to iommu group 5
mrt 21 09:27:27 desktop kernel: pci 0000:00:04.0: Adding to iommu group 6
mrt 21 09:27:27 desktop kernel: pci 0000:00:05.0: Adding to iommu group 7
mrt 21 09:27:27 desktop kernel: pci 0000:00:07.0: Adding to iommu group 8
mrt 21 09:27:27 desktop kernel: pci 0000:00:07.1: Adding to iommu group 9
mrt 21 09:27:27 desktop kernel: pci 0000:00:08.0: Adding to iommu group 10
mrt 21 09:27:27 desktop kernel: pci 0000:00:08.1: Adding to iommu group 11
mrt 21 09:27:27 desktop kernel: pci 0000:00:14.0: Adding to iommu group 12
mrt 21 09:27:27 desktop kernel: pci 0000:00:14.3: Adding to iommu group 12
mrt 21 09:27:27 desktop kernel: pci 0000:00:18.0: Adding to iommu group 13
mrt 21 09:27:27 desktop kernel: pci 0000:00:18.1: Adding to iommu group 13
mrt 21 09:27:27 desktop kernel: pci 0000:00:18.2: Adding to iommu group 13
mrt 21 09:27:27 desktop kernel: pci 0000:00:18.3: Adding to iommu group 13
mrt 21 09:27:27 desktop kernel: pci 0000:00:18.4: Adding to iommu group 13
mrt 21 09:27:27 desktop kernel: pci 0000:00:18.5: Adding to iommu group 13
mrt 21 09:27:27 desktop kernel: pci 0000:00:18.6: Adding to iommu group 13
mrt 21 09:27:27 desktop kernel: pci 0000:00:18.7: Adding to iommu group 13
mrt 21 09:27:27 desktop kernel: pci 0000:01:00.0: Adding to iommu group 14
mrt 21 09:27:27 desktop kernel: pci 0000:02:00.0: Adding to iommu group 15
mrt 21 09:27:27 desktop kernel: pci 0000:02:00.1: Adding to iommu group 15
mrt 21 09:27:27 desktop kernel: pci 0000:02:00.2: Adding to iommu group 15
mrt 21 09:27:27 desktop kernel: pci 0000:03:00.0: Adding to iommu group 15
mrt 21 09:27:27 desktop kernel: pci 0000:03:04.0: Adding to iommu group 15
mrt 21 09:27:27 desktop kernel: pci 0000:03:05.0: Adding to iommu group 15
mrt 21 09:27:27 desktop kernel: pci 0000:03:06.0: Adding to iommu group 15
mrt 21 09:27:27 desktop kernel: pci 0000:03:07.0: Adding to iommu group 15
mrt 21 09:27:27 desktop kernel: pci 0000:08:00.0: Adding to iommu group 15
mrt 21 09:27:27 desktop kernel: pci 0000:09:00.0: Adding to iommu group 16
mrt 21 09:27:27 desktop kernel: pci 0000:0a:00.0: Adding to iommu group 17
mrt 21 09:27:27 desktop kernel: pci 0000:0b:00.0: Adding to iommu group 18
mrt 21 09:27:27 desktop kernel: pci 0000:0b:00.1: Adding to iommu group 19
mrt 21 09:27:27 desktop kernel: pci 0000:0c:00.0: Adding to iommu group 20
mrt 21 09:27:27 desktop kernel: pci 0000:0d:00.0: Adding to iommu group 21
mrt 21 09:27:27 desktop kernel: pci 0000:0d:00.1: Adding to iommu group 22
mrt 21 09:27:27 desktop kernel: pci 0000:0d:00.3: Adding to iommu group 23
mrt 21 09:27:27 desktop kernel: pci 0000:0d:00.4: Adding to iommu group 24
mrt 21 09:27:27 desktop kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
mrt 21 09:27:27 desktop kernel: pci 0000:00:00.2: AMD-Vi: Extended features (0x58f77ef22294ade):
mrt 21 09:27:27 desktop kernel:  PPR X2APIC NX GT IA GA PC GA_vAPIC
mrt 21 09:27:27 desktop kernel: AMD-Vi: Interrupt remapping enabled
mrt 21 09:27:27 desktop kernel: AMD-Vi: Virtual APIC enabled
mrt 21 09:27:27 desktop kernel: AMD-Vi: X2APIC enabled
mrt 21 09:27:27 desktop kernel: AMD-Vi: Lazy IO/TLB flushing enabled
mrt 21 09:27:27 desktop kernel: amd_uncore: 4  amd_df counters detected
mrt 21 09:27:27 desktop kernel: amd_uncore: 6  amd_l3 counters detected
mrt 21 09:27:27 desktop kernel: LVT offset 0 assigned for vector 0x400
mrt 21 09:27:27 desktop kernel: perf: AMD IBS detected (0x000003ff)
mrt 21 09:27:27 desktop kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
mrt 21 09:27:27 desktop kernel: check: Scanning for low memory corruption every 60 seconds
mrt 21 09:27:27 desktop kernel: Initialise system trusted keyrings
mrt 21 09:27:27 desktop kernel: Key type blacklist registered
mrt 21 09:27:27 desktop kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
mrt 21 09:27:27 desktop kernel: zbud: loaded
mrt 21 09:27:27 desktop kernel: Key type asymmetric registered
mrt 21 09:27:27 desktop kernel: Asymmetric key parser 'x509' registered
mrt 21 09:27:27 desktop kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
mrt 21 09:27:27 desktop kernel: io scheduler mq-deadline registered
mrt 21 09:27:27 desktop kernel: io scheduler kyber registered
mrt 21 09:27:27 desktop kernel: io scheduler bfq registered
mrt 21 09:27:27 desktop kernel: atomic64_test: passed for x86-64 platform with CX8 and with SSE
mrt 21 09:27:27 desktop kernel: pcieport 0000:00:01.1: AER: enabled with IRQ 26
mrt 21 09:27:27 desktop kernel: pcieport 0000:00:01.3: AER: enabled with IRQ 27
mrt 21 09:27:27 desktop kernel: pcieport 0000:00:03.1: AER: enabled with IRQ 28
mrt 21 09:27:27 desktop kernel: pcieport 0000:00:07.1: AER: enabled with IRQ 30
mrt 21 09:27:27 desktop kernel: pcieport 0000:00:08.1: AER: enabled with IRQ 31
mrt 21 09:27:27 desktop kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
mrt 21 09:27:27 desktop kernel: efifb: probing for efifb
mrt 21 09:27:27 desktop kernel: efifb: framebuffer at 0xe0000000, using 3072k, total 3072k
mrt 21 09:27:27 desktop kernel: efifb: mode is 1024x768x32, linelength=4096, pages=1
mrt 21 09:27:27 desktop kernel: efifb: scrolling: redraw
mrt 21 09:27:27 desktop kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
mrt 21 09:27:27 desktop kernel: Console: switching to colour frame buffer device 128x48
mrt 21 09:27:27 desktop kernel: fb0: EFI VGA frame buffer device
mrt 21 09:27:27 desktop kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
mrt 21 09:27:27 desktop kernel: ACPI: Power Button [PWRB]
mrt 21 09:27:27 desktop kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
mrt 21 09:27:27 desktop kernel: ACPI: Power Button [PWRF]
mrt 21 09:27:27 desktop kernel: smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1255
mrt 21 09:27:27 desktop kernel: Monitor-Mwait will be used to enter C-1 state
mrt 21 09:27:27 desktop kernel: ACPI: \_PR_.C000: Found 2 idle states
mrt 21 09:27:27 desktop kernel: ACPI: \_PR_.C002: Found 2 idle states
mrt 21 09:27:27 desktop kernel: ACPI: \_PR_.C004: Found 2 idle states
mrt 21 09:27:27 desktop kernel: ACPI: \_PR_.C006: Found 2 idle states
mrt 21 09:27:27 desktop kernel: ACPI: \_PR_.C008: Found 2 idle states
mrt 21 09:27:27 desktop kernel: ACPI: \_PR_.C00A: Found 2 idle states
mrt 21 09:27:27 desktop kernel: ACPI: \_PR_.C00C: Found 2 idle states
mrt 21 09:27:27 desktop kernel: ACPI: \_PR_.C00E: Found 2 idle states
mrt 21 09:27:27 desktop kernel: ACPI: \_PR_.C001: Found 2 idle states
mrt 21 09:27:27 desktop kernel: ACPI: \_PR_.C003: Found 2 idle states
mrt 21 09:27:27 desktop kernel: ACPI: \_PR_.C005: Found 2 idle states
mrt 21 09:27:27 desktop kernel: ACPI: \_PR_.C007: Found 2 idle states
mrt 21 09:27:27 desktop kernel: ACPI: \_PR_.C009: Found 2 idle states
mrt 21 09:27:27 desktop kernel: ACPI: \_PR_.C00B: Found 2 idle states
mrt 21 09:27:27 desktop kernel: ACPI: \_PR_.C00D: Found 2 idle states
mrt 21 09:27:27 desktop kernel: ACPI: \_PR_.C00F: Found 2 idle states
mrt 21 09:27:27 desktop kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
mrt 21 09:27:27 desktop kernel: 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
mrt 21 09:27:27 desktop kernel: Non-volatile memory driver v1.3
mrt 21 09:27:27 desktop kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
mrt 21 09:27:27 desktop kernel: nvme nvme0: pci function 0000:01:00.0
mrt 21 09:27:27 desktop kernel: ahci 0000:02:00.1: version 3.0
mrt 21 09:27:27 desktop kernel: ahci 0000:02:00.1: SSS flag set, parallel bus scan disabled
mrt 21 09:27:27 desktop kernel: ahci 0000:02:00.1: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0x33 impl SATA mode
mrt 21 09:27:27 desktop kernel: ahci 0000:02:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 
mrt 21 09:27:27 desktop kernel: scsi host0: ahci
mrt 21 09:27:27 desktop kernel: scsi host1: ahci
mrt 21 09:27:27 desktop kernel: scsi host2: ahci
mrt 21 09:27:27 desktop kernel: scsi host3: ahci
mrt 21 09:27:27 desktop kernel: scsi host4: ahci
mrt 21 09:27:27 desktop kernel: scsi host5: ahci
mrt 21 09:27:27 desktop kernel: scsi host6: ahci
mrt 21 09:27:27 desktop kernel: scsi host7: ahci
mrt 21 09:27:27 desktop kernel: ata1: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80100 irq 45
mrt 21 09:27:27 desktop kernel: ata2: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80180 irq 45
mrt 21 09:27:27 desktop kernel: ata3: DUMMY
mrt 21 09:27:27 desktop kernel: ata4: DUMMY
mrt 21 09:27:27 desktop kernel: ata5: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80300 irq 45
mrt 21 09:27:27 desktop kernel: ata6: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80380 irq 45
mrt 21 09:27:27 desktop kernel: ata7: DUMMY
mrt 21 09:27:27 desktop kernel: ata8: DUMMY
mrt 21 09:27:27 desktop kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
mrt 21 09:27:27 desktop kernel: ehci-pci: EHCI PCI platform driver
mrt 21 09:27:27 desktop kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
mrt 21 09:27:27 desktop kernel: ohci-pci: OHCI PCI platform driver
mrt 21 09:27:27 desktop kernel: uhci_hcd: USB Universal Host Controller Interface driver
mrt 21 09:27:27 desktop kernel: usbcore: registered new interface driver usbserial_generic
mrt 21 09:27:27 desktop kernel: usbserial: USB Serial support registered for generic
mrt 21 09:27:27 desktop kernel: i8042: PNP: No PS/2 controller found.
mrt 21 09:27:27 desktop kernel: rtc_cmos 00:02: RTC can wake from S4
mrt 21 09:27:27 desktop kernel: rtc_cmos 00:02: registered as rtc0
mrt 21 09:27:27 desktop kernel: rtc_cmos 00:02: setting system clock to 2021-03-21T09:27:23 UTC (1616318843)
mrt 21 09:27:27 desktop kernel: rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
mrt 21 09:27:27 desktop kernel: ledtrig-cpu: registered to indicate activity on CPUs
mrt 21 09:27:27 desktop kernel: pstore: Registered efi as persistent store backend
mrt 21 09:27:27 desktop kernel: hid: raw HID events driver (C) Jiri Kosina
mrt 21 09:27:27 desktop kernel: drop_monitor: Initializing network drop monitor service
mrt 21 09:27:27 desktop kernel: Initializing XFRM netlink socket
mrt 21 09:27:27 desktop kernel: NET: Registered protocol family 10
mrt 21 09:27:27 desktop kernel: Segment Routing with IPv6
mrt 21 09:27:27 desktop kernel: RPL Segment Routing with IPv6
mrt 21 09:27:27 desktop kernel: NET: Registered protocol family 17
mrt 21 09:27:27 desktop kernel: microcode: CPU0: patch_level=0x08701021
mrt 21 09:27:27 desktop kernel: microcode: CPU1: patch_level=0x08701021
mrt 21 09:27:27 desktop kernel: microcode: CPU2: patch_level=0x08701021
mrt 21 09:27:27 desktop kernel: microcode: CPU3: patch_level=0x08701021
mrt 21 09:27:27 desktop kernel: microcode: CPU4: patch_level=0x08701021
mrt 21 09:27:27 desktop kernel: microcode: CPU5: patch_level=0x08701021
mrt 21 09:27:27 desktop kernel: microcode: CPU6: patch_level=0x08701021
mrt 21 09:27:27 desktop kernel: microcode: CPU7: patch_level=0x08701021
mrt 21 09:27:27 desktop kernel: microcode: CPU8: patch_level=0x08701021
mrt 21 09:27:27 desktop kernel: microcode: CPU9: patch_level=0x08701021
mrt 21 09:27:27 desktop kernel: microcode: CPU10: patch_level=0x08701021
mrt 21 09:27:27 desktop kernel: microcode: CPU11: patch_level=0x08701021
mrt 21 09:27:27 desktop kernel: microcode: CPU12: patch_level=0x08701021
mrt 21 09:27:27 desktop kernel: microcode: CPU13: patch_level=0x08701021
mrt 21 09:27:27 desktop kernel: microcode: CPU14: patch_level=0x08701021
mrt 21 09:27:27 desktop kernel: microcode: CPU15: patch_level=0x08701021
mrt 21 09:27:27 desktop kernel: microcode: Microcode Update Driver: v2.2.
mrt 21 09:27:27 desktop kernel: resctrl: L3 allocation detected
mrt 21 09:27:27 desktop kernel: resctrl: L3DATA allocation detected
mrt 21 09:27:27 desktop kernel: resctrl: L3CODE allocation detected
mrt 21 09:27:27 desktop kernel: resctrl: MB allocation detected
mrt 21 09:27:27 desktop kernel: resctrl: L3 monitoring detected
mrt 21 09:27:27 desktop kernel: IPI shorthand broadcast: enabled
mrt 21 09:27:27 desktop kernel: sched_clock: Marking stable (403199860, 249989)->(408546448, -5096599)
mrt 21 09:27:27 desktop kernel: registered taskstats version 1
mrt 21 09:27:27 desktop kernel: Loading compiled-in X.509 certificates
mrt 21 09:27:27 desktop kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 2765127eddef0d627e9560d2296bb0c8b2bdd713'
mrt 21 09:27:27 desktop kernel: zswap: loaded using pool lz4/z3fold
mrt 21 09:27:27 desktop kernel: Key type ._fscrypt registered
mrt 21 09:27:27 desktop kernel: Key type .fscrypt registered
mrt 21 09:27:27 desktop kernel: Key type fscrypt-provisioning registered
mrt 21 09:27:27 desktop kernel: pstore: Using crash dump compression: zstd
mrt 21 09:27:27 desktop kernel: PM:   Magic number: 13:438:475
mrt 21 09:27:27 desktop kernel: RAS: Correctable Errors collector initialized.
mrt 21 09:27:27 desktop kernel: nvme nvme0: 8/0/0 default/read/poll queues
mrt 21 09:27:27 desktop kernel:  nvme0n1: p1 p2 p3 p4
mrt 21 09:27:27 desktop kernel: ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
mrt 21 09:27:27 desktop kernel: ata1.00: ATAPI: HL-DT-ST DVDRAM GH24NSD5, LV00, max UDMA/133
mrt 21 09:27:27 desktop kernel: ata1.00: configured for UDMA/133
mrt 21 09:27:27 desktop kernel: scsi 0:0:0:0: CD-ROM            HL-DT-ST DVDRAM GH24NSD5  LV00 PQ: 0 ANSI: 5
mrt 21 09:27:27 desktop kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
mrt 21 09:27:27 desktop kernel: ata2.00: ATA-8: KINGSTON SV300S37A240G, 600ABBF0, max UDMA/133
mrt 21 09:27:27 desktop kernel: ata2.00: 468862128 sectors, multi 1: LBA48 NCQ (depth 32), AA
mrt 21 09:27:27 desktop kernel: ata2.00: configured for UDMA/133
mrt 21 09:27:27 desktop kernel: scsi 1:0:0:0: Direct-Access     ATA      KINGSTON SV300S3 BBF0 PQ: 0 ANSI: 5
mrt 21 09:27:27 desktop kernel: sd 1:0:0:0: [sda] 468862128 512-byte logical blocks: (240 GB/224 GiB)
mrt 21 09:27:27 desktop kernel: sd 1:0:0:0: [sda] Write Protect is off
mrt 21 09:27:27 desktop kernel: sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
mrt 21 09:27:27 desktop kernel: sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
mrt 21 09:27:27 desktop kernel:  sda: sda1 sda2 sda3 sda4
mrt 21 09:27:27 desktop kernel: sd 1:0:0:0: [sda] Attached SCSI disk
mrt 21 09:27:27 desktop kernel: tsc: Refined TSC clocksource calibration: 3593.248 MHz
mrt 21 09:27:27 desktop kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x33cb68e6ea4, max_idle_ns: 440795288133 ns
mrt 21 09:27:27 desktop kernel: clocksource: Switched to clocksource tsc
mrt 21 09:27:27 desktop kernel: ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
mrt 21 09:27:27 desktop kernel: ata5.00: ATA-8: ST31000528AS, CC44, max UDMA/133
mrt 21 09:27:27 desktop kernel: ata5.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32)
mrt 21 09:27:27 desktop kernel: ata5.00: configured for UDMA/133
mrt 21 09:27:27 desktop kernel: scsi 4:0:0:0: Direct-Access     ATA      ST31000528AS     CC44 PQ: 0 ANSI: 5
mrt 21 09:27:27 desktop kernel: sd 4:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
mrt 21 09:27:27 desktop kernel: sd 4:0:0:0: [sdb] Write Protect is off
mrt 21 09:27:27 desktop kernel: sd 4:0:0:0: [sdb] Mode Sense: 00 3a 00 00
mrt 21 09:27:27 desktop kernel: sd 4:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
mrt 21 09:27:27 desktop kernel:  sdb: sdb1 sdb2 sdb3 sdb4 < sdb5 >
mrt 21 09:27:27 desktop kernel: sd 4:0:0:0: [sdb] Attached SCSI disk
mrt 21 09:27:27 desktop kernel: ata6: SATA link down (SStatus 0 SControl 330)
mrt 21 09:27:27 desktop kernel: Freeing unused decrypted memory: 2036K
mrt 21 09:27:27 desktop kernel: Freeing unused kernel image (initmem) memory: 1720K
mrt 21 09:27:27 desktop kernel: Write protecting the kernel read-only data: 26624k
mrt 21 09:27:27 desktop kernel: Freeing unused kernel image (text/rodata gap) memory: 2036K
mrt 21 09:27:27 desktop kernel: Freeing unused kernel image (rodata/data gap) memory: 1344K
mrt 21 09:27:27 desktop kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
mrt 21 09:27:27 desktop kernel: rodata_test: all tests were successful
mrt 21 09:27:27 desktop kernel: Run /init as init process
mrt 21 09:27:27 desktop kernel:   with arguments:
mrt 21 09:27:27 desktop kernel:     /init
mrt 21 09:27:27 desktop kernel:   with environment:
mrt 21 09:27:27 desktop kernel:     HOME=/
mrt 21 09:27:27 desktop kernel:     TERM=linux
mrt 21 09:27:27 desktop kernel: Linux agpgart interface v0.103
mrt 21 09:27:27 desktop kernel: [drm] amdgpu kernel modesetting enabled.
mrt 21 09:27:27 desktop kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
mrt 21 09:27:27 desktop kernel: Virtual CRAT table created for CPU
mrt 21 09:27:27 desktop kernel: amdgpu: Topology: Add CPU node
mrt 21 09:27:27 desktop kernel: checking generic (e0000000 300000) vs hw (e0000000 10000000)
mrt 21 09:27:27 desktop kernel: fb0: switching to amdgpudrmfb from EFI VGA
mrt 21 09:27:27 desktop kernel: Console: switching to colour dummy device 80x25
mrt 21 09:27:27 desktop kernel: amdgpu 0000:0b:00.0: vgaarb: deactivate vga console
mrt 21 09:27:27 desktop kernel: [drm] initializing kernel modesetting (NAVI14 0x1002:0x7340 0x1458:0x231A 0xC5).
mrt 21 09:27:27 desktop kernel: amdgpu 0000:0b:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
mrt 21 09:27:27 desktop kernel: [drm] register mmio base: 0xFCB00000
mrt 21 09:27:27 desktop kernel: [drm] register mmio size: 524288
mrt 21 09:27:27 desktop kernel: [drm] add ip block number 0 <nv_common>
mrt 21 09:27:27 desktop kernel: [drm] add ip block number 1 <gmc_v10_0>
mrt 21 09:27:27 desktop kernel: [drm] add ip block number 2 <navi10_ih>
mrt 21 09:27:27 desktop kernel: [drm] add ip block number 3 <psp>
mrt 21 09:27:27 desktop kernel: [drm] add ip block number 4 <smu>
mrt 21 09:27:27 desktop kernel: [drm] add ip block number 5 <dm>
mrt 21 09:27:27 desktop kernel: [drm] add ip block number 6 <gfx_v10_0>
mrt 21 09:27:27 desktop kernel: [drm] add ip block number 7 <sdma_v5_0>
mrt 21 09:27:27 desktop kernel: [drm] add ip block number 8 <vcn_v2_0>
mrt 21 09:27:27 desktop kernel: [drm] add ip block number 9 <jpeg_v2_0>
mrt 21 09:27:27 desktop kernel: amdgpu 0000:0b:00.0: No more image in the PCI ROM
mrt 21 09:27:27 desktop kernel: amdgpu 0000:0b:00.0: amdgpu: Fetched VBIOS from ROM BAR
mrt 21 09:27:27 desktop kernel: amdgpu: ATOM BIOS: xxx-xxx-xxx
mrt 21 09:27:27 desktop kernel: [drm] VCN decode is enabled in VM mode
mrt 21 09:27:27 desktop kernel: [drm] VCN encode is enabled in VM mode
mrt 21 09:27:27 desktop kernel: [drm] JPEG decode is enabled in VM mode
mrt 21 09:27:27 desktop kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
mrt 21 09:27:27 desktop kernel: amdgpu 0000:0b:00.0: amdgpu: VRAM: 4080M 0x0000008000000000 - 0x00000080FEFFFFFF (4080M used)
mrt 21 09:27:27 desktop kernel: amdgpu 0000:0b:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
mrt 21 09:27:27 desktop kernel: amdgpu 0000:0b:00.0: amdgpu: AGP: 267894784M 0x0000008400000000 - 0x0000FFFFFFFFFFFF
mrt 21 09:27:27 desktop kernel: [drm] Detected VRAM RAM=4080M, BAR=256M
mrt 21 09:27:27 desktop kernel: [drm] RAM width 128bits GDDR6
mrt 21 09:27:27 desktop kernel: [TTM] Zone  kernel: Available graphics memory: 8179968 KiB
mrt 21 09:27:27 desktop kernel: [TTM] Zone   dma32: Available graphics memory: 2097152 KiB
mrt 21 09:27:27 desktop kernel: [drm] amdgpu: 4080M of VRAM memory ready
mrt 21 09:27:27 desktop kernel: [drm] amdgpu: 4080M of GTT memory ready.
mrt 21 09:27:27 desktop kernel: [drm] GART: num cpu pages 131072, num gpu pages 131072
mrt 21 09:27:27 desktop kernel: [drm] PCIE GART of 512M enabled (table at 0x0000008000300000).
mrt 21 09:27:27 desktop kernel: [drm] Found VCN firmware Version ENC: 1.10 DEC: 5 VEP: 0 Revision: 13
mrt 21 09:27:27 desktop kernel: [drm] PSP loading VCN firmware
mrt 21 09:27:27 desktop kernel: [drm] reserve 0x900000 from 0x80fe400000 for PSP TMR
mrt 21 09:27:27 desktop kernel: amdgpu 0000:0b:00.0: amdgpu: RAS: optional ras ta ucode is not available
mrt 21 09:27:27 desktop kernel: amdgpu 0000:0b:00.0: amdgpu: RAP: optional rap ta ucode is not available
mrt 21 09:27:27 desktop kernel: amdgpu 0000:0b:00.0: amdgpu: smu driver if version = 0x00000036, smu fw if version = 0x00000038, smu fw version = 0x00352100 (53.33.0)
mrt 21 09:27:27 desktop kernel: amdgpu 0000:0b:00.0: amdgpu: SMU driver if version not matched
mrt 21 09:27:27 desktop kernel: amdgpu 0000:0b:00.0: amdgpu: use vbios provided pptable
mrt 21 09:27:27 desktop kernel: amdgpu 0000:0b:00.0: amdgpu: smc_dpm_info table revision(format.content): 4.5
mrt 21 09:27:27 desktop kernel: amdgpu 0000:0b:00.0: amdgpu: SMU is initialized successfully!
mrt 21 09:27:27 desktop kernel: [drm] Display Core initialized with v3.2.116!
mrt 21 09:27:27 desktop kernel: [drm] kiq ring mec 2 pipe 1 q 0
mrt 21 09:27:27 desktop kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
mrt 21 09:27:27 desktop kernel: [drm] JPEG decode initialized successfully.
mrt 21 09:27:27 desktop kernel: kfd kfd: Allocated 3969056 bytes on gart
mrt 21 09:27:27 desktop kernel: Virtual CRAT table created for GPU
mrt 21 09:27:27 desktop kernel: amdgpu: Topology: Add dGPU node [0x7340:0x1002]
mrt 21 09:27:27 desktop kernel: kfd kfd: added device 1002:7340
mrt 21 09:27:27 desktop kernel: amdgpu 0000:0b:00.0: amdgpu: SE 1, SH per SE 2, CU per SH 12, active_cu_number 22
mrt 21 09:27:27 desktop kernel: [drm] fb mappable at 0xE050A000
mrt 21 09:27:27 desktop kernel: [drm] vram apper at 0xE0000000
mrt 21 09:27:27 desktop kernel: [drm] size 8294400
mrt 21 09:27:27 desktop kernel: [drm] fb depth is 24
mrt 21 09:27:27 desktop kernel: [drm]    pitch is 7680
mrt 21 09:27:27 desktop kernel: fbcon: amdgpudrmfb (fb0) is primary device
mrt 21 09:27:27 desktop kernel: Console: switching to colour frame buffer device 240x67
mrt 21 09:27:27 desktop kernel: amdgpu 0000:0b:00.0: [drm] fb0: amdgpudrmfb frame buffer device
mrt 21 09:27:27 desktop kernel: amdgpu 0000:0b:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
mrt 21 09:27:27 desktop kernel: amdgpu 0000:0b:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
mrt 21 09:27:27 desktop kernel: amdgpu 0000:0b:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
mrt 21 09:27:27 desktop kernel: amdgpu 0000:0b:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
mrt 21 09:27:27 desktop kernel: amdgpu 0000:0b:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
mrt 21 09:27:27 desktop kernel: amdgpu 0000:0b:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
mrt 21 09:27:27 desktop kernel: amdgpu 0000:0b:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
mrt 21 09:27:27 desktop kernel: amdgpu 0000:0b:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
mrt 21 09:27:27 desktop kernel: amdgpu 0000:0b:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
mrt 21 09:27:27 desktop kernel: amdgpu 0000:0b:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
mrt 21 09:27:27 desktop kernel: amdgpu 0000:0b:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
mrt 21 09:27:27 desktop kernel: amdgpu 0000:0b:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
mrt 21 09:27:27 desktop kernel: amdgpu 0000:0b:00.0: amdgpu: ring vcn_dec uses VM inv eng 0 on hub 1
mrt 21 09:27:27 desktop kernel: amdgpu 0000:0b:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 1 on hub 1
mrt 21 09:27:27 desktop kernel: amdgpu 0000:0b:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 4 on hub 1
mrt 21 09:27:27 desktop kernel: amdgpu 0000:0b:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
mrt 21 09:27:27 desktop kernel: amdgpu 0000:0b:00.0: amdgpu: Using BACO for runtime pm
mrt 21 09:27:27 desktop kernel: [drm] Initialized amdgpu 3.40.0 20150101 for 0000:0b:00.0 on minor 0
mrt 21 09:27:27 desktop kernel: xhci_hcd 0000:02:00.0: xHCI Host Controller
mrt 21 09:27:27 desktop kernel: xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
mrt 21 09:27:27 desktop kernel: sr 0:0:0:0: [sr0] scsi3-mmc drive: 48x/12x writer dvd-ram cd/rw xa/form2 cdda tray
mrt 21 09:27:27 desktop kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
mrt 21 09:27:27 desktop kernel: xhci_hcd 0000:02:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
mrt 21 09:27:27 desktop kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.11
mrt 21 09:27:27 desktop kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mrt 21 09:27:27 desktop kernel: usb usb1: Product: xHCI Host Controller
mrt 21 09:27:27 desktop kernel: usb usb1: Manufacturer: Linux 5.11.7-arch1-1 xhci-hcd
mrt 21 09:27:27 desktop kernel: usb usb1: SerialNumber: 0000:02:00.0
mrt 21 09:27:27 desktop kernel: hub 1-0:1.0: USB hub found
mrt 21 09:27:27 desktop kernel: hub 1-0:1.0: 10 ports detected
mrt 21 09:27:27 desktop kernel: xhci_hcd 0000:02:00.0: xHCI Host Controller
mrt 21 09:27:27 desktop kernel: xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
mrt 21 09:27:27 desktop kernel: xhci_hcd 0000:02:00.0: Host supports USB 3.1 Enhanced SuperSpeed
mrt 21 09:27:27 desktop kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
mrt 21 09:27:27 desktop kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.11
mrt 21 09:27:27 desktop kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mrt 21 09:27:27 desktop kernel: usb usb2: Product: xHCI Host Controller
mrt 21 09:27:27 desktop kernel: usb usb2: Manufacturer: Linux 5.11.7-arch1-1 xhci-hcd
mrt 21 09:27:27 desktop kernel: usb usb2: SerialNumber: 0000:02:00.0
mrt 21 09:27:27 desktop kernel: hub 2-0:1.0: USB hub found
mrt 21 09:27:27 desktop kernel: hub 2-0:1.0: 4 ports detected
mrt 21 09:27:27 desktop kernel: xhci_hcd 0000:0d:00.3: xHCI Host Controller
mrt 21 09:27:27 desktop kernel: xhci_hcd 0000:0d:00.3: new USB bus registered, assigned bus number 3
mrt 21 09:27:27 desktop kernel: xhci_hcd 0000:0d:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410
mrt 21 09:27:27 desktop kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.11
mrt 21 09:27:27 desktop kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mrt 21 09:27:27 desktop kernel: usb usb3: Product: xHCI Host Controller
mrt 21 09:27:27 desktop kernel: usb usb3: Manufacturer: Linux 5.11.7-arch1-1 xhci-hcd
mrt 21 09:27:27 desktop kernel: usb usb3: SerialNumber: 0000:0d:00.3
mrt 21 09:27:27 desktop kernel: hub 3-0:1.0: USB hub found
mrt 21 09:27:27 desktop kernel: hub 3-0:1.0: 4 ports detected
mrt 21 09:27:27 desktop kernel: xhci_hcd 0000:0d:00.3: xHCI Host Controller
mrt 21 09:27:27 desktop kernel: xhci_hcd 0000:0d:00.3: new USB bus registered, assigned bus number 4
mrt 21 09:27:27 desktop kernel: xhci_hcd 0000:0d:00.3: Host supports USB 3.1 Enhanced SuperSpeed
mrt 21 09:27:27 desktop kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
mrt 21 09:27:27 desktop kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.11
mrt 21 09:27:27 desktop kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mrt 21 09:27:27 desktop kernel: usb usb4: Product: xHCI Host Controller
mrt 21 09:27:27 desktop kernel: usb usb4: Manufacturer: Linux 5.11.7-arch1-1 xhci-hcd
mrt 21 09:27:27 desktop kernel: usb usb4: SerialNumber: 0000:0d:00.3
mrt 21 09:27:27 desktop kernel: hub 4-0:1.0: USB hub found
mrt 21 09:27:27 desktop kernel: hub 4-0:1.0: 4 ports detected
mrt 21 09:27:27 desktop kernel: sr 0:0:0:0: Attached scsi CD-ROM sr0
mrt 21 09:27:27 desktop kernel: random: fast init done
mrt 21 09:27:27 desktop kernel: usb 1-2: new high-speed USB device number 2 using xhci_hcd
mrt 21 09:27:27 desktop kernel: usb 1-2: New USB device found, idVendor=04da, idProduct=3904, bcdDevice= 2.02
mrt 21 09:27:27 desktop kernel: usb 1-2: New USB device strings: Mfr=16, Product=32, SerialNumber=48
mrt 21 09:27:27 desktop kernel: usb 1-2: Product: UB94
mrt 21 09:27:27 desktop kernel: usb 1-2: Manufacturer: ATHEROS
mrt 21 09:27:27 desktop kernel: usb 1-2: SerialNumber: 12345
mrt 21 09:27:27 desktop kernel: EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
mrt 21 09:27:27 desktop kernel: usb 1-3: new full-speed USB device number 3 using xhci_hcd
mrt 21 09:27:27 desktop systemd[1]: systemd 247.4-2-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
mrt 21 09:27:27 desktop systemd[1]: Detected architecture x86-64.
mrt 21 09:27:27 desktop systemd[1]: Set hostname to <desktop>.
mrt 21 09:27:27 desktop kernel: random: lvmconfig: uninitialized urandom read (4 bytes read)
mrt 21 09:27:27 desktop systemd[1]: Queued start job for default target Graphical Interface.
mrt 21 09:27:27 desktop systemd[1]: Created slice system-dhcpcd.slice.
mrt 21 09:27:27 desktop systemd[1]: Created slice system-getty.slice.
mrt 21 09:27:27 desktop systemd[1]: Created slice system-modprobe.slice.
mrt 21 09:27:27 desktop systemd[1]: Created slice system-netctl.slice.
mrt 21 09:27:27 desktop systemd[1]: Created slice system-systemd\x2dfsck.slice.
mrt 21 09:27:27 desktop systemd[1]: Created slice User and Session Slice.
mrt 21 09:27:27 desktop systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
mrt 21 09:27:27 desktop systemd[1]: Started Forward Password Requests to Wall Directory Watch.
mrt 21 09:27:27 desktop systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
mrt 21 09:27:27 desktop systemd[1]: Reached target Local Encrypted Volumes.
mrt 21 09:27:27 desktop systemd[1]: Reached target Login Prompts.
mrt 21 09:27:27 desktop systemd[1]: Reached target Paths.
mrt 21 09:27:27 desktop systemd[1]: Reached target Remote File Systems.
mrt 21 09:27:27 desktop systemd[1]: Reached target Slices.
mrt 21 09:27:27 desktop systemd[1]: Reached target Swap.
mrt 21 09:27:27 desktop systemd[1]: Reached target System Time Set.
mrt 21 09:27:27 desktop systemd[1]: Reached target System Time Synchronized.
mrt 21 09:27:27 desktop systemd[1]: Listening on Device-mapper event daemon FIFOs.
mrt 21 09:27:27 desktop systemd[1]: Listening on LVM2 poll daemon socket.
mrt 21 09:27:27 desktop systemd[1]: Listening on Process Core Dump Socket.
mrt 21 09:27:27 desktop systemd[1]: Listening on Journal Audit Socket.
mrt 21 09:27:27 desktop systemd[1]: Listening on Journal Socket (/dev/log).
mrt 21 09:27:27 desktop systemd[1]: Listening on Journal Socket.
mrt 21 09:27:27 desktop systemd[1]: Listening on udev Control Socket.
mrt 21 09:27:27 desktop systemd[1]: Listening on udev Kernel Socket.
mrt 21 09:27:27 desktop systemd[1]: Mounting Huge Pages File System...
mrt 21 09:27:27 desktop systemd[1]: Mounting POSIX Message Queue File System...
mrt 21 09:27:27 desktop systemd[1]: Mounting Kernel Debug File System...
mrt 21 09:27:27 desktop systemd[1]: Mounting Kernel Trace File System...
mrt 21 09:27:27 desktop systemd[1]: Starting Create list of static device nodes for the current kernel...
mrt 21 09:27:27 desktop systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
mrt 21 09:27:27 desktop systemd[1]: Starting Load Kernel Module configfs...
mrt 21 09:27:27 desktop systemd[1]: Starting Load Kernel Module drm...
mrt 21 09:27:27 desktop systemd[1]: Starting Load Kernel Module fuse...
mrt 21 09:27:27 desktop kernel: random: lvm: uninitialized urandom read (4 bytes read)
mrt 21 09:27:27 desktop systemd[1]: Starting Set Up Additional Binary Formats...
mrt 21 09:27:27 desktop systemd[1]: Starting File System Check on Root Device...
mrt 21 09:27:27 desktop systemd[1]: Starting Journal Service...
mrt 21 09:27:27 desktop systemd[1]: Starting Load Kernel Modules...
mrt 21 09:27:27 desktop systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
mrt 21 09:27:27 desktop systemd[1]: Starting Coldplug All udev Devices...
mrt 21 09:27:27 desktop systemd[1]: Mounted Huge Pages File System.
mrt 21 09:27:27 desktop systemd[1]: Mounted POSIX Message Queue File System.
mrt 21 09:27:27 desktop systemd[1]: Mounted Kernel Debug File System.
mrt 21 09:27:27 desktop systemd[1]: Mounted Kernel Trace File System.
mrt 21 09:27:27 desktop systemd[1]: Finished Create list of static device nodes for the current kernel.
mrt 21 09:27:27 desktop kernel: fuse: init (API version 7.33)
mrt 21 09:27:27 desktop systemd[1]: modprobe@configfs.service: Succeeded.
mrt 21 09:27:27 desktop systemd[1]: Finished Load Kernel Module configfs.
mrt 21 09:27:27 desktop systemd[1]: modprobe@drm.service: Succeeded.
mrt 21 09:27:27 desktop systemd[1]: Finished Load Kernel Module drm.
mrt 21 09:27:27 desktop systemd[1]: modprobe@fuse.service: Succeeded.
mrt 21 09:27:27 desktop systemd[1]: Finished Load Kernel Module fuse.
mrt 21 09:27:27 desktop systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 358 (systemd-binfmt)
mrt 21 09:27:27 desktop systemd[1]: Mounting Arbitrary Executable File Formats File System...
mrt 21 09:27:27 desktop systemd[1]: Mounting FUSE Control File System...
mrt 21 09:27:27 desktop systemd[1]: Mounting Kernel Configuration File System...
mrt 21 09:27:27 desktop systemd[1]: Mounted Arbitrary Executable File Formats File System.
mrt 21 09:27:27 desktop systemd[1]: Mounted FUSE Control File System.
mrt 21 09:27:27 desktop systemd[1]: Mounted Kernel Configuration File System.
mrt 21 09:27:27 desktop kernel: sr 0:0:0:0: Attached scsi generic sg0 type 5
mrt 21 09:27:27 desktop kernel: sd 1:0:0:0: Attached scsi generic sg1 type 0
mrt 21 09:27:27 desktop kernel: sd 4:0:0:0: Attached scsi generic sg2 type 0
mrt 21 09:27:27 desktop systemd[1]: Finished Set Up Additional Binary Formats.
mrt 21 09:27:27 desktop systemd[1]: Finished Load Kernel Modules.
mrt 21 09:27:27 desktop systemd[1]: Starting Apply Kernel Variables...
mrt 21 09:27:27 desktop systemd[1]: Finished Apply Kernel Variables.
mrt 21 09:27:27 desktop kernel: audit: type=1130 audit(1616318847.721:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:27 desktop systemd[1]: Finished File System Check on Root Device.
mrt 21 09:27:27 desktop kernel: audit: type=1130 audit(1616318847.721:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:27 desktop systemd[1]: Starting Remount Root and Kernel File Systems...
mrt 21 09:27:27 desktop kernel: EXT4-fs (sda1): re-mounted. Opts: discard. Quota mode: none.
mrt 21 09:27:27 desktop systemd[1]: Finished Remount Root and Kernel File Systems.
mrt 21 09:27:27 desktop kernel: audit: type=1130 audit(1616318847.727:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:27 desktop systemd[1]: Condition check resulted in First Boot Wizard being skipped.
mrt 21 09:27:27 desktop systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
mrt 21 09:27:27 desktop systemd[1]: Condition check resulted in Create System Users being skipped.
mrt 21 09:27:27 desktop systemd[1]: Starting Create Static Device Nodes in /dev...
mrt 21 09:27:27 desktop systemd-journald[360]: Journal started
mrt 21 09:27:27 desktop systemd-journald[360]: Runtime Journal (/run/log/journal/9bcbc7992533016bb32476ab00001233) is 8.0M, max 798.8M, 790.8M free.
mrt 21 09:27:27 desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:27 desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:27 desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:27 desktop systemd-modules-load[361]: Inserted module 'crypto_user'
mrt 21 09:27:27 desktop systemd-modules-load[361]: Inserted module 'sg'
mrt 21 09:27:27 desktop systemd-modules-load[361]: Failed to find module 'vboxdrv'
mrt 21 09:27:27 desktop systemd-sysctl[370]: Not setting net/ipv4/conf/all/rp_filter (explicit setting exists).
mrt 21 09:27:27 desktop systemd-sysctl[370]: Not setting net/ipv4/conf/default/rp_filter (explicit setting exists).
mrt 21 09:27:27 desktop systemd-sysctl[370]: Not setting net/ipv4/conf/all/accept_source_route (explicit setting exists).
mrt 21 09:27:27 desktop systemd-sysctl[370]: Not setting net/ipv4/conf/default/accept_source_route (explicit setting exists).
mrt 21 09:27:27 desktop systemd-sysctl[370]: Not setting net/ipv4/conf/all/promote_secondaries (explicit setting exists).
mrt 21 09:27:27 desktop systemd-sysctl[370]: Not setting net/ipv4/conf/default/promote_secondaries (explicit setting exists).
mrt 21 09:27:27 desktop systemd-fsck[365]: ssd-base: schoon, 347661/1048576 bestanden, 3044656/4194304 blokken
mrt 21 09:27:27 desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:27 desktop systemd[1]: Finished Coldplug All udev Devices.
mrt 21 09:27:27 desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:27 desktop systemd[1]: Started Journal Service.
mrt 21 09:27:27 desktop kernel: audit: type=1130 audit(1616318847.741:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:27 desktop kernel: audit: type=1130 audit(1616318847.741:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:27 desktop systemd[1]: Finished Create Static Device Nodes in /dev.
mrt 21 09:27:27 desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:27 desktop audit: BPF prog-id=13 op=LOAD
mrt 21 09:27:27 desktop audit: BPF prog-id=14 op=LOAD
mrt 21 09:27:27 desktop systemd[1]: Starting Rule-based Manager for Device Events and Files...
mrt 21 09:27:27 desktop kernel: audit: type=1130 audit(1616318847.754:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:27 desktop kernel: audit: type=1334 audit(1616318847.754:8): prog-id=13 op=LOAD
mrt 21 09:27:27 desktop kernel: audit: type=1334 audit(1616318847.754:9): prog-id=14 op=LOAD
mrt 21 09:27:27 desktop systemd-udevd[375]: Configuration file /etc/udev/rules.d/40-libsane.rules is marked executable. Please remove executable permission bits. Proceeding anyway.
mrt 21 09:27:27 desktop systemd-udevd[375]: /etc/udev/rules.d/40-libsane.rules:26: GOTO="libsane_rules_end" has no matching label, ignoring
mrt 21 09:27:27 desktop systemd-udevd[375]: /etc/udev/rules.d/40-libsane.rules:26: The line takes no effect any more, dropping
mrt 21 09:27:27 desktop systemd-udevd[375]: Configuration file /etc/udev/rules.d/S99-2000S1.rules is marked executable. Please remove executable permission bits. Proceeding anyway.
mrt 21 09:27:27 desktop systemd-udevd[375]: /etc/udev/rules.d/S99-2000S1.rules:26: GOTO="libsane_rules_end" has no matching label, ignoring
mrt 21 09:27:27 desktop systemd-udevd[375]: /etc/udev/rules.d/S99-2000S1.rules:26: The line takes no effect any more, dropping
mrt 21 09:27:27 desktop systemd[1]: Started Rule-based Manager for Device Events and Files.
mrt 21 09:27:27 desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:27 desktop kernel: audit: type=1130 audit(1616318847.804:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:27 desktop kernel: acpi_cpufreq: overriding BIOS provided _PSD data
mrt 21 09:27:27 desktop kernel: acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
mrt 21 09:27:27 desktop kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
mrt 21 09:27:27 desktop kernel: acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
mrt 21 09:27:27 desktop kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
mrt 21 09:27:27 desktop kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
mrt 21 09:27:27 desktop kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
mrt 21 09:27:27 desktop systemd[1]: Found device INTEL SSDPEKNW010T9 Basic\x20data\x20partition.
mrt 21 09:27:27 desktop systemd[1]: Found device INTEL SSDPEKNW010T9 EFI\x20system\x20partition.
mrt 21 09:27:27 desktop systemd[1]: Found device KINGSTON_SV300S37A240G ssd-tmp.
mrt 21 09:27:27 desktop systemd[1]: Found device KINGSTON_SV300S37A240G ssd-home.
mrt 21 09:27:27 desktop kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
mrt 21 09:27:27 desktop kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
mrt 21 09:27:27 desktop kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
mrt 21 09:27:27 desktop kernel: ccp 0000:0d:00.1: enabling device (0000 -> 0002)
mrt 21 09:27:27 desktop kernel: ccp 0000:0d:00.1: ccp: unable to access the device: you might be running a broken BIOS.
mrt 21 09:27:27 desktop systemd[1]: Found device KINGSTON_SV300S37A240G ssd-var.
mrt 21 09:27:27 desktop kernel: usb 1-3: New USB device found, idVendor=046d, idProduct=c534, bcdDevice=29.00
mrt 21 09:27:27 desktop kernel: usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
mrt 21 09:27:27 desktop kernel: usb 1-3: Product: USB Receiver
mrt 21 09:27:27 desktop kernel: usb 1-3: Manufacturer: Logitech
mrt 21 09:27:27 desktop kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
mrt 21 09:27:27 desktop kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
mrt 21 09:27:27 desktop systemd[1]: Found device ST31000528AS Acer.
mrt 21 09:27:27 desktop systemd[1]: Found device ST31000528AS home.
mrt 21 09:27:27 desktop kernel: cryptd: max_cpu_qlen set to 1000
mrt 21 09:27:27 desktop kernel: asus_wmi: ASUS WMI generic driver loaded
mrt 21 09:27:27 desktop kernel: AVX2 version of gcm_enc/dec engaged.
mrt 21 09:27:27 desktop kernel: AES CTR mode by8 optimization enabled
mrt 21 09:27:27 desktop kernel: asus_wmi: Initialization: 0x0
mrt 21 09:27:27 desktop kernel: asus_wmi: BIOS WMI version: 0.9
mrt 21 09:27:27 desktop kernel: asus_wmi: SFUN value: 0x0
mrt 21 09:27:27 desktop kernel: eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
mrt 21 09:27:27 desktop kernel: input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input2
mrt 21 09:27:28 desktop systemd-udevd[387]: Using default interface naming scheme 'v247'.
mrt 21 09:27:28 desktop kernel: libphy: r8169: probed
mrt 21 09:27:28 desktop kernel: r8169 0000:08:00.0 eth0: RTL8168h/8111h, a8:5e:45:11:5d:3a, XID 541, IRQ 68
mrt 21 09:27:28 desktop kernel: r8169 0000:08:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
mrt 21 09:27:28 desktop systemd[1]: Found device RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller.
mrt 21 09:27:28 desktop systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
mrt 21 09:27:28 desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:28 desktop systemd[1]: Reached target Local File Systems (Pre).
mrt 21 09:27:28 desktop systemd[1]: Mounting /boot/efi...
mrt 21 09:27:28 desktop systemd[1]: Mounting /mnt/win10...
mrt 21 09:27:28 desktop kernel: usb 1-4: new high-speed USB device number 4 using xhci_hcd
mrt 21 09:27:28 desktop systemd[1]: Mounting /mnt/win7...
mrt 21 09:27:28 desktop systemd[1]: Starting File System Check on /dev/disk/by-label/home...
mrt 21 09:27:28 desktop systemd[1]: Starting File System Check on /dev/disk/by-label/ssd-home...
mrt 21 09:27:28 desktop systemd[1]: Starting File System Check on /dev/disk/by-label/ssd-tmp...
mrt 21 09:27:28 desktop systemd[1]: Starting File System Check on /dev/disk/by-label/ssd-var...
mrt 21 09:27:28 desktop mount[472]: Windows is hibernated, refused to mount.
mrt 21 09:27:28 desktop mount[472]: The disk contains an unclean file system (0, 0).
mrt 21 09:27:28 desktop mount[472]: Metadata kept in Windows cache, refused to mount.
mrt 21 09:27:28 desktop mount[472]: Falling back to read-only mount because the NTFS partition is in an
mrt 21 09:27:28 desktop mount[472]: unsafe state. Please resume and shutdown Windows fully (no hibernation
mrt 21 09:27:28 desktop mount[472]: or fast restarting.)
mrt 21 09:27:28 desktop systemd-fsck[482]: ssd-home: schoon, 723802/11509760 bestanden, 26291970/46024598 blokken
mrt 21 09:27:28 desktop systemd-fsck[486]: ssd-var: schoon, 10890/1048576 bestanden, 2104381/4194304 blokken
mrt 21 09:27:28 desktop systemd-fsck[485]: ssd-tmp: schoon, 32/1048576 bestanden, 109931/4194304 blokken
mrt 21 09:27:28 desktop systemd[1]: Finished File System Check on /dev/disk/by-label/ssd-home.
mrt 21 09:27:28 desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2dlabel-ssd\x2dhome comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:28 desktop systemd[1]: Mounted /boot/efi.
mrt 21 09:27:28 desktop systemd[1]: Finished File System Check on /dev/disk/by-label/ssd-tmp.
mrt 21 09:27:28 desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2dlabel-ssd\x2dtmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:28 desktop systemd[1]: Finished File System Check on /dev/disk/by-label/ssd-var.
mrt 21 09:27:28 desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2dlabel-ssd\x2dvar comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:28 desktop systemd[1]: Mounting /home...
mrt 21 09:27:28 desktop kernel: kvm: disabled by bios
mrt 21 09:27:28 desktop systemd[1]: Mounting /tmp...
mrt 21 09:27:28 desktop systemd[1]: Mounting /var...
mrt 21 09:27:28 desktop kernel: EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: discard. Quota mode: none.
mrt 21 09:27:28 desktop kernel: EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: discard. Quota mode: none.
mrt 21 09:27:28 desktop kernel: EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: discard. Quota mode: none.
mrt 21 09:27:28 desktop systemd[1]: Mounted /home.
mrt 21 09:27:28 desktop systemd[1]: Mounted /tmp.
mrt 21 09:27:28 desktop systemd[1]: Mounted /var.
mrt 21 09:27:28 desktop systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
mrt 21 09:27:28 desktop systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
mrt 21 09:27:28 desktop systemd[1]: Starting Flush Journal to Persistent Storage...
mrt 21 09:27:28 desktop systemd[1]: Starting Load/Save Random Seed...
mrt 21 09:27:28 desktop systemd-journald[360]: Time spent on flushing to /var/log/journal/9bcbc7992533016bb32476ab00001233 is 24.528ms for 1234 entries.
mrt 21 09:27:28 desktop systemd-journald[360]: System Journal (/var/log/journal/9bcbc7992533016bb32476ab00001233) is 1.5G, max 1.5G, 0B free.
mrt 21 09:27:28 desktop ntfs-3g[498]: Version 2017.3.23 external FUSE 29
mrt 21 09:27:28 desktop systemd-fsck[479]: home: schoon, 118227/33808384 bestanden, 125467696/135232875 blokken
mrt 21 09:27:28 desktop systemd[1]: Mounted /mnt/win10.
mrt 21 09:27:28 desktop ntfs-3g[498]: Mounted /dev/nvme0n1p3 (Read-Only, label "", NTFS 3.1)
mrt 21 09:27:28 desktop systemd-random-seed[497]: Kernel entropy pool is not initialized yet, waiting until it is.
mrt 21 09:27:28 desktop ntfs-3g[498]: Cmdline options: rw,noexec,nosuid,nodev,uid=1000,gid=100,user
mrt 21 09:27:28 desktop ntfs-3g[498]: Mount options: rw,noexec,nosuid,nodev,user,allow_other,nonempty,relatime,ro,default_permissions,fsname=/dev/nvme0n1p3,blkdev,blksize=4096
mrt 21 09:27:28 desktop ntfs-3g[498]: Global ownership and permissions enforced, configuration type 7
mrt 21 09:27:28 desktop systemd[1]: Finished Flush Journal to Persistent Storage.
mrt 21 09:27:28 desktop audit[1]: SERVICE_START 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'
mrt 21 09:27:28 desktop kernel: kvm: disabled by bios
mrt 21 09:27:28 desktop kernel: MCE: In-kernel MCE decoding enabled.
mrt 21 09:27:28 desktop kernel: EDAC amd64: F17h_M70h detected (node 0).
mrt 21 09:27:28 desktop kernel: EDAC amd64: Node 0: DRAM ECC disabled.
mrt 21 09:27:28 desktop kernel: snd_hda_intel 0000:0b:00.1: Force to non-snoop mode
mrt 21 09:27:28 desktop kernel: snd_hda_intel 0000:0d:00.4: enabling device (0000 -> 0002)
mrt 21 09:27:28 desktop systemd[1]: Finished File System Check on /dev/disk/by-label/home.
mrt 21 09:27:28 desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2dlabel-home comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:28 desktop systemd[1]: Mounting /mnt/hdd-home...
mrt 21 09:27:28 desktop kernel: random: crng init done
mrt 21 09:27:28 desktop systemd[1]: Finished Load/Save Random Seed.
mrt 21 09:27:28 desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:28 desktop systemd[1]: Condition check resulted in First Boot Complete being skipped.
mrt 21 09:27:28 desktop mount[474]: The disk contains an unclean file system (0, 0).
mrt 21 09:27:28 desktop mount[474]: Metadata kept in Windows cache, refused to mount.
mrt 21 09:27:28 desktop mount[474]: Falling back to read-only mount because the NTFS partition is in an
mrt 21 09:27:28 desktop mount[474]: unsafe state. Please resume and shutdown Windows fully (no hibernation
mrt 21 09:27:28 desktop mount[474]: or fast restarting.)
mrt 21 09:27:28 desktop kernel: usb 1-4: New USB device found, idVendor=048d, idProduct=1177, bcdDevice= 1.00
mrt 21 09:27:28 desktop kernel: usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
mrt 21 09:27:28 desktop kernel: usb 1-4: Product: USB Mass Storage Device
mrt 21 09:27:28 desktop kernel: usb 1-4: Manufacturer: Generic
mrt 21 09:27:28 desktop kernel: snd_hda_intel 0000:0b:00.1: bound 0000:0b:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
mrt 21 09:27:28 desktop kernel: EDAC amd64: F17h_M70h detected (node 0).
mrt 21 09:27:28 desktop kernel: EDAC amd64: Node 0: DRAM ECC disabled.
mrt 21 09:27:28 desktop kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card0/input3
mrt 21 09:27:28 desktop kernel: input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card0/input4
mrt 21 09:27:28 desktop kernel: input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card0/input5
mrt 21 09:27:28 desktop kernel: input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card0/input6
mrt 21 09:27:28 desktop kernel: input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card0/input7
mrt 21 09:27:28 desktop kernel: kvm: disabled by bios
mrt 21 09:27:28 desktop kernel: intel_rapl_common: Found RAPL domain package
mrt 21 09:27:28 desktop kernel: intel_rapl_common: Found RAPL domain core
mrt 21 09:27:28 desktop kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC887-VD: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
mrt 21 09:27:28 desktop kernel: snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
mrt 21 09:27:28 desktop kernel: snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
mrt 21 09:27:28 desktop kernel: snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
mrt 21 09:27:28 desktop kernel: snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x11/0x0
mrt 21 09:27:28 desktop kernel: snd_hda_codec_realtek hdaudioC1D0:    inputs:
mrt 21 09:27:28 desktop kernel: snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
mrt 21 09:27:28 desktop kernel: snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
mrt 21 09:27:28 desktop kernel: snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
mrt 21 09:27:28 desktop systemd[1]: Condition check resulted in First Boot Wizard being skipped.
mrt 21 09:27:28 desktop systemd[1]: Condition check resulted in First Boot Complete being skipped.
mrt 21 09:27:28 desktop systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
mrt 21 09:27:28 desktop systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
mrt 21 09:27:28 desktop systemd[1]: Condition check resulted in Create System Users being skipped.
mrt 21 09:27:28 desktop kernel: input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:0d:00.4/sound/card1/input8
mrt 21 09:27:28 desktop kernel: input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:0d:00.4/sound/card1/input9
mrt 21 09:27:28 desktop kernel: input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:0d:00.4/sound/card1/input10
mrt 21 09:27:28 desktop kernel: input: HD-Audio Generic Line Out as /devices/pci0000:00/0000:00:08.1/0000:0d:00.4/sound/card1/input11
mrt 21 09:27:28 desktop kernel: input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:0d:00.4/sound/card1/input12
mrt 21 09:27:28 desktop systemd[1]: Condition check resulted in First Boot Wizard being skipped.
mrt 21 09:27:28 desktop systemd[1]: Condition check resulted in First Boot Complete being skipped.
mrt 21 09:27:28 desktop systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
mrt 21 09:27:28 desktop systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
mrt 21 09:27:28 desktop systemd[1]: Condition check resulted in Create System Users being skipped.
mrt 21 09:27:28 desktop kernel: EXT4-fs (sdb5): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
mrt 21 09:27:28 desktop systemd[1]: Mounted /mnt/hdd-home.
mrt 21 09:27:28 desktop kernel: usb 1-8: new full-speed USB device number 5 using xhci_hcd
mrt 21 09:27:28 desktop kernel: EDAC amd64: F17h_M70h detected (node 0).
mrt 21 09:27:28 desktop kernel: EDAC amd64: Node 0: DRAM ECC disabled.
mrt 21 09:27:28 desktop kernel: kvm: disabled by bios
mrt 21 09:27:28 desktop ntfs-3g[521]: Version 2017.3.23 external FUSE 29
mrt 21 09:27:28 desktop ntfs-3g[521]: Mounted /dev/sdb3 (Read-Only, label "Acer", NTFS 3.1)
mrt 21 09:27:28 desktop ntfs-3g[521]: Cmdline options: rw,noexec,nosuid,nodev,uid=1000,gid=100,user
mrt 21 09:27:28 desktop ntfs-3g[521]: Mount options: rw,noexec,nosuid,nodev,user,allow_other,nonempty,relatime,ro,default_permissions,fsname=/dev/sdb3,blkdev,blksize=4096
mrt 21 09:27:28 desktop ntfs-3g[521]: Global ownership and permissions enforced, configuration type 7
mrt 21 09:27:28 desktop systemd[1]: Mounted /mnt/win7.
mrt 21 09:27:28 desktop systemd[1]: Reached target Local File Systems.
mrt 21 09:27:28 desktop systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
mrt 21 09:27:28 desktop systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
mrt 21 09:27:28 desktop systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
mrt 21 09:27:28 desktop systemd[1]: Starting Create Volatile Files and Directories...
mrt 21 09:27:28 desktop systemd[1]: Finished Create Volatile Files and Directories.
mrt 21 09:27:28 desktop audit[1]: SERVICE_START 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'
mrt 21 09:27:28 desktop systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
mrt 21 09:27:28 desktop systemd[1]: Starting Network Time Synchronization...
mrt 21 09:27:28 desktop kernel: kauditd_printk_skb: 7 callbacks suppressed
mrt 21 09:27:28 desktop kernel: audit: type=1130 audit(1616318848.604: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'
mrt 21 09:27:28 desktop systemd[1]: Condition check resulted in Update is Completed being skipped.
mrt 21 09:27:28 desktop systemd[1]: Starting Update UTMP about System Boot/Shutdown...
mrt 21 09:27:28 desktop audit[524]: SYSTEM_BOOT pid=524 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:28 desktop kernel: audit: type=1127 audit(1616318848.611:19): pid=524 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:28 desktop systemd[1]: Finished Update UTMP about System Boot/Shutdown.
mrt 21 09:27:28 desktop audit[1]: SERVICE_START 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'
mrt 21 09:27:28 desktop kernel: audit: type=1130 audit(1616318848.617: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'
mrt 21 09:27:28 desktop systemd[1]: Started Network Time Synchronization.
mrt 21 09:27:28 desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:28 desktop systemd[1]: Reached target System Initialization.
mrt 21 09:27:28 desktop systemd[1]: Started Daily rotation of log files.
mrt 21 09:27:28 desktop kernel: audit: type=1130 audit(1616318848.651:21): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:28 desktop systemd[1]: Started Daily man-db regeneration.
mrt 21 09:27:28 desktop systemd[1]: Started Daily verification of password and group files.
mrt 21 09:27:28 desktop systemd[1]: Started Daily Cleanup of Temporary Directories.
mrt 21 09:27:28 desktop systemd[1]: Started Daily locate database update.
mrt 21 09:27:28 desktop systemd[1]: Reached target Timers.
mrt 21 09:27:28 desktop systemd[1]: Listening on D-Bus System Message Bus Socket.
mrt 21 09:27:28 desktop systemd[1]: Reached target Sockets.
mrt 21 09:27:28 desktop systemd[1]: Reached target Basic System.
mrt 21 09:27:28 desktop systemd[1]: Started ACPI event daemon.
mrt 21 09:27:28 desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=acpid comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:28 desktop systemd[1]: Starting Save/Restore Sound Card State...
mrt 21 09:27:28 desktop acpid[526]: starting up with netlink and the input layer
mrt 21 09:27:28 desktop systemd[1]: Condition check resulted in Manage Sound Card State (restore and store) being skipped.
mrt 21 09:27:28 desktop systemd[1]: Started D-Bus System Message Bus.
mrt 21 09:27:28 desktop acpid[526]: 1 rule loaded
mrt 21 09:27:28 desktop acpid[526]: waiting for events: event logging is off
mrt 21 09:27:28 desktop kernel: audit: type=1130 audit(1616318848.667:22): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=acpid comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:28 desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:28 desktop systemd[1]: Starting dhcpcd on eth0...
mrt 21 09:27:28 desktop systemd[1]: Starting IPv4 Packet Filtering Framework...
mrt 21 09:27:28 desktop systemd[1]: Started numlockOnTty.
mrt 21 09:27:28 desktop kernel: audit: type=1130 audit(1616318848.671:23): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:28 desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=numLockOnTty comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:28 desktop audit: BPF prog-id=15 op=LOAD
mrt 21 09:27:28 desktop audit: BPF prog-id=16 op=LOAD
mrt 21 09:27:28 desktop dhcpcd[529]: dhcpcd-9.4.0 starting
mrt 21 09:27:28 desktop systemd[1]: Starting User Login Management...
mrt 21 09:27:28 desktop kernel: audit: type=1130 audit(1616318848.674:24): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=numLockOnTty comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:28 desktop kernel: audit: type=1334 audit(1616318848.674:25): prog-id=15 op=LOAD
mrt 21 09:27:28 desktop kernel: audit: type=1334 audit(1616318848.674:26): prog-id=16 op=LOAD
mrt 21 09:27:28 desktop dhcpcd[535]: DUID 00:04:97:7d:eb:ad:08:b9:4b:54:d5:39:a8:5e:45:11:5d:3a
mrt 21 09:27:28 desktop systemd[1]: Finished Save/Restore Sound Card State.
mrt 21 09:27:28 desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:28 desktop systemd[1]: Reached target Sound Card.
mrt 21 09:27:28 desktop kernel: audit: type=1130 audit(1616318848.677:27): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:28 desktop systemd[1]: numLockOnTty.service: Succeeded.
mrt 21 09:27:28 desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=numLockOnTty comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:28 desktop kernel: EDAC amd64: F17h_M70h detected (node 0).
mrt 21 09:27:28 desktop kernel: EDAC amd64: Node 0: DRAM ECC disabled.
mrt 21 09:27:28 desktop kernel: kvm: disabled by bios
mrt 21 09:27:28 desktop systemd-logind[533]: New seat seat0.
mrt 21 09:27:28 desktop systemd-logind[533]: Watching system buttons on /dev/input/event1 (Power Button)
mrt 21 09:27:28 desktop systemd-logind[533]: Watching system buttons on /dev/input/event0 (Power Button)
mrt 21 09:27:28 desktop kernel: 8021q: 802.1Q VLAN Support v1.8
mrt 21 09:27:28 desktop systemd[1]: Started User Login Management.
mrt 21 09:27:28 desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:28 desktop audit[539]: NETFILTER_CFG table=filter family=2 entries=0 op=xt_register pid=539 comm="modprobe"
mrt 21 09:27:28 desktop audit[539]: SYSCALL arch=c000003e syscall=175 success=yes exit=0 a0=5593dd7aae10 a1=2f19 a2=5593dbaf2270 a3=5593dd7a6 items=0 ppid=216 pid=539 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="modprobe" exe="/usr/bin/kmod" key=(null)
mrt 21 09:27:28 desktop audit: PROCTITLE proctitle=2F7362696E2F6D6F6470726F6265002D71002D2D0069707461626C655F66696C746572
mrt 21 09:27:28 desktop audit[530]: NETFILTER_CFG table=filter family=2 entries=4 op=xt_replace pid=530 comm="iptables-restor"
mrt 21 09:27:28 desktop audit[530]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=5 a1=0 a2=40 a3=556f7bf10b10 items=0 ppid=1 pid=530 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/bin/xtables-legacy-multi" key=(null)
mrt 21 09:27:28 desktop audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C65732D726573746F7265002F6574632F69707461626C65732F69707461626C65732E72756C6573
mrt 21 09:27:28 desktop systemd[1]: Finished IPv4 Packet Filtering Framework.
mrt 21 09:27:28 desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=iptables comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:28 desktop systemd[1]: Starting IPv6 Packet Filtering Framework...
mrt 21 09:27:28 desktop kernel: EDAC amd64: F17h_M70h detected (node 0).
mrt 21 09:27:28 desktop kernel: EDAC amd64: Node 0: DRAM ECC disabled.
mrt 21 09:27:28 desktop kernel: kvm: disabled by bios
mrt 21 09:27:28 desktop audit[561]: NETFILTER_CFG table=filter family=10 entries=0 op=xt_register pid=561 comm="modprobe"
mrt 21 09:27:28 desktop kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
mrt 21 09:27:28 desktop kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
mrt 21 09:27:28 desktop kernel: usb 1-8: New USB device found, idVendor=2516, idProduct=0051, bcdDevice=11.01
mrt 21 09:27:28 desktop kernel: usb 1-8: New USB device strings: Mfr=3, Product=1, SerialNumber=0
mrt 21 09:27:28 desktop kernel: usb 1-8: Product: AMD SR4 lamplight Control
mrt 21 09:27:28 desktop kernel: usb 1-8: Manufacturer: Cooler Master Technology Inc.
mrt 21 09:27:28 desktop audit[561]: SYSCALL arch=c000003e syscall=175 success=yes exit=0 a0=55dd72c1fe10 a1=2f39 a2=55dd7156f270 a3=55dd72c1b items=0 ppid=216 pid=561 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="modprobe" exe="/usr/bin/kmod" key=(null)
mrt 21 09:27:28 desktop audit: PROCTITLE proctitle=2F7362696E2F6D6F6470726F6265002D71002D2D006970367461626C655F66696C746572
mrt 21 09:27:28 desktop kernel: EDAC amd64: F17h_M70h detected (node 0).
mrt 21 09:27:28 desktop kernel: EDAC amd64: Node 0: DRAM ECC disabled.
mrt 21 09:27:28 desktop kernel: kvm: disabled by bios
mrt 21 09:27:28 desktop mtp-probe[571]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-4"
mrt 21 09:27:28 desktop mtp-probe[569]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-3"
mrt 21 09:27:28 desktop mtp-probe[570]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-2"
mrt 21 09:27:28 desktop mtp-probe[568]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-8"
mrt 21 09:27:28 desktop mtp-probe[571]: bus: 1, device: 4 was not an MTP device
mrt 21 09:27:28 desktop mtp-probe[570]: bus: 1, device: 2 was not an MTP device
mrt 21 09:27:28 desktop mtp-probe[569]: bus: 1, device: 3 was not an MTP device
mrt 21 09:27:28 desktop mtp-probe[568]: bus: 1, device: 5 was not an MTP device
mrt 21 09:27:28 desktop kernel: usb-storage 1-4:1.0: USB Mass Storage device detected
mrt 21 09:27:28 desktop kernel: scsi host8: usb-storage 1-4:1.0
mrt 21 09:27:28 desktop kernel: usbcore: registered new interface driver usb-storage
mrt 21 09:27:28 desktop kernel: input: Logitech USB Receiver as /devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-3/1-3:1.0/0003:046D:C534.0001/input/input13
mrt 21 09:27:28 desktop audit[559]: NETFILTER_CFG table=filter family=10 entries=4 op=xt_replace pid=559 comm="ip6tables-resto"
mrt 21 09:27:28 desktop audit[559]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=5 a1=29 a2=40 a3=559b8cb3dc30 items=0 ppid=1 pid=559 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables-resto" exe="/usr/bin/xtables-legacy-multi" key=(null)
mrt 21 09:27:28 desktop audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C65732D726573746F7265002F6574632F69707461626C65732F6970367461626C65732E72756C6573
mrt 21 09:27:28 desktop systemd[1]: Finished IPv6 Packet Filtering Framework.
mrt 21 09:27:28 desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ip6tables comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:28 desktop systemd[1]: Reached target Network (Pre).
mrt 21 09:27:28 desktop kernel: Generic FE-GE Realtek PHY r8169-800:00: attached PHY driver (mii_bus:phy_addr=r8169-800:00, irq=IGNORE)
mrt 21 09:27:29 desktop kernel: hid-generic 0003:046D:C534.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:02:00.0-3/input0
mrt 21 09:27:29 desktop kernel: input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-3/1-3:1.1/0003:046D:C534.0002/input/input14
mrt 21 09:27:29 desktop kernel: input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-3/1-3:1.1/0003:046D:C534.0002/input/input15
mrt 21 09:27:29 desktop mtp-probe[580]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-4"
mrt 21 09:27:29 desktop mtp-probe[580]: bus: 1, device: 4 was not an MTP device
mrt 21 09:27:29 desktop kernel: usbcore: registered new interface driver uas
mrt 21 09:27:29 desktop kernel: EDAC amd64: F17h_M70h detected (node 0).
mrt 21 09:27:29 desktop kernel: EDAC amd64: Node 0: DRAM ECC disabled.
mrt 21 09:27:29 desktop kernel: kvm: disabled by bios
mrt 21 09:27:29 desktop kernel: input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-3/1-3:1.1/0003:046D:C534.0002/input/input16
mrt 21 09:27:29 desktop kernel: hid-generic 0003:046D:C534.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:02:00.0-3/input1
mrt 21 09:27:29 desktop kernel: input: Cooler Master Technology Inc. AMD SR4 lamplight Control as /devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-8/1-8:1.0/0003:2516:0051.0003/input/input19
mrt 21 09:27:29 desktop dhcpcd[535]: eth0: waiting for carrier
mrt 21 09:27:29 desktop dhcpcd[535]: eth0: carrier acquired
mrt 21 09:27:29 desktop kernel: r8169 0000:08:00.0 eth0: Link is Down
mrt 21 09:27:29 desktop dhcpcd[535]: eth0: IAID 45:11:5d:3a
mrt 21 09:27:29 desktop dhcpcd[535]: eth0: adding address fe80::b212:5700:a17f:8d2b
mrt 21 09:27:29 desktop dhcpcd[535]: eth0: carrier lost
mrt 21 09:27:29 desktop dhcpcd[535]: eth0: deleting address fe80::b212:5700:a17f:8d2b
mrt 21 09:27:29 desktop kernel: hid-generic 0003:2516:0051.0003: input,hidraw2: USB HID v1.11 Keyboard [Cooler Master Technology Inc. AMD SR4 lamplight Control] on usb-0000:02:00.0-8/input0
mrt 21 09:27:29 desktop kernel: hid-generic 0003:2516:0051.0004: hiddev97,hidraw3: USB HID v1.11 Device [Cooler Master Technology Inc. AMD SR4 lamplight Control] on usb-0000:02:00.0-8/input1
mrt 21 09:27:29 desktop kernel: input: Cooler Master Technology Inc. AMD SR4 lamplight Control System Control as /devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-8/1-8:1.2/0003:2516:0051.0005/input/input20
mrt 21 09:27:29 desktop kernel: kvm: disabled by bios
mrt 21 09:27:29 desktop kernel: EDAC amd64: F17h_M70h detected (node 0).
mrt 21 09:27:29 desktop kernel: EDAC amd64: Node 0: DRAM ECC disabled.
mrt 21 09:27:29 desktop mtp-probe[589]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-3"
mrt 21 09:27:29 desktop mtp-probe[590]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-8"
mrt 21 09:27:29 desktop mtp-probe[590]: bus: 1, device: 5 was not an MTP device
mrt 21 09:27:29 desktop mtp-probe[589]: bus: 1, device: 3 was not an MTP device
mrt 21 09:27:29 desktop kernel: input: Cooler Master Technology Inc. AMD SR4 lamplight Control Consumer Control as /devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-8/1-8:1.2/0003:2516:0051.0005/input/input21
mrt 21 09:27:29 desktop kernel: hid-generic 0003:2516:0051.0005: input,hidraw4: USB HID v1.11 Device [Cooler Master Technology Inc. AMD SR4 lamplight Control] on usb-0000:02:00.0-8/input2
mrt 21 09:27:29 desktop kernel: usbcore: registered new interface driver usbhid
mrt 21 09:27:29 desktop kernel: usbhid: USB HID core driver
mrt 21 09:27:29 desktop systemd-logind[533]: Watching system buttons on /dev/input/event18 (Cooler Master Technology Inc. AMD SR4 lamplight Control System Control)
mrt 21 09:27:29 desktop systemd-logind[533]: Watching system buttons on /dev/input/event17 (Cooler Master Technology Inc. AMD SR4 lamplight Control)
mrt 21 09:27:29 desktop acpid[526]: input device has been disconnected, fd 19
mrt 21 09:27:29 desktop kernel: logitech-djreceiver 0003:046D:C534.0001: hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:02:00.0-3/input0
mrt 21 09:27:29 desktop kernel: EDAC amd64: F17h_M70h detected (node 0).
mrt 21 09:27:29 desktop kernel: EDAC amd64: Node 0: DRAM ECC disabled.
mrt 21 09:27:29 desktop kernel: kvm: disabled by bios
mrt 21 09:27:29 desktop kernel: EDAC amd64: F17h_M70h detected (node 0).
mrt 21 09:27:29 desktop kernel: EDAC amd64: Node 0: DRAM ECC disabled.
mrt 21 09:27:29 desktop kernel: usb 1-2: ath9k_htc: Firmware ath9k_htc/htc_7010-1.4.0.fw requested
mrt 21 09:27:29 desktop kernel: usbcore: registered new interface driver ath9k_htc
mrt 21 09:27:29 desktop acpid[526]: input device has been disconnected, fd 20
mrt 21 09:27:29 desktop acpid[526]: input device has been disconnected, fd 21
mrt 21 09:27:29 desktop kernel: EDAC amd64: F17h_M70h detected (node 0).
mrt 21 09:27:29 desktop kernel: EDAC amd64: Node 0: DRAM ECC disabled.
mrt 21 09:27:29 desktop kernel: logitech-djreceiver 0003:046D:C534.0002: hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:02:00.0-3/input1
mrt 21 09:27:29 desktop kernel: logitech-djreceiver 0003:046D:C534.0002: device of type eQUAD nano Lite (0x0a) connected on slot 1
mrt 21 09:27:29 desktop kernel: input: Logitech Wireless Keyboard PID:4023 Keyboard as /devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-3/1-3:1.1/0003:046D:C534.0002/0003:046D:4023.0006/input/input22
mrt 21 09:27:29 desktop kernel: input: Logitech Wireless Keyboard PID:4023 Consumer Control as /devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-3/1-3:1.1/0003:046D:C534.0002/0003:046D:4023.0006/input/input23
mrt 21 09:27:29 desktop kernel: input: Logitech Wireless Keyboard PID:4023 System Control as /devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-3/1-3:1.1/0003:046D:C534.0002/0003:046D:4023.0006/input/input24
mrt 21 09:27:29 desktop kernel: hid-generic 0003:046D:4023.0006: input,hidraw5: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-0000:02:00.0-3/input1:1
mrt 21 09:27:29 desktop kernel: logitech-djreceiver 0003:046D:C534.0002: device of type eQUAD nano Lite (0x0a) connected on slot 2
mrt 21 09:27:29 desktop kernel: input: Logitech Wireless Mouse PID:4038 Mouse as /devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-3/1-3:1.1/0003:046D:C534.0002/0003:046D:4038.0007/input/input29
mrt 21 09:27:29 desktop kernel: hid-generic 0003:046D:4038.0007: input,hidraw6: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:4038] on usb-0000:02:00.0-3/input1:2
mrt 21 09:27:29 desktop kernel: EDAC amd64: F17h_M70h detected (node 0).
mrt 21 09:27:29 desktop kernel: EDAC amd64: Node 0: DRAM ECC disabled.
mrt 21 09:27:29 desktop kernel: mousedev: PS/2 mouse device common for all mice
mrt 21 09:27:29 desktop kernel: EDAC amd64: F17h_M70h detected (node 0).
mrt 21 09:27:29 desktop kernel: EDAC amd64: Node 0: DRAM ECC disabled.
mrt 21 09:27:29 desktop kernel: EDAC amd64: F17h_M70h detected (node 0).
mrt 21 09:27:29 desktop kernel: EDAC amd64: Node 0: DRAM ECC disabled.
mrt 21 09:27:29 desktop kernel: scsi 8:0:0:0: Direct-Access     Generic  USB Flash Disk   0.00 PQ: 0 ANSI: 6
mrt 21 09:27:29 desktop kernel: sd 8:0:0:0: Attached scsi generic sg3 type 0
mrt 21 09:27:29 desktop kernel: sd 8:0:0:0: [sdc] 7866368 512-byte logical blocks: (4.03 GB/3.75 GiB)
mrt 21 09:27:29 desktop kernel: sd 8:0:0:0: [sdc] Write Protect is off
mrt 21 09:27:29 desktop kernel: sd 8:0:0:0: [sdc] Mode Sense: 23 00 00 00
mrt 21 09:27:29 desktop kernel: sd 8:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
mrt 21 09:27:29 desktop acpid[526]: input device has been disconnected, fd 19
mrt 21 09:27:30 desktop kernel:  sdc: sdc1
mrt 21 09:27:30 desktop kernel: sd 8:0:0:0: [sdc] Attached SCSI removable disk
mrt 21 09:27:30 desktop acpid[526]: input device has been disconnected, fd 20
mrt 21 09:27:30 desktop kernel: EDAC amd64: F17h_M70h detected (node 0).
mrt 21 09:27:30 desktop kernel: EDAC amd64: Node 0: DRAM ECC disabled.
mrt 21 09:27:30 desktop acpid[526]: input device has been disconnected, fd 21
mrt 21 09:27:30 desktop kernel: input: Logitech Wireless Keyboard PID:4023 as /devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-3/1-3:1.1/0003:046D:C534.0002/0003:046D:4023.0006/input/input33
mrt 21 09:27:30 desktop kernel: logitech-hidpp-device 0003:046D:4023.0006: input,hidraw5: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-0000:02:00.0-3/input1:1
mrt 21 09:27:30 desktop kernel: EDAC amd64: F17h_M70h detected (node 0).
mrt 21 09:27:30 desktop kernel: EDAC amd64: Node 0: DRAM ECC disabled.
mrt 21 09:27:30 desktop kernel: input: Logitech Wireless Mouse PID:4038 as /devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-3/1-3:1.1/0003:046D:C534.0002/0003:046D:4038.0007/input/input34
mrt 21 09:27:30 desktop kernel: logitech-hidpp-device 0003:046D:4038.0007: input,hidraw6: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:4038] on usb-0000:02:00.0-3/input1:2
mrt 21 09:27:30 desktop systemd-logind[533]: Watching system buttons on /dev/input/event13 (Logitech Wireless Keyboard PID:4023)
mrt 21 09:27:30 desktop kernel: usb 1-2: ath9k_htc: Transferred FW: ath9k_htc/htc_7010-1.4.0.fw, size: 72812
mrt 21 09:27:30 desktop kernel: ath9k_htc 1-2:1.0: ath9k_htc: HTC initialized with 45 credits
mrt 21 09:27:31 desktop kernel: ath9k_htc 1-2:1.0: ath9k_htc: FW Version: 1.4
mrt 21 09:27:31 desktop kernel: ath9k_htc 1-2:1.0: FW RMW support: On
mrt 21 09:27:31 desktop kernel: ath: EEPROM regdomain: 0x6a
mrt 21 09:27:31 desktop kernel: ath: EEPROM indicates we should expect a direct regpair map
mrt 21 09:27:31 desktop kernel: ath: Country alpha2 being used: 00
mrt 21 09:27:31 desktop kernel: ath: Regpair used: 0x6a
mrt 21 09:27:31 desktop systemd-udevd[399]: Using default interface naming scheme 'v247'.
mrt 21 09:27:31 desktop systemd[1]: Starting Load/Save RF Kill Switch Status...
mrt 21 09:27:31 desktop kernel: ieee80211 phy0: Atheros AR9280 Rev:2
mrt 21 09:27:31 desktop systemd[1]: Started Load/Save RF Kill Switch Status.
mrt 21 09:27:31 desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:31 desktop systemd[1]: Found device N5HBZ0000055 802.11abgn Wireless Adapter [Atheros AR7010+AR9280].
mrt 21 09:27:31 desktop systemd[1]: Starting Automatically generated profile by wifi-menu...
mrt 21 09:27:31 desktop network[612]: Starting network profile 'wlan0-telenet-C558B'...
mrt 21 09:27:31 desktop dhcpcd[535]: eth0: carrier acquired
mrt 21 09:27:31 desktop kernel: r8169 0000:08:00.0 eth0: Link is Up - 1Gbps/Full - flow control rx/tx
mrt 21 09:27:31 desktop kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
mrt 21 09:27:31 desktop dhcpcd[535]: eth0: IAID 45:11:5d:3a
mrt 21 09:27:31 desktop dhcpcd[535]: eth0: adding address fe80::b212:5700:a17f:8d2b
mrt 21 09:27:32 desktop dhcpcd[535]: eth0: soliciting an IPv6 router
mrt 21 09:27:32 desktop dhcpcd[535]: eth0: soliciting a DHCP lease
mrt 21 09:27:32 desktop dhcpcd[535]: eth0: offered 192.168.0.102 from 192.168.0.1
mrt 21 09:27:32 desktop dhcpcd[535]: eth0: probing address 192.168.0.102/24
mrt 21 09:27:33 desktop dhcpcd[535]: eth0: Router Advertisement from fe80::3a43:7dff:fe5e:5f1c
mrt 21 09:27:33 desktop dhcpcd[535]: eth0: adding address 2a02:1810:2f18:3000:3496:b6c8:9a96:ef50/64
mrt 21 09:27:33 desktop dhcpcd[535]: eth0: adding route to 2a02:1810:2f18:3000::/64
mrt 21 09:27:33 desktop dhcpcd[535]: eth0: requesting DHCPv6 information
mrt 21 09:27:33 desktop dhcpcd[535]: eth0: adding default route via fe80::3a43:7dff:fe5e:5f1c
mrt 21 09:27:34 desktop dhcpcd[535]: eth0: REPLY6 received from fe80::3a43:7dff:fe5e:5f1c
mrt 21 09:27:34 desktop dhcpcd[535]: eth0: refresh in 86400 seconds
mrt 21 09:27:34 desktop systemd[1]: Started dhcpcd on eth0.
mrt 21 09:27:34 desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dhcpcd@eth0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:34 desktop kernel: kauditd_printk_skb: 17 callbacks suppressed
mrt 21 09:27:34 desktop kernel: audit: type=1130 audit(1616318854.827:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dhcpcd@eth0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:36 desktop kernel: wlan0: authenticate with 38:43:7d:5e:39:17
mrt 21 09:27:36 desktop kernel: wlan0: send auth to 38:43:7d:5e:39:17 (try 1/3)
mrt 21 09:27:36 desktop kernel: wlan0: authenticated
mrt 21 09:27:36 desktop kernel: wlan0: associate with 38:43:7d:5e:39:17 (try 1/3)
mrt 21 09:27:36 desktop systemd[1]: systemd-rfkill.service: Succeeded.
mrt 21 09:27:36 desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:36 desktop kernel: audit: type=1131 audit(1616318856.351:38): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:36 desktop kernel: wlan0: RX AssocResp from 38:43:7d:5e:39:17 (capab=0x1511 status=0 aid=2)
mrt 21 09:27:36 desktop kernel: wlan0: associated
mrt 21 09:27:36 desktop kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
mrt 21 09:27:36 desktop systemd[1]: Started Automatically generated profile by wifi-menu.
mrt 21 09:27:36 desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=netctl@wlan0\x2dtelenet\x2dC558B comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:36 desktop systemd[1]: Reached target Network.
mrt 21 09:27:36 desktop systemd[1]: Reached target Network is Online.
mrt 21 09:27:36 desktop kernel: audit: type=1130 audit(1616318856.514:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=netctl@wlan0\x2dtelenet\x2dC558B comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:36 desktop systemd[1]: Started Dropbox.
mrt 21 09:27:36 desktop dhcpcd[906]: dhcpcd-9.4.0 starting
mrt 21 09:27:36 desktop dhcpcd[910]: DUID 00:04:97:7d:eb:ad:08:b9:4b:54:d5:39:a8:5e:45:11:5d:3a
mrt 21 09:27:36 desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dropboxd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:36 desktop systemd[1]: Starting Permit User Sessions...
mrt 21 09:27:36 desktop kernel: audit: type=1130 audit(1616318856.517:40): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dropboxd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:36 desktop systemd[1]: Starting Validating, recursive, and caching DNS resolver...
mrt 21 09:27:36 desktop systemd[1]: Finished Permit User Sessions.
mrt 21 09:27:36 desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:36 desktop systemd[907]: dropboxd.service: Failed to determine user credentials: No such process
mrt 21 09:27:36 desktop systemd[907]: dropboxd.service: Failed at step USER spawning /usr/bin/dropboxd: No such process
mrt 21 09:27:36 desktop systemd[1]: Started Simple Desktop Display Manager.
mrt 21 09:27:36 desktop kernel: audit: type=1130 audit(1616318856.524:41): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:36 desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:36 desktop systemd[1]: dropboxd.service: Main process exited, code=exited, status=217/USER
mrt 21 09:27:36 desktop systemd[1]: dropboxd.service: Failed with result 'exit-code'.
mrt 21 09:27:36 desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dropboxd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
mrt 21 09:27:36 desktop kernel: audit: type=1130 audit(1616318856.527:42): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:36 desktop kernel: audit: type=1131 audit(1616318856.527:43): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dropboxd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
mrt 21 09:27:36 desktop dhcpcd[910]: wlan0: connected to Access Point: telenet-C558B
mrt 21 09:27:36 desktop dhcpcd[910]: wlan0: IAID 94:49:24:21
mrt 21 09:27:36 desktop unbound[913]: [913:0] notice: init module 0: subnet
mrt 21 09:27:36 desktop unbound[913]: [913:0] notice: init module 1: validator
mrt 21 09:27:36 desktop unbound[913]: [913:0] notice: init module 2: iterator
mrt 21 09:27:36 desktop unbound[913]: [913:0] info: start of service (unbound 1.13.1).
mrt 21 09:27:36 desktop systemd[1]: Started Validating, recursive, and caching DNS resolver.
mrt 21 09:27:36 desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=unbound comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:36 desktop systemd[1]: Reached target Host and Network Name Lookups.
mrt 21 09:27:36 desktop kernel: audit: type=1130 audit(1616318856.567:44): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=unbound comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:36 desktop systemd[1]: Starting A high performance web server and a reverse proxy server...
mrt 21 09:27:36 desktop systemd[1]: Starting Network Time Service...
mrt 21 09:27:36 desktop ntpd[918]: ntpd 4.2.8p15@1.3728-o Wed Jul  1 17:02:17 UTC 2020 (1): Starting
mrt 21 09:27:36 desktop ntpd[918]: Command line: /usr/bin/ntpd -g -u ntp:ntp
mrt 21 09:27:36 desktop ntpd[918]: ----------------------------------------------------
mrt 21 09:27:36 desktop ntpd[918]: ntp-4 is maintained by Network Time Foundation,
mrt 21 09:27:36 desktop ntpd[918]: Inc. (NTF), a non-profit 501(c)(3) public-benefit
mrt 21 09:27:36 desktop ntpd[918]: corporation.  Support and training for ntp-4 are
mrt 21 09:27:36 desktop ntpd[918]: available at https://www.nwtime.org/support
mrt 21 09:27:36 desktop ntpd[918]: ----------------------------------------------------
mrt 21 09:27:36 desktop ntpd[920]: proto: precision = 0.040 usec (-24)
mrt 21 09:27:36 desktop ntpd[920]: basedate set to 2020-06-19
mrt 21 09:27:36 desktop ntpd[920]: gps base set to 2020-06-21 (week 2111)
mrt 21 09:27:36 desktop ntpd[920]: Listen and drop on 0 v6wildcard [::]:123
mrt 21 09:27:36 desktop ntpd[920]: Listen and drop on 1 v4wildcard 0.0.0.0:123
mrt 21 09:27:36 desktop ntpd[920]: Listen normally on 2 lo 127.0.0.1:123
mrt 21 09:27:36 desktop ntpd[920]: Listen normally on 3 lo [::1]:123
mrt 21 09:27:36 desktop ntpd[920]: Listen normally on 4 eth0 [2a02:1810:2f18:3000:3496:b6c8:9a96:ef50]:123
mrt 21 09:27:36 desktop ntpd[920]: Listen normally on 5 eth0 [fe80::b212:5700:a17f:8d2b%2]:123
mrt 21 09:27:36 desktop ntpd[920]: bind(22) AF_INET6 fe80::e2ca:94ff:fe49:2421%3#123 flags 0x11 failed: Cannot assign requested address
mrt 21 09:27:36 desktop ntpd[920]: unable to create socket on wlan0 (6) for fe80::e2ca:94ff:fe49:2421%3#123
mrt 21 09:27:36 desktop ntpd[920]: failed to init interface for address fe80::e2ca:94ff:fe49:2421%3
mrt 21 09:27:36 desktop ntpd[920]: Listening on routing socket on fd #22 for interface updates
mrt 21 09:27:36 desktop ntpd[920]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
mrt 21 09:27:36 desktop ntpd[920]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
mrt 21 09:27:36 desktop systemd[1]: Started Network Time Service.
mrt 21 09:27:36 desktop nginx[917]: 2021/03/21 09:27:36 [warn] 917#917: the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/nginx.conf:23
mrt 21 09:27:36 desktop nginx[917]: 2021/03/21 09:27:36 [warn] 917#917: could not build optimal types_hash, you should increase either types_hash_max_size: 1024 or types_hash_bucket_size: 64; ignoring types_hash_bucket_size
mrt 21 09:27:36 desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ntpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:36 desktop kernel: audit: type=1130 audit(1616318856.597:45): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ntpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:36 desktop systemd[1]: Started A high performance web server and a reverse proxy server.
mrt 21 09:27:36 desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nginx comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:36 desktop systemd[1]: Reached target Multi-User System.
mrt 21 09:27:36 desktop systemd[1]: Reached target Graphical Interface.
mrt 21 09:27:36 desktop kernel: audit: type=1130 audit(1616318856.601:46): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nginx comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:36 desktop systemd[1]: Startup finished in 12.420s (firmware) + 15.075s (loader) + 4.334s (kernel) + 9.174s (userspace) = 41.005s.
mrt 21 09:27:36 desktop sddm[914]: Initializing...
mrt 21 09:27:36 desktop sddm[914]: Starting...
mrt 21 09:27:36 desktop sddm[914]: Logind interface found
mrt 21 09:27:36 desktop sddm[914]: Adding new display on vt 1 ...
mrt 21 09:27:36 desktop sddm[914]: Loading theme configuration from ""
mrt 21 09:27:36 desktop sddm[914]: Display server starting...
mrt 21 09:27:36 desktop sddm[914]: Adding cookie to "/var/run/sddm/{e7cced40-b85d-4d19-9ee6-78f5be542281}"
mrt 21 09:27:36 desktop sddm[914]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt1 -auth /var/run/sddm/{e7cced40-b85d-4d19-9ee6-78f5be542281} -noreset -displayfd 17
mrt 21 09:27:36 desktop acpid[526]: client connected from 926[0:0]
mrt 21 09:27:36 desktop acpid[526]: 1 client rule loaded
mrt 21 09:27:37 desktop audit[926]: ANOM_ABEND auid=4294967295 uid=0 gid=0 ses=4294967295 pid=926 comm="Xorg" exe="/usr/lib/Xorg" sig=6 res=1
mrt 21 09:27:37 desktop systemd[1]: Created slice system-systemd\x2dcoredump.slice.
mrt 21 09:27:37 desktop audit: BPF prog-id=17 op=LOAD
mrt 21 09:27:37 desktop audit: BPF prog-id=18 op=LOAD
mrt 21 09:27:37 desktop systemd[1]: Started Process Core Dump (PID 985/UID 0).
mrt 21 09:27:37 desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-985-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:37 desktop dhcpcd[535]: eth0: leased 192.168.0.102 for 3600 seconds
mrt 21 09:27:37 desktop dhcpcd[535]: eth0: adding route to 192.168.0.0/24
mrt 21 09:27:37 desktop dhcpcd[535]: eth0: adding default route via 192.168.0.1
mrt 21 09:27:37 desktop systemd-coredump[986]: Process 926 (Xorg) of user 0 dumped core.
                                             
                                             Stack trace of thread 926:
                                             #0  0x00007f22e972def5 raise (libc.so.6 + 0x3cef5)
                                             #1  0x00007f22e9717862 abort (libc.so.6 + 0x26862)
                                             #2  0x0000555c4af106ea OsAbort (Xorg + 0x14a6ea)
                                             #3  0x0000555c4af121b1 FatalError (Xorg + 0x14c1b1)
                                             #4  0x0000555c4af17e09 n/a (Xorg + 0x151e09)
                                             #5  0x00007f22e972df80 __restore_rt (libc.so.6 + 0x3cf80)
                                             #6  0x00007f22e972def5 raise (libc.so.6 + 0x3cef5)
                                             #7  0x00007f22e9717862 abort (libc.so.6 + 0x26862)
                                             #8  0x00007f22e9717747 __assert_fail_base.cold (libc.so.6 + 0x26747)
                                             #9  0x00007f22e9726646 __assert_fail (libc.so.6 + 0x35646)
                                             #10 0x00007f22e9c28fd3 n/a (amdgpu_drv.so + 0x8fd3)
                                             #11 0x00007f22e9c2933a n/a (amdgpu_drv.so + 0x933a)
                                             #12 0x00007f22e9c3534d n/a (amdgpu_drv.so + 0x1534d)
                                             #13 0x00007f22e9c3746a n/a (amdgpu_drv.so + 0x1746a)
                                             #14 0x00007f22e9c39127 n/a (amdgpu_drv.so + 0x19127)
                                             #15 0x0000555c4ae69871 MapWindow (Xorg + 0xa3871)
                                             #16 0x0000555c4adff619 n/a (Xorg + 0x39619)
                                             #17 0x00007f22e9718b25 __libc_start_main (libc.so.6 + 0x27b25)
                                             #18 0x0000555c4ae005de _start (Xorg + 0x3a5de)
                                             
                                             Stack trace of thread 940:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e465dcec n/a (radeonsi_dri.so + 0x4edcec)
                                             #3  0x00007f22e465c4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 952:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e4860164 n/a (radeonsi_dri.so + 0x6f0164)
                                             #3  0x00007f22e4846fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 957:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e4860164 n/a (radeonsi_dri.so + 0x6f0164)
                                             #3  0x00007f22e4846fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 950:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e4860164 n/a (radeonsi_dri.so + 0x6f0164)
                                             #3  0x00007f22e4846fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 962:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e4860164 n/a (radeonsi_dri.so + 0x6f0164)
                                             #3  0x00007f22e4846fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 949:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e4860164 n/a (radeonsi_dri.so + 0x6f0164)
                                             #3  0x00007f22e4846fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 959:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e4860164 n/a (radeonsi_dri.so + 0x6f0164)
                                             #3  0x00007f22e4846fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 942:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e465dcec n/a (radeonsi_dri.so + 0x4edcec)
                                             #3  0x00007f22e465c4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 944:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e465dcec n/a (radeonsi_dri.so + 0x4edcec)
                                             #3  0x00007f22e465c4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 930:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e465dcec n/a (radeonsi_dri.so + 0x4edcec)
                                             #3  0x00007f22e465c4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 943:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e465dcec n/a (radeonsi_dri.so + 0x4edcec)
                                             #3  0x00007f22e465c4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 945:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e465dcec n/a (radeonsi_dri.so + 0x4edcec)
                                             #3  0x00007f22e465c4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 974:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e484a1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                             #3  0x00007f22e4846fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 947:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e465dcec n/a (radeonsi_dri.so + 0x4edcec)
                                             #3  0x00007f22e465c4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 946:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e465dcec n/a (radeonsi_dri.so + 0x4edcec)
                                             #3  0x00007f22e465c4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 948:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e465dcec n/a (radeonsi_dri.so + 0x4edcec)
                                             #3  0x00007f22e465c4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 960:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e4860164 n/a (radeonsi_dri.so + 0x6f0164)
                                             #3  0x00007f22e4846fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 970:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e484a1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                             #3  0x00007f22e4846fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 933:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e465dcec n/a (radeonsi_dri.so + 0x4edcec)
                                             #3  0x00007f22e465c4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 927:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e465dcec n/a (radeonsi_dri.so + 0x4edcec)
                                             #3  0x00007f22e465c4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 953:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e4860164 n/a (radeonsi_dri.so + 0x6f0164)
                                             #3  0x00007f22e4846fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 981:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e465dcec n/a (radeonsi_dri.so + 0x4edcec)
                                             #3  0x00007f22e465c4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 939:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e465dcec n/a (radeonsi_dri.so + 0x4edcec)
                                             #3  0x00007f22e465c4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 955:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e4860164 n/a (radeonsi_dri.so + 0x6f0164)
                                             #3  0x00007f22e4846fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 954:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e4860164 n/a (radeonsi_dri.so + 0x6f0164)
                                             #3  0x00007f22e4846fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 956:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e4860164 n/a (radeonsi_dri.so + 0x6f0164)
                                             #3  0x00007f22e4846fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 958:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e4860164 n/a (radeonsi_dri.so + 0x6f0164)
                                             #3  0x00007f22e4846fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 936:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e465dcec n/a (radeonsi_dri.so + 0x4edcec)
                                             #3  0x00007f22e465c4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 941:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e465dcec n/a (radeonsi_dri.so + 0x4edcec)
                                             #3  0x00007f22e465c4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 929:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e465dcec n/a (radeonsi_dri.so + 0x4edcec)
                                             #3  0x00007f22e465c4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 932:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e465dcec n/a (radeonsi_dri.so + 0x4edcec)
                                             #3  0x00007f22e465c4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 934:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e465dcec n/a (radeonsi_dri.so + 0x4edcec)
                                             #3  0x00007f22e465c4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 961:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e4860164 n/a (radeonsi_dri.so + 0x6f0164)
                                             #3  0x00007f22e4846fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 963:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e4860164 n/a (radeonsi_dri.so + 0x6f0164)
                                             #3  0x00007f22e4846fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 964:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e4860164 n/a (radeonsi_dri.so + 0x6f0164)
                                             #3  0x00007f22e4846fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 951:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e4860164 n/a (radeonsi_dri.so + 0x6f0164)
                                             #3  0x00007f22e4846fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 965:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e484a1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                             #3  0x00007f22e4846fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 935:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e465dcec n/a (radeonsi_dri.so + 0x4edcec)
                                             #3  0x00007f22e465c4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 966:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e484a1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                             #3  0x00007f22e4846fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 938:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e465dcec n/a (radeonsi_dri.so + 0x4edcec)
                                             #3  0x00007f22e465c4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 967:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e484a1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                             #3  0x00007f22e4846fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 931:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e465dcec n/a (radeonsi_dri.so + 0x4edcec)
                                             #3  0x00007f22e465c4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 968:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e484a1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                             #3  0x00007f22e4846fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 928:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e465dcec n/a (radeonsi_dri.so + 0x4edcec)
                                             #3  0x00007f22e465c4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 969:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e484a1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                             #3  0x00007f22e4846fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 971:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e484a1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                             #3  0x00007f22e4846fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 937:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e465dcec n/a (radeonsi_dri.so + 0x4edcec)
                                             #3  0x00007f22e465c4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 972:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e484a1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                             #3  0x00007f22e4846fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 973:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e484a1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                             #3  0x00007f22e4846fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 975:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e484a1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                             #3  0x00007f22e4846fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 976:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e484a1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                             #3  0x00007f22e4846fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 977:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e484a1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                             #3  0x00007f22e4846fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 979:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e484a1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                             #3  0x00007f22e4846fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 978:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e484a1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                             #3  0x00007f22e4846fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 980:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e484a1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                             #3  0x00007f22e4846fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 982:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e465dcec n/a (radeonsi_dri.so + 0x4edcec)
                                             #3  0x00007f22e465c4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 984:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e465dcec n/a (radeonsi_dri.so + 0x4edcec)
                                             #3  0x00007f22e465c4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
                                             
                                             Stack trace of thread 983:
                                             #0  0x00007f22e95eb9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                             #1  0x00007f22e95e5260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                             #2  0x00007f22e465dcec n/a (radeonsi_dri.so + 0x4edcec)
                                             #3  0x00007f22e465c4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                             #4  0x00007f22e95df299 start_thread (libpthread.so.0 + 0x9299)
                                             #5  0x00007f22e97f0053 __clone (libc.so.6 + 0xff053)
mrt 21 09:27:37 desktop unbound[913]: [913:0] info: generate keytag query _ta-4f66-5811. NULL IN
mrt 21 09:27:37 desktop systemd[1]: systemd-coredump@0-985-0.service: Succeeded.
mrt 21 09:27:37 desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-985-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:37 desktop sddm[914]: Failed to read display number from pipe
mrt 21 09:27:37 desktop sddm[914]: Display server stopping...
mrt 21 09:27:37 desktop sddm[914]: Attempt 1 starting the Display server on vt 1 failed
mrt 21 09:27:37 desktop dhcpcd[910]: wlan0: soliciting a DHCP lease
mrt 21 09:27:37 desktop audit: BPF prog-id=18 op=UNLOAD
mrt 21 09:27:37 desktop audit: BPF prog-id=17 op=UNLOAD
mrt 21 09:27:37 desktop dhcpcd[910]: wlan0: offered 192.168.0.133 from 192.168.0.1
mrt 21 09:27:37 desktop dhcpcd[910]: wlan0: probing address 192.168.0.133/24
mrt 21 09:27:39 desktop ntpd[920]: Listen normally on 7 eth0 192.168.0.102:123
mrt 21 09:27:39 desktop ntpd[920]: bind(26) AF_INET6 2a02:1810:2f18:3000:e2ca:94ff:fe49:2421#123 flags 0x11 failed: Cannot assign requested address
mrt 21 09:27:39 desktop ntpd[920]: unable to create socket on wlan0 (8) for 2a02:1810:2f18:3000:e2ca:94ff:fe49:2421#123
mrt 21 09:27:39 desktop ntpd[920]: failed to init interface for address 2a02:1810:2f18:3000:e2ca:94ff:fe49:2421
mrt 21 09:27:39 desktop ntpd[920]: Listen normally on 9 wlan0 [fe80::e2ca:94ff:fe49:2421%3]:123
mrt 21 09:27:39 desktop ntpd[920]: new interface(s) found: waking up resolver
mrt 21 09:27:39 desktop sddm[914]: Display server starting...
mrt 21 09:27:39 desktop sddm[914]: Adding cookie to "/var/run/sddm/{e7cced40-b85d-4d19-9ee6-78f5be542281}"
mrt 21 09:27:39 desktop sddm[914]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt1 -auth /var/run/sddm/{e7cced40-b85d-4d19-9ee6-78f5be542281} -noreset -displayfd 17
mrt 21 09:27:39 desktop acpid[526]: client 926[0:0] has disconnected
mrt 21 09:27:39 desktop acpid[526]: client connected from 1064[0:0]
mrt 21 09:27:39 desktop acpid[526]: 1 client rule loaded
mrt 21 09:27:39 desktop audit[1064]: ANOM_ABEND auid=4294967295 uid=0 gid=0 ses=4294967295 pid=1064 comm="Xorg" exe="/usr/lib/Xorg" sig=6 res=1
mrt 21 09:27:39 desktop audit: BPF prog-id=19 op=LOAD
mrt 21 09:27:39 desktop audit: BPF prog-id=20 op=LOAD
mrt 21 09:27:39 desktop systemd[1]: Started Process Core Dump (PID 1123/UID 0).
mrt 21 09:27:39 desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@1-1123-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:40 desktop systemd-coredump[1124]: Process 1064 (Xorg) of user 0 dumped core.
                                              
                                              Stack trace of thread 1064:
                                              #0  0x00007f4c4f63eef5 raise (libc.so.6 + 0x3cef5)
                                              #1  0x00007f4c4f628862 abort (libc.so.6 + 0x26862)
                                              #2  0x000055ee480876ea OsAbort (Xorg + 0x14a6ea)
                                              #3  0x000055ee480891b1 FatalError (Xorg + 0x14c1b1)
                                              #4  0x000055ee4808ee09 n/a (Xorg + 0x151e09)
                                              #5  0x00007f4c4f63ef80 __restore_rt (libc.so.6 + 0x3cf80)
                                              #6  0x00007f4c4f63eef5 raise (libc.so.6 + 0x3cef5)
                                              #7  0x00007f4c4f628862 abort (libc.so.6 + 0x26862)
                                              #8  0x00007f4c4f628747 __assert_fail_base.cold (libc.so.6 + 0x26747)
                                              #9  0x00007f4c4f637646 __assert_fail (libc.so.6 + 0x35646)
                                              #10 0x00007f4c4fb39fd3 n/a (amdgpu_drv.so + 0x8fd3)
                                              #11 0x00007f4c4fb3a33a n/a (amdgpu_drv.so + 0x933a)
                                              #12 0x00007f4c4fb4634d n/a (amdgpu_drv.so + 0x1534d)
                                              #13 0x00007f4c4fb4846a n/a (amdgpu_drv.so + 0x1746a)
                                              #14 0x00007f4c4fb4a127 n/a (amdgpu_drv.so + 0x19127)
                                              #15 0x000055ee47fe0871 MapWindow (Xorg + 0xa3871)
                                              #16 0x000055ee47f76619 n/a (Xorg + 0x39619)
                                              #17 0x00007f4c4f629b25 __libc_start_main (libc.so.6 + 0x27b25)
                                              #18 0x000055ee47f775de _start (Xorg + 0x3a5de)
                                              
                                              Stack trace of thread 1119:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a56ecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f4c4a56d4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1078:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a56ecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f4c4a56d4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1085:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a56ecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f4c4a56d4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1090:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a771164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007f4c4a757fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1088:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a771164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007f4c4a757fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1092:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a771164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007f4c4a757fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1067:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a56ecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f4c4a56d4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1099:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a771164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007f4c4a757fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1097:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a771164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007f4c4a757fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1091:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a771164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007f4c4a757fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1093:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a771164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007f4c4a757fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1109:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a75b1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007f4c4a757fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1080:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a56ecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f4c4a56d4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1082:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a56ecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f4c4a56d4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1071:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a56ecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f4c4a56d4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1113:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a75b1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007f4c4a757fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1095:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a771164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007f4c4a757fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1098:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a771164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007f4c4a757fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1120:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a56ecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f4c4a56d4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1096:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a771164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007f4c4a757fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1084:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a56ecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f4c4a56d4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1075:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a56ecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f4c4a56d4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1101:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a771164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007f4c4a757fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1100:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a771164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007f4c4a757fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1073:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a56ecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f4c4a56d4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1086:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a56ecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f4c4a56d4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1102:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a771164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007f4c4a757fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1103:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a75b1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007f4c4a757fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1094:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a771164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007f4c4a757fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1066:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a56ecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f4c4a56d4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1070:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a56ecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f4c4a56d4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1107:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a75b1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007f4c4a757fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1072:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a56ecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f4c4a56d4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1115:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a75b1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007f4c4a757fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1074:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a56ecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f4c4a56d4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1104:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a75b1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007f4c4a757fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1106:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a75b1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007f4c4a757fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1081:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a56ecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f4c4a56d4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1105:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a75b1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007f4c4a757fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1108:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a75b1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007f4c4a757fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1110:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a75b1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007f4c4a757fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1111:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a75b1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007f4c4a757fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1112:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a75b1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007f4c4a757fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1089:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a771164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007f4c4a757fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1068:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a56ecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f4c4a56d4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1114:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a75b1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007f4c4a757fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1083:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a56ecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f4c4a56d4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1116:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a75b1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007f4c4a757fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1076:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a56ecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f4c4a56d4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1117:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a75b1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007f4c4a757fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1077:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a56ecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f4c4a56d4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1118:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a75b1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007f4c4a757fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1065:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a56ecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f4c4a56d4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1121:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a56ecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f4c4a56d4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1069:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a56ecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f4c4a56d4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1122:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a56ecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f4c4a56d4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1079:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a56ecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f4c4a56d4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1087:
                                              #0  0x00007f4c4f4fc9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f4c4f4f6260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f4c4a771164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007f4c4a757fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007f4c4f4f0299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f4c4f701053 __clone (libc.so.6 + 0xff053)
mrt 21 09:27:40 desktop systemd[1]: systemd-coredump@1-1123-0.service: Succeeded.
mrt 21 09:27:40 desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@1-1123-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:40 desktop kernel: kauditd_printk_skb: 11 callbacks suppressed
mrt 21 09:27:40 desktop kernel: audit: type=1131 audit(1616318860.350:58): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@1-1123-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:40 desktop sddm[914]: Failed to read display number from pipe
mrt 21 09:27:40 desktop sddm[914]: Display server stopping...
mrt 21 09:27:40 desktop sddm[914]: Attempt 2 starting the Display server on vt 1 failed
mrt 21 09:27:40 desktop audit: BPF prog-id=20 op=UNLOAD
mrt 21 09:27:40 desktop audit: BPF prog-id=19 op=UNLOAD
mrt 21 09:27:40 desktop kernel: audit: type=1334 audit(1616318860.504:59): prog-id=20 op=UNLOAD
mrt 21 09:27:40 desktop kernel: audit: type=1334 audit(1616318860.504:60): prog-id=19 op=UNLOAD
mrt 21 09:27:41 desktop ntpd[920]: Listen normally on 10 wlan0 [2a02:1810:2f18:3000:e2ca:94ff:fe49:2421]:123
mrt 21 09:27:41 desktop ntpd[920]: new interface(s) found: waking up resolver
mrt 21 09:27:42 desktop sddm[914]: Display server starting...
mrt 21 09:27:42 desktop sddm[914]: Adding cookie to "/var/run/sddm/{e7cced40-b85d-4d19-9ee6-78f5be542281}"
mrt 21 09:27:42 desktop sddm[914]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt1 -auth /var/run/sddm/{e7cced40-b85d-4d19-9ee6-78f5be542281} -noreset -displayfd 17
mrt 21 09:27:42 desktop acpid[526]: client 1064[0:0] has disconnected
mrt 21 09:27:42 desktop acpid[526]: client connected from 1131[0:0]
mrt 21 09:27:42 desktop acpid[526]: 1 client rule loaded
mrt 21 09:27:42 desktop audit[1131]: ANOM_ABEND auid=4294967295 uid=0 gid=0 ses=4294967295 pid=1131 comm="Xorg" exe="/usr/lib/Xorg" sig=6 res=1
mrt 21 09:27:42 desktop kernel: audit: type=1701 audit(1616318862.657:61): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=1131 comm="Xorg" exe="/usr/lib/Xorg" sig=6 res=1
mrt 21 09:27:42 desktop audit: BPF prog-id=21 op=LOAD
mrt 21 09:27:42 desktop audit: BPF prog-id=22 op=LOAD
mrt 21 09:27:42 desktop systemd[1]: Started Process Core Dump (PID 1190/UID 0).
mrt 21 09:27:42 desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@2-1190-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:42 desktop kernel: audit: type=1334 audit(1616318862.664:62): prog-id=21 op=LOAD
mrt 21 09:27:42 desktop kernel: audit: type=1334 audit(1616318862.664:63): prog-id=22 op=LOAD
mrt 21 09:27:42 desktop kernel: audit: type=1130 audit(1616318862.664:64): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@2-1190-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:43 desktop systemd-coredump[1191]: Process 1131 (Xorg) of user 0 dumped core.
                                              
                                              Stack trace of thread 1131:
                                              #0  0x00007fdf364cdef5 raise (libc.so.6 + 0x3cef5)
                                              #1  0x00007fdf364b7862 abort (libc.so.6 + 0x26862)
                                              #2  0x000055b85cdc36ea OsAbort (Xorg + 0x14a6ea)
                                              #3  0x000055b85cdc51b1 FatalError (Xorg + 0x14c1b1)
                                              #4  0x000055b85cdcae09 n/a (Xorg + 0x151e09)
                                              #5  0x00007fdf364cdf80 __restore_rt (libc.so.6 + 0x3cf80)
                                              #6  0x00007fdf364cdef5 raise (libc.so.6 + 0x3cef5)
                                              #7  0x00007fdf364b7862 abort (libc.so.6 + 0x26862)
                                              #8  0x00007fdf364b7747 __assert_fail_base.cold (libc.so.6 + 0x26747)
                                              #9  0x00007fdf364c6646 __assert_fail (libc.so.6 + 0x35646)
                                              #10 0x00007fdf369c8fd3 n/a (amdgpu_drv.so + 0x8fd3)
                                              #11 0x00007fdf369c933a n/a (amdgpu_drv.so + 0x933a)
                                              #12 0x00007fdf369d534d n/a (amdgpu_drv.so + 0x1534d)
                                              #13 0x00007fdf369d746a n/a (amdgpu_drv.so + 0x1746a)
                                              #14 0x00007fdf369d9127 n/a (amdgpu_drv.so + 0x19127)
                                              #15 0x000055b85cd1c871 MapWindow (Xorg + 0xa3871)
                                              #16 0x000055b85ccb2619 n/a (Xorg + 0x39619)
                                              #17 0x00007fdf364b8b25 __libc_start_main (libc.so.6 + 0x27b25)
                                              #18 0x000055b85ccb35de _start (Xorg + 0x3a5de)
                                              
                                              Stack trace of thread 1147:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf313fdcec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007fdf313fc4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1155:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf31600164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007fdf315e6fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1143:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf313fdcec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007fdf313fc4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1160:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf31600164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007fdf315e6fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1154:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf31600164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007fdf315e6fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1164:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf31600164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007fdf315e6fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1141:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf313fdcec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007fdf313fc4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1149:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf313fdcec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007fdf313fc4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1157:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf31600164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007fdf315e6fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1145:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf313fdcec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007fdf313fc4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1169:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf31600164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007fdf315e6fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1163:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf31600164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007fdf315e6fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1177:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf315ea1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007fdf315e6fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1156:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf31600164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007fdf315e6fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1144:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf313fdcec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007fdf313fc4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1166:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf31600164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007fdf315e6fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1148:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf313fdcec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007fdf313fc4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1133:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf313fdcec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007fdf313fc4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1158:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf31600164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007fdf315e6fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1161:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf31600164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007fdf315e6fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1150:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf313fdcec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007fdf313fc4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1167:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf31600164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007fdf315e6fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1140:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf313fdcec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007fdf313fc4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1162:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf31600164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007fdf315e6fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1165:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf31600164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007fdf315e6fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1175:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf315ea1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007fdf315e6fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1168:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf31600164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007fdf315e6fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1146:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf313fdcec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007fdf313fc4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1170:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf315ea1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007fdf315e6fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1185:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf315ea1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007fdf315e6fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1172:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf315ea1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007fdf315e6fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1151:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf313fdcec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007fdf313fc4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1159:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf31600164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007fdf315e6fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1171:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf315ea1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007fdf315e6fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1153:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf313fdcec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007fdf313fc4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1182:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf315ea1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007fdf315e6fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1189:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf313fdcec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007fdf313fc4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1132:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf313fdcec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007fdf313fc4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1173:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf315ea1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007fdf315e6fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1174:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf315ea1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007fdf315e6fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1137:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf313fdcec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007fdf313fc4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1187:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf313fdcec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007fdf313fc4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1176:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf315ea1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007fdf315e6fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1178:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf315ea1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007fdf315e6fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1179:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf315ea1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007fdf315e6fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1180:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf315ea1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007fdf315e6fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1142:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf313fdcec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007fdf313fc4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1134:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf313fdcec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007fdf313fc4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1181:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf315ea1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007fdf315e6fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1183:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf315ea1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007fdf315e6fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1138:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf313fdcec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007fdf313fc4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1184:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf315ea1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007fdf315e6fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1186:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf313fdcec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007fdf313fc4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1152:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf313fdcec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007fdf313fc4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1188:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf313fdcec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007fdf313fc4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1139:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf313fdcec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007fdf313fc4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1135:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf313fdcec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007fdf313fc4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 1136:
                                              #0  0x00007fdf3638b9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007fdf36385260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007fdf313fdcec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007fdf313fc4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007fdf3637f299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007fdf36590053 __clone (libc.so.6 + 0xff053)
mrt 21 09:27:43 desktop systemd[1]: systemd-coredump@2-1190-0.service: Succeeded.
mrt 21 09:27:43 desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@2-1190-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:43 desktop kernel: audit: type=1131 audit(1616318863.224:65): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@2-1190-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:43 desktop sddm[914]: Failed to read display number from pipe
mrt 21 09:27:43 desktop sddm[914]: Display server stopping...
mrt 21 09:27:43 desktop sddm[914]: Attempt 3 starting the Display server on vt 1 failed
mrt 21 09:27:43 desktop sddm[914]: Could not start Display server on vt 1
mrt 21 09:27:43 desktop dhcpcd[910]: wlan0: leased 192.168.0.133 for 3600 seconds
mrt 21 09:27:43 desktop dhcpcd[910]: wlan0: adding route to 192.168.0.0/24
mrt 21 09:27:43 desktop dhcpcd[910]: wlan0: adding default route via 192.168.0.1
mrt 21 09:27:43 desktop network[612]: Started network profile 'wlan0-telenet-C558B'
mrt 21 09:27:43 desktop audit: BPF prog-id=22 op=UNLOAD
mrt 21 09:27:43 desktop audit: BPF prog-id=21 op=UNLOAD
mrt 21 09:27:43 desktop kernel: audit: type=1334 audit(1616318863.397:66): prog-id=22 op=UNLOAD
mrt 21 09:27:43 desktop kernel: audit: type=1334 audit(1616318863.397:67): prog-id=21 op=UNLOAD
mrt 21 09:27:44 desktop acpid[526]: client 1131[0:0] has disconnected
mrt 21 09:27:44 desktop kernel: logitech-hidpp-device 0003:046D:4023.0006: HID++ 2.0 device connected.
mrt 21 09:27:44 desktop ntpd[920]: Listen normally on 11 wlan0 192.168.0.133:123
mrt 21 09:27:44 desktop ntpd[920]: new interface(s) found: waking up resolver
mrt 21 09:27:45 desktop systemd[1]: Started Getty on tty2.
mrt 21 09:27:45 desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:52 desktop audit[1272]: USER_AUTH pid=1272 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="me" exe="/usr/bin/login" hostname=desktop addr=? terminal=/dev/tty2 res=success'
mrt 21 09:27:52 desktop kernel: kauditd_printk_skb: 1 callbacks suppressed
mrt 21 09:27:52 desktop kernel: audit: type=1100 audit(1616318872.733:69): pid=1272 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="me" exe="/usr/bin/login" hostname=desktop addr=? terminal=/dev/tty2 res=success'
mrt 21 09:27:52 desktop dbus-daemon[528]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.7' (uid=0 pid=1272 comm="/bin/login -p --   ")
mrt 21 09:27:52 desktop dbus-daemon[528]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
mrt 21 09:27:52 desktop login[1272]: pam_systemd_home(login:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
mrt 21 09:27:52 desktop audit[1272]: USER_ACCT pid=1272 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="me" exe="/usr/bin/login" hostname=desktop addr=? terminal=/dev/tty2 res=success'
mrt 21 09:27:52 desktop audit[1272]: CRED_ACQ pid=1272 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="me" exe="/usr/bin/login" hostname=desktop addr=? terminal=/dev/tty2 res=success'
mrt 21 09:27:52 desktop audit[1272]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7ffd8c026ed0 a2=4 a3=3e8 items=0 ppid=1 pid=1272 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=100 fsgid=0 tty=tty2 ses=1 comm="login" exe="/usr/bin/login" key=(null)
mrt 21 09:27:52 desktop audit: PROCTITLE proctitle=2F62696E2F6C6F67696E002D70002D2D0020
mrt 21 09:27:52 desktop login[1272]: pam_unix(login:session): session opened for user me(uid=1000) by LOGIN(uid=0)
mrt 21 09:27:52 desktop kernel: audit: type=1101 audit(1616318872.743:70): pid=1272 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="me" exe="/usr/bin/login" hostname=desktop addr=? terminal=/dev/tty2 res=success'
mrt 21 09:27:52 desktop kernel: audit: type=1103 audit(1616318872.743:71): pid=1272 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="me" exe="/usr/bin/login" hostname=desktop addr=? terminal=/dev/tty2 res=success'
mrt 21 09:27:52 desktop kernel: audit: type=1006 audit(1616318872.743:72): pid=1272 uid=0 old-auid=4294967295 auid=1000 tty=tty2 old-ses=4294967295 ses=1 res=1
mrt 21 09:27:52 desktop kernel: audit: type=1300 audit(1616318872.743:72): arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7ffd8c026ed0 a2=4 a3=3e8 items=0 ppid=1 pid=1272 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=100 fsgid=0 tty=tty2 ses=1 comm="login" exe="/usr/bin/login" key=(null)
mrt 21 09:27:52 desktop kernel: audit: type=1327 audit(1616318872.743:72): proctitle=2F62696E2F6C6F67696E002D70002D2D0020
mrt 21 09:27:52 desktop systemd[1]: Created slice User Slice of UID 1000.
mrt 21 09:27:52 desktop systemd[1]: Starting User Runtime Directory /run/user/1000...
mrt 21 09:27:52 desktop systemd-logind[533]: New session 1 of user me.
mrt 21 09:27:52 desktop systemd[1]: Finished User Runtime Directory /run/user/1000.
mrt 21 09:27:52 desktop audit[1]: SERVICE_START 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'
mrt 21 09:27:52 desktop systemd[1]: Starting User Manager for UID 1000...
mrt 21 09:27:52 desktop dbus-daemon[528]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.9' (uid=0 pid=1276 comm="(systemd) ")
mrt 21 09:27:52 desktop kernel: audit: type=1130 audit(1616318872.760:73): 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'
mrt 21 09:27:52 desktop dbus-daemon[528]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
mrt 21 09:27:52 desktop systemd[1276]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
mrt 21 09:27:52 desktop audit[1276]: USER_ACCT pid=1276 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="me" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:52 desktop audit[1276]: CRED_ACQ pid=1276 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="me" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
mrt 21 09:27:52 desktop audit[1276]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=9 a1=7fff982afeb0 a2=4 a3=3e8 items=0 ppid=1 pid=1276 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
mrt 21 09:27:52 desktop audit: PROCTITLE proctitle="(systemd)"
mrt 21 09:27:52 desktop systemd[1276]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[t] ruser=[<unknown>] rhost=[<unknown>]
mrt 21 09:27:52 desktop systemd[1276]: pam_unix(systemd-user:session): session opened for user me(uid=1000) by (uid=0)
mrt 21 09:27:52 desktop systemd[1276]: pam_env(systemd-user:session): deprecated reading of user environment enabled
mrt 21 09:27:52 desktop audit[1276]: USER_START pid=1276 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="me" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:52 desktop kernel: audit: type=1101 audit(1616318872.763:74): pid=1276 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="me" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:52 desktop kernel: audit: type=1103 audit(1616318872.763:75): pid=1276 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="me" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
mrt 21 09:27:52 desktop kernel: audit: type=1006 audit(1616318872.763:76): pid=1276 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
mrt 21 09:27:52 desktop audit: BPF prog-id=23 op=LOAD
mrt 21 09:27:52 desktop audit[1276]: SYSCALL arch=c000003e syscall=321 success=yes exit=8 a0=5 a1=7ffc3c4bebb0 a2=70 a3=7ffc3c4bebb0 items=0 ppid=1 pid=1276 auid=1000 uid=1000 gid=100 euid=1000 suid=1000 fsuid=1000 egid=100 sgid=100 fsgid=100 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
mrt 21 09:27:52 desktop audit: PROCTITLE proctitle="(systemd)"
mrt 21 09:27:52 desktop audit: BPF prog-id=23 op=UNLOAD
mrt 21 09:27:52 desktop systemd-xdg-autostart-generator[1281]: stat() failed on /home/me/.config/autostart/skype.desktop, ignoring: No such file or directory
mrt 21 09:27:52 desktop systemd-xdg-autostart-generator[1281]: Configuration file /home/me/.config/autostart/cryptkeeper.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
mrt 21 09:27:52 desktop systemd-xdg-autostart-generator[1281]: /home/me/.config/autostart/cryptkeeper.desktop:16: Unknown key name 'TerminalOptions' in section 'Desktop Entry', ignoring.
mrt 21 09:27:52 desktop systemd[1276]: Queued start job for default target Main User Target.
mrt 21 09:27:52 desktop systemd[1276]: -.slice: Failed to migrate controller cgroups from /user.slice/user-1000.slice/user@1000.service, ignoring: Permission denied
mrt 21 09:27:52 desktop systemd[1276]: Created slice User Application Slice.
mrt 21 09:27:52 desktop systemd[1276]: Reached target Paths.
mrt 21 09:27:52 desktop systemd[1276]: Reached target Timers.
mrt 21 09:27:52 desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:27:52 desktop systemd[1276]: Starting D-Bus User Message Bus Socket.
mrt 21 09:27:52 desktop systemd[1276]: Listening on GnuPG network certificate management daemon.
mrt 21 09:27:52 desktop systemd[1276]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
mrt 21 09:27:52 desktop systemd[1276]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
mrt 21 09:27:52 desktop systemd[1276]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
mrt 21 09:27:52 desktop audit[1272]: USER_START pid=1272 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="me" exe="/usr/bin/login" hostname=desktop addr=? terminal=/dev/tty2 res=success'
mrt 21 09:27:52 desktop audit[1272]: CRED_REFR pid=1272 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="me" exe="/usr/bin/login" hostname=desktop addr=? terminal=/dev/tty2 res=success'
mrt 21 09:27:52 desktop systemd[1276]: Listening on GnuPG cryptographic agent and passphrase cache.
mrt 21 09:27:52 desktop login[1272]: pam_env(login:session): deprecated reading of user environment enabled
mrt 21 09:27:52 desktop systemd[1276]: Listening on p11-kit server.
mrt 21 09:27:52 desktop systemd[1276]: Listening on Multimedia System.
mrt 21 09:27:52 desktop systemd[1276]: Listening on Sound System.
mrt 21 09:27:52 desktop systemd[1276]: Listening on D-Bus User Message Bus Socket.
mrt 21 09:27:52 desktop systemd[1276]: Reached target Sockets.
mrt 21 09:27:52 desktop systemd[1276]: Reached target Basic System.
mrt 21 09:27:52 desktop systemd[1]: Started User Manager for UID 1000.
mrt 21 09:27:52 desktop systemd[1276]: Starting Update XDG user dir configuration...
mrt 21 09:27:52 desktop systemd[1]: Started Session 1 of user me.
mrt 21 09:27:52 desktop login[1272]: LOGIN ON tty2 BY me
mrt 21 09:27:52 desktop systemd[1276]: xdg-user-dirs-update.service: Succeeded.
mrt 21 09:27:52 desktop systemd[1276]: Finished Update XDG user dir configuration.
mrt 21 09:27:52 desktop systemd[1276]: Reached target Main User Target.
mrt 21 09:27:52 desktop systemd[1276]: Startup finished in 116ms.
mrt 21 09:27:58 desktop kernel: logitech-hidpp-device 0003:046D:4038.0007: HID++ 2.0 device connected.
mrt 21 09:27:59 desktop systemd-timesyncd[523]: Initial synchronization to time server [2a0e:f780::3]:123 (2.arch.pool.ntp.org).
mrt 21 09:28:40 desktop dhcpcd[535]: eth0: REPLY6 received from fe80::3a43:7dff:fe5e:5f1c
mrt 21 09:28:40 desktop dhcpcd[535]: eth0: refresh in 86400 seconds
mrt 21 09:29:48 desktop dhcpcd[535]: eth0: REPLY6 received from fe80::3a43:7dff:fe5e:5f1c
mrt 21 09:29:48 desktop dhcpcd[535]: eth0: refresh in 86400 seconds
mrt 21 09:31:43 desktop dhcpcd[535]: eth0: REPLY6 received from fe80::3a43:7dff:fe5e:5f1c
mrt 21 09:31:43 desktop dhcpcd[535]: eth0: refresh in 86400 seconds
mrt 21 09:33:05 desktop kernel: wlan0: deauthenticated from 38:43:7d:5e:39:17 (Reason: 4=DISASSOC_DUE_TO_INACTIVITY)
mrt 21 09:33:05 desktop dhcpcd[910]: wlan0: carrier lost
mrt 21 09:33:05 desktop dhcpcd[910]: wlan0: deleting route to 192.168.0.0/24
mrt 21 09:33:05 desktop dhcpcd[910]: wlan0: deleting default route via 192.168.0.1
mrt 21 09:33:05 desktop kernel: wlan0: authenticate with 38:43:7d:5e:39:17
mrt 21 09:33:05 desktop kernel: wlan0: send auth to 38:43:7d:5e:39:17 (try 1/3)
mrt 21 09:33:05 desktop kernel: wlan0: authenticated
mrt 21 09:33:05 desktop kernel: wlan0: associate with 38:43:7d:5e:39:17 (try 1/3)
mrt 21 09:33:05 desktop kernel: wlan0: RX AssocResp from 38:43:7d:5e:39:17 (capab=0x1511 status=0 aid=2)
mrt 21 09:33:05 desktop kernel: wlan0: associated
mrt 21 09:33:05 desktop dhcpcd[910]: wlan0: carrier acquired
mrt 21 09:33:05 desktop dhcpcd[910]: wlan0: IAID 94:49:24:21
mrt 21 09:33:07 desktop ntpd[920]: Deleting interface #11 wlan0, 192.168.0.133#123, interface stats: received=0, sent=0, dropped=0, active_time=322 secs
mrt 21 09:33:07 desktop dhcpcd[910]: wlan0: rebinding lease of 192.168.0.133
mrt 21 09:33:07 desktop dhcpcd[910]: wlan0: probing address 192.168.0.133/24
mrt 21 09:33:12 desktop dhcpcd[910]: wlan0: leased 192.168.0.133 for 3600 seconds
mrt 21 09:33:12 desktop dhcpcd[910]: wlan0: adding route to 192.168.0.0/24
mrt 21 09:33:12 desktop dhcpcd[910]: wlan0: adding default route via 192.168.0.1
mrt 21 09:33:14 desktop ntpd[920]: Listen normally on 12 wlan0 192.168.0.133:123
mrt 21 09:33:14 desktop ntpd[920]: new interface(s) found: waking up resolver
mrt 21 09:34:41 desktop dhcpcd[535]: eth0: REPLY6 received from fe80::3a43:7dff:fe5e:5f1c
mrt 21 09:34:41 desktop dhcpcd[535]: eth0: refresh in 86400 seconds
mrt 21 09:35:43 desktop dhcpcd[535]: eth0: REPLY6 received from fe80::3a43:7dff:fe5e:5f1c
mrt 21 09:35:43 desktop dhcpcd[535]: eth0: refresh in 86400 seconds
mrt 21 09:36:15 desktop audit[1571]: USER_AUTH pid=1571 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="me" exe="/usr/bin/sudo" hostname=desktop addr=? terminal=/dev/tty2 res=success'
mrt 21 09:36:15 desktop dbus-daemon[528]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.11' (uid=0 pid=1571 comm="sudo journalctl -b ")
mrt 21 09:36:15 desktop dbus-daemon[528]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
mrt 21 09:36:15 desktop sudo[1571]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
mrt 21 09:36:15 desktop kernel: kauditd_printk_skb: 10 callbacks suppressed
mrt 21 09:36:15 desktop kernel: audit: type=1100 audit(1616319375.939:83): pid=1571 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="me" exe="/usr/bin/sudo" hostname=desktop addr=? terminal=/dev/tty2 res=success'
mrt 21 09:36:15 desktop kernel: audit: type=1101 audit(1616319375.943:84): pid=1571 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="me" exe="/usr/bin/sudo" hostname=desktop addr=? terminal=/dev/tty2 res=success'
mrt 21 09:36:15 desktop kernel: audit: type=1110 audit(1616319375.943:85): pid=1571 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=desktop addr=? terminal=/dev/tty2 res=success'
mrt 21 09:36:15 desktop kernel: audit: type=1105 audit(1616319375.943:86): pid=1571 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=desktop addr=? terminal=/dev/tty2 res=success'
mrt 21 09:36:15 desktop audit[1571]: USER_ACCT pid=1571 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="me" exe="/usr/bin/sudo" hostname=desktop addr=? terminal=/dev/tty2 res=success'
mrt 21 09:36:15 desktop audit[1571]: CRED_REFR pid=1571 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=desktop addr=? terminal=/dev/tty2 res=success'
mrt 21 09:36:15 desktop audit[1571]: USER_START pid=1571 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=desktop addr=? terminal=/dev/tty2 res=success'
mrt 21 09:36:15 desktop sudo[1571]:        me : TTY=tty2 ; PWD=/home/me ; USER=root ; COMMAND=/usr/bin/journalctl -b
mrt 21 09:36:15 desktop sudo[1571]: pam_unix(sudo:session): session opened for user root(uid=0) by me(uid=1000)
mrt 21 09:36:15 desktop sudo[1571]: pam_unix(sudo:session): session closed for user root
mrt 21 09:36:15 desktop audit[1571]: USER_END pid=1571 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=desktop addr=? terminal=/dev/tty2 res=success'
mrt 21 09:36:15 desktop audit[1571]: CRED_DISP pid=1571 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=desktop addr=? terminal=/dev/tty2 res=success'
mrt 21 09:36:15 desktop kernel: audit: type=1106 audit(1616319375.993:87): pid=1571 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=desktop addr=? terminal=/dev/tty2 res=success'
mrt 21 09:36:15 desktop kernel: audit: type=1104 audit(1616319375.993:88): pid=1571 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=desktop addr=? terminal=/dev/tty2 res=success'
mrt 21 09:38:30 desktop dhcpcd[535]: eth0: REPLY6 received from fe80::3a43:7dff:fe5e:5f1c
mrt 21 09:38:30 desktop dhcpcd[535]: eth0: refresh in 86400 seconds
mrt 21 09:38:35 desktop dhcpcd[910]: wlan0: carrier lost
mrt 21 09:38:35 desktop kernel: wlan0: deauthenticated from 38:43:7d:5e:39:17 (Reason: 4=DISASSOC_DUE_TO_INACTIVITY)
mrt 21 09:38:36 desktop dhcpcd[910]: wlan0: deleting route to 192.168.0.0/24
mrt 21 09:38:36 desktop dhcpcd[910]: wlan0: deleting default route via 192.168.0.1
mrt 21 09:38:36 desktop kernel: wlan0: authenticate with 38:43:7d:5e:39:17
mrt 21 09:38:36 desktop kernel: wlan0: send auth to 38:43:7d:5e:39:17 (try 1/3)
mrt 21 09:38:36 desktop kernel: wlan0: authenticated
mrt 21 09:38:36 desktop kernel: wlan0: associate with 38:43:7d:5e:39:17 (try 1/3)
mrt 21 09:38:36 desktop kernel: wlan0: RX AssocResp from 38:43:7d:5e:39:17 (capab=0x1511 status=0 aid=2)
mrt 21 09:38:36 desktop kernel: wlan0: associated
mrt 21 09:38:36 desktop dhcpcd[910]: wlan0: carrier acquired
mrt 21 09:38:36 desktop dhcpcd[910]: wlan0: IAID 94:49:24:21
mrt 21 09:38:36 desktop dhcpcd[910]: wlan0: rebinding lease of 192.168.0.133
mrt 21 09:38:36 desktop dhcpcd[910]: wlan0: probing address 192.168.0.133/24
mrt 21 09:38:38 desktop ntpd[920]: Deleting interface #12 wlan0, 192.168.0.133#123, interface stats: received=0, sent=0, dropped=0, active_time=324 secs
mrt 21 09:38:40 desktop dhcpcd[910]: wlan0: leased 192.168.0.133 for 3600 seconds
mrt 21 09:38:40 desktop dhcpcd[910]: wlan0: adding route to 192.168.0.0/24
mrt 21 09:38:40 desktop dhcpcd[910]: wlan0: adding default route via 192.168.0.1
mrt 21 09:38:42 desktop ntpd[920]: Listen normally on 13 wlan0 192.168.0.133:123
mrt 21 09:38:42 desktop ntpd[920]: new interface(s) found: waking up resolver
mrt 21 09:40:15 desktop dhcpcd[535]: eth0: REPLY6 received from fe80::3a43:7dff:fe5e:5f1c
mrt 21 09:40:15 desktop dhcpcd[535]: eth0: refresh in 86400 seconds
mrt 21 09:41:31 desktop dhcpcd[535]: eth0: REPLY6 received from fe80::3a43:7dff:fe5e:5f1c
mrt 21 09:41:31 desktop dhcpcd[535]: eth0: refresh in 86400 seconds
mrt 21 09:42:44 desktop dhcpcd[535]: eth0: REPLY6 received from fe80::3a43:7dff:fe5e:5f1c
mrt 21 09:42:44 desktop dhcpcd[535]: eth0: refresh in 86400 seconds
mrt 21 09:42:44 desktop systemd[1]: Starting Cleanup of Temporary Directories...
mrt 21 09:42:44 desktop systemd[1]: systemd-tmpfiles-clean.service: Succeeded.
mrt 21 09:42:44 desktop systemd[1]: Finished Cleanup of Temporary Directories.
mrt 21 09:42:44 desktop audit[1]: SERVICE_START 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'
mrt 21 09:42:44 desktop audit[1]: SERVICE_STOP 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'
mrt 21 09:42:44 desktop kernel: audit: type=1130 audit(1616319764.461:89): 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'
mrt 21 09:42:44 desktop kernel: audit: type=1131 audit(1616319764.461:90): 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'
mrt 21 09:43:59 desktop dhcpcd[535]: eth0: REPLY6 received from fe80::3a43:7dff:fe5e:5f1c
mrt 21 09:43:59 desktop dhcpcd[535]: eth0: refresh in 86400 seconds
mrt 21 09:44:06 desktop dhcpcd[910]: wlan0: carrier lost
mrt 21 09:44:06 desktop kernel: wlan0: deauthenticated from 38:43:7d:5e:39:17 (Reason: 4=DISASSOC_DUE_TO_INACTIVITY)
mrt 21 09:44:06 desktop dhcpcd[910]: wlan0: deleting route to 192.168.0.0/24
mrt 21 09:44:06 desktop dhcpcd[910]: wlan0: deleting default route via 192.168.0.1
mrt 21 09:44:06 desktop kernel: wlan0: authenticate with 38:43:7d:5e:39:17
mrt 21 09:44:06 desktop kernel: wlan0: send auth to 38:43:7d:5e:39:17 (try 1/3)
mrt 21 09:44:06 desktop kernel: wlan0: authenticated
mrt 21 09:44:06 desktop kernel: wlan0: associate with 38:43:7d:5e:39:17 (try 1/3)
mrt 21 09:44:06 desktop kernel: wlan0: RX AssocResp from 38:43:7d:5e:39:17 (capab=0x1511 status=0 aid=2)
mrt 21 09:44:06 desktop kernel: wlan0: associated
mrt 21 09:44:06 desktop dhcpcd[910]: wlan0: carrier acquired
mrt 21 09:44:06 desktop dhcpcd[910]: wlan0: IAID 94:49:24:21
mrt 21 09:44:08 desktop dhcpcd[910]: wlan0: rebinding lease of 192.168.0.133
mrt 21 09:44:08 desktop ntpd[920]: Deleting interface #13 wlan0, 192.168.0.133#123, interface stats: received=0, sent=0, dropped=0, active_time=326 secs
mrt 21 09:44:08 desktop dhcpcd[910]: wlan0: probing address 192.168.0.133/24
mrt 21 09:44:13 desktop dhcpcd[910]: wlan0: leased 192.168.0.133 for 3600 seconds
mrt 21 09:44:13 desktop dhcpcd[910]: wlan0: adding route to 192.168.0.0/24
mrt 21 09:44:13 desktop dhcpcd[910]: wlan0: adding default route via 192.168.0.1
mrt 21 09:44:15 desktop ntpd[920]: Listen normally on 14 wlan0 192.168.0.133:123
mrt 21 09:44:15 desktop ntpd[920]: new interface(s) found: waking up resolver
mrt 21 09:46:15 desktop acpid[526]: client connected from 2064[1000:100]
mrt 21 09:46:15 desktop acpid[526]: 1 client rule loaded
mrt 21 09:46:15 desktop audit[2064]: ANOM_ABEND auid=1000 uid=1000 gid=100 ses=1 pid=2064 comm="Xorg" exe="/usr/lib/Xorg" sig=6 res=1
mrt 21 09:46:15 desktop kernel: audit: type=1701 audit(1616319975.611:91): auid=1000 uid=1000 gid=100 ses=1 pid=2064 comm="Xorg" exe="/usr/lib/Xorg" sig=6 res=1
mrt 21 09:46:15 desktop audit: BPF prog-id=24 op=LOAD
mrt 21 09:46:15 desktop audit: BPF prog-id=25 op=LOAD
mrt 21 09:46:15 desktop systemd[1]: Started Process Core Dump (PID 2123/UID 0).
mrt 21 09:46:15 desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@3-2123-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:46:15 desktop kernel: audit: type=1334 audit(1616319975.618:92): prog-id=24 op=LOAD
mrt 21 09:46:15 desktop kernel: audit: type=1334 audit(1616319975.618:93): prog-id=25 op=LOAD
mrt 21 09:46:15 desktop kernel: audit: type=1130 audit(1616319975.618:94): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@3-2123-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:46:16 desktop systemd-coredump[2124]: Process 2064 (Xorg) of user 1000 dumped core.
                                              
                                              Stack trace of thread 2064:
                                              #0  0x00007f284dcaeef5 raise (libc.so.6 + 0x3cef5)
                                              #1  0x00007f284dc98862 abort (libc.so.6 + 0x26862)
                                              #2  0x000055899042f6ea OsAbort (Xorg + 0x14a6ea)
                                              #3  0x00005589904311b1 FatalError (Xorg + 0x14c1b1)
                                              #4  0x0000558990436e09 n/a (Xorg + 0x151e09)
                                              #5  0x00007f284dcaef80 __restore_rt (libc.so.6 + 0x3cf80)
                                              #6  0x00007f284dcaeef5 raise (libc.so.6 + 0x3cef5)
                                              #7  0x00007f284dc98862 abort (libc.so.6 + 0x26862)
                                              #8  0x00007f284dc98747 __assert_fail_base.cold (libc.so.6 + 0x26747)
                                              #9  0x00007f284dca7646 __assert_fail (libc.so.6 + 0x35646)
                                              #10 0x00007f284e1a9fd3 n/a (amdgpu_drv.so + 0x8fd3)
                                              #11 0x00007f284e1aa33a n/a (amdgpu_drv.so + 0x933a)
                                              #12 0x00007f284e1b634d n/a (amdgpu_drv.so + 0x1534d)
                                              #13 0x00007f284e1b846a n/a (amdgpu_drv.so + 0x1746a)
                                              #14 0x00007f284e1ba127 n/a (amdgpu_drv.so + 0x19127)
                                              #15 0x0000558990388871 MapWindow (Xorg + 0xa3871)
                                              #16 0x000055899031e619 n/a (Xorg + 0x39619)
                                              #17 0x00007f284dc99b25 __libc_start_main (libc.so.6 + 0x27b25)
                                              #18 0x000055899031f5de _start (Xorg + 0x3a5de)
                                              
                                              Stack trace of thread 2118:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848dcb1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007f2848dc7fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2120:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848bdecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f2848bdd4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2122:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848bdecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f2848bdd4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2087:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848de1164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007f2848dc7fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2068:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848bdecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f2848bdd4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2067:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848bdecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f2848bdd4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2075:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848bdecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f2848bdd4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2078:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848bdecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f2848bdd4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2069:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848bdecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f2848bdd4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2070:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848bdecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f2848bdd4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2071:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848bdecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f2848bdd4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2066:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848bdecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f2848bdd4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2088:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848de1164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007f2848dc7fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2065:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848bdecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f2848bdd4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2090:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848de1164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007f2848dc7fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2076:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848bdecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f2848bdd4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2082:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848bdecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f2848bdd4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2077:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848bdecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f2848bdd4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2081:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848bdecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f2848bdd4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2104:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848dcb1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007f2848dc7fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2103:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848dcb1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007f2848dc7fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2085:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848bdecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f2848bdd4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2089:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848de1164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007f2848dc7fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2080:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848bdecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f2848bdd4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2074:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848bdecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f2848bdd4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2079:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848bdecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f2848bdd4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2072:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848bdecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f2848bdd4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2097:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848de1164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007f2848dc7fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2100:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848de1164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007f2848dc7fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2083:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848bdecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f2848bdd4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2073:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848bdecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f2848bdd4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2092:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848de1164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007f2848dc7fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2086:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848bdecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f2848bdd4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2121:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848bdecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f2848bdd4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2094:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848de1164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007f2848dc7fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2105:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848dcb1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007f2848dc7fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2102:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848de1164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007f2848dc7fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2107:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848dcb1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007f2848dc7fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2084:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848bdecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f2848bdd4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2108:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848dcb1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007f2848dc7fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2091:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848de1164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007f2848dc7fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2095:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848de1164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007f2848dc7fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2106:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848dcb1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007f2848dc7fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2093:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848de1164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007f2848dc7fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2109:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848dcb1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007f2848dc7fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2112:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848dcb1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007f2848dc7fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2096:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848de1164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007f2848dc7fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2099:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848de1164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007f2848dc7fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2110:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848dcb1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007f2848dc7fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2101:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848de1164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007f2848dc7fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2111:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848dcb1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007f2848dc7fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2098:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848de1164 n/a (radeonsi_dri.so + 0x6f0164)
                                              #3  0x00007f2848dc7fd8 n/a (radeonsi_dri.so + 0x6d6fd8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2113:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848dcb1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007f2848dc7fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2119:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848bdecec n/a (radeonsi_dri.so + 0x4edcec)
                                              #3  0x00007f2848bdd4c8 n/a (radeonsi_dri.so + 0x4ec4c8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2115:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848dcb1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007f2848dc7fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2114:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848dcb1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007f2848dc7fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2116:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848dcb1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007f2848dc7fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
                                              
                                              Stack trace of thread 2117:
                                              #0  0x00007f284db6c9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
                                              #1  0x00007f284db66260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
                                              #2  0x00007f2848dcb1a4 n/a (radeonsi_dri.so + 0x6da1a4)
                                              #3  0x00007f2848dc7fa8 n/a (radeonsi_dri.so + 0x6d6fa8)
                                              #4  0x00007f284db60299 start_thread (libpthread.so.0 + 0x9299)
                                              #5  0x00007f284dd71053 __clone (libc.so.6 + 0xff053)
mrt 21 09:46:16 desktop systemd[1]: systemd-coredump@3-2123-0.service: Succeeded.
mrt 21 09:46:16 desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@3-2123-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:46:16 desktop kernel: audit: type=1131 audit(1616319976.291:95): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@3-2123-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mrt 21 09:46:16 desktop audit: BPF prog-id=25 op=UNLOAD
mrt 21 09:46:16 desktop audit: BPF prog-id=24 op=UNLOAD
mrt 21 09:46:16 desktop kernel: audit: type=1334 audit(1616319976.458:96): prog-id=25 op=UNLOAD
mrt 21 09:46:16 desktop kernel: audit: type=1334 audit(1616319976.458:97): prog-id=24 op=UNLOAD
mrt 21 09:46:20 desktop acpid[526]: client 2064[1000:100] has disconnected
mrt 21 09:46:31 desktop audit[2158]: USER_AUTH pid=2158 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="me" exe="/usr/bin/sudo" hostname=desktop addr=? terminal=/dev/tty2 res=success'
mrt 21 09:46:31 desktop dbus-daemon[528]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.13' (uid=0 pid=2158 comm="sudo journalctl -b ")
mrt 21 09:46:31 desktop dbus-daemon[528]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
mrt 21 09:46:31 desktop sudo[2158]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
mrt 21 09:46:31 desktop kernel: audit: type=1100 audit(1616319991.161:98): pid=2158 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="me" exe="/usr/bin/sudo" hostname=desktop addr=? terminal=/dev/tty2 res=success'
mrt 21 09:46:31 desktop kernel: audit: type=1101 audit(1616319991.161:99): pid=2158 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="me" exe="/usr/bin/sudo" hostname=desktop addr=? terminal=/dev/tty2 res=success'
mrt 21 09:46:31 desktop kernel: audit: type=1110 audit(1616319991.161:100): pid=2158 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=desktop addr=? terminal=/dev/tty2 res=success'
mrt 21 09:46:31 desktop kernel: audit: type=1105 audit(1616319991.161:101): pid=2158 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=desktop addr=? terminal=/dev/tty2 res=success'
mrt 21 09:46:31 desktop audit[2158]: USER_ACCT pid=2158 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="me" exe="/usr/bin/sudo" hostname=desktop addr=? terminal=/dev/tty2 res=success'
mrt 21 09:46:31 desktop audit[2158]: CRED_REFR pid=2158 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=desktop addr=? terminal=/dev/tty2 res=success'
mrt 21 09:46:31 desktop audit[2158]: USER_START pid=2158 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=desktop addr=? terminal=/dev/tty2 res=success'
mrt 21 09:46:31 desktop sudo[2158]:        me : TTY=tty2 ; PWD=/home/t ; USER=root ; COMMAND=/usr/bin/journalctl -b
mrt 21 09:46:31 desktop sudo[2158]: pam_unix(sudo:session): session opened for user root(uid=0) by t(uid=1000)

Offline

#6 2021-03-21 10:22:31

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 9,003
Website

Re: [SOLVED] Error with backtrace when running startx on amdgpu machine

pagopow652 wrote:

After installing xf86-video-amdgpu and uninstalling the nvidia-drivers it worked fine for a while. But after some tweaking and updating, I'm getting an error with a backtrace in Xorg.0.log, and no X,

What was the exact nature of the "tweaking and updating"? I presume the linux-firmware package is installed?


Jin, Jîyan, Azadî

Offline

#7 2021-03-21 10:51:06

pagopow652
Member
Registered: 2021-03-21
Posts: 11

Re: [SOLVED] Error with backtrace when running startx on amdgpu machine

Head_on_a_Stick wrote:

What was the exact nature of the "tweaking and updating"? I presume the linux-firmware package is installed?

I tried to get refind to work, instead of grub. (It took me a while to realise that I had to disable safe boot in the uefi settings.) And I ran 'yay -Syu'. Yes, linux-firmware is installed.

Offline

#8 2021-03-21 12:49:37

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

Re: [SOLVED] Error with backtrace when running startx on amdgpu machine

pacman -Qs amgpu
pacman -Qikk mesa libglvnd

Offline

#9 2021-03-21 13:09:06

pagopow652
Member
Registered: 2021-03-21
Posts: 11

Re: [SOLVED] Error with backtrace when running startx on amdgpu machine

pacman -Qs amdgpu:

local/xf86-video-amdgpu 19.1.0-2 (xorg-drivers)
    X.org amdgpu video driver

pacman -Qikk mesa libglvnd:

Name            : mesa
Version         : 20.3.4-3
Description     : An open-source implementation of the OpenGL specification
Architecture    : x86_64
URL             : https://www.mesa3d.org/
Licenses        : custom
Groups          : None
Provides        : mesa-libgl  opengl-driver
Depends On      : libdrm  wayland  libxxf86vm  libxdamage  libxshmfence  libelf  libomxil-bellagio  libunwind  llvm-libs  lm_sensors  libglvnd  zstd  vulkan-icd-loader  libsensors.so=5-64  libexpat.so=1-64  libvulkan.so=1-64
Optional Deps   : opengl-man-pages: for the OpenGL API man pages
                  mesa-vdpau: for accelerated video playback
                  libva-mesa-driver: for accelerated video playback
Required By     : gst-plugins-base-libs  gtk3  lib32-mesa  libglvnd  qt5-base  xf86-video-amdgpu  xf86-video-nouveau
Optional For    : tigervnc
Conflicts With  : mesa-libgl
Replaces        : mesa-libgl
Installed Size  : 88,46 MiB
Packager        : Laurent Carlier <lordheavym@gmail.com>
Build Date      : di 23 feb 2021 17:19:15
Install Date    : do 25 feb 2021 02:53:07
Install Reason  : Installed as a dependency for another package
Install Script  : No
Validated By    : Signature

mesa: 80 total files, 0 altered files

Name            : libglvnd
Version         : 1.3.2-1
Description     : The GL Vendor-Neutral Dispatch library
Architecture    : x86_64
URL             : https://github.com/NVIDIA/libglvnd
Licenses        : custom:BSD-like
Groups          : None
Provides        : libgl  libegl  libgles
Depends On      : libxext  mesa  opengl-driver
Optional Deps   : None
Required By     : fltk  freeglut  glob2  glu  lib32-libglvnd  libplacebo  libreoffice-fresh  libva  libva-vdpau-driver  mesa  mesa-demos  mplayer  nvidia-340xx  openra  projectm  qt5-base  sdl2  tigervnc  webkit2gtk  wpebackend-fdo  xorg-server  xorg-server-xvfb
Optional For    : None
Conflicts With  : None
Replaces        : None
Installed Size  : 3,68 MiB
Packager        : Felix Yan <felixonmars@archlinux.org>
Build Date      : vr 26 jun 2020 02:13:13
Install Date    : ma 29 jun 2020 18:55:10
Install Reason  : Installed as a dependency for another package
Install Script  : No
Validated By    : Signature

libglvnd: 58 total files, 0 altered files

Offline

#10 2021-03-21 13:21:36

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

Re: [SOLVED] Error with backtrace when running startx on amdgpu machine

nope.

pacman -Qikk xorg-server llvm-libs

In doubt see
https://wiki.archlinux.org/index.php/Microcode
https://wiki.archlinux.org/index.php/Ke … _KMS_start
ensure to load both early and as last resort, purge xf86-video-amdgpu and try to use the modesetting driver.

Offline

#11 2021-03-21 14:27:24

pagopow652
Member
Registered: 2021-03-21
Posts: 11

Re: [SOLVED] Error with backtrace when running startx on amdgpu machine

pacman -Qikk xorg-server llvm-libs

Name            : xorg-server
Version         : 1.20.10-3
Description     : Xorg X server
Architecture    : x86_64
URL             : https://xorg.freedesktop.org
Licenses        : custom
Groups          : xorg
Provides        : X-ABI-VIDEODRV_VERSION=24.0  X-ABI-XINPUT_VERSION=24.1  X-ABI-EXTENSION_VERSION=10.0  x-server
Depends On      : libepoxy  libxfont2  pixman  xorg-server-common  libunwind  dbus  libgl  xf86-input-libinput  nettle  libpciaccess  libdrm  libxshmfence
Optional Deps   : None
Required By     : nvidia-340xx-utils  sddm
Optional For    : None
Conflicts With  : nvidia-utils<=331.20  glamor-egl  xf86-video-modesetting
Replaces        : glamor-egl  xf86-video-modesetting
Installed Size  : 3,65 MiB
Packager        : Andreas Radke <andyrtr@archlinux.org>
Build Date      : ma 14 dec 2020 12:10:29
Install Date    : do 17 dec 2020 18:06:27
Install Reason  : Explicitly installed
Install Script  : Yes
Validated By    : Signature

xorg-server: 50 total files, 0 altered files

Name            : llvm-libs
Version         : 11.1.0-1
Description     : LLVM runtime libraries
Architecture    : x86_64
URL             : https://llvm.org/
Licenses        : custom:Apache 2.0 with LLVM Exception
Groups          : None
Provides        : None
Depends On      : gcc-libs  zlib  libffi  libedit  ncurses  libxml2
Optional Deps   : None
Required By     : mesa  postgresql
Optional For    : None
Conflicts With  : None
Replaces        : None
Installed Size  : 90,13 MiB
Packager        : Evangelos Foutras <foutrelis@archlinux.org>
Build Date      : wo 17 feb 2021 15:28:11
Install Date    : do 25 feb 2021 02:53:00
Install Reason  : Installed as a dependency for another package
Install Script  : No
Validated By    : Signature

llvm-libs: 16 total files, 0 altered files

I had configured amdgpu already for early kms start. I installed the amd-ucode, but skipped the early loading for now.

So I tried uninstalling xf86-video-amdgpu and disabling it in KMS. Sddm starts with a black screen and a movable mouse, but startx starts my desktop :-) .

Would it be worthwhile to figure out what the problem with xf86-video-amdgpu is?

Offline

#12 2021-03-21 14:47:55

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

Re: [SOLVED] Error with backtrace when running startx on amdgpu machine

Please re-add it to the initramfs.
The amdgpu kernel module and ddx driver are different things, only the ddx caused you headaches and there's a chance that the late KMS causes the black sddm.

An update in the kernel or mesa might have caused a (temporary) incompatibility at least in the NAVI14 code of xf86-video-amdgpu (try the lts kernel)
Please also post a final xorg log so we can ensure you're no longer using the software rasterizer.

Offline

#13 2021-03-21 15:10:38

pagopow652
Member
Registered: 2021-03-21
Posts: 11

Re: [SOLVED] Error with backtrace when running startx on amdgpu machine

I've re-added amdgpu to the initramfs. Still black sddm though.

Some games can't start now, so I'll try my previous kernel (5.11.2) again and the lts-kernel.

/var/log/Xorg.0.log

[    27.421] (--) Log file renamed from "/var/log/Xorg.pid-953.log" to "/var/log/Xorg.0.log"
[    27.423] 
X.Org X Server 1.20.10
X Protocol Version 11, Revision 0
[    27.423] Build Operating System: Linux Arch Linux
[    27.423] Current Operating System: Linux desktop 5.11.7-arch1-1 #1 SMP PREEMPT Wed, 17 Mar 2021 16:59:58 +0000 x86_64
[    27.423] Kernel command line: ro root=/dev/disk/by-label/ssd-base initrd=boot\initramfs-linux.img
[    27.423] Build Date: 14 December 2020  12:10:29PM
[    27.423]  
[    27.423] Current version of pixman: 0.40.0
[    27.423]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    27.423] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    27.423] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Mar 21 14:55:08 2021
[    27.425] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    27.425] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    27.426] (==) No Layout section.  Using the first Screen section.
[    27.426] (==) No screen section available. Using defaults.
[    27.426] (**) |-->Screen "Default Screen Section" (0)
[    27.426] (**) |   |-->Monitor "<default monitor>"
[    27.426] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[    27.426] (==) Automatically adding devices
[    27.426] (==) Automatically enabling devices
[    27.426] (==) Automatically adding GPU devices
[    27.426] (==) Automatically binding GPU devices
[    27.426] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    27.428] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    27.428]    Entry deleted from font path.
[    27.428] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    27.428]    Entry deleted from font path.
[    27.428] (==) FontPath set to:
        /usr/share/fonts/misc,
        /usr/share/fonts/TTF,
        /usr/share/fonts/OTF,
        /usr/share/fonts/Type1
[    27.428] (==) ModulePath set to "/usr/lib/xorg/modules"
[    27.428] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[    27.428] (II) Module ABI versions:
[    27.428]    X.Org ANSI C Emulation: 0.4
[    27.428]    X.Org Video Driver: 24.1
[    27.428]    X.Org XInput driver : 24.1
[    27.428]    X.Org Server Extension : 10.0
[    27.428] (++) using VT number 1

[    27.428] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    27.429] (II) xfree86: Adding drm device (/dev/dri/card0)
[    27.448] (--) PCI:*(11@0:0:0) 1002:7340:1458:231a rev 197, Mem @ 0xe0000000/268435456, 0xf0000000/2097152, 0xfcb00000/524288, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[    27.448] (II) Open ACPI successful (/var/run/acpid.socket)
[    27.448] (II) LoadModule: "glx"
[    27.449] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    27.523] (II) Module glx: vendor="X.Org Foundation"
[    27.523]    compiled for 1.20.10, module version = 1.0.0
[    27.523]    ABI class: X.Org Server Extension, version 10.0
[    27.523] (==) Matched ati as autoconfigured driver 0
[    27.523] (==) Matched modesetting as autoconfigured driver 1
[    27.523] (==) Matched fbdev as autoconfigured driver 2
[    27.523] (==) Matched vesa as autoconfigured driver 3
[    27.523] (==) Assigned the driver to the xf86ConfigLayout
[    27.523] (II) LoadModule: "ati"
[    27.525] (WW) Warning, couldn't open module ati
[    27.525] (EE) Failed to load module "ati" (module does not exist, 0)
[    27.525] (II) LoadModule: "modesetting"
[    27.525] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    27.526] (II) Module modesetting: vendor="X.Org Foundation"
[    27.526]    compiled for 1.20.10, module version = 1.20.10
[    27.526]    Module class: X.Org Video Driver
[    27.526]    ABI class: X.Org Video Driver, version 24.1
[    27.526] (II) LoadModule: "fbdev"
[    27.527] (WW) Warning, couldn't open module fbdev
[    27.527] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    27.527] (II) LoadModule: "vesa"
[    27.527] (WW) Warning, couldn't open module vesa
[    27.527] (EE) Failed to load module "vesa" (module does not exist, 0)
[    27.527] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    27.544] (II) modeset(0): using drv /dev/dri/card0
[    27.544] (II) modeset(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[    27.544] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    27.544] (==) modeset(0): RGB weight 888
[    27.544] (==) modeset(0): Default visual is TrueColor
[    27.544] (II) Loading sub module "glamoregl"
[    27.544] (II) LoadModule: "glamoregl"
[    27.544] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    27.551] (II) Module glamoregl: vendor="X.Org Foundation"
[    27.551]    compiled for 1.20.10, module version = 1.0.1
[    27.551]    ABI class: X.Org ANSI C Emulation, version 0.4
[    27.720] (EE) modeset(0): eglGetDisplay() failed
[    27.724] (EE) modeset(0): glamor initialization failed
[    27.724] (II) modeset(0): ShadowFB: preferred YES, enabled YES
[    27.724] (II) modeset(0): Double-buffered shadow updates: off
[    27.724] (II) modeset(0): Output DP-1 has no monitor section
[    27.724] (II) modeset(0): Output DP-2 has no monitor section
[    27.724] (II) modeset(0): Output DP-3 has no monitor section
[    27.724] (II) modeset(0): Output HDMI-1 has no monitor section
[    27.725] (II) modeset(0): EDID for output DP-1
[    27.725] (II) modeset(0): EDID for output DP-2
[    27.725] (II) modeset(0): EDID for output DP-3
[    27.725] (II) modeset(0): EDID for output HDMI-1
[    27.725] (II) modeset(0): Manufacturer: MEI  Model: a0c9  Serial#: 16843009
[    27.725] (II) modeset(0): Year: 2011  Week: 0
[    27.725] (II) modeset(0): EDID Version: 1.3
[    27.725] (II) modeset(0): Digital Display Input
[    27.725] (II) modeset(0): Indeterminate output size
[    27.725] (II) modeset(0): Gamma: 2.20
[    27.726] (II) modeset(0): No DPMS capabilities specified
[    27.726] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    27.726] (II) modeset(0): First detailed timing is preferred mode
[    27.726] (II) modeset(0): redX: 0.640 redY: 0.345   greenX: 0.291 greenY: 0.635
[    27.726] (II) modeset(0): blueX: 0.163 blueY: 0.093   whiteX: 0.288 whiteY: 0.296
[    27.726] (II) modeset(0): Manufacturer's mask: 0
[    27.726] (II) modeset(0): Supported detailed timing:
[    27.726] (II) modeset(0): clock: 148.5 MHz   Image Size:  698 x 392 mm
[    27.726] (II) modeset(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[    27.726] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    27.726] (II) modeset(0): Supported detailed timing:
[    27.726] (II) modeset(0): clock: 148.5 MHz   Image Size:  698 x 392 mm
[    27.726] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    27.726] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    27.726] (II) modeset(0): Monitor name: Panasonic-TV
[    27.726] (II) modeset(0): Ranges: V min: 23 V max: 61 Hz, H min: 15 H max: 68 kHz, PixClock max 155 MHz
[    27.726] (II) modeset(0): Supported detailed timing:
[    27.726] (II) modeset(0): clock: 74.2 MHz   Image Size:  698 x 392 mm
[    27.726] (II) modeset(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[    27.726] (II) modeset(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[    27.726] (II) modeset(0): Supported detailed timing:
[    27.726] (II) modeset(0): clock: 74.2 MHz   Image Size:  698 x 392 mm
[    27.726] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    27.726] (II) modeset(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[    27.726] (II) modeset(0): Supported detailed timing:
[    27.726] (II) modeset(0): clock: 74.2 MHz   Image Size:  698 x 392 mm
[    27.726] (II) modeset(0): h_active: 1280  h_sync: 1720  h_sync_end 1760 h_blank_end 1980 h_border: 0
[    27.726] (II) modeset(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[    27.726] (II) modeset(0): Supported detailed timing:
[    27.726] (II) modeset(0): clock: 74.2 MHz   Image Size:  698 x 392 mm
[    27.726] (II) modeset(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[    27.726] (II) modeset(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[    27.726] (II) modeset(0): Number of EDID sections to follow: 1
[    27.726] (II) modeset(0): EDID (in hex):
[    27.726] (II) modeset(0):   00ffffffffffff0034a9c9a001010101
[    27.726] (II) modeset(0):   00150103800000780adaffa3584aa229
[    27.726] (II) modeset(0):   17494b00000001010101010101010101
[    27.726] (II) modeset(0):   010101010101023a80d072382d40102c
[    27.726] (II) modeset(0):   4580ba882100001e023a801871382d40
[    27.726] (II) modeset(0):   582c4500ba882100001e000000fc0050
[    27.726] (II) modeset(0):   616e61736f6e69632d54560a000000fd
[    27.726] (II) modeset(0):   00173d0f440f000a20202020202001ad
[    27.726] (II) modeset(0):   02033672509f90140520130412031102
[    27.726] (II) modeset(0):   16071506012309070178030c001000b8
[    27.726] (II) modeset(0):   262fc00a8149fffc0616080018000000
[    27.726] (II) modeset(0):   0000e3051f01011d80d0721c1620102c
[    27.726] (II) modeset(0):   2580ba882100009e011d8018711c1620
[    27.726] (II) modeset(0):   582c2500ba882100009e011d00bc52d0
[    27.726] (II) modeset(0):   1e20b8285540ba882100001e011d0072
[    27.726] (II) modeset(0):   51d01e206e285500ba882100001e00b6
[    27.726] (--) modeset(0): HDMI max TMDS frequency 190000KHz
[    27.726] (II) modeset(0): Not using default mode "1440x810" (bad mode clock/interlace/doublescan)
[    27.726] (II) modeset(0): Not using default mode "1600x900" (bad mode clock/interlace/doublescan)
[    27.726] (II) modeset(0): Printing probed modes for output HDMI-1
[    27.726] (II) modeset(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz eP)
[    27.726] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[    27.726] (II) modeset(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[    27.726] (II) modeset(0): Modeline "1920x1080"x24.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[    27.726] (II) modeset(0): Modeline "1920x1080"x24.0   74.18  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[    27.726] (II) modeset(0): Modeline "1680x1050"x50.0  148.50  1680 2448 2492 2640  1050 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    27.726] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    27.726] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    27.726] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    27.726] (II) modeset(0): Modeline "1600x900"x59.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    27.726] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    27.726] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    27.726] (II) modeset(0): Modeline "1280x1024"x50.0  148.50  1280 2448 2492 2640  1024 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    27.726] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    27.726] (II) modeset(0): Modeline "1440x900"x50.0  148.50  1440 2448 2492 2640  900 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    27.726] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    27.726] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    27.726] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    27.726] (II) modeset(0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    27.726] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    27.726] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    27.726] (II) modeset(0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    27.726] (II) modeset(0): Modeline "1280x800"x50.0  148.50  1280 2448 2492 2640  800 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    27.726] (II) modeset(0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    27.726] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    27.726] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    27.726] (II) modeset(0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    27.726] (II) modeset(0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    27.726] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    27.726] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    27.726] (II) modeset(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    27.726] (II) modeset(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    27.726] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    27.726] (II) modeset(0): Modeline "1024x768"x50.0  148.50  1024 2448 2492 2640  768 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    27.726] (II) modeset(0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    27.726] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    27.726] (II) modeset(0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    27.726] (II) modeset(0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    27.726] (II) modeset(0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    27.726] (II) modeset(0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    27.726] (II) modeset(0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    27.726] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    27.726] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    27.726] (II) modeset(0): Modeline "960x600"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    27.726] (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    27.726] (II) modeset(0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    27.726] (II) modeset(0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    27.726] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    27.726] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    27.726] (II) modeset(0): Modeline "800x600"x50.0  148.50  800 2448 2492 2640  600 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    27.726] (II) modeset(0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    27.726] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    27.726] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    27.726] (II) modeset(0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    27.726] (II) modeset(0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    27.726] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    27.726] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    27.726] (II) modeset(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    27.726] (II) modeset(0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    27.726] (II) modeset(0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    27.726] (II) modeset(0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    27.726] (II) modeset(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    27.726] (II) modeset(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    27.726] (II) modeset(0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    27.726] (II) modeset(0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    27.726] (II) modeset(0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    27.726] (II) modeset(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    27.726] (II) modeset(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    27.726] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    27.726] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    27.726] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    27.726] (II) modeset(0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    27.726] (II) modeset(0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    27.726] (II) modeset(0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    27.726] (II) modeset(0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    27.726] (II) modeset(0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    27.726] (II) modeset(0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    27.726] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    27.726] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    27.726] (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    27.726] (II) modeset(0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    27.726] (II) modeset(0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    27.726] (II) modeset(0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    27.726] (II) modeset(0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    27.726] (II) modeset(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    27.726] (II) modeset(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    27.726] (II) modeset(0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    27.726] (II) modeset(0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    27.726] (II) modeset(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    27.726] (II) modeset(0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    27.726] (II) modeset(0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    27.726] (II) modeset(0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    27.726] (II) modeset(0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    27.726] (II) modeset(0): Output DP-1 disconnected
[    27.726] (II) modeset(0): Output DP-2 disconnected
[    27.726] (II) modeset(0): Output DP-3 disconnected
[    27.726] (II) modeset(0): Output HDMI-1 connected
[    27.727] (II) modeset(0): Using exact sizes for initial modes
[    27.727] (II) modeset(0): Output HDMI-1 using initial mode 1920x1080 +0+0
[    27.727] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    27.727] (==) modeset(0): DPI set to (96, 96)
[    27.727] (II) Loading sub module "fb"
[    27.727] (II) LoadModule: "fb"
[    27.727] (II) Loading /usr/lib/xorg/modules/libfb.so
[    27.727] (II) Module fb: vendor="X.Org Foundation"
[    27.727]    compiled for 1.20.10, module version = 1.0.0
[    27.727]    ABI class: X.Org ANSI C Emulation, version 0.4
[    27.727] (II) Loading sub module "shadow"
[    27.727] (II) LoadModule: "shadow"
[    27.727] (II) Loading /usr/lib/xorg/modules/libshadow.so
[    27.728] (II) Module shadow: vendor="X.Org Foundation"
[    27.728]    compiled for 1.20.10, module version = 1.1.0
[    27.728]    ABI class: X.Org ANSI C Emulation, version 0.4
[    27.729] (==) modeset(0): Backing store enabled
[    27.729] (==) modeset(0): Silken mouse disabled
[    27.730] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    27.730] (==) modeset(0): DPMS enabled
[    27.730] (II) Initializing extension Generic Event Extension
[    27.730] (II) Initializing extension SHAPE
[    27.730] (II) Initializing extension MIT-SHM
[    27.730] (II) Initializing extension XInputExtension
[    27.731] (II) Initializing extension XTEST
[    27.731] (II) Initializing extension BIG-REQUESTS
[    27.731] (II) Initializing extension SYNC
[    27.731] (II) Initializing extension XKEYBOARD
[    27.731] (II) Initializing extension XC-MISC
[    27.731] (II) Initializing extension SECURITY
[    27.731] (II) Initializing extension XFIXES
[    27.731] (II) Initializing extension RENDER
[    27.731] (II) Initializing extension RANDR
[    27.732] (II) Initializing extension COMPOSITE
[    27.732] (II) Initializing extension DAMAGE
[    27.732] (II) Initializing extension MIT-SCREEN-SAVER
[    27.732] (II) Initializing extension DOUBLE-BUFFER
[    27.732] (II) Initializing extension RECORD
[    27.732] (II) Initializing extension DPMS
[    27.732] (II) Initializing extension Present
[    27.732] (II) Initializing extension DRI3
[    27.732] (II) Initializing extension X-Resource
[    27.732] (II) Initializing extension XVideo
[    27.732] (II) Initializing extension XVideo-MotionCompensation
[    27.732] (II) Initializing extension GLX
[    27.732] (II) AIGLX: Screen 0 is not DRI2 capable
[    27.745] (II) IGLX: Loaded and initialized swrast
[    27.745] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    27.745] (II) Initializing extension XFree86-VidModeExtension
[    27.746] (II) Initializing extension XFree86-DGA
[    27.746] (II) Initializing extension XFree86-DRI
[    27.746] (II) Initializing extension DRI2
[    27.746] (II) modeset(0): Damage tracking initialized
[    27.746] (II) modeset(0): Setting screen physical size to 508 x 285
[    27.792] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    27.792] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    27.792] (**) Power Button: Applying InputClass "system-keyboard"
[    27.792] (II) LoadModule: "libinput"
[    27.792] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    27.796] (II) Module libinput: vendor="X.Org Foundation"
[    27.796]    compiled for 1.20.8, module version = 0.30.0
[    27.796]    Module class: X.Org XInput Driver
[    27.796]    ABI class: X.Org XInput driver, version 24.1
[    27.796] (II) Using input driver 'libinput' for 'Power Button'
[    27.796] (**) Power Button: always reports core events
[    27.796] (**) Option "Device" "/dev/input/event1"
[    27.796] (**) Option "_source" "server/udev"
[    27.800] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    27.800] (II) event1  - Power Button: device is a keyboard
[    27.800] (II) event1  - Power Button: device removed
[    27.845] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[    27.845] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    27.846] (**) Option "xkb_model" "105"
[    27.846] (**) Option "xkb_layout" "be"
[    27.846] (**) Option "xkb_variant" "nodeadkeys"
[    27.846] (**) Option "xkb_options" "caps:none, terminate:ctrl_alt_bksp"
[    27.858] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    27.858] (II) event1  - Power Button: device is a keyboard
[    27.858] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    27.858] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    27.858] (**) Power Button: Applying InputClass "system-keyboard"
[    27.858] (II) Using input driver 'libinput' for 'Power Button'
[    27.858] (**) Power Button: always reports core events
[    27.858] (**) Option "Device" "/dev/input/event0"
[    27.858] (**) Option "_source" "server/udev"
[    27.859] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    27.859] (II) event0  - Power Button: device is a keyboard
[    27.859] (II) event0  - Power Button: device removed
[    27.886] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    27.886] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    27.886] (**) Option "xkb_model" "105"
[    27.886] (**) Option "xkb_layout" "be"
[    27.886] (**) Option "xkb_variant" "nodeadkeys"
[    27.886] (**) Option "xkb_options" "caps:none, terminate:ctrl_alt_bksp"
[    27.886] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    27.886] (II) event0  - Power Button: device is a keyboard
[    27.887] (II) config/udev: Adding input device Logitech Wireless Keyboard PID:4023 (/dev/input/event13)
[    27.887] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "libinput keyboard catchall"
[    27.887] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "system-keyboard"
[    27.887] (II) Using input driver 'libinput' for 'Logitech Wireless Keyboard PID:4023'
[    27.887] (**) Logitech Wireless Keyboard PID:4023: always reports core events
[    27.887] (**) Option "Device" "/dev/input/event13"
[    27.887] (**) Option "_source" "server/udev"
[    27.888] (II) event13 - Logitech Wireless Keyboard PID:4023: is tagged by udev as: Keyboard
[    27.889] (II) event13 - Logitech Wireless Keyboard PID:4023: device is a keyboard
[    27.889] (II) event13 - Logitech Wireless Keyboard PID:4023: device removed
[    27.926] (II) libinput: Logitech Wireless Keyboard PID:4023: needs a virtual subdevice
[    27.926] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-3/1-3:1.1/0003:046D:C534.0002/0003:046D:4023.0006/input/input33/event13"
[    27.926] (II) XINPUT: Adding extended input device "Logitech Wireless Keyboard PID:4023" (type: MOUSE, id 8)
[    27.926] (**) Option "AccelerationScheme" "none"
[    27.926] (**) Logitech Wireless Keyboard PID:4023: (accel) selected scheme none/0
[    27.926] (**) Logitech Wireless Keyboard PID:4023: (accel) acceleration factor: 2.000
[    27.926] (**) Logitech Wireless Keyboard PID:4023: (accel) acceleration threshold: 4
[    27.927] (II) event13 - Logitech Wireless Keyboard PID:4023: is tagged by udev as: Keyboard
[    27.927] (II) event13 - Logitech Wireless Keyboard PID:4023: device is a keyboard
[    27.928] (II) config/udev: Adding input device Logitech Wireless Mouse PID:4038 (/dev/input/event14)
[    27.928] (**) Logitech Wireless Mouse PID:4038: Applying InputClass "libinput pointer catchall"
[    27.928] (II) Using input driver 'libinput' for 'Logitech Wireless Mouse PID:4038'
[    27.928] (**) Logitech Wireless Mouse PID:4038: always reports core events
[    27.928] (**) Option "Device" "/dev/input/event14"
[    27.928] (**) Option "_source" "server/udev"
[    27.929] (II) event14 - Logitech Wireless Mouse PID:4038: is tagged by udev as: Mouse
[    27.929] (II) event14 - Logitech Wireless Mouse PID:4038: device is a pointer
[    27.929] (II) event14 - Logitech Wireless Mouse PID:4038: device removed
[    28.005] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-3/1-3:1.1/0003:046D:C534.0002/0003:046D:4038.0007/input/input34/event14"
[    28.005] (II) XINPUT: Adding extended input device "Logitech Wireless Mouse PID:4038" (type: MOUSE, id 9)
[    28.006] (**) Option "AccelerationScheme" "none"
[    28.006] (**) Logitech Wireless Mouse PID:4038: (accel) selected scheme none/0
[    28.006] (**) Logitech Wireless Mouse PID:4038: (accel) acceleration factor: 2.000
[    28.006] (**) Logitech Wireless Mouse PID:4038: (accel) acceleration threshold: 4
[    28.007] (II) event14 - Logitech Wireless Mouse PID:4038: is tagged by udev as: Mouse
[    28.007] (II) event14 - Logitech Wireless Mouse PID:4038: device is a pointer
[    28.008] (II) config/udev: Adding input device Logitech Wireless Mouse PID:4038 (/dev/input/mouse0)
[    28.008] (II) No input driver specified, ignoring this device.
[    28.008] (II) This device may have been added with another device file.
[    28.008] (II) config/udev: Adding input device Cooler Master Technology Inc. AMD SR4 lamplight Control (/dev/input/event17)
[    28.008] (**) Cooler Master Technology Inc. AMD SR4 lamplight Control: Applying InputClass "libinput keyboard catchall"
[    28.008] (**) Cooler Master Technology Inc. AMD SR4 lamplight Control: Applying InputClass "system-keyboard"
[    28.008] (II) Using input driver 'libinput' for 'Cooler Master Technology Inc. AMD SR4 lamplight Control'
[    28.008] (**) Cooler Master Technology Inc. AMD SR4 lamplight Control: always reports core events
[    28.008] (**) Option "Device" "/dev/input/event17"
[    28.008] (**) Option "_source" "server/udev"
[    28.010] (II) event17 - Cooler Master Technology Inc. AMD SR4 lamplight Control: is tagged by udev as: Keyboard
[    28.010] (II) event17 - Cooler Master Technology Inc. AMD SR4 lamplight Control: device is a keyboard
[    28.010] (II) event17 - Cooler Master Technology Inc. AMD SR4 lamplight Control: device removed
[    28.045] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-8/1-8:1.0/0003:2516:0051.0003/input/input19/event17"
[    28.046] (II) XINPUT: Adding extended input device "Cooler Master Technology Inc. AMD SR4 lamplight Control" (type: KEYBOARD, id 10)
[    28.046] (**) Option "xkb_model" "105"
[    28.046] (**) Option "xkb_layout" "be"
[    28.046] (**) Option "xkb_variant" "nodeadkeys"
[    28.046] (**) Option "xkb_options" "caps:none, terminate:ctrl_alt_bksp"
[    28.047] (II) event17 - Cooler Master Technology Inc. AMD SR4 lamplight Control: is tagged by udev as: Keyboard
[    28.047] (II) event17 - Cooler Master Technology Inc. AMD SR4 lamplight Control: device is a keyboard
[    28.048] (II) config/udev: Adding input device Cooler Master Technology Inc. AMD SR4 lamplight Control System Control (/dev/input/event18)
[    28.048] (**) Cooler Master Technology Inc. AMD SR4 lamplight Control System Control: Applying InputClass "libinput keyboard catchall"
[    28.048] (**) Cooler Master Technology Inc. AMD SR4 lamplight Control System Control: Applying InputClass "system-keyboard"
[    28.048] (II) Using input driver 'libinput' for 'Cooler Master Technology Inc. AMD SR4 lamplight Control System Control'
[    28.048] (**) Cooler Master Technology Inc. AMD SR4 lamplight Control System Control: always reports core events
[    28.048] (**) Option "Device" "/dev/input/event18"
[    28.048] (**) Option "_source" "server/udev"
[    28.049] (II) event18 - Cooler Master Technology Inc. AMD SR4 lamplight Control System Control: is tagged by udev as: Keyboard
[    28.049] (II) event18 - Cooler Master Technology Inc. AMD SR4 lamplight Control System Control: device is a keyboard
[    28.049] (II) event18 - Cooler Master Technology Inc. AMD SR4 lamplight Control System Control: device removed
[    28.085] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-8/1-8:1.2/0003:2516:0051.0005/input/input20/event18"
[    28.085] (II) XINPUT: Adding extended input device "Cooler Master Technology Inc. AMD SR4 lamplight Control System Control" (type: KEYBOARD, id 11)
[    28.085] (**) Option "xkb_model" "105"
[    28.086] (**) Option "xkb_layout" "be"
[    28.086] (**) Option "xkb_variant" "nodeadkeys"
[    28.086] (**) Option "xkb_options" "caps:none, terminate:ctrl_alt_bksp"
[    28.087] (II) event18 - Cooler Master Technology Inc. AMD SR4 lamplight Control System Control: is tagged by udev as: Keyboard
[    28.087] (II) event18 - Cooler Master Technology Inc. AMD SR4 lamplight Control System Control: device is a keyboard
[    28.088] (II) config/udev: Adding input device Cooler Master Technology Inc. AMD SR4 lamplight Control Consumer Control (/dev/input/event19)
[    28.088] (**) Cooler Master Technology Inc. AMD SR4 lamplight Control Consumer Control: Applying InputClass "libinput keyboard catchall"
[    28.088] (**) Cooler Master Technology Inc. AMD SR4 lamplight Control Consumer Control: Applying InputClass "system-keyboard"
[    28.088] (II) Using input driver 'libinput' for 'Cooler Master Technology Inc. AMD SR4 lamplight Control Consumer Control'
[    28.088] (**) Cooler Master Technology Inc. AMD SR4 lamplight Control Consumer Control: always reports core events
[    28.088] (**) Option "Device" "/dev/input/event19"
[    28.088] (**) Option "_source" "server/udev"
[    28.089] (II) event19 - Cooler Master Technology Inc. AMD SR4 lamplight Control Consumer Control: is tagged by udev as: Keyboard
[    28.089] (II) event19 - Cooler Master Technology Inc. AMD SR4 lamplight Control Consumer Control: device is a keyboard
[    28.089] (II) event19 - Cooler Master Technology Inc. AMD SR4 lamplight Control Consumer Control: device removed
[    28.126] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-8/1-8:1.2/0003:2516:0051.0005/input/input21/event19"
[    28.126] (II) XINPUT: Adding extended input device "Cooler Master Technology Inc. AMD SR4 lamplight Control Consumer Control" (type: KEYBOARD, id 12)
[    28.126] (**) Option "xkb_model" "105"
[    28.126] (**) Option "xkb_layout" "be"
[    28.126] (**) Option "xkb_variant" "nodeadkeys"
[    28.126] (**) Option "xkb_options" "caps:none, terminate:ctrl_alt_bksp"
[    28.127] (II) event19 - Cooler Master Technology Inc. AMD SR4 lamplight Control Consumer Control: is tagged by udev as: Keyboard
[    28.127] (II) event19 - Cooler Master Technology Inc. AMD SR4 lamplight Control Consumer Control: device is a keyboard
[    28.128] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event3)
[    28.128] (II) No input driver specified, ignoring this device.
[    28.128] (II) This device may have been added with another device file.
[    28.128] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event4)
[    28.128] (II) No input driver specified, ignoring this device.
[    28.128] (II) This device may have been added with another device file.
[    28.128] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event5)
[    28.129] (II) No input driver specified, ignoring this device.
[    28.129] (II) This device may have been added with another device file.
[    28.129] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event6)
[    28.129] (II) No input driver specified, ignoring this device.
[    28.129] (II) This device may have been added with another device file.
[    28.129] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=10 (/dev/input/event7)
[    28.129] (II) No input driver specified, ignoring this device.
[    28.129] (II) This device may have been added with another device file.
[    28.130] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event10)
[    28.130] (II) No input driver specified, ignoring this device.
[    28.130] (II) This device may have been added with another device file.
[    28.130] (II) config/udev: Adding input device HD-Audio Generic Line Out (/dev/input/event11)
[    28.130] (II) No input driver specified, ignoring this device.
[    28.130] (II) This device may have been added with another device file.
[    28.130] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event12)
[    28.130] (II) No input driver specified, ignoring this device.
[    28.130] (II) This device may have been added with another device file.
[    28.130] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event8)
[    28.130] (II) No input driver specified, ignoring this device.
[    28.130] (II) This device may have been added with another device file.
[    28.131] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event9)
[    28.131] (II) No input driver specified, ignoring this device.
[    28.131] (II) This device may have been added with another device file.
[    28.131] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event2)
[    28.131] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    28.131] (**) Eee PC WMI hotkeys: Applying InputClass "system-keyboard"
[    28.131] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[    28.131] (**) Eee PC WMI hotkeys: always reports core events
[    28.131] (**) Option "Device" "/dev/input/event2"
[    28.131] (**) Option "_source" "server/udev"
[    28.132] (II) event2  - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[    28.132] (II) event2  - Eee PC WMI hotkeys: device is a keyboard
[    28.132] (II) event2  - Eee PC WMI hotkeys: device removed
[    28.166] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input2/event2"
[    28.166] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 13)
[    28.166] (**) Option "xkb_model" "105"
[    28.166] (**) Option "xkb_layout" "be"
[    28.166] (**) Option "xkb_variant" "nodeadkeys"
[    28.166] (**) Option "xkb_options" "caps:none, terminate:ctrl_alt_bksp"
[    28.166] (II) event2  - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[    28.166] (II) event2  - Eee PC WMI hotkeys: device is a keyboard
[    28.172] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "libinput keyboard catchall"
[    28.172] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "system-keyboard"
[    28.172] (II) Using input driver 'libinput' for 'Logitech Wireless Keyboard PID:4023'
[    28.172] (**) Logitech Wireless Keyboard PID:4023: always reports core events
[    28.172] (**) Option "Device" "/dev/input/event13"
[    28.172] (**) Option "_source" "_driver/libinput"
[    28.172] (II) libinput: Logitech Wireless Keyboard PID:4023: is a virtual subdevice
[    28.172] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-3/1-3:1.1/0003:046D:C534.0002/0003:046D:4023.0006/input/input33/event13"
[    28.172] (II) XINPUT: Adding extended input device "Logitech Wireless Keyboard PID:4023" (type: KEYBOARD, id 14)
[    28.172] (**) Option "xkb_model" "105"
[    28.172] (**) Option "xkb_layout" "be"
[    28.172] (**) Option "xkb_variant" "nodeadkeys"
[    28.172] (**) Option "xkb_options" "caps:none, terminate:ctrl_alt_bksp"
[    30.070] (II) modeset(0): Disabling kernel dirty updates, not required.
[    42.316] (II) event1  - Power Button: device removed
[    42.352] (II) event0  - Power Button: device removed
[    42.379] (II) event14 - Logitech Wireless Mouse PID:4038: device removed
[    42.432] (II) event17 - Cooler Master Technology Inc. AMD SR4 lamplight Control: device removed
[    42.459] (II) event18 - Cooler Master Technology Inc. AMD SR4 lamplight Control System Control: device removed
[    42.486] (II) event19 - Cooler Master Technology Inc. AMD SR4 lamplight Control Consumer Control: device removed
[    42.512] (II) event2  - Eee PC WMI hotkeys: device removed
[    42.539] (II) event13 - Logitech Wireless Keyboard PID:4023: device removed

Offline

#14 2021-03-21 15:16:05

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

Re: [SOLVED] Error with backtrace when running startx on amdgpu machine

[    27.720] (EE) modeset(0): eglGetDisplay() failed
[    27.724] (EE) modeset(0): glamor initialization failed
…
[    27.732] (II) AIGLX: Screen 0 is not DRI2 capable
[    27.745] (II) IGLX: Loaded and initialized swrast
[    27.745] (II) GLX: Initialized DRISWRAST GL provider for screen 0

Still not good sad
(Also why "some games can't start now", it's not because of the modesetting driver)

Let's see how the lts kernel performs.

Offline

#15 2021-03-21 15:53:26

pagopow652
Member
Registered: 2021-03-21
Posts: 11

Re: [SOLVED] Error with backtrace when running startx on amdgpu machine

I tried these combinations:
- linux 5.11.7 with xf86-video amdgpu: no x
- linux 5.11.2 with xf86-video amdgpu: no x
- linux-lts 5.10.24-1 with xf86-video amdgpu: no x
- linux-lts 5.10.24-1 without xf86-video amdgpu: black sddm and when running startx I get my desktop, but with errors when starting a game

uname -a (linux-lts 5.10.24-1 without xf86-video amdgpu):

Linux desktop 5.10.24-1-lts #1 SMP Wed, 17 Mar 2021 16:53:52 +0000 x86_64 GNU/Linux

/var/log/Xorg.0.log (linux-lts 5.10.24-1 without xf86-video amdgpu):

[    14.971] (--) Log file renamed from "/var/log/Xorg.pid-910.log" to "/var/log/Xorg.0.log"
[    14.973] 
X.Org X Server 1.20.10
X Protocol Version 11, Revision 0
[    14.973] Build Operating System: Linux Arch Linux
[    14.973] Current Operating System: Linux tinus 5.10.24-1-lts #1 SMP Wed, 17 Mar 2021 16:53:52 +0000 x86_64
[    14.973] Kernel command line: ro root=/dev/disk/by-label/ssd-base initrd=boot\initramfs-linux-lts.img
[    14.973] Build Date: 14 December 2020  12:10:29PM
[    14.973]  
[    14.973] Current version of pixman: 0.40.0
[    14.973]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    14.973] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    14.973] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Mar 21 15:41:05 2021
[    14.975] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    14.975] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    14.976] (==) No Layout section.  Using the first Screen section.
[    14.976] (==) No screen section available. Using defaults.
[    14.976] (**) |-->Screen "Default Screen Section" (0)
[    14.976] (**) |   |-->Monitor "<default monitor>"
[    14.976] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[    14.976] (==) Automatically adding devices
[    14.976] (==) Automatically enabling devices
[    14.976] (==) Automatically adding GPU devices
[    14.976] (==) Automatically binding GPU devices
[    14.976] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    14.978] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    14.978]    Entry deleted from font path.
[    14.978] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    14.978]    Entry deleted from font path.
[    14.978] (==) FontPath set to:
        /usr/share/fonts/misc,
        /usr/share/fonts/TTF,
        /usr/share/fonts/OTF,
        /usr/share/fonts/Type1
[    14.978] (==) ModulePath set to "/usr/lib/xorg/modules"
[    14.978] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[    14.978] (II) Module ABI versions:
[    14.978]    X.Org ANSI C Emulation: 0.4
[    14.978]    X.Org Video Driver: 24.1
[    14.978]    X.Org XInput driver : 24.1
[    14.978]    X.Org Server Extension : 10.0
[    14.978] (++) using VT number 1

[    14.978] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    14.978] (II) xfree86: Adding drm device (/dev/dri/card0)
[    14.993] (--) PCI:*(11@0:0:0) 1002:7340:1458:231a rev 197, Mem @ 0xe0000000/268435456, 0xf0000000/2097152, 0xfcb00000/524288, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[    14.993] (II) Open ACPI successful (/var/run/acpid.socket)
[    14.993] (II) LoadModule: "glx"
[    14.994] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    15.069] (II) Module glx: vendor="X.Org Foundation"
[    15.069]    compiled for 1.20.10, module version = 1.0.0
[    15.069]    ABI class: X.Org Server Extension, version 10.0
[    15.069] (==) Matched ati as autoconfigured driver 0
[    15.069] (==) Matched modesetting as autoconfigured driver 1
[    15.069] (==) Matched fbdev as autoconfigured driver 2
[    15.069] (==) Matched vesa as autoconfigured driver 3
[    15.069] (==) Assigned the driver to the xf86ConfigLayout
[    15.069] (II) LoadModule: "ati"
[    15.071] (WW) Warning, couldn't open module ati
[    15.071] (EE) Failed to load module "ati" (module does not exist, 0)
[    15.071] (II) LoadModule: "modesetting"
[    15.071] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    15.073] (II) Module modesetting: vendor="X.Org Foundation"
[    15.073]    compiled for 1.20.10, module version = 1.20.10
[    15.073]    Module class: X.Org Video Driver
[    15.073]    ABI class: X.Org Video Driver, version 24.1
[    15.073] (II) LoadModule: "fbdev"
[    15.073] (WW) Warning, couldn't open module fbdev
[    15.073] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    15.073] (II) LoadModule: "vesa"
[    15.073] (WW) Warning, couldn't open module vesa
[    15.073] (EE) Failed to load module "vesa" (module does not exist, 0)
[    15.073] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    15.089] (II) modeset(0): using drv /dev/dri/card0
[    15.091] (II) modeset(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[    15.091] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    15.091] (==) modeset(0): RGB weight 888
[    15.091] (==) modeset(0): Default visual is TrueColor
[    15.091] (II) Loading sub module "glamoregl"
[    15.091] (II) LoadModule: "glamoregl"
[    15.091] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    15.096] (II) Module glamoregl: vendor="X.Org Foundation"
[    15.096]    compiled for 1.20.10, module version = 1.0.1
[    15.096]    ABI class: X.Org ANSI C Emulation, version 0.4
[    15.265] (EE) modeset(0): eglGetDisplay() failed
[    15.268] (EE) modeset(0): glamor initialization failed
[    15.268] (II) modeset(0): ShadowFB: preferred YES, enabled YES
[    15.268] (II) modeset(0): Double-buffered shadow updates: off
[    15.268] (II) modeset(0): Output DP-1 has no monitor section
[    15.268] (II) modeset(0): Output DP-2 has no monitor section
[    15.269] (II) modeset(0): Output DP-3 has no monitor section
[    15.269] (II) modeset(0): Output HDMI-1 has no monitor section
[    15.270] (II) modeset(0): EDID for output DP-1
[    15.270] (II) modeset(0): EDID for output DP-2
[    15.270] (II) modeset(0): EDID for output DP-3
[    15.270] (II) modeset(0): EDID for output HDMI-1
[    15.270] (II) modeset(0): Manufacturer: MEI  Model: a0c9  Serial#: 16843009
[    15.270] (II) modeset(0): Year: 2011  Week: 0
[    15.270] (II) modeset(0): EDID Version: 1.3
[    15.270] (II) modeset(0): Digital Display Input
[    15.270] (II) modeset(0): Indeterminate output size
[    15.270] (II) modeset(0): Gamma: 2.20
[    15.270] (II) modeset(0): No DPMS capabilities specified
[    15.270] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    15.270] (II) modeset(0): First detailed timing is preferred mode
[    15.270] (II) modeset(0): redX: 0.640 redY: 0.345   greenX: 0.291 greenY: 0.635
[    15.270] (II) modeset(0): blueX: 0.163 blueY: 0.093   whiteX: 0.288 whiteY: 0.296
[    15.270] (II) modeset(0): Manufacturer's mask: 0
[    15.270] (II) modeset(0): Supported detailed timing:
[    15.270] (II) modeset(0): clock: 148.5 MHz   Image Size:  698 x 392 mm
[    15.270] (II) modeset(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[    15.270] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    15.270] (II) modeset(0): Supported detailed timing:
[    15.270] (II) modeset(0): clock: 148.5 MHz   Image Size:  698 x 392 mm
[    15.270] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    15.270] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    15.270] (II) modeset(0): Monitor name: Panasonic-TV
[    15.270] (II) modeset(0): Ranges: V min: 23 V max: 61 Hz, H min: 15 H max: 68 kHz, PixClock max 155 MHz
[    15.270] (II) modeset(0): Supported detailed timing:
[    15.270] (II) modeset(0): clock: 74.2 MHz   Image Size:  698 x 392 mm
[    15.270] (II) modeset(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[    15.270] (II) modeset(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[    15.270] (II) modeset(0): Supported detailed timing:
[    15.270] (II) modeset(0): clock: 74.2 MHz   Image Size:  698 x 392 mm
[    15.270] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    15.270] (II) modeset(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[    15.270] (II) modeset(0): Supported detailed timing:
[    15.270] (II) modeset(0): clock: 74.2 MHz   Image Size:  698 x 392 mm
[    15.270] (II) modeset(0): h_active: 1280  h_sync: 1720  h_sync_end 1760 h_blank_end 1980 h_border: 0
[    15.270] (II) modeset(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[    15.270] (II) modeset(0): Supported detailed timing:
[    15.270] (II) modeset(0): clock: 74.2 MHz   Image Size:  698 x 392 mm
[    15.270] (II) modeset(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[    15.270] (II) modeset(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[    15.270] (II) modeset(0): Number of EDID sections to follow: 1
[    15.270] (II) modeset(0): EDID (in hex):
[    15.270] (II) modeset(0):   00ffffffffffff0034a9c9a001010101
[    15.270] (II) modeset(0):   00150103800000780adaffa3584aa229
[    15.270] (II) modeset(0):   17494b00000001010101010101010101
[    15.270] (II) modeset(0):   010101010101023a80d072382d40102c
[    15.270] (II) modeset(0):   4580ba882100001e023a801871382d40
[    15.270] (II) modeset(0):   582c4500ba882100001e000000fc0050
[    15.270] (II) modeset(0):   616e61736f6e69632d54560a000000fd
[    15.270] (II) modeset(0):   00173d0f440f000a20202020202001ad
[    15.270] (II) modeset(0):   02033672509f90140520130412031102
[    15.270] (II) modeset(0):   16071506012309070178030c001000b8
[    15.270] (II) modeset(0):   262fc00a8149fffc0616080018000000
[    15.270] (II) modeset(0):   0000e3051f01011d80d0721c1620102c
[    15.270] (II) modeset(0):   2580ba882100009e011d8018711c1620
[    15.270] (II) modeset(0):   582c2500ba882100009e011d00bc52d0
[    15.270] (II) modeset(0):   1e20b8285540ba882100001e011d0072
[    15.270] (II) modeset(0):   51d01e206e285500ba882100001e00b6
[    15.270] (--) modeset(0): HDMI max TMDS frequency 190000KHz
[    15.270] (II) modeset(0): Not using default mode "1440x810" (bad mode clock/interlace/doublescan)
[    15.270] (II) modeset(0): Not using default mode "1600x900" (bad mode clock/interlace/doublescan)
[    15.270] (II) modeset(0): Printing probed modes for output HDMI-1
[    15.270] (II) modeset(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz eP)
[    15.270] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[    15.270] (II) modeset(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[    15.270] (II) modeset(0): Modeline "1920x1080"x24.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[    15.270] (II) modeset(0): Modeline "1920x1080"x24.0   74.18  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[    15.270] (II) modeset(0): Modeline "1680x1050"x50.0  148.50  1680 2448 2492 2640  1050 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    15.270] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    15.270] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    15.270] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    15.270] (II) modeset(0): Modeline "1600x900"x59.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    15.270] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    15.271] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    15.271] (II) modeset(0): Modeline "1280x1024"x50.0  148.50  1280 2448 2492 2640  1024 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    15.271] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    15.271] (II) modeset(0): Modeline "1440x900"x50.0  148.50  1440 2448 2492 2640  900 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    15.271] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    15.271] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    15.271] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    15.271] (II) modeset(0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    15.271] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    15.271] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    15.271] (II) modeset(0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    15.271] (II) modeset(0): Modeline "1280x800"x50.0  148.50  1280 2448 2492 2640  800 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    15.271] (II) modeset(0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    15.271] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    15.271] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    15.271] (II) modeset(0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    15.271] (II) modeset(0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    15.271] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    15.271] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    15.271] (II) modeset(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    15.271] (II) modeset(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    15.271] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    15.271] (II) modeset(0): Modeline "1024x768"x50.0  148.50  1024 2448 2492 2640  768 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    15.271] (II) modeset(0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    15.271] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    15.271] (II) modeset(0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    15.271] (II) modeset(0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    15.271] (II) modeset(0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    15.271] (II) modeset(0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    15.271] (II) modeset(0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    15.271] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    15.271] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    15.271] (II) modeset(0): Modeline "960x600"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    15.271] (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    15.271] (II) modeset(0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    15.271] (II) modeset(0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    15.271] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    15.271] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    15.271] (II) modeset(0): Modeline "800x600"x50.0  148.50  800 2448 2492 2640  600 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    15.271] (II) modeset(0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    15.271] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    15.271] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    15.271] (II) modeset(0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    15.271] (II) modeset(0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    15.271] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    15.271] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    15.271] (II) modeset(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    15.271] (II) modeset(0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    15.271] (II) modeset(0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    15.271] (II) modeset(0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    15.271] (II) modeset(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    15.271] (II) modeset(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    15.271] (II) modeset(0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    15.271] (II) modeset(0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    15.271] (II) modeset(0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    15.271] (II) modeset(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    15.271] (II) modeset(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    15.271] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    15.271] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    15.271] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    15.271] (II) modeset(0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    15.271] (II) modeset(0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    15.271] (II) modeset(0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    15.271] (II) modeset(0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    15.271] (II) modeset(0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    15.271] (II) modeset(0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    15.271] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    15.271] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    15.271] (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    15.271] (II) modeset(0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    15.271] (II) modeset(0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    15.271] (II) modeset(0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    15.271] (II) modeset(0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    15.271] (II) modeset(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    15.271] (II) modeset(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    15.271] (II) modeset(0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    15.271] (II) modeset(0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    15.271] (II) modeset(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    15.271] (II) modeset(0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    15.271] (II) modeset(0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    15.271] (II) modeset(0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    15.271] (II) modeset(0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    15.271] (II) modeset(0): Output DP-1 disconnected
[    15.271] (II) modeset(0): Output DP-2 disconnected
[    15.271] (II) modeset(0): Output DP-3 disconnected
[    15.271] (II) modeset(0): Output HDMI-1 connected
[    15.271] (II) modeset(0): Using exact sizes for initial modes
[    15.271] (II) modeset(0): Output HDMI-1 using initial mode 1920x1080 +0+0
[    15.271] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    15.271] (==) modeset(0): DPI set to (96, 96)
[    15.271] (II) Loading sub module "fb"
[    15.271] (II) LoadModule: "fb"
[    15.271] (II) Loading /usr/lib/xorg/modules/libfb.so
[    15.272] (II) Module fb: vendor="X.Org Foundation"
[    15.272]    compiled for 1.20.10, module version = 1.0.0
[    15.272]    ABI class: X.Org ANSI C Emulation, version 0.4
[    15.272] (II) Loading sub module "shadow"
[    15.272] (II) LoadModule: "shadow"
[    15.272] (II) Loading /usr/lib/xorg/modules/libshadow.so
[    15.272] (II) Module shadow: vendor="X.Org Foundation"
[    15.272]    compiled for 1.20.10, module version = 1.1.0
[    15.272]    ABI class: X.Org ANSI C Emulation, version 0.4
[    15.273] (==) modeset(0): Backing store enabled
[    15.273] (==) modeset(0): Silken mouse disabled
[    15.274] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    15.274] (==) modeset(0): DPMS enabled
[    15.274] (II) Initializing extension Generic Event Extension
[    15.274] (II) Initializing extension SHAPE
[    15.275] (II) Initializing extension MIT-SHM
[    15.275] (II) Initializing extension XInputExtension
[    15.276] (II) Initializing extension XTEST
[    15.276] (II) Initializing extension BIG-REQUESTS
[    15.276] (II) Initializing extension SYNC
[    15.276] (II) Initializing extension XKEYBOARD
[    15.276] (II) Initializing extension XC-MISC
[    15.276] (II) Initializing extension SECURITY
[    15.276] (II) Initializing extension XFIXES
[    15.277] (II) Initializing extension RENDER
[    15.277] (II) Initializing extension RANDR
[    15.277] (II) Initializing extension COMPOSITE
[    15.277] (II) Initializing extension DAMAGE
[    15.277] (II) Initializing extension MIT-SCREEN-SAVER
[    15.277] (II) Initializing extension DOUBLE-BUFFER
[    15.277] (II) Initializing extension RECORD
[    15.277] (II) Initializing extension DPMS
[    15.277] (II) Initializing extension Present
[    15.278] (II) Initializing extension DRI3
[    15.278] (II) Initializing extension X-Resource
[    15.278] (II) Initializing extension XVideo
[    15.278] (II) Initializing extension XVideo-MotionCompensation
[    15.278] (II) Initializing extension GLX
[    15.278] (II) AIGLX: Screen 0 is not DRI2 capable
[    15.293] (II) IGLX: Loaded and initialized swrast
[    15.293] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    15.293] (II) Initializing extension XFree86-VidModeExtension
[    15.293] (II) Initializing extension XFree86-DGA
[    15.293] (II) Initializing extension XFree86-DRI
[    15.293] (II) Initializing extension DRI2
[    15.293] (II) modeset(0): Damage tracking initialized
[    15.293] (II) modeset(0): Setting screen physical size to 508 x 285
[    15.330] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    15.330] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    15.330] (**) Power Button: Applying InputClass "system-keyboard"
[    15.330] (II) LoadModule: "libinput"
[    15.330] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    15.333] (II) Module libinput: vendor="X.Org Foundation"
[    15.333]    compiled for 1.20.8, module version = 0.30.0
[    15.333]    Module class: X.Org XInput Driver
[    15.333]    ABI class: X.Org XInput driver, version 24.1
[    15.333] (II) Using input driver 'libinput' for 'Power Button'
[    15.333] (**) Power Button: always reports core events
[    15.333] (**) Option "Device" "/dev/input/event1"
[    15.333] (**) Option "_source" "server/udev"
[    15.337] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    15.337] (II) event1  - Power Button: device is a keyboard
[    15.338] (II) event1  - Power Button: device removed
[    15.409] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[    15.409] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    15.409] (**) Option "xkb_model" "105"
[    15.409] (**) Option "xkb_layout" "be"
[    15.409] (**) Option "xkb_variant" "nodeadkeys"
[    15.409] (**) Option "xkb_options" "caps:none, terminate:ctrl_alt_bksp"
[    15.420] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    15.420] (II) event1  - Power Button: device is a keyboard
[    15.420] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    15.420] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    15.420] (**) Power Button: Applying InputClass "system-keyboard"
[    15.420] (II) Using input driver 'libinput' for 'Power Button'
[    15.420] (**) Power Button: always reports core events
[    15.420] (**) Option "Device" "/dev/input/event0"
[    15.420] (**) Option "_source" "server/udev"
[    15.420] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    15.420] (II) event0  - Power Button: device is a keyboard
[    15.420] (II) event0  - Power Button: device removed
[    15.549] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    15.549] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    15.549] (**) Option "xkb_model" "105"
[    15.549] (**) Option "xkb_layout" "be"
[    15.549] (**) Option "xkb_variant" "nodeadkeys"
[    15.549] (**) Option "xkb_options" "caps:none, terminate:ctrl_alt_bksp"
[    15.549] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    15.549] (II) event0  - Power Button: device is a keyboard
[    15.550] (II) config/udev: Adding input device Logitech Wireless Keyboard PID:4023 (/dev/input/event13)
[    15.550] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "libinput keyboard catchall"
[    15.550] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "system-keyboard"
[    15.550] (II) Using input driver 'libinput' for 'Logitech Wireless Keyboard PID:4023'
[    15.550] (**) Logitech Wireless Keyboard PID:4023: always reports core events
[    15.550] (**) Option "Device" "/dev/input/event13"
[    15.550] (**) Option "_source" "server/udev"
[    15.550] (II) event13 - Logitech Wireless Keyboard PID:4023: is tagged by udev as: Keyboard
[    15.551] (II) event13 - Logitech Wireless Keyboard PID:4023: device is a keyboard
[    15.551] (II) event13 - Logitech Wireless Keyboard PID:4023: device removed
[    15.669] (II) libinput: Logitech Wireless Keyboard PID:4023: needs a virtual subdevice
[    15.669] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-3/1-3:1.1/0003:046D:C534.0002/0003:046D:4023.0006/input/input33/event13"
[    15.669] (II) XINPUT: Adding extended input device "Logitech Wireless Keyboard PID:4023" (type: MOUSE, id 8)
[    15.669] (**) Option "AccelerationScheme" "none"
[    15.669] (**) Logitech Wireless Keyboard PID:4023: (accel) selected scheme none/0
[    15.669] (**) Logitech Wireless Keyboard PID:4023: (accel) acceleration factor: 2.000
[    15.669] (**) Logitech Wireless Keyboard PID:4023: (accel) acceleration threshold: 4
[    15.670] (II) event13 - Logitech Wireless Keyboard PID:4023: is tagged by udev as: Keyboard
[    15.670] (II) event13 - Logitech Wireless Keyboard PID:4023: device is a keyboard
[    15.670] (II) config/udev: Adding input device Logitech Wireless Mouse PID:4038 (/dev/input/event14)
[    15.670] (**) Logitech Wireless Mouse PID:4038: Applying InputClass "libinput pointer catchall"
[    15.670] (II) Using input driver 'libinput' for 'Logitech Wireless Mouse PID:4038'
[    15.670] (**) Logitech Wireless Mouse PID:4038: always reports core events
[    15.670] (**) Option "Device" "/dev/input/event14"
[    15.670] (**) Option "_source" "server/udev"
[    15.671] (II) event14 - Logitech Wireless Mouse PID:4038: is tagged by udev as: Mouse
[    15.671] (II) event14 - Logitech Wireless Mouse PID:4038: device is a pointer
[    15.671] (II) event14 - Logitech Wireless Mouse PID:4038: device removed
[    15.759] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-3/1-3:1.1/0003:046D:C534.0002/0003:046D:4038.0007/input/input34/event14"
[    15.759] (II) XINPUT: Adding extended input device "Logitech Wireless Mouse PID:4038" (type: MOUSE, id 9)
[    15.759] (**) Option "AccelerationScheme" "none"
[    15.759] (**) Logitech Wireless Mouse PID:4038: (accel) selected scheme none/0
[    15.759] (**) Logitech Wireless Mouse PID:4038: (accel) acceleration factor: 2.000
[    15.759] (**) Logitech Wireless Mouse PID:4038: (accel) acceleration threshold: 4
[    15.760] (II) event14 - Logitech Wireless Mouse PID:4038: is tagged by udev as: Mouse
[    15.760] (II) event14 - Logitech Wireless Mouse PID:4038: device is a pointer
[    15.760] (II) config/udev: Adding input device Logitech Wireless Mouse PID:4038 (/dev/input/mouse0)
[    15.760] (II) No input driver specified, ignoring this device.
[    15.760] (II) This device may have been added with another device file.
[    15.761] (II) config/udev: Adding input device Cooler Master Technology Inc. AMD SR4 lamplight Control (/dev/input/event17)
[    15.761] (**) Cooler Master Technology Inc. AMD SR4 lamplight Control: Applying InputClass "libinput keyboard catchall"
[    15.761] (**) Cooler Master Technology Inc. AMD SR4 lamplight Control: Applying InputClass "system-keyboard"
[    15.761] (II) Using input driver 'libinput' for 'Cooler Master Technology Inc. AMD SR4 lamplight Control'
[    15.761] (**) Cooler Master Technology Inc. AMD SR4 lamplight Control: always reports core events
[    15.761] (**) Option "Device" "/dev/input/event17"
[    15.761] (**) Option "_source" "server/udev"
[    15.761] (II) event17 - Cooler Master Technology Inc. AMD SR4 lamplight Control: is tagged by udev as: Keyboard
[    15.761] (II) event17 - Cooler Master Technology Inc. AMD SR4 lamplight Control: device is a keyboard
[    15.761] (II) event17 - Cooler Master Technology Inc. AMD SR4 lamplight Control: device removed
[    15.789] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-8/1-8:1.0/0003:2516:0051.0003/input/input19/event17"
[    15.789] (II) XINPUT: Adding extended input device "Cooler Master Technology Inc. AMD SR4 lamplight Control" (type: KEYBOARD, id 10)
[    15.789] (**) Option "xkb_model" "105"
[    15.789] (**) Option "xkb_layout" "be"
[    15.789] (**) Option "xkb_variant" "nodeadkeys"
[    15.789] (**) Option "xkb_options" "caps:none, terminate:ctrl_alt_bksp"
[    15.790] (II) event17 - Cooler Master Technology Inc. AMD SR4 lamplight Control: is tagged by udev as: Keyboard
[    15.790] (II) event17 - Cooler Master Technology Inc. AMD SR4 lamplight Control: device is a keyboard
[    15.790] (II) config/udev: Adding input device Cooler Master Technology Inc. AMD SR4 lamplight Control System Control (/dev/input/event18)
[    15.790] (**) Cooler Master Technology Inc. AMD SR4 lamplight Control System Control: Applying InputClass "libinput keyboard catchall"
[    15.790] (**) Cooler Master Technology Inc. AMD SR4 lamplight Control System Control: Applying InputClass "system-keyboard"
[    15.790] (II) Using input driver 'libinput' for 'Cooler Master Technology Inc. AMD SR4 lamplight Control System Control'
[    15.790] (**) Cooler Master Technology Inc. AMD SR4 lamplight Control System Control: always reports core events
[    15.790] (**) Option "Device" "/dev/input/event18"
[    15.790] (**) Option "_source" "server/udev"
[    15.791] (II) event18 - Cooler Master Technology Inc. AMD SR4 lamplight Control System Control: is tagged by udev as: Keyboard
[    15.791] (II) event18 - Cooler Master Technology Inc. AMD SR4 lamplight Control System Control: device is a keyboard
[    15.791] (II) event18 - Cooler Master Technology Inc. AMD SR4 lamplight Control System Control: device removed
[    15.829] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-8/1-8:1.2/0003:2516:0051.0005/input/input20/event18"
[    15.829] (II) XINPUT: Adding extended input device "Cooler Master Technology Inc. AMD SR4 lamplight Control System Control" (type: KEYBOARD, id 11)
[    15.829] (**) Option "xkb_model" "105"
[    15.829] (**) Option "xkb_layout" "be"
[    15.829] (**) Option "xkb_variant" "nodeadkeys"
[    15.829] (**) Option "xkb_options" "caps:none, terminate:ctrl_alt_bksp"
[    15.830] (II) event18 - Cooler Master Technology Inc. AMD SR4 lamplight Control System Control: is tagged by udev as: Keyboard
[    15.830] (II) event18 - Cooler Master Technology Inc. AMD SR4 lamplight Control System Control: device is a keyboard
[    15.830] (II) config/udev: Adding input device Cooler Master Technology Inc. AMD SR4 lamplight Control Consumer Control (/dev/input/event19)
[    15.830] (**) Cooler Master Technology Inc. AMD SR4 lamplight Control Consumer Control: Applying InputClass "libinput keyboard catchall"
[    15.830] (**) Cooler Master Technology Inc. AMD SR4 lamplight Control Consumer Control: Applying InputClass "system-keyboard"
[    15.830] (II) Using input driver 'libinput' for 'Cooler Master Technology Inc. AMD SR4 lamplight Control Consumer Control'
[    15.830] (**) Cooler Master Technology Inc. AMD SR4 lamplight Control Consumer Control: always reports core events
[    15.830] (**) Option "Device" "/dev/input/event19"
[    15.830] (**) Option "_source" "server/udev"
[    15.831] (II) event19 - Cooler Master Technology Inc. AMD SR4 lamplight Control Consumer Control: is tagged by udev as: Keyboard
[    15.831] (II) event19 - Cooler Master Technology Inc. AMD SR4 lamplight Control Consumer Control: device is a keyboard
[    15.831] (II) event19 - Cooler Master Technology Inc. AMD SR4 lamplight Control Consumer Control: device removed
[    15.869] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-8/1-8:1.2/0003:2516:0051.0005/input/input21/event19"
[    15.869] (II) XINPUT: Adding extended input device "Cooler Master Technology Inc. AMD SR4 lamplight Control Consumer Control" (type: KEYBOARD, id 12)
[    15.869] (**) Option "xkb_model" "105"
[    15.869] (**) Option "xkb_layout" "be"
[    15.869] (**) Option "xkb_variant" "nodeadkeys"
[    15.869] (**) Option "xkb_options" "caps:none, terminate:ctrl_alt_bksp"
[    15.870] (II) event19 - Cooler Master Technology Inc. AMD SR4 lamplight Control Consumer Control: is tagged by udev as: Keyboard
[    15.870] (II) event19 - Cooler Master Technology Inc. AMD SR4 lamplight Control Consumer Control: device is a keyboard
[    15.870] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event3)
[    15.870] (II) No input driver specified, ignoring this device.
[    15.870] (II) This device may have been added with another device file.
[    15.871] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event4)
[    15.871] (II) No input driver specified, ignoring this device.
[    15.871] (II) This device may have been added with another device file.
[    15.871] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event5)
[    15.871] (II) No input driver specified, ignoring this device.
[    15.871] (II) This device may have been added with another device file.
[    15.871] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event6)
[    15.871] (II) No input driver specified, ignoring this device.
[    15.871] (II) This device may have been added with another device file.
[    15.871] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=10 (/dev/input/event7)
[    15.871] (II) No input driver specified, ignoring this device.
[    15.871] (II) This device may have been added with another device file.
[    15.871] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event10)
[    15.871] (II) No input driver specified, ignoring this device.
[    15.871] (II) This device may have been added with another device file.
[    15.871] (II) config/udev: Adding input device HD-Audio Generic Line Out (/dev/input/event11)
[    15.871] (II) No input driver specified, ignoring this device.
[    15.871] (II) This device may have been added with another device file.
[    15.872] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event12)
[    15.872] (II) No input driver specified, ignoring this device.
[    15.872] (II) This device may have been added with another device file.
[    15.872] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event8)
[    15.872] (II) No input driver specified, ignoring this device.
[    15.872] (II) This device may have been added with another device file.
[    15.872] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event9)
[    15.872] (II) No input driver specified, ignoring this device.
[    15.872] (II) This device may have been added with another device file.
[    15.872] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event2)
[    15.872] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    15.872] (**) Eee PC WMI hotkeys: Applying InputClass "system-keyboard"
[    15.872] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[    15.872] (**) Eee PC WMI hotkeys: always reports core events
[    15.872] (**) Option "Device" "/dev/input/event2"
[    15.872] (**) Option "_source" "server/udev"
[    15.872] (II) event2  - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[    15.873] (II) event2  - Eee PC WMI hotkeys: device is a keyboard
[    15.873] (II) event2  - Eee PC WMI hotkeys: device removed
[    15.959] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input2/event2"
[    15.959] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 13)
[    15.959] (**) Option "xkb_model" "105"
[    15.959] (**) Option "xkb_layout" "be"
[    15.959] (**) Option "xkb_variant" "nodeadkeys"
[    15.959] (**) Option "xkb_options" "caps:none, terminate:ctrl_alt_bksp"
[    15.959] (II) event2  - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[    15.959] (II) event2  - Eee PC WMI hotkeys: device is a keyboard
[    15.962] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "libinput keyboard catchall"
[    15.962] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "system-keyboard"
[    15.962] (II) Using input driver 'libinput' for 'Logitech Wireless Keyboard PID:4023'
[    15.962] (**) Logitech Wireless Keyboard PID:4023: always reports core events
[    15.962] (**) Option "Device" "/dev/input/event13"
[    15.962] (**) Option "_source" "_driver/libinput"
[    15.962] (II) libinput: Logitech Wireless Keyboard PID:4023: is a virtual subdevice
[    15.962] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-3/1-3:1.1/0003:046D:C534.0002/0003:046D:4023.0006/input/input33/event13"
[    15.962] (II) XINPUT: Adding extended input device "Logitech Wireless Keyboard PID:4023" (type: KEYBOARD, id 14)
[    15.962] (**) Option "xkb_model" "105"
[    15.962] (**) Option "xkb_layout" "be"
[    15.962] (**) Option "xkb_variant" "nodeadkeys"
[    15.962] (**) Option "xkb_options" "caps:none, terminate:ctrl_alt_bksp"
[    17.973] (II) modeset(0): Disabling kernel dirty updates, not required.
[    23.847] (II) event1  - Power Button: device removed
[    23.879] (II) event0  - Power Button: device removed
[    23.919] (II) event14 - Logitech Wireless Mouse PID:4038: device removed
[    23.979] (II) event17 - Cooler Master Technology Inc. AMD SR4 lamplight Control: device removed
[    24.009] (II) event18 - Cooler Master Technology Inc. AMD SR4 lamplight Control System Control: device removed
[    24.039] (II) event19 - Cooler Master Technology Inc. AMD SR4 lamplight Control Consumer Control: device removed
[    24.069] (II) event2  - Eee PC WMI hotkeys: device removed
[    24.099] (II) event13 - Logitech Wireless Keyboard PID:4023: device removed

Offline

#16 2021-03-21 17:07:20

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

Re: [SOLVED] Error with backtrace when running startx on amdgpu machine

You're still on swrast…

grummelbrummelgrummelbrummelgrummelbrummelgrummelbrummelgrummelbrummel

LC_ALL=C pacman -Qkk | grep -v ', 0 altered files'

Offline

#17 2021-03-21 18:33:31

pagopow652
Member
Registered: 2021-03-21
Posts: 11

Re: [SOLVED] Error with backtrace when running startx on amdgpu machine

warning: audit: /var/log/audit (Permissions mismatch)
audit: 192 total files, 1 altered file
warning: filesystem: /etc/gshadow (Permissions mismatch)
warning: filesystem: /etc/shadow (Permissions mismatch)
backup file: filesystem: /etc/fstab (Modification time mismatch)
backup file: filesystem: /etc/fstab (Size mismatch)
backup file: filesystem: /etc/group (Modification time mismatch)
backup file: filesystem: /etc/group (Size mismatch)
backup file: filesystem: /etc/gshadow (Modification time mismatch)
backup file: filesystem: /etc/gshadow (Size mismatch)
backup file: filesystem: /etc/hosts (Modification time mismatch)
backup file: filesystem: /etc/hosts (Size mismatch)
backup file: filesystem: /etc/passwd (Modification time mismatch)
backup file: filesystem: /etc/passwd (Size mismatch)
backup file: filesystem: /etc/resolv.conf (Modification time mismatch)
backup file: filesystem: /etc/resolv.conf (Size mismatch)
backup file: filesystem: /etc/shadow (Modification time mismatch)
backup file: filesystem: /etc/shadow (Size mismatch)
filesystem: 118 total files, 2 altered files
backup file: glibc: /etc/locale.gen (Modification time mismatch)
backup file: glibc: /etc/locale.gen (Size mismatch)
backup file: grub: /etc/default/grub (Modification time mismatch)
backup file: grub: /etc/default/grub (Size mismatch)
backup file: grub: /etc/grub.d/40_custom (Modification time mismatch)
backup file: grub: /etc/grub.d/40_custom (Size mismatch)
warning: java-runtime-common: /usr/lib/jvm/default (Symlink path mismatch)
warning: java-runtime-common: /usr/lib/jvm/default (Modification time mismatch)
warning: java-runtime-common: /usr/lib/jvm/default-runtime (Symlink path mismatch)
warning: java-runtime-common: /usr/lib/jvm/default-runtime (Modification time mismatch)
backup file: hosts-update: /etc/hosts.local (Modification time mismatch)
backup file: hosts-update: /etc/hosts.local (Size mismatch)
java-runtime-common: 21 total files, 2 altered files
warning: linux: /usr/lib/modules/5.11.7-arch1-1/modules.alias (Modification time mismatch)
warning: linux: /usr/lib/modules/5.11.7-arch1-1/modules.alias (Size mismatch)
warning: linux: /usr/lib/modules/5.11.7-arch1-1/modules.alias.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/5.11.7-arch1-1/modules.alias.bin (Size mismatch)
warning: linux: /usr/lib/modules/5.11.7-arch1-1/modules.builtin.alias.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/5.11.7-arch1-1/modules.builtin.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/5.11.7-arch1-1/modules.dep (Modification time mismatch)
warning: linux: /usr/lib/modules/5.11.7-arch1-1/modules.dep (Size mismatch)
warning: linux: /usr/lib/modules/5.11.7-arch1-1/modules.dep.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/5.11.7-arch1-1/modules.dep.bin (Size mismatch)
warning: linux: /usr/lib/modules/5.11.7-arch1-1/modules.devname (Modification time mismatch)
warning: linux: /usr/lib/modules/5.11.7-arch1-1/modules.softdep (Modification time mismatch)
warning: linux: /usr/lib/modules/5.11.7-arch1-1/modules.symbols (Modification time mismatch)
warning: linux: /usr/lib/modules/5.11.7-arch1-1/modules.symbols (Size mismatch)
warning: linux: /usr/lib/modules/5.11.7-arch1-1/modules.symbols.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/5.11.7-arch1-1/modules.symbols.bin (Size mismatch)
warning: linux-lts: /usr/lib/modules/5.10.24-1-lts/modules.alias (Modification time mismatch)
warning: linux-lts: /usr/lib/modules/5.10.24-1-lts/modules.alias.bin (Modification time mismatch)
warning: linux-lts: /usr/lib/modules/5.10.24-1-lts/modules.builtin.alias.bin (Modification time mismatch)
warning: linux-lts: /usr/lib/modules/5.10.24-1-lts/modules.builtin.bin (Modification time mismatch)
warning: linux-lts: /usr/lib/modules/5.10.24-1-lts/modules.dep (Modification time mismatch)
warning: linux-lts: /usr/lib/modules/5.10.24-1-lts/modules.dep.bin (Modification time mismatch)
warning: linux-lts: /usr/lib/modules/5.10.24-1-lts/modules.devname (Modification time mismatch)
warning: linux-lts: /usr/lib/modules/5.10.24-1-lts/modules.softdep (Modification time mismatch)
warning: linux-lts: /usr/lib/modules/5.10.24-1-lts/modules.symbols (Modification time mismatch)
warning: linux-lts: /usr/lib/modules/5.10.24-1-lts/modules.symbols.bin (Modification time mismatch)
linux: 6373 total files, 10 altered files
linux-lts: 6384 total files, 10 altered files
warning: networkmanager: /etc/NetworkManager/system-connections (Permissions mismatch)
warning: nginx: /var/lib/nginx/proxy (UID mismatch)
backup file: mkinitcpio: /etc/mkinitcpio.conf (Modification time mismatch)
backup file: mkinitcpio: /etc/mkinitcpio.conf (Size mismatch)
networkmanager: 503 total files, 1 altered file
backup file: nginx: /etc/nginx/nginx.conf (Modification time mismatch)
backup file: nginx: /etc/nginx/nginx.conf (Size mismatch)
nginx: 45 total files, 1 altered file
backup file: openresolv: /etc/resolvconf.conf (Modification time mismatch)
backup file: openresolv: /etc/resolvconf.conf (Size mismatch)
backup file: pacman: /etc/pacman.conf (Modification time mismatch)
backup file: pacman: /etc/pacman.conf (Size mismatch)
backup file: pacman-mirrorlist: /etc/pacman.d/mirrorlist (Modification time mismatch)
backup file: pacman-mirrorlist: /etc/pacman.d/mirrorlist (Size mismatch)
backup file: pinentry: /usr/bin/pinentry (Modification time mismatch)
backup file: pinentry: /usr/bin/pinentry (Size mismatch)
warning: shadow: /usr/bin/newgidmap (Permissions mismatch)
warning: shadow: /usr/bin/newuidmap (Permissions mismatch)
backup file: readline: /etc/inputrc (Modification time mismatch)
backup file: readline: /etc/inputrc (Size mismatch)
backup file: sddm: /usr/share/sddm/scripts/Xsetup (Modification time mismatch)
backup file: sddm: /usr/share/sddm/scripts/Xsetup (Size mismatch)
shadow: 558 total files, 2 altered files
warning: systemd: /var/log/journal (GID mismatch)
warning: vlc: /usr/lib/vlc/plugins/plugins.dat (Modification time mismatch)
warning: vlc: /usr/lib/vlc/plugins/plugins.dat (Size mismatch)
backup file: sudo: /etc/sudoers (Modification time mismatch)
backup file: sudo: /etc/sudoers (Size mismatch)
systemd: 1839 total files, 1 altered file
vlc: 1059 total files, 1 altered file

Offline

#18 2021-03-21 20:43:03

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

Re: [SOLVED] Error with backtrace when running startx on amdgpu machine

Nope…
Do you
a) ignore any packages for updates?
b) pass any parameters to amdgpu through modprobe.conf?

Random sanity check:

ls -l /usr/lib/libEGL*

Offline

#19 2021-03-21 20:57:13

pagopow652
Member
Registered: 2021-03-21
Posts: 11

Re: [SOLVED] Error with backtrace when running startx on amdgpu machine

I don't think I ignore any packages.
/etc/pacman.conf:

:
#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives

#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir     = /
#DBPath      = /var/lib/pacman/
#CacheDir    = /var/cache/pacman/pkg/
#LogFile     = /var/log/pacman.log
#GPGDir      = /etc/pacman.d/gnupg/
#HookDir     = /etc/pacman.d/hooks/
HoldPkg     = pacman glibc
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
Architecture = auto

# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg   = 
#IgnoreGroup =

NoUpgrade   = /usr/share/config/kdm/Xsetup
#NoExtract   =

# Misc options
#UseSyslog
Color
#TotalDownload
CheckSpace
#VerbosePkgLists

# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
#SigLevel    = Required DatabaseOptional
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required

# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all official Arch Linux
# packagers with `pacman-key --populate archlinux`.

#
# REPOSITORIES
#   - can be defined here or included from another file
#   - pacman will search repositories in the order defined here
#   - local/custom mirrors can be added here or in separate files
#   - repositories listed first will take precedence when packages
#     have identical names, regardless of version number
#   - URLs will have $repo replaced by the name of the current repo
#   - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
#       [repo-name]
#       Server = ServerName
#       Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#

# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.

#[testing]
#Include = /etc/pacman.d/mirrorlist

[core]
Include = /etc/pacman.d/mirrorlist

[extra]
Include = /etc/pacman.d/mirrorlist

#[community-testing]
#Include = /etc/pacman.d/mirrorlist

[community]
Include = /etc/pacman.d/mirrorlist

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist

[multilib]
Include = /etc/pacman.d/mirrorlist

# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs

I don't have modprobe.conf:

$ locate modprobe.conf

$ cat /etc/modprobe.d/*
alias char-major-108 ppp_generic
alias wlan0 ndiswrapper
blacklist pcspkr
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel

ls -l /usr/lib/libEGL*

lrwxrwxrwx 1 root root   16 feb 23 17:19 /usr/lib/libEGL_mesa.so -> libEGL_mesa.so.0*
lrwxrwxrwx 1 root root   20 feb 23 17:19 /usr/lib/libEGL_mesa.so.0 -> libEGL_mesa.so.0.0.0*
-rwxr-xr-x 1 root root 252K feb 23 17:19 /usr/lib/libEGL_mesa.so.0.0.0*
lrwxrwxrwx 1 root root   11 jun 26  2020 /usr/lib/libEGL.so -> libEGL.so.1*
lrwxrwxrwx 1 root root   15 jun 26  2020 /usr/lib/libEGL.so.1 -> libEGL.so.1.1.0*
-rwxr-xr-x 1 root root  66K jun 26  2020 /usr/lib/libEGL.so.1.1.0*

Last edited by pagopow652 (2021-03-21 20:57:38)

Offline

#20 2021-03-21 21:19:39

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

Re: [SOLVED] Error with backtrace when running startx on amdgpu machine

Offline

#21 2021-03-21 21:36:22

pagopow652
Member
Registered: 2021-03-21
Posts: 11

Re: [SOLVED] Error with backtrace when running startx on amdgpu machine

seth wrote:
pacman -Qs '(opencl|nvidia)'

Ugh, both nvidia-340xx and nvidia-340xx-utils were still installed.
I removed these packages. Now sddm starts normally and there's no more software rendering :-D

Thanks a lot seth!


I found this in my bash history, bus I can't say that I have paid close attention to the output...

yay -R nvidia-340xx nvidia-340xx-utils nvidia-cg-toolkit lib32-nvidia-340xx-utils

Last edited by pagopow652 (2021-03-21 21:37:02)

Offline

Board footer

Powered by FluxBB