You are not logged in.

#1 2022-06-23 12:07:50

MrSister
Member
Registered: 2015-06-10
Posts: 11

[SOLVED] External monitor issues. Plasma + AMDGPU + X11

So, the other day I got a new laptop for work with the following specs

HP Omen 16 (AMD)
Ryzen 5800h with some Vega graphics
Radeon 6600m

Now I did my usual install of KDE Plasma and after booting a X11 session, things seemed to be fine. Next I went and installed xf86-video-amdgpu and on next reboot the external HDMI screen (set as primary screen) had terrible performance: laggy as hell , graphical artifacts etc BUT the laptop screen worked just fine so I set up the laptop display as primary and did some digging around the wiki and found that maybe setting the DRI to level 2 could fix stuff so I did just that by creating the following file:

cat /etc/X11/xorg.conf.d/20-amdgpu.conf
Section "Device"
     Identifier "AMD"
     Driver "amdgpu"
     Option "DRI" "2"
EndSection

After another reboot, I found that SDDM would flicker and artifact a bit while dragging the mouse cursor over the password box or other buttons but that's a small price I'm willing to pay if the actual system works as expected. I log in into a X11 session and this seems to work, the external HDMI set as primary screen works ok BUT then, after a while working the screen freezes and shows some artifacts and will not come back. While this is happening the laptop display still works perfectly and I can move via keyboard all windows to that display. Since the HDMI monitor does not come back I had to reboot.

After the reboot, the same thing happened again. So after a few freezes in the first hour of work I decided to go into a wayland session which seems to work ok save for little annoying bugs that seem to be a KDE thing but at least I get to use the system and do some actual work although I rather use X11.

Here is some more info:

Operating System: Arch Linux
KDE Plasma Version: 5.25.1
KDE Frameworks Version: 5.95.0
Qt Version: 5.15.5
Kernel Version: 5.18.5-arch1-1 (64-bit)
Graphics Platform: Wayland
Processors: 16 × AMD Ryzen 7 5800H with Radeon Graphics
Memory: 30,7 GiB of RAM
Graphics Processor: AMD RENOIR
Manufacturer: HP
Product Name: OMEN by HP Laptop 16-c0xxx
lspci | grep -e VGA -e Display
03:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi 23 [Radeon RX 6600/6600 XT/6600M] (rev c3)
09:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Cezanne (rev c5)
lspci -k | grep -B 4 amdgpu
03:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi 23 [Radeon RX 6600/6600 XT/6600M] (rev c3)
	Subsystem: Hewlett-Packard Company Device 8902
	Kernel driver in use: amdgpu
	Kernel modules: amdgpu
09:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Cezanne (rev c5)
	DeviceName:  Onboard IGD
	Subsystem: Hewlett-Packard Company Device 8902
	Kernel driver in use: amdgpu
	Kernel modules: amdgpu

A dmesg of a X11 session

[    0.000000] Linux version 5.18.5-arch1-1 (linux@archlinux) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT_DYNAMIC Thu, 16 Jun 2022 20:40:45 +0000
[    0.000000] Command line: BOOT_IMAGE=/@/boot/vmlinuz-linux root=UUID=f3718a24-0f2b-436a-b5e1-242cf4588216 rw rootflags=subvol=@ quiet resume=UUID=11c1a996-e399-425b-a986-c2721bad36a1 loglevel=3 audit=0
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 3376
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009eeffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009ef0000-0x000000000a000fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a001000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20f000-0x00000000b6af9fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b6afa000-0x00000000b6c78fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b6c79000-0x00000000b6cf6fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000b6cf7000-0x00000000b6eb0fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000b6eb1000-0x00000000bc778fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bc779000-0x00000000bc7fdfff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000bc7fe000-0x00000000bdffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000be000000-0x00000000bfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000fdffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe700000-0x00000000fe700fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc4000-0x00000000fedc9fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedcc000-0x00000000fedcefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedd5000-0x00000000fedd5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000081e2fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000081e300000-0x000000083fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi: ACPI=0xb6cf6000 ACPI 2.0=0xb6cf6014 TPMFinalLog=0xb6e66000 SMBIOS=0xbc607000 SMBIOS 3.0=0xbc606000 MEMATTR=0xb54c3698 ESRT=0xb3c3b498 
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: HP OMEN by HP Laptop 16-c0xxx/8902, BIOS F.11 09/01/2021
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3194.161 MHz processor
[    0.000127] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000129] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000134] last_pfn = 0x81e300 max_arch_pfn = 0x400000000
[    0.000394] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000610] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
[    0.000616] last_pfn = 0xbe000 max_arch_pfn = 0x400000000
[    0.003445] esrt: Reserving ESRT space from 0x00000000b3c3b498 to 0x00000000b3c3b4d0.
[    0.003450] e820: update [mem 0xb3c3b000-0xb3c3bfff] usable ==> reserved
[    0.003464] Using GB pages for direct mapping
[    0.003848] Secure boot disabled
[    0.003849] RAMDISK: [mem 0x372ad000-0x3794dfff]
[    0.003851] ACPI: Early table checksum verification disabled
[    0.003854] ACPI: RSDP 0x00000000B6CF6014 000024 (v02 HPQOEM)
[    0.003856] ACPI: XSDT 0x00000000B6CF5728 00010C (v01 HPQOEM SLIC-MPC 01072009 AMI  01000013)
[    0.003861] ACPI: FACP 0x00000000B6CE7000 000114 (v06 HPQOEM SLIC-MPC 01072009 HP   00010013)
[    0.003864] ACPI: DSDT 0x00000000B6CCC000 01A5B5 (v02 HPQOEM 8902     01072009 ACPI 20190509)
[    0.003866] ACPI: FACS 0x00000000B6E64000 000040
[    0.003867] ACPI: SSDT 0x00000000B6CED000 00723C (v02 HPQOEM 8902     00000002 ACPI 04000000)
[    0.003869] ACPI: IVRS 0x00000000B6CEC000 0001A4 (v02 HPQOEM 8902     00000001 HP   00000000)
[    0.003871] ACPI: SSDT 0x00000000B6CE8000 003A21 (v01 HPQOEM 8902     00000001 ACPI 20190509)
[    0.003872] ACPI: FIDT 0x00000000B6CCB000 00009C (v01 HPQOEM 8902     01072009 HP   00010013)
[    0.003874] ACPI: MCFG 0x00000000B6CCA000 00003C (v01 HPQOEM 8902     01072009 HP   00010013)
[    0.003875] ACPI: HPET 0x00000000B6CC9000 000038 (v01 HPQOEM 8902     01072009 HP   00000005)
[    0.003877] ACPI: VFCT 0x00000000B6CBB000 00D884 (v01 HPQOEM 8902     00000001 HP   31504F47)
[    0.003879] ACPI: SSDT 0x00000000B6CBA000 000060 (v01 HPQOEM 8902     00000001 ACPI 20190509)
[    0.003880] ACPI: TPM2 0x00000000B6CB9000 00004C (v04 HPQOEM 8902     00000001 HP   00000000)
[    0.003882] ACPI: SSDT 0x00000000B6CB3000 005354 (v02 HPQOEM 8902     00000001 ACPI 00000001)
[    0.003883] ACPI: CRAT 0x00000000B6CB2000 000EE8 (v01 HPQOEM 8902     00000001 HP   00000001)
[    0.003885] ACPI: CDIT 0x00000000B6CB1000 000029 (v01 HPQOEM 8902     00000001 HP   00000001)
[    0.003886] ACPI: SSDT 0x00000000B6CB0000 000149 (v01 HPQOEM 8902     00000001 ACPI 20190509)
[    0.003888] ACPI: SSDT 0x00000000B6CAF000 000641 (v01 HPQOEM 8902     00000001 ACPI 20190509)
[    0.003889] ACPI: SSDT 0x00000000B6CAE000 00064F (v01 HPQOEM 8902     00000001 ACPI 20190509)
[    0.003891] ACPI: SSDT 0x00000000B6CAC000 00148E (v01 HPQOEM 8902     00000001 ACPI 20190509)
[    0.003893] ACPI: SSDT 0x00000000B6CAA000 001500 (v01 HPQOEM 8902     00000001 ACPI 20190509)
[    0.003894] ACPI: SSDT 0x00000000B6CA9000 000696 (v01 HPQOEM 8902     00000001 ACPI 20190509)
[    0.003896] ACPI: SSDT 0x00000000B6CA7000 00199B (v01 HPQOEM 8902     00000001 ACPI 20190509)
[    0.003897] ACPI: SSDT 0x00000000B6CA6000 0005DE (v01 HPQOEM 8902     00000001 ACPI 20190509)
[    0.003899] ACPI: SSDT 0x00000000B6CA2000 0036E9 (v01 HPQOEM 8902     00000001 ACPI 20190509)
[    0.003900] ACPI: WSMT 0x00000000B6CA1000 000028 (v01 HPQOEM 8902     01072009 HP   00010013)
[    0.003902] ACPI: APIC 0x00000000B6CA0000 0000DE (v03 HPQOEM 8902     01072009 HP   00010013)
[    0.003903] ACPI: SSDT 0x00000000B6C9F000 00008D (v01 HPQOEM 8902     00000001 ACPI 20190509)
[    0.003905] ACPI: SSDT 0x00000000B6C9E000 0008A8 (v01 HPQOEM 8902     00000001 ACPI 20190509)
[    0.003906] ACPI: SSDT 0x00000000B6C9C000 00108C (v01 HPQOEM 8902     00000001 ACPI 20190509)
[    0.003908] ACPI: FPDT 0x00000000B6C9B000 000044 (v01 HPQOEM 8902     01072009 HP   01000013)
[    0.003909] ACPI: BGRT 0x00000000B6C9A000 000038 (v01 HPQOEM 8902     01072009 HP   00010013)
[    0.003911] ACPI: Reserving FACP table memory at [mem 0xb6ce7000-0xb6ce7113]
[    0.003912] ACPI: Reserving DSDT table memory at [mem 0xb6ccc000-0xb6ce65b4]
[    0.003912] ACPI: Reserving FACS table memory at [mem 0xb6e64000-0xb6e6403f]
[    0.003913] ACPI: Reserving SSDT table memory at [mem 0xb6ced000-0xb6cf423b]
[    0.003913] ACPI: Reserving IVRS table memory at [mem 0xb6cec000-0xb6cec1a3]
[    0.003914] ACPI: Reserving SSDT table memory at [mem 0xb6ce8000-0xb6ceba20]
[    0.003914] ACPI: Reserving FIDT table memory at [mem 0xb6ccb000-0xb6ccb09b]
[    0.003915] ACPI: Reserving MCFG table memory at [mem 0xb6cca000-0xb6cca03b]
[    0.003915] ACPI: Reserving HPET table memory at [mem 0xb6cc9000-0xb6cc9037]
[    0.003916] ACPI: Reserving VFCT table memory at [mem 0xb6cbb000-0xb6cc8883]
[    0.003916] ACPI: Reserving SSDT table memory at [mem 0xb6cba000-0xb6cba05f]
[    0.003917] ACPI: Reserving TPM2 table memory at [mem 0xb6cb9000-0xb6cb904b]
[    0.003917] ACPI: Reserving SSDT table memory at [mem 0xb6cb3000-0xb6cb8353]
[    0.003918] ACPI: Reserving CRAT table memory at [mem 0xb6cb2000-0xb6cb2ee7]
[    0.003919] ACPI: Reserving CDIT table memory at [mem 0xb6cb1000-0xb6cb1028]
[    0.003919] ACPI: Reserving SSDT table memory at [mem 0xb6cb0000-0xb6cb0148]
[    0.003920] ACPI: Reserving SSDT table memory at [mem 0xb6caf000-0xb6caf640]
[    0.003920] ACPI: Reserving SSDT table memory at [mem 0xb6cae000-0xb6cae64e]
[    0.003921] ACPI: Reserving SSDT table memory at [mem 0xb6cac000-0xb6cad48d]
[    0.003921] ACPI: Reserving SSDT table memory at [mem 0xb6caa000-0xb6cab4ff]
[    0.003922] ACPI: Reserving SSDT table memory at [mem 0xb6ca9000-0xb6ca9695]
[    0.003922] ACPI: Reserving SSDT table memory at [mem 0xb6ca7000-0xb6ca899a]
[    0.003923] ACPI: Reserving SSDT table memory at [mem 0xb6ca6000-0xb6ca65dd]
[    0.003923] ACPI: Reserving SSDT table memory at [mem 0xb6ca2000-0xb6ca56e8]
[    0.003924] ACPI: Reserving WSMT table memory at [mem 0xb6ca1000-0xb6ca1027]
[    0.003924] ACPI: Reserving APIC table memory at [mem 0xb6ca0000-0xb6ca00dd]
[    0.003925] ACPI: Reserving SSDT table memory at [mem 0xb6c9f000-0xb6c9f08c]
[    0.003925] ACPI: Reserving SSDT table memory at [mem 0xb6c9e000-0xb6c9e8a7]
[    0.003926] ACPI: Reserving SSDT table memory at [mem 0xb6c9c000-0xb6c9d08b]
[    0.003927] ACPI: Reserving FPDT table memory at [mem 0xb6c9b000-0xb6c9b043]
[    0.003927] ACPI: Reserving BGRT table memory at [mem 0xb6c9a000-0xb6c9a037]
[    0.003977] No NUMA configuration found
[    0.003977] Faking a node at [mem 0x0000000000000000-0x000000081e2fffff]
[    0.003979] NODE_DATA(0) allocated [mem 0x81e2fc000-0x81e2fffff]
[    0.004008] Zone ranges:
[    0.004009]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.004010]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.004011]   Normal   [mem 0x0000000100000000-0x000000081e2fffff]
[    0.004012]   Device   empty
[    0.004012] Movable zone start for each node
[    0.004013] Early memory node ranges
[    0.004013]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.004014]   node   0: [mem 0x0000000000100000-0x0000000009eeffff]
[    0.004015]   node   0: [mem 0x000000000a001000-0x000000000a1fffff]
[    0.004015]   node   0: [mem 0x000000000a20f000-0x00000000b6af9fff]
[    0.004016]   node   0: [mem 0x00000000bc7fe000-0x00000000bdffffff]
[    0.004016]   node   0: [mem 0x0000000100000000-0x000000081e2fffff]
[    0.004019] Initmem setup node 0 [mem 0x0000000000001000-0x000000081e2fffff]
[    0.004021] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.004032] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.004123] On node 0, zone DMA32: 273 pages in unavailable ranges
[    0.006752] On node 0, zone DMA32: 15 pages in unavailable ranges
[    0.006911] On node 0, zone DMA32: 23812 pages in unavailable ranges
[    0.037838] On node 0, zone Normal: 8192 pages in unavailable ranges
[    0.037881] On node 0, zone Normal: 7424 pages in unavailable ranges
[    0.041491] ACPI: PM-Timer IO Port: 0x808
[    0.041500] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.041515] IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
[    0.041521] IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
[    0.041522] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.041524] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.041526] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.041527] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.041538] e820: update [mem 0xb24f6000-0xb2548fff] usable ==> reserved
[    0.041548] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.041571] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.041572] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.041573] PM: hibernation: Registered nosave memory: [mem 0x09ef0000-0x0a000fff]
[    0.041574] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20efff]
[    0.041575] PM: hibernation: Registered nosave memory: [mem 0xb24f6000-0xb2548fff]
[    0.041576] PM: hibernation: Registered nosave memory: [mem 0xb3c3b000-0xb3c3bfff]
[    0.041577] PM: hibernation: Registered nosave memory: [mem 0xb6afa000-0xb6c78fff]
[    0.041578] PM: hibernation: Registered nosave memory: [mem 0xb6c79000-0xb6cf6fff]
[    0.041578] PM: hibernation: Registered nosave memory: [mem 0xb6cf7000-0xb6eb0fff]
[    0.041579] PM: hibernation: Registered nosave memory: [mem 0xb6eb1000-0xbc778fff]
[    0.041579] PM: hibernation: Registered nosave memory: [mem 0xbc779000-0xbc7fdfff]
[    0.041580] PM: hibernation: Registered nosave memory: [mem 0xbe000000-0xbfffffff]
[    0.041580] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xefffffff]
[    0.041581] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
[    0.041581] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfcffffff]
[    0.041581] PM: hibernation: Registered nosave memory: [mem 0xfd000000-0xfdffffff]
[    0.041582] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe6fffff]
[    0.041582] PM: hibernation: Registered nosave memory: [mem 0xfe700000-0xfe700fff]
[    0.041583] PM: hibernation: Registered nosave memory: [mem 0xfe701000-0xfeb7ffff]
[    0.041583] PM: hibernation: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
[    0.041583] PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[    0.041584] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.041584] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
[    0.041584] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.041585] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.041585] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.041585] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.041586] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.041586] PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc3fff]
[    0.041587] PM: hibernation: Registered nosave memory: [mem 0xfedc4000-0xfedc9fff]
[    0.041587] PM: hibernation: Registered nosave memory: [mem 0xfedca000-0xfedcbfff]
[    0.041587] PM: hibernation: Registered nosave memory: [mem 0xfedcc000-0xfedcefff]
[    0.041588] PM: hibernation: Registered nosave memory: [mem 0xfedcf000-0xfedd4fff]
[    0.041588] PM: hibernation: Registered nosave memory: [mem 0xfedd5000-0xfedd5fff]
[    0.041588] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xfeffffff]
[    0.041589] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.041590] [mem 0xc0000000-0xefffffff] available for PCI devices
[    0.041591] Booting paravirtualized kernel on bare hardware
[    0.041594] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.044453] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
[    0.044785] percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
[    0.044789] pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
[    0.044791] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.044810] Fallback order for Node 0: 0 
[    0.044812] Built 1 zonelists, mobility grouping on.  Total pages: 8089160
[    0.044813] Policy zone: Normal
[    0.044814] Kernel command line: BOOT_IMAGE=/@/boot/vmlinuz-linux root=UUID=f3718a24-0f2b-436a-b5e1-242cf4588216 rw rootflags=subvol=@ quiet resume=UUID=11c1a996-e399-425b-a986-c2721bad36a1 loglevel=3 audit=0
[    0.044857] audit: disabled (until reboot)
[    0.044859] Unknown kernel command line parameters "BOOT_IMAGE=/@/boot/vmlinuz-linux", will be passed to user space.
[    0.045547] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.045893] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.045970] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.087433] Memory: 32132240K/32870892K available (14343K kernel code, 2099K rwdata, 11000K rodata, 1860K init, 3356K bss, 738392K reserved, 0K cma-reserved)
[    0.088092] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.088117] ftrace: allocating 44920 entries in 176 pages
[    0.095497] ftrace: allocated 176 pages with 3 groups
[    0.095558] Dynamic Preempt: full
[    0.095620] rcu: Preemptible hierarchical RCU implementation.
[    0.095621] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
[    0.095621] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.095622] 	Trampoline variant of Tasks RCU enabled.
[    0.095623] 	Rude variant of Tasks RCU enabled.
[    0.095623] 	Tracing variant of Tasks RCU enabled.
[    0.095624] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.095624] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.098349] NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
[    0.098594] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.098611] random: crng init done
[    0.098628] Console: colour dummy device 80x25
[    0.098635] printk: console [tty0] enabled
[    0.098648] ACPI: Core revision 20211217
[    0.098797] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.098812] APIC: Switch to symmetric I/O mode setup
[    0.099350] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
[    0.099351] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
[    0.099352] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
[    0.099353] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
[    0.099580] x2apic enabled
[    0.099585] Switched APIC routing to cluster x2apic.
[    0.100187] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.115485] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2e0abdfedbc, max_idle_ns: 440795208922 ns
[    0.115489] Calibrating delay loop (skipped), value calculated using timer frequency.. 6390.50 BogoMIPS (lpj=10647203)
[    0.115491] pid_max: default: 32768 minimum: 301
[    0.116630] LSM: Security Framework initializing
[    0.116637] landlock: Up and running.
[    0.116637] Yama: becoming mindful.
[    0.116641] LSM support for eBPF active
[    0.116731] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.116791] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.116962] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.116994] LVT offset 1 assigned for vector 0xf9
[    0.117105] LVT offset 2 assigned for vector 0xf4
[    0.117131] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    0.117132] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.117135] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.117137] Spectre V2 : Mitigation: Retpolines
[    0.117137] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.117138] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.117139] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.117140] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    0.117141] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.121070] Freeing SMP alternatives memory: 36K
[    0.229551] smpboot: CPU0: AMD Ryzen 7 5800H with Radeon Graphics (family: 0x19, model: 0x50, stepping: 0x0)
[    0.229650] cblist_init_generic: Setting adjustable number of callback queues.
[    0.229652] cblist_init_generic: Setting shift to 4 and lim to 1.
[    0.229661] cblist_init_generic: Setting shift to 4 and lim to 1.
[    0.229673] cblist_init_generic: Setting shift to 4 and lim to 1.
[    0.229680] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.229684] ... version:                0
[    0.229684] ... bit width:              48
[    0.229685] ... generic registers:      6
[    0.229686] ... value mask:             0000ffffffffffff
[    0.229686] ... max period:             00007fffffffffff
[    0.229686] ... fixed-purpose events:   0
[    0.229687] ... event mask:             000000000000003f
[    0.229727] rcu: Hierarchical SRCU implementation.
[    0.230027] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.230130] smp: Bringing up secondary CPUs ...
[    0.230190] x86: Booting SMP configuration:
[    0.230191] .... node  #0, CPUs:        #1
[    0.232243] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    0.232280]   #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    0.262194] smp: Brought up 1 node, 16 CPUs
[    0.262195] smpboot: Max logical packages: 1
[    0.262196] smpboot: Total of 16 processors activated (102254.03 BogoMIPS)
[    0.263012] devtmpfs: initialized
[    0.263012] x86/mm: Memory block size: 128MB
[    0.266251] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20efff] (61440 bytes)
[    0.266251] ACPI: PM: Registering ACPI NVS region [mem 0xb6cf7000-0xb6eb0fff] (1810432 bytes)
[    0.266251] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.266251] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.266251] pinctrl core: initialized pinctrl subsystem
[    0.266251] PM: RTC time: 11:55:37, date: 2022-06-23
[    0.266251] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.266251] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.266314] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.266549] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.266613] thermal_sys: Registered thermal governor 'fair_share'
[    0.266614] thermal_sys: Registered thermal governor 'bang_bang'
[    0.266615] thermal_sys: Registered thermal governor 'step_wise'
[    0.266615] thermal_sys: Registered thermal governor 'user_space'
[    0.266615] thermal_sys: Registered thermal governor 'power_allocator'
[    0.266625] cpuidle: using governor ladder
[    0.266627] cpuidle: using governor menu
[    0.266653] HugeTLB: can free 4095 vmemmap pages for hugepages-1048576kB
[    0.266653] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.266653] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.266653] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.266653] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[    0.266653] PCI: Using configuration type 1 for base access
[    0.266653] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.266653] HugeTLB: can free 7 vmemmap pages for hugepages-2048kB
[    0.266653] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.266653] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.268829] ACPI: Added _OSI(Module Device)
[    0.268830] ACPI: Added _OSI(Processor Device)
[    0.268830] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.268831] ACPI: Added _OSI(Processor Aggregator Device)
[    0.268831] ACPI: Added _OSI(Linux-Dell-Video)
[    0.268833] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.268833] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.283999] ACPI: 17 ACPI AML tables successfully acquired and loaded
[    0.285137] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.286600] ACPI: EC: EC started
[    0.286601] ACPI: EC: interrupt blocked
[    0.715625] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.715632] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
[    0.715635] ACPI: Interpreter enabled
[    0.715677] ACPI: PM: (supports S0 S3 S4 S5)
[    0.715680] ACPI: Using IOAPIC for interrupt routing
[    0.716108] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.716834] ACPI: Enabled 5 GPEs in block 00 to 1F
[    0.719932] ACPI: PM: Power Resource [M237]
[    0.720031] ACPI: PM: Power Resource [M237]
[    0.720083] ACPI: PM: Power Resource [M237]
[    0.722886] ACPI: PM: Power Resource [PRWL]
[    0.722901] ACPI: PM: Power Resource [PRWB]
[    0.723505] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.723509] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.723573] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
[    0.723686] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.723687] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.723696] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[    0.723961] PCI host bridge to bus 0000:00
[    0.723962] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.723963] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.723964] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.723964] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.723965] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    0.723966] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
[    0.723966] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[    0.723967] pci_bus 0000:00: root bus resource [mem 0x840000000-0xffffffffff window]
[    0.723968] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.723976] pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
[    0.724049] pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
[    0.724116] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
[    0.724162] pci 0000:00:01.1: [1022:1633] type 01 class 0x060400
[    0.724208] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.724258] pci 0000:00:01.2: [1022:1634] type 01 class 0x060400
[    0.724278] pci 0000:00:01.2: enabling Extended Tags
[    0.724307] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.724365] pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
[    0.724410] pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
[    0.724430] pci 0000:00:02.1: enabling Extended Tags
[    0.724458] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[    0.724503] pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
[    0.724549] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[    0.724593] pci 0000:00:02.3: [1022:1634] type 01 class 0x060400
[    0.724639] pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
[    0.724690] pci 0000:00:02.4: [1022:1634] type 01 class 0x060400
[    0.724736] pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
[    0.724793] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
[    0.724838] pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
[    0.724857] pci 0000:00:08.1: enabling Extended Tags
[    0.724884] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.724960] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.725057] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.725160] pci 0000:00:18.0: [1022:166a] type 00 class 0x060000
[    0.725187] pci 0000:00:18.1: [1022:166b] type 00 class 0x060000
[    0.725215] pci 0000:00:18.2: [1022:166c] type 00 class 0x060000
[    0.725244] pci 0000:00:18.3: [1022:166d] type 00 class 0x060000
[    0.725272] pci 0000:00:18.4: [1022:166e] type 00 class 0x060000
[    0.725300] pci 0000:00:18.5: [1022:166f] type 00 class 0x060000
[    0.725327] pci 0000:00:18.6: [1022:1670] type 00 class 0x060000
[    0.725354] pci 0000:00:18.7: [1022:1671] type 00 class 0x060000
[    0.725435] pci 0000:01:00.0: [1002:1478] type 01 class 0x060400
[    0.725447] pci 0000:01:00.0: reg 0x10: [mem 0xfca00000-0xfca03fff]
[    0.725543] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.725610] pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.1 (capable of 126.024 Gb/s with 16.0 GT/s PCIe x8 link)
[    0.725646] pci 0000:00:01.1: PCI bridge to [bus 01-03]
[    0.725649] pci 0000:00:01.1:   bridge window [mem 0xfc800000-0xfcafffff]
[    0.725652] pci 0000:00:01.1:   bridge window [mem 0xfc00000000-0xfe0fffffff 64bit pref]
[    0.725696] pci 0000:02:00.0: [1002:1479] type 01 class 0x060400
[    0.725792] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.726176] pci 0000:01:00.0: PCI bridge to [bus 02-03]
[    0.726183] pci 0000:01:00.0:   bridge window [mem 0xfc800000-0xfc9fffff]
[    0.726189] pci 0000:01:00.0:   bridge window [mem 0xfc00000000-0xfe0fffffff 64bit pref]
[    0.726240] pci 0000:03:00.0: [1002:73ff] type 00 class 0x038000
[    0.726253] pci 0000:03:00.0: reg 0x10: [mem 0xfc00000000-0xfdffffffff 64bit pref]
[    0.726261] pci 0000:03:00.0: reg 0x18: [mem 0xfe00000000-0xfe0fffffff 64bit pref]
[    0.726270] pci 0000:03:00.0: reg 0x24: [mem 0xfc800000-0xfc8fffff]
[    0.726275] pci 0000:03:00.0: reg 0x30: [mem 0xfc900000-0xfc91ffff pref]
[    0.726351] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.726416] pci 0000:03:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.726457] pci 0000:03:00.1: [1002:ab28] type 00 class 0x040300
[    0.726467] pci 0000:03:00.1: reg 0x10: [mem 0xfc920000-0xfc923fff]
[    0.726543] pci 0000:03:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.726621] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.726627] pci 0000:02:00.0:   bridge window [mem 0xfc800000-0xfc9fffff]
[    0.726631] pci 0000:02:00.0:   bridge window [mem 0xfc00000000-0xfe0fffffff 64bit pref]
[    0.726685] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
[    0.726698] pci 0000:04:00.0: reg 0x10: [io  0xf000-0xf0ff]
[    0.726714] pci 0000:04:00.0: reg 0x18: [mem 0xfcf04000-0xfcf04fff 64bit]
[    0.726725] pci 0000:04:00.0: reg 0x20: [mem 0xfcf00000-0xfcf03fff 64bit]
[    0.726806] pci 0000:04:00.0: supports D1 D2
[    0.726806] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.726923] pci 0000:00:01.2: PCI bridge to [bus 04]
[    0.726925] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    0.726927] pci 0000:00:01.2:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.726971] pci 0000:05:00.0: [10ec:8852] type 00 class 0x028000
[    0.726989] pci 0000:05:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.727011] pci 0000:05:00.0: reg 0x18: [mem 0xfce00000-0xfcefffff 64bit]
[    0.727122] pci 0000:05:00.0: supports D1 D2
[    0.727123] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.727249] pci 0000:00:02.1: PCI bridge to [bus 05]
[    0.727252] pci 0000:00:02.1:   bridge window [io  0xe000-0xefff]
[    0.727253] pci 0000:00:02.1:   bridge window [mem 0xfce00000-0xfcefffff]
[    0.728847] pci 0000:06:00.0: [17a0:9750] type 00 class 0x080501
[    0.728868] pci 0000:06:00.0: reg 0x10: [mem 0xfcd00000-0xfcd00fff]
[    0.729072] pci 0000:06:00.0: supports D1 D2
[    0.729073] pci 0000:06:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.729284] pci 0000:00:02.2: PCI bridge to [bus 06]
[    0.729287] pci 0000:00:02.2:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.729365] pci 0000:07:00.0: [c0a9:5407] type 00 class 0x010802
[    0.729378] pci 0000:07:00.0: reg 0x10: [mem 0xfcc00000-0xfcc03fff 64bit]
[    0.729490] pci 0000:07:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link at 0000:00:02.3 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link)
[    0.729532] pci 0000:00:02.3: PCI bridge to [bus 07]
[    0.729535] pci 0000:00:02.3:   bridge window [mem 0xfcc00000-0xfccfffff]
[    0.729568] pci 0000:08:00.0: [1344:5405] type 00 class 0x010802
[    0.729580] pci 0000:08:00.0: reg 0x10: [mem 0xfcb00000-0xfcb03fff 64bit]
[    0.729709] pci 0000:00:02.4: PCI bridge to [bus 08]
[    0.729713] pci 0000:00:02.4:   bridge window [mem 0xfcb00000-0xfcbfffff]
[    0.729761] pci 0000:09:00.0: [1002:1638] type 00 class 0x030000
[    0.729771] pci 0000:09:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.729777] pci 0000:09:00.0: reg 0x18: [mem 0xe0000000-0xe01fffff 64bit pref]
[    0.729782] pci 0000:09:00.0: reg 0x20: [io  0xd000-0xd0ff]
[    0.729786] pci 0000:09:00.0: reg 0x24: [mem 0xfc700000-0xfc77ffff]
[    0.729793] pci 0000:09:00.0: enabling Extended Tags
[    0.729803] pci 0000:09:00.0: BAR 0: assigned to efifb
[    0.729839] pci 0000:09:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.729870] pci 0000:09:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.729903] pci 0000:09:00.1: [1002:1637] type 00 class 0x040300
[    0.729909] pci 0000:09:00.1: reg 0x10: [mem 0xfc7c8000-0xfc7cbfff]
[    0.729928] pci 0000:09:00.1: enabling Extended Tags
[    0.729954] pci 0000:09:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.729997] pci 0000:09:00.2: [1022:15df] type 00 class 0x108000
[    0.730008] pci 0000:09:00.2: reg 0x18: [mem 0xfc600000-0xfc6fffff]
[    0.730017] pci 0000:09:00.2: reg 0x24: [mem 0xfc7cc000-0xfc7cdfff]
[    0.730023] pci 0000:09:00.2: enabling Extended Tags
[    0.730090] pci 0000:09:00.3: [1022:1639] type 00 class 0x0c0330
[    0.730100] pci 0000:09:00.3: reg 0x10: [mem 0xfc500000-0xfc5fffff 64bit]
[    0.730122] pci 0000:09:00.3: enabling Extended Tags
[    0.730152] pci 0000:09:00.3: PME# supported from D0 D3hot D3cold
[    0.730194] pci 0000:09:00.4: [1022:1639] type 00 class 0x0c0330
[    0.730204] pci 0000:09:00.4: reg 0x10: [mem 0xfc400000-0xfc4fffff 64bit]
[    0.730227] pci 0000:09:00.4: enabling Extended Tags
[    0.730256] pci 0000:09:00.4: PME# supported from D0 D3hot D3cold
[    0.730297] pci 0000:09:00.5: [1022:15e2] type 00 class 0x048000
[    0.730303] pci 0000:09:00.5: reg 0x10: [mem 0xfc780000-0xfc7bffff]
[    0.730322] pci 0000:09:00.5: enabling Extended Tags
[    0.730349] pci 0000:09:00.5: PME# supported from D0 D3hot D3cold
[    0.730390] pci 0000:09:00.6: [1022:15e3] type 00 class 0x040300
[    0.730396] pci 0000:09:00.6: reg 0x10: [mem 0xfc7c0000-0xfc7c7fff]
[    0.730415] pci 0000:09:00.6: enabling Extended Tags
[    0.730441] pci 0000:09:00.6: PME# supported from D0 D3hot D3cold
[    0.730493] pci 0000:00:08.1: PCI bridge to [bus 09]
[    0.730496] pci 0000:00:08.1:   bridge window [io  0xd000-0xdfff]
[    0.730497] pci 0000:00:08.1:   bridge window [mem 0xfc400000-0xfc7fffff]
[    0.730499] pci 0000:00:08.1:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.732512] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.732551] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.732583] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.732621] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.732656] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.732685] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.732714] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.732743] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.733996] ACPI: EC: interrupt unblocked
[    0.733997] ACPI: EC: event unblocked
[    0.734001] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.734002] ACPI: EC: GPE=0x3
[    0.734003] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete
[    0.734004] ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
[    0.734029] iommu: Default domain type: Translated 
[    0.734030] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.734106] SCSI subsystem initialized
[    0.734114] libata version 3.00 loaded.
[    0.734114] ACPI: bus type USB registered
[    0.734114] usbcore: registered new interface driver usbfs
[    0.734114] usbcore: registered new interface driver hub
[    0.734114] usbcore: registered new device driver usb
[    0.736980] pps_core: LinuxPPS API ver. 1 registered
[    0.736980] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.736980] PTP clock support registered
[    0.736980] EDAC MC: Ver: 3.0.0
[    0.738899] Registered efivars operations
[    0.738919] NetLabel: Initializing
[    0.738920] NetLabel:  domain hash size = 128
[    0.738920] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.738929] NetLabel:  unlabeled traffic allowed by default
[    0.738931] mctp: management component transport protocol core
[    0.738931] NET: Registered PF_MCTP protocol family
[    0.738934] PCI: Using ACPI for IRQ routing
[    0.745467] PCI: pci_cache_line_size set to 64 bytes
[    0.748838] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    0.748840] e820: reserve RAM buffer [mem 0x09ef0000-0x0bffffff]
[    0.748852] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.748852] e820: reserve RAM buffer [mem 0xb24f6000-0xb3ffffff]
[    0.748853] e820: reserve RAM buffer [mem 0xb3c3b000-0xb3ffffff]
[    0.748853] e820: reserve RAM buffer [mem 0xb6afa000-0xb7ffffff]
[    0.748854] e820: reserve RAM buffer [mem 0xbe000000-0xbfffffff]
[    0.748855] e820: reserve RAM buffer [mem 0x81e300000-0x81fffffff]
[    0.748863] pci 0000:09:00.0: vgaarb: setting as boot VGA device
[    0.748863] pci 0000:09:00.0: vgaarb: bridge control possible
[    0.748863] pci 0000:09:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.748863] vgaarb: loaded
[    0.748863] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.748863] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.753216] clocksource: Switched to clocksource tsc-early
[    0.757196] VFS: Disk quotas dquot_6.6.0
[    0.757204] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.757245] pnp: PnP ACPI init
[    0.757305] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.757516] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    0.757518] system 00:03: [io  0x040b] has been reserved
[    0.757518] system 00:03: [io  0x04d6] has been reserved
[    0.757519] system 00:03: [io  0x0c00-0x0c01] has been reserved
[    0.757520] system 00:03: [io  0x0c14] has been reserved
[    0.757521] system 00:03: [io  0x0c50-0x0c51] has been reserved
[    0.757522] system 00:03: [io  0x0c52] has been reserved
[    0.757522] system 00:03: [io  0x0c6c] has been reserved
[    0.757523] system 00:03: [io  0x0c6f] has been reserved
[    0.757524] system 00:03: [io  0x0cd8-0x0cdf] has been reserved
[    0.757524] system 00:03: [io  0x0800-0x089f] has been reserved
[    0.757525] system 00:03: [io  0x0b00-0x0b0f] has been reserved
[    0.757526] system 00:03: [io  0x0b20-0x0b3f] has been reserved
[    0.757526] system 00:03: [io  0x0900-0x090f] has been reserved
[    0.757527] system 00:03: [io  0x0910-0x091f] has been reserved
[    0.757528] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.757529] system 00:03: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.757530] system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.757531] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.757532] system 00:03: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.757533] system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.757534] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
[    0.758269] pnp: PnP ACPI: found 4 devices
[    0.763504] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.763556] NET: Registered PF_INET protocol family
[    0.763729] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.765058] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.765089] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.765216] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.765401] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.765453] TCP: Hash tables configured (established 262144 bind 65536)
[    0.765543] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
[    0.765593] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.765652] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.765708] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.765711] NET: Registered PF_XDP protocol family
[    0.765715] pci 0000:00:01.1: bridge window [io  0x1000-0x0fff] to [bus 01-03] add_size 1000
[    0.765721] pci 0000:00:01.1: BAR 13: assigned [io  0x1000-0x1fff]
[    0.765723] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.765731] pci 0000:02:00.0:   bridge window [mem 0xfc800000-0xfc9fffff]
[    0.765734] pci 0000:02:00.0:   bridge window [mem 0xfc00000000-0xfe0fffffff 64bit pref]
[    0.765738] pci 0000:01:00.0: PCI bridge to [bus 02-03]
[    0.765741] pci 0000:01:00.0:   bridge window [mem 0xfc800000-0xfc9fffff]
[    0.765744] pci 0000:01:00.0:   bridge window [mem 0xfc00000000-0xfe0fffffff 64bit pref]
[    0.765748] pci 0000:00:01.1: PCI bridge to [bus 01-03]
[    0.765749] pci 0000:00:01.1:   bridge window [io  0x1000-0x1fff]
[    0.765751] pci 0000:00:01.1:   bridge window [mem 0xfc800000-0xfcafffff]
[    0.765752] pci 0000:00:01.1:   bridge window [mem 0xfc00000000-0xfe0fffffff 64bit pref]
[    0.765755] pci 0000:00:01.2: PCI bridge to [bus 04]
[    0.765756] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    0.765758] pci 0000:00:01.2:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.765761] pci 0000:00:02.1: PCI bridge to [bus 05]
[    0.765762] pci 0000:00:02.1:   bridge window [io  0xe000-0xefff]
[    0.765764] pci 0000:00:02.1:   bridge window [mem 0xfce00000-0xfcefffff]
[    0.765767] pci 0000:00:02.2: PCI bridge to [bus 06]
[    0.765769] pci 0000:00:02.2:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.765773] pci 0000:00:02.3: PCI bridge to [bus 07]
[    0.765774] pci 0000:00:02.3:   bridge window [mem 0xfcc00000-0xfccfffff]
[    0.765778] pci 0000:00:02.4: PCI bridge to [bus 08]
[    0.765780] pci 0000:00:02.4:   bridge window [mem 0xfcb00000-0xfcbfffff]
[    0.765783] pci 0000:00:08.1: PCI bridge to [bus 09]
[    0.765784] pci 0000:00:08.1:   bridge window [io  0xd000-0xdfff]
[    0.765786] pci 0000:00:08.1:   bridge window [mem 0xfc400000-0xfc7fffff]
[    0.765788] pci 0000:00:08.1:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.765790] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.765791] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.765792] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.765793] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.765793] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[    0.765794] pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfebfffff window]
[    0.765794] pci_bus 0000:00: resource 10 [mem 0xfee00000-0xffffffff window]
[    0.765795] pci_bus 0000:00: resource 11 [mem 0x840000000-0xffffffffff window]
[    0.765796] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    0.765797] pci_bus 0000:01: resource 1 [mem 0xfc800000-0xfcafffff]
[    0.765797] pci_bus 0000:01: resource 2 [mem 0xfc00000000-0xfe0fffffff 64bit pref]
[    0.765798] pci_bus 0000:02: resource 1 [mem 0xfc800000-0xfc9fffff]
[    0.765798] pci_bus 0000:02: resource 2 [mem 0xfc00000000-0xfe0fffffff 64bit pref]
[    0.765799] pci_bus 0000:03: resource 1 [mem 0xfc800000-0xfc9fffff]
[    0.765800] pci_bus 0000:03: resource 2 [mem 0xfc00000000-0xfe0fffffff 64bit pref]
[    0.765800] pci_bus 0000:04: resource 0 [io  0xf000-0xffff]
[    0.765801] pci_bus 0000:04: resource 1 [mem 0xfcf00000-0xfcffffff]
[    0.765802] pci_bus 0000:05: resource 0 [io  0xe000-0xefff]
[    0.765802] pci_bus 0000:05: resource 1 [mem 0xfce00000-0xfcefffff]
[    0.765803] pci_bus 0000:06: resource 1 [mem 0xfcd00000-0xfcdfffff]
[    0.765804] pci_bus 0000:07: resource 1 [mem 0xfcc00000-0xfccfffff]
[    0.765804] pci_bus 0000:08: resource 1 [mem 0xfcb00000-0xfcbfffff]
[    0.765805] pci_bus 0000:09: resource 0 [io  0xd000-0xdfff]
[    0.765805] pci_bus 0000:09: resource 1 [mem 0xfc400000-0xfc7fffff]
[    0.765806] pci_bus 0000:09: resource 2 [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.765870] pci 0000:03:00.1: D0 power state depends on 0000:03:00.0
[    0.769062] pci 0000:09:00.1: D0 power state depends on 0000:09:00.0
[    0.769083] pci 0000:09:00.3: extending delay after power-on from D3hot to 20 msec
[    0.769184] pci 0000:09:00.4: extending delay after power-on from D3hot to 20 msec
[    0.769232] PCI: CLS 64 bytes, default 64
[    0.769239] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.769266] pci 0000:00:00.2: can't derive routing for PCI INT A
[    0.769267] pci 0000:00:00.2: PCI INT A: not connected
[    0.769279] pci 0000:00:01.0: Adding to iommu group 0
[    0.769278] Trying to unpack rootfs image as initramfs...
[    0.769284] pci 0000:00:01.1: Adding to iommu group 1
[    0.769289] pci 0000:00:01.2: Adding to iommu group 2
[    0.769298] pci 0000:00:02.0: Adding to iommu group 3
[    0.769303] pci 0000:00:02.1: Adding to iommu group 4
[    0.769308] pci 0000:00:02.2: Adding to iommu group 5
[    0.769313] pci 0000:00:02.3: Adding to iommu group 6
[    0.769317] pci 0000:00:02.4: Adding to iommu group 7
[    0.769324] pci 0000:00:08.0: Adding to iommu group 8
[    0.769329] pci 0000:00:08.1: Adding to iommu group 9
[    0.769337] pci 0000:00:14.0: Adding to iommu group 10
[    0.769341] pci 0000:00:14.3: Adding to iommu group 10
[    0.769357] pci 0000:00:18.0: Adding to iommu group 11
[    0.769361] pci 0000:00:18.1: Adding to iommu group 11
[    0.769366] pci 0000:00:18.2: Adding to iommu group 11
[    0.769370] pci 0000:00:18.3: Adding to iommu group 11
[    0.769375] pci 0000:00:18.4: Adding to iommu group 11
[    0.769379] pci 0000:00:18.5: Adding to iommu group 11
[    0.769385] pci 0000:00:18.6: Adding to iommu group 11
[    0.769389] pci 0000:00:18.7: Adding to iommu group 11
[    0.769395] pci 0000:01:00.0: Adding to iommu group 12
[    0.769401] pci 0000:02:00.0: Adding to iommu group 13
[    0.769413] pci 0000:03:00.0: Adding to iommu group 14
[    0.769421] pci 0000:03:00.1: Adding to iommu group 15
[    0.769428] pci 0000:04:00.0: Adding to iommu group 16
[    0.769436] pci 0000:05:00.0: Adding to iommu group 17
[    0.769441] pci 0000:06:00.0: Adding to iommu group 18
[    0.769447] pci 0000:07:00.0: Adding to iommu group 19
[    0.769452] pci 0000:08:00.0: Adding to iommu group 20
[    0.769467] pci 0000:09:00.0: Adding to iommu group 21
[    0.769472] pci 0000:09:00.1: Adding to iommu group 22
[    0.769479] pci 0000:09:00.2: Adding to iommu group 23
[    0.769487] pci 0000:09:00.3: Adding to iommu group 24
[    0.769493] pci 0000:09:00.4: Adding to iommu group 25
[    0.769499] pci 0000:09:00.5: Adding to iommu group 26
[    0.769506] pci 0000:09:00.6: Adding to iommu group 27
[    0.771807] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    0.771809] AMD-Vi: Extended features (0x206d73ef22254ade): PPR X2APIC NX GT IA GA PC GA_vAPIC
[    0.771813] AMD-Vi: Interrupt remapping enabled
[    0.771813] AMD-Vi: Virtual APIC enabled
[    0.771813] AMD-Vi: X2APIC enabled
[    1.137380] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.137382] software IO TLB: mapped [mem 0x00000000adecd000-0x00000000b1ecd000] (64MB)
[    1.137413] LVT offset 0 assigned for vector 0x400
[    1.137610] perf: AMD IBS detected (0x000003ff)
[    1.137616] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    1.138937] Initialise system trusted keyrings
[    1.138943] Key type blacklist registered
[    1.138968] workingset: timestamp_bits=41 max_order=23 bucket_order=0
[    1.139500] zbud: loaded
[    1.139601] integrity: Platform Keyring initialized
[    1.139603] integrity: Machine keyring initialized
[    1.142350] Key type asymmetric registered
[    1.142351] Asymmetric key parser 'x509' registered
[    1.146876] Freeing initrd memory: 6788K
[    1.148428] alg: self-tests for CTR-KDF (hmac(sha256)) passed
[    1.148437] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    1.148487] io scheduler mq-deadline registered
[    1.148487] io scheduler kyber registered
[    1.148502] io scheduler bfq registered
[    1.148915] pcieport 0000:00:01.1: PME: Signaling with IRQ 26
[    1.148932] pcieport 0000:00:01.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    1.149055] pcieport 0000:00:01.2: PME: Signaling with IRQ 27
[    1.149141] pcieport 0000:00:02.1: PME: Signaling with IRQ 28
[    1.149223] pcieport 0000:00:02.2: PME: Signaling with IRQ 29
[    1.149301] pcieport 0000:00:02.3: PME: Signaling with IRQ 30
[    1.149384] pcieport 0000:00:02.4: PME: Signaling with IRQ 31
[    1.149467] pcieport 0000:00:08.1: PME: Signaling with IRQ 32
[    1.149827] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.210902] ACPI: AC: AC Adapter [ACAD] (on-line)
[    1.210928] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    1.210941] ACPI: button: Power Button [PWRB]
[    1.210956] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    1.210962] ACPI: button: Lid Switch [LID]
[    1.210974] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.215533] ACPI: button: Power Button [PWRF]
[    1.216106] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1226
[    1.216132] Monitor-Mwait will be used to enter C-1 state
[    1.216138] ACPI: \_SB_.PLTF.P000: Found 3 idle states
[    1.216315] ACPI: \_SB_.PLTF.P001: Found 3 idle states
[    1.216442] ACPI: \_SB_.PLTF.P002: Found 3 idle states
[    1.216563] ACPI: \_SB_.PLTF.P003: Found 3 idle states
[    1.216754] ACPI: \_SB_.PLTF.P004: Found 3 idle states
[    1.216907] ACPI: \_SB_.PLTF.P005: Found 3 idle states
[    1.217045] ACPI: \_SB_.PLTF.P006: Found 3 idle states
[    1.217167] ACPI: \_SB_.PLTF.P007: Found 3 idle states
[    1.217284] ACPI: \_SB_.PLTF.P008: Found 3 idle states
[    1.217375] ACPI: \_SB_.PLTF.P009: Found 3 idle states
[    1.217494] ACPI: \_SB_.PLTF.P00A: Found 3 idle states
[    1.217617] ACPI: \_SB_.PLTF.P00B: Found 3 idle states
[    1.217718] ACPI: \_SB_.PLTF.P00C: Found 3 idle states
[    1.217787] ACPI: \_SB_.PLTF.P00D: Found 3 idle states
[    1.217874] ACPI: \_SB_.PLTF.P00E: Found 3 idle states
[    1.217943] ACPI: \_SB_.PLTF.P00F: Found 3 idle states
[    1.218444] ACPI: \_TZ_.THRM: Invalid passive threshold
[    1.219136] thermal LNXTHERM:00: registered as thermal_zone0
[    1.219137] ACPI: thermal: Thermal Zone [THRM] (59 C)
[    1.219223] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.220283] Non-volatile memory driver v1.3
[    1.220284] Linux agpgart interface v0.103
[    1.220322] AMD-Vi: AMD IOMMUv2 loaded and initialized
[    1.220406] ACPI: bus type drm_connector registered
[    1.221068] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.221070] ehci-pci: EHCI PCI platform driver
[    1.221077] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.221079] ohci-pci: OHCI PCI platform driver
[    1.221084] uhci_hcd: USB Universal Host Controller Interface driver
[    1.221102] usbcore: registered new interface driver usbserial_generic
[    1.221105] usbserial: USB Serial support registered for generic
[    1.221327] rtc_cmos 00:01: RTC can wake from S4
[    1.221502] rtc_cmos 00:01: registered as rtc0
[    1.221531] rtc_cmos 00:01: setting system clock to 2022-06-23T11:55:38 UTC (1655985338)
[    1.221539] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.221612] ledtrig-cpu: registered to indicate activity on CPUs
[    1.221683] efifb: probing for efifb
[    1.221703] efifb: framebuffer at 0xd0000000, using 3072k, total 3072k
[    1.221704] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    1.221705] efifb: scrolling: redraw
[    1.221705] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.221741] fbcon: Deferring console take-over
[    1.221742] fb0: EFI VGA frame buffer device
[    1.221754] hid: raw HID events driver (C) Jiri Kosina
[    1.221789] drop_monitor: Initializing network drop monitor service
[    1.227728] ACPI: battery: Slot [BAT0] (battery present)
[    1.229914] Initializing XFRM netlink socket
[    1.229957] NET: Registered PF_INET6 protocol family
[    1.231993] Segment Routing with IPv6
[    1.231994] RPL Segment Routing with IPv6
[    1.231998] In-situ OAM (IOAM) with IPv6
[    1.232010] NET: Registered PF_PACKET protocol family
[    1.232730] microcode: CPU0: patch_level=0x0a50000c
[    1.232735] microcode: CPU1: patch_level=0x0a50000c
[    1.232749] microcode: CPU2: patch_level=0x0a50000c
[    1.232756] microcode: CPU3: patch_level=0x0a50000c
[    1.232759] microcode: CPU4: patch_level=0x0a50000c
[    1.232764] microcode: CPU5: patch_level=0x0a50000c
[    1.232779] microcode: CPU6: patch_level=0x0a50000c
[    1.232785] microcode: CPU7: patch_level=0x0a50000c
[    1.232800] microcode: CPU8: patch_level=0x0a50000c
[    1.232806] microcode: CPU9: patch_level=0x0a50000c
[    1.232821] microcode: CPU10: patch_level=0x0a50000c
[    1.232828] microcode: CPU11: patch_level=0x0a50000c
[    1.232844] microcode: CPU12: patch_level=0x0a50000c
[    1.232850] microcode: CPU13: patch_level=0x0a50000c
[    1.232865] microcode: CPU14: patch_level=0x0a50000c
[    1.232872] microcode: CPU15: patch_level=0x0a50000c
[    1.232874] microcode: Microcode Update Driver: v2.2.
[    1.233077] resctrl: L3 allocation detected
[    1.233078] resctrl: MB allocation detected
[    1.233078] resctrl: L3 monitoring detected
[    1.233084] IPI shorthand broadcast: enabled
[    1.233092] sched_clock: Marking stable (1232794666, 275909)->(1235651197, -2580622)
[    1.233398] registered taskstats version 1
[    1.233619] Loading compiled-in X.509 certificates
[    1.235422] Loaded X.509 cert 'Build time autogenerated kernel key: 7224eee32e57f501fdaf4587ae55848f5868227a'
[    1.235788] zswap: loaded using pool lz4/z3fold
[    1.235950] Key type ._fscrypt registered
[    1.235951] Key type .fscrypt registered
[    1.235952] Key type fscrypt-provisioning registered
[    1.236762] PM:   Magic number: 10:784:934
[    1.236790] i2c_designware AMDI0010:03: hash matches
[    1.236798] acpi AMDI0010:03: hash matches
[    1.236885] RAS: Correctable Errors collector initialized.
[    1.237723] Freeing unused decrypted memory: 2036K
[    1.237930] Freeing unused kernel image (initmem) memory: 1860K
[    1.289195] Write protecting the kernel read-only data: 28672k
[    1.289829] Freeing unused kernel image (text/rodata gap) memory: 2040K
[    1.290024] Freeing unused kernel image (rodata/data gap) memory: 1288K
[    1.312488] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.312493] rodata_test: all tests were successful
[    1.312500] Run /init as init process
[    1.312501]   with arguments:
[    1.312502]     /init
[    1.312503]   with environment:
[    1.312503]     HOME=/
[    1.312504]     TERM=linux
[    1.312504]     BOOT_IMAGE=/@/boot/vmlinuz-linux
[    1.324151] fbcon: Taking over console
[    1.324197] Console: switching to colour frame buffer device 128x48
[    1.467652] xhci_hcd 0000:09:00.3: xHCI Host Controller
[    1.467660] xhci_hcd 0000:09:00.3: new USB bus registered, assigned bus number 1
[    1.467719] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    1.467721] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    1.467755] xhci_hcd 0000:09:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    1.468069] xhci_hcd 0000:09:00.3: xHCI Host Controller
[    1.468071] xhci_hcd 0000:09:00.3: new USB bus registered, assigned bus number 2
[    1.468073] xhci_hcd 0000:09:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    1.468109] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18
[    1.468111] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.468113] usb usb1: Product: xHCI Host Controller
[    1.468114] usb usb1: Manufacturer: Linux 5.18.5-arch1-1 xhci-hcd
[    1.468116] usb usb1: SerialNumber: 0000:09:00.3
[    1.468202] hub 1-0:1.0: USB hub found
[    1.468208] hub 1-0:1.0: 4 ports detected
[    1.468318] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.468328] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.18
[    1.468330] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.468330] usb usb2: Product: xHCI Host Controller
[    1.468331] usb usb2: Manufacturer: Linux 5.18.5-arch1-1 xhci-hcd
[    1.468332] usb usb2: SerialNumber: 0000:09:00.3
[    1.468382] hub 2-0:1.0: USB hub found
[    1.468388] hub 2-0:1.0: 2 ports detected
[    1.468549] xhci_hcd 0000:09:00.4: xHCI Host Controller
[    1.468552] xhci_hcd 0000:09:00.4: new USB bus registered, assigned bus number 3
[    1.468640] xhci_hcd 0000:09:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    1.468924] xhci_hcd 0000:09:00.4: xHCI Host Controller
[    1.468927] xhci_hcd 0000:09:00.4: new USB bus registered, assigned bus number 4
[    1.468930] xhci_hcd 0000:09:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    1.468959] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18
[    1.468961] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.468963] usb usb3: Product: xHCI Host Controller
[    1.468964] usb usb3: Manufacturer: Linux 5.18.5-arch1-1 xhci-hcd
[    1.468965] usb usb3: SerialNumber: 0000:09:00.4
[    1.468966] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.469041] hub 3-0:1.0: USB hub found
[    1.469046] hub 3-0:1.0: 4 ports detected
[    1.469215] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.469236] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.18
[    1.469238] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.469240] usb usb4: Product: xHCI Host Controller
[    1.469241] usb usb4: Manufacturer: Linux 5.18.5-arch1-1 xhci-hcd
[    1.469242] usb usb4: SerialNumber: 0000:09:00.4
[    1.469303] hub 4-0:1.0: USB hub found
[    1.469306] hub 4-0:1.0: 2 ports detected
[    1.469358] nvme nvme0: pci function 0000:07:00.0
[    1.469419] nvme nvme1: pci function 0000:08:00.0
[    1.471338] sdhci: Secure Digital Host Controller Interface driver
[    1.471339] sdhci: Copyright(c) Pierre Ossman
[    1.506950] nvme nvme1: 16/0/0 default/read/poll queues
[    1.510378]  nvme1n1: p1 p2 p3 p4 p5
[    1.517638] nvme nvme0: 16/0/0 default/read/poll queues
[    1.520640]  nvme0n1: p1
[    1.526392] sdhci-pci 0000:06:00.0: SDHCI controller found [17a0:9750] (rev 1)
[    1.529603] sdhci-pci 0000:06:00.0: enabling device (0000 -> 0002)
[    1.539572] mmc0: SDHCI controller on PCI [0000:06:00.0] using ADMA
[    1.562833] raid6: skipped pq benchmark and selected avx2x4
[    1.562835] raid6: using avx2x2 recovery algorithm
[    1.564874] xor: automatically using best checksumming function   avx       
[    1.599717] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    1.609438] Btrfs loaded, crc32c=crc32c-intel, zoned=yes, fsverity=yes
[    1.609709] BTRFS: device label HOME devid 1 transid 983 /dev/nvme1n1p3 scanned by systemd-udevd (241)
[    1.609804] BTRFS: device label SYSTEM devid 1 transid 762 /dev/nvme1n1p4 scanned by systemd-udevd (247)
[    1.689454] PM: Image not found (code -22)
[    1.694760] BTRFS info (device nvme1n1p4): flagging fs with big metadata feature
[    1.694763] BTRFS info (device nvme1n1p4): using free space tree
[    1.694764] BTRFS info (device nvme1n1p4): has skinny extents
[    1.699306] BTRFS info (device nvme1n1p4): enabling ssd optimizations
[    1.719307] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    1.722173] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    1.782120] systemd[1]: systemd 251.2-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[    1.782124] systemd[1]: Detected architecture x86-64.
[    1.782331] systemd[1]: Hostname set to <mothership>.
[    1.869331] usb 3-1: New USB device found, idVendor=2109, idProduct=2813, bcdDevice=90.11
[    1.869335] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.869337] usb 3-1: Product: USB2.0 Hub
[    1.869338] usb 3-1: Manufacturer: VIA Labs, Inc.
[    1.874080] usb 1-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice= 6.63
[    1.874084] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.874085] usb 1-1: Product: USB2.1 Hub
[    1.874086] usb 1-1: Manufacturer: GenesysLogic
[    1.887552] systemd[1]: Queued start job for default target Graphical Interface.
[    1.888672] systemd[1]: Created slice Slice /system/getty.
[    1.888878] systemd[1]: Created slice Slice /system/modprobe.
[    1.889010] systemd[1]: Created slice Slice /system/systemd-fsck.
[    1.889106] systemd[1]: Created slice User and Session Slice.
[    1.889140] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    1.889161] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    1.889236] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    1.889266] systemd[1]: Reached target Local Encrypted Volumes.
[    1.889272] systemd[1]: Reached target Login Prompts.
[    1.889278] systemd[1]: Reached target Local Integrity Protected Volumes.
[    1.889290] systemd[1]: Reached target Path Units.
[    1.889299] systemd[1]: Reached target Remote File Systems.
[    1.889303] systemd[1]: Reached target Slice Units.
[    1.889315] systemd[1]: Reached target System Time Set.
[    1.889325] systemd[1]: Reached target Local Verity Protected Volumes.
[    1.889358] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    1.889520] systemd[1]: Listening on LVM2 poll daemon socket.
[    1.889957] systemd[1]: Listening on Process Core Dump Socket.
[    1.890733] systemd[1]: Journal Audit Socket was skipped because of a failed condition check (ConditionSecurity=audit).
[    1.890953] systemd[1]: Listening on Journal Socket (/dev/log).
[    1.891006] systemd[1]: Listening on Journal Socket.
[    1.891065] systemd[1]: Listening on Network Service Netlink Socket.
[    1.891297] systemd[1]: Listening on udev Control Socket.
[    1.891342] systemd[1]: Listening on udev Kernel Socket.
[    1.891744] systemd[1]: Mounting Huge Pages File System...
[    1.892225] systemd[1]: Mounting POSIX Message Queue File System...
[    1.892645] systemd[1]: Mounting Kernel Debug File System...
[    1.892987] systemd[1]: Mounting Kernel Trace File System...
[    1.893419] systemd[1]: Starting Create List of Static Device Nodes...
[    1.893830] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    1.894255] systemd[1]: Starting Load Kernel Module configfs...
[    1.894670] systemd[1]: Starting Load Kernel Module drm...
[    1.895062] systemd[1]: Starting Load Kernel Module fuse...
[    1.895914] systemd[1]: Starting Journal Service...
[    1.896357] systemd[1]: Starting Load Kernel Modules...
[    1.896746] systemd[1]: Starting Remount Root and Kernel File Systems...
[    1.896780] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
[    1.897206] systemd[1]: Starting Coldplug All udev Devices...
[    1.897863] systemd[1]: Mounted Huge Pages File System.
[    1.897913] systemd[1]: Mounted POSIX Message Queue File System.
[    1.897950] systemd[1]: Mounted Kernel Debug File System.
[    1.897987] systemd[1]: Mounted Kernel Trace File System.
[    1.898075] systemd[1]: Finished Create List of Static Device Nodes.
[    1.898837] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    1.898916] systemd[1]: Finished Load Kernel Module configfs.
[    1.899025] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    1.899079] systemd[1]: Finished Load Kernel Module drm.
[    1.899201] BTRFS info (device nvme1n1p4: state M): turning on async discard
[    1.899204] BTRFS info (device nvme1n1p4: state M): using free space tree
[    1.899519] systemd[1]: Mounting Kernel Configuration File System...
[    1.899974] systemd[1]: Finished Remount Root and Kernel File Systems.
[    1.900031] systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
[    1.900571] systemd[1]: Rebuild Hardware Database was skipped because all trigger condition checks failed.
[    1.900975] systemd[1]: Starting Load/Save Random Seed...
[    1.901487] systemd[1]: Starting Create System Users...
[    1.901565] fuse: init (API version 7.36)
[    1.901798] systemd[1]: Mounted Kernel Configuration File System.
[    1.901908] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    1.901989] systemd[1]: Finished Load Kernel Module fuse.
[    1.902864] systemd[1]: Mounting FUSE Control File System...
[    1.903894] systemd[1]: Mounted FUSE Control File System.
[    1.908840] IPMI message handler: version 39.2
[    1.910490] systemd[1]: Finished Create System Users.
[    1.911084] systemd[1]: Starting Create Static Device Nodes in /dev...
[    1.911289] ipmi device interface
[    1.911728] systemd[1]: Finished Load Kernel Modules.
[    1.912285] systemd[1]: Starting Apply Kernel Variables...
[    1.915060] systemd[1]: Finished Apply Kernel Variables.
[    1.916402] hub 1-1:1.0: USB hub found
[    1.916946] hub 1-1:1.0: 4 ports detected
[    1.917225] hub 3-1:1.0: USB hub found
[    1.918305] hub 3-1:1.0: 4 ports detected
[    1.920430] systemd[1]: Finished Create Static Device Nodes in /dev.
[    1.921159] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    1.923012] systemd[1]: Started Journal Service.
[    1.991525] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    1.991673] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    1.992178] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    1.992180] cfg80211: failed to load regulatory.db
[    1.998976] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[    2.022433] ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    2.022511] usb 2-1: New USB device found, idVendor=05e3, idProduct=0626, bcdDevice= 6.63
[    2.022515] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.022517] usb 2-1: Product: USB3.1 Hub
[    2.022518] usb 2-1: Manufacturer: GenesysLogic
[    2.023267] acpi device:04: registered as cooling_device16
[    2.024074] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/LNXVIDEO:00/input/input4
[    2.030632] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    2.031324] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    2.031326] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    2.031365] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    2.033433] usb 4-1: new SuperSpeed USB device number 2 using xhci_hcd
[    2.034119] input: PC Speaker as /devices/platform/pcspkr/input/input5
[    2.044967] hub 2-1:1.0: USB hub found
[    2.045763] hub 2-1:1.0: 4 ports detected
[    2.062769] Adding 10485756k swap on /dev/nvme1n1p2.  Priority:-2 extents:1 across:10485756k SSFS
[    2.068555] BTRFS info (device nvme1n1p3): flagging fs with big metadata feature
[    2.068559] BTRFS info (device nvme1n1p3): turning on async discard
[    2.068561] BTRFS info (device nvme1n1p3): enabling ssd optimizations
[    2.068562] BTRFS info (device nvme1n1p3): using free space tree
[    2.068563] BTRFS info (device nvme1n1p3): has skinny extents
[    2.073609] systemd-journald[344]: Received client request to flush runtime journal.
[    2.104750] input: ELAN0752:00 04F3:31C2 Mouse as /devices/platform/AMDI0010:03/i2c-1/i2c-ELAN0752:00/0018:04F3:31C2.0001/input/input6
[    2.104793] input: ELAN0752:00 04F3:31C2 Touchpad as /devices/platform/AMDI0010:03/i2c-1/i2c-ELAN0752:00/0018:04F3:31C2.0001/input/input8
[    2.104823] hid-generic 0018:04F3:31C2.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN0752:00 04F3:31C2] on i2c-ELAN0752:00
[    2.109134] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    2.109217] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[    2.109278] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[    2.132171] input: HP WMI hotkeys as /devices/virtual/input/input9
[    2.133457] r8169 0000:04:00.0: enabling device (0000 -> 0003)
[    2.133537] r8169 0000:04:00.0: can't disable ASPM; OS doesn't have ASPM control
[    2.133722] usb 4-1: New USB device found, idVendor=2109, idProduct=0813, bcdDevice=90.11
[    2.133725] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.133727] usb 4-1: Product: USB3.0 Hub
[    2.133728] usb 4-1: Manufacturer: VIA Labs, Inc.
[    2.138842] usb 1-3: new high-speed USB device number 3 using xhci_hcd
[    2.146940] r8169 0000:04:00.0 eth0: RTL8168h/8111h, c8:5a:cf:af:b2:53, XID 541, IRQ 94
[    2.146943] r8169 0000:04:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    2.148861] tsc: Refined TSC clocksource calibration: 3218.645 MHz
[    2.148872] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2e65178f332, max_idle_ns: 440795371615 ns
[    2.148911] clocksource: Switched to clocksource tsc
[    2.157084] hub 4-1:1.0: USB hub found
[    2.157305] hub 4-1:1.0: 4 ports detected
[    2.178272] r8169 0000:04:00.0 eno1: renamed from eth0
[    2.237907] input: ELAN0752:00 04F3:31C2 Mouse as /devices/platform/AMDI0010:03/i2c-1/i2c-ELAN0752:00/0018:04F3:31C2.0001/input/input10
[    2.237953] input: ELAN0752:00 04F3:31C2 Touchpad as /devices/platform/AMDI0010:03/i2c-1/i2c-ELAN0752:00/0018:04F3:31C2.0001/input/input12
[    2.237993] hid-multitouch 0018:04F3:31C2.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN0752:00 04F3:31C2] on i2c-ELAN0752:00
[    2.248829] usb 3-1.1: new full-speed USB device number 3 using xhci_hcd
[    2.255502] Generic FE-GE Realtek PHY r8169-0-400:00: attached PHY driver (mii_bus:phy_addr=r8169-0-400:00, irq=MAC)
[    2.259949] mousedev: PS/2 mouse device common for all mice
[    2.263020] [drm] amdgpu kernel modesetting enabled.
[    2.263033] amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle
[    2.263366] ATPX version 1, functions 0x00000001
[    2.263399] ATPX Hybrid Graphics
[    2.265154] amdgpu: Virtual CRAT table created for CPU
[    2.265162] amdgpu: Topology: Add CPU node
[    2.265201] checking generic (d0000000 300000) vs hw (fc00000000 200000000)
[    2.265203] checking generic (d0000000 300000) vs hw (fc00000000 200000000)
[    2.265204] checking generic (d0000000 300000) vs hw (fe00000000 10000000)
[    2.265205] checking generic (d0000000 300000) vs hw (fc800000 100000)
[    2.265235] amdgpu 0000:03:00.0: enabling device (0000 -> 0002)
[    2.265267] [drm] initializing kernel modesetting (DIMGREY_CAVEFISH 0x1002:0x73FF 0x103C:0x8902 0xC3).
[    2.265270] amdgpu 0000:03:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
[    2.268090] snd_hda_intel 0000:03:00.1: enabling device (0000 -> 0002)
[    2.268142] snd_hda_intel 0000:03:00.1: Handle vga_switcheroo audio client
[    2.268144] snd_hda_intel 0000:03:00.1: Force to non-snoop mode
[    2.268355] snd_hda_intel 0000:09:00.1: enabling device (0000 -> 0002)
[    2.268387] snd_hda_intel 0000:09:00.1: Handle vga_switcheroo audio client
[    2.268462] snd_hda_intel 0000:09:00.6: enabling device (0000 -> 0002)
[    2.272911] rtw89_8852ae 0000:05:00.0: enabling device (0000 -> 0003)
[    2.275764] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input13
[    2.275792] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input14
[    2.275828] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:09:00.1/sound/card1/input15
[    2.287865] rtw89_8852ae 0000:05:00.0: Firmware version 0.13.36.0, cmd version 0, type 1
[    2.287868] rtw89_8852ae 0000:05:00.0: Firmware version 0.13.36.0, cmd version 0, type 3
[    2.303739] usb 1-3: New USB device found, idVendor=0408, idProduct=5423, bcdDevice= 0.04
[    2.303742] usb 1-3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    2.303743] usb 1-3: Product: HP Wide Vision HD Camera
[    2.303743] usb 1-3: Manufacturer: Quanta
[    2.303744] usb 1-3: SerialNumber: 200901010001
[    2.307522] rtw89_8852ae 0000:05:00.0: chip rfe_type is 1
[    2.322433] [drm] register mmio base: 0xFC800000
[    2.322437] [drm] register mmio size: 1048576
[    2.324238] [drm] add ip block number 0 <nv_common>
[    2.324239] [drm] add ip block number 1 <gmc_v10_0>
[    2.324240] [drm] add ip block number 2 <navi10_ih>
[    2.324240] [drm] add ip block number 3 <psp>
[    2.324241] [drm] add ip block number 4 <smu>
[    2.324242] [drm] add ip block number 5 <dm>
[    2.324242] [drm] add ip block number 6 <gfx_v10_0>
[    2.324243] [drm] add ip block number 7 <sdma_v5_2>
[    2.324244] [drm] add ip block number 8 <vcn_v3_0>
[    2.324244] [drm] add ip block number 9 <jpeg_v3_0>
[    2.326367] amdgpu 0000:03:00.0: amdgpu: Fetched VBIOS from ATRM
[    2.326369] amdgpu: ATOM BIOS: SWBRT76321.001
[    2.326376] [drm] VCN(0) decode is enabled in VM mode
[    2.326377] [drm] VCN(0) encode is enabled in VM mode
[    2.326382] [drm] JPEG decode is enabled in VM mode
[    2.326395] [drm] GPU posting now...
[    2.326413] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    2.326417] amdgpu 0000:03:00.0: amdgpu: VRAM: 8176M 0x0000008000000000 - 0x00000081FEFFFFFF (8176M used)
[    2.326419] amdgpu 0000:03:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
[    2.326420] amdgpu 0000:03:00.0: amdgpu: AGP: 267894784M 0x0000008400000000 - 0x0000FFFFFFFFFFFF
[    2.326426] [drm] Detected VRAM RAM=8176M, BAR=8192M
[    2.326427] [drm] RAM width 128bits GDDR6
[    2.326463] [drm] amdgpu: 8176M of VRAM memory ready
[    2.326463] [drm] amdgpu: 8176M of GTT memory ready.
[    2.326471] [drm] GART: num cpu pages 131072, num gpu pages 131072
[    2.326587] [drm] PCIE GART of 512M enabled (table at 0x0000008000000000).
[    2.333229] amdgpu 0000:03:00.0: amdgpu: PSP runtime database doesn't exist
[    2.335526] usb 3-1.1: device descriptor read/64, error -32
[    2.374767] snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC245: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[    2.374770] snd_hda_codec_realtek hdaudioC2D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    2.374772] snd_hda_codec_realtek hdaudioC2D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    2.374773] snd_hda_codec_realtek hdaudioC2D0:    mono: mono_out=0x0
[    2.374773] snd_hda_codec_realtek hdaudioC2D0:    inputs:
[    2.374774] snd_hda_codec_realtek hdaudioC2D0:      Mic=0x19
[    2.382160] usb 1-1.2: new full-speed USB device number 4 using xhci_hcd
[    2.448959] r8169 0000:04:00.0 eno1: Link is Down
[    2.449254] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:09:00.6/sound/card2/input16
[    2.449312] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:09:00.6/sound/card2/input17
[    2.484203] rtw89_8852ae 0000:05:00.0 wlo1: renamed from wlan0
[    2.507324] usb 1-1.2: not running at top speed; connect to a high speed hub
[    2.525194] usb 1-1.2: New USB device found, idVendor=041e, idProduct=3267, bcdDevice=10.30
[    2.525197] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=9
[    2.525199] usb 1-1.2: Product: Sound Blaster G3
[    2.525200] usb 1-1.2: Manufacturer: Creative Technology Ltd
[    2.525201] usb 1-1.2: SerialNumber: 8AA0EA2A7DC7C043
[    2.532192] usb 3-1.1: device descriptor read/64, error -32
[    2.584961] usb 2-1.4: new SuperSpeed USB device number 3 using xhci_hcd
[    2.606647] usb 2-1.4: New USB device found, idVendor=05e3, idProduct=0749, bcdDevice=15.35
[    2.606650] usb 2-1.4: New USB device strings: Mfr=3, Product=4, SerialNumber=5
[    2.606651] usb 2-1.4: Product: USB3.0 Card Reader
[    2.606652] usb 2-1.4: Manufacturer: Generic
[    2.606653] usb 2-1.4: SerialNumber: 000000001536
[    2.735496] usb 3-1.1: new full-speed USB device number 4 using xhci_hcd
[    2.738842] usb 1-4: new full-speed USB device number 5 using xhci_hcd
[    2.825703] usb 3-1.1: device descriptor read/64, error -32
[    2.898300] usb 1-4: New USB device found, idVendor=0bda, idProduct=2852, bcdDevice= 0.00
[    2.898303] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.898304] usb 1-4: Product: Bluetooth Radio
[    2.898305] usb 1-4: Manufacturer: Realtek
[    2.898307] usb 1-4: SerialNumber: 00e04c000001
[    2.975497] usb 1-1.3: new full-speed USB device number 6 using xhci_hcd
[    3.025514] usb 3-1.1: device descriptor read/64, error -32
[    3.056103] SGI XFS with ACLs, security attributes, realtime, scrub, repair, quota, no debug enabled
[    3.091925] XFS (nvme0n1p1): Mounting V5 Filesystem
[    3.096954] XFS (nvme0n1p1): Ending clean mount
[    3.111653] usb 1-1.3: New USB device found, idVendor=046d, idProduct=c53f, bcdDevice=44.00
[    3.111657] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.111659] usb 1-1.3: Product: USB Receiver
[    3.111660] usb 1-1.3: Manufacturer: Logitech
[    3.135495] clocksource: timekeeping watchdog on CPU5: Marking clocksource 'tsc' as unstable because the skew is too large:
[    3.135499] clocksource:                       'hpet' wd_nsec: 510578020 wd_now: 29801c2 wd_last: 22874ee mask: ffffffff
[    3.135500] clocksource:                       'tsc' cs_nsec: 506668505 cs_now: 12807c0f60 cs_last: 121f483d60 mask: ffffffffffffffff
[    3.135501] clocksource:                       'tsc' is current clocksource.
[    3.135503] tsc: Marking TSC unstable due to clocksource watchdog
[    3.135506] TSC found unstable after boot, most likely due to broken BIOS. Use 'tsc=unstable'.
[    3.135507] sched_clock: Marking unstable (3135230737, 275837)<-(3138086768, -2580622)
[    3.135609] clocksource: Checking clocksource tsc synchronization from CPU 0 to CPUs 1,5,9,11-13.
[    3.135645] clocksource: Switched to clocksource hpet
[    3.135846] usb 3-1-port1: attempt power cycle
[    3.208922] usb 4-1.4: new SuperSpeed USB device number 3 using xhci_hcd
[    3.226445] usb 4-1.4: New USB device found, idVendor=1058, idProduct=10b8, bcdDevice=10.12
[    3.226448] usb 4-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=5
[    3.226449] usb 4-1.4: Product: Elements 10B8
[    3.226450] usb 4-1.4: Manufacturer: Western Digital
[    3.226450] usb 4-1.4: SerialNumber: 57584C314136353046313433
[    3.310356] mc: Linux media interface: v0.10
[    3.311979] usb-storage 2-1.4:1.0: USB Mass Storage device detected
[    3.312194] scsi host0: usb-storage 2-1.4:1.0
[    3.312235] ccp 0000:09:00.2: enabling device (0000 -> 0002)
[    3.312300] usb-storage 4-1.4:1.0: USB Mass Storage device detected
[    3.312404] ccp 0000:09:00.2: ccp: unable to access the device: you might be running a broken BIOS.
[    3.312437] scsi host1: usb-storage 4-1.4:1.0
[    3.312497] usbcore: registered new interface driver usb-storage
[    3.312523] cdc_acm 1-1.2:1.1: ttyACM0: USB ACM device
[    3.312553] usbcore: registered new interface driver cdc_acm
[    3.312554] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    3.313419] snd_rn_pci_acp3x 0000:09:00.5: enabling device (0000 -> 0002)
[    3.315601] usbcore: registered new interface driver uas
[    3.319771] videodev: Linux video capture interface: v2.00
[    3.320560] input: Creative Technology Ltd Sound Blaster G3 as /devices/pci0000:00/0000:00:08.1/0000:09:00.3/usb1/1-1/1-1.2/1-1.2:1.0/0003:041E:3267.0002/input/input18
[    3.322553] ccp 0000:09:00.2: tee enabled
[    3.322556] ccp 0000:09:00.2: psp enabled
[    3.327447] Bluetooth: Core ver 2.22
[    3.327459] NET: Registered PF_BLUETOOTH protocol family
[    3.327459] Bluetooth: HCI device and connection manager initialized
[    3.327463] Bluetooth: HCI socket layer initialized
[    3.327465] Bluetooth: L2CAP socket layer initialized
[    3.327466] Bluetooth: SCO socket layer initialized
[    3.344789] usbcore: registered new interface driver btusb
[    3.346480] Bluetooth: hci0: RTL: examining hci_ver=0b hci_rev=000a lmp_ver=0b lmp_subver=8852
[    3.347091] usb 1-3: Found UVC 1.00 device HP Wide Vision HD Camera (0408:5423)
[    3.348477] Bluetooth: hci0: RTL: rom_version status=0 version=1
[    3.348479] Bluetooth: hci0: RTL: loading rtl_bt/rtl8852au_fw.bin
[    3.351375] Bluetooth: hci0: RTL: loading rtl_bt/rtl8852au_config.bin
[    3.351827] Bluetooth: hci0: RTL: cfg_sz 6, total sz 46691
[    3.357633] input: HP Wide Vision HD Camera: HP Wi as /devices/pci0000:00/0000:00:08.1/0000:09:00.3/usb1/1-3/1-3:1.0/input/input19
[    3.375593] hid-generic 0003:041E:3267.0002: input,hidraw1: USB HID v1.10 Device [Creative Technology Ltd Sound Blaster G3] on usb-0000:09:00.3-1.2/input0
[    3.376242] usbcore: registered new interface driver uvcvideo
[    3.378579] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:08.1/0000:09:00.3/usb1/1-1/1-1.3/1-1.3:1.0/0003:046D:C53F.0003/input/input20
[    3.432321] hid-generic 0003:046D:C53F.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:09:00.3-1.3/input0
[    3.447617] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:08.1/0000:09:00.3/usb1/1-1/1-1.3/1-1.3:1.1/0003:046D:C53F.0004/input/input21
[    3.447707] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:09:00.3/usb1/1-1/1-1.3/1-1.3:1.1/0003:046D:C53F.0004/input/input22
[    3.502281] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:08.1/0000:09:00.3/usb1/1-1/1-1.3/1-1.3:1.1/0003:046D:C53F.0004/input/input23
[    3.502368] hid-generic 0003:046D:C53F.0004: input,hiddev96,hidraw3: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:09:00.3-1.3/input1
[    3.511590] hid-generic 0003:046D:C53F.0005: hiddev97,hidraw4: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:09:00.3-1.3/input2
[    3.511606] usbcore: registered new interface driver usbhid
[    3.511607] usbhid: USB HID core driver
[    3.690488] usb 1-1.2: Warning! Unlikely big volume range (=1120), cval->res is probably wrong.
[    3.690491] usb 1-1.2: [11] FU [Aux In Playback Volume] ch = 1, val = -24576/2304/24
[    3.719639] logitech-djreceiver 0003:046D:C53F.0003: hidraw2: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:09:00.3-1.3/input0
[    3.742476] usb 1-1.2: Warning! Unlikely big volume range (=1120), cval->res is probably wrong.
[    3.742478] usb 1-1.2: [13] FU [Microphone Playback Volume] ch = 1, val = -24576/2304/24
[    3.746533] Bluetooth: hci0: RTL: fw version 0xdfb80634
[    3.795472] usb 1-1.2: Warning! Unlikely big volume range (=853), cval->res is probably wrong.
[    3.795475] usb 1-1.2: [12] FU [SPDIF In Playback Volume] ch = 1, val = -20493/0/24
[    3.848472] usb 1-1.2: Warning! Unlikely big volume range (=853), cval->res is probably wrong.
[    3.848474] usb 1-1.2: [1] FU [Speaker Playback Volume] ch = 1, val = -20493/0/24
[    3.877504] Bluetooth: hci0: AOSP extensions version v1.00
[    3.877508] Bluetooth: hci0: AOSP quality report is supported
[    3.882575] logitech-djreceiver 0003:046D:C53F.0004: hiddev96,hidraw3: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:09:00.3-1.3/input1
[    3.902231] usb 1-1.2: Warning! Unlikely big volume range (=1120), cval->res is probably wrong.
[    3.902233] usb 1-1.2: [2] FU [Microphone Capture Volume] ch = 1, val = -24576/2304/24
[    3.939207] logitech-djreceiver 0003:046D:C53F.0005: hiddev97,hidraw4: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:09:00.3-1.3/input2
[    3.953486] usb 1-1.2: Warning! Unlikely big volume range (=853), cval->res is probably wrong.
[    3.953489] usb 1-1.2: [23] FU [What U Hear Capture Volume] ch = 1, val = -20493/0/24
[    3.997703] logitech-djreceiver 0003:046D:C53F.0005: device of type eQUAD Lightspeed 1.1 (0x0d) connected on slot 1
[    3.997883] input: Logitech Wireless Mouse PID:4074 Keyboard as /devices/pci0000:00/0000:00:08.1/0000:09:00.3/usb1/1-1/1-1.3/1-1.3:1.2/0003:046D:C53F.0005/0003:046D:4074.0006/input/input25
[    3.998013] input: Logitech Wireless Mouse PID:4074 Mouse as /devices/pci0000:00/0000:00:08.1/0000:09:00.3/usb1/1-1/1-1.3/1-1.3:1.2/0003:046D:C53F.0005/0003:046D:4074.0006/input/input26
[    3.998118] hid-generic 0003:046D:4074.0006: input,hidraw5: USB HID v1.11 Keyboard [Logitech Wireless Mouse PID:4074] on usb-0000:09:00.3-1.3/input2:1
[    4.004472] usb 1-1.2: Warning! Unlikely big volume range (=1120), cval->res is probably wrong.
[    4.004474] usb 1-1.2: [25] FU [Aux In Capture Volume] ch = 1, val = -24576/2304/24
[    4.057487] usb 1-1.2: Warning! Unlikely big volume range (=853), cval->res is probably wrong.
[    4.057490] usb 1-1.2: [8] FU [SPDIF In Capture Volume] ch = 1, val = -20493/0/24
[    4.122473] usb 1-1.2: Warning! Unlikely big volume range (=853), cval->res is probably wrong.
[    4.122475] usb 1-1.2: [14] FU [Headset Playback Volume] ch = 1, val = -20493/0/24
[    4.122650] usbcore: registered new interface driver snd-usb-audio
[    4.336425] scsi 1:0:0:0: Direct-Access     WD       Elements 10B8    1012 PQ: 0 ANSI: 6
[    4.336812] sd 1:0:0:0: [sda] 1953458176 512-byte logical blocks: (1.00 TB/931 GiB)
[    4.337124] sd 1:0:0:0: [sda] Write Protect is off
[    4.337127] sd 1:0:0:0: [sda] Mode Sense: 47 00 10 08
[    4.337352] scsi 0:0:0:0: Direct-Access     Generic  MassStorageClass 1536 PQ: 0 ANSI: 6
[    4.337437] sd 1:0:0:0: [sda] No Caching mode page found
[    4.337440] sd 1:0:0:0: [sda] Assuming drive cache: write through
[    4.338228] scsi 0:0:0:1: Direct-Access     Generic  MassStorageClass 1536 PQ: 0 ANSI: 6
[    4.338635]  sda: sda1
[    4.339510] sd 1:0:0:0: [sda] Attached SCSI disk
[    4.344756] input: Logitech G305 as /devices/pci0000:00/0000:00:08.1/0000:09:00.3/usb1/1-1/1-1.3/1-1.3:1.2/0003:046D:C53F.0005/0003:046D:4074.0006/input/input30
[    4.344910] logitech-hidpp-device 0003:046D:4074.0006: input,hidraw5: USB HID v1.11 Keyboard [Logitech G305] on usb-0000:09:00.3-1.3/input2:1
[    4.541304] sd 0:0:0:0: [sdb] Media removed, stopped polling
[    4.744082] sd 0:0:0:1: [sdc] Media removed, stopped polling
[    4.745775] sd 0:0:0:0: [sdb] Attached SCSI removable disk
[    4.748141] sd 0:0:0:1: [sdc] Attached SCSI removable disk
[    4.750226] amdgpu 0000:03:00.0: amdgpu: STB initialized to 2048 entries
[    4.754828] [drm] Loading DMUB firmware via PSP: version=0x0202000F
[    4.768546] [drm] use_doorbell being set to: [true]
[    4.768562] [drm] use_doorbell being set to: [true]
[    4.787372] [drm] Found VCN firmware Version ENC: 1.20 DEC: 2 VEP: 0 Revision: 5
[    4.787379] amdgpu 0000:03:00.0: amdgpu: Will use PSP to load VCN firmware
[    4.950978] [drm] reserve 0xa00000 from 0x81fe000000 for PSP TMR
[    5.028313] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[    5.039771] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[    5.039794] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000f, smu fw if version = 0x00000013, smu fw program = 0, version = 0x003b2900 (59.41.0)
[    5.039797] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[    5.039802] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[    5.091546] amdgpu 0000:03:00.0: amdgpu: SMU is initialized successfully!
[    5.091716] [drm] Display Core initialized with v3.2.177!
[    5.092937] [drm] DMUB hardware initialized: version=0x0202000F
[    5.112176] snd_hda_intel 0000:03:00.1: bound 0000:03:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[    5.141591] [drm] kiq ring mec 2 pipe 1 q 0
[    5.145928] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[    5.146679] [drm] JPEG decode initialized successfully.
[    5.148119] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[    5.191245] memmap_init_zone_device initialised 2097152 pages in 10ms
[    5.191251] amdgpu: HMM registered 8176MB device memory
[    5.191302] amdgpu: SRAT table not found
[    5.191302] amdgpu: Virtual CRAT table created for GPU
[    5.191417] amdgpu: Topology: Add dGPU node [0x73ff:0x1002]
[    5.191419] kfd kfd: amdgpu: added device 1002:73ff
[    5.191437] amdgpu 0000:03:00.0: amdgpu: SE 2, SH per SE 2, CU per SH 8, active_cu_number 28
[    5.191500] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[    5.191501] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[    5.191502] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[    5.191502] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[    5.191503] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[    5.191504] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[    5.191504] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[    5.191505] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[    5.191505] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[    5.191506] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[    5.191506] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[    5.191507] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[    5.191507] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[    5.191508] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[    5.191509] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[    5.191509] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[    5.192454] amdgpu 0000:03:00.0: amdgpu: Using BOCO for runtime pm
[    5.209120] [drm] Initialized amdgpu 3.46.0 20150101 for 0000:03:00.0 on minor 0
[    5.214310] checking generic (d0000000 300000) vs hw (0 0)
[    5.214383] amdgpu 0000:03:00.0: [drm] fb1: amdgpudrmfb frame buffer device
[    5.245713] checking generic (d0000000 300000) vs hw (d0000000 10000000)
[    5.245717] checking generic (d0000000 300000) vs hw (d0000000 10000000)
[    5.245719] fb0: switching to amdgpu from EFI VGA
[    5.245971] Console: switching to colour dummy device 80x25
[    5.245995] amdgpu 0000:09:00.0: vgaarb: deactivate vga console
[    5.246026] amdgpu 0000:09:00.0: enabling device (0006 -> 0007)
[    5.246117] [drm] initializing kernel modesetting (RENOIR 0x1002:0x1638 0x103C:0x8902 0xC5).
[    5.246124] amdgpu 0000:09:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled
[    5.302600] [drm] register mmio base: 0xFC700000
[    5.302603] [drm] register mmio size: 524288
[    5.304040] [drm] add ip block number 0 <soc15_common>
[    5.304041] [drm] add ip block number 1 <gmc_v9_0>
[    5.304042] [drm] add ip block number 2 <vega10_ih>
[    5.304043] [drm] add ip block number 3 <psp>
[    5.304043] [drm] add ip block number 4 <smu>
[    5.304044] [drm] add ip block number 5 <dm>
[    5.304044] [drm] add ip block number 6 <gfx_v9_0>
[    5.304044] [drm] add ip block number 7 <sdma_v4_0>
[    5.304045] [drm] add ip block number 8 <vcn_v2_0>
[    5.304046] [drm] add ip block number 9 <jpeg_v2_0>
[    5.304055] amdgpu 0000:09:00.0: amdgpu: Fetched VBIOS from VFCT
[    5.304056] amdgpu: ATOM BIOS: 113-CEZANNE-018
[    5.310138] [drm] VCN decode is enabled in VM mode
[    5.310140] [drm] VCN encode is enabled in VM mode
[    5.310140] [drm] JPEG decode is enabled in VM mode
[    5.310142] amdgpu 0000:09:00.0: amdgpu: PCIE atomic ops is not supported
[    5.310149] amdgpu 0000:09:00.0: amdgpu: MODE2 reset
[    5.310601] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    5.310605] amdgpu 0000:09:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
[    5.310607] amdgpu 0000:09:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[    5.310608] amdgpu 0000:09:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[    5.310613] [drm] Detected VRAM RAM=512M, BAR=512M
[    5.310614] [drm] RAM width 128bits DDR4
[    5.310628] [drm] amdgpu: 512M of VRAM memory ready
[    5.310628] [drm] amdgpu: 3072M of GTT memory ready.
[    5.310636] [drm] GART: num cpu pages 262144, num gpu pages 262144
[    5.310751] [drm] PCIE GART of 1024M enabled.
[    5.310752] [drm] PTB located at 0x000000F400900000
[    5.316156] amdgpu 0000:09:00.0: amdgpu: PSP runtime database doesn't exist
[    5.320117] [drm] Loading DMUB firmware via PSP: version=0x01010020
[    5.342540] [drm] Found VCN firmware Version ENC: 1.17 DEC: 5 VEP: 0 Revision: 2
[    5.342545] amdgpu 0000:09:00.0: amdgpu: Will use PSP to load VCN firmware
[    5.438264] r8169 0000:04:00.0 eno1: Link is Up - 1Gbps/Full - flow control rx/tx
[    5.438273] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
[    5.919803] systemd-journald[344]: Time jumped backwards, rotating.
[    6.058981] [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
[    6.145614] amdgpu 0000:09:00.0: amdgpu: RAS: optional ras ta ucode is not available
[    6.154359] amdgpu 0000:09:00.0: amdgpu: RAP: optional rap ta ucode is not available
[    6.154361] amdgpu 0000:09:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[    6.158160] amdgpu 0000:09:00.0: amdgpu: SMU is initialized successfully!
[    6.158445] [drm] Display Core initialized with v3.2.177!
[    6.159005] [drm] DMUB hardware initialized: version=0x01010020
[    6.171956] snd_hda_intel 0000:09:00.1: bound 0000:09:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[    6.319850] [drm] kiq ring mec 2 pipe 1 q 0
[    6.325429] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[    6.325446] [drm] JPEG decode initialized successfully.
[    6.327143] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[    6.354031] memmap_init_zone_device initialised 131072 pages in 0ms
[    6.354034] amdgpu: HMM registered 512MB device memory
[    6.354054] amdgpu: SRAT table not found
[    6.354054] amdgpu: Virtual CRAT table created for GPU
[    6.354720] amdgpu: Topology: Add dGPU node [0x1638:0x1002]
[    6.354722] kfd kfd: amdgpu: added device 1002:1638
[    6.354798] amdgpu 0000:09:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 8, active_cu_number 8
[    6.357625] amdgpu 0000:09:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[    6.357626] amdgpu 0000:09:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[    6.357626] amdgpu 0000:09:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[    6.357627] amdgpu 0000:09:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[    6.357627] amdgpu 0000:09:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[    6.357628] amdgpu 0000:09:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[    6.357628] amdgpu 0000:09:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[    6.357629] amdgpu 0000:09:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[    6.357630] amdgpu 0000:09:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[    6.357630] amdgpu 0000:09:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[    6.357631] amdgpu 0000:09:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[    6.357631] amdgpu 0000:09:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[    6.357632] amdgpu 0000:09:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[    6.357632] amdgpu 0000:09:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[    6.357633] amdgpu 0000:09:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[    6.359479] [drm] Initialized amdgpu 3.46.0 20150101 for 0000:09:00.0 on minor 1
[    6.363723] fbcon: amdgpudrmfb (fb0) is primary device
[    6.363753] [drm] DSC precompute is not needed.
[    6.447366] Console: switching to colour frame buffer device 240x67
[    6.456679] amdgpu 0000:09:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[    7.639612] rtw89_8852ae 0000:05:00.0: c2h class 1 func 2 not support
[    7.639616] rtw89_8852ae 0000:05:00.0: c2h class 1 func 2 not support
[    8.695865] usb 3-1.1: new full-speed USB device number 6 using xhci_hcd
[    8.819748] usb 3-1.1: New USB device found, idVendor=2516, idProduct=003b, bcdDevice=12.01
[    8.819759] usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    8.819763] usb 3-1.1: Product: MasterKeys Pro L
[    8.819765] usb 3-1.1: Manufacturer: Cooler Master Technology Inc.
[    8.955893] input: Cooler Master Technology Inc. MasterKeys Pro L as /devices/pci0000:00/0000:00:08.1/0000:09:00.4/usb3/3-1/3-1.1/3-1.1:1.0/0003:2516:003B.0007/input/input31
[    9.015699] hid-generic 0003:2516:003B.0007: input,hidraw6: USB HID v1.11 Keyboard [Cooler Master Technology Inc. MasterKeys Pro L] on usb-0000:09:00.4-1.1/input0
[    9.019078] hid-generic 0003:2516:003B.0008: hiddev98,hidraw7: USB HID v1.11 Device [Cooler Master Technology Inc. MasterKeys Pro L] on usb-0000:09:00.4-1.1/input1
[    9.022466] input: Cooler Master Technology Inc. MasterKeys Pro L System Control as /devices/pci0000:00/0000:00:08.1/0000:09:00.4/usb3/3-1/3-1.1/3-1.1:1.2/0003:2516:003B.0009/input/input32
[    9.079024] input: Cooler Master Technology Inc. MasterKeys Pro L Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:09:00.4/usb3/3-1/3-1.1/3-1.1:1.2/0003:2516:003B.0009/input/input33
[    9.079249] input: Cooler Master Technology Inc. MasterKeys Pro L Keyboard as /devices/pci0000:00/0000:00:08.1/0000:09:00.4/usb3/3-1/3-1.1/3-1.1:1.2/0003:2516:003B.0009/input/input34
[    9.079376] hid-generic 0003:2516:003B.0009: input,hidraw8: USB HID v1.11 Keyboard [Cooler Master Technology Inc. MasterKeys Pro L] on usb-0000:09:00.4-1.1/input2
[   11.647463] rtw89_8852ae 0000:05:00.0: c2h class 1 func 2 not support
[   11.647470] rtw89_8852ae 0000:05:00.0: c2h class 1 func 2 not support
[   11.651433] rtw89_8852ae 0000:05:00.0: c2h class 1 func 2 not support
[   11.651435] rtw89_8852ae 0000:05:00.0: c2h class 1 func 2 not support
[   17.154212] rtw89_8852ae 0000:05:00.0: c2h class 1 func 2 not support
[   17.154218] rtw89_8852ae 0000:05:00.0: c2h class 1 func 2 not support
[   17.158429] rtw89_8852ae 0000:05:00.0: c2h class 1 func 2 not support
[   17.158443] rtw89_8852ae 0000:05:00.0: c2h class 1 func 2 not support
[   23.281381] logitech-hidpp-device 0003:046D:4074.0006: HID++ 4.2 device connected.
[   24.152284] rtw89_8852ae 0000:05:00.0: c2h class 1 func 2 not support
[   24.152291] rtw89_8852ae 0000:05:00.0: c2h class 1 func 2 not support
[   24.156202] rtw89_8852ae 0000:05:00.0: c2h class 1 func 2 not support
[   24.156208] rtw89_8852ae 0000:05:00.0: c2h class 1 func 2 not support
[   34.158650] rtw89_8852ae 0000:05:00.0: c2h class 1 func 2 not support
[   34.158657] rtw89_8852ae 0000:05:00.0: c2h class 1 func 2 not support

Since I'm far from experienced in dealing with these problems (funny because my previous laptop was an Optimus one xD) I will be more than willing to upload any log necessary that could help fix the issues.

Thanks in advance smile

Last edited by MrSister (2022-06-27 11:07:22)

Offline

#2 2022-06-23 12:44:06

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,427

Re: [SOLVED] External monitor issues. Plasma + AMDGPU + X11

A xorg.log would probably be more interesting. FWIW it could be an issue in xf86-video-amdgpu, what's the situation if you remove that and the config file you've created so xorg opts for the modesetting driver instead?

Offline

#3 2022-06-23 13:53:06

MrSister
Member
Registered: 2015-06-10
Posts: 11

Re: [SOLVED] External monitor issues. Plasma + AMDGPU + X11

V1del wrote:

A xorg.log would probably be more interesting. FWIW it could be an issue in xf86-video-amdgpu, what's the situation if you remove that and the config file you've created so xorg opts for the modesetting driver instead?

I will try removing the file and provide the xorg.log after work. Since I don't have a backup system at the moment, the last thing I want is to be left with some black screen for the rest of work hours XD

Offline

#4 2022-06-23 17:01:34

MrSister
Member
Registered: 2015-06-10
Posts: 11

Re: [SOLVED] External monitor issues. Plasma + AMDGPU + X11

Here is the promised xorg.log

[ 15182.491] (--) Log file renamed from "/var/log/Xorg.pid-21136.log" to "/var/log/Xorg.0.log"
[ 15182.491] 
X.Org X Server 1.21.1.3
X Protocol Version 11, Revision 0
[ 15182.491] Current Operating System: Linux mothership 5.18.5-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 16 Jun 2022 20:40:45 +0000 x86_64
[ 15182.491] Kernel command line: BOOT_IMAGE=/@/boot/vmlinuz-linux root=UUID=f3718a24-0f2b-436a-b5e1-242cf4588216 rw rootflags=subvol=@ quiet resume=UUID=11c1a996-e399-425b-a986-c2721bad36a1 loglevel=3 audit=0
[ 15182.491]  
[ 15182.491] Current version of pixman: 0.40.0
[ 15182.491] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[ 15182.491] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 15182.491] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jun 23 18:08:39 2022
[ 15182.491] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 15182.491] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 15182.491] (==) No Layout section.  Using the first Screen section.
[ 15182.491] (==) No screen section available. Using defaults.
[ 15182.491] (**) |-->Screen "Default Screen Section" (0)
[ 15182.491] (**) |   |-->Monitor "<default monitor>"
[ 15182.492] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[ 15182.492] (**) |   |-->Device "AMD"
[ 15182.492] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[ 15182.492] (==) Automatically adding devices
[ 15182.492] (==) Automatically enabling devices
[ 15182.492] (==) Automatically adding GPU devices
[ 15182.492] (==) Automatically binding GPU devices
[ 15182.492] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 15182.492] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 15182.492] 	Entry deleted from font path.
[ 15182.492] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 15182.492] 	Entry deleted from font path.
[ 15182.492] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[ 15182.492] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 15182.492] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 15182.492] (II) Module ABI versions:
[ 15182.492] 	X.Org ANSI C Emulation: 0.4
[ 15182.492] 	X.Org Video Driver: 25.2
[ 15182.492] 	X.Org XInput driver : 24.4
[ 15182.492] 	X.Org Server Extension : 10.0
[ 15182.492] (++) using VT number 1

[ 15182.492] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 15182.493] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 15182.493] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.0/drm/card0
[ 15182.527] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 15182.527] (II) Platform probe for /sys/devices/pci0000:00/0000:00:08.1/0000:09:00.0/drm/card1
[ 15182.543] (--) PCI: (3@0:0:0) 1002:73ff:103c:8902 rev 195, Mem @ 0xfc00000000/8589934592, 0xfe00000000/268435456, 0xfc800000/1048576, BIOS @ 0x????????/131072
[ 15182.543] (--) PCI:*(9@0:0:0) 1002:1638:103c:8902 rev 197, Mem @ 0xd0000000/268435456, 0xe0000000/2097152, 0xfc700000/524288, I/O @ 0x0000d000/256
[ 15182.543] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 15182.543] (II) LoadModule: "glx"
[ 15182.543] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 15182.545] (II) Module glx: vendor="X.Org Foundation"
[ 15182.545] 	compiled for 1.21.1.3, module version = 1.0.0
[ 15182.545] 	ABI class: X.Org Server Extension, version 10.0
[ 15182.545] (II) LoadModule: "amdgpu"
[ 15182.545] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[ 15182.545] (II) Module amdgpu: vendor="X.Org Foundation"
[ 15182.545] 	compiled for 1.21.1.3, module version = 22.0.0
[ 15182.545] 	Module class: X.Org Video Driver
[ 15182.545] 	ABI class: X.Org Video Driver, version 25.2
[ 15182.545] (II) AMDGPU: Driver for AMD Radeon:
	All GPUs supported by the amdgpu kernel driver
[ 15182.561] (II) AMDGPU(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[ 15182.561] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[ 15182.561] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 15182.561] (==) AMDGPU(0): Default visual is TrueColor
[ 15182.561] (**) AMDGPU(0): Option "DRI" "2"
[ 15182.561] (==) AMDGPU(0): RGB weight 888
[ 15182.561] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[ 15182.561] (--) AMDGPU(0): Chipset: "Unknown AMD Radeon GPU" (ChipID = 0x1638)
[ 15182.561] (II) Loading sub module "fb"
[ 15182.561] (II) LoadModule: "fb"
[ 15182.561] (II) Module "fb" already built-in
[ 15182.561] (II) Loading sub module "dri2"
[ 15182.561] (II) LoadModule: "dri2"
[ 15182.561] (II) Module "dri2" already built-in
[ 15182.579] (II) Loading sub module "glamoregl"
[ 15182.579] (II) LoadModule: "glamoregl"
[ 15182.579] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 15182.581] (II) Module glamoregl: vendor="X.Org Foundation"
[ 15182.581] 	compiled for 1.21.1.3, module version = 1.0.1
[ 15182.581] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 15182.585] (II) AMDGPU(0): glamor X acceleration enabled on AMD RENOIR (LLVM 13.0.1, DRM 3.46, 5.18.5-arch1-1)
[ 15182.585] (II) AMDGPU(0): glamor detected, initialising EGL layer.
[ 15182.585] (==) AMDGPU(0): TearFree property default: auto
[ 15182.585] (==) AMDGPU(0): VariableRefresh: disabled
[ 15182.585] (==) AMDGPU(0): AsyncFlipSecondaries: disabled
[ 15182.585] (II) AMDGPU(0): KMS Pageflipping: enabled
[ 15182.587] (II) AMDGPU(0): Output eDP has no monitor section
[ 15182.587] (II) AMDGPU(0): Output DisplayPort-1 has no monitor section
[ 15182.593] (II) AMDGPU(0): EDID for output eDP
[ 15182.594] (II) AMDGPU(0): Manufacturer: CMN  Model: 1609  Serial#: 0
[ 15182.594] (II) AMDGPU(0): Year: 2020  Week: 30
[ 15182.594] (II) AMDGPU(0): EDID Version: 1.4
[ 15182.594] (II) AMDGPU(0): Digital Display Input
[ 15182.594] (II) AMDGPU(0): 8 bits per channel
[ 15182.594] (II) AMDGPU(0): Digital interface is DisplayPort
[ 15182.594] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 36  vert.: 20
[ 15182.594] (II) AMDGPU(0): Gamma: 2.20
[ 15182.594] (II) AMDGPU(0): No DPMS capabilities specified
[ 15182.594] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 
[ 15182.594] (II) AMDGPU(0): First detailed timing is preferred mode
[ 15182.594] (II) AMDGPU(0): Preferred mode is native pixel format and refresh rate
[ 15182.594] (II) AMDGPU(0): Display is continuous-frequency
[ 15182.594] (II) AMDGPU(0): redX: 0.590 redY: 0.350   greenX: 0.330 greenY: 0.555
[ 15182.594] (II) AMDGPU(0): blueX: 0.153 blueY: 0.119   whiteX: 0.313 whiteY: 0.329
[ 15182.594] (II) AMDGPU(0): Manufacturer's mask: 0
[ 15182.594] (II) AMDGPU(0): Supported detailed timing:
[ 15182.594] (II) AMDGPU(0): clock: 342.1 MHz   Image Size:  355 x 199 mm
[ 15182.594] (II) AMDGPU(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 15182.594] (II) AMDGPU(0): v_active: 1080  v_sync: 1090  v_sync_end 1096 v_blanking: 1142 v_border: 0
[ 15182.594] (II) AMDGPU(0): Supported detailed timing:
[ 15182.594] (II) AMDGPU(0): clock: 142.5 MHz   Image Size:  355 x 199 mm
[ 15182.594] (II) AMDGPU(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 15182.594] (II) AMDGPU(0): v_active: 1080  v_sync: 1090  v_sync_end 1096 v_blanking: 1142 v_border: 0
[ 15182.594] (II) AMDGPU(0): Unknown vendor-specific block 2
[ 15182.594] (II) AMDGPU(0): EDID (in hex):
[ 15182.594] (II) AMDGPU(0): 	00ffffffffffff000dae091600000000
[ 15182.594] (II) AMDGPU(0): 	1e1e0104a52414780328659759548e27
[ 15182.594] (II) AMDGPU(0): 	1e505400000001010101010101010101
[ 15182.594] (II) AMDGPU(0): 	0101010101019e8580a070383e403020
[ 15182.594] (II) AMDGPU(0): 	a60063c71000001aae3780a070383e40
[ 15182.594] (II) AMDGPU(0): 	3020a60063c71000001a000000000000
[ 15182.594] (II) AMDGPU(0): 	00000000000000000000000000000002
[ 15182.594] (II) AMDGPU(0): 	000c3dff0c327d29162e7d0000000024
[ 15182.594] (II) AMDGPU(0): Printing probed modes for output eDP
[ 15182.594] (II) AMDGPU(0): Modeline "1920x1080"x144.0  342.06  1920 1968 2000 2080  1080 1090 1096 1142 +hsync -vsync (164.5 kHz eP)
[ 15182.594] (II) AMDGPU(0): Modeline "1920x1080"x60.0  142.54  1920 1968 2000 2080  1080 1090 1096 1142 +hsync -vsync (68.5 kHz e)
[ 15182.594] (II) AMDGPU(0): Modeline "1680x1050"x144.0  342.06  1680 1968 2000 2080  1050 1090 1096 1142 +hsync -vsync (164.5 kHz e)
[ 15182.594] (II) AMDGPU(0): Modeline "1280x1024"x144.0  342.06  1280 1968 2000 2080  1024 1090 1096 1142 +hsync -vsync (164.5 kHz e)
[ 15182.594] (II) AMDGPU(0): Modeline "1440x900"x144.0  342.06  1440 1968 2000 2080  900 1090 1096 1142 +hsync -vsync (164.5 kHz e)
[ 15182.594] (II) AMDGPU(0): Modeline "1280x800"x144.0  342.06  1280 1968 2000 2080  800 1090 1096 1142 +hsync -vsync (164.5 kHz e)
[ 15182.594] (II) AMDGPU(0): Modeline "1280x720"x144.0  342.06  1280 1968 2000 2080  720 1090 1096 1142 +hsync -vsync (164.5 kHz e)
[ 15182.594] (II) AMDGPU(0): Modeline "1024x768"x144.0  342.06  1024 1968 2000 2080  768 1090 1096 1142 +hsync -vsync (164.5 kHz e)
[ 15182.594] (II) AMDGPU(0): Modeline "800x600"x144.0  342.06  800 1968 2000 2080  600 1090 1096 1142 +hsync -vsync (164.5 kHz e)
[ 15182.594] (II) AMDGPU(0): Modeline "640x480"x144.0  342.06  640 1968 2000 2080  480 1090 1096 1142 +hsync -vsync (164.5 kHz e)
[ 15182.594] (II) AMDGPU(0): EDID for output DisplayPort-1
[ 15182.594] (II) AMDGPU(0): Output eDP connected
[ 15182.594] (II) AMDGPU(0): Output DisplayPort-1 disconnected
[ 15182.594] (II) AMDGPU(0): Using exact sizes for initial modes
[ 15182.594] (II) AMDGPU(0): Output eDP using initial mode 1920x1080 +0+0
[ 15182.594] (II) AMDGPU(0): mem size init: gart size :bffff5ce000 vram size: s:1df2c000 visible:1df2c000
[ 15182.594] (==) AMDGPU(0): DPI set to (96, 96)
[ 15182.594] (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0)
[ 15182.594] (II) Loading sub module "ramdac"
[ 15182.594] (II) LoadModule: "ramdac"
[ 15182.594] (II) Module "ramdac" already built-in
[ 15182.594] (==) AMDGPU(G0): Depth 24, (--) framebuffer bpp 32
[ 15182.594] (II) AMDGPU(G0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 15182.594] (==) AMDGPU(G0): Default visual is TrueColor
[ 15182.594] (==) AMDGPU(G0): RGB weight 888
[ 15182.594] (II) AMDGPU(G0): Using 8 bits per RGB (8 bit DAC)
[ 15182.594] (--) AMDGPU(G0): Chipset: "AMD Radeon RX 6600M" (ChipID = 0x73ff)
[ 15182.594] (II) Loading sub module "fb"
[ 15182.594] (II) LoadModule: "fb"
[ 15182.594] (II) Module "fb" already built-in
[ 15182.594] (II) Loading sub module "dri2"
[ 15182.594] (II) LoadModule: "dri2"
[ 15182.594] (II) Module "dri2" already built-in
[ 15182.599] (II) Loading sub module "glamoregl"
[ 15182.599] (II) LoadModule: "glamoregl"
[ 15182.599] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 15182.599] (II) Module glamoregl: vendor="X.Org Foundation"
[ 15182.599] 	compiled for 1.21.1.3, module version = 1.0.1
[ 15182.599] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 15182.602] (II) AMDGPU(G0): glamor X acceleration enabled on AMD Radeon RX 6600M (dimgrey_cavefish, LLVM 13.0.1, DRM 3.46, 5.18.5-arch1-1)
[ 15182.602] (II) AMDGPU(G0): glamor detected, initialising EGL layer.
[ 15182.602] (==) AMDGPU(G0): TearFree property default: auto
[ 15182.602] (II) AMDGPU(G0): Output DisplayPort-1-0 has no monitor section
[ 15182.603] (II) AMDGPU(G0): Output HDMI-A-1-0 has no monitor section
[ 15182.610] (II) AMDGPU(G0): EDID for output DisplayPort-1-0
[ 15182.612] (WW) EDID timing clock 325.08 exceeds claimed max 305MHz, fixing
[ 15182.612] (II) AMDGPU(G0): EDID for output HDMI-A-1-0
[ 15182.612] (II) AMDGPU(G0): Manufacturer: AOC  Model: 2402  Serial#: 839
[ 15182.612] (II) AMDGPU(G0): Year: 2020  Week: 23
[ 15182.612] (II) AMDGPU(G0): EDID Version: 1.3
[ 15182.612] (II) AMDGPU(G0): Digital Display Input
[ 15182.612] (II) AMDGPU(G0): Max Image Size [cm]: horiz.: 53  vert.: 30
[ 15182.612] (II) AMDGPU(G0): Gamma: 2.20
[ 15182.612] (II) AMDGPU(G0): DPMS capabilities: Off
[ 15182.612] (II) AMDGPU(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[ 15182.612] (II) AMDGPU(G0): First detailed timing is preferred mode
[ 15182.612] (II) AMDGPU(G0): redX: 0.664 redY: 0.309   greenX: 0.275 greenY: 0.670
[ 15182.612] (II) AMDGPU(G0): blueX: 0.154 blueY: 0.051   whiteX: 0.313 whiteY: 0.329
[ 15182.612] (II) AMDGPU(G0): Supported established timings:
[ 15182.612] (II) AMDGPU(G0): 720x400@70Hz
[ 15182.612] (II) AMDGPU(G0): 640x480@60Hz
[ 15182.612] (II) AMDGPU(G0): 640x480@67Hz
[ 15182.612] (II) AMDGPU(G0): 640x480@72Hz
[ 15182.612] (II) AMDGPU(G0): 640x480@75Hz
[ 15182.612] (II) AMDGPU(G0): 800x600@56Hz
[ 15182.612] (II) AMDGPU(G0): 800x600@60Hz
[ 15182.612] (II) AMDGPU(G0): 800x600@72Hz
[ 15182.612] (II) AMDGPU(G0): 800x600@75Hz
[ 15182.612] (II) AMDGPU(G0): 832x624@75Hz
[ 15182.612] (II) AMDGPU(G0): 1024x768@60Hz
[ 15182.612] (II) AMDGPU(G0): 1024x768@70Hz
[ 15182.612] (II) AMDGPU(G0): 1024x768@75Hz
[ 15182.612] (II) AMDGPU(G0): 1280x1024@75Hz
[ 15182.612] (II) AMDGPU(G0): Manufacturer's mask: 0
[ 15182.612] (II) AMDGPU(G0): Supported standard timings:
[ 15182.612] (II) AMDGPU(G0): #0: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[ 15182.612] (II) AMDGPU(G0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[ 15182.612] (II) AMDGPU(G0): #2: hsize: 640  vsize 480  refresh: 100  vid: 26673
[ 15182.612] (II) AMDGPU(G0): #3: hsize: 640  vsize 480  refresh: 120  vid: 31793
[ 15182.612] (II) AMDGPU(G0): #4: hsize: 800  vsize 600  refresh: 100  vid: 26693
[ 15182.612] (II) AMDGPU(G0): #5: hsize: 800  vsize 600  refresh: 120  vid: 31813
[ 15182.612] (II) AMDGPU(G0): #6: hsize: 1024  vsize 768  refresh: 100  vid: 26721
[ 15182.612] (II) AMDGPU(G0): #7: hsize: 1024  vsize 768  refresh: 120  vid: 31841
[ 15182.612] (II) AMDGPU(G0): Supported detailed timing:
[ 15182.612] (II) AMDGPU(G0): clock: 148.5 MHz   Image Size:  527 x 296 mm
[ 15182.612] (II) AMDGPU(G0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 15182.612] (II) AMDGPU(G0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 15182.612] (II) AMDGPU(G0): Supported detailed timing:
[ 15182.612] (II) AMDGPU(G0): clock: 325.1 MHz   Image Size:  527 x 296 mm
[ 15182.612] (II) AMDGPU(G0): h_active: 1920  h_sync: 1944  h_sync_end 1976 h_blank_end 2056 h_border: 0
[ 15182.612] (II) AMDGPU(G0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1098 v_border: 0
[ 15182.612] (II) AMDGPU(G0): Monitor name: 24G2W1G4
[ 15182.612] (II) AMDGPU(G0): Ranges: V min: 48 V max: 144 Hz, H min: 30 H max: 160 kHz, PixClock max 326 MHz
[ 15182.612] (II) AMDGPU(G0): Supported detailed timing:
[ 15182.612] (II) AMDGPU(G0): clock: 285.5 MHz   Image Size:  527 x 296 mm
[ 15182.612] (II) AMDGPU(G0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 15182.612] (II) AMDGPU(G0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1144 v_border: 0
[ 15182.612] (II) AMDGPU(G0): Supported detailed timing:
[ 15182.612] (II) AMDGPU(G0): clock: 235.5 MHz   Image Size:  527 x 296 mm
[ 15182.612] (II) AMDGPU(G0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 15182.612] (II) AMDGPU(G0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1133 v_border: 0
[ 15182.612] (II) AMDGPU(G0): Supported detailed timing:
[ 15182.612] (II) AMDGPU(G0): clock: 88.8 MHz   Image Size:  527 x 296 mm
[ 15182.612] (II) AMDGPU(G0): h_active: 1440  h_sync: 1488  h_sync_end 1520 h_blank_end 1600 h_border: 0
[ 15182.612] (II) AMDGPU(G0): v_active: 900  v_sync: 903  v_sync_end 909 v_blanking: 926 v_border: 0
[ 15182.612] (II) AMDGPU(G0): Supported detailed timing:
[ 15182.612] (II) AMDGPU(G0): clock: 119.0 MHz   Image Size:  527 x 296 mm
[ 15182.612] (II) AMDGPU(G0): h_active: 1680  h_sync: 1728  h_sync_end 1760 h_blank_end 1840 h_border: 0
[ 15182.612] (II) AMDGPU(G0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1080 v_border: 0
[ 15182.612] (II) AMDGPU(G0): Number of EDID sections to follow: 1
[ 15182.612] (II) AMDGPU(G0): EDID (in hex):
[ 15182.612] (II) AMDGPU(G0): 	00ffffffffffff0005e3022447030000
[ 15182.612] (II) AMDGPU(G0): 	171e010380351e782a0a85aa4f46ab27
[ 15182.612] (II) AMDGPU(G0): 	0d5054bfef00d1c081803168317c4568
[ 15182.612] (II) AMDGPU(G0): 	457c6168617c023a801871382d40582c
[ 15182.612] (II) AMDGPU(G0): 	45000f282100001efc7e808870381240
[ 15182.612] (II) AMDGPU(G0): 	182035000f282100001e000000fc0032
[ 15182.612] (II) AMDGPU(G0): 	344732573147340a20202020000000fd
[ 15182.612] (II) AMDGPU(G0): 	0030901ea01e000a20202020202001c1
[ 15182.612] (II) AMDGPU(G0): 	020328f14c101f051404130312021101
[ 15182.612] (II) AMDGPU(G0): 	3f230907078301000065030c00100068
[ 15182.612] (II) AMDGPU(G0): 	1a000001013090e6866f80a070384040
[ 15182.612] (II) AMDGPU(G0): 	302035000f282100001efe5b80a07038
[ 15182.612] (II) AMDGPU(G0): 	3540302035000f282100001eab22a0a0
[ 15182.612] (II) AMDGPU(G0): 	50841a30302036000f282100001a7c2e
[ 15182.612] (II) AMDGPU(G0): 	90a0601a1e40302036000f282100001a
[ 15182.612] (II) AMDGPU(G0): 	000000000000000000000000000000cd
[ 15182.612] (II) AMDGPU(G0): Printing probed modes for output HDMI-A-1-0
[ 15182.612] (II) AMDGPU(G0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 15182.612] (II) AMDGPU(G0): Modeline "1920x1080"x144.0  325.08  1920 1944 1976 2056  1080 1083 1088 1098 +hsync +vsync (158.1 kHz e)
[ 15182.612] (II) AMDGPU(G0): Modeline "1920x1080"x120.1  325.08  1920 1944 1976 2056  1080 1302 1307 1317 +hsync +vsync (158.1 kHz e)
[ 15182.612] (II) AMDGPU(G0): Modeline "1920x1080"x96.0  325.08  1920 1944 1976 2056  1080 1632 1637 1647 +hsync +vsync (158.1 kHz e)
[ 15182.612] (II) AMDGPU(G0): Modeline "1920x1080"x72.0  325.08  1920 1944 1976 2056  1080 2181 2186 2196 +hsync +vsync (158.1 kHz e)
[ 15182.612] (II) AMDGPU(G0): Modeline "1920x1080"x60.0  325.08  1920 1944 1976 2056  1080 2620 2625 2635 +hsync +vsync (158.1 kHz e)
[ 15182.612] (II) AMDGPU(G0): Modeline "1920x1080"x50.0  325.08  1920 1944 1976 2056  1080 3147 3152 3162 +hsync +vsync (158.1 kHz e)
[ 15182.612] (II) AMDGPU(G0): Modeline "1920x1080"x48.0  325.08  1920 1944 1976 2056  1080 3279 3284 3294 +hsync +vsync (158.1 kHz e)
[ 15182.612] (II) AMDGPU(G0): Modeline "1920x1080"x120.0  297.00  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (135.0 kHz e)
[ 15182.612] (II) AMDGPU(G0): Modeline "1920x1080"x119.9  296.70  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (134.9 kHz e)
[ 15182.612] (II) AMDGPU(G0): Modeline "1920x1080"x120.0  285.50  1920 1968 2000 2080  1080 1083 1088 1144 +hsync +vsync (137.3 kHz e)
[ 15182.612] (II) AMDGPU(G0): Modeline "1920x1080"x99.9  235.50  1920 1968 2000 2080  1080 1083 1088 1133 +hsync +vsync (113.2 kHz e)
[ 15182.612] (II) AMDGPU(G0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 15182.612] (II) AMDGPU(G0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[ 15182.612] (II) AMDGPU(G0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 15182.612] (II) AMDGPU(G0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 15182.612] (II) AMDGPU(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 15182.612] (II) AMDGPU(G0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[ 15182.612] (II) AMDGPU(G0): Modeline "1280x800"x60.0  148.50  1280 2008 2052 2200  800 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[ 15182.612] (II) AMDGPU(G0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 15182.612] (II) AMDGPU(G0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 15182.612] (II) AMDGPU(G0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 15182.612] (II) AMDGPU(G0): Modeline "1024x768"x120.0  115.50  1024 1072 1104 1184  768 771 775 813 +hsync -vsync (97.6 kHz e)
[ 15182.612] (II) AMDGPU(G0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 15182.612] (II) AMDGPU(G0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 15182.612] (II) AMDGPU(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 15182.612] (II) AMDGPU(G0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 15182.612] (II) AMDGPU(G0): Modeline "800x600"x120.0   73.25  800 848 880 960  600 603 607 636 +hsync -vsync (76.3 kHz e)
[ 15182.612] (II) AMDGPU(G0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 15182.612] (II) AMDGPU(G0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 15182.612] (II) AMDGPU(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 15182.612] (II) AMDGPU(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 15182.612] (II) AMDGPU(G0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 15182.612] (II) AMDGPU(G0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 15182.612] (II) AMDGPU(G0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 15182.612] (II) AMDGPU(G0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 15182.612] (II) AMDGPU(G0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[ 15182.612] (II) AMDGPU(G0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 15182.612] (II) AMDGPU(G0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 15182.612] (II) AMDGPU(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 15182.612] (II) AMDGPU(G0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 15182.612] (II) AMDGPU(G0): mem size init: gart size :1fefff464000 vram size: s:1fd006000 visible:1fd006000
[ 15182.612] (==) AMDGPU(G0): DPI set to (96, 96)
[ 15182.612] (==) AMDGPU(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 15182.612] (II) Loading sub module "ramdac"
[ 15182.612] (II) LoadModule: "ramdac"
[ 15182.612] (II) Module "ramdac" already built-in
[ 15182.612] (II) AMDGPU(0): [DRI2] Setup complete
[ 15182.612] (II) AMDGPU(0): [DRI2]   DRI driver: radeonsi
[ 15182.612] (II) AMDGPU(0): [DRI2]   VDPAU driver: radeonsi
[ 15182.618] (II) AMDGPU(0): Front buffer pitch: 7680 bytes
[ 15182.618] (**) AMDGPU(0): DRI3 disabled
[ 15182.618] (==) AMDGPU(0): Backing store enabled
[ 15182.618] (II) AMDGPU(0): Direct rendering enabled
[ 15182.622] (II) AMDGPU(0): Use GLAMOR acceleration.
[ 15182.622] (II) AMDGPU(0): Acceleration enabled
[ 15182.622] (==) AMDGPU(0): DPMS enabled
[ 15182.622] (==) AMDGPU(0): Silken mouse enabled
[ 15182.622] (II) AMDGPU(0): Set up textured video (glamor)
[ 15182.627] (II) AMDGPU(G0): [DRI2] Setup complete
[ 15182.627] (II) AMDGPU(G0): [DRI2]   DRI driver: radeonsi
[ 15182.627] (II) AMDGPU(G0): [DRI2]   VDPAU driver: radeonsi
[ 15182.630] (II) AMDGPU(G0): Front buffer pitch: 4096 bytes
[ 15182.631] (==) AMDGPU(G0): Backing store enabled
[ 15182.631] (II) AMDGPU(G0): Direct rendering enabled
[ 15182.632] (II) AMDGPU(G0): Use GLAMOR acceleration.
[ 15182.632] (II) AMDGPU(G0): Acceleration enabled
[ 15182.632] (==) AMDGPU(G0): DPMS enabled
[ 15182.632] (==) AMDGPU(G0): Silken mouse enabled
[ 15182.645] (II) Initializing extension Generic Event Extension
[ 15182.645] (II) Initializing extension SHAPE
[ 15182.645] (II) Initializing extension MIT-SHM
[ 15182.645] (II) Initializing extension XInputExtension
[ 15182.645] (II) Initializing extension XTEST
[ 15182.645] (II) Initializing extension BIG-REQUESTS
[ 15182.645] (II) Initializing extension SYNC
[ 15182.646] (II) Initializing extension XKEYBOARD
[ 15182.646] (II) Initializing extension XC-MISC
[ 15182.646] (II) Initializing extension SECURITY
[ 15182.646] (II) Initializing extension XFIXES
[ 15182.646] (II) Initializing extension RENDER
[ 15182.646] (II) Initializing extension RANDR
[ 15182.646] (II) Initializing extension COMPOSITE
[ 15182.646] (II) Initializing extension DAMAGE
[ 15182.646] (II) Initializing extension MIT-SCREEN-SAVER
[ 15182.646] (II) Initializing extension DOUBLE-BUFFER
[ 15182.646] (II) Initializing extension RECORD
[ 15182.646] (II) Initializing extension DPMS
[ 15182.646] (II) Initializing extension Present
[ 15182.646] (II) Initializing extension DRI3
[ 15182.646] (II) Initializing extension X-Resource
[ 15182.646] (II) Initializing extension XVideo
[ 15182.646] (II) Initializing extension XVideo-MotionCompensation
[ 15182.646] (II) Initializing extension GLX
[ 15182.649] (II) AIGLX: Loaded and initialized radeonsi
[ 15182.649] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 15182.649] (II) Initializing extension XFree86-VidModeExtension
[ 15182.650] (II) Initializing extension XFree86-DGA
[ 15182.650] (II) Initializing extension XFree86-DRI
[ 15182.650] (II) Initializing extension DRI2
[ 15182.710] (II) AMDGPU(0): Setting screen physical size to 508 x 285
[ 15182.733] (EE) AMDGPU(0): Failed to make import prime FD as pixmap: 22
[ 15182.773] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 15182.773] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 15182.773] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 15182.773] (**) Power Button: Applying InputClass "system-keyboard"
[ 15182.773] (II) LoadModule: "libinput"
[ 15182.773] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 15182.774] (II) Module libinput: vendor="X.Org Foundation"
[ 15182.774] 	compiled for 1.21.1.3, module version = 1.2.1
[ 15182.774] 	Module class: X.Org XInput Driver
[ 15182.774] 	ABI class: X.Org XInput driver, version 24.4
[ 15182.774] (II) Using input driver 'libinput' for 'Power Button'
[ 15182.774] (**) Power Button: always reports core events
[ 15182.774] (**) Option "Device" "/dev/input/event2"
[ 15182.775] (II) event2  - Power Button: is tagged by udev as: Keyboard
[ 15182.775] (II) event2  - Power Button: device is a keyboard
[ 15182.775] (II) event2  - Power Button: device removed
[ 15182.804] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 15182.804] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 15182.804] (**) Option "xkb_layout" "us"
[ 15182.805] (II) event2  - Power Button: is tagged by udev as: Keyboard
[ 15182.805] (II) event2  - Power Button: device is a keyboard
[ 15182.805] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 15182.805] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 15182.805] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 15182.805] (**) Video Bus: Applying InputClass "system-keyboard"
[ 15182.805] (II) Using input driver 'libinput' for 'Video Bus'
[ 15182.805] (**) Video Bus: always reports core events
[ 15182.805] (**) Option "Device" "/dev/input/event4"
[ 15182.806] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[ 15182.806] (II) event4  - Video Bus: device is a keyboard
[ 15182.806] (II) event4  - Video Bus: device removed
[ 15182.840] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/LNXVIDEO:00/input/input4/event4"
[ 15182.840] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 15182.840] (**) Option "xkb_layout" "us"
[ 15182.841] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[ 15182.841] (II) event4  - Video Bus: device is a keyboard
[ 15182.842] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 15182.842] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 15182.842] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 15182.842] (**) Power Button: Applying InputClass "system-keyboard"
[ 15182.842] (II) Using input driver 'libinput' for 'Power Button'
[ 15182.842] (**) Power Button: always reports core events
[ 15182.842] (**) Option "Device" "/dev/input/event0"
[ 15182.842] (II) event0  - Power Button: is tagged by udev as: Keyboard
[ 15182.842] (II) event0  - Power Button: device is a keyboard
[ 15182.842] (II) event0  - Power Button: device removed
[ 15182.857] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 15182.857] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 15182.857] (**) Option "xkb_layout" "us"
[ 15182.858] (II) event0  - Power Button: is tagged by udev as: Keyboard
[ 15182.858] (II) event0  - Power Button: device is a keyboard
[ 15182.858] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 15182.858] (II) No input driver specified, ignoring this device.
[ 15182.858] (II) This device may have been added with another device file.
[ 15182.859] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event9)
[ 15182.859] (II) No input driver specified, ignoring this device.
[ 15182.859] (II) This device may have been added with another device file.
[ 15182.859] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event10)
[ 15182.859] (II) No input driver specified, ignoring this device.
[ 15182.859] (II) This device may have been added with another device file.
[ 15182.859] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event11)
[ 15182.859] (II) No input driver specified, ignoring this device.
[ 15182.859] (II) This device may have been added with another device file.
[ 15182.859] (II) config/udev: Adding input device Creative Technology Ltd Sound Blaster G3 (/dev/input/event14)
[ 15182.859] (**) Creative Technology Ltd Sound Blaster G3: Applying InputClass "evdev keyboard catchall"
[ 15182.859] (**) Creative Technology Ltd Sound Blaster G3: Applying InputClass "libinput keyboard catchall"
[ 15182.859] (**) Creative Technology Ltd Sound Blaster G3: Applying InputClass "system-keyboard"
[ 15182.859] (II) Using input driver 'libinput' for 'Creative Technology Ltd Sound Blaster G3'
[ 15182.859] (**) Creative Technology Ltd Sound Blaster G3: always reports core events
[ 15182.859] (**) Option "Device" "/dev/input/event14"
[ 15182.860] (II) event14 - Creative Technology Ltd Sound Blaster G3: is tagged by udev as: Keyboard
[ 15182.860] (II) event14 - Creative Technology Ltd Sound Blaster G3: device is a keyboard
[ 15182.860] (II) event14 - Creative Technology Ltd Sound Blaster G3: device removed
[ 15182.904] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:09:00.3/usb1/1-1/1-1.2/1-1.2:1.0/0003:041E:3267.0002/input/input18/event14"
[ 15182.904] (II) XINPUT: Adding extended input device "Creative Technology Ltd Sound Blaster G3" (type: KEYBOARD, id 9)
[ 15182.904] (**) Option "xkb_layout" "us"
[ 15182.905] (II) event14 - Creative Technology Ltd Sound Blaster G3: is tagged by udev as: Keyboard
[ 15182.905] (II) event14 - Creative Technology Ltd Sound Blaster G3: device is a keyboard
[ 15182.906] (II) config/udev: Adding input device Logitech G305 (/dev/input/event16)
[ 15182.906] (**) Logitech G305: Applying InputClass "evdev pointer catchall"
[ 15182.906] (**) Logitech G305: Applying InputClass "evdev keyboard catchall"
[ 15182.906] (**) Logitech G305: Applying InputClass "libinput pointer catchall"
[ 15182.906] (**) Logitech G305: Applying InputClass "libinput keyboard catchall"
[ 15182.906] (**) Logitech G305: Applying InputClass "system-keyboard"
[ 15182.906] (II) Using input driver 'libinput' for 'Logitech G305'
[ 15182.906] (**) Logitech G305: always reports core events
[ 15182.906] (**) Option "Device" "/dev/input/event16"
[ 15182.907] (II) event16 - Logitech G305: is tagged by udev as: Keyboard Mouse
[ 15182.907] (II) event16 - Logitech G305: device is a pointer
[ 15182.907] (II) event16 - Logitech G305: device is a keyboard
[ 15182.907] (II) event16 - Logitech G305: device removed
[ 15182.930] (II) libinput: Logitech G305: needs a virtual subdevice
[ 15182.930] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:09:00.3/usb1/1-1/1-1.3/1-1.3:1.2/0003:046D:C53F.0005/0003:046D:4074.0006/input/input30/event16"
[ 15182.930] (II) XINPUT: Adding extended input device "Logitech G305" (type: MOUSE, id 10)
[ 15182.931] (**) Option "AccelerationScheme" "none"
[ 15182.931] (**) Logitech G305: (accel) selected scheme none/0
[ 15182.931] (**) Logitech G305: (accel) acceleration factor: 2.000
[ 15182.931] (**) Logitech G305: (accel) acceleration threshold: 4
[ 15182.932] (II) event16 - Logitech G305: is tagged by udev as: Keyboard Mouse
[ 15182.932] (II) event16 - Logitech G305: device is a pointer
[ 15182.932] (II) event16 - Logitech G305: device is a keyboard
[ 15182.932] (II) config/udev: Adding input device Logitech G305 (/dev/input/mouse2)
[ 15182.932] (**) Logitech G305: Applying InputClass "system-keyboard"
[ 15182.932] (II) No input driver specified, ignoring this device.
[ 15182.932] (II) This device may have been added with another device file.
[ 15182.933] (II) config/udev: Adding input device HP Wide Vision HD Camera: HP Wi (/dev/input/event15)
[ 15182.933] (**) HP Wide Vision HD Camera: HP Wi: Applying InputClass "evdev keyboard catchall"
[ 15182.933] (**) HP Wide Vision HD Camera: HP Wi: Applying InputClass "libinput keyboard catchall"
[ 15182.933] (**) HP Wide Vision HD Camera: HP Wi: Applying InputClass "system-keyboard"
[ 15182.933] (II) Using input driver 'libinput' for 'HP Wide Vision HD Camera: HP Wi'
[ 15182.933] (**) HP Wide Vision HD Camera: HP Wi: always reports core events
[ 15182.933] (**) Option "Device" "/dev/input/event15"
[ 15182.933] (II) event15 - HP Wide Vision HD Camera: HP Wi: is tagged by udev as: Keyboard
[ 15182.933] (II) event15 - HP Wide Vision HD Camera: HP Wi: device is a keyboard
[ 15182.933] (II) event15 - HP Wide Vision HD Camera: HP Wi: device removed
[ 15182.967] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:09:00.3/usb1/1-3/1-3:1.0/input/input19/event15"
[ 15182.967] (II) XINPUT: Adding extended input device "HP Wide Vision HD Camera: HP Wi" (type: KEYBOARD, id 11)
[ 15182.967] (**) Option "xkb_layout" "us"
[ 15182.968] (II) event15 - HP Wide Vision HD Camera: HP Wi: is tagged by udev as: Keyboard
[ 15182.968] (II) event15 - HP Wide Vision HD Camera: HP Wi: device is a keyboard
[ 15182.969] (II) config/udev: Adding input device Cooler Master Technology Inc. MasterKeys Pro L (/dev/input/event17)
[ 15182.969] (**) Cooler Master Technology Inc. MasterKeys Pro L: Applying InputClass "evdev keyboard catchall"
[ 15182.969] (**) Cooler Master Technology Inc. MasterKeys Pro L: Applying InputClass "libinput keyboard catchall"
[ 15182.969] (**) Cooler Master Technology Inc. MasterKeys Pro L: Applying InputClass "system-keyboard"
[ 15182.969] (II) Using input driver 'libinput' for 'Cooler Master Technology Inc. MasterKeys Pro L'
[ 15182.969] (**) Cooler Master Technology Inc. MasterKeys Pro L: always reports core events
[ 15182.969] (**) Option "Device" "/dev/input/event17"
[ 15182.969] (II) event17 - Cooler Master Technology Inc. MasterKeys Pro L: is tagged by udev as: Keyboard
[ 15182.969] (II) event17 - Cooler Master Technology Inc. MasterKeys Pro L: device is a keyboard
[ 15182.970] (II) event17 - Cooler Master Technology Inc. MasterKeys Pro L: device removed
[ 15182.990] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:09:00.4/usb3/3-1/3-1.1/3-1.1:1.0/0003:2516:003B.0007/input/input31/event17"
[ 15182.991] (II) XINPUT: Adding extended input device "Cooler Master Technology Inc. MasterKeys Pro L" (type: KEYBOARD, id 12)
[ 15182.991] (**) Option "xkb_layout" "us"
[ 15182.992] (II) event17 - Cooler Master Technology Inc. MasterKeys Pro L: is tagged by udev as: Keyboard
[ 15182.992] (II) event17 - Cooler Master Technology Inc. MasterKeys Pro L: device is a keyboard
[ 15182.992] (II) config/udev: Adding input device Cooler Master Technology Inc. MasterKeys Pro L System Control (/dev/input/event18)
[ 15182.992] (**) Cooler Master Technology Inc. MasterKeys Pro L System Control: Applying InputClass "evdev keyboard catchall"
[ 15182.992] (**) Cooler Master Technology Inc. MasterKeys Pro L System Control: Applying InputClass "libinput keyboard catchall"
[ 15182.992] (**) Cooler Master Technology Inc. MasterKeys Pro L System Control: Applying InputClass "system-keyboard"
[ 15182.992] (II) Using input driver 'libinput' for 'Cooler Master Technology Inc. MasterKeys Pro L System Control'
[ 15182.992] (**) Cooler Master Technology Inc. MasterKeys Pro L System Control: always reports core events
[ 15182.992] (**) Option "Device" "/dev/input/event18"
[ 15182.993] (II) event18 - Cooler Master Technology Inc. MasterKeys Pro L System Control: is tagged by udev as: Keyboard
[ 15182.993] (II) event18 - Cooler Master Technology Inc. MasterKeys Pro L System Control: device is a keyboard
[ 15182.993] (II) event18 - Cooler Master Technology Inc. MasterKeys Pro L System Control: device removed
[ 15183.007] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:09:00.4/usb3/3-1/3-1.1/3-1.1:1.2/0003:2516:003B.0009/input/input32/event18"
[ 15183.007] (II) XINPUT: Adding extended input device "Cooler Master Technology Inc. MasterKeys Pro L System Control" (type: KEYBOARD, id 13)
[ 15183.007] (**) Option "xkb_layout" "us"
[ 15183.009] (II) event18 - Cooler Master Technology Inc. MasterKeys Pro L System Control: is tagged by udev as: Keyboard
[ 15183.009] (II) event18 - Cooler Master Technology Inc. MasterKeys Pro L System Control: device is a keyboard
[ 15183.009] (II) config/udev: Adding input device Cooler Master Technology Inc. MasterKeys Pro L Consumer Control (/dev/input/event19)
[ 15183.009] (**) Cooler Master Technology Inc. MasterKeys Pro L Consumer Control: Applying InputClass "evdev keyboard catchall"
[ 15183.009] (**) Cooler Master Technology Inc. MasterKeys Pro L Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 15183.009] (**) Cooler Master Technology Inc. MasterKeys Pro L Consumer Control: Applying InputClass "system-keyboard"
[ 15183.009] (II) Using input driver 'libinput' for 'Cooler Master Technology Inc. MasterKeys Pro L Consumer Control'
[ 15183.009] (**) Cooler Master Technology Inc. MasterKeys Pro L Consumer Control: always reports core events
[ 15183.009] (**) Option "Device" "/dev/input/event19"
[ 15183.010] (II) event19 - Cooler Master Technology Inc. MasterKeys Pro L Consumer Control: is tagged by udev as: Keyboard
[ 15183.010] (II) event19 - Cooler Master Technology Inc. MasterKeys Pro L Consumer Control: device is a keyboard
[ 15183.010] (II) event19 - Cooler Master Technology Inc. MasterKeys Pro L Consumer Control: device removed
[ 15183.050] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:09:00.4/usb3/3-1/3-1.1/3-1.1:1.2/0003:2516:003B.0009/input/input33/event19"
[ 15183.050] (II) XINPUT: Adding extended input device "Cooler Master Technology Inc. MasterKeys Pro L Consumer Control" (type: KEYBOARD, id 14)
[ 15183.050] (**) Option "xkb_layout" "us"
[ 15183.052] (II) event19 - Cooler Master Technology Inc. MasterKeys Pro L Consumer Control: is tagged by udev as: Keyboard
[ 15183.052] (II) event19 - Cooler Master Technology Inc. MasterKeys Pro L Consumer Control: device is a keyboard
[ 15183.052] (II) config/udev: Adding input device Cooler Master Technology Inc. MasterKeys Pro L Keyboard (/dev/input/event20)
[ 15183.052] (**) Cooler Master Technology Inc. MasterKeys Pro L Keyboard: Applying InputClass "evdev keyboard catchall"
[ 15183.052] (**) Cooler Master Technology Inc. MasterKeys Pro L Keyboard: Applying InputClass "libinput keyboard catchall"
[ 15183.052] (**) Cooler Master Technology Inc. MasterKeys Pro L Keyboard: Applying InputClass "system-keyboard"
[ 15183.052] (II) Using input driver 'libinput' for 'Cooler Master Technology Inc. MasterKeys Pro L Keyboard'
[ 15183.052] (**) Cooler Master Technology Inc. MasterKeys Pro L Keyboard: always reports core events
[ 15183.052] (**) Option "Device" "/dev/input/event20"
[ 15183.053] (II) event20 - Cooler Master Technology Inc. MasterKeys Pro L Keyboard: is tagged by udev as: Keyboard
[ 15183.053] (II) event20 - Cooler Master Technology Inc. MasterKeys Pro L Keyboard: device is a keyboard
[ 15183.053] (II) event20 - Cooler Master Technology Inc. MasterKeys Pro L Keyboard: device removed
[ 15183.067] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:09:00.4/usb3/3-1/3-1.1/3-1.1:1.2/0003:2516:003B.0009/input/input34/event20"
[ 15183.067] (II) XINPUT: Adding extended input device "Cooler Master Technology Inc. MasterKeys Pro L Keyboard" (type: KEYBOARD, id 15)
[ 15183.067] (**) Option "xkb_layout" "us"
[ 15183.069] (II) event20 - Cooler Master Technology Inc. MasterKeys Pro L Keyboard: is tagged by udev as: Keyboard
[ 15183.069] (II) event20 - Cooler Master Technology Inc. MasterKeys Pro L Keyboard: device is a keyboard
[ 15183.069] (II) config/udev: Adding input device HD-Audio Generic Mic (/dev/input/event12)
[ 15183.069] (II) No input driver specified, ignoring this device.
[ 15183.069] (II) This device may have been added with another device file.
[ 15183.069] (II) config/udev: Adding input device HD-Audio Generic Headphone (/dev/input/event13)
[ 15183.069] (II) No input driver specified, ignoring this device.
[ 15183.069] (II) This device may have been added with another device file.
[ 15183.070] (II) config/udev: Adding input device ELAN0752:00 04F3:31C2 Mouse (/dev/input/event7)
[ 15183.070] (**) ELAN0752:00 04F3:31C2 Mouse: Applying InputClass "evdev pointer catchall"
[ 15183.070] (**) ELAN0752:00 04F3:31C2 Mouse: Applying InputClass "libinput pointer catchall"
[ 15183.070] (II) Using input driver 'libinput' for 'ELAN0752:00 04F3:31C2 Mouse'
[ 15183.070] (**) ELAN0752:00 04F3:31C2 Mouse: always reports core events
[ 15183.070] (**) Option "Device" "/dev/input/event7"
[ 15183.070] (II) event7  - ELAN0752:00 04F3:31C2 Mouse: is tagged by udev as: Mouse Pointingstick
[ 15183.070] (II) event7  - ELAN0752:00 04F3:31C2 Mouse: device is a pointer
[ 15183.071] (II) event7  - ELAN0752:00 04F3:31C2 Mouse: device removed
[ 15183.120] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:03/i2c-1/i2c-ELAN0752:00/0018:04F3:31C2.0001/input/input10/event7"
[ 15183.120] (II) XINPUT: Adding extended input device "ELAN0752:00 04F3:31C2 Mouse" (type: MOUSE, id 16)
[ 15183.121] (**) Option "AccelerationScheme" "none"
[ 15183.121] (**) ELAN0752:00 04F3:31C2 Mouse: (accel) selected scheme none/0
[ 15183.121] (**) ELAN0752:00 04F3:31C2 Mouse: (accel) acceleration factor: 2.000
[ 15183.121] (**) ELAN0752:00 04F3:31C2 Mouse: (accel) acceleration threshold: 4
[ 15183.122] (II) event7  - ELAN0752:00 04F3:31C2 Mouse: is tagged by udev as: Mouse Pointingstick
[ 15183.122] (II) event7  - ELAN0752:00 04F3:31C2 Mouse: device is a pointer
[ 15183.122] (II) config/udev: Adding input device ELAN0752:00 04F3:31C2 Mouse (/dev/input/mouse0)
[ 15183.122] (II) No input driver specified, ignoring this device.
[ 15183.122] (II) This device may have been added with another device file.
[ 15183.123] (II) config/udev: Adding input device ELAN0752:00 04F3:31C2 Touchpad (/dev/input/event8)
[ 15183.123] (**) ELAN0752:00 04F3:31C2 Touchpad: Applying InputClass "evdev touchpad catchall"
[ 15183.123] (**) ELAN0752:00 04F3:31C2 Touchpad: Applying InputClass "libinput touchpad catchall"
[ 15183.123] (**) ELAN0752:00 04F3:31C2 Touchpad: Applying InputClass "touchpad catchall"
[ 15183.123] (**) ELAN0752:00 04F3:31C2 Touchpad: Applying InputClass "Default clickpad buttons"
[ 15183.123] (**) ELAN0752:00 04F3:31C2 Touchpad: Applying InputClass "MyTouchpad"
[ 15183.123] (II) Using input driver 'libinput' for 'ELAN0752:00 04F3:31C2 Touchpad'
[ 15183.123] (**) ELAN0752:00 04F3:31C2 Touchpad: always reports core events
[ 15183.123] (**) Option "Device" "/dev/input/event8"
[ 15183.123] (II) event8  - ELAN0752:00 04F3:31C2 Touchpad: is tagged by udev as: Touchpad
[ 15183.124] (II) event8  - ELAN0752:00 04F3:31C2 Touchpad: device is a touchpad
[ 15183.124] (II) event8  - ELAN0752:00 04F3:31C2 Touchpad: device removed
[ 15183.164] (**) Option "Tapping" "on"
[ 15183.164] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:03/i2c-1/i2c-ELAN0752:00/0018:04F3:31C2.0001/input/input12/event8"
[ 15183.164] (II) XINPUT: Adding extended input device "ELAN0752:00 04F3:31C2 Touchpad" (type: TOUCHPAD, id 17)
[ 15183.165] (**) Option "AccelerationScheme" "none"
[ 15183.165] (**) ELAN0752:00 04F3:31C2 Touchpad: (accel) selected scheme none/0
[ 15183.165] (**) ELAN0752:00 04F3:31C2 Touchpad: (accel) acceleration factor: 2.000
[ 15183.165] (**) ELAN0752:00 04F3:31C2 Touchpad: (accel) acceleration threshold: 4
[ 15183.166] (II) event8  - ELAN0752:00 04F3:31C2 Touchpad: is tagged by udev as: Touchpad
[ 15183.166] (II) event8  - ELAN0752:00 04F3:31C2 Touchpad: device is a touchpad
[ 15183.167] (II) config/udev: Adding input device ELAN0752:00 04F3:31C2 Touchpad (/dev/input/mouse1)
[ 15183.167] (**) ELAN0752:00 04F3:31C2 Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[ 15183.167] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 15183.167] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 15183.167] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 15183.167] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[ 15183.167] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 15183.167] (**) AT Translated Set 2 keyboard: always reports core events
[ 15183.167] (**) Option "Device" "/dev/input/event3"
[ 15183.167] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 15183.167] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[ 15183.168] (II) event3  - AT Translated Set 2 keyboard: device removed
[ 15183.200] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 15183.201] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 18)
[ 15183.201] (**) Option "xkb_layout" "us"
[ 15183.202] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 15183.202] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[ 15183.202] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[ 15183.202] (II) No input driver specified, ignoring this device.
[ 15183.202] (II) This device may have been added with another device file.
[ 15183.203] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event6)
[ 15183.203] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 15183.203] (**) HP WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 15183.203] (**) HP WMI hotkeys: Applying InputClass "system-keyboard"
[ 15183.204] (II) Using input driver 'libinput' for 'HP WMI hotkeys'
[ 15183.204] (**) HP WMI hotkeys: always reports core events
[ 15183.204] (**) Option "Device" "/dev/input/event6"
[ 15183.204] (II) event6  - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[ 15183.204] (II) event6  - HP WMI hotkeys: device is a keyboard
[ 15183.204] (II) event6  - HP WMI hotkeys: device removed
[ 15183.227] (**) Option "config_info" "udev:/sys/devices/virtual/input/input9/event6"
[ 15183.227] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 19)
[ 15183.227] (**) Option "xkb_layout" "us"
[ 15183.228] (II) event6  - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[ 15183.228] (II) event6  - HP WMI hotkeys: device is a keyboard
[ 15183.230] (**) Logitech G305: Applying InputClass "evdev pointer catchall"
[ 15183.230] (**) Logitech G305: Applying InputClass "evdev keyboard catchall"
[ 15183.230] (**) Logitech G305: Applying InputClass "libinput pointer catchall"
[ 15183.230] (**) Logitech G305: Applying InputClass "libinput keyboard catchall"
[ 15183.230] (**) Logitech G305: Applying InputClass "system-keyboard"
[ 15183.230] (II) Using input driver 'libinput' for 'Logitech G305'
[ 15183.230] (**) Logitech G305: always reports core events
[ 15183.230] (**) Option "Device" "/dev/input/event16"
[ 15183.230] (II) libinput: Logitech G305: is a virtual subdevice
[ 15183.230] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:09:00.3/usb1/1-1/1-1.3/1-1.3:1.2/0003:046D:C53F.0005/0003:046D:4074.0006/input/input30/event16"
[ 15183.230] (II) XINPUT: Adding extended input device "Logitech G305" (type: KEYBOARD, id 20)
[ 15183.230] (**) Option "xkb_layout" "us"
[ 15191.543] (II) AMDGPU(0): EDID vendor "CMN", prod id 5641
[ 15191.543] (II) AMDGPU(0): Printing DDC gathered Modelines:
[ 15191.544] (II) AMDGPU(0): Modeline "1920x1080"x0.0  342.06  1920 1968 2000 2080  1080 1090 1096 1142 +hsync -vsync (164.5 kHz eP)
[ 15191.544] (II) AMDGPU(0): Modeline "1920x1080"x0.0  142.54  1920 1968 2000 2080  1080 1090 1096 1142 +hsync -vsync (68.5 kHz e)
[ 15192.168] (II) AMDGPU(0): EDID vendor "CMN", prod id 5641
[ 15192.168] (II) AMDGPU(0): Printing DDC gathered Modelines:
[ 15192.168] (II) AMDGPU(0): Modeline "1920x1080"x0.0  342.06  1920 1968 2000 2080  1080 1090 1096 1142 +hsync -vsync (164.5 kHz eP)
[ 15192.168] (II) AMDGPU(0): Modeline "1920x1080"x0.0  142.54  1920 1968 2000 2080  1080 1090 1096 1142 +hsync -vsync (68.5 kHz e)
[ 15192.171] (WW) EDID timing clock 325.08 exceeds claimed max 305MHz, fixing
[ 15192.600] (II) AMDGPU(0): EDID vendor "CMN", prod id 5641
[ 15192.600] (II) AMDGPU(0): Printing DDC gathered Modelines:
[ 15192.600] (II) AMDGPU(0): Modeline "1920x1080"x0.0  342.06  1920 1968 2000 2080  1080 1090 1096 1142 +hsync -vsync (164.5 kHz eP)
[ 15192.600] (II) AMDGPU(0): Modeline "1920x1080"x0.0  142.54  1920 1968 2000 2080  1080 1090 1096 1142 +hsync -vsync (68.5 kHz e)
[ 15192.602] (II) AMDGPU(0): EDID vendor "CMN", prod id 5641
[ 15192.602] (II) AMDGPU(0): Printing DDC gathered Modelines:
[ 15192.602] (II) AMDGPU(0): Modeline "1920x1080"x0.0  342.06  1920 1968 2000 2080  1080 1090 1096 1142 +hsync -vsync (164.5 kHz eP)
[ 15192.602] (II) AMDGPU(0): Modeline "1920x1080"x0.0  142.54  1920 1968 2000 2080  1080 1090 1096 1142 +hsync -vsync (68.5 kHz e)
[ 15192.603] (WW) EDID timing clock 325.08 exceeds claimed max 305MHz, fixing
[ 15192.907] (II) AMDGPU(0): EDID vendor "CMN", prod id 5641
[ 15192.907] (II) AMDGPU(0): Printing DDC gathered Modelines:
[ 15192.907] (II) AMDGPU(0): Modeline "1920x1080"x0.0  342.06  1920 1968 2000 2080  1080 1090 1096 1142 +hsync -vsync (164.5 kHz eP)
[ 15192.907] (II) AMDGPU(0): Modeline "1920x1080"x0.0  142.54  1920 1968 2000 2080  1080 1090 1096 1142 +hsync -vsync (68.5 kHz e)
[ 15192.909] (II) AMDGPU(0): EDID vendor "CMN", prod id 5641
[ 15192.909] (II) AMDGPU(0): Printing DDC gathered Modelines:
[ 15192.909] (II) AMDGPU(0): Modeline "1920x1080"x0.0  342.06  1920 1968 2000 2080  1080 1090 1096 1142 +hsync -vsync (164.5 kHz eP)
[ 15192.909] (II) AMDGPU(0): Modeline "1920x1080"x0.0  142.54  1920 1968 2000 2080  1080 1090 1096 1142 +hsync -vsync (68.5 kHz e)
[ 15192.911] (WW) EDID timing clock 325.08 exceeds claimed max 305MHz, fixing
[ 15192.930] (II) AMDGPU(0): Allocate new frame buffer 3840x1080
[ 15192.930] (II) AMDGPU(0):  => pitch 15360 bytes
[ 15192.939] randr: falling back to unsynchronized pixmap sharing

Oddly enough, for this session I moved the /etc/X11/xorg.conf.d/20-amdgpu.conf file to my desktop and after rebooting the X11 session no longer had those terrible performance issues on the HDMI screen. It still froze for a few seconds and then came back to life unlike previously where it would remain frozen and artifacting until reboot and after like 1h of usage it hasn't froze again.

So no idea what could be the issue. I will try again tomorrow during work. I could live with my screen freezing for a few seconds provided it comes back and never freezes again until next boot. Hopefully, driver or kernel updates might offer a permament fix but still would be nice to know whats happening there.

Offline

#5 2022-06-24 07:30:55

MrSister
Member
Registered: 2015-06-10
Posts: 11

Re: [SOLVED] External monitor issues. Plasma + AMDGPU + X11

False alarm. This morning I had another unrecoverable freeze. I might remove the amdgpu driver and test the amdgpu-pro, look for any beta drivers in the AUR and in last instance go with whatever driver was used before installing amdgpu which I think was the vesa driver.

Last edited by MrSister (2022-06-24 07:44:45)

Offline

#6 2022-06-24 07:43:24

seth
Member
Registered: 2012-09-03
Posts: 49,987

Re: [SOLVED] External monitor issues. Plasma + AMDGPU + X11

The alternative to xf86-video-amdgpu would be the modesetting driver, if you've xf86-video-vesa installed, remove that. It's better to notice a complete failure than to rely on that driver.

The log you posted shows you running on the IGDm w/ the Navi 23 as graphics accelerator and the the AOC on HDMI-A-1-0 being available through reverse prime.
If you intend to use the latter "as primary screen" the most reasonable thing (if possible) would be to deactivate the IGD in the BIOS and only use the Navi 23 chip (since it cannot be powered down while acting as a hub for the HDMI outptut)

Also notice the second point in the blue note in https://wiki.archlinux.org/title/PRIME#Reverse_PRIME (no idea whether that's your condition, but "laggy as hell" sounds like that)

This morning I had another unrecoverable freeze.

Sure it's the graphics stack? Can you still ping the system or ssh into it?

Online

#7 2022-06-24 07:51:45

MrSister
Member
Registered: 2015-06-10
Posts: 11

Re: [SOLVED] External monitor issues. Plasma + AMDGPU + X11

seth wrote:

the most reasonable thing (if possible) would be to deactivate the IGD in the BIOS and only use the Navi 23 chip (since it cannot be powered down while acting as a hub for the HDMI outptut)

Not possible. First thing I do on any Linux laptop I get is see if I can disable the dGPU on the bios to avoid dealing with it but in this case there is no such option.

seth wrote:

Also notice the second point in the blue note in https://wiki.archlinux.org/title/PRIME#Reverse_PRIME (no idea whether that's your condition, but "laggy as hell" sounds like that)

Will take a look at this for sure

seth wrote:

Sure it's the graphics stack? Can you still ping the system or ssh into it?

Can't really ping it since I only have this system at home but whenever the HDMI screen freezes, I can still move all open windows and applications to the laptop display via keyboard shortcuts and keep using the system as usual.

Offline

#8 2022-06-24 08:30:41

seth
Member
Registered: 2012-09-03
Posts: 49,987

Re: [SOLVED] External monitor issues. Plasma + AMDGPU + X11

You could alternatively control X11 to use the dedicated GPU as primary GPU and reverse prime the IGP, https://wiki.archlinux.org/title/PRIME# … rimary_GPU (obviously not w/ nouveau and intel, the BusID is the critical part)

Online

#9 2022-06-27 11:06:48

MrSister
Member
Registered: 2015-06-10
Posts: 11

Re: [SOLVED] External monitor issues. Plasma + AMDGPU + X11

I spent a few hours this weekend messing around with all the suggestions and since (apparently) I couldn't get it right I opted for the overkill solution of installing optimus-manager (i know, its mainly a nvidia thing) and setting it to integrated graphics. This created the following file in /etc/X11/xorg.conf.d/10-optimus-manager.conf:

Section "Device"
	Identifier "integrated"
	Driver "modesetting"
	BusID "PCI:3:0:0"
	Option "TearFree" "true"
	Option "DRI" "3"
EndSection

It has been smooth sailing ever since. No more artifacts and no more freezes. I'm not sure sure if the modesetting driver has any drawbacks compared to amdgpu but I think I can with that since I don't plan on doing any gaming or doing anything that needs graphic muscle anyway.

Thanks for all the help!

Offline

#10 2022-06-27 14:19:36

seth
Member
Registered: 2012-09-03
Posts: 49,987

Re: [SOLVED] External monitor issues. Plasma + AMDGPU + X11

The tearfree and dri options are ignored by the modesetting driver, otherwise you've created a config reference to the dedicated GPU on "PCI:3:0:0", causing it to be preferred as the main GPU.

Online

Board footer

Powered by FluxBB