[SOLVED] G513QY: Periodic input lag without amdgpu.runpm=0
Brief summary of the problem:
When using the system without amdgpu.runpm=0
kernel parameter I see periodic input lag with input events being dropped.
With amdgpu.runpm=0
the system is stable but I believe power management for the dedicated GPU does not work.
Issue continues to occur if I disable the external monitor and use the laptop display's native resolution.
Hardware description:
- CPU: AMD Ryzen 9 5900HX
- GPU: Navi 22 [Radeon RX 6700/6700 XT / 6800M] [1002:73DF] / Cezanne [1002:1638]
- System Memory: 16GB
- Display(s): Dell S2240L
- Type of Display Connection: HDMI
System information:
- Distro name and Version: Arch Linux
- Kernel version: 5.14.16-arch1-1
- Custom kernel: No
- AMD official driver version: No
How to reproduce the issue:
Normal boot with amdgpu.runpm=0
kernel parameter not set.
Attached files:
Screenshots/video files
A video demonstrating the input lag. I am moving the mouse physically throughout the recording.
amdgpu-runpm-2021-11-04_18.56.43.mkv
Log files (for system lockups / game freezes / crashes)
suspect dmesg log
Appears repeatedly in the log:
[ 80.683942] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
Full logs below.
suspect Xorg log
[ 36.435] (EE) AMDGPU(0): drmmode_do_crtc_dpms cannot get last vblank counter
[ 36.467] (EE) AMDGPU(0): drmmode_do_crtc_dpms cannot get last vblank counter
Full logs below.
xrandr output
$ xrandr
Screen 0: minimum 320 x 200, current 3840 x 1080, maximum 16384 x 16384
eDP connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 194mm
2560x1440 165.00 + 60.00 +
1920x1200 165.00
1920x1080 165.00*
1600x1200 165.00
1680x1050 165.00
1280x1024 165.00
1440x900 165.00
1280x800 165.00
1280x720 165.00
1024x768 165.00
800x600 165.00
640x480 165.00
HDMI-A-0 connected 1920x1080+1920+0 (normal left inverted right x axis y axis) 476mm x 267mm
1920x1080 60.00*+ 50.00 59.94
1680x1050 60.00
1280x1024 75.02 60.02
1440x900 60.00
1280x800 60.00
1152x864 75.00
1280x720 60.00 50.00 59.94
1024x768 75.03 60.00
800x600 75.00 60.32
720x576 50.00
720x480 60.00 59.94
640x480 75.00 60.00 59.94
720x400 70.08
DisplayPort-1-0 disconnected (normal left inverted right x axis y axis)
alternate xrandr output
This is the other setup with the external display disabled that still causes the lags:
$ xrandr
Screen 0: minimum 320 x 200, current 2560 x 1440, maximum 16384 x 16384
eDP connected primary 2560x1440+0+0 (normal left inverted right x axis y axis) 344mm x 194mm
2560x1440 165.00*+ 60.00 +
1920x1200 165.00
1920x1080 165.00
1600x1200 165.00
1680x1050 165.00
1280x1024 165.00
1440x900 165.00
1280x800 165.00
1280x720 165.00
1024x768 165.00
800x600 165.00
640x480 165.00
HDMI-A-0 connected (normal left inverted right x axis y axis)
1920x1080 60.00 + 50.00 59.94
1680x1050 60.00
1280x1024 75.02 60.02
1440x900 60.00
1280x800 60.00
1152x864 75.00
1280x720 60.00 50.00 59.94
1024x768 75.03 60.00
800x600 75.00 60.32
720x576 50.00
720x480 60.00 59.94
640x480 75.00 60.00 59.94
720x400 70.08
DisplayPort-1-0 disconnected (normal left inverted right x axis y axis)
Dmesg log (full log)
[ 0.000000] Linux version 5.14.16-arch1-1 (linux@archlinux) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Tue, 02 Nov 2021 22:22:59 +0000
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=b1945f6d-6bfc-468d-81a6-0a172cbfc638 rw cryptdevice=UUID=d4613429-72fe-4b21-a04c-007695fad82b:cryptroot root=/dev/mapper/cryptroot loglevel=3 quiet acpi_backlight=vendor
[ 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-0x0000000009d1efff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000009d1f000-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-0x00000000baa36fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000baa37000-0x00000000bbf4efff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bbf4f000-0x00000000bbfb3fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000bbfb4000-0x00000000bc168fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bc169000-0x00000000bc976fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bc977000-0x00000000bc9fefff] type 20
[ 0.000000] BIOS-e820: [mem 0x00000000bc9ff000-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-0x00000000fe70ffff] 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-0x00000000fed80fff] 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-0x000000041e2fffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000041e300000-0x000000043fffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.70 by American Megatrends
[ 0.000000] efi: ACPI=0xbbfb3000 ACPI 2.0=0xbbfb3014 TPMFinalLog=0xbc120000 SMBIOS=0xbc819000 SMBIOS 3.0=0xbc818000 MEMATTR=0xb7374818 ESRT=0xb93f7618
[ 0.000000] SMBIOS 3.3.0 present.
[ 0.000000] DMI: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.315 09/03/2021
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 3294.003 MHz processor
[ 0.000125] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000127] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000131] last_pfn = 0x41e300 max_arch_pfn = 0x400000000
[ 0.000748] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000968] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
[ 0.000973] last_pfn = 0xbe000 max_arch_pfn = 0x400000000
[ 0.003466] esrt: Reserving ESRT space from 0x00000000b93f7618 to 0x00000000b93f7650.
[ 0.003470] e820: update [mem 0xb93f7000-0xb93f7fff] usable ==> reserved
[ 0.003480] Using GB pages for direct mapping
[ 0.003776] Secure boot disabled
[ 0.003777] RAMDISK: [mem 0x3662f000-0x3730efff]
[ 0.003781] ACPI: Early table checksum verification disabled
[ 0.003783] ACPI: RSDP 0x00000000BBFB3014 000024 (v02 _ASUS_)
[ 0.003786] ACPI: XSDT 0x00000000BBFB2728 00011C (v01 _ASUS_ Notebook 01072009 AMI 01000013)
[ 0.003790] ACPI: FACP 0x00000000BBFA3000 000114 (v06 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.003793] ACPI: DSDT 0x00000000BBF96000 00C17F (v02 _ASUS_ Notebook 01072009 INTL 20190509)
[ 0.003795] ACPI: FACS 0x00000000BC11E000 000040
[ 0.003796] ACPI: MSDM 0x00000000BBFB1000 000055 (v03 _ASUS_ Notebook 01072009 ASUS 00000001)
[ 0.003798] ACPI: SSDT 0x00000000BBFA9000 007229 (v02 AMD AmdTable 00000002 MSFT 04000000)
[ 0.003800] ACPI: IVRS 0x00000000BBFA8000 0001A4 (v02 AMD AmdTable 00000001 AMD 00000000)
[ 0.003801] ACPI: SSDT 0x00000000BBFA4000 003A21 (v01 AMD AMD AOD 00000001 INTL 20190509)
[ 0.003803] ACPI: FIDT 0x00000000BBF95000 00009C (v01 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.003804] ACPI: MCFG 0x00000000BBF94000 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00010013)
[ 0.003806] ACPI: HPET 0x00000000BBF93000 000038 (v01 _ASUS_ Notebook 01072009 AMI 00000005)
[ 0.003807] ACPI: VFCT 0x00000000BBF85000 00D884 (v01 _ASUS_ Notebook 00000001 AMD 31504F47)
[ 0.003808] ACPI: TPM2 0x00000000BBF83000 00004C (v04 _ASUS_ Notebook 00000001 AMI 00000000)
[ 0.003810] ACPI: SSDT 0x00000000BBF7D000 005354 (v02 AMD AmdTable 00000001 AMD 00000001)
[ 0.003811] ACPI: CRAT 0x00000000BBF7C000 000EE8 (v01 AMD AmdTable 00000001 AMD 00000001)
[ 0.003812] ACPI: CDIT 0x00000000BBF7B000 000029 (v01 AMD AmdTable 00000001 AMD 00000001)
[ 0.003814] ACPI: SSDT 0x00000000BBF7A000 000149 (v01 AMD AmdTable 00000001 INTL 20190509)
[ 0.003815] ACPI: SSDT 0x00000000BBF79000 0005B7 (v01 AMD AmdTable 00000001 INTL 20190509)
[ 0.003816] ACPI: SSDT 0x00000000BBF77000 00148E (v01 AMD AmdTable 00000001 INTL 20190509)
[ 0.003818] ACPI: SSDT 0x00000000BBF75000 00151D (v01 AMD AmdTable 00000001 INTL 20190509)
[ 0.003819] ACPI: SSDT 0x00000000BBF74000 0006A9 (v01 AMD AmdTable 00000001 INTL 20190509)
[ 0.003821] ACPI: SSDT 0x00000000BBF72000 0019E6 (v01 AMD CPMD3CLD 00000001 INTL 20190509)
[ 0.003822] ACPI: SSDT 0x00000000BBF71000 0005DE (v01 AMD AmdTable 00000001 INTL 20190509)
[ 0.003823] ACPI: SSDT 0x00000000BBF6D000 0036E9 (v01 AMD AmdTable 00000001 INTL 20190509)
[ 0.003825] ACPI: BGRT 0x00000000BBF84000 000038 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.003826] ACPI: WSMT 0x00000000BBF6C000 000028 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.003828] ACPI: APIC 0x00000000BBF6B000 0000DE (v03 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.003829] ACPI: SSDT 0x00000000BBF6A000 00008D (v01 AMD AmdTable 00000001 INTL 20190509)
[ 0.003830] ACPI: SSDT 0x00000000BBF69000 00091F (v01 AMD AmdTable 00000001 INTL 20190509)
[ 0.003832] ACPI: SSDT 0x00000000BBF67000 00112E (v01 AMD AmdTable 00000001 INTL 20190509)
[ 0.003833] ACPI: SSDT 0x00000000BBF66000 000241 (v01 AMD AmdTable 00000001 INTL 20190509)
[ 0.003834] ACPI: SSDT 0x00000000BBF65000 0007F1 (v01 AMD AmdTable 00000001 INTL 20190509)
[ 0.003836] ACPI: SSDT 0x00000000BBF64000 00078F (v01 AMD AmdTable 00000001 INTL 20190509)
[ 0.003837] ACPI: FPDT 0x00000000BBF63000 000044 (v01 _ASUS_ A M I 01072009 AMI 01000013)
[ 0.003838] ACPI: Reserving FACP table memory at [mem 0xbbfa3000-0xbbfa3113]
[ 0.003839] ACPI: Reserving DSDT table memory at [mem 0xbbf96000-0xbbfa217e]
[ 0.003840] ACPI: Reserving FACS table memory at [mem 0xbc11e000-0xbc11e03f]
[ 0.003840] ACPI: Reserving MSDM table memory at [mem 0xbbfb1000-0xbbfb1054]
[ 0.003840] ACPI: Reserving SSDT table memory at [mem 0xbbfa9000-0xbbfb0228]
[ 0.003841] ACPI: Reserving IVRS table memory at [mem 0xbbfa8000-0xbbfa81a3]
[ 0.003841] ACPI: Reserving SSDT table memory at [mem 0xbbfa4000-0xbbfa7a20]
[ 0.003842] ACPI: Reserving FIDT table memory at [mem 0xbbf95000-0xbbf9509b]
[ 0.003842] ACPI: Reserving MCFG table memory at [mem 0xbbf94000-0xbbf9403b]
[ 0.003843] ACPI: Reserving HPET table memory at [mem 0xbbf93000-0xbbf93037]
[ 0.003843] ACPI: Reserving VFCT table memory at [mem 0xbbf85000-0xbbf92883]
[ 0.003844] ACPI: Reserving TPM2 table memory at [mem 0xbbf83000-0xbbf8304b]
[ 0.003844] ACPI: Reserving SSDT table memory at [mem 0xbbf7d000-0xbbf82353]
[ 0.003845] ACPI: Reserving CRAT table memory at [mem 0xbbf7c000-0xbbf7cee7]
[ 0.003845] ACPI: Reserving CDIT table memory at [mem 0xbbf7b000-0xbbf7b028]
[ 0.003845] ACPI: Reserving SSDT table memory at [mem 0xbbf7a000-0xbbf7a148]
[ 0.003846] ACPI: Reserving SSDT table memory at [mem 0xbbf79000-0xbbf795b6]
[ 0.003846] ACPI: Reserving SSDT table memory at [mem 0xbbf77000-0xbbf7848d]
[ 0.003847] ACPI: Reserving SSDT table memory at [mem 0xbbf75000-0xbbf7651c]
[ 0.003847] ACPI: Reserving SSDT table memory at [mem 0xbbf74000-0xbbf746a8]
[ 0.003848] ACPI: Reserving SSDT table memory at [mem 0xbbf72000-0xbbf739e5]
[ 0.003848] ACPI: Reserving SSDT table memory at [mem 0xbbf71000-0xbbf715dd]
[ 0.003849] ACPI: Reserving SSDT table memory at [mem 0xbbf6d000-0xbbf706e8]
[ 0.003849] ACPI: Reserving BGRT table memory at [mem 0xbbf84000-0xbbf84037]
[ 0.003850] ACPI: Reserving WSMT table memory at [mem 0xbbf6c000-0xbbf6c027]
[ 0.003850] ACPI: Reserving APIC table memory at [mem 0xbbf6b000-0xbbf6b0dd]
[ 0.003850] ACPI: Reserving SSDT table memory at [mem 0xbbf6a000-0xbbf6a08c]
[ 0.003851] ACPI: Reserving SSDT table memory at [mem 0xbbf69000-0xbbf6991e]
[ 0.003851] ACPI: Reserving SSDT table memory at [mem 0xbbf67000-0xbbf6812d]
[ 0.003852] ACPI: Reserving SSDT table memory at [mem 0xbbf66000-0xbbf66240]
[ 0.003852] ACPI: Reserving SSDT table memory at [mem 0xbbf65000-0xbbf657f0]
[ 0.003853] ACPI: Reserving SSDT table memory at [mem 0xbbf64000-0xbbf6478e]
[ 0.003853] ACPI: Reserving FPDT table memory at [mem 0xbbf63000-0xbbf63043]
[ 0.003902] No NUMA configuration found
[ 0.003903] Faking a node at [mem 0x0000000000000000-0x000000041e2fffff]
[ 0.003906] NODE_DATA(0) allocated [mem 0x41e2fc000-0x41e2fffff]
[ 0.003924] Zone ranges:
[ 0.003925] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.003926] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.003927] Normal [mem 0x0000000100000000-0x000000041e2fffff]
[ 0.003927] Device empty
[ 0.003928] Movable zone start for each node
[ 0.003928] Early memory node ranges
[ 0.003929] node 0: [mem 0x0000000000001000-0x000000000009ffff]
[ 0.003929] node 0: [mem 0x0000000000100000-0x0000000009d1efff]
[ 0.003930] node 0: [mem 0x000000000a001000-0x000000000a1fffff]
[ 0.003930] node 0: [mem 0x000000000a20f000-0x00000000baa36fff]
[ 0.003931] node 0: [mem 0x00000000bc9ff000-0x00000000bdffffff]
[ 0.003931] node 0: [mem 0x0000000100000000-0x000000041e2fffff]
[ 0.003933] Initmem setup node 0 [mem 0x0000000000001000-0x000000041e2fffff]
[ 0.003935] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.003945] On node 0, zone DMA: 96 pages in unavailable ranges
[ 0.004027] On node 0, zone DMA32: 738 pages in unavailable ranges
[ 0.006784] On node 0, zone DMA32: 15 pages in unavailable ranges
[ 0.006850] On node 0, zone DMA32: 8136 pages in unavailable ranges
[ 0.020649] On node 0, zone Normal: 8192 pages in unavailable ranges
[ 0.020687] On node 0, zone Normal: 7424 pages in unavailable ranges
[ 0.021092] ACPI: PM-Timer IO Port: 0x808
[ 0.021098] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.021108] IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
[ 0.021113] IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
[ 0.021114] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.021115] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 0.021117] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.021118] ACPI: HPET id: 0x10228201 base: 0xfed00000
[ 0.021125] e820: update [mem 0xb7376000-0xb741efff] usable ==> reserved
[ 0.021133] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[ 0.021149] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.021150] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.021151] PM: hibernation: Registered nosave memory: [mem 0x09d1f000-0x0a000fff]
[ 0.021152] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20efff]
[ 0.021153] PM: hibernation: Registered nosave memory: [mem 0xb7376000-0xb741efff]
[ 0.021154] PM: hibernation: Registered nosave memory: [mem 0xb93f7000-0xb93f7fff]
[ 0.021155] PM: hibernation: Registered nosave memory: [mem 0xbaa37000-0xbbf4efff]
[ 0.021155] PM: hibernation: Registered nosave memory: [mem 0xbbf4f000-0xbbfb3fff]
[ 0.021156] PM: hibernation: Registered nosave memory: [mem 0xbbfb4000-0xbc168fff]
[ 0.021156] PM: hibernation: Registered nosave memory: [mem 0xbc169000-0xbc976fff]
[ 0.021156] PM: hibernation: Registered nosave memory: [mem 0xbc977000-0xbc9fefff]
[ 0.021157] PM: hibernation: Registered nosave memory: [mem 0xbe000000-0xbfffffff]
[ 0.021158] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xefffffff]
[ 0.021158] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
[ 0.021158] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfcffffff]
[ 0.021159] PM: hibernation: Registered nosave memory: [mem 0xfd000000-0xfdffffff]
[ 0.021159] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe6fffff]
[ 0.021159] PM: hibernation: Registered nosave memory: [mem 0xfe700000-0xfe70ffff]
[ 0.021160] PM: hibernation: Registered nosave memory: [mem 0xfe710000-0xfeb7ffff]
[ 0.021160] PM: hibernation: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
[ 0.021161] PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[ 0.021161] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[ 0.021161] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
[ 0.021162] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[ 0.021162] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[ 0.021162] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[ 0.021163] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[ 0.021163] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
[ 0.021163] PM: hibernation: Registered nosave memory: [mem 0xfed81000-0xfedc3fff]
[ 0.021164] PM: hibernation: Registered nosave memory: [mem 0xfedc4000-0xfedc9fff]
[ 0.021164] PM: hibernation: Registered nosave memory: [mem 0xfedca000-0xfedcbfff]
[ 0.021164] PM: hibernation: Registered nosave memory: [mem 0xfedcc000-0xfedcefff]
[ 0.021165] PM: hibernation: Registered nosave memory: [mem 0xfedcf000-0xfedd4fff]
[ 0.021165] PM: hibernation: Registered nosave memory: [mem 0xfedd5000-0xfedd5fff]
[ 0.021165] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xfeffffff]
[ 0.021166] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.021167] [mem 0xc0000000-0xefffffff] available for PCI devices
[ 0.021168] Booting paravirtualized kernel on bare hardware
[ 0.021170] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[ 0.023637] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
[ 0.023994] percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u262144
[ 0.023998] pcpu-alloc: s196608 r8192 d28672 u262144 alloc=1*2097152
[ 0.023999] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
[ 0.024017] Built 1 zonelists, mobility grouping on. Total pages: 3975365
[ 0.024017] Policy zone: Normal
[ 0.024018] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=b1945f6d-6bfc-468d-81a6-0a172cbfc638 rw cryptdevice=UUID=d4613429-72fe-4b21-a04c-007695fad82b:cryptroot root=/dev/mapper/cryptroot loglevel=3 quiet acpi_backlight=vendor
[ 0.024059] Unknown command line parameters: BOOT_IMAGE=/vmlinuz-linux cryptdevice=UUID=d4613429-72fe-4b21-a04c-007695fad82b:cryptroot
[ 0.025128] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.025692] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.025856] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
[ 0.047728] Memory: 15698880K/16154520K available (14344K kernel code, 2064K rwdata, 9356K rodata, 1804K init, 4076K bss, 455380K reserved, 0K cma-reserved)
[ 0.047734] random: get_random_u64 called from __kmem_cache_create+0x2a/0x530 with crng_init=0
[ 0.047803] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[ 0.047810] ftrace: allocating 42552 entries in 167 pages
[ 0.057752] ftrace: allocated 167 pages with 5 groups
[ 0.057825] rcu: Preemptible hierarchical RCU implementation.
[ 0.057826] rcu: RCU dyntick-idle grace-period acceleration is enabled.
[ 0.057826] rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
[ 0.057827] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.057828] Trampoline variant of Tasks RCU enabled.
[ 0.057828] Rude variant of Tasks RCU enabled.
[ 0.057828] Tracing variant of Tasks RCU enabled.
[ 0.057829] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.057829] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[ 0.059619] NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
[ 0.059847] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[ 0.059936] Console: colour dummy device 80x25
[ 0.059943] printk: console [tty0] enabled
[ 0.059955] ACPI: Core revision 20210604
[ 0.060087] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[ 0.060102] APIC: Switch to symmetric I/O mode setup
[ 0.060609] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
[ 0.060610] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
[ 0.060611] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
[ 0.060611] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
[ 0.060837] Switched APIC routing to physical flat.
[ 0.061416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.076775] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2f7b2b2a9e3, max_idle_ns: 440795326525 ns
[ 0.076780] Calibrating delay loop (skipped), value calculated using timer frequency.. 6590.50 BogoMIPS (lpj=10980010)
[ 0.076782] pid_max: default: 32768 minimum: 301
[ 0.080127] LSM: Security Framework initializing
[ 0.080132] landlock: Up and running.
[ 0.080133] Yama: becoming mindful.
[ 0.080136] LSM support for eBPF active
[ 0.080159] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.080175] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.080301] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 0.080307] LVT offset 1 assigned for vector 0xf9
[ 0.080313] LVT offset 2 assigned for vector 0xf4
[ 0.080316] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[ 0.080316] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[ 0.080318] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.080319] Spectre V2 : Mitigation: Full AMD retpoline
[ 0.080320] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.080320] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.080321] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.080322] Spectre V2 : User space: Mitigation: STIBP always-on protection
[ 0.080323] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[ 0.085478] Freeing SMP alternatives memory: 36K
[ 0.195775] smpboot: CPU0: AMD Ryzen 9 5900HX with Radeon Graphics (family: 0x19, model: 0x50, stepping: 0x0)
[ 0.195882] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[ 0.195886] ... version: 0
[ 0.195886] ... bit width: 48
[ 0.195887] ... generic registers: 6
[ 0.195887] ... value mask: 0000ffffffffffff
[ 0.195888] ... max period: 00007fffffffffff
[ 0.195888] ... fixed-purpose events: 0
[ 0.195888] ... event mask: 000000000000003f
[ 0.195926] rcu: Hierarchical SRCU implementation.
[ 0.196214] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.196306] smp: Bringing up secondary CPUs ...
[ 0.196374] x86: Booting SMP configuration:
[ 0.196375] .... node #0, CPUs: #1
[ 0.196873] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[ 0.196925] #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15
[ 0.228927] smp: Brought up 1 node, 16 CPUs
[ 0.228927] smpboot: Max logical packages: 1
[ 0.228927] smpboot: Total of 16 processors activated (105450.10 BogoMIPS)
[ 0.230139] devtmpfs: initialized
[ 0.230150] x86/mm: Memory block size: 128MB
[ 0.230751] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20efff] (61440 bytes)
[ 0.230751] ACPI: PM: Registering ACPI NVS region [mem 0xbbfb4000-0xbc168fff] (1789952 bytes)
[ 0.230751] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.230751] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[ 0.230751] pinctrl core: initialized pinctrl subsystem
[ 0.230751] PM: RTC time: 13:21:48, date: 2021-11-04
[ 0.230751] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.230751] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.230751] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.230770] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.230774] audit: initializing netlink subsys (disabled)
[ 0.230779] audit: type=2000 audit(1636032107.169:1): state=initialized audit_enabled=0 res=1
[ 0.230779] thermal_sys: Registered thermal governor 'fair_share'
[ 0.230779] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.230779] thermal_sys: Registered thermal governor 'step_wise'
[ 0.230779] thermal_sys: Registered thermal governor 'user_space'
[ 0.230779] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.230779] cpuidle: using governor ladder
[ 0.230779] cpuidle: using governor menu
[ 0.230779] HugeTLB: can free 4094 vmemmap pages for hugepages-1048576kB
[ 0.230779] ACPI: bus type PCI registered
[ 0.230779] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.230779] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[ 0.230779] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[ 0.230779] PCI: Using configuration type 1 for base access
[ 0.230893] Kprobes globally optimized
[ 0.230895] HugeTLB: can free 6 vmemmap pages for hugepages-2048kB
[ 0.230895] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.230895] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.230895] ACPI: Added _OSI(Module Device)
[ 0.230895] ACPI: Added _OSI(Processor Device)
[ 0.230895] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.230895] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.230895] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.230895] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.230895] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 0.243151] ACPI: 18 ACPI AML tables successfully acquired and loaded
[ 0.244163] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.245704] ACPI: Interpreter enabled
[ 0.245715] ACPI: PM: (supports S0 S4 S5)
[ 0.245715] ACPI: Using IOAPIC for interrupt routing
[ 0.245880] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.246106] ACPI: Enabled 3 GPEs in block 00 to 1F
[ 0.246469] ACPI: PM: Power Resource [M237]
[ 0.246569] ACPI: PM: Power Resource [M237]
[ 0.246619] ACPI: PM: Power Resource [M237]
[ 0.247026] ACPI: PM: Power Resource [P0U0]
[ 0.247037] ACPI: PM: Power Resource [P3U0]
[ 0.247320] ACPI: PM: Power Resource [P0U1]
[ 0.247331] ACPI: PM: Power Resource [P3U1]
[ 0.248130] ACPI: PM: Power Resource [P1NV]
[ 0.248259] ACPI: PM: Power Resource [P0NV]
[ 0.250411] ACPI: PM: Power Resource [PRWL]
[ 0.250926] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.250930] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.251042] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
[ 0.251147] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[ 0.251155] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[ 0.251384] PCI host bridge to bus 0000:00
[ 0.251385] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
[ 0.251386] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
[ 0.251387] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
[ 0.251387] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.251388] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.251389] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[ 0.251389] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfcffffff window]
[ 0.251390] pci_bus 0000:00: root bus resource [mem 0x440000000-0xffffffffff window]
[ 0.251391] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.251399] pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
[ 0.251484] pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
[ 0.251568] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
[ 0.251632] pci 0000:00:01.1: [1022:1633] type 01 class 0x060400
[ 0.251696] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[ 0.251758] pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
[ 0.251821] pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
[ 0.251841] pci 0000:00:02.1: enabling Extended Tags
[ 0.251867] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[ 0.251929] pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
[ 0.251974] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[ 0.252034] pci 0000:00:02.3: [1022:1634] type 01 class 0x060400
[ 0.252054] pci 0000:00:02.3: enabling Extended Tags
[ 0.252079] pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
[ 0.252140] pci 0000:00:02.4: [1022:1634] type 01 class 0x060400
[ 0.252160] pci 0000:00:02.4: enabling Extended Tags
[ 0.252186] pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
[ 0.252257] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
[ 0.252318] pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
[ 0.252336] pci 0000:00:08.1: enabling Extended Tags
[ 0.252361] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[ 0.252450] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[ 0.252559] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[ 0.252676] pci 0000:00:18.0: [1022:166a] type 00 class 0x060000
[ 0.252718] pci 0000:00:18.1: [1022:166b] type 00 class 0x060000
[ 0.252760] pci 0000:00:18.2: [1022:166c] type 00 class 0x060000
[ 0.252801] pci 0000:00:18.3: [1022:166d] type 00 class 0x060000
[ 0.252845] pci 0000:00:18.4: [1022:166e] type 00 class 0x060000
[ 0.252887] pci 0000:00:18.5: [1022:166f] type 00 class 0x060000
[ 0.252929] pci 0000:00:18.6: [1022:1670] type 00 class 0x060000
[ 0.252970] pci 0000:00:18.7: [1022:1671] type 00 class 0x060000
[ 0.253069] pci 0000:01:00.0: [1002:1478] type 01 class 0x060400
[ 0.253081] pci 0000:01:00.0: reg 0x10: [mem 0xfcc00000-0xfcc03fff]
[ 0.253170] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 0.253239] 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 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[ 0.253276] pci 0000:00:01.1: PCI bridge to [bus 01-03]
[ 0.253279] pci 0000:00:01.1: bridge window [mem 0xfca00000-0xfccfffff]
[ 0.253282] pci 0000:00:01.1: bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[ 0.253332] pci 0000:02:00.0: [1002:1479] type 01 class 0x060400
[ 0.253431] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[ 0.253803] pci 0000:01:00.0: PCI bridge to [bus 02-03]
[ 0.253809] pci 0000:01:00.0: bridge window [mem 0xfca00000-0xfcbfffff]
[ 0.253813] pci 0000:01:00.0: bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[ 0.253869] pci 0000:03:00.0: [1002:73df] type 00 class 0x038000
[ 0.253882] pci 0000:03:00.0: reg 0x10: [mem 0xf800000000-0xfbffffffff 64bit pref]
[ 0.253891] pci 0000:03:00.0: reg 0x18: [mem 0xfc00000000-0xfc0fffffff 64bit pref]
[ 0.253900] pci 0000:03:00.0: reg 0x24: [mem 0xfca00000-0xfcafffff]
[ 0.253904] pci 0000:03:00.0: reg 0x30: [mem 0xfcb00000-0xfcb1ffff pref]
[ 0.253982] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
[ 0.254054] 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.254099] pci 0000:03:00.1: [1002:ab28] type 00 class 0x040300
[ 0.254109] pci 0000:03:00.1: reg 0x10: [mem 0xfcb20000-0xfcb23fff]
[ 0.254186] pci 0000:03:00.1: PME# supported from D1 D2 D3hot D3cold
[ 0.254270] pci 0000:02:00.0: PCI bridge to [bus 03]
[ 0.254276] pci 0000:02:00.0: bridge window [mem 0xfca00000-0xfcbfffff]
[ 0.254280] pci 0000:02:00.0: bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[ 0.254335] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
[ 0.254351] pci 0000:04:00.0: reg 0x10: [io 0xf000-0xf0ff]
[ 0.254372] pci 0000:04:00.0: reg 0x18: [mem 0xfcf04000-0xfcf04fff 64bit]
[ 0.254385] pci 0000:04:00.0: reg 0x20: [mem 0xfcf00000-0xfcf03fff 64bit]
[ 0.254468] pci 0000:04:00.0: supports D1 D2
[ 0.254469] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.254570] pci 0000:00:02.1: PCI bridge to [bus 04]
[ 0.254572] pci 0000:00:02.1: bridge window [io 0xf000-0xffff]
[ 0.254573] pci 0000:00:02.1: bridge window [mem 0xfcf00000-0xfcffffff]
[ 0.254732] pci 0000:05:00.0: [14c3:7961] type 00 class 0x028000
[ 0.254782] pci 0000:05:00.0: reg 0x10: [mem 0xfc30300000-0xfc303fffff 64bit pref]
[ 0.254818] pci 0000:05:00.0: reg 0x18: [mem 0xfc30400000-0xfc30403fff 64bit pref]
[ 0.254853] pci 0000:05:00.0: reg 0x20: [mem 0xfc30404000-0xfc30404fff 64bit pref]
[ 0.255003] pci 0000:05:00.0: supports D1 D2
[ 0.255004] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.255379] pci 0000:00:02.2: PCI bridge to [bus 05]
[ 0.255384] pci 0000:00:02.2: bridge window [mem 0xfc30300000-0xfc304fffff 64bit pref]
[ 0.255433] pci 0000:06:00.0: [2646:2263] type 00 class 0x010802
[ 0.255452] pci 0000:06:00.0: reg 0x10: [mem 0xfce00000-0xfce03fff 64bit]
[ 0.255642] pci 0000:00:02.3: PCI bridge to [bus 06]
[ 0.255645] pci 0000:00:02.3: bridge window [mem 0xfce00000-0xfcefffff]
[ 0.255702] pci 0000:07:00.0: [144d:a809] type 00 class 0x010802
[ 0.255717] pci 0000:07:00.0: reg 0x10: [mem 0xfcd00000-0xfcd03fff 64bit]
[ 0.255881] pci 0000:00:02.4: PCI bridge to [bus 07]
[ 0.255884] pci 0000:00:02.4: bridge window [mem 0xfcd00000-0xfcdfffff]
[ 0.255936] pci 0000:08:00.0: [1002:1638] type 00 class 0x030000
[ 0.255945] pci 0000:08:00.0: reg 0x10: [mem 0xfc20000000-0xfc2fffffff 64bit pref]
[ 0.255951] pci 0000:08:00.0: reg 0x18: [mem 0xfc30000000-0xfc301fffff 64bit pref]
[ 0.255956] pci 0000:08:00.0: reg 0x20: [io 0xe000-0xe0ff]
[ 0.255960] pci 0000:08:00.0: reg 0x24: [mem 0xfc900000-0xfc97ffff]
[ 0.255967] pci 0000:08:00.0: enabling Extended Tags
[ 0.255976] pci 0000:08:00.0: BAR 0: assigned to efifb
[ 0.256009] pci 0000:08:00.0: PME# supported from D1 D2 D3hot D3cold
[ 0.256038] pci 0000:08: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.256077] pci 0000:08:00.1: [1002:1637] type 00 class 0x040300
[ 0.256083] pci 0000:08:00.1: reg 0x10: [mem 0xfc9c8000-0xfc9cbfff]
[ 0.256101] pci 0000:08:00.1: enabling Extended Tags
[ 0.256125] pci 0000:08:00.1: PME# supported from D1 D2 D3hot D3cold
[ 0.256169] pci 0000:08:00.2: [1022:15df] type 00 class 0x108000
[ 0.256180] pci 0000:08:00.2: reg 0x18: [mem 0xfc800000-0xfc8fffff]
[ 0.256188] pci 0000:08:00.2: reg 0x24: [mem 0xfc9cc000-0xfc9cdfff]
[ 0.256194] pci 0000:08:00.2: enabling Extended Tags
[ 0.256261] pci 0000:08:00.3: [1022:1639] type 00 class 0x0c0330
[ 0.256270] pci 0000:08:00.3: reg 0x10: [mem 0xfc700000-0xfc7fffff 64bit]
[ 0.256291] pci 0000:08:00.3: enabling Extended Tags
[ 0.256317] pci 0000:08:00.3: PME# supported from D0 D3hot D3cold
[ 0.256365] pci 0000:08:00.4: [1022:1639] type 00 class 0x0c0330
[ 0.256374] pci 0000:08:00.4: reg 0x10: [mem 0xfc600000-0xfc6fffff 64bit]
[ 0.256395] pci 0000:08:00.4: enabling Extended Tags
[ 0.256420] pci 0000:08:00.4: PME# supported from D0 D3hot D3cold
[ 0.256464] pci 0000:08:00.5: [1022:15e2] type 00 class 0x048000
[ 0.256470] pci 0000:08:00.5: reg 0x10: [mem 0xfc980000-0xfc9bffff]
[ 0.256489] pci 0000:08:00.5: enabling Extended Tags
[ 0.256512] pci 0000:08:00.5: PME# supported from D0 D3hot D3cold
[ 0.256556] pci 0000:08:00.6: [1022:15e3] type 00 class 0x040300
[ 0.256564] pci 0000:08:00.6: reg 0x10: [mem 0xfc9c0000-0xfc9c7fff]
[ 0.256588] pci 0000:08:00.6: enabling Extended Tags
[ 0.256612] pci 0000:08:00.6: PME# supported from D0 D3hot D3cold
[ 0.256667] pci 0000:00:08.1: PCI bridge to [bus 08]
[ 0.256669] pci 0000:00:08.1: bridge window [io 0xe000-0xefff]
[ 0.256670] pci 0000:00:08.1: bridge window [mem 0xfc600000-0xfc9fffff]
[ 0.256672] pci 0000:00:08.1: bridge window [mem 0xfc20000000-0xfc301fffff 64bit pref]
[ 0.257289] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[ 0.257323] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[ 0.257353] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[ 0.257391] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[ 0.257424] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[ 0.257451] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[ 0.257479] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[ 0.257507] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[ 0.258340] iommu: Default domain type: Translated
[ 0.258385] pci 0000:08:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[ 0.258385] pci 0000:08:00.0: vgaarb: bridge control possible
[ 0.258385] pci 0000:08:00.0: vgaarb: setting as boot device
[ 0.258385] vgaarb: loaded
[ 0.258385] SCSI subsystem initialized
[ 0.258385] libata version 3.00 loaded.
[ 0.258385] ACPI: bus type USB registered
[ 0.258385] usbcore: registered new interface driver usbfs
[ 0.258385] usbcore: registered new interface driver hub
[ 0.258385] usbcore: registered new device driver usb
[ 0.261424] pps_core: LinuxPPS API ver. 1 registered
[ 0.261425] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.261427] PTP clock support registered
[ 0.261431] EDAC MC: Ver: 3.0.0
[ 0.261548] Registered efivars operations
[ 0.261548] NetLabel: Initializing
[ 0.261548] NetLabel: domain hash size = 128
[ 0.261548] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.261548] NetLabel: unlabeled traffic allowed by default
[ 0.261548] PCI: Using ACPI for IRQ routing
[ 0.265748] PCI: pci_cache_line_size set to 64 bytes
[ 0.265908] e820: reserve RAM buffer [mem 0x09d1f000-0x0bffffff]
[ 0.265909] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[ 0.265909] e820: reserve RAM buffer [mem 0xb7376000-0xb7ffffff]
[ 0.265910] e820: reserve RAM buffer [mem 0xb93f7000-0xbbffffff]
[ 0.265910] e820: reserve RAM buffer [mem 0xbaa37000-0xbbffffff]
[ 0.265911] e820: reserve RAM buffer [mem 0xbe000000-0xbfffffff]
[ 0.265911] e820: reserve RAM buffer [mem 0x41e300000-0x41fffffff]
[ 0.265914] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.265914] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 0.268615] clocksource: Switched to clocksource tsc-early
[ 0.271136] VFS: Disk quotas dquot_6.6.0
[ 0.271143] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.271183] pnp: PnP ACPI init
[ 0.271236] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[ 0.271474] system 00:03: [io 0x04d0-0x04d1] has been reserved
[ 0.271475] system 00:03: [io 0x040b] has been reserved
[ 0.271476] system 00:03: [io 0x04d6] has been reserved
[ 0.271476] system 00:03: [io 0x0c00-0x0c01] has been reserved
[ 0.271477] system 00:03: [io 0x0c14] has been reserved
[ 0.271478] system 00:03: [io 0x0c50-0x0c51] has been reserved
[ 0.271478] system 00:03: [io 0x0c52] has been reserved
[ 0.271479] system 00:03: [io 0x0c6c] has been reserved
[ 0.271479] system 00:03: [io 0x0c6f] has been reserved
[ 0.271480] system 00:03: [io 0x0cd8-0x0cdf] has been reserved
[ 0.271480] system 00:03: [io 0x0800-0x089f] has been reserved
[ 0.271481] system 00:03: [io 0x0b00-0x0b0f] has been reserved
[ 0.271482] system 00:03: [io 0x0b20-0x0b3f] has been reserved
[ 0.271482] system 00:03: [io 0x0900-0x090f] has been reserved
[ 0.271483] system 00:03: [io 0x0910-0x091f] has been reserved
[ 0.271483] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.271484] system 00:03: [mem 0xfec01000-0xfec01fff] could not be reserved
[ 0.271486] system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
[ 0.271487] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.271487] system 00:03: [mem 0xfed80000-0xfed8ffff] could not be reserved
[ 0.271488] system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
[ 0.271489] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
[ 0.271490] system 00:03: [mem 0xfe700000-0xfe70ffff] has been reserved
[ 0.271997] pnp: PnP ACPI: found 4 devices
[ 0.277234] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.277283] NET: Registered PF_INET protocol family
[ 0.277459] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.278614] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.278689] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.278816] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[ 0.278863] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.278921] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[ 0.278953] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.278983] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.279029] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.279032] NET: Registered PF_XDP protocol family
[ 0.279036] pci 0000:00:01.1: bridge window [io 0x1000-0x0fff] to [bus 01-03] add_size 1000
[ 0.279041] pci 0000:00:01.1: BAR 13: assigned [io 0x1000-0x1fff]
[ 0.279043] pci 0000:02:00.0: PCI bridge to [bus 03]
[ 0.279046] pci 0000:02:00.0: bridge window [mem 0xfca00000-0xfcbfffff]
[ 0.279049] pci 0000:02:00.0: bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[ 0.279053] pci 0000:01:00.0: PCI bridge to [bus 02-03]
[ 0.279056] pci 0000:01:00.0: bridge window [mem 0xfca00000-0xfcbfffff]
[ 0.279059] pci 0000:01:00.0: bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[ 0.279062] pci 0000:00:01.1: PCI bridge to [bus 01-03]
[ 0.279063] pci 0000:00:01.1: bridge window [io 0x1000-0x1fff]
[ 0.279065] pci 0000:00:01.1: bridge window [mem 0xfca00000-0xfccfffff]
[ 0.279067] pci 0000:00:01.1: bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[ 0.279069] pci 0000:00:02.1: PCI bridge to [bus 04]
[ 0.279070] pci 0000:00:02.1: bridge window [io 0xf000-0xffff]
[ 0.279072] pci 0000:00:02.1: bridge window [mem 0xfcf00000-0xfcffffff]
[ 0.279075] pci 0000:00:02.2: PCI bridge to [bus 05]
[ 0.279078] pci 0000:00:02.2: bridge window [mem 0xfc30300000-0xfc304fffff 64bit pref]
[ 0.279080] pci 0000:00:02.3: PCI bridge to [bus 06]
[ 0.279082] pci 0000:00:02.3: bridge window [mem 0xfce00000-0xfcefffff]
[ 0.279086] pci 0000:00:02.4: PCI bridge to [bus 07]
[ 0.279088] pci 0000:00:02.4: bridge window [mem 0xfcd00000-0xfcdfffff]
[ 0.279092] pci 0000:00:08.1: PCI bridge to [bus 08]
[ 0.279093] pci 0000:00:08.1: bridge window [io 0xe000-0xefff]
[ 0.279095] pci 0000:00:08.1: bridge window [mem 0xfc600000-0xfc9fffff]
[ 0.279096] pci 0000:00:08.1: bridge window [mem 0xfc20000000-0xfc301fffff 64bit pref]
[ 0.279099] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
[ 0.279100] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
[ 0.279100] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
[ 0.279101] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
[ 0.279101] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[ 0.279102] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[ 0.279102] pci_bus 0000:00: resource 10 [mem 0xc0000000-0xfcffffff window]
[ 0.279103] pci_bus 0000:00: resource 11 [mem 0x440000000-0xffffffffff window]
[ 0.279104] pci_bus 0000:01: resource 0 [io 0x1000-0x1fff]
[ 0.279104] pci_bus 0000:01: resource 1 [mem 0xfca00000-0xfccfffff]
[ 0.279105] pci_bus 0000:01: resource 2 [mem 0xf800000000-0xfc0fffffff 64bit pref]
[ 0.279106] pci_bus 0000:02: resource 1 [mem 0xfca00000-0xfcbfffff]
[ 0.279106] pci_bus 0000:02: resource 2 [mem 0xf800000000-0xfc0fffffff 64bit pref]
[ 0.279107] pci_bus 0000:03: resource 1 [mem 0xfca00000-0xfcbfffff]
[ 0.279107] pci_bus 0000:03: resource 2 [mem 0xf800000000-0xfc0fffffff 64bit pref]
[ 0.279108] pci_bus 0000:04: resource 0 [io 0xf000-0xffff]
[ 0.279108] pci_bus 0000:04: resource 1 [mem 0xfcf00000-0xfcffffff]
[ 0.279109] pci_bus 0000:05: resource 2 [mem 0xfc30300000-0xfc304fffff 64bit pref]
[ 0.279110] pci_bus 0000:06: resource 1 [mem 0xfce00000-0xfcefffff]
[ 0.279110] pci_bus 0000:07: resource 1 [mem 0xfcd00000-0xfcdfffff]
[ 0.279111] pci_bus 0000:08: resource 0 [io 0xe000-0xefff]
[ 0.279111] pci_bus 0000:08: resource 1 [mem 0xfc600000-0xfc9fffff]
[ 0.279112] pci_bus 0000:08: resource 2 [mem 0xfc20000000-0xfc301fffff 64bit pref]
[ 0.279174] pci 0000:03:00.1: D0 power state depends on 0000:03:00.0
[ 0.279285] pci 0000:08:00.1: D0 power state depends on 0000:08:00.0
[ 0.279304] pci 0000:08:00.3: extending delay after power-on from D3hot to 20 msec
[ 0.279397] pci 0000:08:00.4: extending delay after power-on from D3hot to 20 msec
[ 0.279443] PCI: CLS 64 bytes, default 64
[ 0.279451] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[ 0.279475] pci 0000:00:00.2: can't derive routing for PCI INT A
[ 0.279476] pci 0000:00:00.2: PCI INT A: not connected
[ 0.279477] AMD-Vi: Lazy IO/TLB flushing enabled
[ 0.279486] pci 0000:00:01.0: Adding to iommu group 0
[ 0.279486] Trying to unpack rootfs image as initramfs...
[ 0.279492] pci 0000:00:01.1: Adding to iommu group 1
[ 0.279501] pci 0000:00:02.0: Adding to iommu group 2
[ 0.279506] pci 0000:00:02.1: Adding to iommu group 3
[ 0.279510] pci 0000:00:02.2: Adding to iommu group 4
[ 0.279514] pci 0000:00:02.3: Adding to iommu group 5
[ 0.279519] pci 0000:00:02.4: Adding to iommu group 6
[ 0.279526] pci 0000:00:08.0: Adding to iommu group 7
[ 0.279529] pci 0000:00:08.1: Adding to iommu group 7
[ 0.279536] pci 0000:00:14.0: Adding to iommu group 8
[ 0.279539] pci 0000:00:14.3: Adding to iommu group 8
[ 0.279554] pci 0000:00:18.0: Adding to iommu group 9
[ 0.279558] pci 0000:00:18.1: Adding to iommu group 9
[ 0.279563] pci 0000:00:18.2: Adding to iommu group 9
[ 0.279568] pci 0000:00:18.3: Adding to iommu group 9
[ 0.279572] pci 0000:00:18.4: Adding to iommu group 9
[ 0.279576] pci 0000:00:18.5: Adding to iommu group 9
[ 0.279581] pci 0000:00:18.6: Adding to iommu group 9
[ 0.279585] pci 0000:00:18.7: Adding to iommu group 9
[ 0.279591] pci 0000:01:00.0: Adding to iommu group 10
[ 0.279596] pci 0000:02:00.0: Adding to iommu group 11
[ 0.279605] pci 0000:03:00.0: Adding to iommu group 12
[ 0.279614] pci 0000:03:00.1: Adding to iommu group 13
[ 0.279619] pci 0000:04:00.0: Adding to iommu group 14
[ 0.279625] pci 0000:05:00.0: Adding to iommu group 15
[ 0.279631] pci 0000:06:00.0: Adding to iommu group 16
[ 0.279636] pci 0000:07:00.0: Adding to iommu group 17
[ 0.279648] pci 0000:08:00.0: Adding to iommu group 7
[ 0.279650] pci 0000:08:00.1: Adding to iommu group 7
[ 0.279653] pci 0000:08:00.2: Adding to iommu group 7
[ 0.279656] pci 0000:08:00.3: Adding to iommu group 7
[ 0.279659] pci 0000:08:00.4: Adding to iommu group 7
[ 0.279662] pci 0000:08:00.5: Adding to iommu group 7
[ 0.279664] pci 0000:08:00.6: Adding to iommu group 7
[ 0.281120] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[ 0.281122] AMD-Vi: Extended features (0x206d73ef22254ade): PPR X2APIC NX GT IA GA PC GA_vAPIC
[ 0.281125] AMD-Vi: Interrupt remapping enabled
[ 0.281125] AMD-Vi: Virtual APIC enabled
[ 0.281125] AMD-Vi: X2APIC enabled
[ 0.311596] Freeing initrd memory: 13184K
[ 0.315977] amd_uncore: 4 amd_df counters detected
[ 0.315980] amd_uncore: 6 amd_l3 counters detected
[ 0.316899] LVT offset 0 assigned for vector 0x400
[ 0.317045] perf: AMD IBS detected (0x000003ff)
[ 0.317049] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[ 0.318277] Initialise system trusted keyrings
[ 0.318285] Key type blacklist registered
[ 0.318309] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[ 0.318786] zbud: loaded
[ 0.321217] Key type asymmetric registered
[ 0.321218] Asymmetric key parser 'x509' registered
[ 0.321221] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[ 0.321282] io scheduler mq-deadline registered
[ 0.321282] io scheduler kyber registered
[ 0.321304] io scheduler bfq registered
[ 0.321527] pcieport 0000:00:01.1: PME: Signaling with IRQ 26
[ 0.321539] pcieport 0000:00:01.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 0.321656] pcieport 0000:00:02.1: PME: Signaling with IRQ 27
[ 0.321730] pcieport 0000:00:02.2: PME: Signaling with IRQ 28
[ 0.321801] pcieport 0000:00:02.3: PME: Signaling with IRQ 29
[ 0.321875] pcieport 0000:00:02.4: PME: Signaling with IRQ 30
[ 0.321950] pcieport 0000:00:08.1: PME: Signaling with IRQ 31
[ 0.322295] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 0.322309] efifb: probing for efifb
[ 0.322321] efifb: showing boot graphics
[ 0.324990] efifb: framebuffer at 0xfc20000000, using 14400k, total 14400k
[ 0.324991] efifb: mode is 2560x1440x32, linelength=10240, pages=1
[ 0.324991] efifb: scrolling: redraw
[ 0.324992] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.325013] fbcon: Deferring console take-over
[ 0.325014] fb0: EFI VGA frame buffer device
[ 0.361633] ACPI: AC: AC Adapter [ADP0] (on-line)
[ 0.361663] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2a/PNP0C0D:00/input/input0
[ 0.361676] ACPI: button: Lid Switch [LID0]
[ 0.361688] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[ 0.361697] ACPI: button: Power Button [PWRB]
[ 0.361710] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[ 0.361717] ACPI: button: Sleep Button [SLPB]
[ 0.362218] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1270
[ 0.362234] Monitor-Mwait will be used to enter C-1 state
[ 0.362236] ACPI: \_SB_.PLTF.P000: Found 3 idle states
[ 0.362328] ACPI: \_SB_.PLTF.P001: Found 3 idle states
[ 0.362393] ACPI: \_SB_.PLTF.P002: Found 3 idle states
[ 0.362503] ACPI: \_SB_.PLTF.P003: Found 3 idle states
[ 0.362597] ACPI: \_SB_.PLTF.P004: Found 3 idle states
[ 0.363295] ACPI: \_SB_.PLTF.P005: Found 3 idle states
[ 0.363394] ACPI: \_SB_.PLTF.P006: Found 3 idle states
[ 0.363540] ACPI: \_SB_.PLTF.P007: Found 3 idle states
[ 0.363635] ACPI: \_SB_.PLTF.P008: Found 3 idle states
[ 0.363788] ACPI: \_SB_.PLTF.P009: Found 3 idle states
[ 0.363972] ACPI: \_SB_.PLTF.P00A: Found 3 idle states
[ 0.364160] ACPI: \_SB_.PLTF.P00B: Found 3 idle states
[ 0.364317] ACPI: \_SB_.PLTF.P00C: Found 3 idle states
[ 0.364474] ACPI: \_SB_.PLTF.P00D: Found 3 idle states
[ 0.364578] ACPI: \_SB_.PLTF.P00E: Found 3 idle states
[ 0.364698] ACPI: \_SB_.PLTF.P00F: Found 3 idle states
[ 0.364969] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.364971] ACPI: thermal: Thermal Zone [TZ01] (66 C)
[ 0.365123] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.365444] ACPI: battery: Slot [BAT0] (battery present)
[ 0.365840] Non-volatile memory driver v1.3
[ 0.365842] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[ 0.366908] nvme 0000:06:00.0: platform quirk: setting simple suspend
[ 0.366941] nvme nvme0: pci function 0000:06:00.0
[ 0.366963] nvme 0000:07:00.0: platform quirk: setting simple suspend
[ 0.366993] nvme nvme1: pci function 0000:07:00.0
[ 0.367071] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.367079] ehci-pci: EHCI PCI platform driver
[ 0.367100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.367104] ohci-pci: OHCI PCI platform driver
[ 0.367110] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.367165] usbcore: registered new interface driver usbserial_generic
[ 0.367168] usbserial: USB Serial support registered for generic
[ 0.367258] rtc_cmos 00:01: RTC can wake from S4
[ 0.367440] rtc_cmos 00:01: registered as rtc0
[ 0.367507] rtc_cmos 00:01: setting system clock to 2021-11-04T13:21:48 UTC (1636032108)
[ 0.367532] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 0.367758] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.367848] hid: raw HID events driver (C) Jiri Kosina
[ 0.367929] drop_monitor: Initializing network drop monitor service
[ 0.367963] Initializing XFRM netlink socket
[ 0.368013] NET: Registered PF_INET6 protocol family
[ 0.371478] Segment Routing with IPv6
[ 0.371481] RPL Segment Routing with IPv6
[ 0.371509] NET: Registered PF_PACKET protocol family
[ 0.372243] microcode: CPU0: patch_level=0x0a50000c
[ 0.372268] microcode: CPU1: patch_level=0x0a50000c
[ 0.372278] microcode: CPU2: patch_level=0x0a50000c
[ 0.372292] microcode: CPU3: patch_level=0x0a50000c
[ 0.372301] microcode: CPU4: patch_level=0x0a50000c
[ 0.372314] microcode: CPU5: patch_level=0x0a50000c
[ 0.372318] microcode: CPU6: patch_level=0x0a50000c
[ 0.372325] microcode: CPU7: patch_level=0x0a50000c
[ 0.372335] microcode: CPU8: patch_level=0x0a50000c
[ 0.372349] microcode: CPU9: patch_level=0x0a50000c
[ 0.372360] microcode: CPU10: patch_level=0x0a50000c
[ 0.372372] microcode: CPU11: patch_level=0x0a50000c
[ 0.372385] microcode: CPU12: patch_level=0x0a50000c
[ 0.372398] microcode: CPU13: patch_level=0x0a50000c
[ 0.372408] microcode: CPU14: patch_level=0x0a50000c
[ 0.372422] microcode: CPU15: patch_level=0x0a50000c
[ 0.372427] microcode: Microcode Update Driver: v2.2.
[ 0.372625] resctrl: L3 allocation detected
[ 0.372627] resctrl: L3DATA allocation detected
[ 0.372628] resctrl: L3CODE allocation detected
[ 0.372628] resctrl: MB allocation detected
[ 0.372629] resctrl: L3 monitoring detected
[ 0.372632] IPI shorthand broadcast: enabled
[ 0.372640] sched_clock: Marking stable (372307106, 306439)->(386952909, -14339364)
[ 0.372938] registered taskstats version 1
[ 0.373321] Loading compiled-in X.509 certificates
[ 0.374384] nvme nvme0: missing or invalid SUBNQN field.
[ 0.375372] Loaded X.509 cert 'Build time autogenerated kernel key: 4bf053f8e5c4b77ad32d170608834d80a907d8c3'
[ 0.375832] zswap: loaded using pool lz4/z3fold
[ 0.376111] Key type ._fscrypt registered
[ 0.376113] Key type .fscrypt registered
[ 0.376113] Key type fscrypt-provisioning registered
[ 0.376347] PM: Magic number: 13:531:381
[ 0.376503] RAS: Correctable Errors collector initialized.
[ 0.381800] nvme nvme0: 15/0/0 default/read/poll queues
[ 0.382953] nvme nvme1: Shutdown timeout set to 8 seconds
[ 0.383307] nvme0n1: p1 p2 p3 p4 p5
[ 0.408019] nvme nvme1: allocated 64 MiB host memory buffer.
[ 0.458307] nvme nvme1: 12/0/0 default/read/poll queues
[ 0.464830] nvme1n1: p1 p2 p3 p4 p5 p6 p7
[ 0.465900] Freeing unused decrypted memory: 2036K
[ 0.466091] Freeing unused kernel image (initmem) memory: 1804K
[ 0.476232] Write protecting the kernel read-only data: 26624k
[ 0.476925] Freeing unused kernel image (text/rodata gap) memory: 2036K
[ 0.477254] Freeing unused kernel image (rodata/data gap) memory: 884K
[ 0.498652] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.498658] rodata_test: all tests were successful
[ 0.498662] Run /init as init process
[ 0.498663] with arguments:
[ 0.498664] /init
[ 0.498664] with environment:
[ 0.498665] HOME=/
[ 0.498665] TERM=linux
[ 0.498665] BOOT_IMAGE=/vmlinuz-linux
[ 0.498666] cryptdevice=UUID=d4613429-72fe-4b21-a04c-007695fad82b:cryptroot
[ 0.511431] fbcon: Taking over console
[ 0.511496] Console: switching to colour frame buffer device 160x45
[ 0.561656] cryptd: max_cpu_qlen set to 1000
[ 0.561746] ACPI: video: Video Device [VGA] (multi-head: yes rom: no post: no)
[ 0.563469] i8042: PNP: PS/2 Controller [PNP030b:PS2K] at 0x60,0x64 irq 1
[ 0.563484] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[ 0.564635] xhci_hcd 0000:08:00.3: xHCI Host Controller
[ 0.564663] xhci_hcd 0000:08:00.3: new USB bus registered, assigned bus number 1
[ 0.564765] xhci_hcd 0000:08:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[ 0.564790] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.565219] xhci_hcd 0000:08:00.3: xHCI Host Controller
[ 0.565224] xhci_hcd 0000:08:00.3: new USB bus registered, assigned bus number 2
[ 0.565227] xhci_hcd 0000:08:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[ 0.565275] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
[ 0.565277] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.565278] usb usb1: Product: xHCI Host Controller
[ 0.565279] usb usb1: Manufacturer: Linux 5.14.16-arch1-1 xhci-hcd
[ 0.565280] usb usb1: SerialNumber: 0000:08:00.3
[ 0.565397] hub 1-0:1.0: USB hub found
[ 0.565404] hub 1-0:1.0: 4 ports detected
[ 0.565751] ccp 0000:08:00.2: enabling device (0000 -> 0002)
[ 0.565962] AVX2 version of gcm_enc/dec engaged.
[ 0.566211] AES CTR mode by8 optimization enabled
[ 0.567346] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[ 0.567374] ccp 0000:08:00.2: ccp: unable to access the device: you might be running a broken BIOS.
[ 0.567524] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.567596] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
[ 0.567600] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.567601] usb usb2: Product: xHCI Host Controller
[ 0.567602] usb usb2: Manufacturer: Linux 5.14.16-arch1-1 xhci-hcd
[ 0.567603] usb usb2: SerialNumber: 0000:08:00.3
[ 0.568600] hub 2-0:1.0: USB hub found
[ 0.568609] hub 2-0:1.0: 2 ports detected
[ 0.568843] xhci_hcd 0000:08:00.4: xHCI Host Controller
[ 0.568847] xhci_hcd 0000:08:00.4: new USB bus registered, assigned bus number 3
[ 0.568935] xhci_hcd 0000:08:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[ 0.569257] xhci_hcd 0000:08:00.4: xHCI Host Controller
[ 0.569260] xhci_hcd 0000:08:00.4: new USB bus registered, assigned bus number 4
[ 0.569262] xhci_hcd 0000:08:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[ 0.569289] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
[ 0.569291] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.569292] usb usb3: Product: xHCI Host Controller
[ 0.569294] usb usb3: Manufacturer: Linux 5.14.16-arch1-1 xhci-hcd
[ 0.569295] usb usb3: SerialNumber: 0000:08:00.4
[ 0.569354] hub 3-0:1.0: USB hub found
[ 0.569359] hub 3-0:1.0: 4 ports detected
[ 0.569520] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.569533] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
[ 0.569535] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.569536] usb usb4: Product: xHCI Host Controller
[ 0.569537] usb usb4: Manufacturer: Linux 5.14.16-arch1-1 xhci-hcd
[ 0.569538] usb usb4: SerialNumber: 0000:08:00.4
[ 0.569590] hub 4-0:1.0: USB hub found
[ 0.569596] hub 4-0:1.0: 2 ports detected
[ 0.569866] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[ 0.570026] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0c/LNXVIDEO:00/input/input3
[ 0.578500] ccp 0000:08:00.2: tee enabled
[ 0.578504] ccp 0000:08:00.2: psp enabled
[ 0.600068] device-mapper: uevent: version 1.0.3
[ 0.600147] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[ 0.604117] Key type encrypted registered
[ 0.608298] random: cryptsetup: uninitialized urandom read (4 bytes read)
[ 0.610758] random: cryptsetup: uninitialized urandom read (4 bytes read)
[ 0.817509] usb 1-3: new full-speed USB device number 2 using xhci_hcd
[ 0.817529] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[ 0.976264] usb 3-1: New USB device found, idVendor=0bda, idProduct=5411, bcdDevice= 1.33
[ 0.976268] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 0.976269] usb 3-1: Product: 4-Port USB 2.0 Hub
[ 0.976270] usb 3-1: Manufacturer: Generic
[ 0.980329] usb 1-3: New USB device found, idVendor=0b05, idProduct=1866, bcdDevice=40.23
[ 0.980338] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 0.980341] usb 1-3: Product: N-KEY Device
[ 0.980344] usb 1-3: Manufacturer: ASUSTek Computer Inc.
[ 0.998741] input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb1/1-3/1-3:1.0/0003:0B05:1866.0001/input/input5
[ 0.998931] input: ASUSTek Computer Inc. N-KEY Device Keyboard as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb1/1-3/1-3:1.0/0003:0B05:1866.0001/input/input6
[ 1.018195] hub 3-1:1.0: USB hub found
[ 1.019710] hub 3-1:1.0: 4 ports detected
[ 1.053618] input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb1/1-3/1-3:1.0/0003:0B05:1866.0001/input/input7
[ 1.053809] input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb1/1-3/1-3:1.0/0003:0B05:1866.0001/input/input8
[ 1.054437] hid-generic 0003:0B05:1866.0001: input,hiddev96,hidraw0: USB HID v1.10 Keyboard [ASUSTek Computer Inc. N-KEY Device] on usb-0000:08:00.3-3/input0
[ 1.054501] usbcore: registered new interface driver usbhid
[ 1.054504] usbhid: USB HID core driver
[ 1.058113] asus_wmi: ASUS WMI generic driver loaded
[ 1.088536] usb 4-1: new SuperSpeed USB device number 2 using xhci_hcd
[ 1.141336] usb 4-1: New USB device found, idVendor=0bda, idProduct=0411, bcdDevice= 1.33
[ 1.141339] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.141341] usb 4-1: Product: 4-Port USB 3.0 Hub
[ 1.141341] usb 4-1: Manufacturer: Generic
[ 1.191925] hub 4-1:1.0: USB hub found
[ 1.194353] hub 4-1:1.0: 4 ports detected
[ 1.243716] usb 3-4: new high-speed USB device number 3 using xhci_hcd
[ 1.273817] asus 0003:0B05:1866.0001: Asus initialise N-KEY Device
[ 1.325356] input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb1/1-3/1-3:1.0/0003:0B05:1866.0001/input/input9
[ 1.339965] tsc: Refined TSC clocksource calibration: 3299.301 MHz
[ 1.339980] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2f8eb7c6a4b, max_idle_ns: 440795205636 ns
[ 1.340163] clocksource: Switched to clocksource tsc
[ 1.390650] asus 0003:0B05:1866.0001: input,hiddev96,hidraw0: USB HID v1.10 Keyboard [ASUSTek Computer Inc. N-KEY Device] on usb-0000:08:00.3-3/input0
[ 1.397163] usb 3-4: New USB device found, idVendor=13d3, idProduct=3563, bcdDevice= 1.00
[ 1.397169] usb 3-4: New USB device strings: Mfr=5, Product=6, SerialNumber=7
[ 1.397170] usb 3-4: Product: Wireless_Device
[ 1.397171] usb 3-4: Manufacturer: MediaTek Inc.
[ 1.397172] usb 3-4: SerialNumber: 000000000
[ 1.489952] usb 3-1.1: new high-speed USB device number 4 using xhci_hcd
[ 1.747321] usb 4-1.4: new SuperSpeed USB device number 3 using xhci_hcd
[ 1.765425] usb 4-1.4: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=30.00
[ 1.765430] usb 4-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=6
[ 1.765432] usb 4-1.4: Product: USB 10/100/1000 LAN
[ 1.765433] usb 4-1.4: Manufacturer: Realtek
[ 1.765433] usb 4-1.4: SerialNumber: 000001000000
[ 1.845573] usb 3-1.1: New USB device found, idVendor=046d, idProduct=0825, bcdDevice= 0.12
[ 1.845583] usb 3-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=2
[ 1.845587] usb 3-1.1: SerialNumber: 35C65CC0
[ 1.972444] usb 3-1.2: new full-speed USB device number 5 using xhci_hcd
[ 2.074215] random: fast init done
[ 2.088699] clocksource: timekeeping watchdog on CPU3: Marking clocksource 'tsc' as unstable because the skew is too large:
[ 2.088707] clocksource: 'hpet' wd_nsec: 500012571 wd_now: 1be416f wd_last: 1510389 mask: ffffffff
[ 2.088711] clocksource: 'tsc' cs_nsec: 499180719 cs_now: 8b31f6070 cs_last: 850f4f406 mask: ffffffffffffffff
[ 2.088714] clocksource: 'tsc' is current clocksource.
[ 2.088728] tsc: Marking TSC unstable due to clocksource watchdog
[ 2.088758] TSC found unstable after boot, most likely due to broken BIOS. Use 'tsc=unstable'.
[ 2.088759] sched_clock: Marking unstable (2088450345, 306341)<-(2103096302, -14339364)
[ 2.089199] clocksource: Checking clocksource tsc synchronization from CPU 14 to CPUs 0-2,8,10,13.
[ 2.089454] clocksource: Switched to clocksource hpet
[ 2.090073] usb 3-1.2: New USB device found, idVendor=0951, idProduct=16b7, bcdDevice= 1.17
[ 2.090079] usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.090081] usb 3-1.2: Product: HyperX Alloy FPS Mechanical Gaming Keyboard
[ 2.090082] usb 3-1.2: Manufacturer: Kingston
[ 2.239022] input: Kingston HyperX Alloy FPS Mechanical Gaming Keyboard as /devices/pci0000:00/0000:00:08.1/0000:08:00.4/usb3/3-1/3-1.2/3-1.2:1.0/0003:0951:16B7.0002/input/input10
[ 2.305871] hid-generic 0003:0951:16B7.0002: input,hidraw1: USB HID v1.11 Keyboard [Kingston HyperX Alloy FPS Mechanical Gaming Keyboard] on usb-0000:08:00.4-1.2/input0
[ 2.339355] input: Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse as /devices/pci0000:00/0000:00:08.1/0000:08:00.4/usb3/3-1/3-1.2/3-1.2:1.1/0003:0951:16B7.0003/input/input11
[ 2.339592] input: Kingston HyperX Alloy FPS Mechanical Gaming Keyboard System Control as /devices/pci0000:00/0000:00:08.1/0000:08:00.4/usb3/3-1/3-1.2/3-1.2:1.1/0003:0951:16B7.0003/input/input12
[ 2.405767] input: Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:08:00.4/usb3/3-1/3-1.2/3-1.2:1.1/0003:0951:16B7.0003/input/input13
[ 2.406029] input: Kingston HyperX Alloy FPS Mechanical Gaming Keyboard as /devices/pci0000:00/0000:00:08.1/0000:08:00.4/usb3/3-1/3-1.2/3-1.2:1.1/0003:0951:16B7.0003/input/input15
[ 2.406544] hid-generic 0003:0951:16B7.0003: input,hiddev97,hidraw2: USB HID v1.11 Mouse [Kingston HyperX Alloy FPS Mechanical Gaming Keyboard] on usb-0000:08:00.4-1.2/input1
[ 2.425130] hid-generic 0003:0951:16B7.0004: hiddev98,hidraw3: USB HID v1.11 Device [Kingston HyperX Alloy FPS Mechanical Gaming Keyboard] on usb-0000:08:00.4-1.2/input2
[ 2.527038] usb 3-1.3: new full-speed USB device number 6 using xhci_hcd
[ 2.688734] usb 3-1.3: New USB device found, idVendor=046d, idProduct=c08b, bcdDevice=27.03
[ 2.688743] usb 3-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.688746] usb 3-1.3: Product: G502 HERO Gaming Mouse
[ 2.688749] usb 3-1.3: Manufacturer: Logitech
[ 2.688751] usb 3-1.3: SerialNumber: 078739723638
[ 2.805966] input: Logitech G502 HERO Gaming Mouse as /devices/pci0000:00/0000:00:08.1/0000:08:00.4/usb3/3-1/3-1.3/3-1.3:1.0/0003:046D:C08B.0005/input/input16
[ 2.806292] hid-generic 0003:046D:C08B.0005: input,hidraw4: USB HID v1.11 Mouse [Logitech G502 HERO Gaming Mouse] on usb-0000:08:00.4-1.3/input0
[ 2.825727] input: Logitech G502 HERO Gaming Mouse Keyboard as /devices/pci0000:00/0000:00:08.1/0000:08:00.4/usb3/3-1/3-1.3/3-1.3:1.1/0003:046D:C08B.0006/input/input17
[ 2.889127] hid-generic 0003:046D:C08B.0006: input,hiddev99,hidraw5: USB HID v1.11 Keyboard [Logitech G502 HERO Gaming Mouse] on usb-0000:08:00.4-1.3/input1
[ 10.021562] random: crng init done
[ 12.417146] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[ 12.735541] fuse: init (API version 7.34)
[ 12.738134] EXT4-fs (dm-0): re-mounted. Opts: (null). Quota mode: none.
[ 12.742253] audit: type=1130 audit(1636032120.871:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 12.751892] audit: type=1130 audit(1636032120.881:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 12.755995] audit: type=1130 audit(1636032120.885:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 12.756295] audit: type=1130 audit(1636032120.885:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 12.756298] audit: type=1131 audit(1636032120.885:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 12.758914] RPC: Registered named UNIX socket transport module.
[ 12.758916] RPC: Registered udp transport module.
[ 12.758917] RPC: Registered tcp transport module.
[ 12.758917] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 12.761864] audit: type=1130 audit(1636032120.891:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 12.769210] audit: type=1130 audit(1636032120.898:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 12.769888] audit: type=1334 audit(1636032120.898:9): prog-id=14 op=LOAD
[ 12.770014] audit: type=1334 audit(1636032120.898:10): prog-id=15 op=LOAD
[ 12.770095] audit: type=1334 audit(1636032120.898:11): prog-id=16 op=LOAD
[ 12.787864] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 12.835029] input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input20
[ 12.977664] input: ASUE120A:00 04F3:319B Mouse as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUE120A:00/0018:04F3:319B.0007/input/input21
[ 12.977816] input: ASUE120A:00 04F3:319B Touchpad as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUE120A:00/0018:04F3:319B.0007/input/input22
[ 12.977927] hid-generic 0018:04F3:319B.0007: input,hidraw6: I2C HID v1.00 Mouse [ASUE120A:00 04F3:319B] on i2c-ASUE120A:00
[ 13.034494] Adding 8388604k swap on /dev/nvme0n1p4. Priority:-2 extents:1 across:8388604k SSFS
[ 13.124628] mousedev: PS/2 mouse device common for all mice
[ 13.124993] snd_rn_pci_acp3x 0000:08:00.5: enabling device (0000 -> 0002)
[ 13.127925] mc: Linux media interface: v0.10
[ 13.129118] usbcore: registered new interface driver r8152
[ 13.129575] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xff00, revision 15
[ 13.129577] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[ 13.129642] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xff20
[ 13.131414] Linux agpgart interface v0.103
[ 13.131945] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[ 13.132022] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[ 13.132027] sp5100-tco sp5100-tco: Watchdog hardware is disabled
[ 13.133047] usbcore: registered new interface driver cdc_ether
[ 13.177555] input: PC Speaker as /devices/platform/pcspkr/input/input23
[ 13.177651] videodev: Linux video capture interface: v2.00
[ 13.179574] asus_wmi: Initialization: 0x1
[ 13.179693] asus_wmi: SFUN value: 0x1821
[ 13.179697] asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
[ 13.179699] asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
[ 13.181431] usbcore: registered new interface driver r8153_ecm
[ 13.224465] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input24
[ 13.225573] libphy: r8169: probed
[ 13.225708] r8169 0000:04:00.0 eth0: RTL8168h/8111h, 7c:10:c9:28:3a:cb, XID 541, IRQ 98
[ 13.225711] r8169 0000:04:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[ 13.232974] ACPI: battery: new extension: ASUS Battery Extension
[ 13.277641] EXT4-fs (nvme0n1p1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[ 13.280132] EXT4-fs (nvme0n1p5): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[ 13.370505] usb 4-1.4: reset SuperSpeed USB device number 3 using xhci_hcd
[ 13.475025] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 13.477961] Bluetooth: Core ver 2.22
[ 13.477983] NET: Registered PF_BLUETOOTH protocol family
[ 13.477984] Bluetooth: HCI device and connection manager initialized
[ 13.477986] Bluetooth: HCI socket layer initialized
[ 13.477987] Bluetooth: L2CAP socket layer initialized
[ 13.477990] Bluetooth: SCO socket layer initialized
[ 13.478191] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 13.478216] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[ 13.478217] RAPL PMU: hw unit of domain package 2^-16 Joules
[ 13.478405] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 13.478408] cfg80211: failed to load regulatory.db
[ 13.533881] usbcore: registered new interface driver btusb
[ 13.582135] usb 3-1.1: Found UVC 1.00 device <unnamed> (046d:0825)
[ 13.585754] r8152 4-1.4:1.0: load rtl8153a-3 v2 02/07/20 successfully
[ 13.627483] r8152 4-1.4:1.0 eth1: v1.12.11
[ 13.704533] Bluetooth: hci0: Device setup in 162620 usecs
[ 13.724791] input: UVC Camera (046d:0825) as /devices/pci0000:00/0000:00:08.1/0000:08:00.4/usb3/3-1/3-1.1/3-1.1:1.0/input/input26
[ 13.724916] usbcore: registered new interface driver uvcvideo
[ 13.781523] snd_hda_intel 0000:03:00.1: enabling device (0000 -> 0002)
[ 13.781638] snd_hda_intel 0000:03:00.1: Handle vga_switcheroo audio client
[ 13.781642] snd_hda_intel 0000:03:00.1: Force to non-snoop mode
[ 13.782116] snd_hda_intel 0000:08:00.1: enabling device (0000 -> 0002)
[ 13.782212] snd_hda_intel 0000:08:00.1: Handle vga_switcheroo audio client
[ 13.808870] 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/card1/input28
[ 13.808950] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:08:00.1/sound/card2/input27
[ 13.870863] [drm] amdgpu kernel modesetting enabled.
[ 13.870881] vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle
[ 13.870890] kvm: Nested Virtualization enabled
[ 13.870892] SVM: kvm: Nested Paging enabled
[ 13.870900] SVM: Virtual VMLOAD VMSAVE supported
[ 13.870901] SVM: Virtual GIF supported
[ 13.871330] ATPX version 1, functions 0x00000201
[ 13.871377] ATPX Hybrid Graphics
[ 13.880912] r8169 0000:04:00.0 enp4s0: renamed from eth0
[ 13.900544] amdgpu: Virtual CRAT table created for CPU
[ 13.900555] amdgpu: Topology: Add CPU node
[ 13.900615] checking generic (fc20000000 e10000) vs hw (f800000000 400000000)
[ 13.900616] checking generic (fc20000000 e10000) vs hw (fc00000000 10000000)
[ 13.900617] checking generic (fc20000000 e10000) vs hw (fca00000 100000)
[ 13.900651] amdgpu 0000:03:00.0: enabling device (0000 -> 0002)
[ 13.900693] [drm] initializing kernel modesetting (NAVY_FLOUNDER 0x1002:0x73DF 0x1043:0x16C2 0xC3).
[ 13.900695] amdgpu 0000:03:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
[ 13.900799] [drm] register mmio base: 0xFCA00000
[ 13.900799] [drm] register mmio size: 1048576
[ 13.902150] [drm] add ip block number 0 <nv_common>
[ 13.902152] [drm] add ip block number 1 <gmc_v10_0>
[ 13.902152] [drm] add ip block number 2 <navi10_ih>
[ 13.902153] [drm] add ip block number 3 <psp>
[ 13.902154] [drm] add ip block number 4 <smu>
[ 13.902154] [drm] add ip block number 5 <dm>
[ 13.902155] [drm] add ip block number 6 <gfx_v10_0>
[ 13.902156] [drm] add ip block number 7 <sdma_v5_2>
[ 13.902156] [drm] add ip block number 8 <vcn_v3_0>
[ 13.902157] [drm] add ip block number 9 <jpeg_v3_0>
[ 13.904200] amdgpu 0000:03:00.0: amdgpu: Fetched VBIOS from ATRM
[ 13.904203] amdgpu: ATOM BIOS: SWBRT77321.001
[ 13.904213] [drm] VCN(0) decode is enabled in VM mode
[ 13.904214] [drm] VCN(0) encode is enabled in VM mode
[ 13.904215] [drm] JPEG decode is enabled in VM mode
[ 13.904226] [drm] GPU posting now...
[ 13.904249] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[ 13.904253] amdgpu 0000:03:00.0: amdgpu: VRAM: 12272M 0x0000008000000000 - 0x00000082FEFFFFFF (12272M used)
[ 13.904255] amdgpu 0000:03:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
[ 13.904256] amdgpu 0000:03:00.0: amdgpu: AGP: 267894784M 0x0000008400000000 - 0x0000FFFFFFFFFFFF
[ 13.904262] [drm] Detected VRAM RAM=12272M, BAR=16384M
[ 13.904263] [drm] RAM width 192bits GDDR6
[ 13.904299] [drm] amdgpu: 12272M of VRAM memory ready
[ 13.904300] [drm] amdgpu: 11551M of GTT memory ready.
[ 13.904307] [drm] GART: num cpu pages 131072, num gpu pages 131072
[ 13.904425] [drm] PCIE GART of 512M enabled (table at 0x0000008000000000).
[ 13.906275] amdgpu 0000:03:00.0: amdgpu: PSP runtime database doesn't exist
[ 13.928098] MCE: In-kernel MCE decoding enabled.
[ 13.931386] snd_hda_codec_realtek hdaudioC3D0: autoconfig for ALC294: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[ 13.931391] snd_hda_codec_realtek hdaudioC3D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 13.931393] snd_hda_codec_realtek hdaudioC3D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 13.931394] snd_hda_codec_realtek hdaudioC3D0: mono: mono_out=0x0
[ 13.931395] snd_hda_codec_realtek hdaudioC3D0: inputs:
[ 13.931396] snd_hda_codec_realtek hdaudioC3D0: Headset Mic=0x19
[ 13.931397] snd_hda_codec_realtek hdaudioC3D0: Internal Mic=0x12
[ 13.932380] mt7921e 0000:05:00.0: enabling device (0000 -> 0002)
[ 13.932740] mt7921e 0000:05:00.0: disabling ASPM L1
[ 13.932798] mt7921e 0000:05:00.0: ASIC revision: 79610010
[ 13.940847] r8152 4-1.4:1.0 enp8s0f4u1u4: renamed from eth1
[ 14.010932] mt7921e 0000:05:00.0: HW/SW Version: 0x8a108a10, Build Time: 20210612122717a
[ 14.018795] mt7921e 0000:05:00.0: WM Firmware Version: ____010000, Build Time: 20210612122753
[ 14.034916] intel_rapl_common: Found RAPL domain package
[ 14.034919] intel_rapl_common: Found RAPL domain core
[ 14.094000] input: ASUE120A:00 04F3:319B Mouse as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUE120A:00/0018:04F3:319B.0007/input/input29
[ 14.094194] input: ASUE120A:00 04F3:319B Touchpad as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUE120A:00/0018:04F3:319B.0007/input/input30
[ 14.094393] hid-multitouch 0018:04F3:319B.0007: input,hidraw6: I2C HID v1.00 Mouse [ASUE120A:00 04F3:319B] on i2c-ASUE120A:00
[ 14.530578] mt7921e 0000:05:00.0: Firmware init done
[ 14.573440] input: HD-Audio Generic Headset Mic as /devices/pci0000:00/0000:00:08.1/0000:08:00.6/sound/card3/input31
[ 14.573580] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:08:00.6/sound/card3/input32
[ 15.286801] usb 3-1.1: set resolution quirk: cval->res = 384
[ 15.286951] usbcore: registered new interface driver snd-usb-audio
[ 15.406132] mt7921e 0000:05:00.0 wlp5s0: renamed from wlan0
[ 15.900474] [drm] Loading DMUB firmware via PSP: version=0x02020003
[ 15.904818] [drm] use_doorbell being set to: [true]
[ 15.904891] [drm] use_doorbell being set to: [true]
[ 15.906182] [drm] Found VCN firmware Version ENC: 1.13 DEC: 2 VEP: 0 Revision: 42
[ 15.906193] amdgpu 0000:03:00.0: amdgpu: Will use PSP to load VCN firmware
[ 16.086203] [drm] reserve 0xa00000 from 0x82fe000000 for PSP TMR
[ 16.166043] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 16.176503] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 16.176533] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 16.230663] amdgpu 0000:03:00.0: amdgpu: SMU is initialized successfully!
[ 16.230814] [drm] Display Core initialized with v3.2.141!
[ 16.232318] [drm] DMUB hardware initialized: version=0x02020003
[ 16.249507] snd_hda_intel 0000:03:00.1: bound 0000:03:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[ 16.252332] [drm] kiq ring mec 2 pipe 1 q 0
[ 16.255639] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 16.255931] [drm] JPEG decode initialized successfully.
[ 16.257195] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[ 16.325684] memmap_init_zone_device initialised 3145728 pages in 17ms
[ 16.325691] amdgpu: HMM registered 12272MB device memory
[ 16.325747] amdgpu: SRAT table not found
[ 16.325748] amdgpu: Virtual CRAT table created for GPU
[ 16.326111] amdgpu: Topology: Add dGPU node [0x73df:0x1002]
[ 16.326114] kfd kfd: amdgpu: added device 1002:73df
[ 16.326137] amdgpu 0000:03:00.0: amdgpu: SE 2, SH per SE 2, CU per SH 10, active_cu_number 40
[ 16.327009] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 16.327128] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 16.327130] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 16.327131] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 16.327132] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 16.327133] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 16.327133] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 16.327134] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 16.327134] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 16.327135] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 16.327136] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 16.327136] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 16.327137] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 16.327138] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 16.327138] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 16.327139] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 16.327140] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 16.327624] amdgpu 0000:03:00.0: amdgpu: Using BOCO for runtime pm
[ 16.332676] [drm] Initialized amdgpu 3.42.0 20150101 for 0000:03:00.0 on minor 0
[ 16.332757] checking generic (fc20000000 e10000) vs hw (fc20000000 10000000)
[ 16.332758] fb0: switching to amdgpudrmfb from EFI VGA
[ 16.332971] Console: switching to colour dummy device 80x25
[ 16.332988] amdgpu 0000:08:00.0: vgaarb: deactivate vga console
[ 16.333005] amdgpu 0000:08:00.0: enabling device (0006 -> 0007)
[ 16.333064] [drm] initializing kernel modesetting (RENOIR 0x1002:0x1638 0x1043:0x16C2 0xC4).
[ 16.333066] amdgpu 0000:08:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled
[ 16.333187] [drm] register mmio base: 0xFC900000
[ 16.333188] [drm] register mmio size: 524288
[ 16.333189] [drm] PCIE atomic ops is not supported
[ 16.334251] [drm] add ip block number 0 <soc15_common>
[ 16.334253] [drm] add ip block number 1 <gmc_v9_0>
[ 16.334254] [drm] add ip block number 2 <vega10_ih>
[ 16.334254] [drm] add ip block number 3 <psp>
[ 16.334255] [drm] add ip block number 4 <smu>
[ 16.334255] [drm] add ip block number 5 <gfx_v9_0>
[ 16.334256] [drm] add ip block number 6 <sdma_v4_0>
[ 16.334256] [drm] add ip block number 7 <dm>
[ 16.334257] [drm] add ip block number 8 <vcn_v2_0>
[ 16.334258] [drm] add ip block number 9 <jpeg_v2_0>
[ 16.334267] amdgpu 0000:08:00.0: amdgpu: Fetched VBIOS from VFCT
[ 16.334269] amdgpu: ATOM BIOS: 113-CEZANNE-018
[ 16.336763] [drm] VCN decode is enabled in VM mode
[ 16.336765] [drm] VCN encode is enabled in VM mode
[ 16.336766] [drm] JPEG decode is enabled in VM mode
[ 16.336833] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[ 16.336845] amdgpu 0000:08:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
[ 16.336848] amdgpu 0000:08:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[ 16.336850] amdgpu 0000:08:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[ 16.336857] [drm] Detected VRAM RAM=512M, BAR=512M
[ 16.336858] [drm] RAM width 128bits DDR4
[ 16.336885] [drm] amdgpu: 512M of VRAM memory ready
[ 16.336886] [drm] amdgpu: 3072M of GTT memory ready.
[ 16.336892] [drm] GART: num cpu pages 262144, num gpu pages 262144
[ 16.337014] [drm] PCIE GART of 1024M enabled.
[ 16.337016] [drm] PTB located at 0x000000F400900000
[ 16.338205] amdgpu 0000:08:00.0: amdgpu: PSP runtime database doesn't exist
[ 16.342163] [drm] Loading DMUB firmware via PSP: version=0x01010019
[ 16.343167] [drm] Found VCN firmware Version ENC: 1.14 DEC: 5 VEP: 0 Revision: 20
[ 16.343178] amdgpu 0000:08:00.0: amdgpu: Will use PSP to load VCN firmware
[ 17.060200] [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
[ 17.145627] amdgpu 0000:08:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 17.154769] amdgpu 0000:08:00.0: amdgpu: RAP: optional rap ta ucode is not available
[ 17.154774] amdgpu 0000:08:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 17.155323] amdgpu 0000:08:00.0: amdgpu: SMU is initialized successfully!
[ 17.156660] [drm] kiq ring mec 2 pipe 1 q 0
[ 17.158224] [drm] Display Core initialized with v3.2.141!
[ 17.158668] [drm] DMUB hardware initialized: version=0x01010019
[ 17.190385] snd_hda_intel 0000:08:00.1: bound 0000:08:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[ 17.368516] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 17.368535] [drm] JPEG decode initialized successfully.
[ 17.370470] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[ 17.428559] memmap_init_zone_device initialised 131072 pages in 0ms
[ 17.428566] amdgpu: HMM registered 512MB device memory
[ 17.428596] amdgpu: SRAT table not found
[ 17.428597] amdgpu: Virtual CRAT table created for GPU
[ 17.428795] amdgpu: Topology: Add dGPU node [0x1638:0x1002]
[ 17.428799] kfd kfd: amdgpu: added device 1002:1638
[ 17.428816] amdgpu 0000:08:00.0: amdgpu: SE 1, SH per SE 2, CU per SH 18, active_cu_number 28
[ 17.431570] [drm] fb mappable at 0x420CD2000
[ 17.431575] [drm] vram apper at 0x420000000
[ 17.431576] [drm] size 14745600
[ 17.431576] [drm] fb depth is 24
[ 17.431577] [drm] pitch is 10240
[ 17.431772] fbcon: amdgpu (fb0) is primary device
[ 18.170044] Console: switching to colour frame buffer device 240x67
[ 18.186662] amdgpu 0000:08:00.0: [drm] fb0: amdgpu frame buffer device
[ 18.234180] amdgpu 0000:08:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[ 18.234184] amdgpu 0000:08:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 18.234186] amdgpu 0000:08:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 18.234187] amdgpu 0000:08:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 18.234188] amdgpu 0000:08:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 18.234188] amdgpu 0000:08:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 18.234189] amdgpu 0000:08:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 18.234190] amdgpu 0000:08:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 18.234190] amdgpu 0000:08:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 18.234191] amdgpu 0000:08:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 18.234192] amdgpu 0000:08:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[ 18.234194] amdgpu 0000:08:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[ 18.234195] amdgpu 0000:08:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[ 18.234196] amdgpu 0000:08:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[ 18.234196] amdgpu 0000:08:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[ 18.236295] [drm] Initialized amdgpu 3.42.0 20150101 for 0000:08:00.0 on minor 1
[ 18.277905] kauditd_printk_skb: 11 callbacks suppressed
[ 18.277908] audit: type=1130 audit(1636032126.408:23): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:amdgpu_bl1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 20.414569] audit: type=1131 audit(1636032128.545:24): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 24.252872] [drm] free PSP TMR buffer
[ 25.591978] audit: type=1130 audit(1636032133.721:25): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-cryptsetup@crypthome comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 25.606337] audit: type=1130 audit(1636032133.735:26): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-c4e73d8a\x2d1dae\x2d4cf2\x2dbc69\x2d0c9cf30f45f9 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 25.611878] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[ 25.634118] audit: type=1130 audit(1636032133.765:27): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 25.636106] audit: type=1334 audit(1636032133.765:28): prog-id=17 op=LOAD
[ 25.640381] audit: type=1127 audit(1636032133.771:29): pid=1191 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[ 25.643495] audit: type=1130 audit(1636032133.775:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 25.644802] audit: type=1130 audit(1636032133.775:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nfsdcld comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 25.646483] audit: type=1130 audit(1636032133.775:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nfs-idmapd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 25.671789] audit: type=1130 audit(1636032133.801:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 25.677439] audit: type=1130 audit(1636032133.808:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 25.706850] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 25.706854] Bluetooth: BNEP filters: protocol multicast
[ 25.706858] Bluetooth: BNEP socket layer initialized
[ 25.710396] NET: Registered PF_ALG protocol family
[ 25.817178] Generic FE-GE Realtek PHY r8169-0-400:00: attached PHY driver (mii_bus:phy_addr=r8169-0-400:00, irq=MAC)
[ 26.017175] r8169 0000:04:00.0 enp4s0: Link is Down
[ 26.034707] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 26.377904] [drm] PCIE GART of 512M enabled (table at 0x0000008000000000).
[ 26.377931] [drm] PSP is resuming...
[ 26.570476] [drm] reserve 0xa00000 from 0x82fe000000 for PSP TMR
[ 26.651258] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 26.661831] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 26.661836] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 26.716032] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 26.717463] [drm] DMUB hardware initialized: version=0x02020003
[ 26.757072] [drm] kiq ring mec 2 pipe 1 q 0
[ 26.760286] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 26.760949] [drm] JPEG decode initialized successfully.
[ 26.761001] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 26.761003] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 26.761003] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 26.761004] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 26.761004] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 26.761005] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 26.761005] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 26.761006] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 26.761006] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 26.761007] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 26.761007] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 26.761008] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 26.761008] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 26.761009] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 26.761009] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 26.761010] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 26.765179] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 29.421794] IPv6: ADDRCONF(NETDEV_CHANGE): enp4s0: link becomes ready
[ 29.421977] r8169 0000:04:00.0 enp4s0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 32.043763] kauditd_printk_skb: 175 callbacks suppressed
[ 32.043769] audit: type=1130 audit(1636032140.175:112): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 32.087418] audit: type=1130 audit(1636032140.218:113): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rpcbind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 32.093795] audit: type=1130 audit(1636032140.225:114): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rpc-statd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 32.098956] audit: type=1130 audit(1636032140.228:115): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nfs-mountd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 32.109337] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
[ 32.109339] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
[ 32.158426] RPC: Registered rdma transport module.
[ 32.158434] RPC: Registered rdma backchannel transport module.
[ 32.255288] audit: type=1325 audit(1636032140.305:116): table=wg-quick-wg0:49 family=10 entries=7 op=nft_register_chain pid=1602 comm="nft"
[ 32.255292] audit: type=1300 audit(1636032140.305:116): arch=c000003e syscall=46 success=yes exit=1232 a0=3 a1=7ffc46938450 a2=0 a3=7f620c0f7cc8 items=0 ppid=1481 pid=1602 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="nft" exe="/usr/bin/nft" key=(null)
[ 32.255294] audit: type=1327 audit(1636032140.305:116): proctitle=6E6674002D66002F6465762F66642F3633
[ 32.269146] NFSD: Using nfsdcld client tracking operations.
[ 32.269150] NFSD: no clients to reclaim, skipping NFSv4 grace period (net f0000098)
[ 32.273742] audit: type=1130 audit(1636032140.405:117): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nfs-server comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 32.303785] audit: type=1325 audit(1636032140.395:118): table=wg-quick-wg0:50 family=2 entries=7 op=nft_register_chain pid=1636 comm="nft"
[ 32.303789] audit: type=1300 audit(1636032140.395:118): arch=c000003e syscall=46 success=yes exit=1220 a0=3 a1=7ffddee7d620 a2=0 a3=7f27eace6cc8 items=0 ppid=1481 pid=1636 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="nft" exe="/usr/bin/nft" key=(null)
[ 32.356278] Bridge firewalling registered
[ 32.887708] [drm] free PSP TMR buffer
[ 35.694339] [drm] PCIE GART of 512M enabled (table at 0x0000008000000000).
[ 35.694371] [drm] PSP is resuming...
[ 35.886807] [drm] reserve 0xa00000 from 0x82fe000000 for PSP TMR
[ 35.968148] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 35.978695] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 35.978699] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 36.033432] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 36.034975] [drm] DMUB hardware initialized: version=0x02020003
[ 36.074746] [drm] kiq ring mec 2 pipe 1 q 0
[ 36.078351] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 36.079075] [drm] JPEG decode initialized successfully.
[ 36.079115] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 36.079117] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 36.079121] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 36.079122] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 36.079123] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 36.079124] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 36.079125] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 36.079126] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 36.079126] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 36.079127] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 36.079128] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 36.079129] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 36.079130] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 36.079131] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 36.079156] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 36.079157] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 36.083480] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 37.155821] Bluetooth: RFCOMM TTY layer initialized
[ 37.155831] Bluetooth: RFCOMM socket layer initialized
[ 37.155836] Bluetooth: RFCOMM ver 1.11
[ 37.236020] kauditd_printk_skb: 148 callbacks suppressed
[ 37.236022] audit: type=1130 audit(1636032145.365:184): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 37.560035] usb 3-1.1: reset high-speed USB device number 4 using xhci_hcd
[ 37.583672] audit: type=1130 audit(1636032145.711:185): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 39.669748] audit: type=1101 audit(1636032147.798:186): pid=3398 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="abijeet" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
[ 39.670976] audit: type=1110 audit(1636032147.801:187): pid=3398 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
[ 39.673140] audit: type=1105 audit(1636032147.801:188): pid=3398 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
[ 39.694914] audit: type=1106 audit(1636032147.825:189): pid=3398 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
[ 39.694992] audit: type=1104 audit(1636032147.825:190): pid=3398 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
[ 44.803436] [drm] free PSP TMR buffer
[ 44.844972] audit: type=1131 audit(1636032152.975:191): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@974 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 44.921271] audit: type=1131 audit(1636032153.051:192): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@974 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 47.852487] audit: type=1101 audit(1636032155.981:193): pid=3973 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="abijeet" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 47.853402] audit: type=1110 audit(1636032155.981:194): pid=3973 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 47.855890] audit: type=1105 audit(1636032155.985:195): pid=3973 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 47.883244] audit: type=1106 audit(1636032156.011:196): pid=3973 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 47.883319] audit: type=1104 audit(1636032156.011:197): pid=3973 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 48.984066] usb 3-1.1: reset high-speed USB device number 4 using xhci_hcd
[ 50.270720] [drm] PCIE GART of 512M enabled (table at 0x0000008000000000).
[ 50.270740] [drm] PSP is resuming...
[ 50.463249] [drm] reserve 0xa00000 from 0x82fe000000 for PSP TMR
[ 50.542673] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 50.553265] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 50.553270] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 50.607916] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 50.609449] [drm] DMUB hardware initialized: version=0x02020003
[ 50.649594] [drm] kiq ring mec 2 pipe 1 q 0
[ 50.652916] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 50.653625] [drm] JPEG decode initialized successfully.
[ 50.653693] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 50.653699] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 50.653700] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 50.653701] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 50.653702] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 50.653703] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 50.653705] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 50.653706] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 50.653707] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 50.653708] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 50.653709] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 50.653710] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 50.653711] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 50.653711] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 50.653712] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 50.653712] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 50.657638] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 54.616034] usb 3-1.1: reset high-speed USB device number 4 using xhci_hcd
[ 54.648231] audit: type=1101 audit(1636032162.778:198): pid=4161 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="abijeet" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
[ 54.648920] audit: type=1110 audit(1636032162.778:199): pid=4161 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
[ 54.651510] audit: type=1105 audit(1636032162.781:200): pid=4161 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
[ 54.652749] audit: type=1106 audit(1636032162.781:201): pid=4161 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
[ 54.652781] audit: type=1104 audit(1636032162.781:202): pid=4161 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
[ 56.756812] [drm] free PSP TMR buffer
[ 59.694772] usb 3-1.1: reset high-speed USB device number 4 using xhci_hcd
[ 60.277341] [drm] PCIE GART of 512M enabled (table at 0x0000008000000000).
[ 60.277364] [drm] PSP is resuming...
[ 60.464817] [drm] reserve 0xa00000 from 0x82fe000000 for PSP TMR
[ 60.543517] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 60.553931] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 60.553935] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 60.606678] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 60.608173] [drm] DMUB hardware initialized: version=0x02020003
[ 60.647070] [drm] kiq ring mec 2 pipe 1 q 0
[ 60.650438] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 60.651100] [drm] JPEG decode initialized successfully.
[ 60.651154] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 60.651187] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 60.651189] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 60.651189] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 60.651190] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 60.651191] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 60.651191] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 60.651192] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 60.651192] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 60.651193] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 60.651194] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 60.651195] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 60.651195] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 60.651196] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 60.651196] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 60.651197] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 60.656149] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 66.661335] usb 3-1.1: reset high-speed USB device number 4 using xhci_hcd
[ 66.688121] audit: type=1131 audit(1636032174.818:203): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=blueman-mechanism comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 66.977691] [drm] free PSP TMR buffer
[ 67.438502] audit: type=1101 audit(1636032175.566:204): pid=4253 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="abijeet" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 67.439079] audit: type=1110 audit(1636032175.566:205): pid=4253 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 67.440425] audit: type=1105 audit(1636032175.570:206): pid=4253 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 67.461807] audit: type=1106 audit(1636032175.589:207): pid=4253 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 67.461856] audit: type=1104 audit(1636032175.589:208): pid=4253 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 68.660808] audit: type=1131 audit(1636032176.791:209): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 68.830123] audit: type=1334 audit(1636032176.956:210): prog-id=25 op=UNLOAD
[ 68.830134] audit: type=1334 audit(1636032176.956:211): prog-id=24 op=UNLOAD
[ 68.830136] audit: type=1334 audit(1636032176.956:212): prog-id=23 op=UNLOAD
[ 70.294090] [drm] PCIE GART of 512M enabled (table at 0x0000008000000000).
[ 70.294117] [drm] PSP is resuming...
[ 70.485101] [drm] reserve 0xa00000 from 0x82fe000000 for PSP TMR
[ 70.565240] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 70.575812] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 70.575817] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 70.629702] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 70.631104] [drm] DMUB hardware initialized: version=0x02020003
[ 70.670581] [drm] kiq ring mec 2 pipe 1 q 0
[ 70.674611] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 70.675258] [drm] JPEG decode initialized successfully.
[ 70.675300] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 70.675301] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 70.675302] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 70.675303] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 70.675303] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 70.675304] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 70.675305] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 70.675305] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 70.675306] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 70.675306] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 70.675307] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 70.675308] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 70.675308] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 70.675309] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 70.675309] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 70.675310] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 70.679499] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 71.996834] kauditd_printk_skb: 10 callbacks suppressed
[ 71.996837] audit: type=1101 audit(1636032180.127:223): pid=4290 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="abijeet" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 71.997702] audit: type=1110 audit(1636032180.127:224): pid=4290 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 71.999127] audit: type=1105 audit(1636032180.127:225): pid=4290 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 72.006169] audit: type=1106 audit(1636032180.133:226): pid=4290 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 72.006208] audit: type=1104 audit(1636032180.133:227): pid=4290 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 72.151576] usb 3-1.1: reset high-speed USB device number 4 using xhci_hcd
[ 73.496474] audit: type=1101 audit(1636032181.625:228): pid=4296 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="abijeet" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 73.497220] audit: type=1110 audit(1636032181.629:229): pid=4296 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 73.498714] audit: type=1105 audit(1636032181.629:230): pid=4296 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 73.505625] audit: type=1106 audit(1636032181.635:231): pid=4296 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 73.505669] audit: type=1104 audit(1636032181.635:232): pid=4296 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 76.985484] [drm] free PSP TMR buffer
[ 77.537736] usb 3-1.1: reset high-speed USB device number 4 using xhci_hcd
[ 80.294407] [drm] PCIE GART of 512M enabled (table at 0x0000008000000000).
[ 80.294434] [drm] PSP is resuming...
[ 80.486578] [drm] reserve 0xa00000 from 0x82fe000000 for PSP TMR
[ 80.567240] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 80.577786] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 80.577793] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 80.632048] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 80.633723] [drm] DMUB hardware initialized: version=0x02020003
[ 80.673676] [drm] kiq ring mec 2 pipe 1 q 0
[ 80.677565] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 80.677833] [drm] JPEG decode initialized successfully.
[ 80.677878] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 80.677882] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 80.677882] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 80.677883] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 80.677883] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 80.677884] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 80.677884] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 80.677885] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 80.677886] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 80.677887] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 80.677887] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 80.677888] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 80.677888] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 80.677889] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 80.677890] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 80.677890] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 80.683942] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 83.030916] usb 3-1.1: reset high-speed USB device number 4 using xhci_hcd
[ 84.647622] kauditd_printk_skb: 5 callbacks suppressed
[ 84.647624] audit: type=1101 audit(1636032192.778:238): pid=4334 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="abijeet" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
[ 84.648304] audit: type=1110 audit(1636032192.778:239): pid=4334 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
[ 84.649655] audit: type=1105 audit(1636032192.778:240): pid=4334 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
[ 84.650867] audit: type=1106 audit(1636032192.781:241): pid=4334 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
[ 84.650909] audit: type=1104 audit(1636032192.781:242): pid=4334 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
[ 86.878866] audit: type=1101 audit(1636032195.006:243): pid=4337 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="abijeet" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 86.879488] audit: type=1110 audit(1636032195.006:244): pid=4337 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 86.881013] audit: type=1105 audit(1636032195.009:245): pid=4337 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Xorg log (full log)
[ 26.805] (==) No device specified for screen "Default Screen Section".
Using the first device section listed.
[ 26.805] (**) | |-->Device "AMD"
[ 26.805] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 26.805] (==) Automatically adding devices
[ 26.805] (==) Automatically enabling devices
[ 26.805] (==) Automatically adding GPU devices
[ 26.805] (==) Automatically binding GPU devices
[ 26.805] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 26.806] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 26.806] Entry deleted from font path.
[ 26.807] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[ 26.807] Entry deleted from font path.
[ 26.807] (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[ 26.807] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 26.807] Entry deleted from font path.
[ 26.807] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 26.807] Entry deleted from font path.
[ 26.807] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 26.807] Entry deleted from font path.
[ 26.807] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 26.807] Entry deleted from font path.
[ 26.807] (==) FontPath set to:
[ 26.807] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 26.807] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 26.807] (II) Module ABI versions:
[ 26.807] X.Org ANSI C Emulation: 0.4
[ 26.807] X.Org Video Driver: 24.1
[ 26.807] X.Org XInput driver : 24.1
[ 26.807] X.Org Server Extension : 10.0
[ 26.807] (++) using VT number 7
[ 26.807] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 26.808] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 26.808] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 26.820] (--) PCI: (3@0:0:0) 1002:73df:1043:16c2 rev 195, Mem @ 0xf800000000/17179869184, 0xfc00000000/268435456, 0xfca00000/1048576, BIOS @ 0x????????/131072
[ 26.820] (--) PCI:*(8@0:0:0) 1002:1638:1043:16c2 rev 196, Mem @ 0xfc20000000/268435456, 0xfc30000000/2097152, 0xfc900000/524288, I/O @ 0x0000e000/256
[ 26.821] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 26.821] (II) LoadModule: "glx"
[ 26.821] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 26.828] (II) Module glx: vendor="X.Org Foundation"
[ 26.828] compiled for 1.20.13, module version = 1.0.0
[ 26.828] ABI class: X.Org Server Extension, version 10.0
[ 26.828] (II) LoadModule: "amdgpu"
[ 26.829] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[ 26.832] (II) Module amdgpu: vendor="X.Org Foundation"
[ 26.832] compiled for 1.20.13, module version = 21.0.0
[ 26.832] Module class: X.Org Video Driver
[ 26.832] ABI class: X.Org Video Driver, version 24.1
[ 26.832] (II) AMDGPU: Driver for AMD Radeon:
All GPUs supported by the amdgpu kernel driver
[ 26.846] (II) AMDGPU(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 26.846] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[ 26.846] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 26.846] (==) AMDGPU(0): Default visual is TrueColor
[ 26.846] (**) AMDGPU(0): Option "DRI" "3"
[ 26.846] (**) AMDGPU(0): Option "TearFree" "true"
[ 26.846] (**) AMDGPU(0): Option "VariableRefresh" "true"
[ 26.846] (==) AMDGPU(0): RGB weight 888
[ 26.846] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[ 26.846] (--) AMDGPU(0): Chipset: "Unknown AMD Radeon GPU" (ChipID = 0x1638)
[ 26.846] (II) Loading sub module "fb"
[ 26.846] (II) LoadModule: "fb"
[ 26.846] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 26.847] (II) Module fb: vendor="X.Org Foundation"
[ 26.847] compiled for 1.20.13, module version = 1.0.0
[ 26.847] ABI class: X.Org ANSI C Emulation, version 0.4
[ 26.847] (II) Loading sub module "dri2"
[ 26.847] (II) LoadModule: "dri2"
[ 26.847] (II) Module "dri2" already built-in
[ 26.976] (II) Loading sub module "glamoregl"
[ 26.976] (II) LoadModule: "glamoregl"
[ 26.976] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 26.980] (II) Module glamoregl: vendor="X.Org Foundation"
[ 26.980] compiled for 1.20.13, module version = 1.0.1
[ 26.980] ABI class: X.Org ANSI C Emulation, version 0.4
[ 26.994] (II) AMDGPU(0): glamor X acceleration enabled on AMD RENOIR (DRM 3.42.0, 5.14.16-arch1-1, LLVM 12.0.1)
[ 26.994] (II) AMDGPU(0): glamor detected, initialising EGL layer.
[ 26.994] (**) AMDGPU(0): TearFree property default: on
[ 26.994] (**) AMDGPU(0): VariableRefresh: enabled
[ 26.994] (II) AMDGPU(0): KMS Pageflipping: enabled
[ 26.996] (II) AMDGPU(0): Output eDP has no monitor section
[ 26.996] (II) AMDGPU(0): Output HDMI-A-0 has no monitor section
[ 27.019] (II) AMDGPU(0): EDID for output eDP
[ 27.019] (II) AMDGPU(0): Manufacturer: BOE Model: 973 Serial#: 0
[ 27.019] (II) AMDGPU(0): Year: 2021 Week: 10
[ 27.019] (II) AMDGPU(0): EDID Version: 1.4
[ 27.019] (II) AMDGPU(0): Digital Display Input
[ 27.019] (II) AMDGPU(0): 8 bits per channel
[ 27.019] (II) AMDGPU(0): Digital interface is DisplayPort
[ 27.019] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 27.019] (II) AMDGPU(0): Gamma: 2.20
[ 27.019] (II) AMDGPU(0): No DPMS capabilities specified
[ 27.019] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4
[ 27.019] (II) AMDGPU(0): First detailed timing is preferred mode
[ 27.019] (II) AMDGPU(0): Preferred mode is native pixel format and refresh rate
[ 27.019] (II) AMDGPU(0): Display is continuous-frequency
[ 27.019] (II) AMDGPU(0): redX: 0.680 redY: 0.320 greenX: 0.265 greenY: 0.690
[ 27.019] (II) AMDGPU(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
[ 27.019] (II) AMDGPU(0): Manufacturer's mask: 0
[ 27.019] (II) AMDGPU(0): Supported detailed timing:
[ 27.019] (II) AMDGPU(0): clock: 256.1 MHz Image Size: 344 x 194 mm
[ 27.019] (II) AMDGPU(0): h_active: 2560 h_sync: 2608 h_sync_end 2640 h_blank_end 2736 h_border: 0
[ 27.019] (II) AMDGPU(0): v_active: 1440 v_sync: 1443 v_sync_end 1449 v_blanking: 1560 v_border: 0
[ 27.019] (II) AMDGPU(0): Ranges: V min: 48 V max: 165 Hz, H min: 257 H max: 257 kHz, PixClock max 705 MHz
[ 27.019] (II) AMDGPU(0): BOE CQ
[ 27.019] (II) AMDGPU(0): NE156QHM-NY1
[ 27.019] (II) AMDGPU(0): Number of EDID sections to follow: 1
[ 27.019] (II) AMDGPU(0): EDID (in hex):
[ 27.019] (II) AMDGPU(0): 00ffffffffffff0009e5730900000000
[ 27.019] (II) AMDGPU(0): 0a1f0104a5221378030f95ae5243b026
[ 27.019] (II) AMDGPU(0): 0f505400000001010101010101010101
[ 27.019] (II) AMDGPU(0): 010101010101096400b0a0a078503020
[ 27.019] (II) AMDGPU(0): 360058c210000018000000fd0c30a502
[ 27.019] (II) AMDGPU(0): 0246010a202020202020000000fe0042
[ 27.020] (II) AMDGPU(0): 4f452043510a202020202020000000fe
[ 27.020] (II) AMDGPU(0): 004e4531353651484d2d4e59310a0144
[ 27.020] (II) AMDGPU(0): 701379000003011419130184ff09af00
[ 27.020] (II) AMDGPU(0): 2f001f009f0577000200050000000000
[ 27.020] (II) AMDGPU(0): 00000000000000000000000000000000
[ 27.020] (II) AMDGPU(0): 00000000000000000000000000000000
[ 27.020] (II) AMDGPU(0): 00000000000000000000000000000000
[ 27.020] (II) AMDGPU(0): 00000000000000000000000000000000
[ 27.020] (II) AMDGPU(0): 00000000000000000000000000000000
[ 27.020] (II) AMDGPU(0): 00000000000000000000000000008490
[ 27.020] (II) AMDGPU(0): Printing probed modes for output eDP
[ 27.020] (II) AMDGPU(0): Modeline "2560x1440"x165.0 704.26 2560 2608 2640 2736 1440 1443 1449 1560 -hsync -vsync (257.4 kHz eP)
[ 27.020] (II) AMDGPU(0): Modeline "2560x1440"x60.0 256.09 2560 2608 2640 2736 1440 1443 1449 1560 -hsync -vsync (93.6 kHz eP)
[ 27.020] (II) AMDGPU(0): Modeline "1920x1200"x165.0 704.26 1920 2608 2640 2736 1200 1443 1449 1560 -hsync -vsync (257.4 kHz e)
[ 27.020] (II) AMDGPU(0): Modeline "1920x1080"x165.0 704.26 1920 2608 2640 2736 1080 1443 1449 1560 -hsync -vsync (257.4 kHz e)
[ 27.020] (II) AMDGPU(0): Modeline "1600x1200"x165.0 704.26 1600 2608 2640 2736 1200 1443 1449 1560 -hsync -vsync (257.4 kHz e)
[ 27.020] (II) AMDGPU(0): Modeline "1680x1050"x165.0 704.26 1680 2608 2640 2736 1050 1443 1449 1560 -hsync -vsync (257.4 kHz e)
[ 27.020] (II) AMDGPU(0): Modeline "1280x1024"x165.0 704.26 1280 2608 2640 2736 1024 1443 1449 1560 -hsync -vsync (257.4 kHz e)
[ 27.020] (II) AMDGPU(0): Modeline "1440x900"x165.0 704.26 1440 2608 2640 2736 900 1443 1449 1560 -hsync -vsync (257.4 kHz e)
[ 27.020] (II) AMDGPU(0): Modeline "1280x800"x165.0 704.26 1280 2608 2640 2736 800 1443 1449 1560 -hsync -vsync (257.4 kHz e)
[ 27.020] (II) AMDGPU(0): Modeline "1280x720"x165.0 704.26 1280 2608 2640 2736 720 1443 1449 1560 -hsync -vsync (257.4 kHz e)
[ 27.020] (II) AMDGPU(0): Modeline "1024x768"x165.0 704.26 1024 2608 2640 2736 768 1443 1449 1560 -hsync -vsync (257.4 kHz e)
[ 27.020] (II) AMDGPU(0): Modeline "800x600"x165.0 704.26 800 2608 2640 2736 600 1443 1449 1560 -hsync -vsync (257.4 kHz e)
[ 27.020] (II) AMDGPU(0): Modeline "640x480"x165.0 704.26 640 2608 2640 2736 480 1443 1449 1560 -hsync -vsync (257.4 kHz e)
[ 27.020] (II) AMDGPU(0): EDID for output HDMI-A-0
[ 27.020] (II) AMDGPU(0): Manufacturer: DEL Model: d054 Serial#: 808596820
[ 27.020] (II) AMDGPU(0): Year: 2013 Week: 19
[ 27.020] (II) AMDGPU(0): EDID Version: 1.3
[ 27.020] (II) AMDGPU(0): Digital Display Input
[ 27.020] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 48 vert.: 27
[ 27.020] (II) AMDGPU(0): Gamma: 2.20
[ 27.020] (II) AMDGPU(0): DPMS capabilities: StandBy Suspend Off
[ 27.020] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 27.020] (II) AMDGPU(0): First detailed timing is preferred mode
[ 27.020] (II) AMDGPU(0): redX: 0.641 redY: 0.337 greenX: 0.313 greenY: 0.623
[ 27.020] (II) AMDGPU(0): blueX: 0.151 blueY: 0.070 whiteX: 0.313 whiteY: 0.329
[ 27.020] (II) AMDGPU(0): Supported established timings:
[ 27.020] (II) AMDGPU(0): 720x400@70Hz
[ 27.020] (II) AMDGPU(0): 640x480@60Hz
[ 27.020] (II) AMDGPU(0): 640x480@75Hz
[ 27.020] (II) AMDGPU(0): 800x600@60Hz
[ 27.020] (II) AMDGPU(0): 800x600@75Hz
[ 27.020] (II) AMDGPU(0): 1024x768@60Hz
[ 27.020] (II) AMDGPU(0): 1024x768@75Hz
[ 27.020] (II) AMDGPU(0): 1280x1024@75Hz
[ 27.020] (II) AMDGPU(0): Manufacturer's mask: 0
[ 27.020] (II) AMDGPU(0): Supported standard timings:
[ 27.020] (II) AMDGPU(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 27.020] (II) AMDGPU(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 27.020] (II) AMDGPU(0): #2: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 27.020] (II) AMDGPU(0): Supported detailed timing:
[ 27.020] (II) AMDGPU(0): clock: 148.5 MHz Image Size: 476 x 267 mm
[ 27.020] (II) AMDGPU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 27.020] (II) AMDGPU(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 27.020] (II) AMDGPU(0): Serial No: 1MVD1358025T
[ 27.020] (II) AMDGPU(0): Monitor name: DELL S2240L
[ 27.020] (II) AMDGPU(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[ 27.020] (II) AMDGPU(0): Supported detailed timing:
[ 27.020] (II) AMDGPU(0): clock: 148.5 MHz Image Size: 476 x 267 mm
[ 27.020] (II) AMDGPU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 27.020] (II) AMDGPU(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 27.020] (II) AMDGPU(0): Supported detailed timing:
[ 27.020] (II) AMDGPU(0): clock: 74.2 MHz Image Size: 476 x 267 mm
[ 27.020] (II) AMDGPU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 27.020] (II) AMDGPU(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
[ 27.020] (II) AMDGPU(0): Supported detailed timing:
[ 27.020] (II) AMDGPU(0): clock: 74.2 MHz Image Size: 476 x 267 mm
[ 27.020] (II) AMDGPU(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
[ 27.020] (II) AMDGPU(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 27.020] (II) AMDGPU(0): Supported detailed timing:
[ 27.020] (II) AMDGPU(0): clock: 27.0 MHz Image Size: 476 x 267 mm
[ 27.020] (II) AMDGPU(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
[ 27.020] (II) AMDGPU(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
[ 27.020] (II) AMDGPU(0): Number of EDID sections to follow: 1
[ 27.020] (II) AMDGPU(0): EDID (in hex):
[ 27.020] (II) AMDGPU(0): 00ffffffffffff0010ac54d054353230
[ 27.020] (II) AMDGPU(0): 1317010380301b78ea16c5a456509f26
[ 27.020] (II) AMDGPU(0): 125054a54b00714f8180d1c001010101
[ 27.020] (II) AMDGPU(0): 010101010101023a801871382d40582c
[ 27.020] (II) AMDGPU(0): 4500dc0b1100001e000000ff00314d56
[ 27.020] (II) AMDGPU(0): 4431333538303235540a000000fc0044
[ 27.020] (II) AMDGPU(0): 454c4c2053323234304c0a20000000fd
[ 27.020] (II) AMDGPU(0): 00384c1e5311000a20202020202001b2
[ 27.020] (II) AMDGPU(0): 02031ff14c9005040302071601141f12
[ 27.020] (II) AMDGPU(0): 13230907078301000065030c00100002
[ 27.020] (II) AMDGPU(0): 3a801871382d40582c4500dc0b110000
[ 27.020] (II) AMDGPU(0): 1e011d8018711c1620582c2500dc0b11
[ 27.020] (II) AMDGPU(0): 00009e011d007251d01e206e285500dc
[ 27.020] (II) AMDGPU(0): 0b1100001e8c0ad08a20e02d10103e96
[ 27.020] (II) AMDGPU(0): 00dc0b11000018000000000000000000
[ 27.020] (II) AMDGPU(0): 000000000000000000000000000000b7
[ 27.020] (II) AMDGPU(0): Printing probed modes for output HDMI-A-0
[ 27.020] (II) AMDGPU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 27.020] (II) AMDGPU(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 27.020] (II) AMDGPU(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[ 27.020] (II) AMDGPU(0): Modeline "1680x1050"x60.0 148.50 1680 2008 2052 2200 1050 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[ 27.020] (II) AMDGPU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 27.020] (II) AMDGPU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 27.020] (II) AMDGPU(0): Modeline "1440x900"x60.0 148.50 1440 2008 2052 2200 900 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[ 27.020] (II) AMDGPU(0): Modeline "1280x800"x60.0 148.50 1280 2008 2052 2200 800 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[ 27.020] (II) AMDGPU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 27.020] (II) AMDGPU(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 27.020] (II) AMDGPU(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 27.020] (II) AMDGPU(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 27.020] (II) AMDGPU(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 27.020] (II) AMDGPU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 27.020] (II) AMDGPU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 27.020] (II) AMDGPU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 27.020] (II) AMDGPU(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 27.020] (II) AMDGPU(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 27.020] (II) AMDGPU(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 27.020] (II) AMDGPU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 27.020] (II) AMDGPU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 27.020] (II) AMDGPU(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 27.020] (II) AMDGPU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 27.020] (II) AMDGPU(0): Output eDP connected
[ 27.020] (II) AMDGPU(0): Output HDMI-A-0 connected
[ 27.020] (II) AMDGPU(0): Using spanning desktop for initial modes
[ 27.020] (II) AMDGPU(0): Output eDP using initial mode 2560x1440 +0+0
[ 27.020] (II) AMDGPU(0): Output HDMI-A-0 using initial mode 1920x1080 +2560+0
[ 27.020] (II) AMDGPU(0): mem size init: gart size :bf6ca000 vram size: s:1d906000 visible:1d906000
[ 27.020] (==) AMDGPU(0): DPI set to (96, 96)
[ 27.020] (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0)
[ 27.020] (II) Loading sub module "ramdac"
[ 27.020] (II) LoadModule: "ramdac"
[ 27.021] (II) Module "ramdac" already built-in
[ 27.021] (==) AMDGPU(G0): Depth 24, (--) framebuffer bpp 32
[ 27.021] (II) AMDGPU(G0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 27.021] (==) AMDGPU(G0): Default visual is TrueColor
[ 27.021] (==) AMDGPU(G0): RGB weight 888
[ 27.021] (II) AMDGPU(G0): Using 8 bits per RGB (8 bit DAC)
[ 27.021] (--) AMDGPU(G0): Chipset: "Unknown AMD Radeon GPU" (ChipID = 0x73df)
[ 27.021] (II) Loading sub module "fb"
[ 27.021] (II) LoadModule: "fb"
[ 27.021] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 27.021] (II) Module fb: vendor="X.Org Foundation"
[ 27.021] compiled for 1.20.13, module version = 1.0.0
[ 27.021] ABI class: X.Org ANSI C Emulation, version 0.4
[ 27.021] (II) Loading sub module "dri2"
[ 27.021] (II) LoadModule: "dri2"
[ 27.021] (II) Module "dri2" already built-in
[ 27.027] (II) Loading sub module "glamoregl"
[ 27.027] (II) LoadModule: "glamoregl"
[ 27.027] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 27.027] (II) Module glamoregl: vendor="X.Org Foundation"
[ 27.027] compiled for 1.20.13, module version = 1.0.1
[ 27.027] ABI class: X.Org ANSI C Emulation, version 0.4
[ 27.031] (II) AMDGPU(G0): glamor X acceleration enabled on AMD NAVY_FLOUNDER (DRM 3.42.0, 5.14.16-arch1-1, LLVM 12.0.1)
[ 27.031] (II) AMDGPU(G0): glamor detected, initialising EGL layer.
[ 27.031] (==) AMDGPU(G0): TearFree property default: auto
[ 27.031] (II) AMDGPU(G0): Output DisplayPort-1-0 has no monitor section
[ 27.031] (II) AMDGPU(G0): EDID for output DisplayPort-1-0
[ 27.031] (II) AMDGPU(G0): mem size init: gart size :2d1490000 vram size: s:2fd7eb000 visible:2fd7eb000
[ 27.031] (==) AMDGPU(G0): DPI set to (96, 96)
[ 27.031] (==) AMDGPU(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 27.031] (II) Loading sub module "ramdac"
[ 27.031] (II) LoadModule: "ramdac"
[ 27.031] (II) Module "ramdac" already built-in
[ 27.031] (II) AMDGPU(0): [DRI2] Setup complete
[ 27.031] (II) AMDGPU(0): [DRI2] DRI driver: radeonsi
[ 27.031] (II) AMDGPU(0): [DRI2] VDPAU driver: radeonsi
[ 27.071] (II) AMDGPU(0): Front buffer pitch: 17920 bytes
[ 27.072] (II) AMDGPU(0): SYNC extension fences enabled
[ 27.072] (II) AMDGPU(0): Present extension enabled
[ 27.072] (**) AMDGPU(0): DRI3 enabled
[ 27.072] (==) AMDGPU(0): Backing store enabled
[ 27.072] (II) AMDGPU(0): Direct rendering enabled
[ 27.082] (II) AMDGPU(0): Use GLAMOR acceleration.
[ 27.082] (II) AMDGPU(0): Acceleration enabled
[ 27.082] (==) AMDGPU(0): DPMS enabled
[ 27.082] (==) AMDGPU(0): Silken mouse disabled
[ 27.082] (II) AMDGPU(0): Set up textured video (glamor)
[ 27.101] (II) AMDGPU(G0): [DRI2] Setup complete
[ 27.101] (II) AMDGPU(G0): [DRI2] DRI driver: radeonsi
[ 27.101] (II) AMDGPU(G0): [DRI2] VDPAU driver: radeonsi
[ 27.108] (II) AMDGPU(G0): Front buffer pitch: 4096 bytes
[ 27.108] (==) AMDGPU(G0): Backing store enabled
[ 27.108] (II) AMDGPU(G0): Direct rendering enabled
[ 27.112] (II) AMDGPU(G0): Use GLAMOR acceleration.
[ 27.112] (II) AMDGPU(G0): Acceleration enabled
[ 27.112] (==) AMDGPU(G0): DPMS enabled
[ 27.112] (==) AMDGPU(G0): Silken mouse disabled
[ 27.113] (II) Initializing extension Generic Event Extension
[ 27.113] (II) Initializing extension SHAPE
[ 27.113] (II) Initializing extension MIT-SHM
[ 27.113] (II) Initializing extension XInputExtension
[ 27.113] (II) Initializing extension XTEST
[ 27.113] (II) Initializing extension BIG-REQUESTS
[ 27.113] (II) Initializing extension SYNC
[ 27.113] (II) Initializing extension XKEYBOARD
[ 27.113] (II) Initializing extension XC-MISC
[ 27.113] (II) Initializing extension SECURITY
[ 27.113] (II) Initializing extension XFIXES
[ 27.113] (II) Initializing extension RENDER
[ 27.114] (II) Initializing extension RANDR
[ 27.114] (II) Initializing extension COMPOSITE
[ 27.114] (II) Initializing extension DAMAGE
[ 27.114] (II) Initializing extension MIT-SCREEN-SAVER
[ 27.114] (II) Initializing extension DOUBLE-BUFFER
[ 27.114] (II) Initializing extension RECORD
[ 27.114] (II) Initializing extension DPMS
[ 27.114] (II) Initializing extension Present
[ 27.114] (II) Initializing extension DRI3
[ 27.114] (II) Initializing extension X-Resource
[ 27.114] (II) Initializing extension XVideo
[ 27.114] (II) Initializing extension XVideo-MotionCompensation
[ 27.114] (II) Initializing extension GLX
[ 27.117] (II) AIGLX: Loaded and initialized radeonsi
[ 27.117] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 27.117] (II) Initializing extension XFree86-VidModeExtension
[ 27.117] (II) Initializing extension XFree86-DGA
[ 27.117] (II) Initializing extension XFree86-DRI
[ 27.117] (II) Initializing extension DRI2
[ 27.118] (II) AMDGPU(0): Setting screen physical size to 1185 x 381
[ 27.215] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event12)
[ 27.215] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[ 27.215] (II) LoadModule: "libinput"
[ 27.215] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 27.218] (II) Module libinput: vendor="X.Org Foundation"
[ 27.218] compiled for 1.20.13, module version = 1.2.0
[ 27.218] Module class: X.Org XInput Driver
[ 27.218] ABI class: X.Org XInput driver, version 24.1
[ 27.218] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[ 27.218] (**) Asus Wireless Radio Control: always reports core events
[ 27.218] (**) Option "Device" "/dev/input/event12"
[ 27.218] (**) Option "_source" "server/udev"
[ 27.222] (II) event12 - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[ 27.222] (II) event12 - Asus Wireless Radio Control: device is a keyboard
[ 27.222] (II) event12 - Asus Wireless Radio Control: device removed
[ 27.283] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input20/event12"
[ 27.283] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 6)
[ 27.285] (II) event12 - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[ 27.285] (II) event12 - Asus Wireless Radio Control: device is a keyboard
[ 27.286] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[ 27.286] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 27.286] (II) Using input driver 'libinput' for 'Video Bus'
[ 27.286] (**) Video Bus: always reports core events
[ 27.286] (**) Option "Device" "/dev/input/event3"
[ 27.286] (**) Option "_source" "server/udev"
[ 27.287] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 27.287] (II) event3 - Video Bus: device is a keyboard
[ 27.287] (II) event3 - Video Bus: device removed
[ 27.363] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0c/LNXVIDEO:00/input/input3/event3"
[ 27.363] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 27.365] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 27.365] (II) event3 - Video Bus: device is a keyboard
[ 27.366] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 27.366] (II) No input driver specified, ignoring this device.
[ 27.366] (II) This device may have been added with another device file.
[ 27.366] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 27.366] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 27.366] (II) Using input driver 'libinput' for 'Power Button'
[ 27.366] (**) Power Button: always reports core events
[ 27.366] (**) Option "Device" "/dev/input/event1"
[ 27.366] (**) Option "_source" "server/udev"
[ 27.368] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 27.368] (II) event1 - Power Button: device is a keyboard
[ 27.368] (II) event1 - Power Button: device removed
[ 27.389] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 27.389] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 27.391] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 27.391] (II) event1 - Power Button: device is a keyboard
[ 27.392] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[ 27.392] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 27.392] (II) Using input driver 'libinput' for 'Sleep Button'
[ 27.392] (**) Sleep Button: always reports core events
[ 27.392] (**) Option "Device" "/dev/input/event2"
[ 27.392] (**) Option "_source" "server/udev"
[ 27.393] (II) event2 - Sleep Button: is tagged by udev as: Keyboard
[ 27.393] (II) event2 - Sleep Button: device is a keyboard
[ 27.393] (II) event2 - Sleep Button: device removed
[ 27.425] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[ 27.426] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 27.427] (II) event2 - Sleep Button: is tagged by udev as: Keyboard
[ 27.427] (II) event2 - Sleep Button: device is a keyboard
[ 27.429] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event18)
[ 27.429] (II) No input driver specified, ignoring this device.
[ 27.429] (II) This device may have been added with another device file.
[ 27.430] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event19)
[ 27.430] (II) No input driver specified, ignoring this device.
[ 27.430] (II) This device may have been added with another device file.
[ 27.431] (II) config/udev: Adding input device Asus Keyboard (/dev/input/event4)
[ 27.431] (**) Asus Keyboard: Applying InputClass "libinput keyboard catchall"
[ 27.431] (II) Using input driver 'libinput' for 'Asus Keyboard'
[ 27.431] (**) Asus Keyboard: always reports core events
[ 27.431] (**) Option "Device" "/dev/input/event4"
[ 27.431] (**) Option "_source" "server/udev"
[ 27.433] (II) event4 - Asus Keyboard: is tagged by udev as: Keyboard
[ 27.433] (II) event4 - Asus Keyboard: device is a keyboard
[ 27.433] (II) event4 - Asus Keyboard: device removed
[ 27.462] (II) libinput: Asus Keyboard: needs a virtual subdevice
[ 27.462] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb1/1-3/1-3:1.0/0003:0B05:1866.0001/input/input9/event4"
[ 27.462] (II) XINPUT: Adding extended input device "Asus Keyboard" (type: MOUSE, id 10)
[ 27.462] (**) Option "AccelerationScheme" "none"
[ 27.462] (**) Asus Keyboard: (accel) selected scheme none/0
[ 27.462] (**) Asus Keyboard: (accel) acceleration factor: 2.000
[ 27.462] (**) Asus Keyboard: (accel) acceleration threshold: 4
[ 27.464] (II) event4 - Asus Keyboard: is tagged by udev as: Keyboard
[ 27.465] (II) event4 - Asus Keyboard: device is a keyboard
[ 27.466] (II) config/udev: Adding input device UVC Camera (046d:0825) (/dev/input/event17)
[ 27.467] (**) UVC Camera (046d:0825): Applying InputClass "libinput keyboard catchall"
[ 27.467] (II) Using input driver 'libinput' for 'UVC Camera (046d:0825)'
[ 27.467] (**) UVC Camera (046d:0825): always reports core events
[ 27.467] (**) Option "Device" "/dev/input/event17"
[ 27.467] (**) Option "_source" "server/udev"
[ 27.469] (II) event17 - UVC Camera (046d:0825): is tagged by udev as: Keyboard
[ 27.469] (II) event17 - UVC Camera (046d:0825): device is a keyboard
[ 27.469] (II) event17 - UVC Camera (046d:0825): device removed
[ 27.498] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:08:00.4/usb3/3-1/3-1.1/3-1.1:1.0/input/input26/event17"
[ 27.498] (II) XINPUT: Adding extended input device "UVC Camera (046d:0825)" (type: KEYBOARD, id 11)
[ 27.501] (II) event17 - UVC Camera (046d:0825): is tagged by udev as: Keyboard
[ 27.501] (II) event17 - UVC Camera (046d:0825): device is a keyboard
[ 27.502] (II) config/udev: Adding input device Kingston HyperX Alloy FPS Mechanical Gaming Keyboard (/dev/input/event5)
[ 27.502] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[ 27.502] (II) Using input driver 'libinput' for 'Kingston HyperX Alloy FPS Mechanical Gaming Keyboard'
[ 27.502] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: always reports core events
[ 27.502] (**) Option "Device" "/dev/input/event5"
[ 27.502] (**) Option "_source" "server/udev"
[ 27.504] (II) event5 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: is tagged by udev as: Keyboard
[ 27.505] (II) event5 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: device is a keyboard
[ 27.505] (II) event5 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: device removed
[ 27.534] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:08:00.4/usb3/3-1/3-1.2/3-1.2:1.0/0003:0951:16B7.0002/input/input10/event5"
[ 27.534] (II) XINPUT: Adding extended input device "Kingston HyperX Alloy FPS Mechanical Gaming Keyboard" (type: KEYBOARD, id 12)
[ 27.537] (II) event5 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: is tagged by udev as: Keyboard
[ 27.537] (II) event5 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: device is a keyboard
[ 27.539] (II) config/udev: Adding input device Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse (/dev/input/event6)
[ 27.539] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[ 27.539] (II) Using input driver 'libinput' for 'Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse'
[ 27.539] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse: always reports core events
[ 27.539] (**) Option "Device" "/dev/input/event6"
[ 27.539] (**) Option "_source" "server/udev"
[ 27.541] (II) event6 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse: is tagged by udev as: Mouse
[ 27.541] (II) event6 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse: device is a pointer
[ 27.541] (II) event6 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse: device removed
[ 28.080] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:08:00.4/usb3/3-1/3-1.2/3-1.2:1.1/0003:0951:16B7.0003/input/input11/event6"
[ 28.080] (II) XINPUT: Adding extended input device "Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse" (type: MOUSE, id 13)
[ 28.080] (**) Option "AccelerationScheme" "none"
[ 28.080] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse: (accel) selected scheme none/0
[ 28.080] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse: (accel) acceleration factor: 2.000
[ 28.080] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse: (accel) acceleration threshold: 4
[ 28.082] (II) event6 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse: is tagged by udev as: Mouse
[ 28.082] (II) event6 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse: device is a pointer
[ 28.082] (II) config/udev: Adding input device Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse (/dev/input/mouse0)
[ 28.082] (II) No input driver specified, ignoring this device.
[ 28.082] (II) This device may have been added with another device file.
[ 28.083] (II) config/udev: Adding input device Kingston HyperX Alloy FPS Mechanical Gaming Keyboard System Control (/dev/input/event7)
[ 28.083] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[ 28.083] (II) Using input driver 'libinput' for 'Kingston HyperX Alloy FPS Mechanical Gaming Keyboard System Control'
[ 28.083] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard System Control: always reports core events
[ 28.083] (**) Option "Device" "/dev/input/event7"
[ 28.083] (**) Option "_source" "server/udev"
[ 28.083] (II) event7 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard System Control: is tagged by udev as: Keyboard
[ 28.083] (II) event7 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard System Control: device is a keyboard
[ 28.083] (II) event7 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard System Control: device removed
[ 28.104] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:08:00.4/usb3/3-1/3-1.2/3-1.2:1.1/0003:0951:16B7.0003/input/input12/event7"
[ 28.104] (II) XINPUT: Adding extended input device "Kingston HyperX Alloy FPS Mechanical Gaming Keyboard System Control" (type: KEYBOARD, id 14)
[ 28.105] (II) event7 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard System Control: is tagged by udev as: Keyboard
[ 28.105] (II) event7 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard System Control: device is a keyboard
[ 28.106] (II) config/udev: Adding input device Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control (/dev/input/event8)
[ 28.106] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 28.106] (II) Using input driver 'libinput' for 'Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control'
[ 28.106] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: always reports core events
[ 28.106] (**) Option "Device" "/dev/input/event8"
[ 28.106] (**) Option "_source" "server/udev"
[ 28.106] (II) event8 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 28.106] (II) event8 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: device is a keyboard
[ 28.107] (II) event8 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: device removed
[ 28.134] (II) libinput: Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: needs a virtual subdevice
[ 28.134] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:08:00.4/usb3/3-1/3-1.2/3-1.2:1.1/0003:0951:16B7.0003/input/input13/event8"
[ 28.134] (II) XINPUT: Adding extended input device "Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control" (type: MOUSE, id 15)
[ 28.134] (**) Option "AccelerationScheme" "none"
[ 28.134] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: (accel) selected scheme none/0
[ 28.134] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: (accel) acceleration factor: 2.000
[ 28.134] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: (accel) acceleration threshold: 4
[ 28.137] (II) event8 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 28.137] (II) event8 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: device is a keyboard
[ 28.138] (II) config/udev: Adding input device Kingston HyperX Alloy FPS Mechanical Gaming Keyboard (/dev/input/event9)
[ 28.138] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[ 28.138] (II) Using input driver 'libinput' for 'Kingston HyperX Alloy FPS Mechanical Gaming Keyboard'
[ 28.138] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: always reports core events
[ 28.138] (**) Option "Device" "/dev/input/event9"
[ 28.138] (**) Option "_source" "server/udev"
[ 28.140] (II) event9 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: is tagged by udev as: Keyboard
[ 28.140] (II) event9 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: device is a keyboard
[ 28.140] (II) event9 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: device removed
[ 28.167] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:08:00.4/usb3/3-1/3-1.2/3-1.2:1.1/0003:0951:16B7.0003/input/input15/event9"
[ 28.167] (II) XINPUT: Adding extended input device "Kingston HyperX Alloy FPS Mechanical Gaming Keyboard" (type: KEYBOARD, id 16)
[ 28.170] (II) event9 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: is tagged by udev as: Keyboard
[ 28.170] (II) event9 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: device is a keyboard
[ 28.172] (II) config/udev: Adding input device Logitech G502 HERO Gaming Mouse (/dev/input/event10)
[ 28.172] (**) Logitech G502 HERO Gaming Mouse: Applying InputClass "libinput pointer catchall"
[ 28.172] (II) Using input driver 'libinput' for 'Logitech G502 HERO Gaming Mouse'
[ 28.172] (**) Logitech G502 HERO Gaming Mouse: always reports core events
[ 28.172] (**) Option "Device" "/dev/input/event10"
[ 28.172] (**) Option "_source" "server/udev"
[ 28.228] (II) event10 - Logitech G502 HERO Gaming Mouse: is tagged by udev as: Mouse
[ 28.228] (II) event10 - Logitech G502 HERO Gaming Mouse: device set to 2400 DPI
[ 28.229] (II) event10 - Logitech G502 HERO Gaming Mouse: device is a pointer
[ 28.229] (II) event10 - Logitech G502 HERO Gaming Mouse: device removed
[ 28.941] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:08:00.4/usb3/3-1/3-1.3/3-1.3:1.0/0003:046D:C08B.0005/input/input16/event10"
[ 28.941] (II) XINPUT: Adding extended input device "Logitech G502 HERO Gaming Mouse" (type: MOUSE, id 17)
[ 28.941] (**) Option "AccelerationScheme" "none"
[ 28.941] (**) Logitech G502 HERO Gaming Mouse: (accel) selected scheme none/0
[ 28.941] (**) Logitech G502 HERO Gaming Mouse: (accel) acceleration factor: 2.000
[ 28.941] (**) Logitech G502 HERO Gaming Mouse: (accel) acceleration threshold: 4
[ 28.998] (II) event10 - Logitech G502 HERO Gaming Mouse: is tagged by udev as: Mouse
[ 28.999] (II) event10 - Logitech G502 HERO Gaming Mouse: device set to 2400 DPI
[ 28.999] (II) event10 - Logitech G502 HERO Gaming Mouse: device is a pointer
[ 29.000] (II) config/udev: Adding input device Logitech G502 HERO Gaming Mouse (/dev/input/mouse1)
[ 29.000] (II) No input driver specified, ignoring this device.
[ 29.000] (II) This device may have been added with another device file.
[ 29.002] (II) config/udev: Adding input device Logitech G502 HERO Gaming Mouse Keyboard (/dev/input/event11)
[ 29.002] (**) Logitech G502 HERO Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[ 29.002] (II) Using input driver 'libinput' for 'Logitech G502 HERO Gaming Mouse Keyboard'
[ 29.002] (**) Logitech G502 HERO Gaming Mouse Keyboard: always reports core events
[ 29.002] (**) Option "Device" "/dev/input/event11"
[ 29.002] (**) Option "_source" "server/udev"
[ 29.004] (II) event11 - Logitech G502 HERO Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[ 29.004] (II) event11 - Logitech G502 HERO Gaming Mouse Keyboard: device is a keyboard
[ 29.004] (II) event11 - Logitech G502 HERO Gaming Mouse Keyboard: device removed
[ 29.032] (II) libinput: Logitech G502 HERO Gaming Mouse Keyboard: needs a virtual subdevice
[ 29.032] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:08:00.4/usb3/3-1/3-1.3/3-1.3:1.1/0003:046D:C08B.0006/input/input17/event11"
[ 29.032] (II) XINPUT: Adding extended input device "Logitech G502 HERO Gaming Mouse Keyboard" (type: MOUSE, id 18)
[ 29.032] (**) Option "AccelerationScheme" "none"
[ 29.032] (**) Logitech G502 HERO Gaming Mouse Keyboard: (accel) selected scheme none/0
[ 29.032] (**) Logitech G502 HERO Gaming Mouse Keyboard: (accel) acceleration factor: 2.000
[ 29.032] (**) Logitech G502 HERO Gaming Mouse Keyboard: (accel) acceleration threshold: 4
[ 29.034] (II) event11 - Logitech G502 HERO Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[ 29.035] (II) event11 - Logitech G502 HERO Gaming Mouse Keyboard: device is a keyboard
[ 29.036] (II) config/udev: Adding input device HD-Audio Generic Headset Mic (/dev/input/event20)
[ 29.036] (II) No input driver specified, ignoring this device.
[ 29.036] (II) This device may have been added with another device file.
[ 29.036] (II) config/udev: Adding input device HD-Audio Generic Headphone (/dev/input/event21)
[ 29.036] (II) No input driver specified, ignoring this device.
[ 29.036] (II) This device may have been added with another device file.
[ 29.037] (II) config/udev: Adding input device ASUE120A:00 04F3:319B Mouse (/dev/input/event13)
[ 29.037] (**) ASUE120A:00 04F3:319B Mouse: Applying InputClass "libinput pointer catchall"
[ 29.037] (II) Using input driver 'libinput' for 'ASUE120A:00 04F3:319B Mouse'
[ 29.037] (**) ASUE120A:00 04F3:319B Mouse: always reports core events
[ 29.037] (**) Option "Device" "/dev/input/event13"
[ 29.037] (**) Option "_source" "server/udev"
[ 29.039] (II) event13 - ASUE120A:00 04F3:319B Mouse: is tagged by udev as: Mouse Pointingstick
[ 29.039] (II) event13 - ASUE120A:00 04F3:319B Mouse: device is a pointer
[ 29.041] (II) event13 - ASUE120A:00 04F3:319B Mouse: device removed
[ 29.437] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:00/i2c-0/i2c-ASUE120A:00/0018:04F3:319B.0007/input/input29/event13"
[ 29.437] (II) XINPUT: Adding extended input device "ASUE120A:00 04F3:319B Mouse" (type: MOUSE, id 19)
[ 29.438] (**) Option "AccelerationScheme" "none"
[ 29.438] (**) ASUE120A:00 04F3:319B Mouse: (accel) selected scheme none/0
[ 29.438] (**) ASUE120A:00 04F3:319B Mouse: (accel) acceleration factor: 2.000
[ 29.438] (**) ASUE120A:00 04F3:319B Mouse: (accel) acceleration threshold: 4
[ 29.439] (II) event13 - ASUE120A:00 04F3:319B Mouse: is tagged by udev as: Mouse Pointingstick
[ 29.440] (II) event13 - ASUE120A:00 04F3:319B Mouse: device is a pointer
[ 29.443] (II) config/udev: Adding input device ASUE120A:00 04F3:319B Mouse (/dev/input/mouse2)
[ 29.443] (II) No input driver specified, ignoring this device.
[ 29.443] (II) This device may have been added with another device file.
[ 29.444] (II) config/udev: Adding input device ASUE120A:00 04F3:319B Touchpad (/dev/input/event14)
[ 29.444] (**) ASUE120A:00 04F3:319B Touchpad: Applying InputClass "libinput touchpad catchall"
[ 29.444] (**) ASUE120A:00 04F3:319B Touchpad: Applying InputClass "libinput touchpad catchall"
[ 29.444] (II) Using input driver 'libinput' for 'ASUE120A:00 04F3:319B Touchpad'
[ 29.444] (**) ASUE120A:00 04F3:319B Touchpad: always reports core events
[ 29.444] (**) Option "Device" "/dev/input/event14"
[ 29.444] (**) Option "_source" "server/udev"
[ 29.446] (II) event14 - ASUE120A:00 04F3:319B Touchpad: is tagged by udev as: Touchpad
[ 29.448] (II) event14 - ASUE120A:00 04F3:319B Touchpad: device is a touchpad
[ 29.448] (II) event14 - ASUE120A:00 04F3:319B Touchpad: device removed
[ 29.498] (**) Option "Tapping" "on"
[ 29.498] (**) Option "TappingButtonMap" "lrm"
[ 29.499] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:00/i2c-0/i2c-ASUE120A:00/0018:04F3:319B.0007/input/input30/event14"
[ 29.499] (II) XINPUT: Adding extended input device "ASUE120A:00 04F3:319B Touchpad" (type: TOUCHPAD, id 20)
[ 29.502] (**) Option "AccelerationScheme" "none"
[ 29.502] (**) ASUE120A:00 04F3:319B Touchpad: (accel) selected scheme none/0
[ 29.502] (**) ASUE120A:00 04F3:319B Touchpad: (accel) acceleration factor: 2.000
[ 29.502] (**) ASUE120A:00 04F3:319B Touchpad: (accel) acceleration threshold: 4
[ 29.503] (II) event14 - ASUE120A:00 04F3:319B Touchpad: is tagged by udev as: Touchpad
[ 29.506] (II) event14 - ASUE120A:00 04F3:319B Touchpad: device is a touchpad
[ 29.507] (II) config/udev: Adding input device ASUE120A:00 04F3:319B Touchpad (/dev/input/mouse3)
[ 29.507] (II) No input driver specified, ignoring this device.
[ 29.507] (II) This device may have been added with another device file.
[ 29.508] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event16)
[ 29.508] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 29.508] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[ 29.508] (**) Asus WMI hotkeys: always reports core events
[ 29.508] (**) Option "Device" "/dev/input/event16"
[ 29.508] (**) Option "_source" "server/udev"
[ 29.509] (II) event16 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[ 29.509] (II) event16 - Asus WMI hotkeys: device is a keyboard
[ 29.510] (II) event16 - Asus WMI hotkeys: device removed
[ 29.595] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input24/event16"
[ 29.595] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 21)
[ 29.597] (II) event16 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[ 29.597] (II) event16 - Asus WMI hotkeys: device is a keyboard
[ 29.598] (II) config/udev: Adding input device PC Speaker (/dev/input/event15)
[ 29.598] (II) No input driver specified, ignoring this device.
[ 29.598] (II) This device may have been added with another device file.
[ 29.606] (**) Asus Keyboard: Applying InputClass "libinput keyboard catchall"
[ 29.606] (II) Using input driver 'libinput' for 'Asus Keyboard'
[ 29.607] (**) Asus Keyboard: always reports core events
[ 29.607] (**) Option "Device" "/dev/input/event4"
[ 29.607] (**) Option "_source" "_driver/libinput"
[ 29.607] (II) libinput: Asus Keyboard: is a virtual subdevice
[ 29.607] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb1/1-3/1-3:1.0/0003:0B05:1866.0001/input/input9/event4"
[ 29.607] (II) XINPUT: Adding extended input device "Asus Keyboard" (type: KEYBOARD, id 22)
[ 29.607] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 29.607] (II) Using input driver 'libinput' for 'Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control'
[ 29.607] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: always reports core events
[ 29.607] (**) Option "Device" "/dev/input/event8"
[ 29.607] (**) Option "_source" "_driver/libinput"
[ 29.607] (II) libinput: Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: is a virtual subdevice
[ 29.607] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:08:00.4/usb3/3-1/3-1.2/3-1.2:1.1/0003:0951:16B7.0003/input/input13/event8"
[ 29.607] (II) XINPUT: Adding extended input device "Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control" (type: KEYBOARD, id 23)
[ 29.607] (**) Logitech G502 HERO Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[ 29.607] (II) Using input driver 'libinput' for 'Logitech G502 HERO Gaming Mouse Keyboard'
[ 29.607] (**) Logitech G502 HERO Gaming Mouse Keyboard: always reports core events
[ 29.607] (**) Option "Device" "/dev/input/event11"
[ 29.607] (**) Option "_source" "_driver/libinput"
[ 29.607] (II) libinput: Logitech G502 HERO Gaming Mouse Keyboard: is a virtual subdevice
[ 29.607] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:08:00.4/usb3/3-1/3-1.3/3-1.3:1.1/0003:046D:C08B.0006/input/input17/event11"
[ 29.607] (II) XINPUT: Adding extended input device "Logitech G502 HERO Gaming Mouse Keyboard" (type: KEYBOARD, id 24)
[ 35.060] (II) AMDGPU(0): EDID vendor "DEL", prod id 53332
[ 35.060] (II) AMDGPU(0): Using EDID range info for horizontal sync
[ 35.060] (II) AMDGPU(0): Using EDID range info for vertical refresh
[ 35.060] (II) AMDGPU(0): Printing DDC gathered Modelines:
[ 35.060] (II) AMDGPU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 35.060] (II) AMDGPU(0): Modeline "1920x1080i"x0.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[ 35.060] (II) AMDGPU(0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 35.060] (II) AMDGPU(0): Modeline "720x480"x0.0 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 35.060] (II) AMDGPU(0): Modeline "1440x480i"x0.0 27.00 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[ 35.060] (II) AMDGPU(0): Modeline "1440x576i"x0.0 27.00 1440 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[ 35.060] (II) AMDGPU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 35.060] (II) AMDGPU(0): Modeline "1920x1080i"x0.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[ 35.060] (II) AMDGPU(0): Modeline "1920x1080"x0.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 35.060] (II) AMDGPU(0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 35.060] (II) AMDGPU(0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 35.060] (II) AMDGPU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 35.060] (II) AMDGPU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 35.060] (II) AMDGPU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 35.060] (II) AMDGPU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 35.060] (II) AMDGPU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 35.060] (II) AMDGPU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 35.060] (II) AMDGPU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 35.060] (II) AMDGPU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 35.060] (II) AMDGPU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 35.062] (II) AMDGPU(0): EDID vendor "DEL", prod id 53332
[ 35.062] (II) AMDGPU(0): Using hsync ranges from config file
[ 35.062] (II) AMDGPU(0): Using vrefresh ranges from config file
[ 35.062] (II) AMDGPU(0): Printing DDC gathered Modelines:
[ 35.062] (II) AMDGPU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 35.062] (II) AMDGPU(0): Modeline "1920x1080i"x0.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[ 35.062] (II) AMDGPU(0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 35.062] (II) AMDGPU(0): Modeline "720x480"x0.0 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 35.062] (II) AMDGPU(0): Modeline "1440x480i"x0.0 27.00 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[ 35.062] (II) AMDGPU(0): Modeline "1440x576i"x0.0 27.00 1440 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[ 35.062] (II) AMDGPU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 35.062] (II) AMDGPU(0): Modeline "1920x1080i"x0.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[ 35.062] (II) AMDGPU(0): Modeline "1920x1080"x0.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 35.062] (II) AMDGPU(0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 35.062] (II) AMDGPU(0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 35.062] (II) AMDGPU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 35.062] (II) AMDGPU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 35.062] (II) AMDGPU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 35.062] (II) AMDGPU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 35.062] (II) AMDGPU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 35.062] (II) AMDGPU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 35.062] (II) AMDGPU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 35.062] (II) AMDGPU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 35.062] (II) AMDGPU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 36.089] (II) event10 - Logitech G502 HERO Gaming Mouse: SYN_DROPPED event - some input events have been lost.
[ 36.093] (II) AMDGPU(0): EDID vendor "DEL", prod id 53332
[ 36.093] (II) AMDGPU(0): Using hsync ranges from config file
[ 36.093] (II) AMDGPU(0): Using vrefresh ranges from config file
[ 36.093] (II) AMDGPU(0): Printing DDC gathered Modelines:
[ 36.093] (II) AMDGPU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 36.093] (II) AMDGPU(0): Modeline "1920x1080i"x0.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[ 36.093] (II) AMDGPU(0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 36.093] (II) AMDGPU(0): Modeline "720x480"x0.0 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 36.093] (II) AMDGPU(0): Modeline "1440x480i"x0.0 27.00 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[ 36.093] (II) AMDGPU(0): Modeline "1440x576i"x0.0 27.00 1440 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[ 36.093] (II) AMDGPU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 36.093] (II) AMDGPU(0): Modeline "1920x1080i"x0.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[ 36.093] (II) AMDGPU(0): Modeline "1920x1080"x0.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 36.093] (II) AMDGPU(0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 36.093] (II) AMDGPU(0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 36.093] (II) AMDGPU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 36.093] (II) AMDGPU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 36.093] (II) AMDGPU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 36.093] (II) AMDGPU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 36.093] (II) AMDGPU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 36.093] (II) AMDGPU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 36.093] (II) AMDGPU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 36.093] (II) AMDGPU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 36.093] (II) AMDGPU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 36.435] AMDGPU(0): drmmode_do_crtc_dpms cannot get last vblank counter
[ 36.467] AMDGPU(0): drmmode_do_crtc_dpms cannot get last vblank counter
[ 36.468] (II) AMDGPU(0): Allocate new frame buffer 3840x1080
[ 36.468] (II) AMDGPU(0): => pitch 15360 bytes
[ 37.046] (II) event10 - Logitech G502 HERO Gaming Mouse: SYN_DROPPED event - some input events have been lost.
[ 37.569] (II) AMDGPU(0): EDID vendor "DEL", prod id 53332
[ 37.569] (II) AMDGPU(0): Using hsync ranges from config file
[ 37.569] (II) AMDGPU(0): Using vrefresh ranges from config file
[ 37.569] (II) AMDGPU(0): Printing DDC gathered Modelines:
[ 37.569] (II) AMDGPU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 37.569] (II) AMDGPU(0): Modeline "1920x1080i"x0.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[ 37.569] (II) AMDGPU(0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 37.569] (II) AMDGPU(0): Modeline "720x480"x0.0 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 37.569] (II) AMDGPU(0): Modeline "1440x480i"x0.0 27.00 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[ 37.569] (II) AMDGPU(0): Modeline "1440x576i"x0.0 27.00 1440 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[ 37.569] (II) AMDGPU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 37.569] (II) AMDGPU(0): Modeline "1920x1080i"x0.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[ 37.569] (II) AMDGPU(0): Modeline "1920x1080"x0.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 37.569] (II) AMDGPU(0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 37.569] (II) AMDGPU(0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 37.569] (II) AMDGPU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 37.569] (II) AMDGPU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 37.569] (II) AMDGPU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 37.569] (II) AMDGPU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 37.569] (II) AMDGPU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 37.569] (II) AMDGPU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 37.569] (II) AMDGPU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 37.569] (II) AMDGPU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 37.569] (II) AMDGPU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 37.572] (II) AMDGPU(0): EDID vendor "DEL", prod id 53332
[ 37.572] (II) AMDGPU(0): Using hsync ranges from config file
[ 37.572] (II) AMDGPU(0): Using vrefresh ranges from config file
[ 37.572] (II) AMDGPU(0): Printing DDC gathered Modelines:
[ 37.572] (II) AMDGPU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 37.572] (II) AMDGPU(0): Modeline "1920x1080i"x0.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[ 37.572] (II) AMDGPU(0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 37.572] (II) AMDGPU(0): Modeline "720x480"x0.0 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 37.572] (II) AMDGPU(0): Modeline "1440x480i"x0.0 27.00 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[ 37.572] (II) AMDGPU(0): Modeline "1440x576i"x0.0 27.00 1440 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[ 37.572] (II) AMDGPU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 37.572] (II) AMDGPU(0): Modeline "1920x1080i"x0.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[ 37.572] (II) AMDGPU(0): Modeline "1920x1080"x0.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 37.572] (II) AMDGPU(0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 37.572] (II) AMDGPU(0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 37.572] (II) AMDGPU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 37.572] (II) AMDGPU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 37.572] (II) AMDGPU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 37.572] (II) AMDGPU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 37.572] (II) AMDGPU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 37.572] (II) AMDGPU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 37.572] (II) AMDGPU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 37.572] (II) AMDGPU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 37.572] (II) AMDGPU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 37.594] (II) AMDGPU(0): EDID vendor "DEL", prod id 53332
[ 37.594] (II) AMDGPU(0): Using hsync ranges from config file
[ 37.594] (II) AMDGPU(0): Using vrefresh ranges from config file
[ 37.594] (II) AMDGPU(0): Printing DDC gathered Modelines:
[ 37.594] (II) AMDGPU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 37.594] (II) AMDGPU(0): Modeline "1920x1080i"x0.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[ 37.594] (II) AMDGPU(0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 37.594] (II) AMDGPU(0): Modeline "720x480"x0.0 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 37.594] (II) AMDGPU(0): Modeline "1440x480i"x0.0 27.00 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[ 37.594] (II) AMDGPU(0): Modeline "1440x576i"x0.0 27.00 1440 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[ 37.594] (II) AMDGPU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 37.594] (II) AMDGPU(0): Modeline "1920x1080i"x0.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[ 37.594] (II) AMDGPU(0): Modeline "1920x1080"x0.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 37.594] (II) AMDGPU(0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 37.594] (II) AMDGPU(0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 37.594] (II) AMDGPU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 37.594] (II) AMDGPU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 37.594] (II) AMDGPU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 37.594] (II) AMDGPU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 37.594] (II) AMDGPU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 37.594] (II) AMDGPU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 37.594] (II) AMDGPU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 37.594] (II) AMDGPU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 37.594] (II) AMDGPU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 37.597] (II) AMDGPU(0): EDID vendor "DEL", prod id 53332
[ 37.597] (II) AMDGPU(0): Using hsync ranges from config file
[ 37.597] (II) AMDGPU(0): Using vrefresh ranges from config file
[ 37.597] (II) AMDGPU(0): Printing DDC gathered Modelines:
[ 37.597] (II) AMDGPU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 37.597] (II) AMDGPU(0): Modeline "1920x1080i"x0.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[ 37.597] (II) AMDGPU(0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 37.597] (II) AMDGPU(0): Modeline "720x480"x0.0 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 37.597] (II) AMDGPU(0): Modeline "1440x480i"x0.0 27.00 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[ 37.597] (II) AMDGPU(0): Modeline "1440x576i"x0.0 27.00 1440 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[ 37.597] (II) AMDGPU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 37.597] (II) AMDGPU(0): Modeline "1920x1080i"x0.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[ 37.597] (II) AMDGPU(0): Modeline "1920x1080"x0.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 37.597] (II) AMDGPU(0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 37.597] (II) AMDGPU(0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 37.597] (II) AMDGPU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 37.597] (II) AMDGPU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 37.597] (II) AMDGPU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 37.597] (II) AMDGPU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 37.597] (II) AMDGPU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 37.597] (II) AMDGPU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 37.597] (II) AMDGPU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 37.597] (II) AMDGPU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 37.597] (II) AMDGPU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)