You are not logged in.

#1 2025-09-10 02:19:19

haigioli
Member
Registered: 2018-09-06
Posts: 142

[SOLVED] Black screen on SDDM with AMD iGPU and nvidia dGPU

I just got a replacement laptop and installed my nvme drive from the previous machine (intel i9), to the new one (amd Ryzen AI 9).  Both laptops had and have nvidia dGPUs.

I reinstalled grub and made the necessary adjustments to the kernel parameters for the new machine, plus removed intel_ucode and installed amd_ucode. 

When I boot with discreet GPU, it works fine - I can log in graphically.  When I boot using hybrid graphics, I get a black screen.  I tried early KMS loading of amdgpu, as well as a few other old faithfuls, but to no avail.

Here's my journalctl from the last boot:

Sep 09 21:42:47 computer kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=884000cb-c8c2-4bcb-96ea-db9c1efe17d2 rw amdgpu.modeset=1 nvidia_drm.modeset=0 initcall_blacklist=acpi_cpufreq amd_pstate=passive loglevel=3 quiet
Sep 09 21:42:47 computer kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=884000cb-c8c2-4bcb-96ea-db9c1efe17d2 rw amdgpu.modeset=1 nvidia_drm.modeset=0 initcall_blacklist=acpi_cpufreq amd_pstate=passive loglevel=3 quiet
Sep 09 21:42:47 computer kernel: nvidia: loading out-of-tree module taints kernel.
Sep 09 21:42:47 computer kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Sep 09 21:42:47 computer kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 237
Sep 09 21:42:47 computer kernel: nvidia 0000:c2:00.0: enabling device (0000 -> 0003)
Sep 09 21:42:47 computer kernel: nvidia 0000:c2:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none
Sep 09 21:42:47 computer kernel: NVRM: loading NVIDIA UNIX Open Kernel Module for x86_64  580.82.07  Release Build  (root@)
Sep 09 21:42:47 computer systemd-modules-load[491]: Inserted module 'nvidia_uvm'
Sep 09 21:42:47 computer kernel: nvidia-modeset: Loading NVIDIA UNIX Open Kernel Mode Setting Driver for x86_64  580.82.07  Release Build  (root@)
Sep 09 21:42:48 computer kernel: [drm] [nvidia-drm] [GPU ID 0x0000c200] Loading driver
Sep 09 21:42:48 computer kernel: [drm] Initialized nvidia-drm 0.0.0 for 0000:c2:00.0 on minor 0
Sep 09 21:42:49 computer kernel: nvidia 0000:c2:00.0: Enabling HDA controller
Sep 09 21:42:49 computer kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:c2:00.1/sound/card0/input20
Sep 09 21:42:49 computer kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:c2:00.1/sound/card0/input21
Sep 09 21:42:49 computer kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:c2:00.1/sound/card0/input22
Sep 09 21:42:49 computer kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:c2:00.1/sound/card0/input23
Sep 09 21:43:12 computer kernel: nvidia 0000:c2:00.0: Enabling HDA controller
Sep 09 21:43:49 computer kernel: nvidia 0000:c2:00.0: Enabling HDA controller
Sep 09 21:44:00 computer kernel: nvidia 0000:c2:00.0: Enabling HDA controller
Sep 09 21:44:11 computer kernel: nvidia 0000:c2:00.0: Enabling HDA controller
Sep 09 21:44:22 computer kernel: nvidia 0000:c2:00.0: Enabling HDA controller
Sep 09 21:44:38 computer kernel: nvidia 0000:c2:00.0: Enabling HDA controller
Sep 09 21:45:05 computer kernel: nvidia 0000:c2:00.0: Enabling HDA controller
Sep 09 21:45:16 computer kernel: nvidia 0000:c2:00.0: Enabling HDA controller
Sep 09 21:45:38 computer kernel: nvidia 0000:c2:00.0: Enabling HDA controller
Sep 09 21:45:49 computer kernel: nvidia 0000:c2:00.0: Enabling HDA controller
Sep 09 21:46:01 computer kernel: nvidia 0000:c2:00.0: Enabling HDA controller
Sep 09 21:46:12 computer kernel: nvidia 0000:c2:00.0: Enabling HDA controller

On terminal login, lsmod produced this:

lsmod | grep amdgpu

amdgpu              15593472  1
amdxcp                 12288  1 amdgpu
i2c_algo_bit           24576  1 amdgpu
drm_ttm_helper         16384  2 amdgpu,nvidia_drm
ttm                   118784  2 amdgpu,drm_ttm_helper
drm_exec               12288  1 amdgpu
gpu_sched              65536  2 amdxdna,amdgpu
drm_suballoc_helper    16384  1 amdgpu
video                  81920  3 nvidia_wmi_ec_backlight,amdgpu,nvidia_modeset
drm_panel_backlight_quirks    12288  1 amdgpu
drm_buddy              28672  1 amdgpu
drm_display_helper    278528  1 amdgpu
cec                    94208  2 drm_display_helper,amdgpu

lsmod | grep -i nvidia

nvidia_drm            143360  7
nvidia_modeset       2195456  26 nvidia_drm
nvidia_wmi_ec_backlight    12288  0
nvidia_uvm           4001792  0
nvidia              15876096  349 nvidia_uvm,nvidia_modeset
drm_ttm_helper         16384  2 amdgpu,nvidia_drm
video                  81920  3 nvidia_wmi_ec_backlight,amdgpu,nvidia_modeset

Should I just install Arch from scratch?  Is this happening because I ham-fistedly  tried to shoehorn one install into a whole new machine?

I should also mention that at first, the system complained about the nvidia driver; said kernel needed nvidia-open.  So, I replaced the proprietary with the open source version.  Does prime have issues with that?  It's just that on the Intel/nvidia system, the hybrid graphics actually worked.  What am I doing wrong?

Last edited by haigioli (2025-09-10 16:19:50)

Offline

#2 2025-09-10 08:57:28

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

Re: [SOLVED] Black screen on SDDM with AMD iGPU and nvidia dGPU

Should I just install Arch from scratch?

Not necessarily.

Here's my journalctl from the last boot:

That's more like an excerpt, also please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General cause w/

When I boot with discreet GPU, it works fine - I can log in graphically.  When I boot using hybrid graphics, I get a black screen.

it very much sounds like there's a stale xorg.conf enforcing the nvidia GPU.

But first:

amdgpu.modeset=1 nvidia_drm.modeset=0

The first is not a thing and the second not a good idea, so remove those.

Offline

#3 2025-09-10 11:40:13

haigioli
Member
Registered: 2018-09-06
Posts: 142

Re: [SOLVED] Black screen on SDDM with AMD iGPU and nvidia dGPU

Apologies for the incomplete log.  Here's the whole thing:

Sep 10 07:15:35 computer kernel: Linux version 6.16.5-arch1-1 (linux@archlinux) (gcc (GCC) 15.2.1 20250813, GNU ld (GNU Binutils) 2.45.0) #1 SMP PREEMPT_DYNAMIC Thu, 04 Sep 2025 23:18:13 +0000
Sep 10 07:15:35 computer kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=aa06cd66-4dd5-4f8a-8401-db73c0ad8fe8 rw loglevel=3 quiet
Sep 10 07:15:35 computer kernel: x86/split lock detection: #DB: warning on user-space bus_locks
Sep 10 07:15:35 computer kernel: BIOS-provided physical RAM map:
Sep 10 07:15:35 computer kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Sep 10 07:15:35 computer kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
Sep 10 07:15:35 computer kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009afffff] usable
Sep 10 07:15:35 computer kernel: BIOS-e820: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
Sep 10 07:15:35 computer kernel: BIOS-e820: [mem 0x0000000009e00000-0x0000000009efffff] usable
Sep 10 07:15:35 computer kernel: BIOS-e820: [mem 0x0000000009f00000-0x0000000009f3bfff] ACPI NVS
Sep 10 07:15:35 computer kernel: BIOS-e820: [mem 0x0000000009f3c000-0x0000000066b3afff] usable
Sep 10 07:15:35 computer kernel: BIOS-e820: [mem 0x0000000066b3b000-0x0000000066b43fff] ACPI data
Sep 10 07:15:35 computer kernel: BIOS-e820: [mem 0x0000000066b44000-0x000000006894dfff] usable
Sep 10 07:15:35 computer kernel: BIOS-e820: [mem 0x000000006894e000-0x000000006ab4dfff] reserved
Sep 10 07:15:35 computer kernel: BIOS-e820: [mem 0x000000006ab4e000-0x000000006ab66fff] usable
Sep 10 07:15:35 computer kernel: BIOS-e820: [mem 0x000000006ab67000-0x000000006ab6cfff] reserved
Sep 10 07:15:35 computer kernel: BIOS-e820: [mem 0x000000006ab6d000-0x000000006ab6efff] usable
Sep 10 07:15:35 computer kernel: BIOS-e820: [mem 0x000000006ab6f000-0x000000006ab6ffff] reserved
Sep 10 07:15:35 computer kernel: BIOS-e820: [mem 0x000000006ab70000-0x0000000076d7efff] usable
Sep 10 07:15:35 computer kernel: BIOS-e820: [mem 0x0000000076d7f000-0x000000007977efff] reserved
Sep 10 07:15:35 computer kernel: BIOS-e820: [mem 0x000000007977f000-0x0000000079f7efff] ACPI NVS
Sep 10 07:15:35 computer kernel: BIOS-e820: [mem 0x0000000079f7f000-0x0000000079ffefff] ACPI data
Sep 10 07:15:35 computer kernel: BIOS-e820: [mem 0x0000000079fff000-0x0000000079ffffff] usable
Sep 10 07:15:35 computer kernel: BIOS-e820: [mem 0x000000007a000000-0x000000007bffffff] reserved
Sep 10 07:15:35 computer kernel: BIOS-e820: [mem 0x000000007d675000-0x00000000ffffffff] reserved
Sep 10 07:15:35 computer kernel: BIOS-e820: [mem 0x0000000100000000-0x000000105e17ffff] usable
Sep 10 07:15:35 computer kernel: BIOS-e820: [mem 0x000000105e180000-0x00000010a01fffff] reserved
Sep 10 07:15:35 computer kernel: NX (Execute Disable) protection: active
Sep 10 07:15:35 computer kernel: APIC: Static calls initialized
Sep 10 07:15:35 computer kernel: efi: EFI v2.9 by INSYDE Corp.
Sep 10 07:15:35 computer kernel: efi: ACPI=0x79ffe000 ACPI 2.0=0x79ffe014 TPMFinalLog=0x79f3e000 SMBIOS=0x77e76000 SMBIOS 3.0=0x77e73000 MEMATTR=0x715c7018 ESRT=0x715d4e98 INITRD=0x6ab78918 RNG=0x79f82018 TPMEventLog=0x66b3b018
Sep 10 07:15:35 computer kernel: random: crng init done
Sep 10 07:15:35 computer kernel: efi: Remove mem69: MMIO range=[0x80000000-0xffffffff] (2048MB) from e820 map
Sep 10 07:15:35 computer kernel: e820: remove [mem 0x80000000-0xffffffff] reserved
Sep 10 07:15:35 computer kernel: efi: Remove mem71: MMIO range=[0x1080000000-0x10a01fffff] (514MB) from e820 map
Sep 10 07:15:35 computer kernel: e820: remove [mem 0x1080000000-0x10a01fffff] reserved
Sep 10 07:15:35 computer kernel: SMBIOS 3.3.0 present.
Sep 10 07:15:35 computer kernel: DMI: EUROCOM NightSky ARX516/V5xxKNx, BIOS 1.07.04eu 05/12/2025
Sep 10 07:15:35 computer kernel: DMI: Memory slots populated: 2/2
Sep 10 07:15:35 computer kernel: tsc: Fast TSC calibration using PIT
Sep 10 07:15:35 computer kernel: tsc: Detected 2000.088 MHz processor
Sep 10 07:15:35 computer kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Sep 10 07:15:35 computer kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Sep 10 07:15:35 computer kernel: last_pfn = 0x105e180 max_arch_pfn = 0x400000000
Sep 10 07:15:35 computer kernel: MTRR map: 8 entries (3 fixed + 5 variable; max 20), built from 9 variable MTRRs
Sep 10 07:15:35 computer kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
Sep 10 07:15:35 computer kernel: last_pfn = 0x7a000 max_arch_pfn = 0x400000000
Sep 10 07:15:35 computer kernel: esrt: Reserving ESRT space from 0x00000000715d4e98 to 0x00000000715d4f20.
Sep 10 07:15:35 computer kernel: e820: update [mem 0x715d4000-0x715d4fff] usable ==> reserved
Sep 10 07:15:35 computer kernel: Using GB pages for direct mapping
Sep 10 07:15:35 computer kernel: Secure boot disabled
Sep 10 07:15:35 computer kernel: RAMDISK: [mem 0x44b1e000-0x4ddccfff]
Sep 10 07:15:35 computer kernel: ACPI: Early table checksum verification disabled
Sep 10 07:15:35 computer kernel: ACPI: RSDP 0x0000000079FFE014 000024 (v02 INSYDE)
Sep 10 07:15:35 computer kernel: ACPI: XSDT 0x0000000079F97228 0001A4 (v01 INSYDE EDK2     00000001      01000013)
Sep 10 07:15:35 computer kernel: ACPI: FACP 0x0000000079FEE000 000114 (v06 INSYDE EDK2     00000001 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: DSDT 0x0000000079FD4000 014DFE (v02 INSYDE EDK2     00040000 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: FACS 0x0000000079E73000 000040
Sep 10 07:15:35 computer kernel: ACPI: UEFI 0x0000000079F66000 0001CF (v01 INSYDE EDK2     00000001 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: SSDT 0x0000000079FF4000 0083FE (v02 INSYDE EDK2     00000002 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: SSDT 0x0000000079FF3000 00077D (v02 INSYDE EDK2     00001000 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: TPM2 0x0000000079FF2000 00004C (v04 INSYDE EDK2     00000002 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: ASF! 0x0000000079FF0000 0000A5 (v32 INSYDE EDK2     00000001 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: BOOT 0x0000000079FEF000 000028 (v01 INSYDE EDK2     00000001 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: HPET 0x0000000079FED000 000038 (v01 INSYDE EDK2     00000001 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: MCFG 0x0000000079FEC000 00003C (v01 INSYDE EDK2     00000001 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: SLIC 0x0000000079FEB000 000176 (v01 INSYDE EDK2     00000001 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: APIC 0x0000000079FD3000 00012A (v06 INSYDE EDK2     00000002 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: SSDT 0x0000000079FCF000 00351F (v01 INSYDE EDK2     00001000 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: VFCT 0x0000000079FCA000 004484 (v01 INSYDE EDK2     00000001 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: SSDT 0x0000000079FC9000 00021A (v02 AMD    Hetero   00000001 INTL 20230628)
Sep 10 07:15:35 computer kernel: ACPI: PCCT 0x0000000079FC8000 0000D4 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: SSDT 0x0000000079FC0000 007EA6 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: ABLT 0x0000000079FBF000 0002C2 (v00 INSYDE EDK2     00000000 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: SSDT 0x0000000079FBE000 0000FA (v02 INSYDE EDK2     00001000 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: SSDT 0x0000000079FFD000 000FB6 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: SSDT 0x0000000079FBC000 000A70 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: SSDT 0x0000000079FBA000 001DB7 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: SSDT 0x0000000079FB8000 00169E (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: SSDT 0x0000000079FB5000 002AA6 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: SSDT 0x0000000079FB4000 000024 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: SSDT 0x0000000079FB2000 001C06 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: SSDT 0x0000000079FA8000 009A53 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: FPDT 0x0000000079FA7000 000044 (v01 INSYDE EDK2     00000002 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: WSMT 0x0000000079FA5000 000028 (v01 INSYDE EDK2     00000001 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: SSDT 0x0000000079FA2000 0023E0 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: SSDT 0x0000000079FEA000 00010D (v02 INSYDE EDK2     00000004 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: SSDT 0x0000000079FE9000 000051 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: IVRS 0x0000000079FA1000 0001F6 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: SSDT 0x0000000079FA0000 0009CD (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: SSDT 0x0000000079F9F000 000C1C (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: SSDT 0x0000000079F9E000 000C5D (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: SSDT 0x0000000079F9D000 0004FC (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: SSDT 0x0000000079F9B000 0017AD (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: SSDT 0x0000000079F9A000 000500 (v02 INSYDE EDK2     00000002 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: SSDT 0x0000000079F98000 00101C (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: SSDT 0x0000000079F8D000 00972B (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: SSDT 0x0000000079F88000 004608 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: SSDT 0x0000000079FBD000 000906 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: SSDT 0x0000000079F87000 000983 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: SSDT 0x0000000079F86000 00008D (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: SSDT 0x0000000079F85000 000509 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: SSDT 0x0000000079F84000 000F44 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: SSDT 0x0000000079F83000 000F5C (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: BGRT 0x0000000079FA6000 000038 (v01 INSYDE EDK2     00000002 ACPI 00040000)
Sep 10 07:15:35 computer kernel: ACPI: Reserving FACP table memory at [mem 0x79fee000-0x79fee113]
Sep 10 07:15:35 computer kernel: ACPI: Reserving DSDT table memory at [mem 0x79fd4000-0x79fe8dfd]
Sep 10 07:15:35 computer kernel: ACPI: Reserving FACS table memory at [mem 0x79e73000-0x79e7303f]
Sep 10 07:15:35 computer kernel: ACPI: Reserving UEFI table memory at [mem 0x79f66000-0x79f661ce]
Sep 10 07:15:35 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79ff4000-0x79ffc3fd]
Sep 10 07:15:35 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79ff3000-0x79ff377c]
Sep 10 07:15:35 computer kernel: ACPI: Reserving TPM2 table memory at [mem 0x79ff2000-0x79ff204b]
Sep 10 07:15:35 computer kernel: ACPI: Reserving ASF! table memory at [mem 0x79ff0000-0x79ff00a4]
Sep 10 07:15:35 computer kernel: ACPI: Reserving BOOT table memory at [mem 0x79fef000-0x79fef027]
Sep 10 07:15:35 computer kernel: ACPI: Reserving HPET table memory at [mem 0x79fed000-0x79fed037]
Sep 10 07:15:35 computer kernel: ACPI: Reserving MCFG table memory at [mem 0x79fec000-0x79fec03b]
Sep 10 07:15:35 computer kernel: ACPI: Reserving SLIC table memory at [mem 0x79feb000-0x79feb175]
Sep 10 07:15:35 computer kernel: ACPI: Reserving APIC table memory at [mem 0x79fd3000-0x79fd3129]
Sep 10 07:15:35 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79fcf000-0x79fd251e]
Sep 10 07:15:35 computer kernel: ACPI: Reserving VFCT table memory at [mem 0x79fca000-0x79fce483]
Sep 10 07:15:35 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79fc9000-0x79fc9219]
Sep 10 07:15:35 computer kernel: ACPI: Reserving PCCT table memory at [mem 0x79fc8000-0x79fc80d3]
Sep 10 07:15:35 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79fc0000-0x79fc7ea5]
Sep 10 07:15:35 computer kernel: ACPI: Reserving ABLT table memory at [mem 0x79fbf000-0x79fbf2c1]
Sep 10 07:15:35 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79fbe000-0x79fbe0f9]
Sep 10 07:15:35 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79ffd000-0x79ffdfb5]
Sep 10 07:15:35 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79fbc000-0x79fbca6f]
Sep 10 07:15:35 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79fba000-0x79fbbdb6]
Sep 10 07:15:35 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79fb8000-0x79fb969d]
Sep 10 07:15:35 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79fb5000-0x79fb7aa5]
Sep 10 07:15:35 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79fb4000-0x79fb4023]
Sep 10 07:15:35 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79fb2000-0x79fb3c05]
Sep 10 07:15:35 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79fa8000-0x79fb1a52]
Sep 10 07:15:35 computer kernel: ACPI: Reserving FPDT table memory at [mem 0x79fa7000-0x79fa7043]
Sep 10 07:15:35 computer kernel: ACPI: Reserving WSMT table memory at [mem 0x79fa5000-0x79fa5027]
Sep 10 07:15:35 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79fa2000-0x79fa43df]
Sep 10 07:15:35 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79fea000-0x79fea10c]
Sep 10 07:15:35 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79fe9000-0x79fe9050]
Sep 10 07:15:35 computer kernel: ACPI: Reserving IVRS table memory at [mem 0x79fa1000-0x79fa11f5]
Sep 10 07:15:35 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79fa0000-0x79fa09cc]
Sep 10 07:15:35 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79f9f000-0x79f9fc1b]
Sep 10 07:15:35 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79f9e000-0x79f9ec5c]
Sep 10 07:15:35 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79f9d000-0x79f9d4fb]
Sep 10 07:15:35 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79f9b000-0x79f9c7ac]
Sep 10 07:15:35 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79f9a000-0x79f9a4ff]
Sep 10 07:15:35 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79f98000-0x79f9901b]
Sep 10 07:15:35 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79f8d000-0x79f9672a]
Sep 10 07:15:35 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79f88000-0x79f8c607]
Sep 10 07:15:35 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79fbd000-0x79fbd905]
Sep 10 07:15:35 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79f87000-0x79f87982]
Sep 10 07:15:35 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79f86000-0x79f8608c]
Sep 10 07:15:35 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79f85000-0x79f85508]
Sep 10 07:15:35 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79f84000-0x79f84f43]
Sep 10 07:15:35 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79f83000-0x79f83f5b]
Sep 10 07:15:35 computer kernel: ACPI: Reserving BGRT table memory at [mem 0x79fa6000-0x79fa6037]
Sep 10 07:15:35 computer kernel: No NUMA configuration found
Sep 10 07:15:35 computer kernel: Faking a node at [mem 0x0000000000000000-0x000000105e17ffff]
Sep 10 07:15:35 computer kernel: NODE_DATA(0) allocated [mem 0x105e155280-0x105e17ffff]
Sep 10 07:15:35 computer kernel: Zone ranges:
Sep 10 07:15:35 computer kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Sep 10 07:15:35 computer kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Sep 10 07:15:35 computer kernel:   Normal   [mem 0x0000000100000000-0x000000105e17ffff]
Sep 10 07:15:35 computer kernel:   Device   empty
Sep 10 07:15:35 computer kernel: Movable zone start for each node
Sep 10 07:15:35 computer kernel: Early memory node ranges
Sep 10 07:15:35 computer kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Sep 10 07:15:35 computer kernel:   node   0: [mem 0x0000000000100000-0x0000000009afffff]
Sep 10 07:15:35 computer kernel:   node   0: [mem 0x0000000009e00000-0x0000000009efffff]
Sep 10 07:15:35 computer kernel:   node   0: [mem 0x0000000009f3c000-0x0000000066b3afff]
Sep 10 07:15:35 computer kernel:   node   0: [mem 0x0000000066b44000-0x000000006894dfff]
Sep 10 07:15:35 computer kernel:   node   0: [mem 0x000000006ab4e000-0x000000006ab66fff]
Sep 10 07:15:35 computer kernel:   node   0: [mem 0x000000006ab6d000-0x000000006ab6efff]
Sep 10 07:15:35 computer kernel:   node   0: [mem 0x000000006ab70000-0x0000000076d7efff]
Sep 10 07:15:35 computer kernel:   node   0: [mem 0x0000000079fff000-0x0000000079ffffff]
Sep 10 07:15:35 computer kernel:   node   0: [mem 0x0000000100000000-0x000000105e17ffff]
Sep 10 07:15:35 computer kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000105e17ffff]
Sep 10 07:15:35 computer kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Sep 10 07:15:35 computer kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Sep 10 07:15:35 computer kernel: On node 0, zone DMA32: 768 pages in unavailable ranges
Sep 10 07:15:35 computer kernel: On node 0, zone DMA32: 60 pages in unavailable ranges
Sep 10 07:15:35 computer kernel: On node 0, zone DMA32: 9 pages in unavailable ranges
Sep 10 07:15:35 computer kernel: On node 0, zone DMA32: 8704 pages in unavailable ranges
Sep 10 07:15:35 computer kernel: On node 0, zone DMA32: 6 pages in unavailable ranges
Sep 10 07:15:35 computer kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Sep 10 07:15:35 computer kernel: On node 0, zone DMA32: 12928 pages in unavailable ranges
Sep 10 07:15:35 computer kernel: On node 0, zone Normal: 24576 pages in unavailable ranges
Sep 10 07:15:35 computer kernel: On node 0, zone Normal: 7808 pages in unavailable ranges
Sep 10 07:15:35 computer kernel: ACPI: PM-Timer IO Port: 0x408
Sep 10 07:15:35 computer kernel: ACPI: X2APIC_NMI (uid[0xffffffff] high level lint[0x1])
Sep 10 07:15:35 computer kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
Sep 10 07:15:35 computer kernel: IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
Sep 10 07:15:35 computer kernel: IOAPIC[1]: apic_id 34, version 33, address 0xfd280000, GSI 24-55
Sep 10 07:15:35 computer kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Sep 10 07:15:35 computer kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Sep 10 07:15:35 computer kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Sep 10 07:15:35 computer kernel: ACPI: HPET id: 0x10228201 base: 0xfed00000
Sep 10 07:15:35 computer kernel: e820: update [mem 0x7145f000-0x715befff] usable ==> reserved
Sep 10 07:15:35 computer kernel: CPU topo: Max. logical packages:   1
Sep 10 07:15:35 computer kernel: CPU topo: Max. logical dies:       1
Sep 10 07:15:35 computer kernel: CPU topo: Max. dies per package:   1
Sep 10 07:15:35 computer kernel: CPU topo: Max. threads per core:   2
Sep 10 07:15:35 computer kernel: CPU topo: Num. cores per package:    12
Sep 10 07:15:35 computer kernel: CPU topo: Num. threads per package:  24
Sep 10 07:15:35 computer kernel: CPU topo: Allowing 24 present CPUs plus 0 hotplug CPUs
Sep 10 07:15:35 computer kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Sep 10 07:15:35 computer kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
Sep 10 07:15:35 computer kernel: PM: hibernation: Registered nosave memory: [mem 0x09b00000-0x09dfffff]
Sep 10 07:15:35 computer kernel: PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f3bfff]
Sep 10 07:15:35 computer kernel: PM: hibernation: Registered nosave memory: [mem 0x66b3b000-0x66b43fff]
Sep 10 07:15:35 computer kernel: PM: hibernation: Registered nosave memory: [mem 0x6894e000-0x6ab4dfff]
Sep 10 07:15:35 computer kernel: PM: hibernation: Registered nosave memory: [mem 0x6ab67000-0x6ab6cfff]
Sep 10 07:15:35 computer kernel: PM: hibernation: Registered nosave memory: [mem 0x6ab6f000-0x6ab6ffff]
Sep 10 07:15:35 computer kernel: PM: hibernation: Registered nosave memory: [mem 0x7145f000-0x715befff]
Sep 10 07:15:35 computer kernel: PM: hibernation: Registered nosave memory: [mem 0x715d4000-0x715d4fff]
Sep 10 07:15:35 computer kernel: PM: hibernation: Registered nosave memory: [mem 0x76d7f000-0x79ffefff]
Sep 10 07:15:35 computer kernel: PM: hibernation: Registered nosave memory: [mem 0x7a000000-0xffffffff]
Sep 10 07:15:35 computer kernel: [mem 0x80000000-0xffffffff] available for PCI devices
Sep 10 07:15:35 computer kernel: Booting paravirtualized kernel on bare hardware
Sep 10 07:15:35 computer kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
Sep 10 07:15:35 computer kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:24 nr_cpu_ids:24 nr_node_ids:1
Sep 10 07:15:35 computer kernel: percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u262144
Sep 10 07:15:35 computer kernel: pcpu-alloc: s217088 r8192 d28672 u262144 alloc=1*2097152
Sep 10 07:15:35 computer kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
Sep 10 07:15:35 computer kernel: pcpu-alloc: [0] 16 17 18 19 20 21 22 23
Sep 10 07:15:35 computer kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=aa06cd66-4dd5-4f8a-8401-db73c0ad8fe8 rw loglevel=3 quiet
Sep 10 07:15:35 computer kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
Sep 10 07:15:35 computer kernel: printk: log_buf_len individual max cpu contribution: 4096 bytes
Sep 10 07:15:35 computer kernel: printk: log_buf_len total cpu_extra contributions: 94208 bytes
Sep 10 07:15:35 computer kernel: printk: log_buf_len min size: 131072 bytes
Sep 10 07:15:35 computer kernel: printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes
Sep 10 07:15:35 computer kernel: printk: early log buf free: 113952(86%)
Sep 10 07:15:35 computer kernel: Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
Sep 10 07:15:35 computer kernel: Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Sep 10 07:15:35 computer kernel: software IO TLB: area num 32.
Sep 10 07:15:35 computer kernel: Fallback order for Node 0: 0
Sep 10 07:15:35 computer kernel: Built 1 zonelists, mobility grouping on.  Total pages: 16591186
Sep 10 07:15:35 computer kernel: Policy zone: Normal
Sep 10 07:15:35 computer kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Sep 10 07:15:35 computer kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=24, Nodes=1
Sep 10 07:15:35 computer kernel: ftrace: allocating 56052 entries in 220 pages
Sep 10 07:15:35 computer kernel: ftrace: allocated 220 pages with 5 groups
Sep 10 07:15:35 computer kernel: Dynamic Preempt: full
Sep 10 07:15:35 computer kernel: rcu: Preemptible hierarchical RCU implementation.
Sep 10 07:15:35 computer kernel: rcu:         RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=24.
Sep 10 07:15:35 computer kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Sep 10 07:15:35 computer kernel:         Trampoline variant of Tasks RCU enabled.
Sep 10 07:15:35 computer kernel:         Rude variant of Tasks RCU enabled.
Sep 10 07:15:35 computer kernel:         Tracing variant of Tasks RCU enabled.
Sep 10 07:15:35 computer kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Sep 10 07:15:35 computer kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=24
Sep 10 07:15:35 computer kernel: RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=24.
Sep 10 07:15:35 computer kernel: RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=24.
Sep 10 07:15:35 computer kernel: RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=24.
Sep 10 07:15:35 computer kernel: NR_IRQS: 524544, nr_irqs: 1160, preallocated irqs: 16
Sep 10 07:15:35 computer kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Sep 10 07:15:35 computer kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Sep 10 07:15:35 computer kernel: Console: colour dummy device 80x25
Sep 10 07:15:35 computer kernel: printk: legacy console [tty0] enabled
Sep 10 07:15:35 computer kernel: ACPI: Core revision 20250404
Sep 10 07:15:35 computer kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Sep 10 07:15:35 computer kernel: APIC: Switch to symmetric I/O mode setup
Sep 10 07:15:35 computer kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:ID00, rdevid:0xa0
Sep 10 07:15:35 computer kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:ID01, rdevid:0xa0
Sep 10 07:15:35 computer kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:ID02, rdevid:0xa0
Sep 10 07:15:35 computer kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:ID03, rdevid:0x98
Sep 10 07:15:35 computer kernel: AMD-Vi: ivrs, add hid:MSFT0201, uid:1, rdevid:0x60
Sep 10 07:15:35 computer kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:ID04, rdevid:0x98
Sep 10 07:15:35 computer kernel: AMD-Vi: Using global IVHD EFR:0x246577efa2254afa, EFR2:0x10
Sep 10 07:15:35 computer kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Sep 10 07:15:35 computer kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1cd4814bf70, max_idle_ns: 440795232978 ns
Sep 10 07:15:35 computer kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4000.17 BogoMIPS (lpj=2000088)
Sep 10 07:15:35 computer kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Sep 10 07:15:35 computer kernel: LVT offset 1 assigned for vector 0xf9
Sep 10 07:15:35 computer kernel: LVT offset 2 assigned for vector 0xf4
Sep 10 07:15:35 computer kernel: Last level iTLB entries: 4KB 64, 2MB 64, 4MB 32
Sep 10 07:15:35 computer kernel: Last level dTLB entries: 4KB 128, 2MB 128, 4MB 64, 1GB 0
Sep 10 07:15:35 computer kernel: process: using mwait in idle threads
Sep 10 07:15:35 computer kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Sep 10 07:15:35 computer kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Sep 10 07:15:35 computer kernel: Spectre V2 : User space: Mitigation: STIBP always-on protection
Sep 10 07:15:35 computer kernel: Speculative Return Stack Overflow: Mitigation: IBPB on VMEXIT only
Sep 10 07:15:35 computer kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Sep 10 07:15:35 computer kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Sep 10 07:15:35 computer kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Sep 10 07:15:35 computer kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Sep 10 07:15:35 computer kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Sep 10 07:15:35 computer kernel: x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
Sep 10 07:15:35 computer kernel: x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
Sep 10 07:15:35 computer kernel: x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
Sep 10 07:15:35 computer kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Sep 10 07:15:35 computer kernel: x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
Sep 10 07:15:35 computer kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Sep 10 07:15:35 computer kernel: x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64
Sep 10 07:15:35 computer kernel: x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
Sep 10 07:15:35 computer kernel: x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
Sep 10 07:15:35 computer kernel: x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]:    8
Sep 10 07:15:35 computer kernel: x86/fpu: xstate_offset[11]: 2440, xstate_sizes[11]:   16
Sep 10 07:15:35 computer kernel: x86/fpu: Enabled xstate features 0xae7, context size is 2456 bytes, using 'compacted' format.
Sep 10 07:15:35 computer kernel: Freeing SMP alternatives memory: 56K
Sep 10 07:15:35 computer kernel: pid_max: default: 32768 minimum: 301
Sep 10 07:15:35 computer kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Sep 10 07:15:35 computer kernel: landlock: Up and running.
Sep 10 07:15:35 computer kernel: Yama: becoming mindful.
Sep 10 07:15:35 computer kernel: LSM support for eBPF active
Sep 10 07:15:35 computer kernel: Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Sep 10 07:15:35 computer kernel: Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Sep 10 07:15:35 computer kernel: smpboot: CPU0: AMD Ryzen AI 9 HX 370 w/ Radeon 890M (family: 0x1a, model: 0x24, stepping: 0x0)
Sep 10 07:15:35 computer kernel: Performance Events: Fam17h+ 16-deep LBR, core perfctr, AMD PMU driver.
Sep 10 07:15:35 computer kernel: ... version:                2
Sep 10 07:15:35 computer kernel: ... bit width:              48
Sep 10 07:15:35 computer kernel: ... generic registers:      6
Sep 10 07:15:35 computer kernel: ... value mask:             0000ffffffffffff
Sep 10 07:15:35 computer kernel: ... max period:             00007fffffffffff
Sep 10 07:15:35 computer kernel: ... fixed-purpose events:   0
Sep 10 07:15:35 computer kernel: ... event mask:             000000000000003f
Sep 10 07:15:35 computer kernel: signal: max sigframe size: 3376
Sep 10 07:15:35 computer kernel: rcu: Hierarchical SRCU implementation.
Sep 10 07:15:35 computer kernel: rcu:         Max phase no-delay instances is 400.
Sep 10 07:15:35 computer kernel: Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
Sep 10 07:15:35 computer kernel: MCE: In-kernel MCE decoding enabled.
Sep 10 07:15:35 computer kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Sep 10 07:15:35 computer kernel: smp: Bringing up secondary CPUs ...
Sep 10 07:15:35 computer kernel: smpboot: x86: Booting SMP configuration:
Sep 10 07:15:35 computer kernel: .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15 #16 #17 #18 #19 #20 #21 #22 #23
Sep 10 07:15:35 computer kernel: Spectre V2 : Update user space SMT mitigation: STIBP always-on
Sep 10 07:15:35 computer kernel: smp: Brought up 1 node, 24 CPUs
Sep 10 07:15:35 computer kernel: smpboot: Total of 24 processors activated (96004.22 BogoMIPS)
Sep 10 07:15:35 computer kernel: Memory: 64906132K/66364744K available (19860K kernel code, 2942K rwdata, 16656K rodata, 4664K init, 4952K bss, 1424688K reserved, 0K cma-reserved)
Sep 10 07:15:35 computer kernel: devtmpfs: initialized
Sep 10 07:15:35 computer kernel: x86/mm: Memory block size: 2048MB
Sep 10 07:15:35 computer kernel: ACPI: PM: Registering ACPI NVS region [mem 0x09f00000-0x09f3bfff] (245760 bytes)
Sep 10 07:15:35 computer kernel: ACPI: PM: Registering ACPI NVS region [mem 0x7977f000-0x79f7efff] (8388608 bytes)
Sep 10 07:15:35 computer kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Sep 10 07:15:35 computer kernel: posixtimers hash table entries: 16384 (order: 6, 262144 bytes, linear)
Sep 10 07:15:35 computer kernel: futex hash table entries: 8192 (524288 bytes on 1 NUMA nodes, total 512 KiB, linear).
Sep 10 07:15:35 computer kernel: pinctrl core: initialized pinctrl subsystem
Sep 10 07:15:35 computer kernel: PM: RTC time: 11:15:30, date: 2025-09-10
Sep 10 07:15:35 computer kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Sep 10 07:15:35 computer kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Sep 10 07:15:35 computer kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Sep 10 07:15:35 computer kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Sep 10 07:15:35 computer kernel: audit: initializing netlink subsys (disabled)
Sep 10 07:15:35 computer kernel: audit: type=2000 audit(1757502930.000:1): state=initialized audit_enabled=0 res=1
Sep 10 07:15:35 computer kernel: thermal_sys: Registered thermal governor 'fair_share'
Sep 10 07:15:35 computer kernel: thermal_sys: Registered thermal governor 'bang_bang'
Sep 10 07:15:35 computer kernel: thermal_sys: Registered thermal governor 'step_wise'
Sep 10 07:15:35 computer kernel: thermal_sys: Registered thermal governor 'user_space'
Sep 10 07:15:35 computer kernel: thermal_sys: Registered thermal governor 'power_allocator'
Sep 10 07:15:35 computer kernel: cpuidle: using governor ladder
Sep 10 07:15:35 computer kernel: cpuidle: using governor menu
Sep 10 07:15:35 computer kernel: Detected 1 PCC Subspaces
Sep 10 07:15:35 computer kernel: Registering PCC driver as Mailbox controller
Sep 10 07:15:35 computer kernel: Simple Boot Flag at 0x44 set to 0x1
Sep 10 07:15:35 computer kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Sep 10 07:15:35 computer kernel: PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
Sep 10 07:15:35 computer kernel: PCI: Using configuration type 1 for base access
Sep 10 07:15:35 computer kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Sep 10 07:15:35 computer kernel: HugeTLB: allocation took 0ms with hugepage_allocation_threads=6
Sep 10 07:15:35 computer kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Sep 10 07:15:35 computer kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Sep 10 07:15:35 computer kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Sep 10 07:15:35 computer kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Sep 10 07:15:35 computer kernel: raid6: skipped pq benchmark and selected avx512x4
Sep 10 07:15:35 computer kernel: raid6: using avx512x2 recovery algorithm
Sep 10 07:15:35 computer kernel: ACPI: Added _OSI(Module Device)
Sep 10 07:15:35 computer kernel: ACPI: Added _OSI(Processor Device)
Sep 10 07:15:35 computer kernel: ACPI: Added _OSI(Processor Aggregator Device)
Sep 10 07:15:35 computer kernel: ACPI: 33 ACPI AML tables successfully acquired and loaded
Sep 10 07:15:35 computer kernel: ACPI: USB4 _OSC: OS supports USB3+ DisplayPort+ PCIe+ XDomain+
Sep 10 07:15:35 computer kernel: ACPI: USB4 _OSC: OS controls USB3+ DisplayPort+ PCIe+ XDomain+
Sep 10 07:15:35 computer kernel: ACPI: EC: EC started
Sep 10 07:15:35 computer kernel: ACPI: EC: interrupt blocked
Sep 10 07:15:35 computer kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Sep 10 07:15:35 computer kernel: ACPI: \_SB_.PCI0.LPC0.EC__: Boot DSDT EC used to handle transactions
Sep 10 07:15:35 computer kernel: ACPI: Interpreter enabled
Sep 10 07:15:35 computer kernel: ACPI: PM: (supports S0 S4 S5)
Sep 10 07:15:35 computer kernel: ACPI: Using IOAPIC for interrupt routing
Sep 10 07:15:35 computer kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Sep 10 07:15:35 computer kernel: PCI: Ignoring E820 reservations for host bridge windows
Sep 10 07:15:35 computer kernel: ACPI: Enabled 3 GPEs in block 00 to 1F
Sep 10 07:15:35 computer kernel: ACPI: \_SB_.PCI0.GPP0.PWRS: New power resource
Sep 10 07:15:35 computer kernel: ACPI: \_SB_.PCI0.GPP0.SWUS.PWRS: New power resource
Sep 10 07:15:35 computer kernel: ACPI: \_SB_.PCI0.GPP1.PWRS: New power resource
Sep 10 07:15:35 computer kernel: ACPI: \_SB_.PCI0.GPP1.SWUS.PWRS: New power resource
Sep 10 07:15:35 computer kernel: ACPI: \_SB_.PCI0.GPP4.PWSR: New power resource
Sep 10 07:15:35 computer kernel: ACPI: \_SB_.PCI0.GPP5.PWSR: New power resource
Sep 10 07:15:35 computer kernel: ACPI: \_SB_.PCI0.GPP7.P0NV: New power resource
Sep 10 07:15:35 computer kernel: ACPI: \_SB_.PCI0.GPP9.PG00: New power resource
Sep 10 07:15:35 computer kernel: ACPI: \_SB_.PCI0.GPPA.PWRS: New power resource
Sep 10 07:15:35 computer kernel: ACPI: \_SB_.PCI0.GPPA.VGA_.PWRS: New power resource
Sep 10 07:15:35 computer kernel: ACPI: \_SB_.PCI0.GPPA.ACP_.PWRS: New power resource
Sep 10 07:15:35 computer kernel: ACPI: \_SB_.PCI0.GPPA.AZAL.PWRS: New power resource
Sep 10 07:15:35 computer kernel: ACPI: \_SB_.PCI0.GPPA.HDAU.PWRS: New power resource
Sep 10 07:15:35 computer kernel: ACPI: \_SB_.PCI0.GPPA.XHC1.PWRS: New power resource
Sep 10 07:15:35 computer kernel: ACPI: \_SB_.PCI0.GPPC.XHC0.PWRS: New power resource
Sep 10 07:15:35 computer kernel: ACPI: \_SB_.PCI0.GPPC.XHC3.PWRS: New power resource
Sep 10 07:15:35 computer kernel: ACPI: \_SB_.PCI0.GPPC.XHC4.PWRS: New power resource
Sep 10 07:15:35 computer kernel: ACPI: \_SB_.PCI0.GPPC.NHI0.PWRS: New power resource
Sep 10 07:15:35 computer kernel: ACPI: \_SB_.PCI0.GPPC.NHI1.PWRS: New power resource
Sep 10 07:15:35 computer kernel: ACPI: \_SB_.PCI0.LPC0.EC__.FN10: New power resource
Sep 10 07:15:35 computer kernel: ACPI: \_SB_.PCI0.LPC0.EC__.FN11: New power resource
Sep 10 07:15:35 computer kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Sep 10 07:15:35 computer kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Sep 10 07:15:35 computer kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug AER]
Sep 10 07:15:35 computer kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR DPC]
Sep 10 07:15:35 computer kernel: PCI host bridge to bus 0000:00
Sep 10 07:15:35 computer kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Sep 10 07:15:35 computer kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xfeff window]
Sep 10 07:15:35 computer kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Sep 10 07:15:35 computer kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000cffff window]
Sep 10 07:15:35 computer kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000effff window]
Sep 10 07:15:35 computer kernel: pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
Sep 10 07:15:35 computer kernel: pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfcffffff window]
Sep 10 07:15:35 computer kernel: pci_bus 0000:00: root bus resource [mem 0xfec00000-0xfec01fff window]
Sep 10 07:15:35 computer kernel: pci_bus 0000:00: root bus resource [mem 0xfed45000-0xfed811ff window]
Sep 10 07:15:35 computer kernel: pci_bus 0000:00: root bus resource [mem 0xfed81900-0xfed81fff window]
Sep 10 07:15:35 computer kernel: pci_bus 0000:00: root bus resource [mem 0xfedc0000-0xfedc0fff window]
Sep 10 07:15:35 computer kernel: pci_bus 0000:00: root bus resource [mem 0xfedc6000-0xfedc6fff window]
Sep 10 07:15:35 computer kernel: pci_bus 0000:00: root bus resource [mem 0xfee01000-0xffffffff window]
Sep 10 07:15:35 computer kernel: pci_bus 0000:00: root bus resource [mem 0x10a0200000-0x893fffffff window]
Sep 10 07:15:35 computer kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Sep 10 07:15:35 computer kernel: pci 0000:00:00.0: [1022:1507] type 00 class 0x060000 conventional PCI endpoint
Sep 10 07:15:35 computer kernel: pci 0000:00:00.2: [1022:1508] type 00 class 0x080600 conventional PCI endpoint
Sep 10 07:15:35 computer kernel: pci 0000:00:01.0: [1022:1509] type 00 class 0x060000 conventional PCI endpoint
Sep 10 07:15:35 computer kernel: pci 0000:00:01.1: [1022:150a] type 01 class 0x060400 PCIe Root Port
Sep 10 07:15:35 computer kernel: pci 0000:00:01.1: PCI bridge to [bus 01-5f]
Sep 10 07:15:35 computer kernel: pci 0000:00:01.1:   bridge window [io  0x8000-0xbfff]
Sep 10 07:15:35 computer kernel: pci 0000:00:01.1:   bridge window [mem 0xa0000000-0xb7ffffff]
Sep 10 07:15:35 computer kernel: pci 0000:00:01.1:   bridge window [mem 0x3800000000-0x57ffffffff 64bit pref]
Sep 10 07:15:35 computer kernel: pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
Sep 10 07:15:35 computer kernel: pci 0000:00:01.2: [1022:150a] type 01 class 0x060400 PCIe Root Port
Sep 10 07:15:35 computer kernel: pci 0000:00:01.2: PCI bridge to [bus 60-be]
Sep 10 07:15:35 computer kernel: pci 0000:00:01.2:   bridge window [io  0x4000-0x7fff]
Sep 10 07:15:35 computer kernel: pci 0000:00:01.2:   bridge window [mem 0x88000000-0x9fffffff]
Sep 10 07:15:35 computer kernel: pci 0000:00:01.2:   bridge window [mem 0x1800000000-0x37ffffffff 64bit pref]
Sep 10 07:15:35 computer kernel: pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
Sep 10 07:15:35 computer kernel: pci 0000:00:02.0: [1022:1509] type 00 class 0x060000 conventional PCI endpoint
Sep 10 07:15:35 computer kernel: pci 0000:00:02.2: [1022:150b] type 01 class 0x060400 PCIe Root Port
Sep 10 07:15:35 computer kernel: pci 0000:00:02.2: PCI bridge to [bus bf]
Sep 10 07:15:35 computer kernel: pci 0000:00:02.2:   bridge window [mem 0x84e00000-0x84efffff]
Sep 10 07:15:35 computer kernel: pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
Sep 10 07:15:35 computer kernel: pci 0000:00:02.3: [1022:150b] type 01 class 0x060400 PCIe Root Port
Sep 10 07:15:35 computer kernel: pci 0000:00:02.3: PCI bridge to [bus c0]
Sep 10 07:15:35 computer kernel: pci 0000:00:02.3:   bridge window [io  0x3000-0x3fff]
Sep 10 07:15:35 computer kernel: pci 0000:00:02.3:   bridge window [mem 0x84d00000-0x84dfffff]
Sep 10 07:15:35 computer kernel: pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
Sep 10 07:15:35 computer kernel: pci 0000:00:02.5: [1022:150b] type 01 class 0x060400 PCIe Root Port
Sep 10 07:15:35 computer kernel: pci 0000:00:02.5: PCI bridge to [bus c1]
Sep 10 07:15:35 computer kernel: pci 0000:00:02.5:   bridge window [mem 0x84100000-0x841fffff]
Sep 10 07:15:35 computer kernel: pci 0000:00:02.5: PME# supported from D0 D3hot D3cold
Sep 10 07:15:35 computer kernel: pci 0000:00:03.0: [1022:1509] type 00 class 0x060000 conventional PCI endpoint
Sep 10 07:15:35 computer kernel: pci 0000:00:03.1: [1022:150b] type 01 class 0x060400 PCIe Root Port
Sep 10 07:15:35 computer kernel: pci 0000:00:03.1: PCI bridge to [bus c2]
Sep 10 07:15:35 computer kernel: pci 0000:00:03.1:   bridge window [io  0x2000-0x2fff]
Sep 10 07:15:35 computer kernel: pci 0000:00:03.1:   bridge window [mem 0x80000000-0x840fffff]
Sep 10 07:15:35 computer kernel: pci 0000:00:03.1:   bridge window [mem 0x5800000000-0x5a01ffffff 64bit pref]
Sep 10 07:15:35 computer kernel: pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
Sep 10 07:15:35 computer kernel: pci 0000:00:08.0: [1022:1509] type 00 class 0x060000 conventional PCI endpoint
Sep 10 07:15:35 computer kernel: pci 0000:00:08.1: [1022:150c] type 01 class 0x060400 PCIe Root Port
Sep 10 07:15:35 computer kernel: pci 0000:00:08.1: PCI bridge to [bus c3]
Sep 10 07:15:35 computer kernel: pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
Sep 10 07:15:35 computer kernel: pci 0000:00:08.1:   bridge window [mem 0x84200000-0x846fffff]
Sep 10 07:15:35 computer kernel: pci 0000:00:08.1:   bridge window [mem 0x5a10000000-0x5a207fffff 64bit pref]
Sep 10 07:15:35 computer kernel: pci 0000:00:08.1: enabling Extended Tags
Sep 10 07:15:35 computer kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Sep 10 07:15:35 computer kernel: pci 0000:00:08.2: [1022:150c] type 01 class 0x060400 PCIe Root Port
Sep 10 07:15:35 computer kernel: pci 0000:00:08.2: PCI bridge to [bus c4]
Sep 10 07:15:35 computer kernel: pci 0000:00:08.2:   bridge window [mem 0x84b00000-0x84cfffff]
Sep 10 07:15:35 computer kernel: pci 0000:00:08.2:   bridge window [mem 0x5a02000000-0x5a020fffff 64bit pref]
Sep 10 07:15:35 computer kernel: pci 0000:00:08.2: enabling Extended Tags
Sep 10 07:15:35 computer kernel: pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
Sep 10 07:15:35 computer kernel: pci 0000:00:08.3: [1022:150c] type 01 class 0x060400 PCIe Root Port
Sep 10 07:15:35 computer kernel: pci 0000:00:08.3: PCI bridge to [bus c5]
Sep 10 07:15:35 computer kernel: pci 0000:00:08.3:   bridge window [mem 0x84700000-0x84afffff]
Sep 10 07:15:35 computer kernel: pci 0000:00:08.3: enabling Extended Tags
Sep 10 07:15:35 computer kernel: pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
Sep 10 07:15:35 computer kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
Sep 10 07:15:35 computer kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
Sep 10 07:15:35 computer kernel: pci 0000:00:18.0: [1022:16f8] type 00 class 0x060000 conventional PCI endpoint
Sep 10 07:15:35 computer kernel: pci 0000:00:18.1: [1022:16f9] type 00 class 0x060000 conventional PCI endpoint
Sep 10 07:15:35 computer kernel: pci 0000:00:18.2: [1022:16fa] type 00 class 0x060000 conventional PCI endpoint
Sep 10 07:15:35 computer kernel: pci 0000:00:18.3: [1022:16fb] type 00 class 0x060000 conventional PCI endpoint
Sep 10 07:15:35 computer kernel: pci 0000:00:18.4: [1022:16fc] type 00 class 0x060000 conventional PCI endpoint
Sep 10 07:15:35 computer kernel: pci 0000:00:18.5: [1022:16fd] type 00 class 0x060000 conventional PCI endpoint
Sep 10 07:15:35 computer kernel: pci 0000:00:18.6: [1022:16fe] type 00 class 0x060000 conventional PCI endpoint
Sep 10 07:15:35 computer kernel: pci 0000:00:18.7: [1022:16ff] type 00 class 0x060000 conventional PCI endpoint
Sep 10 07:15:35 computer kernel: pci 0000:00:01.1: PCI bridge to [bus 01-5f]
Sep 10 07:15:35 computer kernel: pci 0000:00:01.2: PCI bridge to [bus 60-be]
Sep 10 07:15:35 computer kernel: pci 0000:bf:00.0: [8086:2725] type 00 class 0x028000 PCIe Endpoint
Sep 10 07:15:35 computer kernel: pci 0000:bf:00.0: BAR 0 [mem 0x84e00000-0x84e03fff 64bit]
Sep 10 07:15:35 computer kernel: pci 0000:bf:00.0: PME# supported from D0 D3hot D3cold
Sep 10 07:15:35 computer kernel: pci 0000:00:02.2: PCI bridge to [bus bf]
Sep 10 07:15:35 computer kernel: pci 0000:c0:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
Sep 10 07:15:35 computer kernel: pci 0000:c0:00.0: BAR 0 [io  0x3000-0x30ff]
Sep 10 07:15:35 computer kernel: pci 0000:c0:00.0: BAR 2 [mem 0x84d04000-0x84d04fff 64bit]
Sep 10 07:15:35 computer kernel: pci 0000:c0:00.0: BAR 4 [mem 0x84d00000-0x84d03fff 64bit]
Sep 10 07:15:35 computer kernel: pci 0000:c0:00.0: supports D1 D2
Sep 10 07:15:35 computer kernel: pci 0000:c0:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 10 07:15:35 computer kernel: pci 0000:00:02.3: PCI bridge to [bus c0]
Sep 10 07:15:35 computer kernel: pci 0000:c1:00.0: [144d:a80d] type 00 class 0x010802 PCIe Endpoint
Sep 10 07:15:35 computer kernel: pci 0000:c1:00.0: BAR 0 [mem 0x84100000-0x84103fff 64bit]
Sep 10 07:15:35 computer kernel: pci 0000:c1:00.0: 31.506 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x2 link at 0000:00:02.5 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link)
Sep 10 07:15:35 computer kernel: pci 0000:00:02.5: PCI bridge to [bus c1]
Sep 10 07:15:35 computer kernel: pci 0000:c2:00.0: [10de:2d18] type 00 class 0x030000 PCIe Legacy Endpoint
Sep 10 07:15:35 computer kernel: pci 0000:c2:00.0: BAR 0 [mem 0x80000000-0x83ffffff]
Sep 10 07:15:35 computer kernel: pci 0000:c2:00.0: BAR 1 [mem 0x5800000000-0x59ffffffff 64bit pref]
Sep 10 07:15:35 computer kernel: pci 0000:c2:00.0: BAR 3 [mem 0x5a00000000-0x5a01ffffff 64bit pref]
Sep 10 07:15:35 computer kernel: pci 0000:c2:00.0: BAR 5 [io  0x2000-0x207f]
Sep 10 07:15:35 computer kernel: pci 0000:c2:00.0: ROM [mem 0xfff80000-0xffffffff pref]
Sep 10 07:15:35 computer kernel: pci 0000:c2:00.0: Enabling HDA controller
Sep 10 07:15:35 computer kernel: pci 0000:c2:00.0: PME# supported from D0 D3hot
Sep 10 07:15:35 computer kernel: pci 0000:c2:00.0: 126.024 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x8 link at 0000:00:03.1 (capable of 504.112 Gb/s with 32.0 GT/s PCIe x16 link)
Sep 10 07:15:35 computer kernel: pci 0000:c2:00.1: [10de:22eb] type 00 class 0x040300 PCIe Endpoint
Sep 10 07:15:35 computer kernel: pci 0000:c2:00.1: BAR 0 [mem 0x84000000-0x84003fff]
Sep 10 07:15:35 computer kernel: pci 0000:00:03.1: PCI bridge to [bus c2]
Sep 10 07:15:35 computer kernel: pci 0000:c3:00.0: [1002:150e] type 00 class 0x038000 PCIe Legacy Endpoint
Sep 10 07:15:35 computer kernel: pci 0000:c3:00.0: BAR 0 [mem 0x5a10000000-0x5a1fffffff 64bit pref]
Sep 10 07:15:35 computer kernel: pci 0000:c3:00.0: BAR 2 [mem 0x84200000-0x843fffff 64bit pref]
Sep 10 07:15:35 computer kernel: pci 0000:c3:00.0: BAR 4 [io  0x1000-0x10ff]
Sep 10 07:15:35 computer kernel: pci 0000:c3:00.0: BAR 5 [mem 0x84600000-0x8467ffff]
Sep 10 07:15:35 computer kernel: pci 0000:c3:00.0: enabling Extended Tags
Sep 10 07:15:35 computer kernel: pci 0000:c3:00.0: PME# supported from D1 D2 D3hot D3cold
Sep 10 07:15:35 computer kernel: pci 0000:c3:00.1: [1002:1640] type 00 class 0x040300 PCIe Legacy Endpoint
Sep 10 07:15:35 computer kernel: pci 0000:c3:00.1: BAR 0 [mem 0x846c8000-0x846cbfff]
Sep 10 07:15:35 computer kernel: pci 0000:c3:00.1: enabling Extended Tags
Sep 10 07:15:35 computer kernel: pci 0000:c3:00.1: PME# supported from D1 D2 D3hot D3cold
Sep 10 07:15:35 computer kernel: pci 0000:c3:00.2: [1022:17e0] type 00 class 0x108000 PCIe Endpoint
Sep 10 07:15:35 computer kernel: pci 0000:c3:00.2: BAR 2 [mem 0x84500000-0x845fffff]
Sep 10 07:15:35 computer kernel: pci 0000:c3:00.2: BAR 5 [mem 0x846cc000-0x846cdfff]
Sep 10 07:15:35 computer kernel: pci 0000:c3:00.2: enabling Extended Tags
Sep 10 07:15:35 computer kernel: pci 0000:c3:00.4: [1022:151e] type 00 class 0x0c0330 PCIe Endpoint
Sep 10 07:15:35 computer kernel: pci 0000:c3:00.4: BAR 0 [mem 0x84400000-0x844fffff 64bit]
Sep 10 07:15:35 computer kernel: pci 0000:c3:00.4: enabling Extended Tags
Sep 10 07:15:35 computer kernel: pci 0000:c3:00.4: PME# supported from D0 D3hot D3cold
Sep 10 07:15:35 computer kernel: pci 0000:c3:00.5: [1022:15e2] type 00 class 0x048000 PCIe Endpoint
Sep 10 07:15:35 computer kernel: pci 0000:c3:00.5: BAR 0 [mem 0x84680000-0x846bffff]
Sep 10 07:15:35 computer kernel: pci 0000:c3:00.5: BAR 2 [mem 0x5a20000000-0x5a207fffff 64bit pref]
Sep 10 07:15:35 computer kernel: pci 0000:c3:00.5: enabling Extended Tags
Sep 10 07:15:35 computer kernel: pci 0000:c3:00.5: PME# supported from D0 D3hot D3cold
Sep 10 07:15:35 computer kernel: pci 0000:c3:00.6: [1022:15e3] type 00 class 0x040300 PCIe Endpoint
Sep 10 07:15:35 computer kernel: pci 0000:c3:00.6: BAR 0 [mem 0x846c0000-0x846c7fff]
Sep 10 07:15:35 computer kernel: pci 0000:c3:00.6: enabling Extended Tags
Sep 10 07:15:35 computer kernel: pci 0000:c3:00.6: PME# supported from D0 D3hot D3cold
Sep 10 07:15:35 computer kernel: pci 0000:00:08.1: PCI bridge to [bus c3]
Sep 10 07:15:35 computer kernel: pci 0000:c4:00.0: [1022:150d] type 00 class 0x130000 PCIe Endpoint
Sep 10 07:15:35 computer kernel: pci 0000:c4:00.0: enabling Extended Tags
Sep 10 07:15:35 computer kernel: pci 0000:c4:00.1: [1022:17f0] type 00 class 0x118000 PCIe Endpoint
Sep 10 07:15:35 computer kernel: pci 0000:c4:00.1: BAR 0 [mem 0x84b00000-0x84bfffff]
Sep 10 07:15:35 computer kernel: pci 0000:c4:00.1: BAR 1 [mem 0x84c00000-0x84c01fff]
Sep 10 07:15:35 computer kernel: pci 0000:c4:00.1: BAR 2 [mem 0x5a02000000-0x5a0207ffff 64bit pref]
Sep 10 07:15:35 computer kernel: pci 0000:c4:00.1: BAR 4 [mem 0x84c03000-0x84c03fff]
Sep 10 07:15:35 computer kernel: pci 0000:c4:00.1: BAR 5 [mem 0x84c02000-0x84c02fff]
Sep 10 07:15:35 computer kernel: pci 0000:c4:00.1: enabling Extended Tags
Sep 10 07:15:35 computer kernel: pci 0000:00:08.2: PCI bridge to [bus c4]
Sep 10 07:15:35 computer kernel: pci 0000:c5:00.0: [1022:151f] type 00 class 0x0c0330 PCIe Endpoint
Sep 10 07:15:35 computer kernel: pci 0000:c5:00.0: BAR 0 [mem 0x84700000-0x847fffff 64bit]
Sep 10 07:15:35 computer kernel: pci 0000:c5:00.0: enabling Extended Tags
Sep 10 07:15:35 computer kernel: pci 0000:c5:00.0: PME# supported from D0 D3hot D3cold
Sep 10 07:15:35 computer kernel: pci 0000:c5:00.3: [1022:151a] type 00 class 0x0c0330 PCIe Endpoint
Sep 10 07:15:35 computer kernel: pci 0000:c5:00.3: BAR 0 [mem 0x84800000-0x848fffff 64bit]
Sep 10 07:15:35 computer kernel: pci 0000:c5:00.3: enabling Extended Tags
Sep 10 07:15:35 computer kernel: pci 0000:c5:00.3: PME# supported from D0 D3hot D3cold
Sep 10 07:15:35 computer kernel: pci 0000:c5:00.4: [1022:151b] type 00 class 0x0c0330 PCIe Endpoint
Sep 10 07:15:35 computer kernel: pci 0000:c5:00.4: BAR 0 [mem 0x84900000-0x849fffff 64bit]
Sep 10 07:15:35 computer kernel: pci 0000:c5:00.4: enabling Extended Tags
Sep 10 07:15:35 computer kernel: pci 0000:c5:00.4: PME# supported from D0 D3hot D3cold
Sep 10 07:15:35 computer kernel: pci 0000:c5:00.5: [1022:151c] type 00 class 0x0c0340 PCIe Endpoint
Sep 10 07:15:35 computer kernel: pci 0000:c5:00.5: BAR 0 [mem 0x84a00000-0x84a7ffff 64bit]
Sep 10 07:15:35 computer kernel: pci 0000:c5:00.5: Max Payload Size set to 128 (was 256, max 256)
Sep 10 07:15:35 computer kernel: pci 0000:c5:00.5: enabling Extended Tags
Sep 10 07:15:35 computer kernel: pci 0000:c5:00.5: PME# supported from D0 D3hot D3cold
Sep 10 07:15:35 computer kernel: pci 0000:c5:00.6: [1022:151d] type 00 class 0x0c0340 PCIe Endpoint
Sep 10 07:15:35 computer kernel: pci 0000:c5:00.6: BAR 0 [mem 0x84a80000-0x84afffff 64bit]
Sep 10 07:15:35 computer kernel: pci 0000:c5:00.6: Max Payload Size set to 128 (was 256, max 256)
Sep 10 07:15:35 computer kernel: pci 0000:c5:00.6: enabling Extended Tags
Sep 10 07:15:35 computer kernel: pci 0000:c5:00.6: PME# supported from D0 D3hot D3cold
Sep 10 07:15:35 computer kernel: pci 0000:00:08.3: PCI bridge to [bus c5]
Sep 10 07:15:35 computer kernel: Low-power S0 idle used by default for system suspend
Sep 10 07:15:35 computer kernel: ACPI: EC: interrupt unblocked
Sep 10 07:15:35 computer kernel: ACPI: EC: event unblocked
Sep 10 07:15:35 computer kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Sep 10 07:15:35 computer kernel: ACPI: EC: GPE=0xa
Sep 10 07:15:35 computer kernel: ACPI: \_SB_.PCI0.LPC0.EC__: Boot DSDT EC initialization complete
Sep 10 07:15:35 computer kernel: ACPI: \_SB_.PCI0.LPC0.EC__: EC: Used to handle transactions and events
Sep 10 07:15:35 computer kernel: iommu: Default domain type: Translated
Sep 10 07:15:35 computer kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Sep 10 07:15:35 computer kernel: SCSI subsystem initialized
Sep 10 07:15:35 computer kernel: libata version 3.00 loaded.
Sep 10 07:15:35 computer kernel: ACPI: bus type USB registered
Sep 10 07:15:35 computer kernel: usbcore: registered new interface driver usbfs
Sep 10 07:15:35 computer kernel: usbcore: registered new interface driver hub
Sep 10 07:15:35 computer kernel: usbcore: registered new device driver usb
Sep 10 07:15:35 computer kernel: EDAC MC: Ver: 3.0.0
Sep 10 07:15:35 computer kernel: efivars: Registered efivars operations
Sep 10 07:15:35 computer kernel: NetLabel: Initializing
Sep 10 07:15:35 computer kernel: NetLabel:  domain hash size = 128
Sep 10 07:15:35 computer kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Sep 10 07:15:35 computer kernel: NetLabel:  unlabeled traffic allowed by default
Sep 10 07:15:35 computer kernel: mctp: management component transport protocol core
Sep 10 07:15:35 computer kernel: NET: Registered PF_MCTP protocol family
Sep 10 07:15:35 computer kernel: PCI: Using ACPI for IRQ routing
Sep 10 07:15:35 computer kernel: PCI: pci_cache_line_size set to 64 bytes
Sep 10 07:15:35 computer kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Sep 10 07:15:35 computer kernel: e820: reserve RAM buffer [mem 0x09b00000-0x0bffffff]
Sep 10 07:15:35 computer kernel: e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
Sep 10 07:15:35 computer kernel: e820: reserve RAM buffer [mem 0x66b3b000-0x67ffffff]
Sep 10 07:15:35 computer kernel: e820: reserve RAM buffer [mem 0x6894e000-0x6bffffff]
Sep 10 07:15:35 computer kernel: e820: reserve RAM buffer [mem 0x6ab67000-0x6bffffff]
Sep 10 07:15:35 computer kernel: e820: reserve RAM buffer [mem 0x6ab6f000-0x6bffffff]
Sep 10 07:15:35 computer kernel: e820: reserve RAM buffer [mem 0x7145f000-0x73ffffff]
Sep 10 07:15:35 computer kernel: e820: reserve RAM buffer [mem 0x715d4000-0x73ffffff]
Sep 10 07:15:35 computer kernel: e820: reserve RAM buffer [mem 0x76d7f000-0x77ffffff]
Sep 10 07:15:35 computer kernel: e820: reserve RAM buffer [mem 0x7a000000-0x7bffffff]
Sep 10 07:15:35 computer kernel: e820: reserve RAM buffer [mem 0x105e180000-0x105fffffff]
Sep 10 07:15:35 computer kernel: pci 0000:c2:00.0: vgaarb: setting as boot VGA device
Sep 10 07:15:35 computer kernel: pci 0000:c2:00.0: vgaarb: bridge control possible
Sep 10 07:15:35 computer kernel: pci 0000:c2:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Sep 10 07:15:35 computer kernel: vgaarb: loaded
Sep 10 07:15:35 computer kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Sep 10 07:15:35 computer kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Sep 10 07:15:35 computer kernel: clocksource: Switched to clocksource tsc-early
Sep 10 07:15:35 computer kernel: VFS: Disk quotas dquot_6.6.0
Sep 10 07:15:35 computer kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Sep 10 07:15:35 computer kernel: pnp: PnP ACPI init
Sep 10 07:15:35 computer kernel: system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
Sep 10 07:15:35 computer kernel: system 00:02: [io  0x0400-0x04cf] has been reserved
Sep 10 07:15:35 computer kernel: system 00:02: [io  0x04d0-0x04d1] has been reserved
Sep 10 07:15:35 computer kernel: system 00:02: [io  0x04d6] has been reserved
Sep 10 07:15:35 computer kernel: system 00:02: [io  0x0c00-0x0c01] has been reserved
Sep 10 07:15:35 computer kernel: system 00:02: [io  0x0c14] has been reserved
Sep 10 07:15:35 computer kernel: system 00:02: [io  0x0c50-0x0c52] has been reserved
Sep 10 07:15:35 computer kernel: system 00:02: [io  0x0c6c] has been reserved
Sep 10 07:15:35 computer kernel: system 00:02: [io  0x0c6f] has been reserved
Sep 10 07:15:35 computer kernel: system 00:02: [io  0x0cd0-0x0cdb] has been reserved
Sep 10 07:15:35 computer kernel: system 00:03: [mem 0xff000000-0xffffffff] has been reserved
Sep 10 07:15:35 computer kernel: pnp: PnP ACPI: found 6 devices
Sep 10 07:15:35 computer kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Sep 10 07:15:35 computer kernel: NET: Registered PF_INET protocol family
Sep 10 07:15:35 computer kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Sep 10 07:15:35 computer kernel: tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
Sep 10 07:15:35 computer kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Sep 10 07:15:35 computer kernel: TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Sep 10 07:15:35 computer kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Sep 10 07:15:35 computer kernel: TCP: Hash tables configured (established 524288 bind 65536)
Sep 10 07:15:35 computer kernel: MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
Sep 10 07:15:35 computer kernel: UDP hash table entries: 32768 (order: 9, 2097152 bytes, linear)
Sep 10 07:15:35 computer kernel: UDP-Lite hash table entries: 32768 (order: 9, 2097152 bytes, linear)
Sep 10 07:15:35 computer kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Sep 10 07:15:35 computer kernel: NET: Registered PF_XDP protocol family
Sep 10 07:15:35 computer kernel: pci 0000:c2:00.0: ROM [mem 0xfff80000-0xffffffff pref]: can't claim; no compatible bridge window
Sep 10 07:15:35 computer kernel: pci 0000:00:01.1: PCI bridge to [bus 01-5f]
Sep 10 07:15:35 computer kernel: pci 0000:00:01.1:   bridge window [io  0x8000-0xbfff]
Sep 10 07:15:35 computer kernel: pci 0000:00:01.1:   bridge window [mem 0xa0000000-0xb7ffffff]
Sep 10 07:15:35 computer kernel: pci 0000:00:01.1:   bridge window [mem 0x3800000000-0x57ffffffff 64bit pref]
Sep 10 07:15:35 computer kernel: pci 0000:00:01.2: PCI bridge to [bus 60-be]
Sep 10 07:15:35 computer kernel: pci 0000:00:01.2:   bridge window [io  0x4000-0x7fff]
Sep 10 07:15:35 computer kernel: pci 0000:00:01.2:   bridge window [mem 0x88000000-0x9fffffff]
Sep 10 07:15:35 computer kernel: pci 0000:00:01.2:   bridge window [mem 0x1800000000-0x37ffffffff 64bit pref]
Sep 10 07:15:35 computer kernel: pci 0000:00:02.2: PCI bridge to [bus bf]
Sep 10 07:15:35 computer kernel: pci 0000:00:02.2:   bridge window [mem 0x84e00000-0x84efffff]
Sep 10 07:15:35 computer kernel: pci 0000:00:02.3: PCI bridge to [bus c0]
Sep 10 07:15:35 computer kernel: pci 0000:00:02.3:   bridge window [io  0x3000-0x3fff]
Sep 10 07:15:35 computer kernel: pci 0000:00:02.3:   bridge window [mem 0x84d00000-0x84dfffff]
Sep 10 07:15:35 computer kernel: pci 0000:00:02.5: PCI bridge to [bus c1]
Sep 10 07:15:35 computer kernel: pci 0000:00:02.5:   bridge window [mem 0x84100000-0x841fffff]
Sep 10 07:15:35 computer kernel: pci 0000:c2:00.0: ROM [mem 0x84080000-0x840fffff pref]: assigned
Sep 10 07:15:35 computer kernel: pci 0000:00:03.1: PCI bridge to [bus c2]
Sep 10 07:15:35 computer kernel: pci 0000:00:03.1:   bridge window [io  0x2000-0x2fff]
Sep 10 07:15:35 computer kernel: pci 0000:00:03.1:   bridge window [mem 0x80000000-0x840fffff]
Sep 10 07:15:35 computer kernel: pci 0000:00:03.1:   bridge window [mem 0x5800000000-0x5a01ffffff 64bit pref]
Sep 10 07:15:35 computer kernel: pci 0000:00:08.1: PCI bridge to [bus c3]
Sep 10 07:15:35 computer kernel: pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
Sep 10 07:15:35 computer kernel: pci 0000:00:08.1:   bridge window [mem 0x84200000-0x846fffff]
Sep 10 07:15:35 computer kernel: pci 0000:00:08.1:   bridge window [mem 0x5a10000000-0x5a207fffff 64bit pref]
Sep 10 07:15:35 computer kernel: pci 0000:00:08.2: PCI bridge to [bus c4]
Sep 10 07:15:35 computer kernel: pci 0000:00:08.2:   bridge window [mem 0x84b00000-0x84cfffff]
Sep 10 07:15:35 computer kernel: pci 0000:00:08.2:   bridge window [mem 0x5a02000000-0x5a020fffff 64bit pref]
Sep 10 07:15:35 computer kernel: pci 0000:00:08.3: PCI bridge to [bus c5]
Sep 10 07:15:35 computer kernel: pci 0000:00:08.3:   bridge window [mem 0x84700000-0x84afffff]
Sep 10 07:15:35 computer kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Sep 10 07:15:35 computer kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xfeff window]
Sep 10 07:15:35 computer kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Sep 10 07:15:35 computer kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000cffff window]
Sep 10 07:15:35 computer kernel: pci_bus 0000:00: resource 8 [mem 0x000d0000-0x000effff window]
Sep 10 07:15:35 computer kernel: pci_bus 0000:00: resource 9 [mem 0x80000000-0xdfffffff window]
Sep 10 07:15:35 computer kernel: pci_bus 0000:00: resource 10 [mem 0xf0000000-0xfcffffff window]
Sep 10 07:15:35 computer kernel: pci_bus 0000:00: resource 11 [mem 0xfec00000-0xfec01fff window]
Sep 10 07:15:35 computer kernel: pci_bus 0000:00: resource 12 [mem 0xfed45000-0xfed811ff window]
Sep 10 07:15:35 computer kernel: pci_bus 0000:00: resource 13 [mem 0xfed81900-0xfed81fff window]
Sep 10 07:15:35 computer kernel: pci_bus 0000:00: resource 14 [mem 0xfedc0000-0xfedc0fff window]
Sep 10 07:15:35 computer kernel: pci_bus 0000:00: resource 15 [mem 0xfedc6000-0xfedc6fff window]
Sep 10 07:15:35 computer kernel: pci_bus 0000:00: resource 16 [mem 0xfee01000-0xffffffff window]
Sep 10 07:15:35 computer kernel: pci_bus 0000:00: resource 17 [mem 0x10a0200000-0x893fffffff window]
Sep 10 07:15:35 computer kernel: pci_bus 0000:01: resource 0 [io  0x8000-0xbfff]
Sep 10 07:15:35 computer kernel: pci_bus 0000:01: resource 1 [mem 0xa0000000-0xb7ffffff]
Sep 10 07:15:35 computer kernel: pci_bus 0000:01: resource 2 [mem 0x3800000000-0x57ffffffff 64bit pref]
Sep 10 07:15:35 computer kernel: pci_bus 0000:60: resource 0 [io  0x4000-0x7fff]
Sep 10 07:15:35 computer kernel: pci_bus 0000:60: resource 1 [mem 0x88000000-0x9fffffff]
Sep 10 07:15:35 computer kernel: pci_bus 0000:60: resource 2 [mem 0x1800000000-0x37ffffffff 64bit pref]
Sep 10 07:15:35 computer kernel: pci_bus 0000:bf: resource 1 [mem 0x84e00000-0x84efffff]
Sep 10 07:15:35 computer kernel: pci_bus 0000:c0: resource 0 [io  0x3000-0x3fff]
Sep 10 07:15:35 computer kernel: pci_bus 0000:c0: resource 1 [mem 0x84d00000-0x84dfffff]
Sep 10 07:15:35 computer kernel: pci_bus 0000:c1: resource 1 [mem 0x84100000-0x841fffff]
Sep 10 07:15:35 computer kernel: pci_bus 0000:c2: resource 0 [io  0x2000-0x2fff]
Sep 10 07:15:35 computer kernel: pci_bus 0000:c2: resource 1 [mem 0x80000000-0x840fffff]
Sep 10 07:15:35 computer kernel: pci_bus 0000:c2: resource 2 [mem 0x5800000000-0x5a01ffffff 64bit pref]
Sep 10 07:15:35 computer kernel: pci_bus 0000:c3: resource 0 [io  0x1000-0x1fff]
Sep 10 07:15:35 computer kernel: pci_bus 0000:c3: resource 1 [mem 0x84200000-0x846fffff]
Sep 10 07:15:35 computer kernel: pci_bus 0000:c3: resource 2 [mem 0x5a10000000-0x5a207fffff 64bit pref]
Sep 10 07:15:35 computer kernel: pci_bus 0000:c4: resource 1 [mem 0x84b00000-0x84cfffff]
Sep 10 07:15:35 computer kernel: pci_bus 0000:c4: resource 2 [mem 0x5a02000000-0x5a020fffff 64bit pref]
Sep 10 07:15:35 computer kernel: pci_bus 0000:c5: resource 1 [mem 0x84700000-0x84afffff]
Sep 10 07:15:35 computer kernel: pci 0000:c2:00.1: extending delay after power-on from D3hot to 20 msec
Sep 10 07:15:35 computer kernel: pci 0000:c2:00.1: D0 power state depends on 0000:c2:00.0
Sep 10 07:15:35 computer kernel: pci 0000:c3:00.1: D0 power state depends on 0000:c3:00.0
Sep 10 07:15:35 computer kernel: PCI: CLS 64 bytes, default 64
Sep 10 07:15:35 computer kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
Sep 10 07:15:35 computer kernel: Trying to unpack rootfs image as initramfs...
Sep 10 07:15:35 computer kernel: platform MSFT0201:00: Adding to iommu group 0
Sep 10 07:15:35 computer kernel: pci 0000:00:00.0: Adding to iommu group 1
Sep 10 07:15:35 computer kernel: pci 0000:00:01.0: Adding to iommu group 2
Sep 10 07:15:35 computer kernel: pci 0000:00:01.1: Adding to iommu group 3
Sep 10 07:15:35 computer kernel: pci 0000:00:01.2: Adding to iommu group 4
Sep 10 07:15:35 computer kernel: pci 0000:00:02.0: Adding to iommu group 5
Sep 10 07:15:35 computer kernel: pci 0000:00:02.2: Adding to iommu group 6
Sep 10 07:15:35 computer kernel: pci 0000:00:02.3: Adding to iommu group 7
Sep 10 07:15:35 computer kernel: pci 0000:00:02.5: Adding to iommu group 8
Sep 10 07:15:35 computer kernel: pci 0000:00:03.0: Adding to iommu group 9
Sep 10 07:15:35 computer kernel: pci 0000:00:03.1: Adding to iommu group 10
Sep 10 07:15:35 computer kernel: pci 0000:00:08.0: Adding to iommu group 11
Sep 10 07:15:35 computer kernel: pci 0000:00:08.1: Adding to iommu group 12
Sep 10 07:15:35 computer kernel: pci 0000:00:08.2: Adding to iommu group 13
Sep 10 07:15:35 computer kernel: pci 0000:00:08.3: Adding to iommu group 14
Sep 10 07:15:35 computer kernel: pci 0000:00:14.0: Adding to iommu group 15
Sep 10 07:15:35 computer kernel: pci 0000:00:14.3: Adding to iommu group 15
Sep 10 07:15:35 computer kernel: pci 0000:00:18.0: Adding to iommu group 16
Sep 10 07:15:35 computer kernel: pci 0000:00:18.1: Adding to iommu group 16
Sep 10 07:15:35 computer kernel: pci 0000:00:18.2: Adding to iommu group 16
Sep 10 07:15:35 computer kernel: pci 0000:00:18.3: Adding to iommu group 16
Sep 10 07:15:35 computer kernel: pci 0000:00:18.4: Adding to iommu group 16
Sep 10 07:15:35 computer kernel: pci 0000:00:18.5: Adding to iommu group 16
Sep 10 07:15:35 computer kernel: pci 0000:00:18.6: Adding to iommu group 16
Sep 10 07:15:35 computer kernel: pci 0000:00:18.7: Adding to iommu group 16
Sep 10 07:15:35 computer kernel: pci 0000:bf:00.0: Adding to iommu group 17
Sep 10 07:15:35 computer kernel: pci 0000:c0:00.0: Adding to iommu group 18
Sep 10 07:15:35 computer kernel: pci 0000:c1:00.0: Adding to iommu group 19
Sep 10 07:15:35 computer kernel: pci 0000:c2:00.0: Adding to iommu group 20
Sep 10 07:15:35 computer kernel: pci 0000:c2:00.1: Adding to iommu group 20
Sep 10 07:15:35 computer kernel: pci 0000:c3:00.0: Adding to iommu group 21
Sep 10 07:15:35 computer kernel: pci 0000:c3:00.1: Adding to iommu group 22
Sep 10 07:15:35 computer kernel: pci 0000:c3:00.2: Adding to iommu group 23
Sep 10 07:15:35 computer kernel: pci 0000:c3:00.4: Adding to iommu group 24
Sep 10 07:15:35 computer kernel: pci 0000:c3:00.5: Adding to iommu group 25
Sep 10 07:15:35 computer kernel: pci 0000:c3:00.6: Adding to iommu group 26
Sep 10 07:15:35 computer kernel: pci 0000:c4:00.0: Adding to iommu group 27
Sep 10 07:15:35 computer kernel: pci 0000:c4:00.1: Adding to iommu group 28
Sep 10 07:15:35 computer kernel: pci 0000:c5:00.0: Adding to iommu group 29
Sep 10 07:15:35 computer kernel: pci 0000:c5:00.3: Adding to iommu group 30
Sep 10 07:15:35 computer kernel: pci 0000:c5:00.4: Adding to iommu group 31
Sep 10 07:15:35 computer kernel: pci 0000:c5:00.5: Adding to iommu group 32
Sep 10 07:15:35 computer kernel: pci 0000:c5:00.6: Adding to iommu group 33
Sep 10 07:15:35 computer kernel: AMD-Vi: Extended features (0x246577efa2254afa, 0x10): PPR NX GT [5] IA GA PC GA_vAPIC
Sep 10 07:15:35 computer kernel: AMD-Vi: Interrupt remapping enabled
Sep 10 07:15:35 computer kernel: AMD-Vi: Virtual APIC enabled
Sep 10 07:15:35 computer kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Sep 10 07:15:35 computer kernel: software IO TLB: mapped [mem 0x000000006d45f000-0x000000007145f000] (64MB)
Sep 10 07:15:35 computer kernel: LVT offset 0 assigned for vector 0x400
Sep 10 07:15:35 computer kernel: perf: AMD IBS detected (0x00081bff)
Sep 10 07:15:35 computer kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Sep 10 07:15:35 computer kernel: Initialise system trusted keyrings
Sep 10 07:15:35 computer kernel: Key type blacklist registered
Sep 10 07:15:35 computer kernel: workingset: timestamp_bits=36 max_order=24 bucket_order=0
Sep 10 07:15:35 computer kernel: fuse: init (API version 7.44)
Sep 10 07:15:35 computer kernel: integrity: Platform Keyring initialized
Sep 10 07:15:35 computer kernel: integrity: Machine keyring initialized
Sep 10 07:15:35 computer kernel: xor: automatically using best checksumming function   avx
Sep 10 07:15:35 computer kernel: Key type asymmetric registered
Sep 10 07:15:35 computer kernel: Asymmetric key parser 'x509' registered
Sep 10 07:15:35 computer kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Sep 10 07:15:35 computer kernel: io scheduler mq-deadline registered
Sep 10 07:15:35 computer kernel: io scheduler kyber registered
Sep 10 07:15:35 computer kernel: io scheduler bfq registered
Sep 10 07:15:35 computer kernel: ledtrig-cpu: registered to indicate activity on CPUs
Sep 10 07:15:35 computer kernel: pcieport 0000:00:01.1: PME: Signaling with IRQ 34
Sep 10 07:15:35 computer kernel: pcieport 0000:00:01.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 10 07:15:35 computer kernel: pcieport 0000:00:01.2: PME: Signaling with IRQ 35
Sep 10 07:15:35 computer kernel: pcieport 0000:00:01.2: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 10 07:15:35 computer kernel: pcieport 0000:00:02.2: PME: Signaling with IRQ 36
Sep 10 07:15:35 computer kernel: pcieport 0000:00:02.3: PME: Signaling with IRQ 37
Sep 10 07:15:35 computer kernel: pcieport 0000:00:02.5: PME: Signaling with IRQ 38
Sep 10 07:15:35 computer kernel: pcieport 0000:00:03.1: PME: Signaling with IRQ 39
Sep 10 07:15:35 computer kernel: pcieport 0000:00:03.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 10 07:15:35 computer kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 40
Sep 10 07:15:35 computer kernel: pcieport 0000:00:08.2: PME: Signaling with IRQ 41
Sep 10 07:15:35 computer kernel: pcieport 0000:00:08.3: PME: Signaling with IRQ 42
Sep 10 07:15:35 computer kernel: ACPI: AC: AC Adapter [AC] (on-line)
Sep 10 07:15:35 computer kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Sep 10 07:15:35 computer kernel: ACPI: button: Power Button [PWRB]
Sep 10 07:15:35 computer kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Sep 10 07:15:35 computer kernel: ACPI: button: Sleep Button [SLPB]
Sep 10 07:15:35 computer kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
Sep 10 07:15:35 computer kernel: ACPI: button: Lid Switch [LID0]
Sep 10 07:15:35 computer kernel: Monitor-Mwait will be used to enter C-1 state
Sep 10 07:15:35 computer kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1832
Sep 10 07:15:35 computer kernel: thermal LNXTHERM:00: registered as thermal_zone0
Sep 10 07:15:35 computer kernel: ACPI: thermal: Thermal Zone [TZ01] (45 C)
Sep 10 07:15:35 computer kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Sep 10 07:15:35 computer kernel: Non-volatile memory driver v1.3
Sep 10 07:15:35 computer kernel: Linux agpgart interface v0.103
Sep 10 07:15:35 computer kernel: tpm_tis IFX1523:00: 2.0 TPM (device-id 0x1D, rev-id 54)
Sep 10 07:15:35 computer kernel: Freeing initrd memory: 150204K
Sep 10 07:15:35 computer kernel: ACPI: bus type drm_connector registered
Sep 10 07:15:35 computer kernel: xhci_hcd 0000:c3:00.4: xHCI Host Controller
Sep 10 07:15:35 computer kernel: xhci_hcd 0000:c3:00.4: new USB bus registered, assigned bus number 1
Sep 10 07:15:35 computer kernel: xhci_hcd 0000:c3:00.4: hcc params 0x0118ffc5 hci version 0x120 quirks 0x0000000200000010
Sep 10 07:15:35 computer kernel: xhci_hcd 0000:c3:00.4: xHCI Host Controller
Sep 10 07:15:35 computer kernel: xhci_hcd 0000:c3:00.4: new USB bus registered, assigned bus number 2
Sep 10 07:15:35 computer kernel: xhci_hcd 0000:c3:00.4: Host supports USB 3.1 Enhanced SuperSpeed
Sep 10 07:15:35 computer kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
Sep 10 07:15:35 computer kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 10 07:15:35 computer kernel: usb usb1: Product: xHCI Host Controller
Sep 10 07:15:35 computer kernel: usb usb1: Manufacturer: Linux 6.16.5-arch1-1 xhci-hcd
Sep 10 07:15:35 computer kernel: usb usb1: SerialNumber: 0000:c3:00.4
Sep 10 07:15:35 computer kernel: hub 1-0:1.0: USB hub found
Sep 10 07:15:35 computer kernel: hub 1-0:1.0: 1 port detected
Sep 10 07:15:35 computer kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 10 07:15:35 computer kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.16
Sep 10 07:15:35 computer kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 10 07:15:35 computer kernel: usb usb2: Product: xHCI Host Controller
Sep 10 07:15:35 computer kernel: usb usb2: Manufacturer: Linux 6.16.5-arch1-1 xhci-hcd
Sep 10 07:15:35 computer kernel: usb usb2: SerialNumber: 0000:c3:00.4
Sep 10 07:15:35 computer kernel: hub 2-0:1.0: USB hub found
Sep 10 07:15:35 computer kernel: hub 2-0:1.0: 1 port detected
Sep 10 07:15:35 computer kernel: xhci_hcd 0000:c5:00.0: xHCI Host Controller
Sep 10 07:15:35 computer kernel: xhci_hcd 0000:c5:00.0: new USB bus registered, assigned bus number 3
Sep 10 07:15:35 computer kernel: xhci_hcd 0000:c5:00.0: hcc params 0x0128ffc5 hci version 0x120 quirks 0x0000000200000010
Sep 10 07:15:35 computer kernel: xhci_hcd 0000:c5:00.0: xHCI Host Controller
Sep 10 07:15:35 computer kernel: xhci_hcd 0000:c5:00.0: new USB bus registered, assigned bus number 4
Sep 10 07:15:35 computer kernel: xhci_hcd 0000:c5:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Sep 10 07:15:35 computer kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
Sep 10 07:15:35 computer kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 10 07:15:35 computer kernel: usb usb3: Product: xHCI Host Controller
Sep 10 07:15:35 computer kernel: usb usb3: Manufacturer: Linux 6.16.5-arch1-1 xhci-hcd
Sep 10 07:15:35 computer kernel: usb usb3: SerialNumber: 0000:c5:00.0
Sep 10 07:15:35 computer kernel: hub 3-0:1.0: USB hub found
Sep 10 07:15:35 computer kernel: hub 3-0:1.0: 5 ports detected
Sep 10 07:15:35 computer kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 10 07:15:35 computer kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.16
Sep 10 07:15:35 computer kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 10 07:15:35 computer kernel: usb usb4: Product: xHCI Host Controller
Sep 10 07:15:35 computer kernel: usb usb4: Manufacturer: Linux 6.16.5-arch1-1 xhci-hcd
Sep 10 07:15:35 computer kernel: usb usb4: SerialNumber: 0000:c5:00.0
Sep 10 07:15:35 computer kernel: hub 4-0:1.0: USB hub found
Sep 10 07:15:35 computer kernel: hub 4-0:1.0: 2 ports detected
Sep 10 07:15:35 computer kernel: xhci_hcd 0000:c5:00.3: xHCI Host Controller
Sep 10 07:15:35 computer kernel: xhci_hcd 0000:c5:00.3: new USB bus registered, assigned bus number 5
Sep 10 07:15:35 computer kernel: xhci_hcd 0000:c5:00.3: hcc params 0x0118ffc5 hci version 0x120 quirks 0x0000000200000010
Sep 10 07:15:35 computer kernel: xhci_hcd 0000:c5:00.3: xHCI Host Controller
Sep 10 07:15:35 computer kernel: xhci_hcd 0000:c5:00.3: new USB bus registered, assigned bus number 6
Sep 10 07:15:35 computer kernel: xhci_hcd 0000:c5:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Sep 10 07:15:35 computer kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
Sep 10 07:15:35 computer kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 10 07:15:35 computer kernel: usb usb5: Product: xHCI Host Controller
Sep 10 07:15:35 computer kernel: usb usb5: Manufacturer: Linux 6.16.5-arch1-1 xhci-hcd
Sep 10 07:15:35 computer kernel: usb usb5: SerialNumber: 0000:c5:00.3
Sep 10 07:15:35 computer kernel: hub 5-0:1.0: USB hub found
Sep 10 07:15:35 computer kernel: hub 5-0:1.0: 1 port detected
Sep 10 07:15:35 computer kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 10 07:15:35 computer kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.16
Sep 10 07:15:35 computer kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 10 07:15:35 computer kernel: usb usb6: Product: xHCI Host Controller
Sep 10 07:15:35 computer kernel: usb usb6: Manufacturer: Linux 6.16.5-arch1-1 xhci-hcd
Sep 10 07:15:35 computer kernel: usb usb6: SerialNumber: 0000:c5:00.3
Sep 10 07:15:35 computer kernel: hub 6-0:1.0: USB hub found
Sep 10 07:15:35 computer kernel: hub 6-0:1.0: 1 port detected
Sep 10 07:15:35 computer kernel: xhci_hcd 0000:c5:00.4: xHCI Host Controller
Sep 10 07:15:35 computer kernel: xhci_hcd 0000:c5:00.4: new USB bus registered, assigned bus number 7
Sep 10 07:15:35 computer kernel: xhci_hcd 0000:c5:00.4: hcc params 0x0118ffc5 hci version 0x120 quirks 0x0000000200000010
Sep 10 07:15:35 computer kernel: xhci_hcd 0000:c5:00.4: xHCI Host Controller
Sep 10 07:15:35 computer kernel: xhci_hcd 0000:c5:00.4: new USB bus registered, assigned bus number 8
Sep 10 07:15:35 computer kernel: xhci_hcd 0000:c5:00.4: Host supports USB 3.1 Enhanced SuperSpeed
Sep 10 07:15:35 computer kernel: usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
Sep 10 07:15:35 computer kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 10 07:15:35 computer kernel: usb usb7: Product: xHCI Host Controller
Sep 10 07:15:35 computer kernel: usb usb7: Manufacturer: Linux 6.16.5-arch1-1 xhci-hcd
Sep 10 07:15:35 computer kernel: usb usb7: SerialNumber: 0000:c5:00.4
Sep 10 07:15:35 computer kernel: hub 7-0:1.0: USB hub found
Sep 10 07:15:35 computer kernel: hub 7-0:1.0: 1 port detected
Sep 10 07:15:35 computer kernel: usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 10 07:15:35 computer kernel: usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.16
Sep 10 07:15:35 computer kernel: usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 10 07:15:35 computer kernel: usb usb8: Product: xHCI Host Controller
Sep 10 07:15:35 computer kernel: usb usb8: Manufacturer: Linux 6.16.5-arch1-1 xhci-hcd
Sep 10 07:15:35 computer kernel: usb usb8: SerialNumber: 0000:c5:00.4
Sep 10 07:15:35 computer kernel: hub 8-0:1.0: USB hub found
Sep 10 07:15:35 computer kernel: hub 8-0:1.0: 1 port detected
Sep 10 07:15:35 computer kernel: usbcore: registered new interface driver usbserial_generic
Sep 10 07:15:35 computer kernel: usbserial: USB Serial support registered for generic
Sep 10 07:15:35 computer kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Sep 10 07:15:35 computer kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Sep 10 07:15:35 computer kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Sep 10 07:15:35 computer kernel: rtc_cmos 00:01: RTC can wake from S4
Sep 10 07:15:35 computer kernel: rtc_cmos 00:01: registered as rtc0
Sep 10 07:15:35 computer kernel: rtc_cmos 00:01: setting system clock to 2025-09-10T11:15:32 UTC (1757502932)
Sep 10 07:15:35 computer kernel: rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram
Sep 10 07:15:35 computer kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
Sep 10 07:15:35 computer kernel: simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
Sep 10 07:15:35 computer kernel: [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
Sep 10 07:15:35 computer kernel: fbcon: Deferring console take-over
Sep 10 07:15:35 computer kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Sep 10 07:15:35 computer kernel: hid: raw HID events driver (C) Jiri Kosina
Sep 10 07:15:35 computer kernel: usbcore: registered new interface driver usbhid
Sep 10 07:15:35 computer kernel: usbhid: USB HID core driver
Sep 10 07:15:35 computer kernel: drop_monitor: Initializing network drop monitor service
Sep 10 07:15:35 computer kernel: NET: Registered PF_INET6 protocol family
Sep 10 07:15:35 computer kernel: Segment Routing with IPv6
Sep 10 07:15:35 computer kernel: RPL Segment Routing with IPv6
Sep 10 07:15:35 computer kernel: In-situ OAM (IOAM) with IPv6
Sep 10 07:15:35 computer kernel: NET: Registered PF_PACKET protocol family
Sep 10 07:15:35 computer kernel: microcode: Current revision: 0x0b20401b
Sep 10 07:15:35 computer kernel: resctrl: L3 allocation detected
Sep 10 07:15:35 computer kernel: resctrl: MB allocation detected
Sep 10 07:15:35 computer kernel: resctrl: SMBA allocation detected
Sep 10 07:15:35 computer kernel: resctrl: L3 monitoring detected
Sep 10 07:15:35 computer kernel: IPI shorthand broadcast: enabled
Sep 10 07:15:35 computer kernel: sched_clock: Marking stable (2357000865, 1331711)->(2362190473, -3857897)
Sep 10 07:15:35 computer kernel: registered taskstats version 1
Sep 10 07:15:35 computer kernel: Loading compiled-in X.509 certificates
Sep 10 07:15:35 computer kernel: Loaded X.509 cert 'Build time autogenerated kernel key: ff5dfd58075df49f4e7cf68cb1f84c3583306d8d'
Sep 10 07:15:35 computer kernel: zswap: loaded using pool zstd/zsmalloc
Sep 10 07:15:35 computer kernel: Demotion targets for Node 0: null
Sep 10 07:15:35 computer kernel: Key type .fscrypt registered
Sep 10 07:15:35 computer kernel: Key type fscrypt-provisioning registered
Sep 10 07:15:35 computer kernel: Btrfs loaded, zoned=yes, fsverity=yes
Sep 10 07:15:35 computer kernel: Key type big_key registered
Sep 10 07:15:35 computer kernel: integrity: Loading X.509 certificate: UEFI:db
Sep 10 07:15:35 computer kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Sep 10 07:15:35 computer kernel: integrity: Loading X.509 certificate: UEFI:db
Sep 10 07:15:35 computer kernel: integrity: Loaded X.509 cert 'Microsoft Corporation: Windows UEFI CA 2023: aefc5fbbbe055d8f8daa585473499417ab5a5272'
Sep 10 07:15:35 computer kernel: integrity: Loading X.509 certificate: UEFI:db
Sep 10 07:15:35 computer kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Sep 10 07:15:35 computer kernel: integrity: Loading X.509 certificate: UEFI:db
Sep 10 07:15:35 computer kernel: integrity: Loaded X.509 cert 'Microsoft UEFI CA 2023: 81aa6b3244c935bce0d6628af39827421e32497d'
Sep 10 07:15:35 computer kernel: integrity: Loading X.509 certificate: UEFI:db
Sep 10 07:15:35 computer kernel: integrity: Loaded X.509 cert 'Microsoft Option ROM UEFI CA 2023: 514fbf937fa46fb57bf07af8bed84b3b864b1711'
Sep 10 07:15:35 computer kernel: integrity: Loading X.509 certificate: UEFI:db
Sep 10 07:15:35 computer kernel: integrity: Loaded X.509 cert 'Secure Certificate: 01dcc89619884ca147983429f8a4a1a0'
Sep 10 07:15:35 computer kernel: PM:   Magic number: 9:654:276
Sep 10 07:15:35 computer kernel: tty tty13: hash matches
Sep 10 07:15:35 computer kernel: RAS: Correctable Errors collector initialized.
Sep 10 07:15:35 computer kernel: clk: Disabling unused clocks
Sep 10 07:15:35 computer kernel: PM: genpd: Disabling unused power domains
Sep 10 07:15:35 computer kernel: ACPI: battery: Slot [BAT0] (battery present)
Sep 10 07:15:35 computer kernel: Freeing unused decrypted memory: 2028K
Sep 10 07:15:35 computer kernel: Freeing unused kernel image (initmem) memory: 4664K
Sep 10 07:15:35 computer kernel: Write protecting the kernel read-only data: 38912k
Sep 10 07:15:35 computer kernel: Freeing unused kernel image (text/rodata gap) memory: 616K
Sep 10 07:15:35 computer kernel: Freeing unused kernel image (rodata/data gap) memory: 1776K
Sep 10 07:15:35 computer kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Sep 10 07:15:35 computer kernel: rodata_test: all tests were successful
Sep 10 07:15:35 computer kernel: Run /init as init process
Sep 10 07:15:35 computer kernel:   with arguments:
Sep 10 07:15:35 computer kernel:     /init
Sep 10 07:15:35 computer kernel:   with environment:
Sep 10 07:15:35 computer kernel:     HOME=/
Sep 10 07:15:35 computer kernel:     TERM=linux
Sep 10 07:15:35 computer kernel:     BOOT_IMAGE=/vmlinuz-linux
Sep 10 07:15:35 computer kernel: usb 1-1: new high-speed USB device number 2 using xhci_hcd
Sep 10 07:15:35 computer kernel: usb 3-5: new full-speed USB device number 2 using xhci_hcd
Sep 10 07:15:35 computer kernel: wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WQ00 data block query control method not found
Sep 10 07:15:35 computer kernel: ACPI: video: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
Sep 10 07:15:35 computer kernel: ACPI: video: Video Device [PEGP] (multi-head: yes  rom: no  post: no)
Sep 10 07:15:35 computer kernel: Key type psk registered
Sep 10 07:15:35 computer kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0d/LNXVIDEO:00/input/input5
Sep 10 07:15:35 computer kernel: ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
Sep 10 07:15:35 computer kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:14/LNXVIDEO:01/input/input6
Sep 10 07:15:35 computer kernel: nvme 0000:c1:00.0: platform quirk: setting simple suspend
Sep 10 07:15:35 computer kernel: nvme nvme0: pci function 0000:c1:00.0
Sep 10 07:15:35 computer kernel: nvme nvme0: D3 entry latency set to 10 seconds
Sep 10 07:15:35 computer kernel: nvme nvme0: allocated 64 MiB host memory buffer (1 segment).
Sep 10 07:15:35 computer kernel: nvme nvme0: 16/0/0 default/read/poll queues
Sep 10 07:15:35 computer kernel:  nvme0n1: p1 p2
Sep 10 07:15:35 computer kernel: usb 1-1: New USB device found, idVendor=5986, idProduct=9102, bcdDevice= 6.01
Sep 10 07:15:35 computer kernel: usb 1-1: New USB device strings: Mfr=2, Product=1, SerialNumber=0
Sep 10 07:15:35 computer kernel: usb 1-1: Product: BisonCam,NB Pro
Sep 10 07:15:35 computer kernel: usb 1-1: Manufacturer: Sonix Technology Co., Ltd.
Sep 10 07:15:35 computer kernel: usb 3-5: New USB device found, idVendor=8087, idProduct=0032, bcdDevice= 0.00
Sep 10 07:15:35 computer kernel: usb 3-5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Sep 10 07:15:35 computer kernel: tsc: Refined TSC clocksource calibration: 1999.999 MHz
Sep 10 07:15:35 computer kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x39a85afc727, max_idle_ns: 881590685098 ns
Sep 10 07:15:35 computer kernel: clocksource: Switched to clocksource tsc
Sep 10 07:15:35 computer kernel: [drm] amdgpu kernel modesetting enabled.
Sep 10 07:15:35 computer kernel: amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GPPA.VGA_.ATPX handle
Sep 10 07:15:35 computer kernel: amdgpu: ATPX version 1, functions 0x00000001
Sep 10 07:15:35 computer kernel: amdgpu: ATPX Hybrid Graphics
Sep 10 07:15:35 computer kernel: amdgpu: Virtual CRAT table created for CPU
Sep 10 07:15:35 computer kernel: amdgpu: Topology: Add CPU node
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: enabling device (0006 -> 0007)
Sep 10 07:15:35 computer kernel: [drm] initializing kernel modesetting (IP DISCOVERY 0x1002:0x150E 0x1558:0x8350 0xC1).
Sep 10 07:15:35 computer kernel: [drm] register mmio base: 0x84600000
Sep 10 07:15:35 computer kernel: [drm] register mmio size: 524288
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: detected ip block number 0 <soc21_common>
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: detected ip block number 1 <gmc_v11_0>
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: detected ip block number 2 <ih_v6_1>
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: detected ip block number 3 <psp>
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: detected ip block number 4 <smu>
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: detected ip block number 5 <dm>
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: detected ip block number 6 <gfx_v11_0>
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: detected ip block number 7 <sdma_v6_0>
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: detected ip block number 8 <vcn_v4_0_5>
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: detected ip block number 9 <jpeg_v4_0_5>
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: detected ip block number 10 <mes_v11_0>
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: detected ip block number 11 <vpe_v6_1>
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: detected ip block number 12 <isp_ip>
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: Fetched VBIOS from VFCT
Sep 10 07:15:35 computer kernel: amdgpu: ATOM BIOS: 113-STRIXEMU-001
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: VPE: collaborate mode false
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: [drm] Optional firmware "amdgpu/isp_4_1_0.bin" was not found
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
Sep 10 07:15:35 computer kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: VRAM: 512M 0x0000008000000000 - 0x000000801FFFFFFF (512M used)
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: GART: 512M 0x00007FFF00000000 - 0x00007FFF1FFFFFFF
Sep 10 07:15:35 computer kernel: [drm] Detected VRAM RAM=512M, BAR=512M
Sep 10 07:15:35 computer kernel: [drm] RAM width 128bits DDR5
Sep 10 07:15:35 computer kernel: [drm] amdgpu: 512M of VRAM memory ready
Sep 10 07:15:35 computer kernel: [drm] amdgpu: 31786M of GTT memory ready.
Sep 10 07:15:35 computer kernel: [drm] GART: num cpu pages 131072, num gpu pages 131072
Sep 10 07:15:35 computer kernel: [drm] PCIE GART of 512M enabled (table at 0x000000801FB00000).
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: [drm] Loading DMUB firmware via PSP: version=0x09002600
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: Found VCN firmware Version ENC: 1.24 DEC: 9 VEP: 0 Revision: 13
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: reserve 0x8900000 from 0x8010000000 for PSP TMR
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: RAS: optional ras ta ucode is not available
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: RAP: optional rap ta ucode is not available
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: SECUREDISPLAY: optional securedisplay ta ucode is not available
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: SMU is initialized successfully!
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: [drm] Display Core v3.2.334 initialized on DCN 3.5
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: [drm] DP-HDMI FRL PCON supported
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: [drm] DMUB hardware initialized: version=0x09002600
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x2a su_y_granularity 0
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Sep 10 07:15:35 computer kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
Sep 10 07:15:35 computer kernel: kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
Sep 10 07:15:35 computer kernel: amdgpu: Virtual CRAT table created for GPU
Sep 10 07:15:35 computer kernel: amdgpu: Topology: Add dGPU node [0x150e:0x1002]
Sep 10 07:15:35 computer kernel: kfd kfd: amdgpu: added device 1002:150e
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: SE 1, SH per SE 2, CU per SH 8, active_cu_number 16
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: ring jpeg_dec_0 uses VM inv eng 1 on hub 8
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 13 on hub 0
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: ring vpe uses VM inv eng 4 on hub 8
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: Runtime PM not available
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: amdgpu: [drm] Using custom brightness curve
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: [drm] Registered 4 planes with drm panic
Sep 10 07:15:35 computer kernel: [drm] Initialized amdgpu 3.64.0 for 0000:c3:00.0 on minor 1
Sep 10 07:15:35 computer kernel: fbcon: Deferring console take-over
Sep 10 07:15:35 computer kernel: amdgpu 0000:c3:00.0: [drm] fb0: amdgpudrmfb frame buffer device
Sep 10 07:15:35 computer kernel: fbcon: Taking over console
Sep 10 07:15:35 computer kernel: [drm] pre_validate_dsc:1627 MST_DSC dsc precompute is not needed
Sep 10 07:15:35 computer kernel: SGI XFS with ACLs, security attributes, realtime, scrub, repair, quota, no debug enabled
Sep 10 07:15:35 computer kernel: XFS (nvme0n1p2): Mounting V5 Filesystem aa06cd66-4dd5-4f8a-8401-db73c0ad8fe8
Sep 10 07:15:35 computer kernel: XFS (nvme0n1p2): Ending clean mount
Sep 10 07:15:35 computer kernel: Console: switching to colour frame buffer device 160x50
Sep 10 07:15:35 computer systemd[1]: systemd 257.9-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Sep 10 07:15:35 computer systemd[1]: Detected architecture x86-64.
Sep 10 07:15:35 computer systemd[1]: Hostname set to <computer>.
Sep 10 07:15:35 computer systemd[1]: bpf-restrict-fs: LSM BPF program attached
Sep 10 07:15:35 computer systemd[1]: Queued start job for default target Graphical Interface.
Sep 10 07:15:35 computer systemd[1]: Created slice Slice /system/dirmngr.
Sep 10 07:15:35 computer systemd[1]: Created slice Slice /system/getty.
Sep 10 07:15:35 computer systemd[1]: Created slice Slice /system/gpg-agent.
Sep 10 07:15:35 computer systemd[1]: Created slice Slice /system/gpg-agent-browser.
Sep 10 07:15:35 computer systemd[1]: Created slice Slice /system/gpg-agent-extra.
Sep 10 07:15:35 computer systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Sep 10 07:15:35 computer systemd[1]: Created slice Slice /system/keyboxd.
Sep 10 07:15:35 computer systemd[1]: Created slice Slice /system/modprobe.
Sep 10 07:15:35 computer systemd[1]: Created slice User and Session Slice.
Sep 10 07:15:35 computer systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Sep 10 07:15:35 computer systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Sep 10 07:15:35 computer systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Sep 10 07:15:35 computer systemd[1]: Expecting device /dev/disk/by-uuid/5F30-4F47...
Sep 10 07:15:35 computer systemd[1]: Reached target Local Encrypted Volumes.
Sep 10 07:15:35 computer systemd[1]: Reached target Login Prompts.
Sep 10 07:15:35 computer systemd[1]: Reached target Local Integrity Protected Volumes.
Sep 10 07:15:35 computer systemd[1]: Reached target Path Units.
Sep 10 07:15:35 computer systemd[1]: Reached target Remote File Systems.
Sep 10 07:15:35 computer systemd[1]: Reached target Slice Units.
Sep 10 07:15:35 computer systemd[1]: Reached target Local Verity Protected Volumes.
Sep 10 07:15:35 computer systemd[1]: Listening on Device-mapper event daemon FIFOs.
Sep 10 07:15:35 computer systemd[1]: Listening on Process Core Dump Socket.
Sep 10 07:15:35 computer systemd[1]: Listening on Credential Encryption/Decryption.
Sep 10 07:15:35 computer systemd[1]: Listening on Journal Socket (/dev/log).
Sep 10 07:15:35 computer systemd[1]: Listening on Journal Sockets.
Sep 10 07:15:35 computer systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 07:15:35 computer systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 07:15:35 computer systemd[1]: Listening on udev Control Socket.
Sep 10 07:15:35 computer systemd[1]: Listening on udev Kernel Socket.
Sep 10 07:15:35 computer systemd[1]: Listening on User Database Manager Socket.
Sep 10 07:15:35 computer systemd[1]: Mounting Huge Pages File System...
Sep 10 07:15:35 computer systemd[1]: Mounting POSIX Message Queue File System...
Sep 10 07:15:35 computer systemd[1]: Mounting Kernel Debug File System...
Sep 10 07:15:35 computer systemd[1]: Mounting Kernel Trace File System...
Sep 10 07:15:35 computer systemd[1]: Starting Create List of Static Device Nodes...
Sep 10 07:15:35 computer systemd[1]: Starting Load Kernel Module configfs...
Sep 10 07:15:35 computer systemd[1]: Starting Load Kernel Module dm_mod...
Sep 10 07:15:35 computer systemd[1]: Starting Load Kernel Module drm...
Sep 10 07:15:35 computer systemd[1]: Starting Load Kernel Module fuse...
Sep 10 07:15:35 computer systemd[1]: Starting Load Kernel Module loop...
Sep 10 07:15:35 computer systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Sep 10 07:15:35 computer systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Sep 10 07:15:35 computer systemd[1]: Starting Journal Service...
Sep 10 07:15:35 computer systemd[1]: Starting Load Kernel Modules...
Sep 10 07:15:35 computer systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 07:15:35 computer systemd[1]: Starting Remount Root and Kernel File Systems...
Sep 10 07:15:35 computer systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 07:15:35 computer systemd[1]: Starting Load udev Rules from Credentials...
Sep 10 07:15:35 computer systemd[1]: Starting Coldplug All udev Devices...
Sep 10 07:15:35 computer systemd[1]: Mounted Huge Pages File System.
Sep 10 07:15:35 computer systemd[1]: Mounted POSIX Message Queue File System.
Sep 10 07:15:35 computer systemd[1]: Mounted Kernel Debug File System.
Sep 10 07:15:35 computer systemd[1]: Mounted Kernel Trace File System.
Sep 10 07:15:35 computer systemd[1]: Finished Create List of Static Device Nodes.
Sep 10 07:15:35 computer systemd[1]: modprobe@configfs.service: Deactivated successfully.
Sep 10 07:15:35 computer systemd[1]: Finished Load Kernel Module configfs.
Sep 10 07:15:35 computer systemd[1]: modprobe@drm.service: Deactivated successfully.
Sep 10 07:15:35 computer systemd[1]: Finished Load Kernel Module drm.
Sep 10 07:15:35 computer systemd[1]: modprobe@fuse.service: Deactivated successfully.
Sep 10 07:15:35 computer systemd[1]: Finished Load Kernel Module fuse.
Sep 10 07:15:35 computer kernel: loop: module loaded
Sep 10 07:15:35 computer systemd[1]: Mounting FUSE Control File System...
Sep 10 07:15:35 computer systemd[1]: Mounting Kernel Configuration File System...
Sep 10 07:15:35 computer systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Sep 10 07:15:35 computer systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 10 07:15:35 computer systemd[1]: Finished Load Kernel Module loop.
Sep 10 07:15:35 computer systemd[1]: Finished Load udev Rules from Credentials.
Sep 10 07:15:35 computer kernel: i2c_dev: i2c /dev entries driver
Sep 10 07:15:35 computer systemd[1]: Finished Remount Root and Kernel File Systems.
Sep 10 07:15:35 computer systemd[1]: Activating swap /swapfile...
Sep 10 07:15:35 computer systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Sep 10 07:15:35 computer systemd[1]: Starting Load/Save OS Random Seed...
Sep 10 07:15:35 computer systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 07:15:35 computer systemd[1]: Mounted FUSE Control File System.
Sep 10 07:15:35 computer systemd[1]: Mounted Kernel Configuration File System.
Sep 10 07:15:35 computer kernel: device-mapper: uevent: version 1.0.3
Sep 10 07:15:35 computer kernel: device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
Sep 10 07:15:35 computer systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Sep 10 07:15:35 computer systemd[1]: Finished Load Kernel Module dm_mod.
Sep 10 07:15:35 computer systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 10 07:15:35 computer systemd-journald[496]: Collecting audit messages is disabled.
Sep 10 07:15:35 computer kernel: Adding 10485756k swap on /swapfile.  Priority:-2 extents:1 across:10485756k SS
Sep 10 07:15:35 computer systemd[1]: Activated swap /swapfile.
Sep 10 07:15:35 computer systemd[1]: Reached target Swaps.
Sep 10 07:15:35 computer systemd[1]: Starting User Database Manager...
Sep 10 07:15:35 computer systemd[1]: Finished Load/Save OS Random Seed.
Sep 10 07:15:35 computer systemd-journald[496]: Journal started
Sep 10 07:15:35 computer systemd-journald[496]: Runtime Journal (/run/log/journal/9d6823cf3665417bada7a5f809441039) is 8M, max 3.1G, 3G free.
Sep 10 07:15:35 computer systemd-modules-load[497]: Inserted module 'crypto_user'
Sep 10 07:15:35 computer systemd-modules-load[497]: Inserted module 'i2c_dev'
Sep 10 07:15:35 computer systemd[1]: Starting Flush Journal to Persistent Storage...
Sep 10 07:15:35 computer systemd[1]: Started Journal Service.
Sep 10 07:15:35 computer systemd[1]: Started User Database Manager.
Sep 10 07:15:35 computer systemd-journald[496]: Time spent on flushing to /var/log/journal/9d6823cf3665417bada7a5f809441039 is 14.211ms for 1177 entries.
Sep 10 07:15:35 computer systemd-journald[496]: System Journal (/var/log/journal/9d6823cf3665417bada7a5f809441039) is 62.5M, max 4G, 3.9G free.
Sep 10 07:15:35 computer systemd-journald[496]: Received client request to flush runtime journal.
Sep 10 07:15:35 computer systemd[1]: Finished Coldplug All udev Devices.
Sep 10 07:15:35 computer systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Sep 10 07:15:35 computer systemd[1]: Starting Create System Users...
Sep 10 07:15:35 computer systemd[1]: Finished Flush Journal to Persistent Storage.
Sep 10 07:15:35 computer systemd[1]: Finished Create System Users.
Sep 10 07:15:35 computer systemd[1]: Starting Network Time Synchronization...
Sep 10 07:15:35 computer systemd[1]: Starting Create Static Device Nodes in /dev...
Sep 10 07:15:35 computer kernel: nvidia: loading out-of-tree module taints kernel.
Sep 10 07:15:35 computer kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Sep 10 07:15:35 computer systemd[1]: Finished Create Static Device Nodes in /dev.
Sep 10 07:15:35 computer systemd[1]: Reached target Preparation for Local File Systems.
Sep 10 07:15:35 computer systemd[1]: Starting Rule-based Manager for Device Events and Files...
Sep 10 07:15:35 computer systemd[1]: Started Network Time Synchronization.
Sep 10 07:15:35 computer systemd[1]: Reached target System Time Set.
Sep 10 07:15:35 computer systemd-udevd[552]: Using default interface naming scheme 'v257'.
Sep 10 07:15:35 computer systemd[1]: Started Rule-based Manager for Device Events and Files.
Sep 10 07:15:35 computer systemd[1]: Condition check resulted in /dev/tpmrm0 being skipped.
Sep 10 07:15:35 computer systemd[1]: Reached target Trusted Platform Module.
Sep 10 07:15:35 computer kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 234
Sep 10 07:15:35 computer kernel:
Sep 10 07:15:35 computer kernel: nvidia 0000:c2:00.0: enabling device (0000 -> 0003)
Sep 10 07:15:35 computer kernel: nvidia 0000:c2:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none
Sep 10 07:15:35 computer kernel: ACPI: bus type thunderbolt registered
Sep 10 07:15:35 computer systemd[1]: Found device Samsung SSD 990 EVO 1TB 1.
Sep 10 07:15:35 computer kernel: amdxdna 0000:c4:00.1: enabling device (0000 -> 0002)
Sep 10 07:15:35 computer kernel: NVRM: loading NVIDIA UNIX Open Kernel Module for x86_64  580.82.07  Release Build  (root@)
Sep 10 07:15:35 computer kernel: ccp 0000:c3:00.2: enabling device (0000 -> 0002)
Sep 10 07:15:35 computer mtp-probe[631]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:08.1/0000:c3:00.4/usb1/1-1"
Sep 10 07:15:35 computer systemd[1]: Created slice Slice /system/systemd-backlight.
Sep 10 07:15:35 computer mtp-probe[631]: bus: 1, device: 2 was not an MTP device
Sep 10 07:15:35 computer systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:amdgpu_bl1...
Sep 10 07:15:35 computer kernel: ccp 0000:c3:00.2: tee enabled
Sep 10 07:15:35 computer kernel: ccp 0000:c3:00.2: psp enabled
Sep 10 07:15:35 computer kernel: input: PC Speaker as /devices/platform/pcspkr/input/input7
Sep 10 07:15:35 computer kernel: RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 163840 ms ovfl timer
Sep 10 07:15:35 computer kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Sep 10 07:15:35 computer kernel: RAPL PMU: hw unit of domain core 2^-16 Joules
Sep 10 07:15:35 computer kernel: mc: Linux media interface: v0.10
Sep 10 07:15:35 computer systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:amdgpu_bl1.
Sep 10 07:15:35 computer kernel: Bluetooth: Core ver 2.22
Sep 10 07:15:35 computer kernel: NET: Registered PF_BLUETOOTH protocol family
Sep 10 07:15:35 computer kernel: Bluetooth: HCI device and connection manager initialized
Sep 10 07:15:35 computer kernel: Bluetooth: HCI socket layer initialized
Sep 10 07:15:35 computer kernel: Bluetooth: L2CAP socket layer initialized
Sep 10 07:15:35 computer kernel: Bluetooth: SCO socket layer initialized
Sep 10 07:15:35 computer systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Sep 10 07:15:35 computer systemd[1]: Starting Virtual Console Setup...
Sep 10 07:15:35 computer systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
Sep 10 07:15:35 computer systemd[1]: Stopped Virtual Console Setup.
Sep 10 07:15:35 computer systemd[1]: Starting Virtual Console Setup...
Sep 10 07:15:35 computer kernel: [drm] Initialized amdxdna_accel_driver 0.0.0 for 0000:c4:00.1 on minor 0
Sep 10 07:15:35 computer systemd[1]: Finished Virtual Console Setup.
Sep 10 07:15:35 computer kernel: input: FTCS1041:00 2808:0222 Mouse as /devices/platform/AMDI0010:00/i2c-0/i2c-FTCS1041:00/0018:2808:0222.0001/input/input9
Sep 10 07:15:35 computer kernel: input: FTCS1041:00 2808:0222 Touchpad as /devices/platform/AMDI0010:00/i2c-0/i2c-FTCS1041:00/0018:2808:0222.0001/input/input10
Sep 10 07:15:35 computer kernel: hid-generic 0018:2808:0222.0001: input,hidraw0: I2C HID v1.00 Mouse [FTCS1041:00 2808:0222] on i2c-FTCS1041:00
Sep 10 07:15:35 computer systemd[1]: Starting Load Kernel Module dm_mod...
Sep 10 07:15:35 computer systemd[1]: Starting Load Kernel Module loop...
Sep 10 07:15:35 computer systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Sep 10 07:15:35 computer systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Sep 10 07:15:35 computer systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Sep 10 07:15:35 computer systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 07:15:35 computer systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 07:15:35 computer systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 07:15:35 computer kernel: tuxedo_keyboard: module init
Sep 10 07:15:35 computer kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Sep 10 07:15:35 computer kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Sep 10 07:15:35 computer kernel: i2c i2c-21: Successfully instantiated SPD at 0x50
Sep 10 07:15:35 computer kernel: i2c i2c-21: Successfully instantiated SPD at 0x51
Sep 10 07:15:35 computer kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Sep 10 07:15:35 computer kernel: i2c i2c-23: Successfully instantiated SPD at 0x50
Sep 10 07:15:35 computer kernel: i2c i2c-23: Successfully instantiated SPD at 0x51
Sep 10 07:15:35 computer kernel: videodev: Linux video capture interface: v2.00
Sep 10 07:15:35 computer kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Sep 10 07:15:35 computer kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Sep 10 07:15:35 computer kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Sep 10 07:15:35 computer systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Sep 10 07:15:35 computer systemd[1]: Finished Load Kernel Module dm_mod.
Sep 10 07:15:35 computer systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 10 07:15:35 computer systemd[1]: Finished Load Kernel Module loop.
Sep 10 07:15:35 computer systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 10 07:15:35 computer kernel: input: FTCS1041:00 2808:0222 Mouse as /devices/platform/AMDI0010:00/i2c-0/i2c-FTCS1041:00/0018:2808:0222.0001/input/input12
Sep 10 07:15:35 computer kernel: input: FTCS1041:00 2808:0222 Touchpad as /devices/platform/AMDI0010:00/i2c-0/i2c-FTCS1041:00/0018:2808:0222.0001/input/input13
Sep 10 07:15:35 computer kernel: hid-multitouch 0018:2808:0222.0001: input,hidraw0: I2C HID v1.00 Mouse [FTCS1041:00 2808:0222] on i2c-FTCS1041:00
Sep 10 07:15:35 computer kernel: amd-pmf AMDI0103:00: No Smart PC policy present
Sep 10 07:15:35 computer kernel: amd-pmf AMDI0103:00: registered PMF device successfully
Sep 10 07:15:35 computer kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Sep 10 07:15:35 computer kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Sep 10 07:15:35 computer kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Sep 10 07:15:35 computer kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Sep 10 07:15:35 computer kernel: cfg80211: failed to load regulatory.db
Sep 10 07:15:35 computer systemd-modules-load[497]: Inserted module 'nvidia_uvm'
Sep 10 07:15:35 computer systemd[1]: Finished Load Kernel Modules.
Sep 10 07:15:35 computer kernel: spd5118 21-0050: DDR5 temperature sensor: vendor 0x0b:0x10 revision 2.2
Sep 10 07:15:35 computer systemd[1]: Starting Apply Kernel Variables...
Sep 10 07:15:35 computer kernel: usbcore: registered new interface driver btusb
Sep 10 07:15:35 computer systemd[1]: Starting Load/Save RF Kill Switch Status...
Sep 10 07:15:35 computer kernel: mousedev: PS/2 mouse device common for all mice
Sep 10 07:15:35 computer systemd[1]: Starting Load Kernel Module dm_mod...
Sep 10 07:15:35 computer systemd[1]: Starting Load Kernel Module loop...
Sep 10 07:15:35 computer systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Sep 10 07:15:35 computer systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Sep 10 07:15:35 computer systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Sep 10 07:15:35 computer kernel: spd5118 21-0051: DDR5 temperature sensor: vendor 0x00:0xb3 revision 2.2
Sep 10 07:15:35 computer kernel: Bluetooth: hci0: Device revision is 0
Sep 10 07:15:35 computer kernel: Bluetooth: hci0: Secure boot is enabled
Sep 10 07:15:35 computer kernel: Bluetooth: hci0: OTP lock is enabled
Sep 10 07:15:35 computer kernel: Bluetooth: hci0: API lock is enabled
Sep 10 07:15:35 computer kernel: Bluetooth: hci0: Debug lock is disabled
Sep 10 07:15:35 computer kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
Sep 10 07:15:35 computer kernel: Bluetooth: hci0: Bootloader timestamp 2019.40 buildtype 1 build 38
Sep 10 07:15:35 computer kernel: Bluetooth: hci0: No support for _PRR ACPI method
Sep 10 07:15:35 computer systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 07:15:35 computer systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 07:15:35 computer systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 07:15:35 computer systemd[1]: Started Load/Save RF Kill Switch Status.
Sep 10 07:15:35 computer kernel: Intel(R) Wireless WiFi driver for Linux
Sep 10 07:15:35 computer kernel: iwlwifi 0000:bf:00.0: enabling device (0000 -> 0002)
Sep 10 07:15:35 computer kernel: r8169 0000:c0:00.0 eth0: RTL8168h/8111h, d4:93:90:59:ca:20, XID 541, IRQ 142
Sep 10 07:15:35 computer kernel: r8169 0000:c0:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Sep 10 07:15:35 computer systemd[1]: Finished Apply Kernel Variables.
Sep 10 07:15:35 computer kernel: Bluetooth: hci0: Found device firmware: intel/ibt-0041-0041.sfi
Sep 10 07:15:35 computer kernel: Bluetooth: hci0: Boot Address: 0x100800
Sep 10 07:15:35 computer kernel: Bluetooth: hci0: Firmware Version: 133-20.25
Sep 10 07:15:35 computer systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Sep 10 07:15:35 computer systemd[1]: Finished Load Kernel Module dm_mod.
Sep 10 07:15:35 computer systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 10 07:15:35 computer systemd[1]: Finished Load Kernel Module loop.
Sep 10 07:15:35 computer systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 10 07:15:35 computer kernel: tuxedo_keyboard: Set keyboard enabled to: 1
Sep 10 07:15:35 computer kernel: tuxedo_keyboard: Set keyboard backlight mode on CUSTOM
Sep 10 07:15:35 computer kernel: r8169 0000:c0:00.0 enp192s0: renamed from eth0
Sep 10 07:15:35 computer kernel: kvm_amd: TSC scaling supported
Sep 10 07:15:35 computer kernel: kvm_amd: Nested Virtualization enabled
Sep 10 07:15:35 computer kernel: kvm_amd: Nested Paging enabled
Sep 10 07:15:35 computer kernel: kvm_amd: LBR virtualization supported
Sep 10 07:15:35 computer kernel: kvm_amd: Virtual VMLOAD VMSAVE supported
Sep 10 07:15:35 computer kernel: kvm_amd: Virtual GIF supported
Sep 10 07:15:35 computer kernel: kvm_amd: Virtual NMI enabled
Sep 10 07:15:35 computer kernel: iwlwifi 0000:bf:00.0: Detected crf-id 0x400410, cnv-id 0x400410 wfpm id 0x80000000
Sep 10 07:15:35 computer kernel: iwlwifi 0000:bf:00.0: PCI dev 2725/0024, rev=0x420, rfid=0x10d000
Sep 10 07:15:35 computer kernel: iwlwifi 0000:bf:00.0: Detected Intel(R) Wi-Fi 6E AX210 160MHz
Sep 10 07:15:35 computer kernel: iwlwifi 0000:bf:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.0.2.42
Sep 10 07:15:35 computer kernel: iwlwifi 0000:bf:00.0: loaded firmware version 89.af655058.0 ty-a0-gf-a0-89.ucode op_mode iwlmvm
Sep 10 07:15:35 computer kernel: ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [S907] at bit offset/length 112/16 exceeds size of target Buffer (120 bits) (20250404/dsopcode-198)
Sep 10 07:15:35 computer kernel: ACPI Error: Aborting method \_SB.DCHU.PEVT due to previous error (AE_AML_BUFFER_LIMIT) (20250404/psparse-529)
Sep 10 07:15:35 computer kernel: ACPI Error: Aborting method \_SB.DCHU._DSM due to previous error (AE_AML_BUFFER_LIMIT) (20250404/psparse-529)
Sep 10 07:15:35 computer kernel: ACPI: \_SB_.DCHU: failed to evaluate _DSM e424f293-dcfb-bf4b-add6-db71bdc0afad rev:0 func:4 (0x300a)
Sep 10 07:15:35 computer kernel: clevo_acpi: failed to evaluate _DSM
Sep 10 07:15:35 computer kernel: ACPI: battery: new hook: TUXEDO Flexicharger Extension
Sep 10 07:15:35 computer kernel: input: TUXEDO Keyboard as /devices/platform/tuxedo_keyboard/input/input15
Sep 10 07:15:35 computer kernel: ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [S907] at bit offset/length 112/16 exceeds size of target Buffer (120 bits) (20250404/dsopcode-198)
Sep 10 07:15:35 computer kernel: ACPI Error: Aborting method \_SB.DCHU.PEVT due to previous error (AE_AML_BUFFER_LIMIT) (20250404/psparse-529)
Sep 10 07:15:35 computer kernel: ACPI Error: Aborting method \_SB.DCHU._DSM due to previous error (AE_AML_BUFFER_LIMIT) (20250404/psparse-529)
Sep 10 07:15:35 computer kernel: ACPI: \_SB_.DCHU: failed to evaluate _DSM e424f293-dcfb-bf4b-add6-db71bdc0afad rev:0 func:4 (0x300a)
Sep 10 07:15:35 computer kernel: clevo_acpi: failed to evaluate _DSM
Sep 10 07:15:35 computer kernel: clevo_wmi: interface initialized
Sep 10 07:15:35 computer kernel: clevo_acpi: interface initialized
Sep 10 07:15:35 computer kernel: ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [S907] at bit offset/length 112/16 exceeds size of target Buffer (120 bits) (20250404/dsopcode-198)
Sep 10 07:15:35 computer kernel: ACPI Error: Aborting method \_SB.DCHU.PEVT due to previous error (AE_AML_BUFFER_LIMIT) (20250404/psparse-529)
Sep 10 07:15:35 computer kernel: ACPI Error: Aborting method \_SB.DCHU._DSM due to previous error (AE_AML_BUFFER_LIMIT) (20250404/psparse-529)
Sep 10 07:15:35 computer kernel: ACPI: \_SB_.DCHU: failed to evaluate _DSM e424f293-dcfb-bf4b-add6-db71bdc0afad rev:0 func:4 (0x300a)
Sep 10 07:15:35 computer kernel: clevo_acpi: failed to evaluate _DSM
Sep 10 07:15:35 computer kernel: pps_core: LinuxPPS API ver. 1 registered
Sep 10 07:15:35 computer kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Sep 10 07:15:35 computer kernel: snd_acp_pci 0000:c3:00.5: enabling device (0000 -> 0002)
Sep 10 07:15:35 computer kernel: platform acp_asoc_acp70.0: warning: No matching ASoC machine driver found
Sep 10 07:15:35 computer kernel: PTP clock support registered
Sep 10 07:15:35 computer kernel: usb 1-1: Found UVC 1.00 device BisonCam,NB Pro (5986:9102)
Sep 10 07:15:35 computer systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:rgb:kbd_backlight...
Sep 10 07:15:35 computer kernel: usbcore: registered new interface driver uvcvideo
Sep 10 07:15:35 computer kernel: ucsi_acpi USBC000:00: error -EOPNOTSUPP: PPM init failed
Sep 10 07:15:35 computer systemd[1]: Finished Load/Save Screen Backlight Brightness of leds:rgb:kbd_backlight.
Sep 10 07:15:35 computer kernel: amd_atl: AMD Address Translation Library initialized
Sep 10 07:15:35 computer kernel: intel_rapl_common: Found RAPL domain package
Sep 10 07:15:35 computer kernel: intel_rapl_common: Found RAPL domain core
Sep 10 07:15:36 computer kernel: iwlwifi 0000:bf:00.0: WFPM_UMAC_PD_NOTIFICATION: 0x20
Sep 10 07:15:36 computer kernel: iwlwifi 0000:bf:00.0: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Sep 10 07:15:36 computer kernel: iwlwifi 0000:bf:00.0: WFPM_AUTH_KEY_0: 0x90
Sep 10 07:15:36 computer kernel: iwlwifi 0000:bf:00.0: CNVI_SCU_SEQ_DATA_DW9: 0x0
Sep 10 07:15:36 computer kernel: iwlwifi 0000:bf:00.0: Detected RF GF, rfid=0x10d000
Sep 10 07:15:36 computer kernel: iwlwifi 0000:bf:00.0: loaded PNVM version 1c1ef094
Sep 10 07:15:36 computer systemd[1]: Mounting /boot...
Sep 10 07:15:36 computer systemd[1]: Mounting Temporary Directory /tmp...
Sep 10 07:15:36 computer systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Sep 10 07:15:36 computer systemd[1]: Listening on Disk Image Download Service Socket.
Sep 10 07:15:36 computer systemd-timesyncd[546]: Network configuration changed, trying to establish connection.
Sep 10 07:15:36 computer kernel: iwlwifi 0000:bf:00.0: base HW address: 70:08:10:b1:fc:8d
Sep 10 07:15:36 computer systemd[1]: Mounted Temporary Directory /tmp.
Sep 10 07:15:36 computer systemd[1]: Mounted /boot.
Sep 10 07:15:36 computer systemd[1]: Reached target Local File Systems.
Sep 10 07:15:36 computer systemd[1]: Listening on Boot Entries Service Socket.
Sep 10 07:15:36 computer systemd-timesyncd[546]: Network configuration changed, trying to establish connection.
Sep 10 07:15:36 computer systemd-timesyncd[546]: Network configuration changed, trying to establish connection.
Sep 10 07:15:36 computer systemd[1]: Listening on System Extension Image Management.
Sep 10 07:15:36 computer systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Sep 10 07:15:36 computer systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Sep 10 07:15:36 computer systemd[1]: Starting Create System Files and Directories...
Sep 10 07:15:36 computer kernel: iwlwifi 0000:bf:00.0 wlp191s0: renamed from wlan0
Sep 10 07:15:36 computer systemd-timesyncd[546]: Network configuration changed, trying to establish connection.
Sep 10 07:15:36 computer systemd-timesyncd[546]: Network configuration changed, trying to establish connection.
Sep 10 07:15:36 computer systemd-timesyncd[546]: Network configuration changed, trying to establish connection.
Sep 10 07:15:36 computer systemd[1]: Finished Create System Files and Directories.
Sep 10 07:15:36 computer systemd[1]: Starting Rebuild Dynamic Linker Cache...
Sep 10 07:15:36 computer systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 10 07:15:36 computer systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 10 07:15:36 computer systemd[1]: Starting Rebuild Journal Catalog...
Sep 10 07:15:36 computer systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Sep 10 07:15:36 computer systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Sep 10 07:15:36 computer systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Sep 10 07:15:36 computer systemd[1]: Finished Rebuild Journal Catalog.
Sep 10 07:15:36 computer systemd[1]: Finished Rebuild Dynamic Linker Cache.
Sep 10 07:15:36 computer systemd[1]: Starting Update is Completed...
Sep 10 07:15:36 computer systemd[1]: Finished Update is Completed.
Sep 10 07:15:36 computer systemd[1]: Reached target System Initialization.
Sep 10 07:15:36 computer systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Sep 10 07:15:36 computer systemd[1]: Started Daily verification of password and group files.
Sep 10 07:15:36 computer systemd[1]: Started Daily Cleanup of Temporary Directories.
Sep 10 07:15:36 computer systemd[1]: Reached target Timer Units.
Sep 10 07:15:36 computer systemd[1]: Listening on D-Bus System Message Bus Socket.
Sep 10 07:15:36 computer systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Sep 10 07:15:36 computer systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Sep 10 07:15:36 computer systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Sep 10 07:15:36 computer systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Sep 10 07:15:36 computer systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Sep 10 07:15:36 computer systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Sep 10 07:15:36 computer systemd[1]: Listening on Hostname Service Socket.
Sep 10 07:15:36 computer systemd[1]: Reached target Socket Units.
Sep 10 07:15:36 computer systemd[1]: Starting D-Bus System Message Bus...
Sep 10 07:15:36 computer systemd[1]: TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 07:15:36 computer systemd[1]: Started D-Bus System Message Bus.
Sep 10 07:15:36 computer systemd[1]: Reached target Basic System.
Sep 10 07:15:36 computer systemd[1]: Starting Network Manager...
Sep 10 07:15:36 computer systemd[1]: Starting Bluetooth service...
Sep 10 07:15:36 computer systemd[1]: Starting Thunderbolt system service...
Sep 10 07:15:36 computer systemd[1]: Starting User Login Management...
Sep 10 07:15:36 computer systemd[1]: TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 07:15:36 computer dbus-broker-launch[729]: Ready
Sep 10 07:15:36 computer boltd[733]: bolt 0.9.10 starting up.
Sep 10 07:15:36 computer bluetoothd[732]: Bluetooth daemon 5.83
Sep 10 07:15:36 computer systemd[1]: Started Bluetooth service.
Sep 10 07:15:36 computer systemd[1]: Reached target Bluetooth Support.
Sep 10 07:15:36 computer bluetoothd[732]: Starting SDP server
Sep 10 07:15:36 computer boltd[733]: manager: initializing store
Sep 10 07:15:36 computer boltd[733]: store: located at: /var/lib/boltd
Sep 10 07:15:36 computer boltd[733]: config: loading user config
Sep 10 07:15:36 computer boltd[733]: bouncer: initializing polkit
Sep 10 07:15:36 computer NetworkManager[731]: <info>  [1757502936.4279] NetworkManager (version 1.54.0-1) is starting... (boot:6d281628-640b-47cb-addc-12506a06f6a1)
Sep 10 07:15:36 computer NetworkManager[731]: <info>  [1757502936.4279] Read config: /etc/NetworkManager/NetworkManager.conf, /usr/lib/NetworkManager/conf.d/20-connectivity.conf
Sep 10 07:15:36 computer systemd[1]: Starting Authorization Manager...
Sep 10 07:15:36 computer NetworkManager[731]: <info>  [1757502936.4309] manager[0x55753cd76200]: monitoring kernel firmware directory '/lib/firmware'.
Sep 10 07:15:36 computer kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Sep 10 07:15:36 computer kernel: Bluetooth: BNEP filters: protocol multicast
Sep 10 07:15:36 computer kernel: Bluetooth: BNEP socket layer initialized
Sep 10 07:15:36 computer bluetoothd[732]: Bluetooth management interface 1.23 initialized
Sep 10 07:15:36 computer systemd[1]: Starting Hostname Service...
Sep 10 07:15:36 computer systemd-logind[734]: New seat seat0.
Sep 10 07:15:36 computer systemd-logind[734]: Watching system buttons on /dev/input/event0 (Power Button)
Sep 10 07:15:36 computer systemd-logind[734]: Watching system buttons on /dev/input/event2 (Lid Switch)
Sep 10 07:15:36 computer systemd-logind[734]: Watching system buttons on /dev/input/event1 (Sleep Button)
Sep 10 07:15:36 computer systemd-logind[734]: Watching system buttons on /dev/input/event3 (AT Translated Set 2 keyboard)
Sep 10 07:15:36 computer systemd[1]: Started User Login Management.
Sep 10 07:15:36 computer polkitd[752]: Started polkitd version 126
Sep 10 07:15:36 computer polkitd[752]: Loading rules from directory /etc/polkit-1/rules.d
Sep 10 07:15:36 computer polkitd[752]: Loading rules from directory /run/polkit-1/rules.d
Sep 10 07:15:36 computer polkitd[752]: Error opening rules directory: Error opening directory “/run/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
Sep 10 07:15:36 computer polkitd[752]: Loading rules from directory /usr/local/share/polkit-1/rules.d
Sep 10 07:15:36 computer polkitd[752]: Error opening rules directory: Error opening directory “/usr/local/share/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
Sep 10 07:15:36 computer polkitd[752]: Loading rules from directory /usr/share/polkit-1/rules.d
Sep 10 07:15:36 computer polkitd[752]: Finished loading, compiling and executing 3 rules
Sep 10 07:15:36 computer systemd[1]: Started Authorization Manager.
Sep 10 07:15:36 computer polkitd[752]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Sep 10 07:15:36 computer boltd[733]: watchdog: enabled [pulse: 90s]
Sep 10 07:15:36 computer boltd[733]: udev: initializing udev
Sep 10 07:15:36 computer boltd[733]: store: loading domains
Sep 10 07:15:36 computer boltd[733]: store: loading devices
Sep 10 07:15:36 computer boltd[733]: power: state located at: /run/boltd/power
Sep 10 07:15:36 computer boltd[733]: power: force power support: no
Sep 10 07:15:36 computer boltd[733]: udev: enumerating devices
Sep 10 07:15:36 computer boltd[733]: probing: adding /sys/devices/pci0000:00 to roots
Sep 10 07:15:36 computer boltd[733]: [c1ab3804-a010-domain0                    ] newly connected [iommu+user] (/sys/devices/pci0000:00/0000:00:08.3/0000:c5:00.5/domain0/0-0)
Sep 10 07:15:36 computer boltd[733]: security level set to 'user'
Sep 10 07:15:36 computer boltd[733]: [c1ab3804-a010-domain0                    ] domain: registered (bootacl: 0/0)
Sep 10 07:15:36 computer boltd[733]: [c1ab3804-a010-domain0                    ] bootacl: bootacl not supported, no sync
Sep 10 07:15:36 computer boltd[733]: [c1ab3804-a010-domain0                    ] udev: failed to determine if uid is stable: unknown NHI PCI id '0x151c'
Sep 10 07:15:36 computer boltd[733]: [c1ab3804-a010-domain0                    ] udev: uuid is stable: no (for NHI: 0x151c)
Sep 10 07:15:36 computer boltd[733]: global 'generation' set to '4'
Sep 10 07:15:36 computer boltd[733]: [c1ab3804-a010-NightSky ARX516            ] device added, status: authorized, at /sys/devices/pci0000:00/0000:00:08.3/0000:c5:00.5/domain0/0-0
Sep 10 07:15:36 computer boltd[733]: [c1ab3804-a010-NightSky ARX516            ] labeling device: EUROCOM NightSky ARX516
Sep 10 07:15:36 computer boltd[733]: probing: adding /sys/devices/pci0000:00 to roots
Sep 10 07:15:36 computer boltd[733]: [c1ab3804-a110-domain1                    ] newly connected [iommu+user] (/sys/devices/pci0000:00/0000:00:08.3/0000:c5:00.6/domain1/1-0)
Sep 10 07:15:36 computer boltd[733]: [c1ab3804-a110-domain1                    ] domain: registered (bootacl: 0/0)
Sep 10 07:15:36 computer boltd[733]: [c1ab3804-a110-domain1                    ] bootacl: bootacl not supported, no sync
Sep 10 07:15:36 computer boltd[733]: [c1ab3804-a110-domain1                    ] udev: failed to determine if uid is stable: unknown NHI PCI id '0x151d'
Sep 10 07:15:36 computer boltd[733]: [c1ab3804-a110-domain1                    ] udev: uuid is stable: no (for NHI: 0x151d)
Sep 10 07:15:36 computer boltd[733]: [c1ab3804-a110-NightSky ARX516            ] device added, status: authorized, at /sys/devices/pci0000:00/0000:00:08.3/0000:c5:00.6/domain1/1-0
Sep 10 07:15:36 computer boltd[733]: [c1ab3804-a110-NightSky ARX516            ] labeling device: EUROCOM NightSky ARX516
Sep 10 07:15:36 computer boltd[733]: [c1ab3804-a010-domain0                    ] dbus: exported domain at /org/freedesktop/bolt/domains/c1ab3804_a010_daa7_ffff_ffffffffffff
Sep 10 07:15:36 computer boltd[733]: [c1ab3804-a110-domain1                    ] dbus: exported domain at /org/freedesktop/bolt/domains/c1ab3804_a110_daa7_ffff_ffffffffffff
Sep 10 07:15:36 computer boltd[733]: [c1ab3804-a010-NightSky ARX516            ] dbus: exported device at /org/freedesktop/bolt/devices/c1ab3804_a010...
Sep 10 07:15:36 computer boltd[733]: [c1ab3804-a110-NightSky ARX516            ] dbus: exported device at /org/freedesktop/bolt/devices/c1ab3804_a110...
Sep 10 07:15:36 computer systemd[1]: Started Thunderbolt system service.
Sep 10 07:15:36 computer systemd[1]: Started Hostname Service.
Sep 10 07:15:36 computer NetworkManager[731]: <info>  [1757502936.4574] hostname: hostname: using hostnamed
Sep 10 07:15:36 computer NetworkManager[731]: <info>  [1757502936.4575] hostname: static hostname changed from (none) to "computer"
Sep 10 07:15:36 computer NetworkManager[731]: <info>  [1757502936.4578] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Sep 10 07:15:36 computer NetworkManager[731]: <info>  [1757502936.4586] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:02.2/0000:bf:00.0/ieee80211/phy0/rfkill1) (driver iwlwifi)
Sep 10 07:15:36 computer NetworkManager[731]: <info>  [1757502936.4588] manager[0x55753cd76200]: rfkill: Wi-Fi hardware radio set enabled
Sep 10 07:15:36 computer NetworkManager[731]: <info>  [1757502936.4588] manager[0x55753cd76200]: rfkill: WWAN hardware radio set enabled
Sep 10 07:15:36 computer NetworkManager[731]: <info>  [1757502936.4623] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.54.0-1/libnm-device-plugin-adsl.so)
Sep 10 07:15:36 computer NetworkManager[731]: <info>  [1757502936.4636] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.54.0-1/libnm-device-plugin-bluetooth.so)
Sep 10 07:15:36 computer NetworkManager[731]: <info>  [1757502936.4640] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.54.0-1/libnm-device-plugin-ovs.so)
Sep 10 07:15:36 computer NetworkManager[731]: <info>  [1757502936.4730] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.54.0-1/libnm-device-plugin-team.so)
Sep 10 07:15:36 computer NetworkManager[731]: <info>  [1757502936.4734] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.54.0-1/libnm-device-plugin-wifi.so)
Sep 10 07:15:36 computer NetworkManager[731]: <info>  [1757502936.4735] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.54.0-1/libnm-device-plugin-wwan.so)
Sep 10 07:15:36 computer NetworkManager[731]: <info>  [1757502936.4736] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Sep 10 07:15:36 computer NetworkManager[731]: <info>  [1757502936.4736] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Sep 10 07:15:36 computer NetworkManager[731]: <info>  [1757502936.4736] manager: Networking is enabled by state file
Sep 10 07:15:36 computer NetworkManager[731]: <info>  [1757502936.4741] settings: Loaded settings plugin: keyfile (internal)
Sep 10 07:15:36 computer NetworkManager[731]: <info>  [1757502936.4753] dhcp: init: Using DHCP client 'internal'
Sep 10 07:15:36 computer NetworkManager[731]: <info>  [1757502936.4754] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Sep 10 07:15:36 computer NetworkManager[731]: <info>  [1757502936.4758] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', managed-type: 'external')
Sep 10 07:15:36 computer NetworkManager[731]: <info>  [1757502936.4760] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'external')
Sep 10 07:15:36 computer NetworkManager[731]: <info>  [1757502936.4762] device (lo): Activation: starting connection 'lo' (7ae2f38e-2b25-40e3-83f6-08b8798c5549)
Sep 10 07:15:36 computer systemd[1]: Starting Network Manager Script Dispatcher Service...
Sep 10 07:15:36 computer NetworkManager[731]: <info>  [1757502936.4764] manager: (enp192s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Sep 10 07:15:36 computer NetworkManager[731]: <info>  [1757502936.4767] settings: (enp192s0): created default wired connection 'Wired connection 1'
Sep 10 07:15:36 computer NetworkManager[731]: <info>  [1757502936.4767] device (enp192s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Sep 10 07:15:36 computer kernel: Generic FE-GE Realtek PHY r8169-0-c000:00: attached PHY driver (mii_bus:phy_addr=r8169-0-c000:00, irq=MAC)
Sep 10 07:15:36 computer systemd[1]: Started Network Manager Script Dispatcher Service.
Sep 10 07:15:36 computer kernel: r8169 0000:c0:00.0 enp192s0: Link is Down
Sep 10 07:15:36 computer NetworkManager[731]: <info>  [1757502936.6548] device (wlp191s0): driver supports Access Point (AP) mode
Sep 10 07:15:36 computer NetworkManager[731]: <info>  [1757502936.6553] manager: (wlp191s0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Sep 10 07:15:36 computer NetworkManager[731]: <info>  [1757502936.6554] device (wlp191s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Sep 10 07:15:36 computer kernel: nvidia 0000:c2:00.0: Enabling HDA controller
Sep 10 07:15:36 computer kernel: snd_hda_intel 0000:c2:00.1: enabling device (0000 -> 0002)
Sep 10 07:15:36 computer kernel: snd_hda_intel 0000:c2:00.1: Disabling MSI
Sep 10 07:15:36 computer kernel: snd_hda_intel 0000:c2:00.1: Handle vga_switcheroo audio client
Sep 10 07:15:36 computer kernel: snd_hda_intel 0000:c3:00.1: enabling device (0000 -> 0002)
Sep 10 07:15:36 computer kernel: snd_hda_intel 0000:c3:00.1: Handle vga_switcheroo audio client
Sep 10 07:15:36 computer kernel: snd_hda_intel 0000:c3:00.6: enabling device (0000 -> 0002)
Sep 10 07:15:36 computer boltd[733]: probing: started [1000]
Sep 10 07:15:36 computer kernel: snd_hda_intel 0000:c3:00.1: bound 0000:c3:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
Sep 10 07:15:36 computer kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:c2:00.1/sound/card0/input20
Sep 10 07:15:36 computer kernel: input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:c3:00.1/sound/card1/input16
Sep 10 07:15:36 computer kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:c2:00.1/sound/card0/input21
Sep 10 07:15:36 computer kernel: input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:c3:00.1/sound/card1/input17
Sep 10 07:15:36 computer kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:c2:00.1/sound/card0/input22
Sep 10 07:15:36 computer kernel: input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:c3:00.1/sound/card1/input18
Sep 10 07:15:36 computer kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:c2:00.1/sound/card0/input23
Sep 10 07:15:36 computer kernel: input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:08.1/0000:c3:00.1/sound/card1/input19
Sep 10 07:15:36 computer systemd[1]: Reached target Sound Card.
Sep 10 07:15:36 computer kernel: snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC245: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
Sep 10 07:15:36 computer kernel: snd_hda_codec_realtek hdaudioC2D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Sep 10 07:15:36 computer kernel: snd_hda_codec_realtek hdaudioC2D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Sep 10 07:15:36 computer kernel: snd_hda_codec_realtek hdaudioC2D0:    mono: mono_out=0x0
Sep 10 07:15:36 computer kernel: snd_hda_codec_realtek hdaudioC2D0:    inputs:
Sep 10 07:15:36 computer kernel: snd_hda_codec_realtek hdaudioC2D0:      Mic=0x12
Sep 10 07:15:36 computer kernel: nvidia-modeset: Loading NVIDIA UNIX Open Kernel Mode Setting Driver for x86_64  580.82.07  Release Build  (root@)
Sep 10 07:15:36 computer kernel: [drm] [nvidia-drm] [GPU ID 0x0000c200] Loading driver
Sep 10 07:15:36 computer kernel: input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:c3:00.6/sound/card2/input24
Sep 10 07:15:36 computer kernel: NVRM: testIfDsmSubFunctionEnabled: GPS ACPI DSM called before _acpiDsmSupportedFuncCacheInit subfunction = 11.
Sep 10 07:15:36 computer kernel: iwlwifi 0000:bf:00.0: WFPM_UMAC_PD_NOTIFICATION: 0x20
Sep 10 07:15:36 computer kernel: iwlwifi 0000:bf:00.0: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Sep 10 07:15:36 computer kernel: iwlwifi 0000:bf:00.0: WFPM_AUTH_KEY_0: 0x90
Sep 10 07:15:36 computer kernel: iwlwifi 0000:bf:00.0: CNVI_SCU_SEQ_DATA_DW9: 0x0
Sep 10 07:15:36 computer kernel: iwlwifi 0000:bf:00.0: Registered PHC clock: iwlwifi-PTP, with index: 0
Sep 10 07:15:36 computer NetworkManager[731]: <info>  [1757502936.9432] device (wlp191s0): set-hw-addr: set MAC address to 8E:FE:FF:63:FE:D9 (scanning)
Sep 10 07:15:36 computer kernel: Bluetooth: hci0: Failed to send firmware data (-38)
Sep 10 07:15:36 computer kernel: Bluetooth: hci0: Intel reset sent to retry FW download
Sep 10 07:15:36 computer kernel: usb 3-5: USB disconnect, device number 2
Sep 10 07:15:37 computer kernel: iwlwifi 0000:bf:00.0: WFPM_UMAC_PD_NOTIFICATION: 0x20
Sep 10 07:15:37 computer kernel: iwlwifi 0000:bf:00.0: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Sep 10 07:15:37 computer kernel: iwlwifi 0000:bf:00.0: WFPM_AUTH_KEY_0: 0x90
Sep 10 07:15:37 computer kernel: iwlwifi 0000:bf:00.0: CNVI_SCU_SEQ_DATA_DW9: 0x0
Sep 10 07:15:37 computer NetworkManager[731]: <info>  [1757502937.2073] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Sep 10 07:15:37 computer systemd[1]: Started Network Manager.
Sep 10 07:15:37 computer NetworkManager[731]: <info>  [1757502937.2130] ovsdb: disconnected from ovsdb
Sep 10 07:15:37 computer NetworkManager[731]: <info>  [1757502937.2131] device (lo): state change: disconnected -> prepare (reason 'none', managed-type: 'external')
Sep 10 07:15:37 computer NetworkManager[731]: <info>  [1757502937.2132] device (lo): state change: prepare -> config (reason 'none', managed-type: 'external')
Sep 10 07:15:37 computer NetworkManager[731]: <info>  [1757502937.2133] device (lo): state change: config -> ip-config (reason 'none', managed-type: 'external')
Sep 10 07:15:37 computer NetworkManager[731]: <info>  [1757502937.2136] device (lo): state change: ip-config -> ip-check (reason 'none', managed-type: 'external')
Sep 10 07:15:37 computer systemd[1]: Starting WPA supplicant...
Sep 10 07:15:37 computer NetworkManager[731]: <info>  [1757502937.2141] device (lo): state change: ip-check -> secondaries (reason 'none', managed-type: 'external')
Sep 10 07:15:37 computer NetworkManager[731]: <info>  [1757502937.2141] device (lo): state change: secondaries -> activated (reason 'none', managed-type: 'external')
Sep 10 07:15:37 computer NetworkManager[731]: <info>  [1757502937.2144] device (lo): Activation: successful, device activated.
Sep 10 07:15:37 computer systemd[1]: Started WPA supplicant.
Sep 10 07:15:37 computer wpa_supplicant[820]: Successfully initialized wpa_supplicant
Sep 10 07:15:37 computer systemd[1]: Reached target Network.
Sep 10 07:15:37 computer systemd[1]: Starting Permit User Sessions...
Sep 10 07:15:37 computer systemd[1]: Finished Permit User Sessions.
Sep 10 07:15:37 computer systemd[1]: Reached target Multi-User System.
Sep 10 07:15:37 computer systemd[1]: Started Simple Desktop Display Manager.
Sep 10 07:15:37 computer systemd[1]: Reached target Graphical Interface.
Sep 10 07:15:37 computer systemd[1]: Startup finished in 3.781s (firmware) + 10.227s (loader) + 4.485s (kernel) + 2.603s (userspace) = 21.097s.
Sep 10 07:15:37 computer NetworkManager[731]: <info>  [1757502937.2645] device (wlp191s0): supplicant interface state: internal-starting -> disconnected
Sep 10 07:15:37 computer NetworkManager[731]: <info>  [1757502937.2646] Wi-Fi P2P device controlled by interface wlp191s0 created
Sep 10 07:15:37 computer NetworkManager[731]: <info>  [1757502937.2648] manager: (p2p-dev-wlp191s0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
Sep 10 07:15:37 computer NetworkManager[731]: <info>  [1757502937.2649] device (p2p-dev-wlp191s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Sep 10 07:15:37 computer NetworkManager[731]: <info>  [1757502937.2651] device (wlp191s0): state change: unavailable -> disconnected (reason 'supplicant-available', managed-type: 'full')
Sep 10 07:15:37 computer NetworkManager[731]: <info>  [1757502937.2653] device (p2p-dev-wlp191s0): state change: unavailable -> disconnected (reason 'none', managed-type: 'full')
Sep 10 07:15:37 computer sddm[823]: Initializing...
Sep 10 07:15:37 computer sddm[823]: Starting...
Sep 10 07:15:37 computer sddm[823]: Logind interface found
Sep 10 07:15:37 computer sddm[823]: Adding new display...
Sep 10 07:15:37 computer sddm[823]: Loaded empty theme configuration
Sep 10 07:15:37 computer sddm[823]: Xauthority path: "/run/sddm/xauth_VUdFUy"
Sep 10 07:15:37 computer sddm[823]: Using VT 2
Sep 10 07:15:37 computer sddm[823]: Display server starting...
Sep 10 07:15:37 computer sddm[823]: Writing cookie to "/run/sddm/xauth_VUdFUy"
Sep 10 07:15:37 computer sddm[823]: Running: /usr/bin/X -dpi 135 -background none -seat seat0 vt2 -auth /run/sddm/xauth_VUdFUy -noreset -displayfd 16
Sep 10 07:15:37 computer sddm[823]: Failed to read display number from pipe
Sep 10 07:15:37 computer sddm[823]: Display server stopping...
Sep 10 07:15:37 computer sddm[823]: Attempt 1 starting the Display server on vt 2 failed
Sep 10 07:15:38 computer kernel: NVRM: testIfDsmSubFunctionEnabled: GPS ACPI DSM called before _acpiDsmSupportedFuncCacheInit subfunction = 11.
Sep 10 07:15:38 computer kernel: [drm] Initialized nvidia-drm 0.0.0 for 0000:c2:00.0 on minor 0
Sep 10 07:15:38 computer kernel: nvidia 0000:c2:00.0: vgaarb: deactivate vga console
Sep 10 07:15:38 computer kernel: nvidia 0000:c2:00.0: [drm] Cannot find any crtc or sizes
Sep 10 07:15:39 computer kernel: Bluetooth: hci0: Failed to read MSFT supported features (-110)
Sep 10 07:15:39 computer systemd[1]: Stopped target Bluetooth Support.
Sep 10 07:15:39 computer sddm[823]: Display server starting...
Sep 10 07:15:39 computer sddm[823]: Writing cookie to "/run/sddm/xauth_VUdFUy"
Sep 10 07:15:39 computer sddm[823]: Running: /usr/bin/X -dpi 135 -background none -seat seat0 vt2 -auth /run/sddm/xauth_VUdFUy -noreset -displayfd 16
Sep 10 07:15:39 computer kernel: usb 3-5: new full-speed USB device number 3 using xhci_hcd
Sep 10 07:15:39 computer kernel: usb 3-5: New USB device found, idVendor=8087, idProduct=0032, bcdDevice= 0.00
Sep 10 07:15:39 computer kernel: usb 3-5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Sep 10 07:15:39 computer systemd[1]: Reached target Bluetooth Support.
Sep 10 07:15:39 computer kernel: Bluetooth: hci0: Device revision is 0
Sep 10 07:15:39 computer kernel: Bluetooth: hci0: Secure boot is enabled
Sep 10 07:15:39 computer kernel: Bluetooth: hci0: OTP lock is enabled
Sep 10 07:15:39 computer kernel: Bluetooth: hci0: API lock is enabled
Sep 10 07:15:39 computer kernel: Bluetooth: hci0: Debug lock is disabled
Sep 10 07:15:39 computer kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
Sep 10 07:15:39 computer kernel: Bluetooth: hci0: Bootloader timestamp 2019.40 buildtype 1 build 38
Sep 10 07:15:39 computer kernel: Bluetooth: hci0: No support for _PRR ACPI method
Sep 10 07:15:39 computer kernel: Bluetooth: hci0: Found device firmware: intel/ibt-0041-0041.sfi
Sep 10 07:15:39 computer kernel: Bluetooth: hci0: Boot Address: 0x100800
Sep 10 07:15:39 computer kernel: Bluetooth: hci0: Firmware Version: 133-20.25
Sep 10 07:15:39 computer sddm[823]: Setting default cursor
Sep 10 07:15:39 computer sddm[823]: Could not setup default cursor
Sep 10 07:15:39 computer sddm[823]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
Sep 10 07:15:39 computer sddm[823]: Display server started.
Sep 10 07:15:39 computer sddm[823]: Socket server starting...
Sep 10 07:15:39 computer sddm[823]: Socket server started.
Sep 10 07:15:39 computer sddm[823]: Loading theme configuration from "/usr/share/sddm/themes/breeze/theme.conf"
Sep 10 07:15:39 computer sddm[823]: Greeter starting...
Sep 10 07:15:39 computer sddm-helper[855]: [PAM] Starting...
Sep 10 07:15:39 computer sddm-helper[855]: [PAM] Authenticating...
Sep 10 07:15:39 computer sddm-helper[855]: [PAM] returning.
Sep 10 07:15:39 computer sddm-helper[855]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=969) by (uid=0)
Sep 10 07:15:39 computer systemd-logind[734]: New session c1 of user sddm.
Sep 10 07:15:39 computer systemd[1]: Created slice User Slice of UID 969.
Sep 10 07:15:39 computer systemd[1]: Starting User Runtime Directory /run/user/969...
Sep 10 07:15:39 computer systemd[1]: Finished User Runtime Directory /run/user/969.
Sep 10 07:15:39 computer systemd[1]: Starting User Manager for UID 969...
Sep 10 07:15:39 computer dbus-broker-launch[729]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Sep 10 07:15:39 computer (systemd)[859]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Sep 10 07:15:39 computer (systemd)[859]: pam_unix(systemd-user:session): session opened for user sddm(uid=969) by sddm(uid=0)
Sep 10 07:15:39 computer systemd-logind[734]: New session 1 of user sddm.
Sep 10 07:15:39 computer systemd[859]: Queued start job for default target Main User Target.
Sep 10 07:15:39 computer systemd[859]: Created slice User Application Slice.
Sep 10 07:15:39 computer systemd[859]: Started Submitting pending crash events (file monitor).
Sep 10 07:15:39 computer systemd[859]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/var/lib/sddm/.cache/kcrash-metadata/*.ini).
Sep 10 07:15:39 computer systemd[859]: Submitting pending crash events was skipped because of an unmet condition check (ConditionPathExistsGlob=/var/lib/sddm/.cache/drkonqi/sentry-envelopes/*).
Sep 10 07:15:39 computer systemd[859]: Reached target Paths.
Sep 10 07:15:39 computer systemd[859]: Reached target Timers.
Sep 10 07:15:39 computer systemd[859]: Starting D-Bus User Message Bus Socket...
Sep 10 07:15:39 computer systemd[859]: Listening on GnuPG network certificate management daemon.
Sep 10 07:15:39 computer systemd[859]: Socket to launch DrKonqi for a systemd-coredump crash was skipped because of an unmet condition check (ConditionUser=!@system).
Sep 10 07:15:39 computer systemd[859]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 10 07:15:39 computer systemd[859]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Sep 10 07:15:39 computer systemd[859]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Sep 10 07:15:39 computer systemd[859]: Listening on GnuPG cryptographic agent and passphrase cache.
Sep 10 07:15:39 computer systemd[859]: Listening on GnuPG public key management service.
Sep 10 07:15:39 computer systemd[859]: Listening on p11-kit server.
Sep 10 07:15:39 computer systemd[859]: Listening on PipeWire PulseAudio.
Sep 10 07:15:39 computer systemd[859]: Listening on PipeWire Multimedia System Sockets.
Sep 10 07:15:39 computer systemd[859]: Listening on D-Bus User Message Bus Socket.
Sep 10 07:15:39 computer systemd[859]: Reached target Sockets.
Sep 10 07:15:39 computer systemd[859]: Reached target Basic System.
Sep 10 07:15:39 computer systemd[859]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/var/lib/sddm/.cache/kcrash-metadata/*.ini).
Sep 10 07:15:39 computer systemd[1]: Started User Manager for UID 969.
Sep 10 07:15:39 computer systemd[859]: Starting Update XDG user dir configuration...
Sep 10 07:15:39 computer systemd[1]: Started Session c1 of User sddm.
Sep 10 07:15:39 computer sddm-helper[855]: Writing cookie to "/tmp/xauth_RkyDhh"
Sep 10 07:15:39 computer sddm-helper[855]: Starting X11 session: "" "/usr/bin/sddm-greeter-qt6 --socket /tmp/sddm-:0-SpKAnF --theme /usr/share/sddm/themes/breeze"
Sep 10 07:15:39 computer sddm[823]: Greeter session started successfully
Sep 10 07:15:39 computer systemd[859]: Finished Update XDG user dir configuration.
Sep 10 07:15:39 computer systemd[859]: Reached target Main User Target.
Sep 10 07:15:39 computer systemd[859]: Startup finished in 80ms.
Sep 10 07:15:39 computer sddm-greeter-qt6[869]: High-DPI autoscaling Enabled
Sep 10 07:15:39 computer sddm-greeter-qt6[869]: Reading from "/usr/local/share/wayland-sessions/plasma.desktop"
Sep 10 07:15:39 computer sddm-greeter-qt6[869]: Reading from "/usr/share/wayland-sessions/plasma.desktop"
Sep 10 07:15:39 computer sddm-greeter-qt6[869]: Reading from "/usr/local/share/xsessions/plasmax11.desktop"
Sep 10 07:15:39 computer sddm-greeter-qt6[869]: Reading from "/usr/share/xsessions/plasmax11.desktop"
Sep 10 07:15:39 computer sddm-greeter-qt6[869]: Loading theme configuration from "/usr/share/sddm/themes/breeze/theme.conf"
Sep 10 07:15:39 computer systemd[859]: Created slice User Core Session Slice.
Sep 10 07:15:39 computer systemd[859]: Starting D-Bus User Message Bus...
Sep 10 07:15:39 computer dbus-broker-launch[873]: Service file '/usr/share/dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Sep 10 07:15:39 computer dbus-broker-launch[873]: Service file '/usr/share/dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Sep 10 07:15:39 computer dbus-broker-launch[873]: Service file '/usr/share/dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Sep 10 07:15:39 computer dbus-broker-launch[873]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Sep 10 07:15:39 computer dbus-broker-launch[873]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Sep 10 07:15:39 computer systemd[859]: Started D-Bus User Message Bus.
Sep 10 07:15:39 computer dbus-broker-launch[873]: Ready
Sep 10 07:15:39 computer sddm-greeter-qt6[869]: Connected to the daemon.
Sep 10 07:15:39 computer sddm[823]: Message received from greeter: Connect
Sep 10 07:15:40 computer sddm-greeter-qt6[869]: Loading file:///usr/share/sddm/themes/breeze/Main.qml...
Sep 10 07:15:40 computer wpa_supplicant[820]: wlp191s0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=CA
Sep 10 07:15:40 computer wpa_supplicant[820]: p2p-dev-wlp191s: Channel list changed: 6 GHz was enabled
Sep 10 07:15:40 computer wpa_supplicant[820]: wlp191s0: Channel list changed: 6 GHz was enabled
Sep 10 07:15:40 computer wpa_supplicant[820]: wlp191s0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=CA
Sep 10 07:15:40 computer sddm-greeter-qt6[869]: Adding view for ":0.0" QRect(0,0 0x0)
Sep 10 07:15:40 computer sddm-greeter-qt6[869]: Message received from daemon: Capabilities
Sep 10 07:15:40 computer sddm-greeter-qt6[869]: Message received from daemon: HostName
Sep 10 07:15:40 computer kernel: Bluetooth: hci0: Waiting for firmware download to complete
Sep 10 07:15:40 computer kernel: Bluetooth: hci0: Firmware loaded in 1086769 usecs
Sep 10 07:15:40 computer kernel: Bluetooth: hci0: Waiting for device to boot
Sep 10 07:15:40 computer kernel: Bluetooth: hci0: Device booted in 27479 usecs
Sep 10 07:15:40 computer kernel: Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-0041-0041.ddc
Sep 10 07:15:40 computer kernel: Bluetooth: hci0: Applying Intel DDC parameters completed
Sep 10 07:15:40 computer kernel: Bluetooth: hci0: Firmware timestamp 2025.20 buildtype 1 build 82053
Sep 10 07:15:40 computer kernel: Bluetooth: hci0: Firmware SHA1: 0x937bca4a
Sep 10 07:15:40 computer kernel: Bluetooth: hci0: Fseq status: Success (0x00)
Sep 10 07:15:40 computer kernel: Bluetooth: hci0: Fseq executed: 00.00.02.41
Sep 10 07:15:40 computer kernel: Bluetooth: hci0: Fseq BT Top: 00.00.02.41
Sep 10 07:15:41 computer bluetoothd[732]: Battery Provider Manager created
Sep 10 07:15:41 computer kernel: Bluetooth: MGMT ver 1.23
Sep 10 07:15:41 computer kernel: NET: Registered PF_ALG protocol family
Sep 10 07:15:41 computer boltd[733]: probing: timeout, done: [2098361] (2000000)
Sep 10 07:15:42 computer NetworkManager[731]: <info>  [1757502942.6501] manager: startup complete
Sep 10 07:15:44 computer systemd[1]: systemd-rfkill.service: Deactivated successfully.
Sep 10 07:15:46 computer systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Sep 10 07:15:50 computer systemd[1]: Started Getty on tty3.
Sep 10 07:15:56 computer login[900]: pam_unix(login:session): session opened for user user(uid=1000) by user(uid=0)
Sep 10 07:15:56 computer NetworkManager[731]: <info>  [1757502956.0642] policy: auto-activating connection 'the_shire' (9f7aff38-1b07-4834-a322-6ce123ce7062)
Sep 10 07:15:56 computer NetworkManager[731]: <info>  [1757502956.0645] device (wlp191s0): Activation: starting connection 'the_shire' (9f7aff38-1b07-4834-a322-6ce123ce7062)
Sep 10 07:15:56 computer NetworkManager[731]: <info>  [1757502956.0646] device (wlp191s0): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Sep 10 07:15:56 computer NetworkManager[731]: <info>  [1757502956.0646] manager: NetworkManager state is now CONNECTING
Sep 10 07:15:56 computer systemd-logind[734]: New session 2 of user user.
Sep 10 07:15:56 computer systemd[1]: Created slice User Slice of UID 1000.
Sep 10 07:15:56 computer systemd[1]: Starting User Runtime Directory /run/user/1000...
Sep 10 07:15:56 computer NetworkManager[731]: <info>  [1757502956.0816] device (wlp191s0): set-hw-addr: reset MAC address to 70:08:10:B1:FC:8D (preserve)
Sep 10 07:15:56 computer NetworkManager[731]: <info>  [1757502956.0834] device (wlp191s0): state change: prepare -> config (reason 'none', managed-type: 'full')
Sep 10 07:15:56 computer NetworkManager[731]: <info>  [1757502956.0835] device (wlp191s0): Activation: (wifi) access point 'the_shire' has security, but secrets are required.
Sep 10 07:15:56 computer NetworkManager[731]: <info>  [1757502956.0835] device (wlp191s0): state change: config -> need-auth (reason 'none', managed-type: 'full')
Sep 10 07:15:56 computer NetworkManager[731]: <info>  [1757502956.0835] sup-iface[11b0e2d6a0ad6dff,0,wlp191s0]: wps: type pbc start...
Sep 10 07:15:56 computer NetworkManager[731]: <info>  [1757502956.0837] device (wlp191s0): supplicant interface state: disconnected -> inactive
Sep 10 07:15:56 computer NetworkManager[731]: <info>  [1757502956.0837] device (p2p-dev-wlp191s0): supplicant management interface state: disconnected -> inactive
Sep 10 07:15:56 computer NetworkManager[731]: <warn>  [1757502956.0837] device (wlp191s0): no secrets: No agents were available for this request.
Sep 10 07:15:56 computer NetworkManager[731]: <info>  [1757502956.0837] device (wlp191s0): state change: need-auth -> failed (reason 'no-secrets', managed-type: 'full')
Sep 10 07:15:56 computer wpa_supplicant[820]: wlp191s0: WPS-PBC-ACTIVE
Sep 10 07:15:56 computer NetworkManager[731]: <info>  [1757502956.0838] manager: NetworkManager state is now DISCONNECTED
Sep 10 07:15:56 computer NetworkManager[731]: <warn>  [1757502956.0838] device (wlp191s0): Activation: failed for connection 'the_shire'
Sep 10 07:15:56 computer NetworkManager[731]: <info>  [1757502956.0839] device (wlp191s0): state change: failed -> disconnected (reason 'none', managed-type: 'full')
Sep 10 07:15:56 computer wpa_supplicant[820]: wlp191s0: WPS-CANCEL
Sep 10 07:15:56 computer systemd[1]: Finished User Runtime Directory /run/user/1000.
Sep 10 07:15:56 computer systemd[1]: Starting User Manager for UID 1000...
Sep 10 07:15:56 computer (systemd)[911]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[user] ruser=[<unknown>] rhost=[<unknown>]
Sep 10 07:15:56 computer (systemd)[911]: pam_unix(systemd-user:session): session opened for user user(uid=1000) by user(uid=0)
Sep 10 07:15:56 computer systemd-logind[734]: New session 3 of user user.
Sep 10 07:15:56 computer NetworkManager[731]: <info>  [1757502956.1295] device (wlp191s0): set-hw-addr: set MAC address to 6E:A5:08:90:65:4A (scanning)
Sep 10 07:15:56 computer NetworkManager[731]: <info>  [1757502956.1312] device (wlp191s0): supplicant interface state: inactive -> scanning
Sep 10 07:15:56 computer NetworkManager[731]: <info>  [1757502956.1312] device (p2p-dev-wlp191s0): supplicant management interface state: inactive -> scanning
Sep 10 07:15:56 computer NetworkManager[731]: <info>  [1757502956.1532] device (wlp191s0): supplicant interface state: scanning -> disconnected
Sep 10 07:15:56 computer NetworkManager[731]: <info>  [1757502956.1533] device (p2p-dev-wlp191s0): supplicant management interface state: scanning -> disconnected
Sep 10 07:15:56 computer NetworkManager[731]: <info>  [1757502956.1585] device (wlp191s0): supplicant interface state: disconnected -> inactive
Sep 10 07:15:56 computer NetworkManager[731]: <info>  [1757502956.1585] device (p2p-dev-wlp191s0): supplicant management interface state: disconnected -> inactive
Sep 10 07:15:56 computer systemd[911]: Queued start job for default target Main User Target.
Sep 10 07:15:56 computer systemd[911]: Created slice User Application Slice.
Sep 10 07:15:56 computer systemd[911]: Started Submitting pending crash events (file monitor).
Sep 10 07:15:56 computer systemd[911]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/home/user/.cache/kcrash-metadata/*.ini).
Sep 10 07:15:56 computer systemd[911]: Submitting pending crash events was skipped because of an unmet condition check (ConditionPathExistsGlob=/home/user/.cache/drkonqi/sentry-envelopes/*).
Sep 10 07:15:56 computer systemd[911]: Reached target Paths.
Sep 10 07:15:56 computer systemd[911]: Reached target Timers.
Sep 10 07:15:56 computer systemd[911]: Starting D-Bus User Message Bus Socket...
Sep 10 07:15:56 computer systemd[911]: Listening on GnuPG network certificate management daemon.
Sep 10 07:15:56 computer systemd[911]: Listening on Socket to launch DrKonqi for a systemd-coredump crash.
Sep 10 07:15:56 computer systemd[911]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 10 07:15:56 computer systemd[911]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Sep 10 07:15:56 computer systemd[911]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Sep 10 07:15:56 computer systemd[911]: Listening on GnuPG cryptographic agent and passphrase cache.
Sep 10 07:15:56 computer systemd[911]: Listening on GnuPG public key management service.
Sep 10 07:15:56 computer systemd[911]: Listening on p11-kit server.
Sep 10 07:15:56 computer systemd[911]: Listening on PipeWire PulseAudio.
Sep 10 07:15:56 computer systemd[911]: Listening on PipeWire Multimedia System Sockets.
Sep 10 07:15:56 computer systemd[911]: Listening on D-Bus User Message Bus Socket.
Sep 10 07:15:56 computer systemd[911]: Reached target Sockets.
Sep 10 07:15:56 computer systemd[911]: Reached target Basic System.
Sep 10 07:15:56 computer systemd[911]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/home/user/.cache/kcrash-metadata/*.ini).
Sep 10 07:15:56 computer systemd[1]: Started User Manager for UID 1000.
Sep 10 07:15:56 computer systemd[911]: Starting Update XDG user dir configuration...
Sep 10 07:15:56 computer systemd[1]: Started Session 2 of User user.
Sep 10 07:15:56 computer login[900]: LOGIN ON tty3 BY user
Sep 10 07:15:56 computer systemd[911]: Finished Update XDG user dir configuration.
Sep 10 07:15:56 computer systemd[911]: Reached target Main User Target.
Sep 10 07:15:56 computer systemd[911]: Startup finished in 89ms.
Sep 10 07:16:00 computer kernel: nvidia 0000:c2:00.0: Enabling HDA controller
Sep 10 07:16:06 computer systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Sep 10 07:16:11 computer kernel: nvidia 0000:c2:00.0: Enabling HDA controller
Sep 10 07:16:19 computer sudo[943]:     user : TTY=tty3 ; PWD=/home/user ; USER=root ; COMMAND=/usr/bin/journalctl -b 0
Sep 10 07:16:19 computer sudo[943]: pam_unix(sudo:session): session opened for user root(uid=0) by user(uid=1000)

I've completely rebuilt this machine so that we're dealing with the problem cleanly.  Nothing of the old system remains, but this problem, as I've used a whole different and completely wiped nvme ssd.

Neither kernel params are set anymore, so that's not going to be an issue here.

Edit:  Here is the Xorg.0.log output:

Sep 10 07:53:34 [     9.043] (--) Log file renamed from "/var/log/Xorg.pid-832.log" to "/var/log/Xorg.0.log"
Sep 10 07:53:34 [     9.043]
Sep 10 07:53:34 X.Org X Server 1.21.1.18
Sep 10 07:53:34 X Protocol Version 11, Revision 0
Sep 10 07:53:34 [     9.043] Current Operating System: Linux computer 6.16.5-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 04 Sep 2025 23:18:13 +0000 x86_64
Sep 10 07:53:34 [     9.043] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=aa06cd66-4dd5-4f8a-8401-db73c0ad8fe8 rw loglevel=3 quiet
Sep 10 07:53:34 [     9.043]
Sep 10 07:53:34 [     9.043] Current version of pixman: 0.46.4
Sep 10 07:53:34 [     9.043] 	Before reporting problems, check http://wiki.x.org
Sep 10 07:53:34 	to make sure that you have the latest version.
Sep 10 07:53:34 [     9.043] Markers: (--) probed, (**) from config file, (==) default setting,
Sep 10 07:53:34 	(++) from command line, (!!) notice, (II) informational,
Sep 10 07:53:34 	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
Sep 10 07:53:34 [     9.043] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Sep 10 07:46:08 2025
Sep 10 07:53:34 [     9.043] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
Sep 10 07:53:34 [     9.043] (==) No Layout section.  Using the first Screen section.
Sep 10 07:53:34 [     9.043] (==) No screen section available. Using defaults.
Sep 10 07:53:34 [     9.043] (**) |-->Screen "Default Screen Section" (0)
Sep 10 07:53:34 [     9.043] (**) |   |-->Monitor "<default monitor>"
Sep 10 07:53:34 [     9.043] (==) No monitor specified for screen "Default Screen Section".
Sep 10 07:53:34 	Using a default monitor configuration.
Sep 10 07:53:34 [     9.043] (**) Allowing byte-swapped clients
Sep 10 07:53:34 [     9.043] (==) Automatically adding devices
Sep 10 07:53:34 [     9.043] (==) Automatically enabling devices
Sep 10 07:53:34 [     9.043] (==) Automatically adding GPU devices
Sep 10 07:53:34 [     9.043] (==) Automatically binding GPU devices
Sep 10 07:53:34 [     9.043] (==) Max clients allowed: 256, resource mask: 0x1fffff
Sep 10 07:53:34 [     9.043] (WW) The directory "/usr/share/fonts/misc" does not exist.
Sep 10 07:53:34 [     9.043] 	Entry deleted from font path.
Sep 10 07:53:34 [     9.043] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
Sep 10 07:53:34 [     9.043] 	Entry deleted from font path.
Sep 10 07:53:34 [     9.043] 	(Run 'mkfontdir' on "/usr/share/fonts/TTF").
Sep 10 07:53:34 [     9.043] (WW) The directory "/usr/share/fonts/OTF" does not exist.
Sep 10 07:53:34 [     9.043] 	Entry deleted from font path.
Sep 10 07:53:34 [     9.043] (WW) The directory "/usr/share/fonts/Type1" does not exist.
Sep 10 07:53:34 [     9.043] 	Entry deleted from font path.
Sep 10 07:53:34 [     9.043] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
Sep 10 07:53:34 [     9.043] 	Entry deleted from font path.
Sep 10 07:53:34 [     9.043] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
Sep 10 07:53:34 [     9.043] 	Entry deleted from font path.
Sep 10 07:53:34 [     9.043] (==) FontPath set to:
Sep 10 07:53:34 
Sep 10 07:53:34 [     9.043] (==) ModulePath set to "/usr/lib/xorg/modules"
Sep 10 07:53:34 [     9.043] (II) The server relies on udev to provide the list of input devices.
Sep 10 07:53:34 	If no devices become available, reconfigure udev or disable AutoAddDevices.
Sep 10 07:53:34 [     9.043] (II) Module ABI versions:
Sep 10 07:53:34 [     9.043] 	X.Org ANSI C Emulation: 0.4
Sep 10 07:53:34 [     9.043] 	X.Org Video Driver: 25.2
Sep 10 07:53:34 [     9.043] 	X.Org XInput driver : 24.4
Sep 10 07:53:34 [     9.043] 	X.Org Server Extension : 10.0
Sep 10 07:53:34 [     9.043] (++) using VT number 2
Sep 10 07:53:34 
Sep 10 07:53:34 [     9.043] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
Sep 10 07:53:34 [     9.044] (II) xfree86: Adding drm device (/dev/dri/card0)
Sep 10 07:53:34 [     9.044] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.1/0000:c2:00.0/drm/card0
Sep 10 07:53:34 [     9.044] (II) xfree86: Adding drm device (/dev/dri/card1)
Sep 10 07:53:34 [     9.044] (II) Platform probe for /sys/devices/pci0000:00/0000:00:08.1/0000:c3:00.0/drm/card1
Sep 10 07:53:34 [     9.047] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
Sep 10 07:53:34 [     9.048] (--) PCI:*(194@0:0:0) 10de:2d18:1558:8362 rev 161, Mem @ 0x80000000/67108864, 0x5800000000/8589934592, 0x5a00000000/33554432, I/O @ 0x00002000/128, BIOS @ 0x????????/524288
Sep 10 07:53:34 [     9.048] (--) PCI: (195@0:0:0) 1002:150e:1558:8350 rev 193, Mem @ 0x5a10000000/268435456, 0x84200000/2097152, 0x84600000/524288, I/O @ 0x00001000/256
Sep 10 07:53:34 [     9.048] (II) LoadModule: "glx"
Sep 10 07:53:34 [     9.049] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
Sep 10 07:53:34 [     9.049] (II) Module glx: vendor="X.Org Foundation"
Sep 10 07:53:34 [     9.049] 	compiled for 1.21.1.18, module version = 1.0.0
Sep 10 07:53:34 [     9.049] 	ABI class: X.Org Server Extension, version 10.0
Sep 10 07:53:34 [     9.049] (II) Applying OutputClass "nvidia" to /dev/dri/card0
Sep 10 07:53:34 [     9.049] 	loading driver: nvidia
Sep 10 07:53:34 [     9.049] (II) Applying OutputClass "AMDgpu" to /dev/dri/card1
Sep 10 07:53:34 [     9.049] 	loading driver: amdgpu
Sep 10 07:53:34 [     9.049] (==) Matched nvidia as autoconfigured driver 0
Sep 10 07:53:34 [     9.049] (==) Matched nouveau as autoconfigured driver 1
Sep 10 07:53:34 [     9.049] (==) Matched nv as autoconfigured driver 2
Sep 10 07:53:34 [     9.049] (==) Matched amdgpu as autoconfigured driver 3
Sep 10 07:53:34 [     9.049] (==) Matched ati as autoconfigured driver 4
Sep 10 07:53:34 [     9.049] (==) Matched modesetting as autoconfigured driver 5
Sep 10 07:53:34 [     9.049] (==) Matched fbdev as autoconfigured driver 6
Sep 10 07:53:34 [     9.049] (==) Matched vesa as autoconfigured driver 7
Sep 10 07:53:34 [     9.049] (==) Assigned the driver to the xf86ConfigLayout
Sep 10 07:53:34 [     9.049] (II) LoadModule: "nvidia"
Sep 10 07:53:34 [     9.049] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
Sep 10 07:53:34 [     9.051] (II) Module nvidia: vendor="NVIDIA Corporation"
Sep 10 07:53:34 [     9.051] 	compiled for 1.6.99.901, module version = 1.0.0
Sep 10 07:53:34 [     9.051] 	Module class: X.Org Video Driver
Sep 10 07:53:34 [     9.051] (II) LoadModule: "nouveau"
Sep 10 07:53:34 [     9.051] (WW) Warning, couldn't open module nouveau
Sep 10 07:53:34 [     9.051] (EE) Failed to load module "nouveau" (module does not exist, 0)
Sep 10 07:53:34 [     9.051] (II) LoadModule: "nv"
Sep 10 07:53:34 [     9.051] (WW) Warning, couldn't open module nv
Sep 10 07:53:34 [     9.051] (EE) Failed to load module "nv" (module does not exist, 0)
Sep 10 07:53:34 [     9.051] (II) LoadModule: "amdgpu"
Sep 10 07:53:34 [     9.051] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
Sep 10 07:53:34 [     9.052] (II) Module amdgpu: vendor="X.Org Foundation"
Sep 10 07:53:34 [     9.052] 	compiled for 1.21.1.18, module version = 25.0.0
Sep 10 07:53:34 [     9.052] 	Module class: X.Org Video Driver
Sep 10 07:53:34 [     9.052] 	ABI class: X.Org Video Driver, version 25.2
Sep 10 07:53:34 [     9.052] (II) LoadModule: "ati"
Sep 10 07:53:34 [     9.052] (WW) Warning, couldn't open module ati
Sep 10 07:53:34 [     9.052] (EE) Failed to load module "ati" (module does not exist, 0)
Sep 10 07:53:34 [     9.052] (II) LoadModule: "modesetting"
Sep 10 07:53:34 [     9.052] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
Sep 10 07:53:34 [     9.052] (II) Module modesetting: vendor="X.Org Foundation"
Sep 10 07:53:34 [     9.052] 	compiled for 1.21.1.18, module version = 1.21.1
Sep 10 07:53:34 [     9.052] 	Module class: X.Org Video Driver
Sep 10 07:53:34 [     9.052] 	ABI class: X.Org Video Driver, version 25.2
Sep 10 07:53:34 [     9.052] (II) LoadModule: "fbdev"
Sep 10 07:53:34 [     9.052] (WW) Warning, couldn't open module fbdev
Sep 10 07:53:34 [     9.052] (EE) Failed to load module "fbdev" (module does not exist, 0)
Sep 10 07:53:34 [     9.052] (II) LoadModule: "vesa"
Sep 10 07:53:34 [     9.052] (WW) Warning, couldn't open module vesa
Sep 10 07:53:34 [     9.052] (EE) Failed to load module "vesa" (module does not exist, 0)
Sep 10 07:53:34 [     9.052] (II) NVIDIA dlloader X Driver  580.82.07  Wed Aug 27 18:07:42 UTC 2025
Sep 10 07:53:34 [     9.052] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
Sep 10 07:53:34 [     9.052] (II) AMDGPU: Driver for AMD Radeon:
Sep 10 07:53:34 	All GPUs supported by the amdgpu kernel driver
Sep 10 07:53:34 [     9.052] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
Sep 10 07:53:34 [     9.056] (II) Loading sub module "fb"
Sep 10 07:53:34 [     9.056] (II) LoadModule: "fb"
Sep 10 07:53:34 [     9.056] (II) Module "fb" already built-in
Sep 10 07:53:34 [     9.056] (II) Loading sub module "wfb"
Sep 10 07:53:34 [     9.056] (II) LoadModule: "wfb"
Sep 10 07:53:34 [     9.056] (II) Loading /usr/lib/xorg/modules/libwfb.so
Sep 10 07:53:34 [     9.057] (II) Module wfb: vendor="X.Org Foundation"
Sep 10 07:53:34 [     9.057] 	compiled for 1.21.1.18, module version = 1.0.0
Sep 10 07:53:34 [     9.057] 	ABI class: X.Org ANSI C Emulation, version 0.4
Sep 10 07:53:34 [     9.057] (WW) Falling back to old probe method for modesetting
Sep 10 07:53:34 [     9.059] (II) NVIDIA(0): Creating default Display subsection in Screen section
Sep 10 07:53:34 	"Default Screen Section" for depth/fbbpp 24/32
Sep 10 07:53:34 [     9.059] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
Sep 10 07:53:34 [     9.059] (==) NVIDIA(0): RGB weight 888
Sep 10 07:53:34 [     9.059] (==) NVIDIA(0): Default visual is TrueColor
Sep 10 07:53:34 [     9.059] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
Sep 10 07:53:34 [     9.059] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
Sep 10 07:53:34 [     9.059] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
Sep 10 07:53:34 [     9.060] (**) NVIDIA(0): Enabling 2D acceleration
Sep 10 07:53:34 [     9.060] (II) Loading sub module "glxserver_nvidia"
Sep 10 07:53:34 [     9.060] (II) LoadModule: "glxserver_nvidia"
Sep 10 07:53:34 [     9.060] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
Sep 10 07:53:34 [     9.097] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
Sep 10 07:53:34 [     9.097] 	compiled for 1.6.99.901, module version = 1.0.0
Sep 10 07:53:34 [     9.097] 	Module class: X.Org Server Extension
Sep 10 07:53:34 [     9.097] (II) NVIDIA GLX Module  580.82.07  Wed Aug 27 18:11:41 UTC 2025
Sep 10 07:53:34 [     9.097] (II) NVIDIA: The X server supports PRIME Render Offload.
Sep 10 07:53:34 [     9.099] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:194:0:0
Sep 10 07:53:34 [     9.099] (--) NVIDIA(0):     DFP-0
Sep 10 07:53:34 [     9.107] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 5070 Laptop GPU (GB206-A) at
Sep 10 07:53:34 [     9.107] (II) NVIDIA(0):     PCI:194:0:0 (GPU-0)
Sep 10 07:53:34 [     9.107] (--) NVIDIA(0): Memory: 8346624 kBytes
Sep 10 07:53:34 [     9.107] (--) NVIDIA(0): VideoBIOS: 98.06.2a.40.d6
Sep 10 07:53:34 [     9.107] (II) NVIDIA(0): Detected PCI Express Link width: 16X
Sep 10 07:53:34 [     9.107] (--) NVIDIA(GPU-0): DFP-0: disconnected
Sep 10 07:53:34 [     9.107] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
Sep 10 07:53:34 [     9.107] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
Sep 10 07:53:34 [     9.107] (--) NVIDIA(GPU-0):
Sep 10 07:53:34 [     9.107] (==) NVIDIA(0):
Sep 10 07:53:34 [     9.107] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
Sep 10 07:53:34 [     9.107] (==) NVIDIA(0):     will be used as the requested mode.
Sep 10 07:53:34 [     9.107] (==) NVIDIA(0):
Sep 10 07:53:34 [     9.107] (--) NVIDIA(0): No enabled display devices found; starting anyway because
Sep 10 07:53:34 [     9.107] (--) NVIDIA(0):     AllowEmptyInitialConfiguration is enabled
Sep 10 07:53:34 [     9.107] (II) NVIDIA(0): Validated MetaModes:
Sep 10 07:53:34 [     9.107] (II) NVIDIA(0):     "NULL"
Sep 10 07:53:34 [     9.107] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
Sep 10 07:53:34 [     9.107] (++) NVIDIA(0): DPI set to (135, 135); computed from -dpi X commandline option
Sep 10 07:53:34 [     9.107] (==) AMDGPU(G0): Depth 24, (--) framebuffer bpp 32
Sep 10 07:53:34 [     9.107] (II) AMDGPU(G0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
Sep 10 07:53:34 [     9.107] (==) AMDGPU(G0): Default visual is TrueColor
Sep 10 07:53:34 [     9.107] (II) Applying OutputClass "AMDgpu" options to /dev/dri/card1
Sep 10 07:53:34 [     9.107] (==) AMDGPU(G0): RGB weight 888
Sep 10 07:53:34 [     9.107] (II) AMDGPU(G0): Using 8 bits per RGB (8 bit DAC)
Sep 10 07:53:34 [     9.107] (--) AMDGPU(G0): Chipset: "AMD Radeon 890M Graphics" (ChipID = 0x150e)
Sep 10 07:53:34 [     9.107] (II) Loading sub module "fb"
Sep 10 07:53:34 [     9.107] (II) LoadModule: "fb"
Sep 10 07:53:34 [     9.107] (II) Module "fb" already built-in
Sep 10 07:53:34 [     9.107] (II) Loading sub module "dri2"
Sep 10 07:53:34 [     9.107] (II) LoadModule: "dri2"
Sep 10 07:53:34 [     9.107] (II) Module "dri2" already built-in
Sep 10 07:53:34 [     9.181] (II) Loading sub module "glamoregl"
Sep 10 07:53:34 [     9.181] (II) LoadModule: "glamoregl"
Sep 10 07:53:34 [     9.181] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
Sep 10 07:53:34 [     9.184] (II) Module glamoregl: vendor="X.Org Foundation"
Sep 10 07:53:34 [     9.184] 	compiled for 1.21.1.18, module version = 1.0.1
Sep 10 07:53:34 [     9.184] 	ABI class: X.Org ANSI C Emulation, version 0.4
Sep 10 07:53:34 [     9.224] (II) AMDGPU(G0): glamor X acceleration enabled on AMD Radeon 890M Graphics (radeonsi, gfx1150, LLVM 20.1.8, DRM 3.64, 6.16.5-arch1-1)
Sep 10 07:53:34 [     9.224] (II) AMDGPU(G0): glamor detected, initialising EGL layer.
Sep 10 07:53:34 [     9.224] (==) AMDGPU(G0): TearFree property default: auto
Sep 10 07:53:34 [     9.225] (II) AMDGPU(G0): Output eDP-1-0 has no monitor section
Sep 10 07:53:34 [     9.225] (II) AMDGPU(G0): Output DisplayPort-1-0 has no monitor section
Sep 10 07:53:34 [     9.225] (II) AMDGPU(G0): Output DisplayPort-1-1 has no monitor section
Sep 10 07:53:34 [     9.225] (II) AMDGPU(G0): Output DisplayPort-1-2 has no monitor section
Sep 10 07:53:34 [     9.225] (II) AMDGPU(G0): Output DisplayPort-1-3 has no monitor section
Sep 10 07:53:34 [     9.225] (II) AMDGPU(G0): Output DisplayPort-1-4 has no monitor section
Sep 10 07:53:34 [     9.225] (II) AMDGPU(G0): Output DisplayPort-1-5 has no monitor section
Sep 10 07:53:34 [     9.225] (II) AMDGPU(G0): Output DisplayPort-1-6 has no monitor section
Sep 10 07:53:34 [     9.225] (II) AMDGPU(G0): Output DisplayPort-1-7 has no monitor section
Sep 10 07:53:34 [     9.239] (WW) AMDGPU(G0): 9 ZaphodHeads crtcs unavailable. Some outputs will stay off.
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): EDID for output eDP-1-0
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): Manufacturer: BOE  Model: b87  Serial#: 0
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): Year: 2022  Week: 30
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): EDID Version: 1.4
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): Digital Display Input
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): 8 bits per channel
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): Digital interface is DisplayPort
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): Max Image Size [cm]: horiz.: 34  vert.: 22
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): Gamma: 2.20
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): No DPMS capabilities specified
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): Supported color encodings: RGB 4:4:4
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): First detailed timing is preferred mode
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): Preferred mode is native pixel format and refresh rate
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): Display is continuous-frequency
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): redX: 0.644 redY: 0.328   greenX: 0.303 greenY: 0.618
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): blueX: 0.152 blueY: 0.046   whiteX: 0.313 whiteY: 0.329
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): Manufacturer's mask: 0
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): Supported detailed timing:
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): clock: 293.8 MHz   Image Size:  345 x 215 mm
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): v_active: 1600  v_sync: 1603  v_sync_end 1609 v_blanking: 1800 v_border: 0
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): Ranges: V min: 60 V max: 240 Hz, H min: 432 H max: 432 kHz, PixClock max 1185 MHz
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0):  NE160QDM-NZA
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): Number of EDID sections to follow: 1
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): EDID (in hex):
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): 	00ffffffffffff0009e5870b00000000
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): 	1e200104a522167803c935a4544d9e27
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): 	0b505400000001010101010101010101
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): 	010101010101c07200a0a040c8603020
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): 	360059d71000001a0000000000000000
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): 	00000000000000000000000000fd0c3c
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): 	f0b1b176010a202020202020000000fe
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): 	004e4531363051444d2d4e5a410a0167
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): 	7020790200220028ffed1185ff099f00
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): 	2f001f003f06c70002000500ffc10a05
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): 	ff099f002f001f003f06c70002000500
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): 	2b000627003cef0000810013721a0000
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): 	03013cf0000000000000f00000000000
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): 	00000000000000000000000000000000
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): 	00000000000000000000000000000000
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): 	0000000000000000000000000000f790
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): Printing probed modes for output eDP-1-0
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): Modeline "2560x1600"x240.0  1175.04  2560 2608 2640 2720  1600 1603 1609 1800 -hsync -vsync (432.0 kHz eP)
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): Modeline "2560x1600"x60.0  293.76  2560 2608 2640 2720  1600 1603 1609 1800 +hsync -vsync (108.0 kHz eP)
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): Modeline "2560x1600"x144.0  705.02  2560 2608 2640 2720  1600 1603 1609 1800 -hsync -vsync (259.2 kHz e)
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): Modeline "1920x1200"x240.0  1175.04  1920 2608 2640 2720  1200 1603 1609 1800 -hsync -vsync (432.0 kHz e)
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): Modeline "1920x1080"x240.0  1175.04  1920 2608 2640 2720  1080 1603 1609 1800 -hsync -vsync (432.0 kHz e)
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): Modeline "1600x1200"x240.0  1175.04  1600 2608 2640 2720  1200 1603 1609 1800 -hsync -vsync (432.0 kHz e)
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): Modeline "1680x1050"x240.0  1175.04  1680 2608 2640 2720  1050 1603 1609 1800 -hsync -vsync (432.0 kHz e)
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): Modeline "1280x1024"x240.0  1175.04  1280 2608 2640 2720  1024 1603 1609 1800 -hsync -vsync (432.0 kHz e)
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): Modeline "1440x900"x240.0  1175.04  1440 2608 2640 2720  900 1603 1609 1800 -hsync -vsync (432.0 kHz e)
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): Modeline "1280x800"x240.0  1175.04  1280 2608 2640 2720  800 1603 1609 1800 -hsync -vsync (432.0 kHz e)
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): Modeline "1280x720"x240.0  1175.04  1280 2608 2640 2720  720 1603 1609 1800 -hsync -vsync (432.0 kHz e)
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): Modeline "1024x768"x240.0  1175.04  1024 2608 2640 2720  768 1603 1609 1800 -hsync -vsync (432.0 kHz e)
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): Modeline "800x600"x240.0  1175.04  800 2608 2640 2720  600 1603 1609 1800 -hsync -vsync (432.0 kHz e)
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): Modeline "640x480"x240.0  1175.04  640 2608 2640 2720  480 1603 1609 1800 -hsync -vsync (432.0 kHz e)
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): EDID for output DisplayPort-1-0
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): EDID for output DisplayPort-1-1
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): EDID for output DisplayPort-1-2
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): EDID for output DisplayPort-1-3
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): EDID for output DisplayPort-1-4
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): EDID for output DisplayPort-1-5
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): EDID for output DisplayPort-1-6
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): EDID for output DisplayPort-1-7
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): mem size init: gart size :7c1d18000 vram size: s:15860000 visible:15860000
Sep 10 07:53:34 [     9.240] (++) AMDGPU(G0): DPI set to (135, 135)
Sep 10 07:53:34 [     9.240] (==) AMDGPU(G0): Using gamma correction (1.0, 1.0, 1.0)
Sep 10 07:53:34 [     9.240] (II) Loading sub module "ramdac"
Sep 10 07:53:34 [     9.240] (II) LoadModule: "ramdac"
Sep 10 07:53:34 [     9.240] (II) Module "ramdac" already built-in
Sep 10 07:53:34 [     9.240] (II) UnloadModule: "modesetting"
Sep 10 07:53:34 [     9.240] (II) Unloading modesetting
Sep 10 07:53:34 [     9.242] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
Sep 10 07:53:34 [     9.242] (II) NVIDIA:     access.
Sep 10 07:53:34 [     9.248] (WW) NVIDIA(0): ACPI: failed to determine the system's current power source
Sep 10 07:53:34 [     9.248] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
Sep 10 07:53:34 [     9.248] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
Sep 10 07:53:34 [     9.248] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
Sep 10 07:53:34 [     9.248] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
Sep 10 07:53:34 [     9.248] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
Sep 10 07:53:34 [     9.248] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
Sep 10 07:53:34 [     9.248] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
Sep 10 07:53:34 [     9.248] (II) NVIDIA(0):     Config Options in the README.
Sep 10 07:53:34 [     9.262] (II) NVIDIA(0): Setting mode "NULL"
Sep 10 07:53:34 [     9.278] (==) NVIDIA(0): Disabling shared memory pixmaps
Sep 10 07:53:34 [     9.278] (==) NVIDIA(0): Backing store enabled
Sep 10 07:53:34 [     9.278] (==) NVIDIA(0): Silken mouse enabled
Sep 10 07:53:34 [     9.278] (==) NVIDIA(0): DPMS enabled
Sep 10 07:53:34 [     9.278] (II) Loading sub module "dri2"
Sep 10 07:53:34 [     9.278] (II) LoadModule: "dri2"
Sep 10 07:53:34 [     9.278] (II) Module "dri2" already built-in
Sep 10 07:53:34 [     9.278] (II) NVIDIA(0): [DRI2] Setup complete
Sep 10 07:53:34 [     9.278] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
Sep 10 07:53:34 [     9.278] (II) AMDGPU(G0): [DRI2] Setup complete
Sep 10 07:53:34 [     9.278] (II) AMDGPU(G0): [DRI2]   DRI driver: radeonsi
Sep 10 07:53:34 [     9.278] (II) AMDGPU(G0): [DRI2]   VDPAU driver: radeonsi
Sep 10 07:53:34 [     9.279] (II) AMDGPU(G0): Front buffer pitch: 4096 bytes
Sep 10 07:53:34 [     9.279] (II) AMDGPU(G0): SYNC extension fences enabled
Sep 10 07:53:34 [     9.279] (II) AMDGPU(G0): Present extension enabled
Sep 10 07:53:34 [     9.279] (==) AMDGPU(G0): DRI3 enabled
Sep 10 07:53:34 [     9.279] (==) AMDGPU(G0): Backing store enabled
Sep 10 07:53:34 [     9.279] (II) AMDGPU(G0): Direct rendering enabled
Sep 10 07:53:34 [     9.287] (II) AMDGPU(G0): Use GLAMOR acceleration.
Sep 10 07:53:34 [     9.287] (II) AMDGPU(G0): Acceleration enabled
Sep 10 07:53:34 [     9.287] (==) AMDGPU(G0): DPMS enabled
Sep 10 07:53:34 [     9.287] (==) AMDGPU(G0): Silken mouse enabled
Sep 10 07:53:34 [     9.292] (WW) AMDGPU(G0): Option "HotplugDriver" is not used
Sep 10 07:53:34 [     9.292] (II) Initializing extension Generic Event Extension
Sep 10 07:53:34 [     9.293] (II) Initializing extension SHAPE
Sep 10 07:53:34 [     9.293] (II) Initializing extension MIT-SHM
Sep 10 07:53:34 [     9.293] (II) Initializing extension XInputExtension
Sep 10 07:53:34 [     9.293] (II) Initializing extension XTEST
Sep 10 07:53:34 [     9.293] (II) Initializing extension BIG-REQUESTS
Sep 10 07:53:34 [     9.293] (II) Initializing extension SYNC
Sep 10 07:53:34 [     9.293] (II) Initializing extension XKEYBOARD
Sep 10 07:53:34 [     9.293] (II) Initializing extension XC-MISC
Sep 10 07:53:34 [     9.293] (II) Initializing extension SECURITY
Sep 10 07:53:34 [     9.293] (II) Initializing extension XFIXES
Sep 10 07:53:34 [     9.293] (II) Initializing extension RENDER
Sep 10 07:53:34 [     9.293] (II) Initializing extension RANDR
Sep 10 07:53:34 [     9.293] (II) Initializing extension COMPOSITE
Sep 10 07:53:34 [     9.293] (II) Initializing extension DAMAGE
Sep 10 07:53:34 [     9.293] (II) Initializing extension MIT-SCREEN-SAVER
Sep 10 07:53:34 [     9.293] (II) Initializing extension DOUBLE-BUFFER
Sep 10 07:53:34 [     9.294] (II) Initializing extension RECORD
Sep 10 07:53:34 [     9.294] (II) Initializing extension DPMS
Sep 10 07:53:34 [     9.294] (II) Initializing extension Present
Sep 10 07:53:34 [     9.294] (II) Initializing extension DRI3
Sep 10 07:53:34 [     9.294] (II) Initializing extension X-Resource
Sep 10 07:53:34 [     9.294] (II) Initializing extension XVideo
Sep 10 07:53:34 [     9.294] (II) Initializing extension XVideo-MotionCompensation
Sep 10 07:53:34 [     9.294] (II) Initializing extension GLX
Sep 10 07:53:34 [     9.294] (II) Initializing extension GLX
Sep 10 07:53:34 [     9.294] (II) Indirect GLX disabled.
Sep 10 07:53:34 [     9.294] (II) GLX: Another vendor is already registered for screen 0
Sep 10 07:53:34 [     9.294] (II) Initializing extension XFree86-VidModeExtension
Sep 10 07:53:34 [     9.294] (II) Initializing extension XFree86-DGA
Sep 10 07:53:34 [     9.294] (II) Initializing extension XFree86-DRI
Sep 10 07:53:34 [     9.294] (II) Initializing extension DRI2
Sep 10 07:53:34 [     9.294] (II) Initializing extension NV-GLX
Sep 10 07:53:34 [     9.294] (II) Initializing extension NV-CONTROL
Sep 10 07:53:34 [     9.436] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
Sep 10 07:53:34 [     9.436] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
Sep 10 07:53:34 [     9.436] (II) LoadModule: "libinput"
Sep 10 07:53:34 [     9.436] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
Sep 10 07:53:34 [     9.438] (II) Module libinput: vendor="X.Org Foundation"
Sep 10 07:53:34 [     9.438] 	compiled for 1.21.1.13, module version = 1.5.0
Sep 10 07:53:34 [     9.438] 	Module class: X.Org XInput Driver
Sep 10 07:53:34 [     9.438] 	ABI class: X.Org XInput driver, version 24.4
Sep 10 07:53:34 [     9.438] (II) Using input driver 'libinput' for 'Video Bus'
Sep 10 07:53:34 [     9.438] (**) Video Bus: always reports core events
Sep 10 07:53:34 [     9.438] (**) Option "Device" "/dev/input/event4"
Sep 10 07:53:34 [     9.440] (II) event4  - Video Bus: is tagged by udev as: Keyboard
Sep 10 07:53:34 [     9.440] (II) event4  - Video Bus: device is a keyboard
Sep 10 07:53:34 [     9.441] (II) event4  - Video Bus: device removed
Sep 10 07:53:34 [     9.464] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0d/LNXVIDEO:00/input/input5/event4"
Sep 10 07:53:34 [     9.464] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
Sep 10 07:53:34 [     9.464] (II) event4  - Video Bus: is tagged by udev as: Keyboard
Sep 10 07:53:34 [     9.464] (II) event4  - Video Bus: device is a keyboard
Sep 10 07:53:34 [     9.464] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
Sep 10 07:53:34 [     9.464] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
Sep 10 07:53:34 [     9.464] (II) Using input driver 'libinput' for 'Video Bus'
Sep 10 07:53:34 [     9.464] (**) Video Bus: always reports core events
Sep 10 07:53:34 [     9.464] (**) Option "Device" "/dev/input/event5"
Sep 10 07:53:34 [     9.464] (II) event5  - Video Bus: is tagged by udev as: Keyboard
Sep 10 07:53:34 [     9.464] (II) event5  - Video Bus: device is a keyboard
Sep 10 07:53:34 [     9.465] (II) event5  - Video Bus: device removed
Sep 10 07:53:34 [     9.492] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:14/LNXVIDEO:01/input/input6/event5"
Sep 10 07:53:34 [     9.492] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
Sep 10 07:53:34 [     9.492] (II) event5  - Video Bus: is tagged by udev as: Keyboard
Sep 10 07:53:34 [     9.492] (II) event5  - Video Bus: device is a keyboard
Sep 10 07:53:34 [     9.492] (II) config/udev: Adding input device Power Button (/dev/input/event0)
Sep 10 07:53:34 [     9.492] (**) Power Button: Applying InputClass "libinput keyboard catchall"
Sep 10 07:53:34 [     9.492] (II) Using input driver 'libinput' for 'Power Button'
Sep 10 07:53:34 [     9.492] (**) Power Button: always reports core events
Sep 10 07:53:34 [     9.492] (**) Option "Device" "/dev/input/event0"
Sep 10 07:53:34 [     9.493] (II) event0  - Power Button: is tagged by udev as: Keyboard
Sep 10 07:53:34 [     9.493] (II) event0  - Power Button: device is a keyboard
Sep 10 07:53:34 [     9.493] (II) event0  - Power Button: device removed
Sep 10 07:53:34 [     9.510] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
Sep 10 07:53:34 [     9.510] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
Sep 10 07:53:34 [     9.510] (II) event0  - Power Button: is tagged by udev as: Keyboard
Sep 10 07:53:34 [     9.510] (II) event0  - Power Button: device is a keyboard
Sep 10 07:53:34 [     9.510] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
Sep 10 07:53:34 [     9.510] (II) No input driver specified, ignoring this device.
Sep 10 07:53:34 [     9.510] (II) This device may have been added with another device file.
Sep 10 07:53:34 [     9.511] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
Sep 10 07:53:34 [     9.511] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
Sep 10 07:53:34 [     9.511] (II) Using input driver 'libinput' for 'Sleep Button'
Sep 10 07:53:34 [     9.511] (**) Sleep Button: always reports core events
Sep 10 07:53:34 [     9.511] (**) Option "Device" "/dev/input/event1"
Sep 10 07:53:34 [     9.511] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
Sep 10 07:53:34 [     9.511] (II) event1  - Sleep Button: device is a keyboard
Sep 10 07:53:34 [     9.511] (II) event1  - Sleep Button: device removed
Sep 10 07:53:34 [     9.521] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
Sep 10 07:53:34 [     9.521] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
Sep 10 07:53:34 [     9.521] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
Sep 10 07:53:34 [     9.521] (II) event1  - Sleep Button: device is a keyboard
Sep 10 07:53:34 [     9.521] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event13)
Sep 10 07:53:34 [     9.521] (II) No input driver specified, ignoring this device.
Sep 10 07:53:34 [     9.521] (II) This device may have been added with another device file.
Sep 10 07:53:34 [     9.522] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event15)
Sep 10 07:53:34 [     9.522] (II) No input driver specified, ignoring this device.
Sep 10 07:53:34 [     9.522] (II) This device may have been added with another device file.
Sep 10 07:53:34 [     9.522] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event16)
Sep 10 07:53:34 [     9.522] (II) No input driver specified, ignoring this device.
Sep 10 07:53:34 [     9.522] (II) This device may have been added with another device file.
Sep 10 07:53:34 [     9.522] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event17)
Sep 10 07:53:34 [     9.522] (II) No input driver specified, ignoring this device.
Sep 10 07:53:34 [     9.522] (II) This device may have been added with another device file.
Sep 10 07:53:34 [     9.522] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event10)
Sep 10 07:53:34 [     9.522] (II) No input driver specified, ignoring this device.
Sep 10 07:53:34 [     9.522] (II) This device may have been added with another device file.
Sep 10 07:53:34 [     9.522] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=7 (/dev/input/event11)
Sep 10 07:53:34 [     9.522] (II) No input driver specified, ignoring this device.
Sep 10 07:53:34 [     9.522] (II) This device may have been added with another device file.
Sep 10 07:53:34 [     9.522] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=8 (/dev/input/event12)
Sep 10 07:53:34 [     9.522] (II) No input driver specified, ignoring this device.
Sep 10 07:53:34 [     9.522] (II) This device may have been added with another device file.
Sep 10 07:53:34 [     9.522] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=9 (/dev/input/event14)
Sep 10 07:53:34 [     9.522] (II) No input driver specified, ignoring this device.
Sep 10 07:53:34 [     9.522] (II) This device may have been added with another device file.
Sep 10 07:53:34 [     9.523] (II) config/udev: Adding input device HD-Audio Generic Headphone (/dev/input/event18)
Sep 10 07:53:34 [     9.523] (II) No input driver specified, ignoring this device.
Sep 10 07:53:34 [     9.523] (II) This device may have been added with another device file.
Sep 10 07:53:34 [     9.523] (II) config/udev: Adding input device FTCS1041:00 2808:0222 Mouse (/dev/input/event8)
Sep 10 07:53:34 [     9.523] (**) FTCS1041:00 2808:0222 Mouse: Applying InputClass "libinput pointer catchall"
Sep 10 07:53:34 [     9.523] (II) Using input driver 'libinput' for 'FTCS1041:00 2808:0222 Mouse'
Sep 10 07:53:34 [     9.523] (**) FTCS1041:00 2808:0222 Mouse: always reports core events
Sep 10 07:53:34 [     9.523] (**) Option "Device" "/dev/input/event8"
Sep 10 07:53:34 [     9.525] (II) event8  - FTCS1041:00 2808:0222 Mouse: is tagged by udev as: Mouse Pointingstick
Sep 10 07:53:34 [     9.526] (II) event8  - FTCS1041:00 2808:0222 Mouse: device is a pointer
Sep 10 07:53:34 [     9.526] (II) event8  - FTCS1041:00 2808:0222 Mouse: device removed
Sep 10 07:53:34 [     9.554] (II) libinput: FTCS1041:00 2808:0222 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
Sep 10 07:53:34 [     9.554] (II) libinput: FTCS1041:00 2808:0222 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
Sep 10 07:53:34 [     9.554] (II) libinput: FTCS1041:00 2808:0222 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
Sep 10 07:53:34 [     9.554] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:00/i2c-0/i2c-FTCS1041:00/0018:2808:0222.0001/input/input13/event8"
Sep 10 07:53:34 [     9.554] (II) XINPUT: Adding extended input device "FTCS1041:00 2808:0222 Mouse" (type: MOUSE, id 10)
Sep 10 07:53:34 [     9.554] (**) Option "AccelerationScheme" "none"
Sep 10 07:53:34 [     9.554] (**) FTCS1041:00 2808:0222 Mouse: (accel) selected scheme none/0
Sep 10 07:53:34 [     9.554] (**) FTCS1041:00 2808:0222 Mouse: (accel) acceleration factor: 2.000
Sep 10 07:53:34 [     9.554] (**) FTCS1041:00 2808:0222 Mouse: (accel) acceleration threshold: 4
Sep 10 07:53:34 [     9.555] (II) event8  - FTCS1041:00 2808:0222 Mouse: is tagged by udev as: Mouse Pointingstick
Sep 10 07:53:34 [     9.556] (II) event8  - FTCS1041:00 2808:0222 Mouse: device is a pointer
Sep 10 07:53:34 [     9.556] (II) config/udev: Adding input device FTCS1041:00 2808:0222 Mouse (/dev/input/mouse0)
Sep 10 07:53:34 [     9.556] (II) No input driver specified, ignoring this device.
Sep 10 07:53:34 [     9.556] (II) This device may have been added with another device file.
Sep 10 07:53:34 [     9.556] (II) config/udev: Adding input device FTCS1041:00 2808:0222 Touchpad (/dev/input/event9)
Sep 10 07:53:34 [     9.556] (**) FTCS1041:00 2808:0222 Touchpad: Applying InputClass "libinput touchpad catchall"
Sep 10 07:53:34 [     9.556] (II) Using input driver 'libinput' for 'FTCS1041:00 2808:0222 Touchpad'
Sep 10 07:53:34 [     9.556] (**) FTCS1041:00 2808:0222 Touchpad: always reports core events
Sep 10 07:53:34 [     9.556] (**) Option "Device" "/dev/input/event9"
Sep 10 07:53:34 [     9.557] (II) event9  - FTCS1041:00 2808:0222 Touchpad: is tagged by udev as: Touchpad
Sep 10 07:53:34 [     9.557] (II) event9  - FTCS1041:00 2808:0222 Touchpad: device is a touchpad
Sep 10 07:53:34 [     9.557] (II) event9  - FTCS1041:00 2808:0222 Touchpad: device removed
Sep 10 07:53:34 [     9.591] (II) libinput: FTCS1041:00 2808:0222 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
Sep 10 07:53:34 [     9.591] (II) libinput: FTCS1041:00 2808:0222 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
Sep 10 07:53:34 [     9.591] (II) libinput: FTCS1041:00 2808:0222 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
Sep 10 07:53:34 [     9.591] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:00/i2c-0/i2c-FTCS1041:00/0018:2808:0222.0001/input/input14/event9"
Sep 10 07:53:34 [     9.591] (II) XINPUT: Adding extended input device "FTCS1041:00 2808:0222 Touchpad" (type: TOUCHPAD, id 11)
Sep 10 07:53:34 [     9.592] (**) Option "AccelerationScheme" "none"
Sep 10 07:53:34 [     9.592] (**) FTCS1041:00 2808:0222 Touchpad: (accel) selected scheme none/0
Sep 10 07:53:34 [     9.592] (**) FTCS1041:00 2808:0222 Touchpad: (accel) acceleration factor: 2.000
Sep 10 07:53:34 [     9.592] (**) FTCS1041:00 2808:0222 Touchpad: (accel) acceleration threshold: 4
Sep 10 07:53:34 [     9.592] (II) event9  - FTCS1041:00 2808:0222 Touchpad: is tagged by udev as: Touchpad
Sep 10 07:53:34 [     9.593] (II) event9  - FTCS1041:00 2808:0222 Touchpad: device is a touchpad
Sep 10 07:53:34 [     9.593] (II) config/udev: Adding input device FTCS1041:00 2808:0222 Touchpad (/dev/input/mouse1)
Sep 10 07:53:34 [     9.593] (II) No input driver specified, ignoring this device.
Sep 10 07:53:34 [     9.593] (II) This device may have been added with another device file.
Sep 10 07:53:34 [     9.593] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
Sep 10 07:53:34 [     9.593] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
Sep 10 07:53:34 [     9.593] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
Sep 10 07:53:34 [     9.593] (**) AT Translated Set 2 keyboard: always reports core events
Sep 10 07:53:34 [     9.593] (**) Option "Device" "/dev/input/event3"
Sep 10 07:53:34 [     9.593] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
Sep 10 07:53:34 [     9.593] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
Sep 10 07:53:34 [     9.594] (II) event3  - AT Translated Set 2 keyboard: device removed
Sep 10 07:53:34 [     9.617] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
Sep 10 07:53:34 [     9.617] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
Sep 10 07:53:34 [     9.617] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
Sep 10 07:53:34 [     9.617] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
Sep 10 07:53:34 [     9.618] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
Sep 10 07:53:34 [     9.618] (II) No input driver specified, ignoring this device.
Sep 10 07:53:34 [     9.618] (II) This device may have been added with another device file.
Sep 10 07:53:34 [     9.619] (II) config/udev: Adding input device TUXEDO Keyboard (/dev/input/event7)
Sep 10 07:53:34 [     9.619] (**) TUXEDO Keyboard: Applying InputClass "libinput keyboard catchall"
Sep 10 07:53:34 [     9.619] (II) Using input driver 'libinput' for 'TUXEDO Keyboard'
Sep 10 07:53:34 [     9.619] (**) TUXEDO Keyboard: always reports core events
Sep 10 07:53:34 [     9.619] (**) Option "Device" "/dev/input/event7"
Sep 10 07:53:34 [     9.619] (II) event7  - TUXEDO Keyboard: is tagged by udev as: Keyboard
Sep 10 07:53:34 [     9.619] (II) event7  - TUXEDO Keyboard: device is a keyboard
Sep 10 07:53:34 [     9.619] (II) event7  - TUXEDO Keyboard: device removed
Sep 10 07:53:34 [     9.645] (**) Option "config_info" "udev:/sys/devices/platform/tuxedo_keyboard/input/input12/event7"
Sep 10 07:53:34 [     9.645] (II) XINPUT: Adding extended input device "TUXEDO Keyboard" (type: KEYBOARD, id 13)
Sep 10 07:53:34 [     9.645] (II) event7  - TUXEDO Keyboard: is tagged by udev as: Keyboard
Sep 10 07:53:34 [     9.645] (II) event7  - TUXEDO Keyboard: device is a keyboard
Sep 10 07:53:34 [    25.081] (II) event4  - Video Bus: device removed
Sep 10 07:53:34 [    25.093] (II) event5  - Video Bus: device removed
Sep 10 07:53:34 [    25.106] (II) event0  - Power Button: device removed
Sep 10 07:53:34 [    25.111] (II) event1  - Sleep Button: device removed
Sep 10 07:53:34 [    25.117] (II) event8  - FTCS1041:00 2808:0222 Mouse: device removed
Sep 10 07:53:34 [    25.129] (II) event9  - FTCS1041:00 2808:0222 Touchpad: device removed
Sep 10 07:53:34 [    25.143] (II) event3  - AT Translated Set 2 keyboard: device removed
Sep 10 07:53:34 [    25.149] (II) event7  - TUXEDO Keyboard: device removed

Last edited by haigioli (2025-09-10 11:54:23)

Offline

#4 2025-09-10 13:28:26

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

Re: [SOLVED] Black screen on SDDM with AMD iGPU and nvidia dGPU

Sep 10 07:53:34 [     9.044] (II) xfree86: Adding drm device (/dev/dri/card0)
Sep 10 07:53:34 [     9.044] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.1/0000:c2:00.0/drm/card0
Sep 10 07:53:34 [     9.044] (II) xfree86: Adding drm device (/dev/dri/card1)
Sep 10 07:53:34 [     9.044] (II) Platform probe for /sys/devices/pci0000:00/0000:00:08.1/0000:c3:00.0/drm/card1
Sep 10 07:53:34 [     9.047] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
Sep 10 07:53:34 [     9.048] (--) PCI:*(194@0:0:0) 10de:2d18:1558:8362 rev 161, Mem @ 0x80000000/67108864, 0x5800000000/8589934592, 0x5a00000000/33554432, I/O @ 0x00002000/128, BIOS @ 0x????????/524288
Sep 10 07:53:34 [     9.048] (--) PCI: (195@0:0:0) 1002:150e:1558:8350 rev 193, Mem @ 0x5a10000000/268435456, 0x84200000/2097152, 0x84600000/524288, I/O @ 0x00001000/256
Sep 10 07:53:34 [     9.107] (II) NVIDIA(0):     "NULL"
Sep 10 07:53:34 [     9.240] (II) AMDGPU(G0): EDID for output eDP-1-0

The server runs on the nvidia GPU (card0) and fails to establish reverse prime (the only output is on the AMD GPU) which however isn't the goal here anyway.
Try to add "module_blacklist=simpledrm" to the kernel parameters, w/ a little luck that will actually block the simpledrm device and get the AMD one the card0 slot, but the PCI IDs are also uncommon and nvidia has the lower index here.

That'd suck because if you seek to use the device in dGPU and hybrid mode we cannot just force the AMD GPU, see whether
/etc/X11/xorg.conf.d/20-amdgpu.conf

Section "Device"
    Identifier "Radeon890M"
    Driver "amdgpu"
EndSection

is sufficient (the server will hopefully pick it up as "first" listed device and not fall over it if you deactivate it in dGPU only mode)

Offline

#5 2025-09-10 14:32:57

haigioli
Member
Registered: 2018-09-06
Posts: 142

Re: [SOLVED] Black screen on SDDM with AMD iGPU and nvidia dGPU

@seth, neither the two together, not separate made a difference, unfortunately.  Still getting the black screen.  I can, of course, still go into a tty.  It's the graphics server where it's failing.

With the xorg conf alone, I get a black screen even on the dGPU, fyi.

Here's the latest Xorg.0.conf:

[     9.014] (--) Log file renamed from "/var/log/Xorg.pid-825.log" to "/var/log/Xorg.0.log"
[     9.014] 
X.Org X Server 1.21.1.18
X Protocol Version 11, Revision 0
[     9.014] Current Operating System: Linux computer 6.16.5-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 04 Sep 2025 23:18:13 +0000 x86_64
[     9.014] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=aa06cd66-4dd5-4f8a-8401-db73c0ad8fe8 rw module_blacklist=simpledrm NVreg_PreserveVideoMemoryAllocations=1 initcall_blacklist=acpi_cpufreq_init loglevel=3 quiet
[     9.014]  
[     9.014] Current version of pixman: 0.46.4
[     9.014] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     9.014] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     9.014] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Sep 10 10:19:15 2025
[     9.015] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     9.015] (==) No Layout section.  Using the first Screen section.
[     9.015] (==) No screen section available. Using defaults.
[     9.015] (**) |-->Screen "Default Screen Section" (0)
[     9.015] (**) |   |-->Monitor "<default monitor>"
[     9.015] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     9.015] (**) Allowing byte-swapped clients
[     9.015] (==) Automatically adding devices
[     9.015] (==) Automatically enabling devices
[     9.015] (==) Automatically adding GPU devices
[     9.015] (==) Automatically binding GPU devices
[     9.015] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     9.015] (WW) The directory "/usr/share/fonts/misc" does not exist.
[     9.015] 	Entry deleted from font path.
[     9.015] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[     9.015] 	Entry deleted from font path.
[     9.015] 	(Run 'mkfontdir' on "/usr/share/fonts/TTF").
[     9.015] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     9.015] 	Entry deleted from font path.
[     9.015] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     9.015] 	Entry deleted from font path.
[     9.015] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     9.015] 	Entry deleted from font path.
[     9.015] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     9.015] 	Entry deleted from font path.
[     9.015] (==) FontPath set to:
	
[     9.015] (==) ModulePath set to "/usr/lib/xorg/modules"
[     9.015] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     9.015] (II) Module ABI versions:
[     9.015] 	X.Org ANSI C Emulation: 0.4
[     9.015] 	X.Org Video Driver: 25.2
[     9.015] 	X.Org XInput driver : 24.4
[     9.015] 	X.Org Server Extension : 10.0
[     9.015] (++) using VT number 2

[     9.015] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     9.016] (II) xfree86: Adding drm device (/dev/dri/card0)
[     9.016] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.1/0000:c2:00.0/drm/card0
[     9.016] (II) xfree86: Adding drm device (/dev/dri/card1)
[     9.016] (II) Platform probe for /sys/devices/pci0000:00/0000:00:08.1/0000:c3:00.0/drm/card1
[     9.020] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[     9.022] (--) PCI:*(194@0:0:0) 10de:2d18:1558:8362 rev 161, Mem @ 0x80000000/67108864, 0x5800000000/8589934592, 0x5a00000000/33554432, I/O @ 0x00002000/128, BIOS @ 0x????????/524288
[     9.022] (--) PCI: (195@0:0:0) 1002:150e:1558:8350 rev 193, Mem @ 0x5a10000000/268435456, 0x84200000/2097152, 0x84600000/524288, I/O @ 0x00001000/256
[     9.022] (II) LoadModule: "glx"
[     9.022] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     9.023] (II) Module glx: vendor="X.Org Foundation"
[     9.023] 	compiled for 1.21.1.18, module version = 1.0.0
[     9.023] 	ABI class: X.Org Server Extension, version 10.0
[     9.023] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[     9.023] 	loading driver: nvidia
[     9.023] (II) Applying OutputClass "AMDgpu" to /dev/dri/card1
[     9.023] 	loading driver: amdgpu
[     9.023] (==) Matched nvidia as autoconfigured driver 0
[     9.023] (==) Matched nouveau as autoconfigured driver 1
[     9.023] (==) Matched nv as autoconfigured driver 2
[     9.023] (==) Matched amdgpu as autoconfigured driver 3
[     9.023] (==) Matched ati as autoconfigured driver 4
[     9.023] (==) Matched modesetting as autoconfigured driver 5
[     9.023] (==) Matched fbdev as autoconfigured driver 6
[     9.023] (==) Matched vesa as autoconfigured driver 7
[     9.023] (==) Assigned the driver to the xf86ConfigLayout
[     9.023] (II) LoadModule: "nvidia"
[     9.023] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     9.025] (II) Module nvidia: vendor="NVIDIA Corporation"
[     9.025] 	compiled for 1.6.99.901, module version = 1.0.0
[     9.025] 	Module class: X.Org Video Driver
[     9.025] (II) LoadModule: "nouveau"
[     9.025] (WW) Warning, couldn't open module nouveau
[     9.025] (EE) Failed to load module "nouveau" (module does not exist, 0)
[     9.025] (II) LoadModule: "nv"
[     9.025] (WW) Warning, couldn't open module nv
[     9.025] (EE) Failed to load module "nv" (module does not exist, 0)
[     9.025] (II) LoadModule: "amdgpu"
[     9.025] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[     9.025] (II) Module amdgpu: vendor="X.Org Foundation"
[     9.025] 	compiled for 1.21.1.18, module version = 25.0.0
[     9.025] 	Module class: X.Org Video Driver
[     9.025] 	ABI class: X.Org Video Driver, version 25.2
[     9.025] (II) LoadModule: "ati"
[     9.025] (WW) Warning, couldn't open module ati
[     9.025] (EE) Failed to load module "ati" (module does not exist, 0)
[     9.025] (II) LoadModule: "modesetting"
[     9.025] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     9.025] (II) Module modesetting: vendor="X.Org Foundation"
[     9.025] 	compiled for 1.21.1.18, module version = 1.21.1
[     9.025] 	Module class: X.Org Video Driver
[     9.025] 	ABI class: X.Org Video Driver, version 25.2
[     9.025] (II) LoadModule: "fbdev"
[     9.025] (WW) Warning, couldn't open module fbdev
[     9.025] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     9.025] (II) LoadModule: "vesa"
[     9.025] (WW) Warning, couldn't open module vesa
[     9.025] (EE) Failed to load module "vesa" (module does not exist, 0)
[     9.025] (II) NVIDIA dlloader X Driver  580.82.07  Wed Aug 27 18:07:42 UTC 2025
[     9.025] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     9.025] (II) AMDGPU: Driver for AMD Radeon:
	All GPUs supported by the amdgpu kernel driver
[     9.025] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     9.029] (II) Loading sub module "fb"
[     9.029] (II) LoadModule: "fb"
[     9.029] (II) Module "fb" already built-in
[     9.029] (II) Loading sub module "wfb"
[     9.029] (II) LoadModule: "wfb"
[     9.029] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     9.030] (II) Module wfb: vendor="X.Org Foundation"
[     9.030] 	compiled for 1.21.1.18, module version = 1.0.0
[     9.030] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     9.030] (WW) Falling back to old probe method for modesetting
[     9.030] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     9.030] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[     9.030] (==) NVIDIA(0): RGB weight 888
[     9.030] (==) NVIDIA(0): Default visual is TrueColor
[     9.031] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[     9.031] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[     9.031] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[     9.031] (**) NVIDIA(0): Enabling 2D acceleration
[     9.031] (II) Loading sub module "glxserver_nvidia"
[     9.031] (II) LoadModule: "glxserver_nvidia"
[     9.031] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[     9.068] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[     9.068] 	compiled for 1.6.99.901, module version = 1.0.0
[     9.068] 	Module class: X.Org Server Extension
[     9.068] (II) NVIDIA GLX Module  580.82.07  Wed Aug 27 18:11:41 UTC 2025
[     9.068] (II) NVIDIA: The X server supports PRIME Render Offload.
[     9.070] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:194:0:0
[     9.070] (--) NVIDIA(0):     DFP-0
[     9.078] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 5070 Laptop GPU (GB206-A) at
[     9.078] (II) NVIDIA(0):     PCI:194:0:0 (GPU-0)
[     9.078] (--) NVIDIA(0): Memory: 8346624 kBytes
[     9.078] (--) NVIDIA(0): VideoBIOS: 98.06.2a.40.d6
[     9.078] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[     9.078] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     9.078] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[     9.078] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[     9.078] (--) NVIDIA(GPU-0): 
[     9.078] (==) NVIDIA(0): 
[     9.078] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[     9.078] (==) NVIDIA(0):     will be used as the requested mode.
[     9.078] (==) NVIDIA(0): 
[     9.078] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[     9.078] (--) NVIDIA(0):     AllowEmptyInitialConfiguration is enabled
[     9.078] (II) NVIDIA(0): Validated MetaModes:
[     9.078] (II) NVIDIA(0):     "NULL"
[     9.078] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[     9.078] (++) NVIDIA(0): DPI set to (135, 135); computed from -dpi X commandline option
[     9.078] (==) AMDGPU(G0): Depth 24, (--) framebuffer bpp 32
[     9.078] (II) AMDGPU(G0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[     9.078] (==) AMDGPU(G0): Default visual is TrueColor
[     9.078] (II) Applying OutputClass "AMDgpu" options to /dev/dri/card1
[     9.078] (==) AMDGPU(G0): RGB weight 888
[     9.078] (II) AMDGPU(G0): Using 8 bits per RGB (8 bit DAC)
[     9.078] (--) AMDGPU(G0): Chipset: "AMD Radeon 890M Graphics" (ChipID = 0x150e)
[     9.078] (II) Loading sub module "fb"
[     9.078] (II) LoadModule: "fb"
[     9.078] (II) Module "fb" already built-in
[     9.078] (II) Loading sub module "dri2"
[     9.078] (II) LoadModule: "dri2"
[     9.078] (II) Module "dri2" already built-in
[     9.155] (II) Loading sub module "glamoregl"
[     9.155] (II) LoadModule: "glamoregl"
[     9.155] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     9.159] (II) Module glamoregl: vendor="X.Org Foundation"
[     9.159] 	compiled for 1.21.1.18, module version = 1.0.1
[     9.159] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     9.196] (II) AMDGPU(G0): glamor X acceleration enabled on AMD Radeon 890M Graphics (radeonsi, gfx1150, LLVM 20.1.8, DRM 3.64, 6.16.5-arch1-1)
[     9.196] (II) AMDGPU(G0): glamor detected, initialising EGL layer.
[     9.196] (==) AMDGPU(G0): TearFree property default: auto
[     9.197] (II) AMDGPU(G0): Output eDP-1-0 has no monitor section
[     9.197] (II) AMDGPU(G0): Output DisplayPort-1-0 has no monitor section
[     9.197] (II) AMDGPU(G0): Output DisplayPort-1-1 has no monitor section
[     9.197] (II) AMDGPU(G0): Output DisplayPort-1-2 has no monitor section
[     9.197] (II) AMDGPU(G0): Output DisplayPort-1-3 has no monitor section
[     9.197] (II) AMDGPU(G0): Output DisplayPort-1-4 has no monitor section
[     9.197] (II) AMDGPU(G0): Output DisplayPort-1-5 has no monitor section
[     9.197] (II) AMDGPU(G0): Output DisplayPort-1-6 has no monitor section
[     9.197] (II) AMDGPU(G0): Output DisplayPort-1-7 has no monitor section
[     9.212] (WW) AMDGPU(G0): 9 ZaphodHeads crtcs unavailable. Some outputs will stay off.
[     9.213] (II) AMDGPU(G0): EDID for output eDP-1-0
[     9.213] (II) AMDGPU(G0): Manufacturer: BOE  Model: b87  Serial#: 0
[     9.213] (II) AMDGPU(G0): Year: 2022  Week: 30
[     9.213] (II) AMDGPU(G0): EDID Version: 1.4
[     9.213] (II) AMDGPU(G0): Digital Display Input
[     9.213] (II) AMDGPU(G0): 8 bits per channel
[     9.213] (II) AMDGPU(G0): Digital interface is DisplayPort
[     9.213] (II) AMDGPU(G0): Max Image Size [cm]: horiz.: 34  vert.: 22
[     9.213] (II) AMDGPU(G0): Gamma: 2.20
[     9.213] (II) AMDGPU(G0): No DPMS capabilities specified
[     9.213] (II) AMDGPU(G0): Supported color encodings: RGB 4:4:4 
[     9.213] (II) AMDGPU(G0): First detailed timing is preferred mode
[     9.213] (II) AMDGPU(G0): Preferred mode is native pixel format and refresh rate
[     9.213] (II) AMDGPU(G0): Display is continuous-frequency
[     9.213] (II) AMDGPU(G0): redX: 0.644 redY: 0.328   greenX: 0.303 greenY: 0.618
[     9.213] (II) AMDGPU(G0): blueX: 0.152 blueY: 0.046   whiteX: 0.313 whiteY: 0.329
[     9.213] (II) AMDGPU(G0): Manufacturer's mask: 0
[     9.213] (II) AMDGPU(G0): Supported detailed timing:
[     9.213] (II) AMDGPU(G0): clock: 293.8 MHz   Image Size:  345 x 215 mm
[     9.213] (II) AMDGPU(G0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
[     9.213] (II) AMDGPU(G0): v_active: 1600  v_sync: 1603  v_sync_end 1609 v_blanking: 1800 v_border: 0
[     9.213] (II) AMDGPU(G0): Ranges: V min: 60 V max: 240 Hz, H min: 432 H max: 432 kHz, PixClock max 1185 MHz
[     9.213] (II) AMDGPU(G0):  NE160QDM-NZA
[     9.213] (II) AMDGPU(G0): Number of EDID sections to follow: 1
[     9.213] (II) AMDGPU(G0): EDID (in hex):
[     9.213] (II) AMDGPU(G0): 	00ffffffffffff0009e5870b00000000
[     9.213] (II) AMDGPU(G0): 	1e200104a522167803c935a4544d9e27
[     9.213] (II) AMDGPU(G0): 	0b505400000001010101010101010101
[     9.213] (II) AMDGPU(G0): 	010101010101c07200a0a040c8603020
[     9.213] (II) AMDGPU(G0): 	360059d71000001a0000000000000000
[     9.213] (II) AMDGPU(G0): 	00000000000000000000000000fd0c3c
[     9.213] (II) AMDGPU(G0): 	f0b1b176010a202020202020000000fe
[     9.213] (II) AMDGPU(G0): 	004e4531363051444d2d4e5a410a0167
[     9.213] (II) AMDGPU(G0): 	7020790200220028ffed1185ff099f00
[     9.213] (II) AMDGPU(G0): 	2f001f003f06c70002000500ffc10a05
[     9.213] (II) AMDGPU(G0): 	ff099f002f001f003f06c70002000500
[     9.213] (II) AMDGPU(G0): 	2b000627003cef0000810013721a0000
[     9.213] (II) AMDGPU(G0): 	03013cf0000000000000f00000000000
[     9.213] (II) AMDGPU(G0): 	00000000000000000000000000000000
[     9.213] (II) AMDGPU(G0): 	00000000000000000000000000000000
[     9.213] (II) AMDGPU(G0): 	0000000000000000000000000000f790
[     9.213] (II) AMDGPU(G0): Printing probed modes for output eDP-1-0
[     9.213] (II) AMDGPU(G0): Modeline "2560x1600"x240.0  1175.04  2560 2608 2640 2720  1600 1603 1609 1800 -hsync -vsync (432.0 kHz eP)
[     9.213] (II) AMDGPU(G0): Modeline "2560x1600"x60.0  293.76  2560 2608 2640 2720  1600 1603 1609 1800 +hsync -vsync (108.0 kHz eP)
[     9.213] (II) AMDGPU(G0): Modeline "2560x1600"x144.0  705.02  2560 2608 2640 2720  1600 1603 1609 1800 -hsync -vsync (259.2 kHz e)
[     9.213] (II) AMDGPU(G0): Modeline "1920x1200"x240.0  1175.04  1920 2608 2640 2720  1200 1603 1609 1800 -hsync -vsync (432.0 kHz e)
[     9.213] (II) AMDGPU(G0): Modeline "1920x1080"x240.0  1175.04  1920 2608 2640 2720  1080 1603 1609 1800 -hsync -vsync (432.0 kHz e)
[     9.213] (II) AMDGPU(G0): Modeline "1600x1200"x240.0  1175.04  1600 2608 2640 2720  1200 1603 1609 1800 -hsync -vsync (432.0 kHz e)
[     9.213] (II) AMDGPU(G0): Modeline "1680x1050"x240.0  1175.04  1680 2608 2640 2720  1050 1603 1609 1800 -hsync -vsync (432.0 kHz e)
[     9.213] (II) AMDGPU(G0): Modeline "1280x1024"x240.0  1175.04  1280 2608 2640 2720  1024 1603 1609 1800 -hsync -vsync (432.0 kHz e)
[     9.213] (II) AMDGPU(G0): Modeline "1440x900"x240.0  1175.04  1440 2608 2640 2720  900 1603 1609 1800 -hsync -vsync (432.0 kHz e)
[     9.213] (II) AMDGPU(G0): Modeline "1280x800"x240.0  1175.04  1280 2608 2640 2720  800 1603 1609 1800 -hsync -vsync (432.0 kHz e)
[     9.213] (II) AMDGPU(G0): Modeline "1280x720"x240.0  1175.04  1280 2608 2640 2720  720 1603 1609 1800 -hsync -vsync (432.0 kHz e)
[     9.213] (II) AMDGPU(G0): Modeline "1024x768"x240.0  1175.04  1024 2608 2640 2720  768 1603 1609 1800 -hsync -vsync (432.0 kHz e)
[     9.213] (II) AMDGPU(G0): Modeline "800x600"x240.0  1175.04  800 2608 2640 2720  600 1603 1609 1800 -hsync -vsync (432.0 kHz e)
[     9.213] (II) AMDGPU(G0): Modeline "640x480"x240.0  1175.04  640 2608 2640 2720  480 1603 1609 1800 -hsync -vsync (432.0 kHz e)
[     9.213] (II) AMDGPU(G0): EDID for output DisplayPort-1-0
[     9.213] (II) AMDGPU(G0): EDID for output DisplayPort-1-1
[     9.213] (II) AMDGPU(G0): EDID for output DisplayPort-1-2
[     9.213] (II) AMDGPU(G0): EDID for output DisplayPort-1-3
[     9.213] (II) AMDGPU(G0): EDID for output DisplayPort-1-4
[     9.213] (II) AMDGPU(G0): EDID for output DisplayPort-1-5
[     9.213] (II) AMDGPU(G0): EDID for output DisplayPort-1-6
[     9.213] (II) AMDGPU(G0): EDID for output DisplayPort-1-7
[     9.213] (II) AMDGPU(G0): mem size init: gart size :7c1d18000 vram size: s:15860000 visible:15860000
[     9.213] (++) AMDGPU(G0): DPI set to (135, 135)
[     9.213] (==) AMDGPU(G0): Using gamma correction (1.0, 1.0, 1.0)
[     9.213] (II) Loading sub module "ramdac"
[     9.213] (II) LoadModule: "ramdac"
[     9.213] (II) Module "ramdac" already built-in
[     9.213] (II) UnloadModule: "modesetting"
[     9.213] (II) Unloading modesetting
[     9.214] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[     9.214] (II) NVIDIA:     access.
[     9.221] (WW) NVIDIA(0): ACPI: failed to determine the system's current power source
[     9.221] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[     9.221] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[     9.221] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[     9.221] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[     9.221] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[     9.221] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[     9.221] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[     9.221] (II) NVIDIA(0):     Config Options in the README.
[     9.235] (II) NVIDIA(0): Setting mode "NULL"
[     9.252] (==) NVIDIA(0): Disabling shared memory pixmaps
[     9.252] (==) NVIDIA(0): Backing store enabled
[     9.252] (==) NVIDIA(0): Silken mouse enabled
[     9.253] (==) NVIDIA(0): DPMS enabled
[     9.253] (II) Loading sub module "dri2"
[     9.253] (II) LoadModule: "dri2"
[     9.253] (II) Module "dri2" already built-in
[     9.253] (II) NVIDIA(0): [DRI2] Setup complete
[     9.253] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[     9.253] (II) AMDGPU(G0): [DRI2] Setup complete
[     9.253] (II) AMDGPU(G0): [DRI2]   DRI driver: radeonsi
[     9.253] (II) AMDGPU(G0): [DRI2]   VDPAU driver: radeonsi
[     9.253] (II) AMDGPU(G0): Front buffer pitch: 4096 bytes
[     9.253] (II) AMDGPU(G0): SYNC extension fences enabled
[     9.253] (II) AMDGPU(G0): Present extension enabled
[     9.253] (==) AMDGPU(G0): DRI3 enabled
[     9.253] (==) AMDGPU(G0): Backing store enabled
[     9.253] (II) AMDGPU(G0): Direct rendering enabled
[     9.261] (II) AMDGPU(G0): Use GLAMOR acceleration.
[     9.261] (II) AMDGPU(G0): Acceleration enabled
[     9.261] (==) AMDGPU(G0): DPMS enabled
[     9.261] (==) AMDGPU(G0): Silken mouse enabled
[     9.265] (WW) AMDGPU(G0): Option "HotplugDriver" is not used
[     9.265] (II) Initializing extension Generic Event Extension
[     9.265] (II) Initializing extension SHAPE
[     9.266] (II) Initializing extension MIT-SHM
[     9.266] (II) Initializing extension XInputExtension
[     9.266] (II) Initializing extension XTEST
[     9.266] (II) Initializing extension BIG-REQUESTS
[     9.266] (II) Initializing extension SYNC
[     9.266] (II) Initializing extension XKEYBOARD
[     9.266] (II) Initializing extension XC-MISC
[     9.266] (II) Initializing extension SECURITY
[     9.266] (II) Initializing extension XFIXES
[     9.266] (II) Initializing extension RENDER
[     9.266] (II) Initializing extension RANDR
[     9.266] (II) Initializing extension COMPOSITE
[     9.266] (II) Initializing extension DAMAGE
[     9.266] (II) Initializing extension MIT-SCREEN-SAVER
[     9.266] (II) Initializing extension DOUBLE-BUFFER
[     9.266] (II) Initializing extension RECORD
[     9.267] (II) Initializing extension DPMS
[     9.267] (II) Initializing extension Present
[     9.267] (II) Initializing extension DRI3
[     9.267] (II) Initializing extension X-Resource
[     9.267] (II) Initializing extension XVideo
[     9.267] (II) Initializing extension XVideo-MotionCompensation
[     9.267] (II) Initializing extension GLX
[     9.267] (II) Initializing extension GLX
[     9.267] (II) Indirect GLX disabled.
[     9.267] (II) GLX: Another vendor is already registered for screen 0
[     9.267] (II) Initializing extension XFree86-VidModeExtension
[     9.267] (II) Initializing extension XFree86-DGA
[     9.267] (II) Initializing extension XFree86-DRI
[     9.267] (II) Initializing extension DRI2
[     9.267] (II) Initializing extension NV-GLX
[     9.267] (II) Initializing extension NV-CONTROL
[     9.407] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[     9.407] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     9.407] (II) LoadModule: "libinput"
[     9.407] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     9.409] (II) Module libinput: vendor="X.Org Foundation"
[     9.409] 	compiled for 1.21.1.13, module version = 1.5.0
[     9.409] 	Module class: X.Org XInput Driver
[     9.409] 	ABI class: X.Org XInput driver, version 24.4
[     9.409] (II) Using input driver 'libinput' for 'Video Bus'
[     9.409] (**) Video Bus: always reports core events
[     9.409] (**) Option "Device" "/dev/input/event4"
[     9.412] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[     9.412] (II) event4  - Video Bus: device is a keyboard
[     9.412] (II) event4  - Video Bus: device removed
[     9.437] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0d/LNXVIDEO:00/input/input5/event4"
[     9.437] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[     9.437] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[     9.437] (II) event4  - Video Bus: device is a keyboard
[     9.437] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[     9.437] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     9.437] (II) Using input driver 'libinput' for 'Video Bus'
[     9.437] (**) Video Bus: always reports core events
[     9.437] (**) Option "Device" "/dev/input/event5"
[     9.437] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[     9.437] (II) event5  - Video Bus: device is a keyboard
[     9.437] (II) event5  - Video Bus: device removed
[     9.457] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:14/LNXVIDEO:01/input/input6/event5"
[     9.457] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     9.457] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[     9.457] (II) event5  - Video Bus: device is a keyboard
[     9.458] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[     9.458] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     9.458] (II) Using input driver 'libinput' for 'Power Button'
[     9.458] (**) Power Button: always reports core events
[     9.458] (**) Option "Device" "/dev/input/event0"
[     9.458] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     9.458] (II) event0  - Power Button: device is a keyboard
[     9.458] (II) event0  - Power Button: device removed
[     9.475] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[     9.475] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[     9.475] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     9.475] (II) event0  - Power Button: device is a keyboard
[     9.475] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[     9.475] (II) No input driver specified, ignoring this device.
[     9.475] (II) This device may have been added with another device file.
[     9.476] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[     9.476] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     9.476] (II) Using input driver 'libinput' for 'Sleep Button'
[     9.476] (**) Sleep Button: always reports core events
[     9.476] (**) Option "Device" "/dev/input/event1"
[     9.476] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     9.476] (II) event1  - Sleep Button: device is a keyboard
[     9.476] (II) event1  - Sleep Button: device removed
[     9.486] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[     9.486] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[     9.486] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     9.486] (II) event1  - Sleep Button: device is a keyboard
[     9.487] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event11)
[     9.487] (II) No input driver specified, ignoring this device.
[     9.487] (II) This device may have been added with another device file.
[     9.487] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event12)
[     9.487] (II) No input driver specified, ignoring this device.
[     9.487] (II) This device may have been added with another device file.
[     9.487] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event15)
[     9.487] (II) No input driver specified, ignoring this device.
[     9.487] (II) This device may have been added with another device file.
[     9.487] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event16)
[     9.487] (II) No input driver specified, ignoring this device.
[     9.487] (II) This device may have been added with another device file.
[     9.487] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event10)
[     9.487] (II) No input driver specified, ignoring this device.
[     9.487] (II) This device may have been added with another device file.
[     9.487] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=7 (/dev/input/event13)
[     9.487] (II) No input driver specified, ignoring this device.
[     9.487] (II) This device may have been added with another device file.
[     9.487] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=8 (/dev/input/event14)
[     9.487] (II) No input driver specified, ignoring this device.
[     9.487] (II) This device may have been added with another device file.
[     9.487] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=9 (/dev/input/event17)
[     9.488] (II) No input driver specified, ignoring this device.
[     9.488] (II) This device may have been added with another device file.
[     9.488] (II) config/udev: Adding input device HD-Audio Generic Headphone (/dev/input/event18)
[     9.488] (II) No input driver specified, ignoring this device.
[     9.488] (II) This device may have been added with another device file.
[     9.488] (II) config/udev: Adding input device FTCS1041:00 2808:0222 Mouse (/dev/input/event7)
[     9.488] (**) FTCS1041:00 2808:0222 Mouse: Applying InputClass "libinput pointer catchall"
[     9.488] (II) Using input driver 'libinput' for 'FTCS1041:00 2808:0222 Mouse'
[     9.488] (**) FTCS1041:00 2808:0222 Mouse: always reports core events
[     9.488] (**) Option "Device" "/dev/input/event7"
[     9.490] (II) event7  - FTCS1041:00 2808:0222 Mouse: is tagged by udev as: Mouse Pointingstick
[     9.491] (II) event7  - FTCS1041:00 2808:0222 Mouse: device is a pointer
[     9.491] (II) event7  - FTCS1041:00 2808:0222 Mouse: device removed
[     9.519] (II) libinput: FTCS1041:00 2808:0222 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     9.519] (II) libinput: FTCS1041:00 2808:0222 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     9.519] (II) libinput: FTCS1041:00 2808:0222 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     9.519] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:00/i2c-0/i2c-FTCS1041:00/0018:2808:0222.0001/input/input12/event7"
[     9.519] (II) XINPUT: Adding extended input device "FTCS1041:00 2808:0222 Mouse" (type: MOUSE, id 10)
[     9.519] (**) Option "AccelerationScheme" "none"
[     9.519] (**) FTCS1041:00 2808:0222 Mouse: (accel) selected scheme none/0
[     9.519] (**) FTCS1041:00 2808:0222 Mouse: (accel) acceleration factor: 2.000
[     9.519] (**) FTCS1041:00 2808:0222 Mouse: (accel) acceleration threshold: 4
[     9.520] (II) event7  - FTCS1041:00 2808:0222 Mouse: is tagged by udev as: Mouse Pointingstick
[     9.520] (II) event7  - FTCS1041:00 2808:0222 Mouse: device is a pointer
[     9.521] (II) config/udev: Adding input device FTCS1041:00 2808:0222 Mouse (/dev/input/mouse0)
[     9.521] (II) No input driver specified, ignoring this device.
[     9.521] (II) This device may have been added with another device file.
[     9.521] (II) config/udev: Adding input device FTCS1041:00 2808:0222 Touchpad (/dev/input/event8)
[     9.521] (**) FTCS1041:00 2808:0222 Touchpad: Applying InputClass "libinput touchpad catchall"
[     9.521] (II) Using input driver 'libinput' for 'FTCS1041:00 2808:0222 Touchpad'
[     9.521] (**) FTCS1041:00 2808:0222 Touchpad: always reports core events
[     9.521] (**) Option "Device" "/dev/input/event8"
[     9.521] (II) event8  - FTCS1041:00 2808:0222 Touchpad: is tagged by udev as: Touchpad
[     9.522] (II) event8  - FTCS1041:00 2808:0222 Touchpad: device is a touchpad
[     9.522] (II) event8  - FTCS1041:00 2808:0222 Touchpad: device removed
[     9.556] (II) libinput: FTCS1041:00 2808:0222 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[     9.556] (II) libinput: FTCS1041:00 2808:0222 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[     9.556] (II) libinput: FTCS1041:00 2808:0222 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[     9.556] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:00/i2c-0/i2c-FTCS1041:00/0018:2808:0222.0001/input/input13/event8"
[     9.556] (II) XINPUT: Adding extended input device "FTCS1041:00 2808:0222 Touchpad" (type: TOUCHPAD, id 11)
[     9.557] (**) Option "AccelerationScheme" "none"
[     9.557] (**) FTCS1041:00 2808:0222 Touchpad: (accel) selected scheme none/0
[     9.557] (**) FTCS1041:00 2808:0222 Touchpad: (accel) acceleration factor: 2.000
[     9.557] (**) FTCS1041:00 2808:0222 Touchpad: (accel) acceleration threshold: 4
[     9.557] (II) event8  - FTCS1041:00 2808:0222 Touchpad: is tagged by udev as: Touchpad
[     9.558] (II) event8  - FTCS1041:00 2808:0222 Touchpad: device is a touchpad
[     9.558] (II) config/udev: Adding input device FTCS1041:00 2808:0222 Touchpad (/dev/input/mouse1)
[     9.558] (II) No input driver specified, ignoring this device.
[     9.558] (II) This device may have been added with another device file.
[     9.558] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[     9.558] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     9.558] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     9.558] (**) AT Translated Set 2 keyboard: always reports core events
[     9.558] (**) Option "Device" "/dev/input/event3"
[     9.558] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     9.558] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[     9.559] (II) event3  - AT Translated Set 2 keyboard: device removed
[     9.582] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[     9.582] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[     9.582] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     9.582] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[     9.583] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[     9.583] (II) No input driver specified, ignoring this device.
[     9.583] (II) This device may have been added with another device file.
[     9.584] (II) config/udev: Adding input device TUXEDO Keyboard (/dev/input/event9)
[     9.584] (**) TUXEDO Keyboard: Applying InputClass "libinput keyboard catchall"
[     9.584] (II) Using input driver 'libinput' for 'TUXEDO Keyboard'
[     9.584] (**) TUXEDO Keyboard: always reports core events
[     9.584] (**) Option "Device" "/dev/input/event9"
[     9.584] (II) event9  - TUXEDO Keyboard: is tagged by udev as: Keyboard
[     9.584] (II) event9  - TUXEDO Keyboard: device is a keyboard
[     9.584] (II) event9  - TUXEDO Keyboard: device removed
[     9.607] (**) Option "config_info" "udev:/sys/devices/platform/tuxedo_keyboard/input/input15/event9"
[     9.607] (II) XINPUT: Adding extended input device "TUXEDO Keyboard" (type: KEYBOARD, id 13)
[     9.607] (II) event9  - TUXEDO Keyboard: is tagged by udev as: Keyboard
[     9.607] (II) event9  - TUXEDO Keyboard: device is a keyboard
[    28.906] (II) event4  - Video Bus: device removed
[    28.926] (II) event5  - Video Bus: device removed
[    28.946] (II) event0  - Power Button: device removed
[    28.956] (II) event1  - Sleep Button: device removed
[    28.966] (II) event7  - FTCS1041:00 2808:0222 Mouse: device removed
[    28.986] (II) event8  - FTCS1041:00 2808:0222 Touchpad: device removed
[    29.005] (II) event3  - AT Translated Set 2 keyboard: device removed
[    29.015] (II) event9  - TUXEDO Keyboard: device removed
[   208.026] (II) UnloadModule: "libinput"
[   208.026] (II) UnloadModule: "libinput"
[   208.026] (II) UnloadModule: "libinput"
[   208.026] (II) UnloadModule: "libinput"
[   208.027] (II) UnloadModule: "libinput"
[   208.027] (II) UnloadModule: "libinput"
[   208.027] (II) UnloadModule: "libinput"
[   208.027] (II) UnloadModule: "libinput"
[   208.176] (II) NVIDIA(GPU-0): Deleting GPU-0
[   208.176] (II) Server terminated successfully (0). Closing log file.

Offline

#6 2025-09-10 14:40:45

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

Re: [SOLVED] Black screen on SDDM with AMD iGPU and nvidia dGPU

The suggested /etc/X11/xorg.conf.d/20-amdgpu.conf doesn't seem present for that run?
/etc/X11/xorg.conf.d/ doesn't seem to be included at all, try to move it to /usr/share/X11/xorg.conf.d but that's rather odd.

Offline

#7 2025-09-10 15:04:38

haigioli
Member
Registered: 2018-09-06
Posts: 142

Re: [SOLVED] Black screen on SDDM with AMD iGPU and nvidia dGPU

Okay, hold the phone.  Under /usr/share/X11/xorg.conf.d, there's the following:

10-amdgpu.conf
10-nvidia-drm-outputclass.conf
10-quirks.conf
40-libinput.conf

I didn't put those there; those probably were installed when I installed the drivers for nvidia and amdgpu (linux-firmware-amdgpu included; as well as xf86-video-amdgpu).  10-amdgpu.conf seems to basically be the same as what you put in yours:

Section "OutputClass"
        Identifier "AMDgpu"
        MatchDriver "amdgpu"
        Driver "amdgpu"
        Option "HotplugDriver" "amdgpu"
EndSection

10-nvidia-drm-outputclass.conf

Section "OutputClass"
    Identifier "nvidia"
    MatchDriver "nvidia-drm"
    Driver "nvidia"
    Option "AllowEmptyInitialConfiguration"
    ModulePath "/usr/lib/nvidia/xorg"
    ModulePath "/usr/lib/xorg/modules"
EndSection

10-quirks.conf

Section "OutputClass"
        Identifier "appledrm"
        MatchDriver "apple"
        Driver "modesetting"
        Option "PrimaryGPU" "true"
EndSection

and finally, 40-libinput.conf (which shouldn't be relevant, but here it is):

# Match on all types of devices but joysticks
#
# If you want to configure your devices, do not copy this file.
# Instead, use a config snippet that contains something like this:
#
# Section "InputClass"
#   Identifier "something or other"
#   MatchDriver "libinput"
#
#   MatchIsTouchpad "on"
#   ... other Match directives ...
#   Option "someoption" "value"
# EndSection
#
# This applies the option any libinput device also matched by the other
# directives. See the xorg.conf(5) man page for more info on
# matching devices.

Section "InputClass"
        Identifier "libinput pointer catchall"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

Section "InputClass"
        Identifier "libinput keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

Section "InputClass"
        Identifier "libinput touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

Section "InputClass"
        Identifier "libinput touchscreen catchall"
        MatchIsTouchscreen "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

Section "InputClass"
        Identifier "libinput tablet catchall"
        MatchIsTablet "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

I hope this provides some hints.

Offline

#8 2025-09-10 15:12:55

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

Re: [SOLVED] Black screen on SDDM with AMD iGPU and nvidia dGPU

were installed when I installed the drivers

Yes, /usr/share/X11 is under pacman control and you typically should™ not add, remove or edit anything there - "OutputClass" isn't the same as "Device" and will not cause any device preferences by the server.
Why your server ignores /etc/X11 idk (except that this is configurable by a server flag but it seems wild that either you or SDDM might have added such)

=> move 20-amdgpu.conf to  /usr/share/X11/xorg.conf.d/ and see what happens.

Offline

#9 2025-09-10 15:24:09

haigioli
Member
Registered: 2018-09-06
Posts: 142

Re: [SOLVED] Black screen on SDDM with AMD iGPU and nvidia dGPU

I'm now posting this on a working hybrid sddm session.  Moving it into /usr/share/X11/xorg.conf.d did the trick.

So I know why for technical reasons that might affect my work, why did this work here?  Is sddm configured by default to look here?

Does this work in combination with the kernel param,  'module_blacklist=simpledrm', or can it work without it?

Edit:  I've just tried it and it works without the kernel param.  So, what I'd like to know is what we just did here.  Was this simply a matter of changing the order of when amdgpu driver loads, or is it deeper than that?

Last edited by haigioli (2025-09-10 15:48:40)

Offline

#10 2025-09-10 16:05:00

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

Re: [SOLVED] Black screen on SDDM with AMD iGPU and nvidia dGPU

Listing any device will make the server prefer it (which is also why the simpledrm blacklisting isn't required)
Xorg has a https://man.archlinux.org/man/extra/xor … #configdir option but I've never seen that constrained so I've a hard time believing that SDDM does that.
There might be some custom sddm config, see eg. https://wiki.archlinux.org/title/SDDM#DPI_settings for patterns/locations.

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

Offline

#11 2025-09-10 16:22:20

haigioli
Member
Registered: 2018-09-06
Posts: 142

Re: [SOLVED] Black screen on SDDM with AMD iGPU and nvidia dGPU

Thanks for all the help @seth!

Offline

#12 2025-09-11 00:22:39

haigioli
Member
Registered: 2018-09-06
Posts: 142

Re: [SOLVED] Black screen on SDDM with AMD iGPU and nvidia dGPU

One interesting problem left to solve on this...  I just noticed that when I log out, the GFX server fails.  The only way to get things going again is to reboot, in that instance.

Here's the error I see in systemd:

systemctl status sddm.service

● sddm.service - Simple Desktop Display Manager
     Loaded: loaded (/usr/lib/systemd/system/sddm.service; enabled; preset: disabled)
     Active: active (running) since Wed 2025-09-10 19:58:30 EDT; 18min ago
 Invocation: 8b394fb5416242108ec8c038f1a56ee1
       Docs: man:sddm(1)
             man:sddm.conf(5)
   Main PID: 815 (sddm)
      Tasks: 2 (limit: 75956)
     Memory: 234.4M (peak: 361.5M)
        CPU: 9.224s
     CGroup: /system.slice/sddm.service
             └─815 /usr/bin/sddm

Sep 10 20:15:02 computer sddm[815]: Failed to read display number from pipe
Sep 10 20:15:02 computer sddm[815]: Display server stopping...
Sep 10 20:15:02 computer sddm[815]: Attempt 2 starting the Display server on vt 2 failed
Sep 10 20:15:04 computer sddm[815]: Display server starting...
Sep 10 20:15:04 computer sddm[815]: Writing cookie to "/run/sddm/xauth_ujvhwB"
Sep 10 20:15:04 computer sddm[815]: Running: /usr/bin/X -dpi 130 -background none -seat seat0 vt2 -auth /run/sddm/xauth_ujvhwB -noreset -displayfd 15
Sep 10 20:15:04 computer sddm[815]: Failed to read display number from pipe
Sep 10 20:15:04 computer sddm[815]: Display server stopping...
Sep 10 20:15:04 computer sddm[815]: Attempt 3 starting the Display server on vt 2 failed
Sep 10 20:15:04 computer sddm[815]: Could not start Display server on vt 2

Fun fact:  /etc/sddm.conf is empty; /etc/sddm.conf.d/kde_settings.conf is not.  There's only one X11 line in there and it goes:

[X11]
ServerArguments=-dpi 130

That's there for screen accuracy reasons.  I set it explicitly in System Settings>Fonts in Plasma 6 X11.

Offline

#13 2025-09-11 06:54:35

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

Re: [SOLVED] Black screen on SDDM with AMD iGPU and nvidia dGPU

We'll need to see jorunal and xorg log at this point (after the crash, before the reboot)

Offline

#14 2025-09-11 12:59:13

haigioli
Member
Registered: 2018-09-06
Posts: 142

Re: [SOLVED] Black screen on SDDM with AMD iGPU and nvidia dGPU

Sure.  Here's the journal right after the crash:

Sep 11 08:48:46 computer kernel: Linux version 6.16.6-arch1-1 (linux@archlinux) (gcc (GCC) 15.2.1 20250813, GNU ld (GNU Binutils) 2.45.0) #1 SMP PREEMPT_DYNAMIC Wed, 10 Sep 2025 00:38:07 +0000
Sep 11 08:48:46 computer kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=aa06cd66-4dd5-4f8a-8401-db73c0ad8fe8 rw NVreg_PreserveVideoMemoryAllocations=1 initcall_blacklist=acpi_cpufreq_init loglevel=3 quiet
Sep 11 08:48:46 computer kernel: x86/split lock detection: #DB: warning on user-space bus_locks
Sep 11 08:48:46 computer kernel: BIOS-provided physical RAM map:
Sep 11 08:48:46 computer kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Sep 11 08:48:46 computer kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
Sep 11 08:48:46 computer kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009afffff] usable
Sep 11 08:48:46 computer kernel: BIOS-e820: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
Sep 11 08:48:46 computer kernel: BIOS-e820: [mem 0x0000000009e00000-0x0000000009efffff] usable
Sep 11 08:48:46 computer kernel: BIOS-e820: [mem 0x0000000009f00000-0x0000000009f3bfff] ACPI NVS
Sep 11 08:48:46 computer kernel: BIOS-e820: [mem 0x0000000009f3c000-0x0000000066b3afff] usable
Sep 11 08:48:46 computer kernel: BIOS-e820: [mem 0x0000000066b3b000-0x0000000066b43fff] ACPI data
Sep 11 08:48:46 computer kernel: BIOS-e820: [mem 0x0000000066b44000-0x000000006894dfff] usable
Sep 11 08:48:46 computer kernel: BIOS-e820: [mem 0x000000006894e000-0x000000006ab4dfff] reserved
Sep 11 08:48:46 computer kernel: BIOS-e820: [mem 0x000000006ab4e000-0x000000006ab66fff] usable
Sep 11 08:48:46 computer kernel: BIOS-e820: [mem 0x000000006ab67000-0x000000006ab6cfff] reserved
Sep 11 08:48:46 computer kernel: BIOS-e820: [mem 0x000000006ab6d000-0x000000006ab6efff] usable
Sep 11 08:48:46 computer kernel: BIOS-e820: [mem 0x000000006ab6f000-0x000000006ab6ffff] reserved
Sep 11 08:48:46 computer kernel: BIOS-e820: [mem 0x000000006ab70000-0x0000000076d7efff] usable
Sep 11 08:48:46 computer kernel: BIOS-e820: [mem 0x0000000076d7f000-0x000000007977efff] reserved
Sep 11 08:48:46 computer kernel: BIOS-e820: [mem 0x000000007977f000-0x0000000079f7efff] ACPI NVS
Sep 11 08:48:46 computer kernel: BIOS-e820: [mem 0x0000000079f7f000-0x0000000079ffefff] ACPI data
Sep 11 08:48:46 computer kernel: BIOS-e820: [mem 0x0000000079fff000-0x0000000079ffffff] usable
Sep 11 08:48:46 computer kernel: BIOS-e820: [mem 0x000000007a000000-0x000000007bffffff] reserved
Sep 11 08:48:46 computer kernel: BIOS-e820: [mem 0x000000007d675000-0x00000000ffffffff] reserved
Sep 11 08:48:46 computer kernel: BIOS-e820: [mem 0x0000000100000000-0x000000105e17ffff] usable
Sep 11 08:48:46 computer kernel: BIOS-e820: [mem 0x000000105e180000-0x00000010a01fffff] reserved
Sep 11 08:48:46 computer kernel: NX (Execute Disable) protection: active
Sep 11 08:48:46 computer kernel: APIC: Static calls initialized
Sep 11 08:48:46 computer kernel: efi: EFI v2.9 by INSYDE Corp.
Sep 11 08:48:46 computer kernel: efi: ACPI=0x79ffe000 ACPI 2.0=0x79ffe014 TPMFinalLog=0x79f3e000 SMBIOS=0x77e76000 SMBIOS 3.0=0x77e73000 MEMATTR=0x72097018 ESRT=0x720a4e98 INITRD=0x6ab78918 RNG=0x79f82018 TPMEventLog=0x66b3b018
Sep 11 08:48:46 computer kernel: random: crng init done
Sep 11 08:48:46 computer kernel: efi: Remove mem71: MMIO range=[0x80000000-0xffffffff] (2048MB) from e820 map
Sep 11 08:48:46 computer kernel: e820: remove [mem 0x80000000-0xffffffff] reserved
Sep 11 08:48:46 computer kernel: efi: Remove mem73: MMIO range=[0x1080000000-0x10a01fffff] (514MB) from e820 map
Sep 11 08:48:46 computer kernel: e820: remove [mem 0x1080000000-0x10a01fffff] reserved
Sep 11 08:48:46 computer kernel: SMBIOS 3.3.0 present.
Sep 11 08:48:46 computer kernel: DMI: EUROCOM NightSky ARX516/V5xxKNx, BIOS 1.07.04eu 05/12/2025
Sep 11 08:48:46 computer kernel: DMI: Memory slots populated: 2/2
Sep 11 08:48:46 computer kernel: tsc: Fast TSC calibration using PIT
Sep 11 08:48:46 computer kernel: tsc: Detected 2000.005 MHz processor
Sep 11 08:48:46 computer kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Sep 11 08:48:46 computer kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Sep 11 08:48:46 computer kernel: last_pfn = 0x105e180 max_arch_pfn = 0x400000000
Sep 11 08:48:46 computer kernel: MTRR map: 8 entries (3 fixed + 5 variable; max 20), built from 9 variable MTRRs
Sep 11 08:48:46 computer kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
Sep 11 08:48:46 computer kernel: last_pfn = 0x7a000 max_arch_pfn = 0x400000000
Sep 11 08:48:46 computer kernel: esrt: Reserving ESRT space from 0x00000000720a4e98 to 0x00000000720a4f20.
Sep 11 08:48:46 computer kernel: e820: update [mem 0x720a4000-0x720a4fff] usable ==> reserved
Sep 11 08:48:46 computer kernel: Using GB pages for direct mapping
Sep 11 08:48:46 computer kernel: Secure boot disabled
Sep 11 08:48:46 computer kernel: RAMDISK: [mem 0x44b0e000-0x4ddc3fff]
Sep 11 08:48:46 computer kernel: ACPI: Early table checksum verification disabled
Sep 11 08:48:46 computer kernel: ACPI: RSDP 0x0000000079FFE014 000024 (v02 INSYDE)
Sep 11 08:48:46 computer kernel: ACPI: XSDT 0x0000000079F97228 0001A4 (v01 INSYDE EDK2     00000001      01000013)
Sep 11 08:48:46 computer kernel: ACPI: FACP 0x0000000079FEE000 000114 (v06 INSYDE EDK2     00000001 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: DSDT 0x0000000079FD4000 014DFE (v02 INSYDE EDK2     00040000 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: FACS 0x0000000079E73000 000040
Sep 11 08:48:46 computer kernel: ACPI: UEFI 0x0000000079F66000 0001CF (v01 INSYDE EDK2     00000001 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: SSDT 0x0000000079FF4000 0083FE (v02 INSYDE EDK2     00000002 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: SSDT 0x0000000079FF3000 00077D (v02 INSYDE EDK2     00001000 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: TPM2 0x0000000079FF2000 00004C (v04 INSYDE EDK2     00000002 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: ASF! 0x0000000079FF0000 0000A5 (v32 INSYDE EDK2     00000001 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: BOOT 0x0000000079FEF000 000028 (v01 INSYDE EDK2     00000001 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: HPET 0x0000000079FED000 000038 (v01 INSYDE EDK2     00000001 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: MCFG 0x0000000079FEC000 00003C (v01 INSYDE EDK2     00000001 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: SLIC 0x0000000079FEB000 000176 (v01 INSYDE EDK2     00000001 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: APIC 0x0000000079FD3000 00012A (v06 INSYDE EDK2     00000002 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: SSDT 0x0000000079FCF000 00351F (v01 INSYDE EDK2     00001000 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: VFCT 0x0000000079FCA000 004484 (v01 INSYDE EDK2     00000001 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: ABLT 0x0000000079FC9000 0002C2 (v00 INSYDE EDK2     00000000 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: SSDT 0x0000000079FC8000 0000FA (v02 INSYDE EDK2     00001000 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: SSDT 0x0000000079FC7000 00021A (v02 AMD    Hetero   00000001 INTL 20230628)
Sep 11 08:48:46 computer kernel: ACPI: PCCT 0x0000000079FC6000 0000D4 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: SSDT 0x0000000079FBE000 007EA6 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: SSDT 0x0000000079FFD000 000FB6 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: SSDT 0x0000000079FBC000 000A70 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: SSDT 0x0000000079FBA000 001DB7 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: SSDT 0x0000000079FB8000 00169E (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: SSDT 0x0000000079FB5000 002AA6 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: SSDT 0x0000000079FB4000 000024 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: SSDT 0x0000000079FB2000 001C06 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: SSDT 0x0000000079FA8000 009A53 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: FPDT 0x0000000079FA7000 000044 (v01 INSYDE EDK2     00000002 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: WSMT 0x0000000079FA5000 000028 (v01 INSYDE EDK2     00000001 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: SSDT 0x0000000079FA2000 0023E0 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: SSDT 0x0000000079FEA000 00010D (v02 INSYDE EDK2     00000004 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: SSDT 0x0000000079FE9000 000051 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: IVRS 0x0000000079FA1000 0001F6 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: SSDT 0x0000000079FA0000 0009CD (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: SSDT 0x0000000079F9F000 000C1C (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: SSDT 0x0000000079F9E000 000C5D (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: SSDT 0x0000000079F9D000 0004FC (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: SSDT 0x0000000079F9B000 0017AD (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: SSDT 0x0000000079F9A000 000500 (v02 INSYDE EDK2     00000002 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: SSDT 0x0000000079F98000 00101C (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: SSDT 0x0000000079F8D000 00972B (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: SSDT 0x0000000079F88000 004608 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: SSDT 0x0000000079FBD000 000906 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: SSDT 0x0000000079F87000 000983 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: SSDT 0x0000000079F86000 00008D (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: SSDT 0x0000000079F85000 000509 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: SSDT 0x0000000079F84000 000F44 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: SSDT 0x0000000079F83000 000F5C (v02 INSYDE EDK2     00000001 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: BGRT 0x0000000079FA6000 000038 (v01 INSYDE EDK2     00000002 ACPI 00040000)
Sep 11 08:48:46 computer kernel: ACPI: Reserving FACP table memory at [mem 0x79fee000-0x79fee113]
Sep 11 08:48:46 computer kernel: ACPI: Reserving DSDT table memory at [mem 0x79fd4000-0x79fe8dfd]
Sep 11 08:48:46 computer kernel: ACPI: Reserving FACS table memory at [mem 0x79e73000-0x79e7303f]
Sep 11 08:48:46 computer kernel: ACPI: Reserving UEFI table memory at [mem 0x79f66000-0x79f661ce]
Sep 11 08:48:46 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79ff4000-0x79ffc3fd]
Sep 11 08:48:46 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79ff3000-0x79ff377c]
Sep 11 08:48:46 computer kernel: ACPI: Reserving TPM2 table memory at [mem 0x79ff2000-0x79ff204b]
Sep 11 08:48:46 computer kernel: ACPI: Reserving ASF! table memory at [mem 0x79ff0000-0x79ff00a4]
Sep 11 08:48:46 computer kernel: ACPI: Reserving BOOT table memory at [mem 0x79fef000-0x79fef027]
Sep 11 08:48:46 computer kernel: ACPI: Reserving HPET table memory at [mem 0x79fed000-0x79fed037]
Sep 11 08:48:46 computer kernel: ACPI: Reserving MCFG table memory at [mem 0x79fec000-0x79fec03b]
Sep 11 08:48:46 computer kernel: ACPI: Reserving SLIC table memory at [mem 0x79feb000-0x79feb175]
Sep 11 08:48:46 computer kernel: ACPI: Reserving APIC table memory at [mem 0x79fd3000-0x79fd3129]
Sep 11 08:48:46 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79fcf000-0x79fd251e]
Sep 11 08:48:46 computer kernel: ACPI: Reserving VFCT table memory at [mem 0x79fca000-0x79fce483]
Sep 11 08:48:46 computer kernel: ACPI: Reserving ABLT table memory at [mem 0x79fc9000-0x79fc92c1]
Sep 11 08:48:46 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79fc8000-0x79fc80f9]
Sep 11 08:48:46 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79fc7000-0x79fc7219]
Sep 11 08:48:46 computer kernel: ACPI: Reserving PCCT table memory at [mem 0x79fc6000-0x79fc60d3]
Sep 11 08:48:46 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79fbe000-0x79fc5ea5]
Sep 11 08:48:46 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79ffd000-0x79ffdfb5]
Sep 11 08:48:46 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79fbc000-0x79fbca6f]
Sep 11 08:48:46 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79fba000-0x79fbbdb6]
Sep 11 08:48:46 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79fb8000-0x79fb969d]
Sep 11 08:48:46 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79fb5000-0x79fb7aa5]
Sep 11 08:48:46 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79fb4000-0x79fb4023]
Sep 11 08:48:46 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79fb2000-0x79fb3c05]
Sep 11 08:48:46 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79fa8000-0x79fb1a52]
Sep 11 08:48:46 computer kernel: ACPI: Reserving FPDT table memory at [mem 0x79fa7000-0x79fa7043]
Sep 11 08:48:46 computer kernel: ACPI: Reserving WSMT table memory at [mem 0x79fa5000-0x79fa5027]
Sep 11 08:48:46 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79fa2000-0x79fa43df]
Sep 11 08:48:46 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79fea000-0x79fea10c]
Sep 11 08:48:46 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79fe9000-0x79fe9050]
Sep 11 08:48:46 computer kernel: ACPI: Reserving IVRS table memory at [mem 0x79fa1000-0x79fa11f5]
Sep 11 08:48:46 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79fa0000-0x79fa09cc]
Sep 11 08:48:46 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79f9f000-0x79f9fc1b]
Sep 11 08:48:46 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79f9e000-0x79f9ec5c]
Sep 11 08:48:46 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79f9d000-0x79f9d4fb]
Sep 11 08:48:46 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79f9b000-0x79f9c7ac]
Sep 11 08:48:46 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79f9a000-0x79f9a4ff]
Sep 11 08:48:46 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79f98000-0x79f9901b]
Sep 11 08:48:46 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79f8d000-0x79f9672a]
Sep 11 08:48:46 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79f88000-0x79f8c607]
Sep 11 08:48:46 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79fbd000-0x79fbd905]
Sep 11 08:48:46 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79f87000-0x79f87982]
Sep 11 08:48:46 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79f86000-0x79f8608c]
Sep 11 08:48:46 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79f85000-0x79f85508]
Sep 11 08:48:46 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79f84000-0x79f84f43]
Sep 11 08:48:46 computer kernel: ACPI: Reserving SSDT table memory at [mem 0x79f83000-0x79f83f5b]
Sep 11 08:48:46 computer kernel: ACPI: Reserving BGRT table memory at [mem 0x79fa6000-0x79fa6037]
Sep 11 08:48:46 computer kernel: No NUMA configuration found
Sep 11 08:48:46 computer kernel: Faking a node at [mem 0x0000000000000000-0x000000105e17ffff]
Sep 11 08:48:46 computer kernel: NODE_DATA(0) allocated [mem 0x105e155280-0x105e17ffff]
Sep 11 08:48:46 computer kernel: Zone ranges:
Sep 11 08:48:46 computer kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Sep 11 08:48:46 computer kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Sep 11 08:48:46 computer kernel:   Normal   [mem 0x0000000100000000-0x000000105e17ffff]
Sep 11 08:48:46 computer kernel:   Device   empty
Sep 11 08:48:46 computer kernel: Movable zone start for each node
Sep 11 08:48:46 computer kernel: Early memory node ranges
Sep 11 08:48:46 computer kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Sep 11 08:48:46 computer kernel:   node   0: [mem 0x0000000000100000-0x0000000009afffff]
Sep 11 08:48:46 computer kernel:   node   0: [mem 0x0000000009e00000-0x0000000009efffff]
Sep 11 08:48:46 computer kernel:   node   0: [mem 0x0000000009f3c000-0x0000000066b3afff]
Sep 11 08:48:46 computer kernel:   node   0: [mem 0x0000000066b44000-0x000000006894dfff]
Sep 11 08:48:46 computer kernel:   node   0: [mem 0x000000006ab4e000-0x000000006ab66fff]
Sep 11 08:48:46 computer kernel:   node   0: [mem 0x000000006ab6d000-0x000000006ab6efff]
Sep 11 08:48:46 computer kernel:   node   0: [mem 0x000000006ab70000-0x0000000076d7efff]
Sep 11 08:48:46 computer kernel:   node   0: [mem 0x0000000079fff000-0x0000000079ffffff]
Sep 11 08:48:46 computer kernel:   node   0: [mem 0x0000000100000000-0x000000105e17ffff]
Sep 11 08:48:46 computer kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000105e17ffff]
Sep 11 08:48:46 computer kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Sep 11 08:48:46 computer kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Sep 11 08:48:46 computer kernel: On node 0, zone DMA32: 768 pages in unavailable ranges
Sep 11 08:48:46 computer kernel: On node 0, zone DMA32: 60 pages in unavailable ranges
Sep 11 08:48:46 computer kernel: On node 0, zone DMA32: 9 pages in unavailable ranges
Sep 11 08:48:46 computer kernel: On node 0, zone DMA32: 8704 pages in unavailable ranges
Sep 11 08:48:46 computer kernel: On node 0, zone DMA32: 6 pages in unavailable ranges
Sep 11 08:48:46 computer kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Sep 11 08:48:46 computer kernel: On node 0, zone DMA32: 12928 pages in unavailable ranges
Sep 11 08:48:46 computer kernel: On node 0, zone Normal: 24576 pages in unavailable ranges
Sep 11 08:48:46 computer kernel: On node 0, zone Normal: 7808 pages in unavailable ranges
Sep 11 08:48:46 computer kernel: ACPI: PM-Timer IO Port: 0x408
Sep 11 08:48:46 computer kernel: ACPI: X2APIC_NMI (uid[0xffffffff] high level lint[0x1])
Sep 11 08:48:46 computer kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
Sep 11 08:48:46 computer kernel: IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
Sep 11 08:48:46 computer kernel: IOAPIC[1]: apic_id 34, version 33, address 0xfd280000, GSI 24-55
Sep 11 08:48:46 computer kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Sep 11 08:48:46 computer kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Sep 11 08:48:46 computer kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Sep 11 08:48:46 computer kernel: ACPI: HPET id: 0x10228201 base: 0xfed00000
Sep 11 08:48:46 computer kernel: e820: update [mem 0x7138f000-0x714eefff] usable ==> reserved
Sep 11 08:48:46 computer kernel: CPU topo: Max. logical packages:   1
Sep 11 08:48:46 computer kernel: CPU topo: Max. logical dies:       1
Sep 11 08:48:46 computer kernel: CPU topo: Max. dies per package:   1
Sep 11 08:48:46 computer kernel: CPU topo: Max. threads per core:   2
Sep 11 08:48:46 computer kernel: CPU topo: Num. cores per package:    12
Sep 11 08:48:46 computer kernel: CPU topo: Num. threads per package:  24
Sep 11 08:48:46 computer kernel: CPU topo: Allowing 24 present CPUs plus 0 hotplug CPUs
Sep 11 08:48:46 computer kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Sep 11 08:48:46 computer kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
Sep 11 08:48:46 computer kernel: PM: hibernation: Registered nosave memory: [mem 0x09b00000-0x09dfffff]
Sep 11 08:48:46 computer kernel: PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f3bfff]
Sep 11 08:48:46 computer kernel: PM: hibernation: Registered nosave memory: [mem 0x66b3b000-0x66b43fff]
Sep 11 08:48:46 computer kernel: PM: hibernation: Registered nosave memory: [mem 0x6894e000-0x6ab4dfff]
Sep 11 08:48:46 computer kernel: PM: hibernation: Registered nosave memory: [mem 0x6ab67000-0x6ab6cfff]
Sep 11 08:48:46 computer kernel: PM: hibernation: Registered nosave memory: [mem 0x6ab6f000-0x6ab6ffff]
Sep 11 08:48:46 computer kernel: PM: hibernation: Registered nosave memory: [mem 0x7138f000-0x714eefff]
Sep 11 08:48:46 computer kernel: PM: hibernation: Registered nosave memory: [mem 0x720a4000-0x720a4fff]
Sep 11 08:48:46 computer kernel: PM: hibernation: Registered nosave memory: [mem 0x76d7f000-0x79ffefff]
Sep 11 08:48:46 computer kernel: PM: hibernation: Registered nosave memory: [mem 0x7a000000-0xffffffff]
Sep 11 08:48:46 computer kernel: [mem 0x80000000-0xffffffff] available for PCI devices
Sep 11 08:48:46 computer kernel: Booting paravirtualized kernel on bare hardware
Sep 11 08:48:46 computer kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
Sep 11 08:48:46 computer kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:24 nr_cpu_ids:24 nr_node_ids:1
Sep 11 08:48:46 computer kernel: percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u262144
Sep 11 08:48:46 computer kernel: pcpu-alloc: s217088 r8192 d28672 u262144 alloc=1*2097152
Sep 11 08:48:46 computer kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
Sep 11 08:48:46 computer kernel: pcpu-alloc: [0] 16 17 18 19 20 21 22 23
Sep 11 08:48:46 computer kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=aa06cd66-4dd5-4f8a-8401-db73c0ad8fe8 rw NVreg_PreserveVideoMemoryAllocations=1 initcall_blacklist=acpi_cpufreq_init loglevel=3 quiet
Sep 11 08:48:46 computer kernel: blacklisting initcall acpi_cpufreq_init
Sep 11 08:48:46 computer kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux NVreg_PreserveVideoMemoryAllocations=1", will be passed to user space.
Sep 11 08:48:46 computer kernel: printk: log_buf_len individual max cpu contribution: 4096 bytes
Sep 11 08:48:46 computer kernel: printk: log_buf_len total cpu_extra contributions: 94208 bytes
Sep 11 08:48:46 computer kernel: printk: log_buf_len min size: 131072 bytes
Sep 11 08:48:46 computer kernel: printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes
Sep 11 08:48:46 computer kernel: printk: early log buf free: 113728(86%)
Sep 11 08:48:46 computer kernel: Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
Sep 11 08:48:46 computer kernel: Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Sep 11 08:48:46 computer kernel: software IO TLB: area num 32.
Sep 11 08:48:46 computer kernel: Fallback order for Node 0: 0
Sep 11 08:48:46 computer kernel: Built 1 zonelists, mobility grouping on.  Total pages: 16591186
Sep 11 08:48:46 computer kernel: Policy zone: Normal
Sep 11 08:48:46 computer kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Sep 11 08:48:46 computer kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=24, Nodes=1
Sep 11 08:48:46 computer kernel: ftrace: allocating 56051 entries in 220 pages
Sep 11 08:48:46 computer kernel: ftrace: allocated 220 pages with 5 groups
Sep 11 08:48:46 computer kernel: Dynamic Preempt: full
Sep 11 08:48:46 computer kernel: rcu: Preemptible hierarchical RCU implementation.
Sep 11 08:48:46 computer kernel: rcu:         RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=24.
Sep 11 08:48:46 computer kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Sep 11 08:48:46 computer kernel:         Trampoline variant of Tasks RCU enabled.
Sep 11 08:48:46 computer kernel:         Rude variant of Tasks RCU enabled.
Sep 11 08:48:46 computer kernel:         Tracing variant of Tasks RCU enabled.
Sep 11 08:48:46 computer kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Sep 11 08:48:46 computer kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=24
Sep 11 08:48:46 computer kernel: RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=24.
Sep 11 08:48:46 computer kernel: RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=24.
Sep 11 08:48:46 computer kernel: RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=24.
Sep 11 08:48:46 computer kernel: NR_IRQS: 524544, nr_irqs: 1160, preallocated irqs: 16
Sep 11 08:48:46 computer kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Sep 11 08:48:46 computer kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Sep 11 08:48:46 computer kernel: Console: colour dummy device 80x25
Sep 11 08:48:46 computer kernel: printk: legacy console [tty0] enabled
Sep 11 08:48:46 computer kernel: ACPI: Core revision 20250404
Sep 11 08:48:46 computer kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Sep 11 08:48:46 computer kernel: APIC: Switch to symmetric I/O mode setup
Sep 11 08:48:46 computer kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:ID00, rdevid:0xa0
Sep 11 08:48:46 computer kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:ID01, rdevid:0xa0
Sep 11 08:48:46 computer kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:ID02, rdevid:0xa0
Sep 11 08:48:46 computer kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:ID03, rdevid:0x98
Sep 11 08:48:46 computer kernel: AMD-Vi: ivrs, add hid:MSFT0201, uid:1, rdevid:0x60
Sep 11 08:48:46 computer kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:ID04, rdevid:0x98
Sep 11 08:48:46 computer kernel: AMD-Vi: Using global IVHD EFR:0x246577efa2254afa, EFR2:0x10
Sep 11 08:48:46 computer kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Sep 11 08:48:46 computer kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1cd432f8b5d, max_idle_ns: 440795262763 ns
Sep 11 08:48:46 computer kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4000.01 BogoMIPS (lpj=2000005)
Sep 11 08:48:46 computer kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Sep 11 08:48:46 computer kernel: LVT offset 1 assigned for vector 0xf9
Sep 11 08:48:46 computer kernel: LVT offset 2 assigned for vector 0xf4
Sep 11 08:48:46 computer kernel: Last level iTLB entries: 4KB 64, 2MB 64, 4MB 32
Sep 11 08:48:46 computer kernel: Last level dTLB entries: 4KB 128, 2MB 128, 4MB 64, 1GB 0
Sep 11 08:48:46 computer kernel: process: using mwait in idle threads
Sep 11 08:48:46 computer kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Sep 11 08:48:46 computer kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Sep 11 08:48:46 computer kernel: Spectre V2 : User space: Mitigation: STIBP always-on protection
Sep 11 08:48:46 computer kernel: Speculative Return Stack Overflow: Mitigation: IBPB on VMEXIT only
Sep 11 08:48:46 computer kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Sep 11 08:48:46 computer kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Sep 11 08:48:46 computer kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Sep 11 08:48:46 computer kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Sep 11 08:48:46 computer kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Sep 11 08:48:46 computer kernel: x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
Sep 11 08:48:46 computer kernel: x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
Sep 11 08:48:46 computer kernel: x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
Sep 11 08:48:46 computer kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Sep 11 08:48:46 computer kernel: x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
Sep 11 08:48:46 computer kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Sep 11 08:48:46 computer kernel: x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64
Sep 11 08:48:46 computer kernel: x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
Sep 11 08:48:46 computer kernel: x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
Sep 11 08:48:46 computer kernel: x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]:    8
Sep 11 08:48:46 computer kernel: x86/fpu: xstate_offset[11]: 2440, xstate_sizes[11]:   16
Sep 11 08:48:46 computer kernel: x86/fpu: Enabled xstate features 0xae7, context size is 2456 bytes, using 'compacted' format.
Sep 11 08:48:46 computer kernel: Freeing SMP alternatives memory: 56K
Sep 11 08:48:46 computer kernel: pid_max: default: 32768 minimum: 301
Sep 11 08:48:46 computer kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Sep 11 08:48:46 computer kernel: landlock: Up and running.
Sep 11 08:48:46 computer kernel: Yama: becoming mindful.
Sep 11 08:48:46 computer kernel: LSM support for eBPF active
Sep 11 08:48:46 computer kernel: Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Sep 11 08:48:46 computer kernel: Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Sep 11 08:48:46 computer kernel: smpboot: CPU0: AMD Ryzen AI 9 HX 370 w/ Radeon 890M (family: 0x1a, model: 0x24, stepping: 0x0)
Sep 11 08:48:46 computer kernel: Performance Events: Fam17h+ 16-deep LBR, core perfctr, AMD PMU driver.
Sep 11 08:48:46 computer kernel: ... version:                2
Sep 11 08:48:46 computer kernel: ... bit width:              48
Sep 11 08:48:46 computer kernel: ... generic registers:      6
Sep 11 08:48:46 computer kernel: ... value mask:             0000ffffffffffff
Sep 11 08:48:46 computer kernel: ... max period:             00007fffffffffff
Sep 11 08:48:46 computer kernel: ... fixed-purpose events:   0
Sep 11 08:48:46 computer kernel: ... event mask:             000000000000003f
Sep 11 08:48:46 computer kernel: signal: max sigframe size: 3376
Sep 11 08:48:46 computer kernel: rcu: Hierarchical SRCU implementation.
Sep 11 08:48:46 computer kernel: rcu:         Max phase no-delay instances is 400.
Sep 11 08:48:46 computer kernel: Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
Sep 11 08:48:46 computer kernel: MCE: In-kernel MCE decoding enabled.
Sep 11 08:48:46 computer kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Sep 11 08:48:46 computer kernel: smp: Bringing up secondary CPUs ...
Sep 11 08:48:46 computer kernel: smpboot: x86: Booting SMP configuration:
Sep 11 08:48:46 computer kernel: .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15 #16 #17 #18 #19 #20 #21 #22 #23
Sep 11 08:48:46 computer kernel: Spectre V2 : Update user space SMT mitigation: STIBP always-on
Sep 11 08:48:46 computer kernel: smp: Brought up 1 node, 24 CPUs
Sep 11 08:48:46 computer kernel: smpboot: Total of 24 processors activated (96000.24 BogoMIPS)
Sep 11 08:48:46 computer kernel: Memory: 64908396K/66364744K available (19860K kernel code, 2942K rwdata, 16656K rodata, 4664K init, 4952K bss, 1424732K reserved, 0K cma-reserved)
Sep 11 08:48:46 computer kernel: devtmpfs: initialized
Sep 11 08:48:46 computer kernel: x86/mm: Memory block size: 2048MB
Sep 11 08:48:46 computer kernel: ACPI: PM: Registering ACPI NVS region [mem 0x09f00000-0x09f3bfff] (245760 bytes)
Sep 11 08:48:46 computer kernel: ACPI: PM: Registering ACPI NVS region [mem 0x7977f000-0x79f7efff] (8388608 bytes)
Sep 11 08:48:46 computer kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Sep 11 08:48:46 computer kernel: posixtimers hash table entries: 16384 (order: 6, 262144 bytes, linear)
Sep 11 08:48:46 computer kernel: futex hash table entries: 8192 (524288 bytes on 1 NUMA nodes, total 512 KiB, linear).
Sep 11 08:48:46 computer kernel: pinctrl core: initialized pinctrl subsystem
Sep 11 08:48:46 computer kernel: PM: RTC time: 12:48:41, date: 2025-09-11
Sep 11 08:48:46 computer kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Sep 11 08:48:46 computer kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Sep 11 08:48:46 computer kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Sep 11 08:48:46 computer kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Sep 11 08:48:46 computer kernel: audit: initializing netlink subsys (disabled)
Sep 11 08:48:46 computer kernel: audit: type=2000 audit(1757594921.137:1): state=initialized audit_enabled=0 res=1
Sep 11 08:48:46 computer kernel: thermal_sys: Registered thermal governor 'fair_share'
Sep 11 08:48:46 computer kernel: thermal_sys: Registered thermal governor 'bang_bang'
Sep 11 08:48:46 computer kernel: thermal_sys: Registered thermal governor 'step_wise'
Sep 11 08:48:46 computer kernel: thermal_sys: Registered thermal governor 'user_space'
Sep 11 08:48:46 computer kernel: thermal_sys: Registered thermal governor 'power_allocator'
Sep 11 08:48:46 computer kernel: cpuidle: using governor ladder
Sep 11 08:48:46 computer kernel: cpuidle: using governor menu
Sep 11 08:48:46 computer kernel: Detected 1 PCC Subspaces
Sep 11 08:48:46 computer kernel: Registering PCC driver as Mailbox controller
Sep 11 08:48:46 computer kernel: Simple Boot Flag at 0x44 set to 0x1
Sep 11 08:48:46 computer kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Sep 11 08:48:46 computer kernel: PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
Sep 11 08:48:46 computer kernel: PCI: Using configuration type 1 for base access
Sep 11 08:48:46 computer kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Sep 11 08:48:46 computer kernel: HugeTLB: allocation took 0ms with hugepage_allocation_threads=6
Sep 11 08:48:46 computer kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Sep 11 08:48:46 computer kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Sep 11 08:48:46 computer kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Sep 11 08:48:46 computer kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Sep 11 08:48:46 computer kernel: raid6: skipped pq benchmark and selected avx512x4
Sep 11 08:48:46 computer kernel: raid6: using avx512x2 recovery algorithm
Sep 11 08:48:46 computer kernel: ACPI: Added _OSI(Module Device)
Sep 11 08:48:46 computer kernel: ACPI: Added _OSI(Processor Device)
Sep 11 08:48:46 computer kernel: ACPI: Added _OSI(Processor Aggregator Device)
Sep 11 08:48:46 computer kernel: ACPI: 33 ACPI AML tables successfully acquired and loaded
Sep 11 08:48:46 computer kernel: ACPI: USB4 _OSC: OS supports USB3+ DisplayPort+ PCIe+ XDomain+
Sep 11 08:48:46 computer kernel: ACPI: USB4 _OSC: OS controls USB3+ DisplayPort+ PCIe+ XDomain+
Sep 11 08:48:46 computer kernel: ACPI: EC: EC started
Sep 11 08:48:46 computer kernel: ACPI: EC: interrupt blocked
Sep 11 08:48:46 computer kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Sep 11 08:48:46 computer kernel: ACPI: \_SB_.PCI0.LPC0.EC__: Boot DSDT EC used to handle transactions
Sep 11 08:48:46 computer kernel: ACPI: Interpreter enabled
Sep 11 08:48:46 computer kernel: ACPI: PM: (supports S0 S4 S5)
Sep 11 08:48:46 computer kernel: ACPI: Using IOAPIC for interrupt routing
Sep 11 08:48:46 computer kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Sep 11 08:48:46 computer kernel: PCI: Ignoring E820 reservations for host bridge windows
Sep 11 08:48:46 computer kernel: ACPI: Enabled 3 GPEs in block 00 to 1F
Sep 11 08:48:46 computer kernel: ACPI: \_SB_.PCI0.GPP0.PWRS: New power resource
Sep 11 08:48:46 computer kernel: ACPI: \_SB_.PCI0.GPP0.SWUS.PWRS: New power resource
Sep 11 08:48:46 computer kernel: ACPI: \_SB_.PCI0.GPP1.PWRS: New power resource
Sep 11 08:48:46 computer kernel: ACPI: \_SB_.PCI0.GPP1.SWUS.PWRS: New power resource
Sep 11 08:48:46 computer kernel: ACPI: \_SB_.PCI0.GPP4.PWSR: New power resource
Sep 11 08:48:46 computer kernel: ACPI: \_SB_.PCI0.GPP5.PWSR: New power resource
Sep 11 08:48:46 computer kernel: ACPI: \_SB_.PCI0.GPP7.P0NV: New power resource
Sep 11 08:48:46 computer kernel: ACPI: \_SB_.PCI0.GPP9.PG00: New power resource
Sep 11 08:48:46 computer kernel: ACPI: \_SB_.PCI0.GPPA.PWRS: New power resource
Sep 11 08:48:46 computer kernel: ACPI: \_SB_.PCI0.GPPA.VGA_.PWRS: New power resource
Sep 11 08:48:46 computer kernel: ACPI: \_SB_.PCI0.GPPA.ACP_.PWRS: New power resource
Sep 11 08:48:46 computer kernel: ACPI: \_SB_.PCI0.GPPA.AZAL.PWRS: New power resource
Sep 11 08:48:46 computer kernel: ACPI: \_SB_.PCI0.GPPA.HDAU.PWRS: New power resource
Sep 11 08:48:46 computer kernel: ACPI: \_SB_.PCI0.GPPA.XHC1.PWRS: New power resource
Sep 11 08:48:46 computer kernel: ACPI: \_SB_.PCI0.GPPC.XHC0.PWRS: New power resource
Sep 11 08:48:46 computer kernel: ACPI: \_SB_.PCI0.GPPC.XHC3.PWRS: New power resource
Sep 11 08:48:46 computer kernel: ACPI: \_SB_.PCI0.GPPC.XHC4.PWRS: New power resource
Sep 11 08:48:46 computer kernel: ACPI: \_SB_.PCI0.GPPC.NHI0.PWRS: New power resource
Sep 11 08:48:46 computer kernel: ACPI: \_SB_.PCI0.GPPC.NHI1.PWRS: New power resource
Sep 11 08:48:46 computer kernel: ACPI: \_SB_.PCI0.LPC0.EC__.FN10: New power resource
Sep 11 08:48:46 computer kernel: ACPI: \_SB_.PCI0.LPC0.EC__.FN11: New power resource
Sep 11 08:48:46 computer kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Sep 11 08:48:46 computer kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Sep 11 08:48:46 computer kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug AER]
Sep 11 08:48:46 computer kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR DPC]
Sep 11 08:48:46 computer kernel: PCI host bridge to bus 0000:00
Sep 11 08:48:46 computer kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Sep 11 08:48:46 computer kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xfeff window]
Sep 11 08:48:46 computer kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Sep 11 08:48:46 computer kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000cffff window]
Sep 11 08:48:46 computer kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000effff window]
Sep 11 08:48:46 computer kernel: pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
Sep 11 08:48:46 computer kernel: pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfcffffff window]
Sep 11 08:48:46 computer kernel: pci_bus 0000:00: root bus resource [mem 0xfec00000-0xfec01fff window]
Sep 11 08:48:46 computer kernel: pci_bus 0000:00: root bus resource [mem 0xfed45000-0xfed811ff window]
Sep 11 08:48:46 computer kernel: pci_bus 0000:00: root bus resource [mem 0xfed81900-0xfed81fff window]
Sep 11 08:48:46 computer kernel: pci_bus 0000:00: root bus resource [mem 0xfedc0000-0xfedc0fff window]
Sep 11 08:48:46 computer kernel: pci_bus 0000:00: root bus resource [mem 0xfedc6000-0xfedc6fff window]
Sep 11 08:48:46 computer kernel: pci_bus 0000:00: root bus resource [mem 0xfee01000-0xffffffff window]
Sep 11 08:48:46 computer kernel: pci_bus 0000:00: root bus resource [mem 0x10a0200000-0x893fffffff window]
Sep 11 08:48:46 computer kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Sep 11 08:48:46 computer kernel: pci 0000:00:00.0: [1022:1507] type 00 class 0x060000 conventional PCI endpoint
Sep 11 08:48:46 computer kernel: pci 0000:00:00.2: [1022:1508] type 00 class 0x080600 conventional PCI endpoint
Sep 11 08:48:46 computer kernel: pci 0000:00:01.0: [1022:1509] type 00 class 0x060000 conventional PCI endpoint
Sep 11 08:48:46 computer kernel: pci 0000:00:01.1: [1022:150a] type 01 class 0x060400 PCIe Root Port
Sep 11 08:48:46 computer kernel: pci 0000:00:01.1: PCI bridge to [bus 01-5f]
Sep 11 08:48:46 computer kernel: pci 0000:00:01.1:   bridge window [io  0x8000-0xbfff]
Sep 11 08:48:46 computer kernel: pci 0000:00:01.1:   bridge window [mem 0xa0000000-0xb7ffffff]
Sep 11 08:48:46 computer kernel: pci 0000:00:01.1:   bridge window [mem 0x3800000000-0x57ffffffff 64bit pref]
Sep 11 08:48:46 computer kernel: pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
Sep 11 08:48:46 computer kernel: pci 0000:00:01.2: [1022:150a] type 01 class 0x060400 PCIe Root Port
Sep 11 08:48:46 computer kernel: pci 0000:00:01.2: PCI bridge to [bus 60-be]
Sep 11 08:48:46 computer kernel: pci 0000:00:01.2:   bridge window [io  0x4000-0x7fff]
Sep 11 08:48:46 computer kernel: pci 0000:00:01.2:   bridge window [mem 0x88000000-0x9fffffff]
Sep 11 08:48:46 computer kernel: pci 0000:00:01.2:   bridge window [mem 0x1800000000-0x37ffffffff 64bit pref]
Sep 11 08:48:46 computer kernel: pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
Sep 11 08:48:46 computer kernel: pci 0000:00:02.0: [1022:1509] type 00 class 0x060000 conventional PCI endpoint
Sep 11 08:48:46 computer kernel: pci 0000:00:02.2: [1022:150b] type 01 class 0x060400 PCIe Root Port
Sep 11 08:48:46 computer kernel: pci 0000:00:02.2: PCI bridge to [bus bf]
Sep 11 08:48:46 computer kernel: pci 0000:00:02.2:   bridge window [mem 0x84e00000-0x84efffff]
Sep 11 08:48:46 computer kernel: pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
Sep 11 08:48:46 computer kernel: pci 0000:00:02.3: [1022:150b] type 01 class 0x060400 PCIe Root Port
Sep 11 08:48:46 computer kernel: pci 0000:00:02.3: PCI bridge to [bus c0]
Sep 11 08:48:46 computer kernel: pci 0000:00:02.3:   bridge window [io  0x3000-0x3fff]
Sep 11 08:48:46 computer kernel: pci 0000:00:02.3:   bridge window [mem 0x84d00000-0x84dfffff]
Sep 11 08:48:46 computer kernel: pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
Sep 11 08:48:46 computer kernel: pci 0000:00:02.5: [1022:150b] type 01 class 0x060400 PCIe Root Port
Sep 11 08:48:46 computer kernel: pci 0000:00:02.5: PCI bridge to [bus c1]
Sep 11 08:48:46 computer kernel: pci 0000:00:02.5:   bridge window [mem 0x84100000-0x841fffff]
Sep 11 08:48:46 computer kernel: pci 0000:00:02.5: PME# supported from D0 D3hot D3cold
Sep 11 08:48:46 computer kernel: pci 0000:00:03.0: [1022:1509] type 00 class 0x060000 conventional PCI endpoint
Sep 11 08:48:46 computer kernel: pci 0000:00:03.1: [1022:150b] type 01 class 0x060400 PCIe Root Port
Sep 11 08:48:46 computer kernel: pci 0000:00:03.1: PCI bridge to [bus c2]
Sep 11 08:48:46 computer kernel: pci 0000:00:03.1:   bridge window [io  0x2000-0x2fff]
Sep 11 08:48:46 computer kernel: pci 0000:00:03.1:   bridge window [mem 0x80000000-0x840fffff]
Sep 11 08:48:46 computer kernel: pci 0000:00:03.1:   bridge window [mem 0x5800000000-0x5a01ffffff 64bit pref]
Sep 11 08:48:46 computer kernel: pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
Sep 11 08:48:46 computer kernel: pci 0000:00:08.0: [1022:1509] type 00 class 0x060000 conventional PCI endpoint
Sep 11 08:48:46 computer kernel: pci 0000:00:08.1: [1022:150c] type 01 class 0x060400 PCIe Root Port
Sep 11 08:48:46 computer kernel: pci 0000:00:08.1: PCI bridge to [bus c3]
Sep 11 08:48:46 computer kernel: pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
Sep 11 08:48:46 computer kernel: pci 0000:00:08.1:   bridge window [mem 0x84200000-0x846fffff]
Sep 11 08:48:46 computer kernel: pci 0000:00:08.1:   bridge window [mem 0x5a10000000-0x5a207fffff 64bit pref]
Sep 11 08:48:46 computer kernel: pci 0000:00:08.1: enabling Extended Tags
Sep 11 08:48:46 computer kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Sep 11 08:48:46 computer kernel: pci 0000:00:08.2: [1022:150c] type 01 class 0x060400 PCIe Root Port
Sep 11 08:48:46 computer kernel: pci 0000:00:08.2: PCI bridge to [bus c4]
Sep 11 08:48:46 computer kernel: pci 0000:00:08.2:   bridge window [mem 0x84b00000-0x84cfffff]
Sep 11 08:48:46 computer kernel: pci 0000:00:08.2:   bridge window [mem 0x5a02000000-0x5a020fffff 64bit pref]
Sep 11 08:48:46 computer kernel: pci 0000:00:08.2: enabling Extended Tags
Sep 11 08:48:46 computer kernel: pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
Sep 11 08:48:46 computer kernel: pci 0000:00:08.3: [1022:150c] type 01 class 0x060400 PCIe Root Port
Sep 11 08:48:46 computer kernel: pci 0000:00:08.3: PCI bridge to [bus c5]
Sep 11 08:48:46 computer kernel: pci 0000:00:08.3:   bridge window [mem 0x84700000-0x84afffff]
Sep 11 08:48:46 computer kernel: pci 0000:00:08.3: enabling Extended Tags
Sep 11 08:48:46 computer kernel: pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
Sep 11 08:48:46 computer kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
Sep 11 08:48:46 computer kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
Sep 11 08:48:46 computer kernel: pci 0000:00:18.0: [1022:16f8] type 00 class 0x060000 conventional PCI endpoint
Sep 11 08:48:46 computer kernel: pci 0000:00:18.1: [1022:16f9] type 00 class 0x060000 conventional PCI endpoint
Sep 11 08:48:46 computer kernel: pci 0000:00:18.2: [1022:16fa] type 00 class 0x060000 conventional PCI endpoint
Sep 11 08:48:46 computer kernel: pci 0000:00:18.3: [1022:16fb] type 00 class 0x060000 conventional PCI endpoint
Sep 11 08:48:46 computer kernel: pci 0000:00:18.4: [1022:16fc] type 00 class 0x060000 conventional PCI endpoint
Sep 11 08:48:46 computer kernel: pci 0000:00:18.5: [1022:16fd] type 00 class 0x060000 conventional PCI endpoint
Sep 11 08:48:46 computer kernel: pci 0000:00:18.6: [1022:16fe] type 00 class 0x060000 conventional PCI endpoint
Sep 11 08:48:46 computer kernel: pci 0000:00:18.7: [1022:16ff] type 00 class 0x060000 conventional PCI endpoint
Sep 11 08:48:46 computer kernel: pci 0000:00:01.1: PCI bridge to [bus 01-5f]
Sep 11 08:48:46 computer kernel: pci 0000:00:01.2: PCI bridge to [bus 60-be]
Sep 11 08:48:46 computer kernel: pci 0000:bf:00.0: [8086:2725] type 00 class 0x028000 PCIe Endpoint
Sep 11 08:48:46 computer kernel: pci 0000:bf:00.0: BAR 0 [mem 0x84e00000-0x84e03fff 64bit]
Sep 11 08:48:46 computer kernel: pci 0000:bf:00.0: PME# supported from D0 D3hot D3cold
Sep 11 08:48:46 computer kernel: pci 0000:00:02.2: PCI bridge to [bus bf]
Sep 11 08:48:46 computer kernel: pci 0000:c0:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
Sep 11 08:48:46 computer kernel: pci 0000:c0:00.0: BAR 0 [io  0x3000-0x30ff]
Sep 11 08:48:46 computer kernel: pci 0000:c0:00.0: BAR 2 [mem 0x84d04000-0x84d04fff 64bit]
Sep 11 08:48:46 computer kernel: pci 0000:c0:00.0: BAR 4 [mem 0x84d00000-0x84d03fff 64bit]
Sep 11 08:48:46 computer kernel: pci 0000:c0:00.0: supports D1 D2
Sep 11 08:48:46 computer kernel: pci 0000:c0:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 11 08:48:46 computer kernel: pci 0000:00:02.3: PCI bridge to [bus c0]
Sep 11 08:48:46 computer kernel: pci 0000:c1:00.0: [144d:a80d] type 00 class 0x010802 PCIe Endpoint
Sep 11 08:48:46 computer kernel: pci 0000:c1:00.0: BAR 0 [mem 0x84100000-0x84103fff 64bit]
Sep 11 08:48:46 computer kernel: pci 0000:c1:00.0: 31.506 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x2 link at 0000:00:02.5 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link)
Sep 11 08:48:46 computer kernel: pci 0000:00:02.5: PCI bridge to [bus c1]
Sep 11 08:48:46 computer kernel: pci 0000:c2:00.0: [10de:2d18] type 00 class 0x030000 PCIe Legacy Endpoint
Sep 11 08:48:46 computer kernel: pci 0000:c2:00.0: BAR 0 [mem 0x80000000-0x83ffffff]
Sep 11 08:48:46 computer kernel: pci 0000:c2:00.0: BAR 1 [mem 0x5800000000-0x59ffffffff 64bit pref]
Sep 11 08:48:46 computer kernel: pci 0000:c2:00.0: BAR 3 [mem 0x5a00000000-0x5a01ffffff 64bit pref]
Sep 11 08:48:46 computer kernel: pci 0000:c2:00.0: BAR 5 [io  0x2000-0x207f]
Sep 11 08:48:46 computer kernel: pci 0000:c2:00.0: ROM [mem 0xfff80000-0xffffffff pref]
Sep 11 08:48:46 computer kernel: pci 0000:c2:00.0: Enabling HDA controller
Sep 11 08:48:46 computer kernel: pci 0000:c2:00.0: PME# supported from D0 D3hot
Sep 11 08:48:46 computer kernel: pci 0000:c2:00.0: 126.024 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x8 link at 0000:00:03.1 (capable of 504.112 Gb/s with 32.0 GT/s PCIe x16 link)
Sep 11 08:48:46 computer kernel: pci 0000:c2:00.1: [10de:22eb] type 00 class 0x040300 PCIe Endpoint
Sep 11 08:48:46 computer kernel: pci 0000:c2:00.1: BAR 0 [mem 0x84000000-0x84003fff]
Sep 11 08:48:46 computer kernel: pci 0000:00:03.1: PCI bridge to [bus c2]
Sep 11 08:48:46 computer kernel: pci 0000:c3:00.0: [1002:150e] type 00 class 0x038000 PCIe Legacy Endpoint
Sep 11 08:48:46 computer kernel: pci 0000:c3:00.0: BAR 0 [mem 0x5a10000000-0x5a1fffffff 64bit pref]
Sep 11 08:48:46 computer kernel: pci 0000:c3:00.0: BAR 2 [mem 0x84200000-0x843fffff 64bit pref]
Sep 11 08:48:46 computer kernel: pci 0000:c3:00.0: BAR 4 [io  0x1000-0x10ff]
Sep 11 08:48:46 computer kernel: pci 0000:c3:00.0: BAR 5 [mem 0x84600000-0x8467ffff]
Sep 11 08:48:46 computer kernel: pci 0000:c3:00.0: enabling Extended Tags
Sep 11 08:48:46 computer kernel: pci 0000:c3:00.0: PME# supported from D1 D2 D3hot D3cold
Sep 11 08:48:46 computer kernel: pci 0000:c3:00.1: [1002:1640] type 00 class 0x040300 PCIe Legacy Endpoint
Sep 11 08:48:46 computer kernel: pci 0000:c3:00.1: BAR 0 [mem 0x846c8000-0x846cbfff]
Sep 11 08:48:46 computer kernel: pci 0000:c3:00.1: enabling Extended Tags
Sep 11 08:48:46 computer kernel: pci 0000:c3:00.1: PME# supported from D1 D2 D3hot D3cold
Sep 11 08:48:46 computer kernel: pci 0000:c3:00.2: [1022:17e0] type 00 class 0x108000 PCIe Endpoint
Sep 11 08:48:46 computer kernel: pci 0000:c3:00.2: BAR 2 [mem 0x84500000-0x845fffff]
Sep 11 08:48:46 computer kernel: pci 0000:c3:00.2: BAR 5 [mem 0x846cc000-0x846cdfff]
Sep 11 08:48:46 computer kernel: pci 0000:c3:00.2: enabling Extended Tags
Sep 11 08:48:46 computer kernel: pci 0000:c3:00.4: [1022:151e] type 00 class 0x0c0330 PCIe Endpoint
Sep 11 08:48:46 computer kernel: pci 0000:c3:00.4: BAR 0 [mem 0x84400000-0x844fffff 64bit]
Sep 11 08:48:46 computer kernel: pci 0000:c3:00.4: enabling Extended Tags
Sep 11 08:48:46 computer kernel: pci 0000:c3:00.4: PME# supported from D0 D3hot D3cold
Sep 11 08:48:46 computer kernel: pci 0000:c3:00.5: [1022:15e2] type 00 class 0x048000 PCIe Endpoint
Sep 11 08:48:46 computer kernel: pci 0000:c3:00.5: BAR 0 [mem 0x84680000-0x846bffff]
Sep 11 08:48:46 computer kernel: pci 0000:c3:00.5: BAR 2 [mem 0x5a20000000-0x5a207fffff 64bit pref]
Sep 11 08:48:46 computer kernel: pci 0000:c3:00.5: enabling Extended Tags
Sep 11 08:48:46 computer kernel: pci 0000:c3:00.5: PME# supported from D0 D3hot D3cold
Sep 11 08:48:46 computer kernel: pci 0000:c3:00.6: [1022:15e3] type 00 class 0x040300 PCIe Endpoint
Sep 11 08:48:46 computer kernel: pci 0000:c3:00.6: BAR 0 [mem 0x846c0000-0x846c7fff]
Sep 11 08:48:46 computer kernel: pci 0000:c3:00.6: enabling Extended Tags
Sep 11 08:48:46 computer kernel: pci 0000:c3:00.6: PME# supported from D0 D3hot D3cold
Sep 11 08:48:46 computer kernel: pci 0000:00:08.1: PCI bridge to [bus c3]
Sep 11 08:48:46 computer kernel: pci 0000:c4:00.0: [1022:150d] type 00 class 0x130000 PCIe Endpoint
Sep 11 08:48:46 computer kernel: pci 0000:c4:00.0: enabling Extended Tags
Sep 11 08:48:46 computer kernel: pci 0000:c4:00.1: [1022:17f0] type 00 class 0x118000 PCIe Endpoint
Sep 11 08:48:46 computer kernel: pci 0000:c4:00.1: BAR 0 [mem 0x84b00000-0x84bfffff]
Sep 11 08:48:46 computer kernel: pci 0000:c4:00.1: BAR 1 [mem 0x84c00000-0x84c01fff]
Sep 11 08:48:46 computer kernel: pci 0000:c4:00.1: BAR 2 [mem 0x5a02000000-0x5a0207ffff 64bit pref]
Sep 11 08:48:46 computer kernel: pci 0000:c4:00.1: BAR 4 [mem 0x84c03000-0x84c03fff]
Sep 11 08:48:46 computer kernel: pci 0000:c4:00.1: BAR 5 [mem 0x84c02000-0x84c02fff]
Sep 11 08:48:46 computer kernel: pci 0000:c4:00.1: enabling Extended Tags
Sep 11 08:48:46 computer kernel: pci 0000:00:08.2: PCI bridge to [bus c4]
Sep 11 08:48:46 computer kernel: pci 0000:c5:00.0: [1022:151f] type 00 class 0x0c0330 PCIe Endpoint
Sep 11 08:48:46 computer kernel: pci 0000:c5:00.0: BAR 0 [mem 0x84700000-0x847fffff 64bit]
Sep 11 08:48:46 computer kernel: pci 0000:c5:00.0: enabling Extended Tags
Sep 11 08:48:46 computer kernel: pci 0000:c5:00.0: PME# supported from D0 D3hot D3cold
Sep 11 08:48:46 computer kernel: pci 0000:c5:00.3: [1022:151a] type 00 class 0x0c0330 PCIe Endpoint
Sep 11 08:48:46 computer kernel: pci 0000:c5:00.3: BAR 0 [mem 0x84800000-0x848fffff 64bit]
Sep 11 08:48:46 computer kernel: pci 0000:c5:00.3: enabling Extended Tags
Sep 11 08:48:46 computer kernel: pci 0000:c5:00.3: PME# supported from D0 D3hot D3cold
Sep 11 08:48:46 computer kernel: pci 0000:c5:00.4: [1022:151b] type 00 class 0x0c0330 PCIe Endpoint
Sep 11 08:48:46 computer kernel: pci 0000:c5:00.4: BAR 0 [mem 0x84900000-0x849fffff 64bit]
Sep 11 08:48:46 computer kernel: pci 0000:c5:00.4: enabling Extended Tags
Sep 11 08:48:46 computer kernel: pci 0000:c5:00.4: PME# supported from D0 D3hot D3cold
Sep 11 08:48:46 computer kernel: pci 0000:c5:00.5: [1022:151c] type 00 class 0x0c0340 PCIe Endpoint
Sep 11 08:48:46 computer kernel: pci 0000:c5:00.5: BAR 0 [mem 0x84a00000-0x84a7ffff 64bit]
Sep 11 08:48:46 computer kernel: pci 0000:c5:00.5: Max Payload Size set to 128 (was 256, max 256)
Sep 11 08:48:46 computer kernel: pci 0000:c5:00.5: enabling Extended Tags
Sep 11 08:48:46 computer kernel: pci 0000:c5:00.5: PME# supported from D0 D3hot D3cold
Sep 11 08:48:46 computer kernel: pci 0000:c5:00.6: [1022:151d] type 00 class 0x0c0340 PCIe Endpoint
Sep 11 08:48:46 computer kernel: pci 0000:c5:00.6: BAR 0 [mem 0x84a80000-0x84afffff 64bit]
Sep 11 08:48:46 computer kernel: pci 0000:c5:00.6: Max Payload Size set to 128 (was 256, max 256)
Sep 11 08:48:46 computer kernel: pci 0000:c5:00.6: enabling Extended Tags
Sep 11 08:48:46 computer kernel: pci 0000:c5:00.6: PME# supported from D0 D3hot D3cold
Sep 11 08:48:46 computer kernel: pci 0000:00:08.3: PCI bridge to [bus c5]
Sep 11 08:48:46 computer kernel: Low-power S0 idle used by default for system suspend
Sep 11 08:48:46 computer kernel: ACPI: EC: interrupt unblocked
Sep 11 08:48:46 computer kernel: ACPI: EC: event unblocked
Sep 11 08:48:46 computer kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Sep 11 08:48:46 computer kernel: ACPI: EC: GPE=0xa
Sep 11 08:48:46 computer kernel: ACPI: \_SB_.PCI0.LPC0.EC__: Boot DSDT EC initialization complete
Sep 11 08:48:46 computer kernel: ACPI: \_SB_.PCI0.LPC0.EC__: EC: Used to handle transactions and events
Sep 11 08:48:46 computer kernel: iommu: Default domain type: Translated
Sep 11 08:48:46 computer kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Sep 11 08:48:46 computer kernel: SCSI subsystem initialized
Sep 11 08:48:46 computer kernel: libata version 3.00 loaded.
Sep 11 08:48:46 computer kernel: ACPI: bus type USB registered
Sep 11 08:48:46 computer kernel: usbcore: registered new interface driver usbfs
Sep 11 08:48:46 computer kernel: usbcore: registered new interface driver hub
Sep 11 08:48:46 computer kernel: usbcore: registered new device driver usb
Sep 11 08:48:46 computer kernel: EDAC MC: Ver: 3.0.0
Sep 11 08:48:46 computer kernel: efivars: Registered efivars operations
Sep 11 08:48:46 computer kernel: NetLabel: Initializing
Sep 11 08:48:46 computer kernel: NetLabel:  domain hash size = 128
Sep 11 08:48:46 computer kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Sep 11 08:48:46 computer kernel: NetLabel:  unlabeled traffic allowed by default
Sep 11 08:48:46 computer kernel: mctp: management component transport protocol core
Sep 11 08:48:46 computer kernel: NET: Registered PF_MCTP protocol family
Sep 11 08:48:46 computer kernel: PCI: Using ACPI for IRQ routing
Sep 11 08:48:46 computer kernel: PCI: pci_cache_line_size set to 64 bytes
Sep 11 08:48:46 computer kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Sep 11 08:48:46 computer kernel: e820: reserve RAM buffer [mem 0x09b00000-0x0bffffff]
Sep 11 08:48:46 computer kernel: e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
Sep 11 08:48:46 computer kernel: e820: reserve RAM buffer [mem 0x66b3b000-0x67ffffff]
Sep 11 08:48:46 computer kernel: e820: reserve RAM buffer [mem 0x6894e000-0x6bffffff]
Sep 11 08:48:46 computer kernel: e820: reserve RAM buffer [mem 0x6ab67000-0x6bffffff]
Sep 11 08:48:46 computer kernel: e820: reserve RAM buffer [mem 0x6ab6f000-0x6bffffff]
Sep 11 08:48:46 computer kernel: e820: reserve RAM buffer [mem 0x7138f000-0x73ffffff]
Sep 11 08:48:46 computer kernel: e820: reserve RAM buffer [mem 0x720a4000-0x73ffffff]
Sep 11 08:48:46 computer kernel: e820: reserve RAM buffer [mem 0x76d7f000-0x77ffffff]
Sep 11 08:48:46 computer kernel: e820: reserve RAM buffer [mem 0x7a000000-0x7bffffff]
Sep 11 08:48:46 computer kernel: e820: reserve RAM buffer [mem 0x105e180000-0x105fffffff]
Sep 11 08:48:46 computer kernel: pci 0000:c2:00.0: vgaarb: setting as boot VGA device
Sep 11 08:48:46 computer kernel: pci 0000:c2:00.0: vgaarb: bridge control possible
Sep 11 08:48:46 computer kernel: pci 0000:c2:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Sep 11 08:48:46 computer kernel: vgaarb: loaded
Sep 11 08:48:46 computer kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Sep 11 08:48:46 computer kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Sep 11 08:48:46 computer kernel: clocksource: Switched to clocksource tsc-early
Sep 11 08:48:46 computer kernel: VFS: Disk quotas dquot_6.6.0
Sep 11 08:48:46 computer kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Sep 11 08:48:46 computer kernel: pnp: PnP ACPI init
Sep 11 08:48:46 computer kernel: system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
Sep 11 08:48:46 computer kernel: system 00:02: [io  0x0400-0x04cf] has been reserved
Sep 11 08:48:46 computer kernel: system 00:02: [io  0x04d0-0x04d1] has been reserved
Sep 11 08:48:46 computer kernel: system 00:02: [io  0x04d6] has been reserved
Sep 11 08:48:46 computer kernel: system 00:02: [io  0x0c00-0x0c01] has been reserved
Sep 11 08:48:46 computer kernel: system 00:02: [io  0x0c14] has been reserved
Sep 11 08:48:46 computer kernel: system 00:02: [io  0x0c50-0x0c52] has been reserved
Sep 11 08:48:46 computer kernel: system 00:02: [io  0x0c6c] has been reserved
Sep 11 08:48:46 computer kernel: system 00:02: [io  0x0c6f] has been reserved
Sep 11 08:48:46 computer kernel: system 00:02: [io  0x0cd0-0x0cdb] has been reserved
Sep 11 08:48:46 computer kernel: system 00:03: [mem 0xff000000-0xffffffff] has been reserved
Sep 11 08:48:46 computer kernel: pnp: PnP ACPI: found 6 devices
Sep 11 08:48:46 computer kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Sep 11 08:48:46 computer kernel: NET: Registered PF_INET protocol family
Sep 11 08:48:46 computer kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Sep 11 08:48:46 computer kernel: tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
Sep 11 08:48:46 computer kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Sep 11 08:48:46 computer kernel: TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Sep 11 08:48:46 computer kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Sep 11 08:48:46 computer kernel: TCP: Hash tables configured (established 524288 bind 65536)
Sep 11 08:48:46 computer kernel: MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
Sep 11 08:48:46 computer kernel: UDP hash table entries: 32768 (order: 9, 2097152 bytes, linear)
Sep 11 08:48:46 computer kernel: UDP-Lite hash table entries: 32768 (order: 9, 2097152 bytes, linear)
Sep 11 08:48:46 computer kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Sep 11 08:48:46 computer kernel: NET: Registered PF_XDP protocol family
Sep 11 08:48:46 computer kernel: pci 0000:c2:00.0: ROM [mem 0xfff80000-0xffffffff pref]: can't claim; no compatible bridge window
Sep 11 08:48:46 computer kernel: pci 0000:00:01.1: PCI bridge to [bus 01-5f]
Sep 11 08:48:46 computer kernel: pci 0000:00:01.1:   bridge window [io  0x8000-0xbfff]
Sep 11 08:48:46 computer kernel: pci 0000:00:01.1:   bridge window [mem 0xa0000000-0xb7ffffff]
Sep 11 08:48:46 computer kernel: pci 0000:00:01.1:   bridge window [mem 0x3800000000-0x57ffffffff 64bit pref]
Sep 11 08:48:46 computer kernel: pci 0000:00:01.2: PCI bridge to [bus 60-be]
Sep 11 08:48:46 computer kernel: pci 0000:00:01.2:   bridge window [io  0x4000-0x7fff]
Sep 11 08:48:46 computer kernel: pci 0000:00:01.2:   bridge window [mem 0x88000000-0x9fffffff]
Sep 11 08:48:46 computer kernel: pci 0000:00:01.2:   bridge window [mem 0x1800000000-0x37ffffffff 64bit pref]
Sep 11 08:48:46 computer kernel: pci 0000:00:02.2: PCI bridge to [bus bf]
Sep 11 08:48:46 computer kernel: pci 0000:00:02.2:   bridge window [mem 0x84e00000-0x84efffff]
Sep 11 08:48:46 computer kernel: pci 0000:00:02.3: PCI bridge to [bus c0]
Sep 11 08:48:46 computer kernel: pci 0000:00:02.3:   bridge window [io  0x3000-0x3fff]
Sep 11 08:48:46 computer kernel: pci 0000:00:02.3:   bridge window [mem 0x84d00000-0x84dfffff]
Sep 11 08:48:46 computer kernel: pci 0000:00:02.5: PCI bridge to [bus c1]
Sep 11 08:48:46 computer kernel: pci 0000:00:02.5:   bridge window [mem 0x84100000-0x841fffff]
Sep 11 08:48:46 computer kernel: pci 0000:c2:00.0: ROM [mem 0x84080000-0x840fffff pref]: assigned
Sep 11 08:48:46 computer kernel: pci 0000:00:03.1: PCI bridge to [bus c2]
Sep 11 08:48:46 computer kernel: pci 0000:00:03.1:   bridge window [io  0x2000-0x2fff]
Sep 11 08:48:46 computer kernel: pci 0000:00:03.1:   bridge window [mem 0x80000000-0x840fffff]
Sep 11 08:48:46 computer kernel: pci 0000:00:03.1:   bridge window [mem 0x5800000000-0x5a01ffffff 64bit pref]
Sep 11 08:48:46 computer kernel: pci 0000:00:08.1: PCI bridge to [bus c3]
Sep 11 08:48:46 computer kernel: pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
Sep 11 08:48:46 computer kernel: pci 0000:00:08.1:   bridge window [mem 0x84200000-0x846fffff]
Sep 11 08:48:46 computer kernel: pci 0000:00:08.1:   bridge window [mem 0x5a10000000-0x5a207fffff 64bit pref]
Sep 11 08:48:46 computer kernel: pci 0000:00:08.2: PCI bridge to [bus c4]
Sep 11 08:48:46 computer kernel: pci 0000:00:08.2:   bridge window [mem 0x84b00000-0x84cfffff]
Sep 11 08:48:46 computer kernel: pci 0000:00:08.2:   bridge window [mem 0x5a02000000-0x5a020fffff 64bit pref]
Sep 11 08:48:46 computer kernel: pci 0000:00:08.3: PCI bridge to [bus c5]
Sep 11 08:48:46 computer kernel: pci 0000:00:08.3:   bridge window [mem 0x84700000-0x84afffff]
Sep 11 08:48:46 computer kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Sep 11 08:48:46 computer kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xfeff window]
Sep 11 08:48:46 computer kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Sep 11 08:48:46 computer kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000cffff window]
Sep 11 08:48:46 computer kernel: pci_bus 0000:00: resource 8 [mem 0x000d0000-0x000effff window]
Sep 11 08:48:46 computer kernel: pci_bus 0000:00: resource 9 [mem 0x80000000-0xdfffffff window]
Sep 11 08:48:46 computer kernel: pci_bus 0000:00: resource 10 [mem 0xf0000000-0xfcffffff window]
Sep 11 08:48:46 computer kernel: pci_bus 0000:00: resource 11 [mem 0xfec00000-0xfec01fff window]
Sep 11 08:48:46 computer kernel: pci_bus 0000:00: resource 12 [mem 0xfed45000-0xfed811ff window]
Sep 11 08:48:46 computer kernel: pci_bus 0000:00: resource 13 [mem 0xfed81900-0xfed81fff window]
Sep 11 08:48:46 computer kernel: pci_bus 0000:00: resource 14 [mem 0xfedc0000-0xfedc0fff window]
Sep 11 08:48:46 computer kernel: pci_bus 0000:00: resource 15 [mem 0xfedc6000-0xfedc6fff window]
Sep 11 08:48:46 computer kernel: pci_bus 0000:00: resource 16 [mem 0xfee01000-0xffffffff window]
Sep 11 08:48:46 computer kernel: pci_bus 0000:00: resource 17 [mem 0x10a0200000-0x893fffffff window]
Sep 11 08:48:46 computer kernel: pci_bus 0000:01: resource 0 [io  0x8000-0xbfff]
Sep 11 08:48:46 computer kernel: pci_bus 0000:01: resource 1 [mem 0xa0000000-0xb7ffffff]
Sep 11 08:48:46 computer kernel: pci_bus 0000:01: resource 2 [mem 0x3800000000-0x57ffffffff 64bit pref]
Sep 11 08:48:46 computer kernel: pci_bus 0000:60: resource 0 [io  0x4000-0x7fff]
Sep 11 08:48:46 computer kernel: pci_bus 0000:60: resource 1 [mem 0x88000000-0x9fffffff]
Sep 11 08:48:46 computer kernel: pci_bus 0000:60: resource 2 [mem 0x1800000000-0x37ffffffff 64bit pref]
Sep 11 08:48:46 computer kernel: pci_bus 0000:bf: resource 1 [mem 0x84e00000-0x84efffff]
Sep 11 08:48:46 computer kernel: pci_bus 0000:c0: resource 0 [io  0x3000-0x3fff]
Sep 11 08:48:46 computer kernel: pci_bus 0000:c0: resource 1 [mem 0x84d00000-0x84dfffff]
Sep 11 08:48:46 computer kernel: pci_bus 0000:c1: resource 1 [mem 0x84100000-0x841fffff]
Sep 11 08:48:46 computer kernel: pci_bus 0000:c2: resource 0 [io  0x2000-0x2fff]
Sep 11 08:48:46 computer kernel: pci_bus 0000:c2: resource 1 [mem 0x80000000-0x840fffff]
Sep 11 08:48:46 computer kernel: pci_bus 0000:c2: resource 2 [mem 0x5800000000-0x5a01ffffff 64bit pref]
Sep 11 08:48:46 computer kernel: pci_bus 0000:c3: resource 0 [io  0x1000-0x1fff]
Sep 11 08:48:46 computer kernel: pci_bus 0000:c3: resource 1 [mem 0x84200000-0x846fffff]
Sep 11 08:48:46 computer kernel: pci_bus 0000:c3: resource 2 [mem 0x5a10000000-0x5a207fffff 64bit pref]
Sep 11 08:48:46 computer kernel: pci_bus 0000:c4: resource 1 [mem 0x84b00000-0x84cfffff]
Sep 11 08:48:46 computer kernel: pci_bus 0000:c4: resource 2 [mem 0x5a02000000-0x5a020fffff 64bit pref]
Sep 11 08:48:46 computer kernel: pci_bus 0000:c5: resource 1 [mem 0x84700000-0x84afffff]
Sep 11 08:48:46 computer kernel: pci 0000:c2:00.1: extending delay after power-on from D3hot to 20 msec
Sep 11 08:48:46 computer kernel: pci 0000:c2:00.1: D0 power state depends on 0000:c2:00.0
Sep 11 08:48:46 computer kernel: pci 0000:c3:00.1: D0 power state depends on 0000:c3:00.0
Sep 11 08:48:46 computer kernel: PCI: CLS 64 bytes, default 64
Sep 11 08:48:46 computer kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
Sep 11 08:48:46 computer kernel: Trying to unpack rootfs image as initramfs...
Sep 11 08:48:46 computer kernel: platform MSFT0201:00: Adding to iommu group 0
Sep 11 08:48:46 computer kernel: pci 0000:00:00.0: Adding to iommu group 1
Sep 11 08:48:46 computer kernel: pci 0000:00:01.0: Adding to iommu group 2
Sep 11 08:48:46 computer kernel: pci 0000:00:01.1: Adding to iommu group 3
Sep 11 08:48:46 computer kernel: pci 0000:00:01.2: Adding to iommu group 4
Sep 11 08:48:46 computer kernel: pci 0000:00:02.0: Adding to iommu group 5
Sep 11 08:48:46 computer kernel: pci 0000:00:02.2: Adding to iommu group 6
Sep 11 08:48:46 computer kernel: pci 0000:00:02.3: Adding to iommu group 7
Sep 11 08:48:46 computer kernel: pci 0000:00:02.5: Adding to iommu group 8
Sep 11 08:48:46 computer kernel: pci 0000:00:03.0: Adding to iommu group 9
Sep 11 08:48:46 computer kernel: pci 0000:00:03.1: Adding to iommu group 10
Sep 11 08:48:46 computer kernel: pci 0000:00:08.0: Adding to iommu group 11
Sep 11 08:48:46 computer kernel: pci 0000:00:08.1: Adding to iommu group 12
Sep 11 08:48:46 computer kernel: pci 0000:00:08.2: Adding to iommu group 13
Sep 11 08:48:46 computer kernel: pci 0000:00:08.3: Adding to iommu group 14
Sep 11 08:48:46 computer kernel: pci 0000:00:14.0: Adding to iommu group 15
Sep 11 08:48:46 computer kernel: pci 0000:00:14.3: Adding to iommu group 15
Sep 11 08:48:46 computer kernel: pci 0000:00:18.0: Adding to iommu group 16
Sep 11 08:48:46 computer kernel: pci 0000:00:18.1: Adding to iommu group 16
Sep 11 08:48:46 computer kernel: pci 0000:00:18.2: Adding to iommu group 16
Sep 11 08:48:46 computer kernel: pci 0000:00:18.3: Adding to iommu group 16
Sep 11 08:48:46 computer kernel: pci 0000:00:18.4: Adding to iommu group 16
Sep 11 08:48:46 computer kernel: pci 0000:00:18.5: Adding to iommu group 16
Sep 11 08:48:46 computer kernel: pci 0000:00:18.6: Adding to iommu group 16
Sep 11 08:48:46 computer kernel: pci 0000:00:18.7: Adding to iommu group 16
Sep 11 08:48:46 computer kernel: pci 0000:bf:00.0: Adding to iommu group 17
Sep 11 08:48:46 computer kernel: pci 0000:c0:00.0: Adding to iommu group 18
Sep 11 08:48:46 computer kernel: pci 0000:c1:00.0: Adding to iommu group 19
Sep 11 08:48:46 computer kernel: pci 0000:c2:00.0: Adding to iommu group 20
Sep 11 08:48:46 computer kernel: pci 0000:c2:00.1: Adding to iommu group 20
Sep 11 08:48:46 computer kernel: pci 0000:c3:00.0: Adding to iommu group 21
Sep 11 08:48:46 computer kernel: pci 0000:c3:00.1: Adding to iommu group 22
Sep 11 08:48:46 computer kernel: pci 0000:c3:00.2: Adding to iommu group 23
Sep 11 08:48:46 computer kernel: pci 0000:c3:00.4: Adding to iommu group 24
Sep 11 08:48:46 computer kernel: pci 0000:c3:00.5: Adding to iommu group 25
Sep 11 08:48:46 computer kernel: pci 0000:c3:00.6: Adding to iommu group 26
Sep 11 08:48:46 computer kernel: pci 0000:c4:00.0: Adding to iommu group 27
Sep 11 08:48:46 computer kernel: pci 0000:c4:00.1: Adding to iommu group 28
Sep 11 08:48:46 computer kernel: pci 0000:c5:00.0: Adding to iommu group 29
Sep 11 08:48:46 computer kernel: pci 0000:c5:00.3: Adding to iommu group 30
Sep 11 08:48:46 computer kernel: pci 0000:c5:00.4: Adding to iommu group 31
Sep 11 08:48:46 computer kernel: pci 0000:c5:00.5: Adding to iommu group 32
Sep 11 08:48:46 computer kernel: pci 0000:c5:00.6: Adding to iommu group 33
Sep 11 08:48:46 computer kernel: AMD-Vi: Extended features (0x246577efa2254afa, 0x10): PPR NX GT [5] IA GA PC GA_vAPIC
Sep 11 08:48:46 computer kernel: AMD-Vi: Interrupt remapping enabled
Sep 11 08:48:46 computer kernel: AMD-Vi: Virtual APIC enabled
Sep 11 08:48:46 computer kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Sep 11 08:48:46 computer kernel: software IO TLB: mapped [mem 0x000000006d38f000-0x000000007138f000] (64MB)
Sep 11 08:48:46 computer kernel: LVT offset 0 assigned for vector 0x400
Sep 11 08:48:46 computer kernel: perf: AMD IBS detected (0x00081bff)
Sep 11 08:48:46 computer kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Sep 11 08:48:46 computer kernel: Initialise system trusted keyrings
Sep 11 08:48:46 computer kernel: Key type blacklist registered
Sep 11 08:48:46 computer kernel: workingset: timestamp_bits=36 max_order=24 bucket_order=0
Sep 11 08:48:46 computer kernel: fuse: init (API version 7.44)
Sep 11 08:48:46 computer kernel: integrity: Platform Keyring initialized
Sep 11 08:48:46 computer kernel: integrity: Machine keyring initialized
Sep 11 08:48:46 computer kernel: xor: automatically using best checksumming function   avx
Sep 11 08:48:46 computer kernel: Key type asymmetric registered
Sep 11 08:48:46 computer kernel: Asymmetric key parser 'x509' registered
Sep 11 08:48:46 computer kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Sep 11 08:48:46 computer kernel: io scheduler mq-deadline registered
Sep 11 08:48:46 computer kernel: io scheduler kyber registered
Sep 11 08:48:46 computer kernel: io scheduler bfq registered
Sep 11 08:48:46 computer kernel: ledtrig-cpu: registered to indicate activity on CPUs
Sep 11 08:48:46 computer kernel: pcieport 0000:00:01.1: PME: Signaling with IRQ 34
Sep 11 08:48:46 computer kernel: pcieport 0000:00:01.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 11 08:48:46 computer kernel: pcieport 0000:00:01.2: PME: Signaling with IRQ 35
Sep 11 08:48:46 computer kernel: pcieport 0000:00:01.2: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 11 08:48:46 computer kernel: pcieport 0000:00:02.2: PME: Signaling with IRQ 36
Sep 11 08:48:46 computer kernel: pcieport 0000:00:02.3: PME: Signaling with IRQ 37
Sep 11 08:48:46 computer kernel: pcieport 0000:00:02.5: PME: Signaling with IRQ 38
Sep 11 08:48:46 computer kernel: pcieport 0000:00:03.1: PME: Signaling with IRQ 39
Sep 11 08:48:46 computer kernel: pcieport 0000:00:03.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 11 08:48:46 computer kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 40
Sep 11 08:48:46 computer kernel: pcieport 0000:00:08.2: PME: Signaling with IRQ 41
Sep 11 08:48:46 computer kernel: pcieport 0000:00:08.3: PME: Signaling with IRQ 42
Sep 11 08:48:46 computer kernel: ACPI: AC: AC Adapter [AC] (off-line)
Sep 11 08:48:46 computer kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Sep 11 08:48:46 computer kernel: ACPI: button: Power Button [PWRB]
Sep 11 08:48:46 computer kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Sep 11 08:48:46 computer kernel: ACPI: button: Sleep Button [SLPB]
Sep 11 08:48:46 computer kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
Sep 11 08:48:46 computer kernel: ACPI: button: Lid Switch [LID0]
Sep 11 08:48:46 computer kernel: Monitor-Mwait will be used to enter C-1 state
Sep 11 08:48:46 computer kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1832
Sep 11 08:48:46 computer kernel: thermal LNXTHERM:00: registered as thermal_zone0
Sep 11 08:48:46 computer kernel: ACPI: thermal: Thermal Zone [TZ01] (71 C)
Sep 11 08:48:46 computer kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Sep 11 08:48:46 computer kernel: Non-volatile memory driver v1.3
Sep 11 08:48:46 computer kernel: Linux agpgart interface v0.103
Sep 11 08:48:46 computer kernel: tpm_tis IFX1523:00: 2.0 TPM (device-id 0x1D, rev-id 54)
Sep 11 08:48:46 computer kernel: Freeing initrd memory: 150232K
Sep 11 08:48:46 computer kernel: ACPI: bus type drm_connector registered
Sep 11 08:48:46 computer kernel: xhci_hcd 0000:c3:00.4: xHCI Host Controller
Sep 11 08:48:46 computer kernel: xhci_hcd 0000:c3:00.4: new USB bus registered, assigned bus number 1
Sep 11 08:48:46 computer kernel: xhci_hcd 0000:c3:00.4: hcc params 0x0118ffc5 hci version 0x120 quirks 0x0000000200000010
Sep 11 08:48:46 computer kernel: xhci_hcd 0000:c3:00.4: xHCI Host Controller
Sep 11 08:48:46 computer kernel: xhci_hcd 0000:c3:00.4: new USB bus registered, assigned bus number 2
Sep 11 08:48:46 computer kernel: xhci_hcd 0000:c3:00.4: Host supports USB 3.1 Enhanced SuperSpeed
Sep 11 08:48:46 computer kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
Sep 11 08:48:46 computer kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 11 08:48:46 computer kernel: usb usb1: Product: xHCI Host Controller
Sep 11 08:48:46 computer kernel: usb usb1: Manufacturer: Linux 6.16.6-arch1-1 xhci-hcd
Sep 11 08:48:46 computer kernel: usb usb1: SerialNumber: 0000:c3:00.4
Sep 11 08:48:46 computer kernel: hub 1-0:1.0: USB hub found
Sep 11 08:48:46 computer kernel: hub 1-0:1.0: 1 port detected
Sep 11 08:48:46 computer kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 11 08:48:46 computer kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.16
Sep 11 08:48:46 computer kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 11 08:48:46 computer kernel: usb usb2: Product: xHCI Host Controller
Sep 11 08:48:46 computer kernel: usb usb2: Manufacturer: Linux 6.16.6-arch1-1 xhci-hcd
Sep 11 08:48:46 computer kernel: usb usb2: SerialNumber: 0000:c3:00.4
Sep 11 08:48:46 computer kernel: hub 2-0:1.0: USB hub found
Sep 11 08:48:46 computer kernel: hub 2-0:1.0: 1 port detected
Sep 11 08:48:46 computer kernel: xhci_hcd 0000:c5:00.0: xHCI Host Controller
Sep 11 08:48:46 computer kernel: xhci_hcd 0000:c5:00.0: new USB bus registered, assigned bus number 3
Sep 11 08:48:46 computer kernel: xhci_hcd 0000:c5:00.0: hcc params 0x0128ffc5 hci version 0x120 quirks 0x0000000200000010
Sep 11 08:48:46 computer kernel: xhci_hcd 0000:c5:00.0: xHCI Host Controller
Sep 11 08:48:46 computer kernel: xhci_hcd 0000:c5:00.0: new USB bus registered, assigned bus number 4
Sep 11 08:48:46 computer kernel: xhci_hcd 0000:c5:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Sep 11 08:48:46 computer kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
Sep 11 08:48:46 computer kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 11 08:48:46 computer kernel: usb usb3: Product: xHCI Host Controller
Sep 11 08:48:46 computer kernel: usb usb3: Manufacturer: Linux 6.16.6-arch1-1 xhci-hcd
Sep 11 08:48:46 computer kernel: usb usb3: SerialNumber: 0000:c5:00.0
Sep 11 08:48:46 computer kernel: hub 3-0:1.0: USB hub found
Sep 11 08:48:46 computer kernel: hub 3-0:1.0: 5 ports detected
Sep 11 08:48:46 computer kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 11 08:48:46 computer kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.16
Sep 11 08:48:46 computer kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 11 08:48:46 computer kernel: usb usb4: Product: xHCI Host Controller
Sep 11 08:48:46 computer kernel: usb usb4: Manufacturer: Linux 6.16.6-arch1-1 xhci-hcd
Sep 11 08:48:46 computer kernel: usb usb4: SerialNumber: 0000:c5:00.0
Sep 11 08:48:46 computer kernel: hub 4-0:1.0: USB hub found
Sep 11 08:48:46 computer kernel: hub 4-0:1.0: 2 ports detected
Sep 11 08:48:46 computer kernel: xhci_hcd 0000:c5:00.3: xHCI Host Controller
Sep 11 08:48:46 computer kernel: xhci_hcd 0000:c5:00.3: new USB bus registered, assigned bus number 5
Sep 11 08:48:46 computer kernel: xhci_hcd 0000:c5:00.3: hcc params 0x0118ffc5 hci version 0x120 quirks 0x0000000200000010
Sep 11 08:48:46 computer kernel: xhci_hcd 0000:c5:00.3: xHCI Host Controller
Sep 11 08:48:46 computer kernel: xhci_hcd 0000:c5:00.3: new USB bus registered, assigned bus number 6
Sep 11 08:48:46 computer kernel: xhci_hcd 0000:c5:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Sep 11 08:48:46 computer kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
Sep 11 08:48:46 computer kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 11 08:48:46 computer kernel: usb usb5: Product: xHCI Host Controller
Sep 11 08:48:46 computer kernel: usb usb5: Manufacturer: Linux 6.16.6-arch1-1 xhci-hcd
Sep 11 08:48:46 computer kernel: usb usb5: SerialNumber: 0000:c5:00.3
Sep 11 08:48:46 computer kernel: hub 5-0:1.0: USB hub found
Sep 11 08:48:46 computer kernel: hub 5-0:1.0: 1 port detected
Sep 11 08:48:46 computer kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 11 08:48:46 computer kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.16
Sep 11 08:48:46 computer kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 11 08:48:46 computer kernel: usb usb6: Product: xHCI Host Controller
Sep 11 08:48:46 computer kernel: usb usb6: Manufacturer: Linux 6.16.6-arch1-1 xhci-hcd
Sep 11 08:48:46 computer kernel: usb usb6: SerialNumber: 0000:c5:00.3
Sep 11 08:48:46 computer kernel: hub 6-0:1.0: USB hub found
Sep 11 08:48:46 computer kernel: hub 6-0:1.0: 1 port detected
Sep 11 08:48:46 computer kernel: xhci_hcd 0000:c5:00.4: xHCI Host Controller
Sep 11 08:48:46 computer kernel: xhci_hcd 0000:c5:00.4: new USB bus registered, assigned bus number 7
Sep 11 08:48:46 computer kernel: xhci_hcd 0000:c5:00.4: hcc params 0x0118ffc5 hci version 0x120 quirks 0x0000000200000010
Sep 11 08:48:46 computer kernel: xhci_hcd 0000:c5:00.4: xHCI Host Controller
Sep 11 08:48:46 computer kernel: xhci_hcd 0000:c5:00.4: new USB bus registered, assigned bus number 8
Sep 11 08:48:46 computer kernel: xhci_hcd 0000:c5:00.4: Host supports USB 3.1 Enhanced SuperSpeed
Sep 11 08:48:46 computer kernel: usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
Sep 11 08:48:46 computer kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 11 08:48:46 computer kernel: usb usb7: Product: xHCI Host Controller
Sep 11 08:48:46 computer kernel: usb usb7: Manufacturer: Linux 6.16.6-arch1-1 xhci-hcd
Sep 11 08:48:46 computer kernel: usb usb7: SerialNumber: 0000:c5:00.4
Sep 11 08:48:46 computer kernel: hub 7-0:1.0: USB hub found
Sep 11 08:48:46 computer kernel: hub 7-0:1.0: 1 port detected
Sep 11 08:48:46 computer kernel: usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 11 08:48:46 computer kernel: usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.16
Sep 11 08:48:46 computer kernel: usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 11 08:48:46 computer kernel: usb usb8: Product: xHCI Host Controller
Sep 11 08:48:46 computer kernel: usb usb8: Manufacturer: Linux 6.16.6-arch1-1 xhci-hcd
Sep 11 08:48:46 computer kernel: usb usb8: SerialNumber: 0000:c5:00.4
Sep 11 08:48:46 computer kernel: hub 8-0:1.0: USB hub found
Sep 11 08:48:46 computer kernel: hub 8-0:1.0: 1 port detected
Sep 11 08:48:46 computer kernel: usbcore: registered new interface driver usbserial_generic
Sep 11 08:48:46 computer kernel: usbserial: USB Serial support registered for generic
Sep 11 08:48:46 computer kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Sep 11 08:48:46 computer kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Sep 11 08:48:46 computer kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Sep 11 08:48:46 computer kernel: rtc_cmos 00:01: RTC can wake from S4
Sep 11 08:48:46 computer kernel: rtc_cmos 00:01: registered as rtc0
Sep 11 08:48:46 computer kernel: rtc_cmos 00:01: setting system clock to 2025-09-11T12:48:43 UTC (1757594923)
Sep 11 08:48:46 computer kernel: rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram
Sep 11 08:48:46 computer kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
Sep 11 08:48:46 computer kernel: simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
Sep 11 08:48:46 computer kernel: [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
Sep 11 08:48:46 computer kernel: fbcon: Deferring console take-over
Sep 11 08:48:46 computer kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Sep 11 08:48:46 computer kernel: hid: raw HID events driver (C) Jiri Kosina
Sep 11 08:48:46 computer kernel: usbcore: registered new interface driver usbhid
Sep 11 08:48:46 computer kernel: usbhid: USB HID core driver
Sep 11 08:48:46 computer kernel: drop_monitor: Initializing network drop monitor service
Sep 11 08:48:46 computer kernel: NET: Registered PF_INET6 protocol family
Sep 11 08:48:46 computer kernel: Segment Routing with IPv6
Sep 11 08:48:46 computer kernel: RPL Segment Routing with IPv6
Sep 11 08:48:46 computer kernel: In-situ OAM (IOAM) with IPv6
Sep 11 08:48:46 computer kernel: NET: Registered PF_PACKET protocol family
Sep 11 08:48:46 computer kernel: x86/amd: Previous system reset reason [0x00080800]: software wrote 0x6 to reset control register 0xCF9
Sep 11 08:48:46 computer kernel: microcode: Current revision: 0x0b20401b
Sep 11 08:48:46 computer kernel: resctrl: L3 allocation detected
Sep 11 08:48:46 computer kernel: resctrl: MB allocation detected
Sep 11 08:48:46 computer kernel: resctrl: SMBA allocation detected
Sep 11 08:48:46 computer kernel: resctrl: L3 monitoring detected
Sep 11 08:48:46 computer kernel: IPI shorthand broadcast: enabled
Sep 11 08:48:46 computer kernel: sched_clock: Marking stable (2352000819, 1333934)->(2356253828, -2919075)
Sep 11 08:48:46 computer kernel: registered taskstats version 1
Sep 11 08:48:46 computer kernel: Loading compiled-in X.509 certificates
Sep 11 08:48:46 computer kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 1c99ed2530758e8e2136dfcc65d1be5d488b70ea'
Sep 11 08:48:46 computer kernel: zswap: loaded using pool zstd/zsmalloc
Sep 11 08:48:46 computer kernel: Demotion targets for Node 0: null
Sep 11 08:48:46 computer kernel: Key type .fscrypt registered
Sep 11 08:48:46 computer kernel: Key type fscrypt-provisioning registered
Sep 11 08:48:46 computer kernel: Btrfs loaded, zoned=yes, fsverity=yes
Sep 11 08:48:46 computer kernel: Key type big_key registered
Sep 11 08:48:46 computer kernel: integrity: Loading X.509 certificate: UEFI:db
Sep 11 08:48:46 computer kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Sep 11 08:48:46 computer kernel: integrity: Loading X.509 certificate: UEFI:db
Sep 11 08:48:46 computer kernel: integrity: Loaded X.509 cert 'Microsoft Corporation: Windows UEFI CA 2023: aefc5fbbbe055d8f8daa585473499417ab5a5272'
Sep 11 08:48:46 computer kernel: integrity: Loading X.509 certificate: UEFI:db
Sep 11 08:48:46 computer kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Sep 11 08:48:46 computer kernel: integrity: Loading X.509 certificate: UEFI:db
Sep 11 08:48:46 computer kernel: integrity: Loaded X.509 cert 'Microsoft UEFI CA 2023: 81aa6b3244c935bce0d6628af39827421e32497d'
Sep 11 08:48:46 computer kernel: integrity: Loading X.509 certificate: UEFI:db
Sep 11 08:48:46 computer kernel: integrity: Loaded X.509 cert 'Microsoft Option ROM UEFI CA 2023: 514fbf937fa46fb57bf07af8bed84b3b864b1711'
Sep 11 08:48:46 computer kernel: integrity: Loading X.509 certificate: UEFI:db
Sep 11 08:48:46 computer kernel: integrity: Loaded X.509 cert 'Secure Certificate: 01dcc89619884ca147983429f8a4a1a0'
Sep 11 08:48:46 computer kernel: PM:   Magic number: 9:903:834
Sep 11 08:48:46 computer kernel: RAS: Correctable Errors collector initialized.
Sep 11 08:48:46 computer kernel: clk: Disabling unused clocks
Sep 11 08:48:46 computer kernel: PM: genpd: Disabling unused power domains
Sep 11 08:48:46 computer kernel: ACPI: battery: Slot [BAT0] (battery present)
Sep 11 08:48:46 computer kernel: Freeing unused decrypted memory: 2028K
Sep 11 08:48:46 computer kernel: Freeing unused kernel image (initmem) memory: 4664K
Sep 11 08:48:46 computer kernel: Write protecting the kernel read-only data: 38912k
Sep 11 08:48:46 computer kernel: Freeing unused kernel image (text/rodata gap) memory: 616K
Sep 11 08:48:46 computer kernel: Freeing unused kernel image (rodata/data gap) memory: 1776K
Sep 11 08:48:46 computer kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Sep 11 08:48:46 computer kernel: rodata_test: all tests were successful
Sep 11 08:48:46 computer kernel: Run /init as init process
Sep 11 08:48:46 computer kernel:   with arguments:
Sep 11 08:48:46 computer kernel:     /init
Sep 11 08:48:46 computer kernel:   with environment:
Sep 11 08:48:46 computer kernel:     HOME=/
Sep 11 08:48:46 computer kernel:     TERM=linux
Sep 11 08:48:46 computer kernel:     BOOT_IMAGE=/vmlinuz-linux
Sep 11 08:48:46 computer kernel:     NVreg_PreserveVideoMemoryAllocations=1
Sep 11 08:48:46 computer kernel: usb 1-1: new high-speed USB device number 2 using xhci_hcd
Sep 11 08:48:46 computer kernel: usb 3-5: new full-speed USB device number 2 using xhci_hcd
Sep 11 08:48:46 computer kernel: wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WQ00 data block query control method not found
Sep 11 08:48:46 computer kernel: ACPI: video: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
Sep 11 08:48:46 computer kernel: ACPI: video: Video Device [PEGP] (multi-head: yes  rom: no  post: no)
Sep 11 08:48:46 computer kernel: Key type psk registered
Sep 11 08:48:46 computer kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0d/LNXVIDEO:00/input/input5
Sep 11 08:48:46 computer kernel: ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
Sep 11 08:48:46 computer kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:14/LNXVIDEO:01/input/input6
Sep 11 08:48:46 computer kernel: nvme 0000:c1:00.0: platform quirk: setting simple suspend
Sep 11 08:48:46 computer kernel: nvme nvme0: pci function 0000:c1:00.0
Sep 11 08:48:46 computer kernel: nvme nvme0: D3 entry latency set to 10 seconds
Sep 11 08:48:46 computer kernel: nvme nvme0: allocated 64 MiB host memory buffer (1 segment).
Sep 11 08:48:46 computer kernel: nvme nvme0: 16/0/0 default/read/poll queues
Sep 11 08:48:46 computer kernel:  nvme0n1: p1 p2
Sep 11 08:48:46 computer kernel: usb 1-1: New USB device found, idVendor=5986, idProduct=9102, bcdDevice= 6.01
Sep 11 08:48:46 computer kernel: usb 1-1: New USB device strings: Mfr=2, Product=1, SerialNumber=0
Sep 11 08:48:46 computer kernel: usb 1-1: Product: BisonCam,NB Pro
Sep 11 08:48:46 computer kernel: usb 1-1: Manufacturer: Sonix Technology Co., Ltd.
Sep 11 08:48:46 computer kernel: usb 3-5: New USB device found, idVendor=8087, idProduct=0032, bcdDevice= 0.00
Sep 11 08:48:46 computer kernel: usb 3-5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Sep 11 08:48:46 computer kernel: tsc: Refined TSC clocksource calibration: 2000.003 MHz
Sep 11 08:48:46 computer kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1cd4312536b, max_idle_ns: 440795249997 ns
Sep 11 08:48:46 computer kernel: clocksource: Switched to clocksource tsc
Sep 11 08:48:46 computer kernel: [drm] amdgpu kernel modesetting enabled.
Sep 11 08:48:46 computer kernel: amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GPPA.VGA_.ATPX handle
Sep 11 08:48:46 computer kernel: amdgpu: ATPX version 1, functions 0x00000001
Sep 11 08:48:46 computer kernel: amdgpu: ATPX Hybrid Graphics
Sep 11 08:48:46 computer kernel: amdgpu: Virtual CRAT table created for CPU
Sep 11 08:48:46 computer kernel: amdgpu: Topology: Add CPU node
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: enabling device (0006 -> 0007)
Sep 11 08:48:46 computer kernel: [drm] initializing kernel modesetting (IP DISCOVERY 0x1002:0x150E 0x1558:0x8350 0xC1).
Sep 11 08:48:46 computer kernel: [drm] register mmio base: 0x84600000
Sep 11 08:48:46 computer kernel: [drm] register mmio size: 524288
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: detected ip block number 0 <soc21_common>
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: detected ip block number 1 <gmc_v11_0>
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: detected ip block number 2 <ih_v6_1>
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: detected ip block number 3 <psp>
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: detected ip block number 4 <smu>
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: detected ip block number 5 <dm>
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: detected ip block number 6 <gfx_v11_0>
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: detected ip block number 7 <sdma_v6_0>
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: detected ip block number 8 <vcn_v4_0_5>
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: detected ip block number 9 <jpeg_v4_0_5>
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: detected ip block number 10 <mes_v11_0>
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: detected ip block number 11 <vpe_v6_1>
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: detected ip block number 12 <isp_ip>
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: Fetched VBIOS from VFCT
Sep 11 08:48:46 computer kernel: amdgpu: ATOM BIOS: 113-STRIXEMU-001
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: VPE: collaborate mode false
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: [drm] Optional firmware "amdgpu/isp_4_1_0.bin" was not found
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
Sep 11 08:48:46 computer kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: VRAM: 512M 0x0000008000000000 - 0x000000801FFFFFFF (512M used)
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: GART: 512M 0x00007FFF00000000 - 0x00007FFF1FFFFFFF
Sep 11 08:48:46 computer kernel: [drm] Detected VRAM RAM=512M, BAR=512M
Sep 11 08:48:46 computer kernel: [drm] RAM width 128bits DDR5
Sep 11 08:48:46 computer kernel: [drm] amdgpu: 512M of VRAM memory ready
Sep 11 08:48:46 computer kernel: [drm] amdgpu: 31786M of GTT memory ready.
Sep 11 08:48:46 computer kernel: [drm] GART: num cpu pages 131072, num gpu pages 131072
Sep 11 08:48:46 computer kernel: [drm] PCIE GART of 512M enabled (table at 0x000000801FB00000).
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: [drm] Loading DMUB firmware via PSP: version=0x09002600
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: Found VCN firmware Version ENC: 1.24 DEC: 9 VEP: 0 Revision: 13
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: reserve 0x8900000 from 0x8010000000 for PSP TMR
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: RAS: optional ras ta ucode is not available
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: RAP: optional rap ta ucode is not available
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: SECUREDISPLAY: optional securedisplay ta ucode is not available
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: SMU is initialized successfully!
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: [drm] Display Core v3.2.334 initialized on DCN 3.5
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: [drm] DP-HDMI FRL PCON supported
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: [drm] DMUB hardware initialized: version=0x09002600
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x2a su_y_granularity 0
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Sep 11 08:48:46 computer kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
Sep 11 08:48:46 computer kernel: kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
Sep 11 08:48:46 computer kernel: amdgpu: Virtual CRAT table created for GPU
Sep 11 08:48:46 computer kernel: amdgpu: Topology: Add dGPU node [0x150e:0x1002]
Sep 11 08:48:46 computer kernel: kfd kfd: amdgpu: added device 1002:150e
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: SE 1, SH per SE 2, CU per SH 8, active_cu_number 16
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: ring jpeg_dec_0 uses VM inv eng 1 on hub 8
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 13 on hub 0
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: ring vpe uses VM inv eng 4 on hub 8
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: Runtime PM not available
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: amdgpu: [drm] Using custom brightness curve
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: [drm] Registered 4 planes with drm panic
Sep 11 08:48:46 computer kernel: [drm] Initialized amdgpu 3.64.0 for 0000:c3:00.0 on minor 1
Sep 11 08:48:46 computer kernel: fbcon: Deferring console take-over
Sep 11 08:48:46 computer kernel: amdgpu 0000:c3:00.0: [drm] fb0: amdgpudrmfb frame buffer device
Sep 11 08:48:46 computer kernel: fbcon: Taking over console
Sep 11 08:48:46 computer kernel: [drm] pre_validate_dsc:1627 MST_DSC dsc precompute is not needed
Sep 11 08:48:46 computer kernel: SGI XFS with ACLs, security attributes, realtime, scrub, repair, quota, no debug enabled
Sep 11 08:48:46 computer kernel: XFS (nvme0n1p2): Mounting V5 Filesystem aa06cd66-4dd5-4f8a-8401-db73c0ad8fe8
Sep 11 08:48:46 computer kernel: XFS (nvme0n1p2): Ending clean mount
Sep 11 08:48:46 computer kernel: Console: switching to colour frame buffer device 160x50
Sep 11 08:48:46 computer systemd[1]: systemd 257.9-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Sep 11 08:48:46 computer systemd[1]: Detected architecture x86-64.
Sep 11 08:48:46 computer systemd[1]: Hostname set to <computer>.
Sep 11 08:48:46 computer systemd[1]: bpf-restrict-fs: LSM BPF program attached
Sep 11 08:48:46 computer systemd[1]: Queued start job for default target Graphical Interface.
Sep 11 08:48:46 computer systemd[1]: Created slice Slice /system/dirmngr.
Sep 11 08:48:46 computer systemd[1]: Created slice Slice /system/getty.
Sep 11 08:48:46 computer systemd[1]: Created slice Slice /system/gpg-agent.
Sep 11 08:48:46 computer systemd[1]: Created slice Slice /system/gpg-agent-browser.
Sep 11 08:48:46 computer systemd[1]: Created slice Slice /system/gpg-agent-extra.
Sep 11 08:48:46 computer systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Sep 11 08:48:46 computer systemd[1]: Created slice Slice /system/keyboxd.
Sep 11 08:48:46 computer systemd[1]: Created slice Slice /system/modprobe.
Sep 11 08:48:46 computer systemd[1]: Created slice User and Session Slice.
Sep 11 08:48:46 computer systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Sep 11 08:48:46 computer systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Sep 11 08:48:46 computer systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Sep 11 08:48:46 computer systemd[1]: Expecting device /dev/disk/by-uuid/5F30-4F47...
Sep 11 08:48:46 computer systemd[1]: Reached target Local Encrypted Volumes.
Sep 11 08:48:46 computer systemd[1]: Reached target Login Prompts.
Sep 11 08:48:46 computer systemd[1]: Reached target Local Integrity Protected Volumes.
Sep 11 08:48:46 computer systemd[1]: Reached target Path Units.
Sep 11 08:48:46 computer systemd[1]: Reached target Remote File Systems.
Sep 11 08:48:46 computer systemd[1]: Reached target Slice Units.
Sep 11 08:48:46 computer systemd[1]: Reached target Local Verity Protected Volumes.
Sep 11 08:48:46 computer systemd[1]: Listening on Device-mapper event daemon FIFOs.
Sep 11 08:48:46 computer systemd[1]: Listening on Process Core Dump Socket.
Sep 11 08:48:46 computer systemd[1]: Listening on Credential Encryption/Decryption.
Sep 11 08:48:46 computer systemd[1]: Listening on Journal Socket (/dev/log).
Sep 11 08:48:46 computer systemd[1]: Listening on Journal Sockets.
Sep 11 08:48:46 computer systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 11 08:48:46 computer systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 11 08:48:46 computer systemd[1]: Listening on udev Control Socket.
Sep 11 08:48:46 computer systemd[1]: Listening on udev Kernel Socket.
Sep 11 08:48:46 computer systemd[1]: Listening on User Database Manager Socket.
Sep 11 08:48:46 computer systemd[1]: Mounting Huge Pages File System...
Sep 11 08:48:46 computer systemd[1]: Mounting POSIX Message Queue File System...
Sep 11 08:48:46 computer systemd[1]: Mounting Kernel Debug File System...
Sep 11 08:48:46 computer systemd[1]: Mounting Kernel Trace File System...
Sep 11 08:48:46 computer systemd[1]: Starting Create List of Static Device Nodes...
Sep 11 08:48:46 computer systemd[1]: Starting Load Kernel Module configfs...
Sep 11 08:48:46 computer systemd[1]: Starting Load Kernel Module dm_mod...
Sep 11 08:48:46 computer systemd[1]: Starting Load Kernel Module drm...
Sep 11 08:48:46 computer systemd[1]: Starting Load Kernel Module fuse...
Sep 11 08:48:46 computer systemd[1]: Starting Load Kernel Module loop...
Sep 11 08:48:46 computer systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Sep 11 08:48:46 computer systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Sep 11 08:48:46 computer systemd[1]: Starting Journal Service...
Sep 11 08:48:46 computer systemd[1]: Starting Load Kernel Modules...
Sep 11 08:48:46 computer systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 11 08:48:46 computer systemd[1]: Starting Remount Root and Kernel File Systems...
Sep 11 08:48:46 computer systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 11 08:48:46 computer systemd[1]: Starting Load udev Rules from Credentials...
Sep 11 08:48:46 computer systemd[1]: Starting Coldplug All udev Devices...
Sep 11 08:48:46 computer systemd[1]: Mounted Huge Pages File System.
Sep 11 08:48:46 computer systemd[1]: Mounted POSIX Message Queue File System.
Sep 11 08:48:46 computer systemd[1]: Mounted Kernel Debug File System.
Sep 11 08:48:46 computer systemd[1]: Mounted Kernel Trace File System.
Sep 11 08:48:46 computer systemd[1]: Finished Create List of Static Device Nodes.
Sep 11 08:48:46 computer systemd[1]: modprobe@configfs.service: Deactivated successfully.
Sep 11 08:48:46 computer systemd[1]: Finished Load Kernel Module configfs.
Sep 11 08:48:46 computer systemd[1]: Mounting Kernel Configuration File System...
Sep 11 08:48:46 computer systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Sep 11 08:48:46 computer systemd[1]: modprobe@drm.service: Deactivated successfully.
Sep 11 08:48:46 computer systemd[1]: Finished Load Kernel Module drm.
Sep 11 08:48:46 computer systemd[1]: modprobe@fuse.service: Deactivated successfully.
Sep 11 08:48:46 computer systemd[1]: Finished Load Kernel Module fuse.
Sep 11 08:48:46 computer systemd[1]: Mounting FUSE Control File System...
Sep 11 08:48:46 computer kernel: loop: module loaded
Sep 11 08:48:46 computer systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 11 08:48:46 computer systemd[1]: Finished Load Kernel Module loop.
Sep 11 08:48:46 computer systemd[1]: Mounted Kernel Configuration File System.
Sep 11 08:48:46 computer systemd[1]: Mounted FUSE Control File System.
Sep 11 08:48:46 computer systemd[1]: Finished Remount Root and Kernel File Systems.
Sep 11 08:48:46 computer systemd[1]: Activating swap /swapfile...
Sep 11 08:48:46 computer systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Sep 11 08:48:46 computer systemd[1]: Starting Load/Save OS Random Seed...
Sep 11 08:48:46 computer systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 11 08:48:46 computer systemd[1]: Finished Load udev Rules from Credentials.
Sep 11 08:48:46 computer systemd-journald[497]: Collecting audit messages is disabled.
Sep 11 08:48:46 computer kernel: device-mapper: uevent: version 1.0.3
Sep 11 08:48:46 computer kernel: device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
Sep 11 08:48:46 computer systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Sep 11 08:48:46 computer systemd[1]: Finished Load Kernel Module dm_mod.
Sep 11 08:48:46 computer systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 11 08:48:46 computer kernel: Adding 10485756k swap on /swapfile.  Priority:-2 extents:1 across:10485756k SS
Sep 11 08:48:46 computer systemd[1]: Activated swap /swapfile.
Sep 11 08:48:46 computer systemd[1]: Reached target Swaps.
Sep 11 08:48:46 computer systemd[1]: Starting User Database Manager...
Sep 11 08:48:46 computer kernel: i2c_dev: i2c /dev entries driver
Sep 11 08:48:46 computer systemd[1]: Finished Load/Save OS Random Seed.
Sep 11 08:48:46 computer systemd[1]: Started User Database Manager.
Sep 11 08:48:46 computer systemd-journald[497]: Journal started
Sep 11 08:48:46 computer systemd-journald[497]: Runtime Journal (/run/log/journal/9d6823cf3665417bada7a5f809441039) is 8M, max 3.1G, 3G free.
Sep 11 08:48:46 computer systemd-modules-load[498]: Inserted module 'crypto_user'
Sep 11 08:48:46 computer systemd-modules-load[498]: Inserted module 'i2c_dev'
Sep 11 08:48:46 computer systemd[1]: Started Journal Service.
Sep 11 08:48:46 computer systemd[1]: Starting Flush Journal to Persistent Storage...
Sep 11 08:48:46 computer systemd-journald[497]: Time spent on flushing to /var/log/journal/9d6823cf3665417bada7a5f809441039 is 12.442ms for 1179 entries.
Sep 11 08:48:46 computer systemd-journald[497]: System Journal (/var/log/journal/9d6823cf3665417bada7a5f809441039) is 143.1M, max 4G, 3.8G free.
Sep 11 08:48:46 computer systemd-journald[497]: Received client request to flush runtime journal.
Sep 11 08:48:46 computer systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Sep 11 08:48:46 computer systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Sep 11 08:48:46 computer systemd[1]: Starting Network Time Synchronization...
Sep 11 08:48:46 computer systemd[1]: Starting Create Static Device Nodes in /dev...
Sep 11 08:48:46 computer systemd[1]: Finished Coldplug All udev Devices.
Sep 11 08:48:46 computer systemd[1]: Finished Create Static Device Nodes in /dev.
Sep 11 08:48:46 computer systemd[1]: Reached target Preparation for Local File Systems.
Sep 11 08:48:46 computer systemd[1]: Starting Rule-based Manager for Device Events and Files...
Sep 11 08:48:46 computer systemd[1]: Started Network Time Synchronization.
Sep 11 08:48:46 computer systemd[1]: Reached target System Time Set.
Sep 11 08:48:46 computer systemd[1]: Finished Flush Journal to Persistent Storage.
Sep 11 08:48:46 computer systemd-udevd[542]: Using default interface naming scheme 'v257'.
Sep 11 08:48:46 computer systemd[1]: Started Rule-based Manager for Device Events and Files.
Sep 11 08:48:46 computer kernel: nvidia: loading out-of-tree module taints kernel.
Sep 11 08:48:46 computer kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Sep 11 08:48:46 computer systemd[1]: Reached target Trusted Platform Module.
Sep 11 08:48:46 computer systemd[1]: Found device Samsung SSD 990 EVO 1TB 1.
Sep 11 08:48:46 computer mtp-probe[616]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:08.1/0000:c3:00.4/usb1/1-1"
Sep 11 08:48:46 computer mtp-probe[616]: bus: 1, device: 2 was not an MTP device
Sep 11 08:48:46 computer systemd[1]: Created slice Slice /system/systemd-backlight.
Sep 11 08:48:46 computer systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:amdgpu_bl1...
Sep 11 08:48:46 computer kernel: RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 163840 ms ovfl timer
Sep 11 08:48:46 computer kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Sep 11 08:48:46 computer kernel: RAPL PMU: hw unit of domain core 2^-16 Joules
Sep 11 08:48:46 computer kernel: input: PC Speaker as /devices/platform/pcspkr/input/input7
Sep 11 08:48:46 computer kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 234
Sep 11 08:48:46 computer kernel:
Sep 11 08:48:46 computer kernel: nvidia 0000:c2:00.0: enabling device (0000 -> 0003)
Sep 11 08:48:46 computer kernel: nvidia 0000:c2:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none
Sep 11 08:48:46 computer kernel: initcall acpi_cpufreq_init blacklisted
Sep 11 08:48:46 computer kernel: mc: Linux media interface: v0.10
Sep 11 08:48:46 computer kernel: ACPI: bus type thunderbolt registered
Sep 11 08:48:46 computer kernel: ccp 0000:c3:00.2: enabling device (0000 -> 0002)
Sep 11 08:48:46 computer kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Sep 11 08:48:46 computer kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Sep 11 08:48:46 computer kernel: amdxdna 0000:c4:00.1: enabling device (0000 -> 0002)
Sep 11 08:48:46 computer kernel: i2c i2c-21: Successfully instantiated SPD at 0x50
Sep 11 08:48:46 computer kernel: ccp 0000:c3:00.2: tee enabled
Sep 11 08:48:46 computer kernel: ccp 0000:c3:00.2: psp enabled
Sep 11 08:48:46 computer kernel: i2c i2c-21: Successfully instantiated SPD at 0x51
Sep 11 08:48:46 computer kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Sep 11 08:48:46 computer kernel: i2c i2c-23: Successfully instantiated SPD at 0x50
Sep 11 08:48:46 computer kernel: i2c i2c-23: Successfully instantiated SPD at 0x51
Sep 11 08:48:46 computer kernel: videodev: Linux video capture interface: v2.00
Sep 11 08:48:46 computer kernel: NVRM: loading NVIDIA UNIX Open Kernel Module for x86_64  580.82.09  Release Build  (root@)
Sep 11 08:48:46 computer systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:amdgpu_bl1.
Sep 11 08:48:46 computer systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Sep 11 08:48:46 computer systemd[1]: Starting Virtual Console Setup...
Sep 11 08:48:46 computer systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
Sep 11 08:48:46 computer systemd[1]: Stopped Virtual Console Setup.
Sep 11 08:48:46 computer systemd[1]: Starting Virtual Console Setup...
Sep 11 08:48:46 computer systemd[1]: Finished Virtual Console Setup.
Sep 11 08:48:46 computer kernel: [drm] Initialized amdxdna_accel_driver 0.0.0 for 0000:c4:00.1 on minor 0
Sep 11 08:48:46 computer kernel: input: FTCS1041:00 2808:0222 Mouse as /devices/platform/AMDI0010:00/i2c-0/i2c-FTCS1041:00/0018:2808:0222.0001/input/input9
Sep 11 08:48:46 computer kernel: input: FTCS1041:00 2808:0222 Touchpad as /devices/platform/AMDI0010:00/i2c-0/i2c-FTCS1041:00/0018:2808:0222.0001/input/input10
Sep 11 08:48:46 computer kernel: hid-generic 0018:2808:0222.0001: input,hidraw0: I2C HID v1.00 Mouse [FTCS1041:00 2808:0222] on i2c-FTCS1041:00
Sep 11 08:48:46 computer systemd[1]: Starting Load Kernel Module dm_mod...
Sep 11 08:48:46 computer systemd[1]: Starting Load Kernel Module loop...
Sep 11 08:48:46 computer systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Sep 11 08:48:46 computer systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Sep 11 08:48:46 computer systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Sep 11 08:48:46 computer systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 11 08:48:46 computer kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Sep 11 08:48:46 computer kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Sep 11 08:48:46 computer kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Sep 11 08:48:46 computer systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Sep 11 08:48:46 computer systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 11 08:48:46 computer systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 11 08:48:46 computer kernel: tuxedo_keyboard: module init
Sep 11 08:48:46 computer kernel: spd5118 21-0050: DDR5 temperature sensor: vendor 0x0b:0x10 revision 2.2
Sep 11 08:48:46 computer kernel: Bluetooth: Core ver 2.22
Sep 11 08:48:46 computer kernel: NET: Registered PF_BLUETOOTH protocol family
Sep 11 08:48:46 computer kernel: Bluetooth: HCI device and connection manager initialized
Sep 11 08:48:46 computer kernel: Bluetooth: HCI socket layer initialized
Sep 11 08:48:46 computer kernel: Bluetooth: L2CAP socket layer initialized
Sep 11 08:48:46 computer kernel: Bluetooth: SCO socket layer initialized
Sep 11 08:48:46 computer kernel: spd5118 21-0051: DDR5 temperature sensor: vendor 0x00:0xb3 revision 2.2
Sep 11 08:48:46 computer systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Sep 11 08:48:46 computer systemd[1]: Finished Load Kernel Module dm_mod.
Sep 11 08:48:46 computer systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 11 08:48:46 computer systemd[1]: Finished Load Kernel Module loop.
Sep 11 08:48:46 computer kernel: r8169 0000:c0:00.0 eth0: RTL8168h/8111h, d4:93:90:59:ca:20, XID 541, IRQ 142
Sep 11 08:48:46 computer kernel: r8169 0000:c0:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Sep 11 08:48:46 computer systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 11 08:48:46 computer kernel: r8169 0000:c0:00.0 enp192s0: renamed from eth0
Sep 11 08:48:46 computer kernel: input: FTCS1041:00 2808:0222 Mouse as /devices/platform/AMDI0010:00/i2c-0/i2c-FTCS1041:00/0018:2808:0222.0001/input/input12
Sep 11 08:48:46 computer kernel: input: FTCS1041:00 2808:0222 Touchpad as /devices/platform/AMDI0010:00/i2c-0/i2c-FTCS1041:00/0018:2808:0222.0001/input/input13
Sep 11 08:48:46 computer kernel: hid-multitouch 0018:2808:0222.0001: input,hidraw0: I2C HID v1.00 Mouse [FTCS1041:00 2808:0222] on i2c-FTCS1041:00
Sep 11 08:48:46 computer kernel: tuxedo_keyboard: Set keyboard enabled to: 1
Sep 11 08:48:46 computer kernel: tuxedo_keyboard: Set keyboard backlight mode on CUSTOM
Sep 11 08:48:46 computer kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Sep 11 08:48:46 computer kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Sep 11 08:48:46 computer kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Sep 11 08:48:46 computer kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Sep 11 08:48:46 computer kernel: cfg80211: failed to load regulatory.db
Sep 11 08:48:46 computer kernel: ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [S907] at bit offset/length 112/16 exceeds size of target Buffer (120 bits) (20250404/dsopcode-198)
Sep 11 08:48:46 computer kernel: ACPI Error: Aborting method \_SB.DCHU.PEVT due to previous error (AE_AML_BUFFER_LIMIT) (20250404/psparse-529)
Sep 11 08:48:46 computer kernel: ACPI Error: Aborting method \_SB.DCHU._DSM due to previous error (AE_AML_BUFFER_LIMIT) (20250404/psparse-529)
Sep 11 08:48:46 computer kernel: ACPI: \_SB_.DCHU: failed to evaluate _DSM e424f293-dcfb-bf4b-add6-db71bdc0afad rev:0 func:4 (0x300a)
Sep 11 08:48:46 computer kernel: clevo_acpi: failed to evaluate _DSM
Sep 11 08:48:46 computer kernel: ACPI: battery: new hook: TUXEDO Flexicharger Extension
Sep 11 08:48:46 computer kernel: input: TUXEDO Keyboard as /devices/platform/tuxedo_keyboard/input/input15
Sep 11 08:48:46 computer kernel: ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [S907] at bit offset/length 112/16 exceeds size of target Buffer (120 bits) (20250404/dsopcode-198)
Sep 11 08:48:46 computer kernel: ACPI Error: Aborting method \_SB.DCHU.PEVT due to previous error (AE_AML_BUFFER_LIMIT) (20250404/psparse-529)
Sep 11 08:48:46 computer kernel: ACPI Error: Aborting method \_SB.DCHU._DSM due to previous error (AE_AML_BUFFER_LIMIT) (20250404/psparse-529)
Sep 11 08:48:46 computer kernel: ACPI: \_SB_.DCHU: failed to evaluate _DSM e424f293-dcfb-bf4b-add6-db71bdc0afad rev:0 func:4 (0x300a)
Sep 11 08:48:46 computer kernel: clevo_acpi: failed to evaluate _DSM
Sep 11 08:48:46 computer kernel: clevo_wmi: interface initialized
Sep 11 08:48:46 computer kernel: clevo_acpi: interface initialized
Sep 11 08:48:46 computer kernel: ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [S907] at bit offset/length 112/16 exceeds size of target Buffer (120 bits) (20250404/dsopcode-198)
Sep 11 08:48:46 computer kernel: ACPI Error: Aborting method \_SB.DCHU.PEVT due to previous error (AE_AML_BUFFER_LIMIT) (20250404/psparse-529)
Sep 11 08:48:46 computer kernel: ACPI Error: Aborting method \_SB.DCHU._DSM due to previous error (AE_AML_BUFFER_LIMIT) (20250404/psparse-529)
Sep 11 08:48:46 computer kernel: ACPI: \_SB_.DCHU: failed to evaluate _DSM e424f293-dcfb-bf4b-add6-db71bdc0afad rev:0 func:4 (0x300a)
Sep 11 08:48:46 computer kernel: clevo_acpi: failed to evaluate _DSM
Sep 11 08:48:46 computer systemd-modules-load[498]: Inserted module 'nvidia_uvm'
Sep 11 08:48:46 computer systemd[1]: Finished Load Kernel Modules.
Sep 11 08:48:46 computer kernel: usb 1-1: Found UVC 1.00 device BisonCam,NB Pro (5986:9102)
Sep 11 08:48:46 computer systemd[1]: Starting Apply Kernel Variables...
Sep 11 08:48:46 computer kernel: nvidia-modeset: Loading NVIDIA UNIX Open Kernel Mode Setting Driver for x86_64  580.82.09  Release Build  (root@)
Sep 11 08:48:46 computer kernel: Intel(R) Wireless WiFi driver for Linux
Sep 11 08:48:46 computer kernel: mousedev: PS/2 mouse device common for all mice
Sep 11 08:48:46 computer kernel: iwlwifi 0000:bf:00.0: enabling device (0000 -> 0002)
Sep 11 08:48:46 computer kernel: iwlwifi 0000:bf:00.0: Detected crf-id 0x400410, cnv-id 0x400410 wfpm id 0x80000000
Sep 11 08:48:46 computer kernel: iwlwifi 0000:bf:00.0: PCI dev 2725/0024, rev=0x420, rfid=0x10d000
Sep 11 08:48:46 computer kernel: iwlwifi 0000:bf:00.0: Detected Intel(R) Wi-Fi 6E AX210 160MHz
Sep 11 08:48:46 computer kernel: kvm_amd: TSC scaling supported
Sep 11 08:48:46 computer kernel: kvm_amd: Nested Virtualization enabled
Sep 11 08:48:46 computer kernel: kvm_amd: Nested Paging enabled
Sep 11 08:48:46 computer kernel: kvm_amd: LBR virtualization supported
Sep 11 08:48:46 computer kernel: kvm_amd: Virtual VMLOAD VMSAVE supported
Sep 11 08:48:46 computer kernel: kvm_amd: Virtual GIF supported
Sep 11 08:48:46 computer kernel: kvm_amd: Virtual NMI enabled
Sep 11 08:48:46 computer kernel: usbcore: registered new interface driver uvcvideo
Sep 11 08:48:46 computer kernel: iwlwifi 0000:bf:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.0.2.42
Sep 11 08:48:46 computer kernel: iwlwifi 0000:bf:00.0: loaded firmware version 89.af655058.0 ty-a0-gf-a0-89.ucode op_mode iwlmvm
Sep 11 08:48:46 computer kernel: [drm] [nvidia-drm] [GPU ID 0x0000c200] Loading driver
Sep 11 08:48:46 computer kernel: snd_acp_pci 0000:c3:00.5: enabling device (0000 -> 0002)
Sep 11 08:48:46 computer kernel: platform acp_asoc_acp70.0: warning: No matching ASoC machine driver found
Sep 11 08:48:46 computer kernel: pps_core: LinuxPPS API ver. 1 registered
Sep 11 08:48:46 computer kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Sep 11 08:48:46 computer systemd[1]: Starting Load/Save RF Kill Switch Status...
Sep 11 08:48:46 computer kernel: usbcore: registered new interface driver btusb
Sep 11 08:48:46 computer kernel: PTP clock support registered
Sep 11 08:48:46 computer systemd[1]: Finished Apply Kernel Variables.
Sep 11 08:48:46 computer systemd[1]: Starting Load Kernel Module dm_mod...
Sep 11 08:48:46 computer systemd[1]: Starting Load Kernel Module loop...
Sep 11 08:48:46 computer systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Sep 11 08:48:46 computer systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Sep 11 08:48:46 computer systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Sep 11 08:48:46 computer systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 11 08:48:46 computer systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Sep 11 08:48:46 computer systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 11 08:48:46 computer systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 11 08:48:46 computer kernel: Bluetooth: hci0: Firmware timestamp 2025.20 buildtype 1 build 82053
Sep 11 08:48:46 computer kernel: Bluetooth: hci0: Firmware SHA1: 0x937bca4a
Sep 11 08:48:46 computer kernel: Bluetooth: hci0: No support for _PRR ACPI method
Sep 11 08:48:46 computer systemd[1]: Started Load/Save RF Kill Switch Status.
Sep 11 08:48:46 computer systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Sep 11 08:48:46 computer systemd[1]: Finished Load Kernel Module dm_mod.
Sep 11 08:48:46 computer systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 11 08:48:46 computer systemd[1]: Finished Load Kernel Module loop.
Sep 11 08:48:46 computer systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 11 08:48:46 computer kernel: Bluetooth: hci0: Found device firmware: intel/ibt-0041-0041.sfi
Sep 11 08:48:46 computer kernel: Bluetooth: hci0: Boot Address: 0x100800
Sep 11 08:48:46 computer kernel: Bluetooth: hci0: Firmware Version: 133-20.25
Sep 11 08:48:46 computer kernel: Bluetooth: hci0: Firmware already loaded
Sep 11 08:48:46 computer kernel: Bluetooth: hci0: Fseq status: Success (0x00)
Sep 11 08:48:46 computer kernel: Bluetooth: hci0: Fseq executed: 00.00.02.42
Sep 11 08:48:46 computer kernel: Bluetooth: hci0: Fseq BT Top: 00.00.02.41
Sep 11 08:48:46 computer systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:rgb:kbd_backlight...
Sep 11 08:48:46 computer kernel: amd-pmf AMDI0103:00: No Smart PC policy present
Sep 11 08:48:46 computer kernel: amd-pmf AMDI0103:00: registered PMF device successfully
Sep 11 08:48:47 computer kernel: amd_atl: AMD Address Translation Library initialized
Sep 11 08:48:47 computer kernel: intel_rapl_common: Found RAPL domain package
Sep 11 08:48:47 computer kernel: intel_rapl_common: Found RAPL domain core
Sep 11 08:48:47 computer systemd[1]: Finished Load/Save Screen Backlight Brightness of leds:rgb:kbd_backlight.
Sep 11 08:48:47 computer kernel: iwlwifi 0000:bf:00.0: WFPM_UMAC_PD_NOTIFICATION: 0x20
Sep 11 08:48:47 computer kernel: iwlwifi 0000:bf:00.0: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Sep 11 08:48:47 computer kernel: iwlwifi 0000:bf:00.0: WFPM_AUTH_KEY_0: 0x90
Sep 11 08:48:47 computer kernel: iwlwifi 0000:bf:00.0: CNVI_SCU_SEQ_DATA_DW9: 0x0
Sep 11 08:48:47 computer kernel: iwlwifi 0000:bf:00.0: Detected RF GF, rfid=0x10d000
Sep 11 08:48:47 computer kernel: iwlwifi 0000:bf:00.0: loaded PNVM version 1c1ef094
Sep 11 08:48:47 computer systemd[1]: Mounting /boot...
Sep 11 08:48:47 computer systemd[1]: Mounting Temporary Directory /tmp...
Sep 11 08:48:47 computer systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Sep 11 08:48:47 computer systemd[1]: Listening on Disk Image Download Service Socket.
Sep 11 08:48:47 computer systemd-timesyncd[536]: Network configuration changed, trying to establish connection.
Sep 11 08:48:47 computer kernel: iwlwifi 0000:bf:00.0: base HW address: 70:08:10:b1:fc:8d
Sep 11 08:48:47 computer systemd[1]: Mounted Temporary Directory /tmp.
Sep 11 08:48:47 computer systemd[1]: Mounted /boot.
Sep 11 08:48:47 computer systemd[1]: Reached target Local File Systems.
Sep 11 08:48:47 computer systemd[1]: Listening on Boot Entries Service Socket.
Sep 11 08:48:47 computer systemd-timesyncd[536]: Network configuration changed, trying to establish connection.
Sep 11 08:48:47 computer systemd[1]: Listening on System Extension Image Management.
Sep 11 08:48:47 computer systemd-timesyncd[536]: Network configuration changed, trying to establish connection.
Sep 11 08:48:47 computer systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Sep 11 08:48:47 computer systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Sep 11 08:48:47 computer systemd[1]: Starting Create System Files and Directories...
Sep 11 08:48:47 computer kernel: iwlwifi 0000:bf:00.0 wlp191s0: renamed from wlan0
Sep 11 08:48:47 computer systemd-timesyncd[536]: Network configuration changed, trying to establish connection.
Sep 11 08:48:47 computer systemd-timesyncd[536]: Network configuration changed, trying to establish connection.
Sep 11 08:48:47 computer systemd-timesyncd[536]: Network configuration changed, trying to establish connection.
Sep 11 08:48:47 computer systemd[1]: Finished Create System Files and Directories.
Sep 11 08:48:47 computer systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Sep 11 08:48:47 computer systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 11 08:48:47 computer systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 11 08:48:47 computer systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Sep 11 08:48:47 computer systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Sep 11 08:48:47 computer systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Sep 11 08:48:47 computer systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Sep 11 08:48:47 computer systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Sep 11 08:48:47 computer systemd[1]: Reached target System Initialization.
Sep 11 08:48:47 computer systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Sep 11 08:48:47 computer systemd[1]: Started Daily verification of password and group files.
Sep 11 08:48:47 computer systemd[1]: Started Daily Cleanup of Temporary Directories.
Sep 11 08:48:47 computer systemd[1]: Reached target Timer Units.
Sep 11 08:48:47 computer systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Sep 11 08:48:47 computer systemd[1]: Listening on D-Bus System Message Bus Socket.
Sep 11 08:48:47 computer systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Sep 11 08:48:47 computer systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Sep 11 08:48:47 computer systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Sep 11 08:48:47 computer systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Sep 11 08:48:47 computer systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Sep 11 08:48:47 computer systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Sep 11 08:48:47 computer systemd[1]: Listening on OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).
Sep 11 08:48:47 computer systemd[1]: Listening on Hostname Service Socket.
Sep 11 08:48:47 computer systemd[1]: Reached target Socket Units.
Sep 11 08:48:47 computer systemd[1]: Starting D-Bus System Message Bus...
Sep 11 08:48:47 computer systemd[1]: TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 11 08:48:47 computer systemd[1]: Started D-Bus System Message Bus.
Sep 11 08:48:47 computer systemd[1]: Reached target Basic System.
Sep 11 08:48:47 computer systemd[1]: Starting Network Manager...
Sep 11 08:48:47 computer systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Sep 11 08:48:47 computer systemd[1]: Starting Bluetooth service...
Sep 11 08:48:47 computer systemd[1]: Starting Thunderbolt system service...
Sep 11 08:48:47 computer systemd[1]: SSH Key Generation was skipped because no trigger condition checks were met.
Sep 11 08:48:47 computer dbus-broker-launch[718]: Ready
Sep 11 08:48:47 computer systemd[1]: Starting User Login Management...
Sep 11 08:48:47 computer systemd[1]: TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 11 08:48:47 computer avahi-daemon[721]: Found user 'avahi' (UID 970) and group 'avahi' (GID 970).
Sep 11 08:48:47 computer avahi-daemon[721]: Successfully dropped root privileges.
Sep 11 08:48:47 computer avahi-daemon[721]: avahi-daemon 0.8 starting up.
Sep 11 08:48:47 computer systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Sep 11 08:48:47 computer avahi-daemon[721]: Successfully called chroot().
Sep 11 08:48:47 computer avahi-daemon[721]: Successfully dropped remaining capabilities.
Sep 11 08:48:47 computer avahi-daemon[721]: No service file found in /etc/avahi/services.
Sep 11 08:48:47 computer avahi-daemon[721]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
Sep 11 08:48:47 computer avahi-daemon[721]: New relevant interface lo.IPv6 for mDNS.
Sep 11 08:48:47 computer avahi-daemon[721]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Sep 11 08:48:47 computer avahi-daemon[721]: New relevant interface lo.IPv4 for mDNS.
Sep 11 08:48:47 computer avahi-daemon[721]: Network interface enumeration completed.
Sep 11 08:48:47 computer avahi-daemon[721]: Registering new address record for ::1 on lo.*.
Sep 11 08:48:47 computer avahi-daemon[721]: Registering new address record for 127.0.0.1 on lo.IPv4.
Sep 11 08:48:47 computer boltd[723]: bolt 0.9.10 starting up.
Sep 11 08:48:47 computer boltd[723]: manager: initializing store
Sep 11 08:48:47 computer boltd[723]: store: located at: /var/lib/boltd
Sep 11 08:48:47 computer boltd[723]: config: loading user config
Sep 11 08:48:47 computer boltd[723]: bouncer: initializing polkit
Sep 11 08:48:47 computer bluetoothd[722]: Bluetooth daemon 5.83
Sep 11 08:48:47 computer NetworkManager[720]: <info>  [1757594927.4358] NetworkManager (version 1.54.0-1) is starting... (boot:e6335051-d06c-4c54-9d19-40c926b9450d)
Sep 11 08:48:47 computer NetworkManager[720]: <info>  [1757594927.4358] Read config: /etc/NetworkManager/NetworkManager.conf, /usr/lib/NetworkManager/conf.d/20-connectivity.conf
Sep 11 08:48:47 computer systemd-logind[727]: New seat seat0.
Sep 11 08:48:47 computer bluetoothd[722]: Starting SDP server
Sep 11 08:48:47 computer systemd[1]: Started Bluetooth service.
Sep 11 08:48:47 computer systemd[1]: Reached target Bluetooth Support.
Sep 11 08:48:47 computer systemd-logind[727]: Watching system buttons on /dev/input/event0 (Power Button)
Sep 11 08:48:47 computer systemd[1]: Starting Authorization Manager...
Sep 11 08:48:47 computer systemd-logind[727]: Watching system buttons on /dev/input/event2 (Lid Switch)
Sep 11 08:48:47 computer systemd-logind[727]: Watching system buttons on /dev/input/event1 (Sleep Button)
Sep 11 08:48:47 computer systemd-logind[727]: Watching system buttons on /dev/input/event3 (AT Translated Set 2 keyboard)
Sep 11 08:48:47 computer systemd[1]: Started User Login Management.
Sep 11 08:48:47 computer NetworkManager[720]: <info>  [1757594927.4406] manager[0x557c705a57c0]: monitoring kernel firmware directory '/lib/firmware'.
Sep 11 08:48:47 computer bluetoothd[722]: Bluetooth management interface 1.23 initialized
Sep 11 08:48:47 computer kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Sep 11 08:48:47 computer kernel: Bluetooth: BNEP filters: protocol multicast
Sep 11 08:48:47 computer kernel: Bluetooth: BNEP socket layer initialized
Sep 11 08:48:47 computer systemd[1]: Starting Hostname Service...
Sep 11 08:48:47 computer bluetoothd[722]: Battery Provider Manager created
Sep 11 08:48:47 computer kernel: Bluetooth: MGMT ver 1.23
Sep 11 08:48:47 computer kernel: NET: Registered PF_ALG protocol family
Sep 11 08:48:47 computer systemd[1]: Started Hostname Service.
Sep 11 08:48:47 computer polkitd[746]: Started polkitd version 126
Sep 11 08:48:47 computer NetworkManager[720]: <info>  [1757594927.4604] hostname: hostname: using hostnamed
Sep 11 08:48:47 computer NetworkManager[720]: <info>  [1757594927.4604] hostname: static hostname changed from (none) to "computer"
Sep 11 08:48:47 computer NetworkManager[720]: <info>  [1757594927.4608] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Sep 11 08:48:47 computer NetworkManager[720]: <info>  [1757594927.4617] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:02.2/0000:bf:00.0/ieee80211/phy0/rfkill1) (driver iwlwifi)
Sep 11 08:48:47 computer NetworkManager[720]: <info>  [1757594927.4619] manager[0x557c705a57c0]: rfkill: Wi-Fi hardware radio set enabled
Sep 11 08:48:47 computer NetworkManager[720]: <info>  [1757594927.4619] manager[0x557c705a57c0]: rfkill: WWAN hardware radio set enabled
Sep 11 08:48:47 computer polkitd[746]: Loading rules from directory /etc/polkit-1/rules.d
Sep 11 08:48:47 computer polkitd[746]: Loading rules from directory /run/polkit-1/rules.d
Sep 11 08:48:47 computer polkitd[746]: Error opening rules directory: Error opening directory “/run/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
Sep 11 08:48:47 computer polkitd[746]: Loading rules from directory /usr/local/share/polkit-1/rules.d
Sep 11 08:48:47 computer polkitd[746]: Error opening rules directory: Error opening directory “/usr/local/share/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
Sep 11 08:48:47 computer polkitd[746]: Loading rules from directory /usr/share/polkit-1/rules.d
Sep 11 08:48:47 computer polkitd[746]: Finished loading, compiling and executing 3 rules
Sep 11 08:48:47 computer systemd[1]: Started Authorization Manager.
Sep 11 08:48:47 computer polkitd[746]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Sep 11 08:48:47 computer boltd[723]: watchdog: enabled [pulse: 90s]
Sep 11 08:48:47 computer boltd[723]: udev: initializing udev
Sep 11 08:48:47 computer boltd[723]: store: loading domains
Sep 11 08:48:47 computer boltd[723]: store: loading devices
Sep 11 08:48:47 computer boltd[723]: power: state located at: /run/boltd/power
Sep 11 08:48:47 computer boltd[723]: power: force power support: no
Sep 11 08:48:47 computer boltd[723]: udev: enumerating devices
Sep 11 08:48:47 computer boltd[723]: probing: adding /sys/devices/pci0000:00 to roots
Sep 11 08:48:47 computer NetworkManager[720]: <info>  [1757594927.4659] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.54.0-1/libnm-device-plugin-adsl.so)
Sep 11 08:48:47 computer boltd[723]: [c1ab3804-a010-domain0                    ] newly connected [iommu+user] (/sys/devices/pci0000:00/0000:00:08.3/0000:c5:00.5/domain0/0-0)
Sep 11 08:48:47 computer boltd[723]: security level set to 'user'
Sep 11 08:48:47 computer boltd[723]: [c1ab3804-a010-domain0                    ] domain: registered (bootacl: 0/0)
Sep 11 08:48:47 computer boltd[723]: [c1ab3804-a010-domain0                    ] bootacl: bootacl not supported, no sync
Sep 11 08:48:47 computer boltd[723]: [c1ab3804-a010-domain0                    ] udev: failed to determine if uid is stable: unknown NHI PCI id '0x151c'
Sep 11 08:48:47 computer boltd[723]: [c1ab3804-a010-domain0                    ] udev: uuid is stable: no (for NHI: 0x151c)
Sep 11 08:48:47 computer boltd[723]: global 'generation' set to '4'
Sep 11 08:48:47 computer boltd[723]: [c1ab3804-a010-NightSky ARX516            ] device added, status: authorized, at /sys/devices/pci0000:00/0000:00:08.3/0000:c5:00.5/domain0/0-0
Sep 11 08:48:47 computer boltd[723]: [c1ab3804-a010-NightSky ARX516            ] labeling device: EUROCOM NightSky ARX516
Sep 11 08:48:47 computer boltd[723]: probing: adding /sys/devices/pci0000:00 to roots
Sep 11 08:48:47 computer boltd[723]: [c1ab3804-a110-domain1                    ] newly connected [iommu+user] (/sys/devices/pci0000:00/0000:00:08.3/0000:c5:00.6/domain1/1-0)
Sep 11 08:48:47 computer boltd[723]: [c1ab3804-a110-domain1                    ] domain: registered (bootacl: 0/0)
Sep 11 08:48:47 computer boltd[723]: [c1ab3804-a110-domain1                    ] bootacl: bootacl not supported, no sync
Sep 11 08:48:47 computer boltd[723]: [c1ab3804-a110-domain1                    ] udev: failed to determine if uid is stable: unknown NHI PCI id '0x151d'
Sep 11 08:48:47 computer boltd[723]: [c1ab3804-a110-domain1                    ] udev: uuid is stable: no (for NHI: 0x151d)
Sep 11 08:48:47 computer boltd[723]: [c1ab3804-a110-NightSky ARX516            ] device added, status: authorized, at /sys/devices/pci0000:00/0000:00:08.3/0000:c5:00.6/domain1/1-0
Sep 11 08:48:47 computer boltd[723]: [c1ab3804-a110-NightSky ARX516            ] labeling device: EUROCOM NightSky ARX516
Sep 11 08:48:47 computer boltd[723]: [c1ab3804-a010-domain0                    ] dbus: exported domain at /org/freedesktop/bolt/domains/c1ab3804_a010_daa7_ffff_ffffffffffff
Sep 11 08:48:47 computer boltd[723]: [c1ab3804-a110-domain1                    ] dbus: exported domain at /org/freedesktop/bolt/domains/c1ab3804_a110_daa7_ffff_ffffffffffff
Sep 11 08:48:47 computer boltd[723]: [c1ab3804-a010-NightSky ARX516            ] dbus: exported device at /org/freedesktop/bolt/devices/c1ab3804_a010...
Sep 11 08:48:47 computer boltd[723]: [c1ab3804-a110-NightSky ARX516            ] dbus: exported device at /org/freedesktop/bolt/devices/c1ab3804_a110...
Sep 11 08:48:47 computer systemd[1]: Started Thunderbolt system service.
Sep 11 08:48:47 computer NetworkManager[720]: <info>  [1757594927.4673] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.54.0-1/libnm-device-plugin-bluetooth.so)
Sep 11 08:48:47 computer NetworkManager[720]: <info>  [1757594927.4678] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.54.0-1/libnm-device-plugin-ovs.so)
Sep 11 08:48:47 computer NetworkManager[720]: <info>  [1757594927.4768] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.54.0-1/libnm-device-plugin-team.so)
Sep 11 08:48:47 computer NetworkManager[720]: <info>  [1757594927.4772] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.54.0-1/libnm-device-plugin-wifi.so)
Sep 11 08:48:47 computer NetworkManager[720]: <info>  [1757594927.4773] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.54.0-1/libnm-device-plugin-wwan.so)
Sep 11 08:48:47 computer NetworkManager[720]: <info>  [1757594927.4774] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Sep 11 08:48:47 computer NetworkManager[720]: <info>  [1757594927.4774] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Sep 11 08:48:47 computer NetworkManager[720]: <info>  [1757594927.4774] manager: Networking is enabled by state file
Sep 11 08:48:47 computer NetworkManager[720]: <info>  [1757594927.4777] settings: Loaded settings plugin: keyfile (internal)
Sep 11 08:48:47 computer NetworkManager[720]: <info>  [1757594927.4790] dhcp: init: Using DHCP client 'internal'
Sep 11 08:48:47 computer NetworkManager[720]: <info>  [1757594927.4790] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Sep 11 08:48:47 computer NetworkManager[720]: <info>  [1757594927.4795] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', managed-type: 'external')
Sep 11 08:48:47 computer NetworkManager[720]: <info>  [1757594927.4796] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'external')
Sep 11 08:48:47 computer NetworkManager[720]: <info>  [1757594927.4798] device (lo): Activation: starting connection 'lo' (b86e8744-fbd3-4f51-bfba-c1b3499f7349)
Sep 11 08:48:47 computer NetworkManager[720]: <info>  [1757594927.4800] manager: (enp192s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Sep 11 08:48:47 computer systemd[1]: Starting Network Manager Script Dispatcher Service...
Sep 11 08:48:47 computer NetworkManager[720]: <info>  [1757594927.4804] settings: (enp192s0): created default wired connection 'Wired connection 1'
Sep 11 08:48:47 computer NetworkManager[720]: <info>  [1757594927.4804] device (enp192s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Sep 11 08:48:47 computer kernel: Generic FE-GE Realtek PHY r8169-0-c000:00: attached PHY driver (mii_bus:phy_addr=r8169-0-c000:00, irq=MAC)
Sep 11 08:48:47 computer systemd[1]: Started Network Manager Script Dispatcher Service.
Sep 11 08:48:47 computer kernel: r8169 0000:c0:00.0 enp192s0: Link is Down
Sep 11 08:48:47 computer NetworkManager[720]: <info>  [1757594927.6743] device (wlp191s0): driver supports Access Point (AP) mode
Sep 11 08:48:47 computer NetworkManager[720]: <info>  [1757594927.6748] manager: (wlp191s0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Sep 11 08:48:47 computer NetworkManager[720]: <info>  [1757594927.6749] device (wlp191s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Sep 11 08:48:47 computer kernel: iwlwifi 0000:bf:00.0: WFPM_UMAC_PD_NOTIFICATION: 0x20
Sep 11 08:48:47 computer kernel: iwlwifi 0000:bf:00.0: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Sep 11 08:48:47 computer kernel: iwlwifi 0000:bf:00.0: WFPM_AUTH_KEY_0: 0x90
Sep 11 08:48:47 computer kernel: iwlwifi 0000:bf:00.0: CNVI_SCU_SEQ_DATA_DW9: 0x0
Sep 11 08:48:47 computer kernel: nvidia 0000:c2:00.0: Enabling HDA controller
Sep 11 08:48:47 computer kernel: snd_hda_intel 0000:c2:00.1: enabling device (0000 -> 0002)
Sep 11 08:48:47 computer kernel: snd_hda_intel 0000:c2:00.1: Disabling MSI
Sep 11 08:48:47 computer kernel: snd_hda_intel 0000:c2:00.1: Handle vga_switcheroo audio client
Sep 11 08:48:47 computer kernel: snd_hda_intel 0000:c3:00.1: enabling device (0000 -> 0002)
Sep 11 08:48:47 computer kernel: snd_hda_intel 0000:c3:00.1: Handle vga_switcheroo audio client
Sep 11 08:48:47 computer kernel: snd_hda_intel 0000:c3:00.6: enabling device (0000 -> 0002)
Sep 11 08:48:47 computer boltd[723]: probing: started [1000]
Sep 11 08:48:47 computer kernel: snd_hda_intel 0000:c3:00.1: bound 0000:c3:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
Sep 11 08:48:47 computer kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:c2:00.1/sound/card0/input20
Sep 11 08:48:47 computer kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:c2:00.1/sound/card0/input21
Sep 11 08:48:47 computer kernel: input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:c3:00.1/sound/card1/input16
Sep 11 08:48:47 computer kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:c2:00.1/sound/card0/input22
Sep 11 08:48:47 computer kernel: input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:c3:00.1/sound/card1/input17
Sep 11 08:48:47 computer kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:c2:00.1/sound/card0/input23
Sep 11 08:48:47 computer kernel: input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:c3:00.1/sound/card1/input18
Sep 11 08:48:47 computer kernel: input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:08.1/0000:c3:00.1/sound/card1/input19
Sep 11 08:48:47 computer systemd[1]: Reached target Sound Card.
Sep 11 08:48:47 computer kernel: snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC245: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
Sep 11 08:48:47 computer kernel: snd_hda_codec_realtek hdaudioC2D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Sep 11 08:48:47 computer kernel: snd_hda_codec_realtek hdaudioC2D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Sep 11 08:48:47 computer kernel: snd_hda_codec_realtek hdaudioC2D0:    mono: mono_out=0x0
Sep 11 08:48:47 computer kernel: snd_hda_codec_realtek hdaudioC2D0:    inputs:
Sep 11 08:48:47 computer kernel: snd_hda_codec_realtek hdaudioC2D0:      Mic=0x12
Sep 11 08:48:47 computer kernel: iwlwifi 0000:bf:00.0: Registered PHC clock: iwlwifi-PTP, with index: 0
Sep 11 08:48:47 computer kernel: input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:c3:00.6/sound/card2/input24
Sep 11 08:48:47 computer NetworkManager[720]: <info>  [1757594927.9920] device (wlp191s0): set-hw-addr: set MAC address to D6:86:51:45:82:C5 (scanning)
Sep 11 08:48:47 computer kernel: NVRM: testIfDsmSubFunctionEnabled: GPS ACPI DSM called before _acpiDsmSupportedFuncCacheInit subfunction = 11.
Sep 11 08:48:48 computer kernel: iwlwifi 0000:bf:00.0: WFPM_UMAC_PD_NOTIFICATION: 0x20
Sep 11 08:48:48 computer kernel: iwlwifi 0000:bf:00.0: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Sep 11 08:48:48 computer kernel: iwlwifi 0000:bf:00.0: WFPM_AUTH_KEY_0: 0x90
Sep 11 08:48:48 computer kernel: iwlwifi 0000:bf:00.0: CNVI_SCU_SEQ_DATA_DW9: 0x0
Sep 11 08:48:48 computer avahi-daemon[721]: Server startup complete. Host name is computer.local. Local service cookie is 3260462187.
Sep 11 08:48:48 computer NetworkManager[720]: <info>  [1757594928.2561] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Sep 11 08:48:48 computer systemd[1]: Started Network Manager.
Sep 11 08:48:48 computer NetworkManager[720]: <info>  [1757594928.2616] ovsdb: disconnected from ovsdb
Sep 11 08:48:48 computer NetworkManager[720]: <info>  [1757594928.2617] device (lo): state change: disconnected -> prepare (reason 'none', managed-type: 'external')
Sep 11 08:48:48 computer NetworkManager[720]: <info>  [1757594928.2617] device (lo): state change: prepare -> config (reason 'none', managed-type: 'external')
Sep 11 08:48:48 computer NetworkManager[720]: <info>  [1757594928.2617] device (lo): state change: config -> ip-config (reason 'none', managed-type: 'external')
Sep 11 08:48:48 computer NetworkManager[720]: <info>  [1757594928.2619] device (lo): state change: ip-config -> ip-check (reason 'none', managed-type: 'external')
Sep 11 08:48:48 computer NetworkManager[720]: <info>  [1757594928.2627] device (lo): state change: ip-check -> secondaries (reason 'none', managed-type: 'external')
Sep 11 08:48:48 computer NetworkManager[720]: <info>  [1757594928.2628] device (lo): state change: secondaries -> activated (reason 'none', managed-type: 'external')
Sep 11 08:48:48 computer systemd[1]: Starting WPA supplicant...
Sep 11 08:48:48 computer NetworkManager[720]: <info>  [1757594928.2629] device (lo): Activation: successful, device activated.
Sep 11 08:48:48 computer systemd[1]: Started WPA supplicant.
Sep 11 08:48:48 computer systemd[1]: Reached target Network.
Sep 11 08:48:48 computer wpa_supplicant[817]: Successfully initialized wpa_supplicant
Sep 11 08:48:48 computer systemd[1]: Starting OpenSSH Daemon...
Sep 11 08:48:48 computer systemd[1]: Starting Permit User Sessions...
Sep 11 08:48:48 computer systemd[1]: Finished Permit User Sessions.
Sep 11 08:48:48 computer systemd[1]: Started Simple Desktop Display Manager.
Sep 11 08:48:48 computer sshd[818]: Server listening on 0.0.0.0 port 22.
Sep 11 08:48:48 computer sshd[818]: Server listening on :: port 22.
Sep 11 08:48:48 computer systemd[1]: Started OpenSSH Daemon.
Sep 11 08:48:48 computer systemd[1]: Reached target Multi-User System.
Sep 11 08:48:48 computer systemd[1]: Reached target Graphical Interface.
Sep 11 08:48:48 computer systemd[1]: Reached target SSH Access Available.
Sep 11 08:48:48 computer systemd[1]: Startup finished in 3.751s (firmware) + 33.550s (loader) + 4.500s (kernel) + 2.651s (userspace) = 44.454s.
Sep 11 08:48:48 computer NetworkManager[720]: <info>  [1757594928.3176] device (wlp191s0): supplicant interface state: internal-starting -> disconnected
Sep 11 08:48:48 computer NetworkManager[720]: <info>  [1757594928.3176] Wi-Fi P2P device controlled by interface wlp191s0 created
Sep 11 08:48:48 computer NetworkManager[720]: <info>  [1757594928.3178] manager: (p2p-dev-wlp191s0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
Sep 11 08:48:48 computer NetworkManager[720]: <info>  [1757594928.3179] device (p2p-dev-wlp191s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Sep 11 08:48:48 computer NetworkManager[720]: <info>  [1757594928.3182] device (wlp191s0): state change: unavailable -> disconnected (reason 'supplicant-available', managed-type: 'full')
Sep 11 08:48:48 computer NetworkManager[720]: <info>  [1757594928.3184] device (p2p-dev-wlp191s0): state change: unavailable -> disconnected (reason 'none', managed-type: 'full')
Sep 11 08:48:48 computer sddm[821]: Initializing...
Sep 11 08:48:48 computer sddm[821]: Starting...
Sep 11 08:48:48 computer sddm[821]: Logind interface found
Sep 11 08:48:48 computer sddm[821]: Adding new display...
Sep 11 08:48:48 computer sddm[821]: Loaded empty theme configuration
Sep 11 08:48:48 computer sddm[821]: Xauthority path: "/run/sddm/xauth_TRnIHe"
Sep 11 08:48:48 computer sddm[821]: Using VT 2
Sep 11 08:48:48 computer sddm[821]: Display server starting...
Sep 11 08:48:48 computer sddm[821]: Writing cookie to "/run/sddm/xauth_TRnIHe"
Sep 11 08:48:48 computer sddm[821]: Running: /usr/bin/X -dpi 130 -background none -seat seat0 vt2 -auth /run/sddm/xauth_TRnIHe -noreset -displayfd 16
Sep 11 08:48:48 computer sddm[821]: Setting default cursor
Sep 11 08:48:48 computer sddm[821]: Could not setup default cursor
Sep 11 08:48:48 computer sddm[821]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
Sep 11 08:48:48 computer sddm[821]: Display server started.
Sep 11 08:48:48 computer sddm[821]: Socket server starting...
Sep 11 08:48:48 computer sddm[821]: Socket server started.
Sep 11 08:48:48 computer sddm[821]: Loading theme configuration from "/usr/share/sddm/themes/breeze/theme.conf"
Sep 11 08:48:48 computer sddm[821]: Greeter starting...
Sep 11 08:48:48 computer sddm-helper[848]: [PAM] Starting...
Sep 11 08:48:48 computer sddm-helper[848]: [PAM] Authenticating...
Sep 11 08:48:48 computer sddm-helper[848]: [PAM] returning.
Sep 11 08:48:48 computer sddm-helper[848]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=969) by (uid=0)
Sep 11 08:48:48 computer systemd-logind[727]: New session c1 of user sddm.
Sep 11 08:48:48 computer systemd[1]: Created slice User Slice of UID 969.
Sep 11 08:48:48 computer systemd[1]: Starting User Runtime Directory /run/user/969...
Sep 11 08:48:48 computer systemd[1]: Finished User Runtime Directory /run/user/969.
Sep 11 08:48:48 computer systemd[1]: Starting User Manager for UID 969...
Sep 11 08:48:48 computer dbus-broker-launch[718]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Sep 11 08:48:48 computer (systemd)[852]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Sep 11 08:48:48 computer (systemd)[852]: pam_unix(systemd-user:session): session opened for user sddm(uid=969) by sddm(uid=0)
Sep 11 08:48:48 computer systemd-logind[727]: New session 1 of user sddm.
Sep 11 08:48:48 computer systemd[852]: Queued start job for default target Main User Target.
Sep 11 08:48:48 computer systemd[852]: Created slice User Application Slice.
Sep 11 08:48:48 computer systemd[852]: Started Submitting pending crash events (file monitor).
Sep 11 08:48:48 computer systemd[852]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/var/lib/sddm/.cache/kcrash-metadata/*.ini).
Sep 11 08:48:48 computer systemd[852]: Submitting pending crash events was skipped because of an unmet condition check (ConditionPathExistsGlob=/var/lib/sddm/.cache/drkonqi/sentry-envelopes/*).
Sep 11 08:48:48 computer systemd[852]: Reached target Paths.
Sep 11 08:48:48 computer systemd[852]: Reached target Timers.
Sep 11 08:48:48 computer systemd[852]: Starting D-Bus User Message Bus Socket...
Sep 11 08:48:48 computer systemd[852]: Listening on GnuPG network certificate management daemon.
Sep 11 08:48:48 computer systemd[852]: Socket to launch DrKonqi for a systemd-coredump crash was skipped because of an unmet condition check (ConditionUser=!@system).
Sep 11 08:48:48 computer systemd[852]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 11 08:48:48 computer systemd[852]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Sep 11 08:48:48 computer systemd[852]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Sep 11 08:48:48 computer systemd[852]: Listening on GnuPG cryptographic agent and passphrase cache.
Sep 11 08:48:48 computer systemd[852]: Listening on GnuPG public key management service.
Sep 11 08:48:48 computer systemd[852]: Listening on p11-kit server.
Sep 11 08:48:48 computer systemd[852]: Listening on PipeWire PulseAudio.
Sep 11 08:48:48 computer systemd[852]: Listening on PipeWire Multimedia System Sockets.
Sep 11 08:48:48 computer systemd[852]: Listening on D-Bus User Message Bus Socket.
Sep 11 08:48:48 computer systemd[852]: Reached target Sockets.
Sep 11 08:48:48 computer systemd[852]: Reached target Basic System.
Sep 11 08:48:48 computer systemd[852]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/var/lib/sddm/.cache/kcrash-metadata/*.ini).
Sep 11 08:48:48 computer systemd[1]: Started User Manager for UID 969.
Sep 11 08:48:48 computer systemd[852]: Starting Update XDG user dir configuration...
Sep 11 08:48:48 computer systemd[1]: Started Session c1 of User sddm.
Sep 11 08:48:48 computer sddm-helper[848]: Writing cookie to "/tmp/xauth_eaDlJB"
Sep 11 08:48:48 computer sddm-helper[848]: Starting X11 session: "" "/usr/bin/sddm-greeter-qt6 --socket /tmp/sddm-:0-OqOmwt --theme /usr/share/sddm/themes/breeze"
Sep 11 08:48:48 computer sddm[821]: Greeter session started successfully
Sep 11 08:48:48 computer systemd[852]: Finished Update XDG user dir configuration.
Sep 11 08:48:48 computer systemd[852]: Reached target Main User Target.
Sep 11 08:48:48 computer systemd[852]: Startup finished in 82ms.
Sep 11 08:48:48 computer sddm-greeter-qt6[862]: High-DPI autoscaling Enabled
Sep 11 08:48:48 computer sddm-greeter-qt6[862]: Reading from "/usr/local/share/wayland-sessions/plasma.desktop"
Sep 11 08:48:48 computer sddm-greeter-qt6[862]: Reading from "/usr/share/wayland-sessions/plasma.desktop"
Sep 11 08:48:48 computer sddm-greeter-qt6[862]: Reading from "/usr/local/share/xsessions/plasmax11.desktop"
Sep 11 08:48:48 computer sddm-greeter-qt6[862]: Reading from "/usr/share/xsessions/plasmax11.desktop"
Sep 11 08:48:48 computer sddm-greeter-qt6[862]: Loading theme configuration from "/usr/share/sddm/themes/breeze/theme.conf"
Sep 11 08:48:48 computer systemd[852]: Created slice User Core Session Slice.
Sep 11 08:48:48 computer systemd[852]: Starting D-Bus User Message Bus...
Sep 11 08:48:48 computer dbus-broker-launch[867]: Service file '/usr/share/dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Sep 11 08:48:48 computer dbus-broker-launch[867]: Service file '/usr/share/dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Sep 11 08:48:48 computer dbus-broker-launch[867]: Service file '/usr/share/dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Sep 11 08:48:48 computer dbus-broker-launch[867]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Sep 11 08:48:48 computer dbus-broker-launch[867]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Sep 11 08:48:48 computer systemd[852]: Started D-Bus User Message Bus.
Sep 11 08:48:48 computer dbus-broker-launch[867]: Ready
Sep 11 08:48:48 computer sddm-greeter-qt6[862]: Connected to the daemon.
Sep 11 08:48:48 computer sddm[821]: Message received from greeter: Connect
Sep 11 08:48:49 computer sddm-greeter-qt6[862]: Loading file:///usr/share/sddm/themes/breeze/Main.qml...
Sep 11 08:48:49 computer sddm-greeter-qt6[862]: Adding view for "eDP" QRect(0,0 2560x1600)
Sep 11 08:48:49 computer sddm-greeter-qt6[862]: Message received from daemon: Capabilities
Sep 11 08:48:49 computer sddm-greeter-qt6[862]: Message received from daemon: HostName
Sep 11 08:48:50 computer kernel: NVRM: testIfDsmSubFunctionEnabled: GPS ACPI DSM called before _acpiDsmSupportedFuncCacheInit subfunction = 11.
Sep 11 08:48:50 computer kernel: [drm] Initialized nvidia-drm 0.0.0 for 0000:c2:00.0 on minor 0
Sep 11 08:48:50 computer kernel: nvidia 0000:c2:00.0: vgaarb: deactivate vga console
Sep 11 08:48:50 computer kernel: nvidia 0000:c2:00.0: [drm] Cannot find any crtc or sizes
Sep 11 08:48:51 computer wpa_supplicant[817]: wlp191s0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=CA
Sep 11 08:48:51 computer wpa_supplicant[817]: p2p-dev-wlp191s: Channel list changed: 6 GHz was enabled
Sep 11 08:48:51 computer wpa_supplicant[817]: wlp191s0: Channel list changed: 6 GHz was enabled
Sep 11 08:48:51 computer wpa_supplicant[817]: wlp191s0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=CA
Sep 11 08:48:52 computer kernel: ucsi_acpi USBC000:00: error -ETIMEDOUT: PPM init failed
Sep 11 08:48:52 computer systemd[1]: systemd-rfkill.service: Deactivated successfully.
Sep 11 08:48:52 computer boltd[723]: probing: timeout, done: [2840785] (2000000)
Sep 11 08:48:53 computer sddm-greeter-qt6[862]: file:///usr/share/sddm/themes/breeze/Main.qml:232:17 Parameter "username" is not declared. Injection of parameters into signal handlers is deprecated. Use JavaScript functions with formal parameters instead.
Sep 11 08:48:53 computer sddm-greeter-qt6[862]: Reading from "/usr/share/xsessions/plasmax11.desktop"
Sep 11 08:48:53 computer sddm[821]: Message received from greeter: Login
Sep 11 08:48:53 computer sddm[821]: Reading from "/usr/share/xsessions/plasmax11.desktop"
Sep 11 08:48:53 computer sddm[821]: Session "/usr/share/xsessions/plasmax11.desktop" selected, command: "/usr/bin/startplasma-x11" for VT 2
Sep 11 08:48:53 computer NetworkManager[720]: <info>  [1757594933.9225] manager: startup complete
Sep 11 08:48:53 computer sddm-helper[916]: [PAM] Starting...
Sep 11 08:48:53 computer sddm-helper[916]: [PAM] Authenticating...
Sep 11 08:48:53 computer sddm-helper[916]: [PAM] Preparing to converse...
Sep 11 08:48:53 computer sddm-helper[916]: [PAM] Conversation with 1 messages
Sep 11 08:48:53 computer sddm-helper[916]: pam_kwallet5(sddm:auth): pam_kwallet5: pam_sm_authenticate
Sep 11 08:48:53 computer sddm-helper[916]: [PAM] returning.
Sep 11 08:48:53 computer sddm[821]: Authentication for user  "user"  successful
Sep 11 08:48:53 computer sddm-greeter-qt6[862]: Message received from daemon: LoginSucceeded
Sep 11 08:48:53 computer sddm-helper[916]: pam_kwallet5(sddm:setcred): pam_kwallet5: pam_sm_setcred
Sep 11 08:48:53 computer sddm-helper[916]: pam_unix(sddm:session): session opened for user user(uid=1000) by user(uid=0)
Sep 11 08:48:54 computer NetworkManager[720]: <info>  [1757594934.0000] policy: auto-activating connection 'the_shire' (9f7aff38-1b07-4834-a322-6ce123ce7062)
Sep 11 08:48:54 computer NetworkManager[720]: <info>  [1757594934.0006] device (wlp191s0): Activation: starting connection 'the_shire' (9f7aff38-1b07-4834-a322-6ce123ce7062)
Sep 11 08:48:54 computer NetworkManager[720]: <info>  [1757594934.0006] device (wlp191s0): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Sep 11 08:48:54 computer NetworkManager[720]: <info>  [1757594934.0007] manager: NetworkManager state is now CONNECTING
Sep 11 08:48:54 computer systemd-logind[727]: New session 2 of user user.
Sep 11 08:48:54 computer systemd[1]: Created slice User Slice of UID 1000.
Sep 11 08:48:54 computer systemd[1]: Starting User Runtime Directory /run/user/1000...
Sep 11 08:48:54 computer NetworkManager[720]: <info>  [1757594934.0189] device (wlp191s0): set-hw-addr: reset MAC address to 70:08:10:B1:FC:8D (preserve)
Sep 11 08:48:54 computer NetworkManager[720]: <info>  [1757594934.0200] device (wlp191s0): state change: prepare -> config (reason 'none', managed-type: 'full')
Sep 11 08:48:54 computer NetworkManager[720]: <info>  [1757594934.0202] device (wlp191s0): Activation: (wifi) access point 'the_shire' has security, but secrets are required.
Sep 11 08:48:54 computer NetworkManager[720]: <info>  [1757594934.0202] device (wlp191s0): state change: config -> need-auth (reason 'none', managed-type: 'full')
Sep 11 08:48:54 computer NetworkManager[720]: <info>  [1757594934.0202] sup-iface[11880d2353d5b205,0,wlp191s0]: wps: type pbc start...
Sep 11 08:48:54 computer NetworkManager[720]: <warn>  [1757594934.0204] device (wlp191s0): no secrets: No agents were available for this request.
Sep 11 08:48:54 computer NetworkManager[720]: <info>  [1757594934.0204] device (wlp191s0): state change: need-auth -> failed (reason 'no-secrets', managed-type: 'full')
Sep 11 08:48:54 computer NetworkManager[720]: <info>  [1757594934.0205] manager: NetworkManager state is now DISCONNECTED
Sep 11 08:48:54 computer NetworkManager[720]: <warn>  [1757594934.0205] device (wlp191s0): Activation: failed for connection 'the_shire'
Sep 11 08:48:54 computer NetworkManager[720]: <info>  [1757594934.0206] device (wlp191s0): supplicant interface state: disconnected -> inactive
Sep 11 08:48:54 computer NetworkManager[720]: <info>  [1757594934.0206] device (p2p-dev-wlp191s0): supplicant management interface state: disconnected -> inactive
Sep 11 08:48:54 computer NetworkManager[720]: <info>  [1757594934.0207] device (wlp191s0): state change: failed -> disconnected (reason 'none', managed-type: 'full')
Sep 11 08:48:54 computer wpa_supplicant[817]: wlp191s0: WPS-PBC-ACTIVE
Sep 11 08:48:54 computer wpa_supplicant[817]: wlp191s0: WPS-CANCEL
Sep 11 08:48:54 computer systemd[1]: Finished User Runtime Directory /run/user/1000.
Sep 11 08:48:54 computer systemd[1]: Starting User Manager for UID 1000...
Sep 11 08:48:54 computer (systemd)[936]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[user] ruser=[<unknown>] rhost=[<unknown>]
Sep 11 08:48:54 computer (systemd)[936]: pam_unix(systemd-user:session): session opened for user user(uid=1000) by user(uid=0)
Sep 11 08:48:54 computer sddm-helper[848]: [PAM] Closing session
Sep 11 08:48:54 computer systemd-logind[727]: New session 3 of user user.
Sep 11 08:48:54 computer sddm-helper[848]: pam_unix(sddm-greeter:session): session closed for user sddm
Sep 11 08:48:54 computer sddm-helper[848]: [PAM] Ended.
Sep 11 08:48:54 computer systemd-logind[727]: Session c1 logged out. Waiting for processes to exit.
Sep 11 08:48:54 computer sddm[821]: Auth: sddm-helper exited successfully
Sep 11 08:48:54 computer sddm[821]: Greeter stopped. SDDM::Auth::HELPER_SUCCESS
Sep 11 08:48:54 computer systemd[1]: session-c1.scope: Deactivated successfully.
Sep 11 08:48:54 computer systemd[1]: session-c1.scope: Consumed 736ms CPU time, 201.5M memory peak.
Sep 11 08:48:54 computer systemd-logind[727]: Removed session c1.
Sep 11 08:48:54 computer wpa_supplicant[817]: wlp191s0: CTRL-EVENT-SCAN-FAILED ret=-100 retry=1
Sep 11 08:48:54 computer NetworkManager[720]: <info>  [1757594934.0463] device (wlp191s0): set-hw-addr: set MAC address to 62:DE:F2:31:F7:F2 (scanning)
Sep 11 08:48:54 computer NetworkManager[720]: <info>  [1757594934.0479] device (wlp191s0): supplicant interface state: inactive -> scanning
Sep 11 08:48:54 computer NetworkManager[720]: <info>  [1757594934.0479] device (p2p-dev-wlp191s0): supplicant management interface state: inactive -> scanning
Sep 11 08:48:54 computer NetworkManager[720]: <info>  [1757594934.0479] device (wlp191s0): supplicant interface state: scanning -> inactive
Sep 11 08:48:54 computer NetworkManager[720]: <info>  [1757594934.0479] device (p2p-dev-wlp191s0): supplicant management interface state: scanning -> inactive
Sep 11 08:48:54 computer systemd[936]: Queued start job for default target Main User Target.
Sep 11 08:48:54 computer systemd[936]: Created slice User Application Slice.
Sep 11 08:48:54 computer systemd[936]: Started Submitting pending crash events (file monitor).
Sep 11 08:48:54 computer systemd[936]: Started Cleanup lingering KCrash metadata.
Sep 11 08:48:54 computer systemd[936]: Submitting pending crash events was skipped because of an unmet condition check (ConditionPathExistsGlob=/home/user/.cache/drkonqi/sentry-envelopes/*).
Sep 11 08:48:54 computer systemd[936]: Reached target Paths.
Sep 11 08:48:54 computer systemd[936]: Reached target Timers.
Sep 11 08:48:54 computer systemd[936]: Starting D-Bus User Message Bus Socket...
Sep 11 08:48:54 computer systemd[936]: Listening on GnuPG network certificate management daemon.
Sep 11 08:48:54 computer systemd[936]: Listening on Socket to launch DrKonqi for a systemd-coredump crash.
Sep 11 08:48:54 computer systemd[936]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 11 08:48:54 computer systemd[936]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Sep 11 08:48:54 computer systemd[936]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Sep 11 08:48:54 computer systemd[936]: Listening on GnuPG cryptographic agent and passphrase cache.
Sep 11 08:48:54 computer systemd[936]: Listening on GnuPG public key management service.
Sep 11 08:48:54 computer systemd[936]: Listening on p11-kit server.
Sep 11 08:48:54 computer systemd[936]: Listening on PipeWire PulseAudio.
Sep 11 08:48:54 computer systemd[936]: Listening on PipeWire Multimedia System Sockets.
Sep 11 08:48:54 computer systemd[936]: Listening on D-Bus User Message Bus Socket.
Sep 11 08:48:54 computer systemd[936]: Reached target Sockets.
Sep 11 08:48:54 computer systemd[936]: Reached target Basic System.
Sep 11 08:48:54 computer systemd[1]: Started User Manager for UID 1000.
Sep 11 08:48:54 computer systemd[936]: Started Cleanup lingering KCrash metadata.
Sep 11 08:48:54 computer systemd[1]: Started Session 2 of User user.
Sep 11 08:48:54 computer systemd[936]: Starting Update XDG user dir configuration...
Sep 11 08:48:54 computer sddm-helper[916]: pam_kwallet5(sddm:session): pam_kwallet5: pam_sm_open_session
Sep 11 08:48:54 computer systemd[936]: Finished Update XDG user dir configuration.
Sep 11 08:48:54 computer systemd[936]: Reached target Main User Target.
Sep 11 08:48:54 computer systemd[936]: Startup finished in 86ms.
Sep 11 08:48:54 computer sddm-helper[952]: pam_kwallet5: final socket path: /run/user/1000/kwallet5.socket
Sep 11 08:48:54 computer sddm-helper[916]: Writing cookie to "/tmp/xauth_cTOvqm"
Sep 11 08:48:54 computer sddm-helper[916]: Starting X11 session: "" "/usr/share/sddm/scripts/Xsession \"/usr/bin/startplasma-x11\""
Sep 11 08:48:54 computer sddm[821]: Session started true
Sep 11 08:48:54 computer systemd[936]: Created slice User Core Session Slice.
Sep 11 08:48:54 computer systemd[936]: Starting D-Bus User Message Bus...
Sep 11 08:48:54 computer dbus-broker-launch[968]: Service file '/usr/share/dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Sep 11 08:48:54 computer dbus-broker-launch[968]: Service file '/usr/share/dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Sep 11 08:48:54 computer dbus-broker-launch[968]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Sep 11 08:48:54 computer dbus-broker-launch[968]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Sep 11 08:48:54 computer dbus-broker-launch[968]: Service file '/usr/share/dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Sep 11 08:48:54 computer systemd[936]: Started D-Bus User Message Bus.
Sep 11 08:48:54 computer dbus-broker-launch[968]: Ready
Sep 11 08:48:54 computer systemd[936]: Reload requested from client PID 954 ('startplasma-x11')...
Sep 11 08:48:54 computer systemd[936]: Reloading...
Sep 11 08:48:54 computer systemd[936]: Reloading finished in 56 ms.
Sep 11 08:48:54 computer systemd[936]: Created slice Slice /app/dbus-:1.2-org.kde.KSplash.
Sep 11 08:48:54 computer systemd[936]: Started dbus-:1.2-org.kde.KSplash@0.service.
Sep 11 08:48:54 computer systemd[936]: Created slice User Background Tasks Slice.
Sep 11 08:48:54 computer systemd[936]: Submitting pending crash events was skipped because of an unmet condition check (ConditionPathExistsGlob=/home/user/.cache/drkonqi/sentry-envelopes/*).
Sep 11 08:48:54 computer systemd[936]: Reached target Session services which should run early before the graphical session is brought up.
Sep 11 08:48:54 computer systemd[936]: Starting KDE Config Module Initialization...
Sep 11 08:48:54 computer systemd[936]: Starting KDE Global Shortcuts Server...
Sep 11 08:48:54 computer systemd[936]: Starting Baloo File Indexer Daemon...
Sep 11 08:48:54 computer systemd[936]: Starting Portal service...
Sep 11 08:48:54 computer systemd[936]: Started Baloo File Indexer Daemon.
Sep 11 08:48:54 computer systemd[1]: Starting Disk Manager...
Sep 11 08:48:54 computer systemd[936]: Starting sandboxed app permission store...
Sep 11 08:48:54 computer systemd[936]: Started sandboxed app permission store.
Sep 11 08:48:54 computer udisksd[994]: udisks daemon version 2.10.2 starting
Sep 11 08:48:54 computer kcminit_startup[982]: Initializing  "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_fonts.so"
Sep 11 08:48:54 computer systemd[936]: Starting flatpak document portal service...
Sep 11 08:48:54 computer systemd[936]: Started flatpak document portal service.
Sep 11 08:48:54 computer kcminit_startup[982]: Initializing  "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_style.so"
Sep 11 08:48:54 computer kernel: nvme nvme0: using unchecked data buffer
Sep 11 08:48:54 computer systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Sep 11 08:48:54 computer systemd[1]: Started Disk Manager.
Sep 11 08:48:54 computer udisksd[994]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Sep 11 08:48:54 computer systemd[1]: Starting Daemon for power management...
Sep 11 08:48:54 computer systemd[1]: Started RealtimeKit Scheduling Policy Service.
Sep 11 08:48:54 computer rtkit-daemon[1020]: Successfully called chroot.
Sep 11 08:48:54 computer rtkit-daemon[1020]: Successfully dropped privileges.
Sep 11 08:48:54 computer rtkit-daemon[1020]: Successfully limited resources.
Sep 11 08:48:54 computer rtkit-daemon[1020]: Canary thread running.
Sep 11 08:48:54 computer rtkit-daemon[1020]: Running.
Sep 11 08:48:54 computer rtkit-daemon[1020]: Watchdog thread running.
Sep 11 08:48:54 computer rtkit-daemon[1020]: Supervising 0 threads of 0 processes of 0 users.
Sep 11 08:48:54 computer rtkit-daemon[1020]: Supervising 0 threads of 0 processes of 0 users.
Sep 11 08:48:54 computer rtkit-daemon[1020]: Supervising 0 threads of 0 processes of 0 users.
Sep 11 08:48:54 computer kcminit_startup[982]: Initializing  "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_mouse.so"
Sep 11 08:48:54 computer systemd[936]: Started KDE Config Module Initialization.
Sep 11 08:48:54 computer systemd[936]: Starting KDE Session Management Server...
Sep 11 08:48:54 computer systemd[936]: Started Unlock kwallet from pam credentials.
Sep 11 08:48:54 computer systemd[936]: Starting KDE Daemon 6...
Sep 11 08:48:54 computer systemd[936]: Starting KDE Window Manager...
Sep 11 08:48:54 computer pam_kwallet_init[1036]: 2025/09/11 08:48:54 socat[1036] W address is opened in read-write mode but only supports read-only
Sep 11 08:48:54 computer kernel: ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [S907] at bit offset/length 112/16 exceeds size of target Buffer (120 bits) (20250404/dsopcode-198)
Sep 11 08:48:54 computer kernel: ACPI Error: Aborting method \_SB.DCHU.PEVT due to previous error (AE_AML_BUFFER_LIMIT) (20250404/psparse-529)
Sep 11 08:48:54 computer kernel: ACPI Error: Aborting method \_SB.DCHU._DSM due to previous error (AE_AML_BUFFER_LIMIT) (20250404/psparse-529)
Sep 11 08:48:54 computer kernel: ACPI: \_SB_.DCHU: failed to evaluate _DSM e424f293-dcfb-bf4b-add6-db71bdc0afad rev:0 func:4 (0x300a)
Sep 11 08:48:54 computer kernel: clevo_acpi: failed to evaluate _DSM
Sep 11 08:48:54 computer kernel: ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [S907] at bit offset/length 112/16 exceeds size of target Buffer (120 bits) (20250404/dsopcode-198)
Sep 11 08:48:54 computer kernel: ACPI Error: Aborting method \_SB.DCHU.PEVT due to previous error (AE_AML_BUFFER_LIMIT) (20250404/psparse-529)
Sep 11 08:48:54 computer kernel: ACPI Error: Aborting method \_SB.DCHU._DSM due to previous error (AE_AML_BUFFER_LIMIT) (20250404/psparse-529)
Sep 11 08:48:54 computer kernel: ACPI: \_SB_.DCHU: failed to evaluate _DSM e424f293-dcfb-bf4b-add6-db71bdc0afad rev:0 func:4 (0x300a)
Sep 11 08:48:54 computer kernel: clevo_acpi: failed to evaluate _DSM
Sep 11 08:48:54 computer systemd[1]: Started Daemon for power management.
Sep 11 08:48:54 computer baloo_file[984]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.28'
Sep 11 08:48:54 computer baloo_file[984]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.31'
Sep 11 08:48:54 computer systemd[936]: Started KDE Daemon 6.
Sep 11 08:48:54 computer systemd[936]: Starting KDE Configuration Module Initialization (Phase 1)...
Sep 11 08:48:54 computer ksmserver[1031]: Couldn't start kglobalaccel from org.kde.kglobalaccel.service: QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name is not activatable")
Sep 11 08:48:54 computer systemd[936]: Started KDE Session Management Server.
Sep 11 08:48:54 computer systemd[936]: Starting KDE Plasma Workspace...
Sep 11 08:48:54 computer systemd[936]: Starting User preferences database...
Sep 11 08:48:54 computer systemd[936]: Started User preferences database.
Sep 11 08:48:54 computer kcminit_startup[982]: Initializing  "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_touchpad.so"
Sep 11 08:48:54 computer kcminit_startup[982]: kcm_touchpad: Using X11 backend
Sep 11 08:48:54 computer kcminit_startup[982]: Initializing  "/usr/lib/qt6/plugins/plasma/kcms/systemsettings_qwidgets/kcm_kgamma.so"
Sep 11 08:48:54 computer systemd[936]: Finished KDE Configuration Module Initialization (Phase 1).
Sep 11 08:48:54 computer kwin_x11[1034]: Couldn't start kglobalaccel from org.kde.kglobalaccel.service: QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name is not activatable")
Sep 11 08:48:54 computer systemd[936]: Started KDE Window Manager.
Sep 11 08:48:54 computer systemd[936]: Starting KActivityManager Activity manager Service...
Sep 11 08:48:54 computer systemd[936]: Started KDE Plasma Workspace.
Sep 11 08:48:54 computer systemd[936]: Reached target KDE Plasma Workspace Core.
Sep 11 08:48:54 computer plasmashell[1085]: Couldn't start kglobalaccel from org.kde.kglobalaccel.service: QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name is not activatable")
Sep 11 08:48:54 computer systemd[936]: Started Consume pending crashes using DrKonqi.
Sep 11 08:48:54 computer systemd[936]: Started Proxies GTK DBus menus to a Plasma readable format.
Sep 11 08:48:54 computer systemd[936]: Started KAccess.
Sep 11 08:48:54 computer systemd[936]: Starting KSplash "ready" Stage...
Sep 11 08:48:54 computer systemd[936]: Starting KDE PolicyKit Authentication Agent...
Sep 11 08:48:54 computer systemd[936]: Starting Powerdevil...
Sep 11 08:48:54 computer systemd[936]: Starting Xdg Desktop Portal For KDE...
Sep 11 08:48:54 computer systemd[936]: Started Handle legacy xembed system tray icons.
Sep 11 08:48:54 computer systemd[936]: Finished KSplash "ready" Stage.
Sep 11 08:48:54 computer systemd[936]: Started KActivityManager Activity manager Service.
Sep 11 08:48:54 computer kaccess[1139]: Xlib XKB extension major= 1  minor= 0
Sep 11 08:48:54 computer kactivitymanagerd[1135]: Couldn't start kglobalaccel from org.kde.kglobalaccel.service: QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name is not activatable")
Sep 11 08:48:54 computer kded6[1033]: org.kde.colorcorrectlocationupdater: Geolocator stopped
Sep 11 08:48:54 computer kded6[1033]: Couldn't start kglobalaccel from org.kde.kglobalaccel.service: QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name is not activatable")
Sep 11 08:48:54 computer kded6[1033]: QDBusObjectPath: invalid path "/modules/oom-notifier"
Sep 11 08:48:54 computer kded6[1033]: kf.dbusaddons: The kded module name "oom-notifier" is invalid!
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: Starting libddcutil. library built Not set at Not set. stdout_stderr_redirected=true
Sep 11 08:48:54 computer kded6[1033]: QDBusObjectPath: invalid path "/modules/plasma-session-shortcuts"
Sep 11 08:48:54 computer kded6[1033]: kf.dbusaddons: The kded module name "plasma-session-shortcuts" is invalid!
Sep 11 08:48:54 computer kded6[1033]: org.kde.kameleon: found RGB LED device "rgb:kbd_backlight"
Sep 11 08:48:54 computer kded6[1033]: kcm_touchpad: Using X11 backend
Sep 11 08:48:54 computer NetworkManager[720]: <info>  [1757594934.8579] agent-manager: agent[ed9b247eaaa2b86b,:1.33/org.kde.plasma.networkmanagement/1000]: agent registered
Sep 11 08:48:54 computer systemd[936]: Started PipeWire Multimedia Service.
Sep 11 08:48:54 computer systemd[936]: Started Multimedia Service Session Manager.
Sep 11 08:48:54 computer systemd[936]: Started PipeWire PulseAudio.
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: Failed to create wl_display (No such file or directory)
Sep 11 08:48:54 computer kaccess[1139]: X server XKB extension major= 1  minor= 0
Sep 11 08:48:54 computer kaccess[1139]: Couldn't start kglobalaccel from org.kde.kglobalaccel.service: QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name is not activatable")
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: Initializing libddcutil.  ddcutil version: 2.2.1, shared library: /usr/lib/libddcutil.so.5.3.0
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142] Options passed from client:
Sep 11 08:48:54 computer plasmashell[1085]: kf.plasma.quick: Applet preload policy set to 1
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142] Applying combined libddcutil options:
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142] Device /dev/i2c-3 lacks R/W permissions
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142] Device /dev/i2c-4 lacks R/W permissions
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142] Device /dev/i2c-5 lacks R/W permissions
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142] Device /dev/i2c-6 lacks R/W permissions
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142] Device /dev/i2c-7 lacks R/W permissions
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142] Device /dev/i2c-8 lacks R/W permissions
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142] Device /dev/i2c-9 lacks R/W permissions
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142] Device /dev/i2c-10 lacks R/W permissions
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142] Device /dev/i2c-11 lacks R/W permissions
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142] Device /dev/i2c-12 lacks R/W permissions
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142] Device /dev/i2c-13 lacks R/W permissions
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142] Device /dev/i2c-14 lacks R/W permissions
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142] Device /dev/i2c-15 lacks R/W permissions
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142] Device /dev/i2c-16 lacks R/W permissions
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142] Device /dev/i2c-17 lacks R/W permissions
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142] Device /dev/i2c-18 lacks R/W permissions
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142] Device /dev/i2c-19 lacks R/W permissions
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142] Device /dev/i2c-20 lacks R/W permissions
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: Library initialization complete.
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: Watching for DPMS state changes unimplemented
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142] Watching for DPMS state changes unimplemented
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142] Watching for display connection changes, resolved watch mode = Watch_Mode_Xevent, poll loop interval = 100 millisec
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142]                                          extra_stabilization_millisec: 0,  stabilization_poll_millisec: 100
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142] libddcutil recheck thread 0x56125f479820 started
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142] libddcutil watch thread 0x56125f46cc00 started
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142] Error(s) opening ddc devices
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: Error(s) opening ddc devices
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: Error EACCES(-13): Permission denied opening /dev/i2c-3
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: Error EACCES(-13): Permission denied opening /dev/i2c-4
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: Error EACCES(-13): Permission denied opening /dev/i2c-5
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142] Error EACCES(-13): Permission denied opening /dev/i2c-3
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: Error EACCES(-13): Permission denied opening /dev/i2c-6
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: Error EACCES(-13): Permission denied opening /dev/i2c-7
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: Error EACCES(-13): Permission denied opening /dev/i2c-8
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: Error EACCES(-13): Permission denied opening /dev/i2c-9
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: Error EACCES(-13): Permission denied opening /dev/i2c-10
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: Error EACCES(-13): Permission denied opening /dev/i2c-11
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: Error EACCES(-13): Permission denied opening /dev/i2c-12
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: Error EACCES(-13): Permission denied opening /dev/i2c-13
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: Error EACCES(-13): Permission denied opening /dev/i2c-14
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: Error EACCES(-13): Permission denied opening /dev/i2c-15
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: Error EACCES(-13): Permission denied opening /dev/i2c-16
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: Error EACCES(-13): Permission denied opening /dev/i2c-17
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: Error EACCES(-13): Permission denied opening /dev/i2c-18
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: Error EACCES(-13): Permission denied opening /dev/i2c-19
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: Error EACCES(-13): Permission denied opening /dev/i2c-20
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142] Error EACCES(-13): Permission denied opening /dev/i2c-4
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1244] (dw_recheck_displays_func) Recheck interval: Sleeping for 200 milliseconds
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142] Error EACCES(-13): Permission denied opening /dev/i2c-5
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142] Error EACCES(-13): Permission denied opening /dev/i2c-6
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142] Error EACCES(-13): Permission denied opening /dev/i2c-7
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142] Error EACCES(-13): Permission denied opening /dev/i2c-8
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142] Error EACCES(-13): Permission denied opening /dev/i2c-9
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142] Error EACCES(-13): Permission denied opening /dev/i2c-10
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142] Error EACCES(-13): Permission denied opening /dev/i2c-11
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142] Error EACCES(-13): Permission denied opening /dev/i2c-12
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142] Error EACCES(-13): Permission denied opening /dev/i2c-13
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142] Error EACCES(-13): Permission denied opening /dev/i2c-14
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142] Error EACCES(-13): Permission denied opening /dev/i2c-15
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142] Error EACCES(-13): Permission denied opening /dev/i2c-16
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142] Error EACCES(-13): Permission denied opening /dev/i2c-17
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142] Error EACCES(-13): Permission denied opening /dev/i2c-18
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142] Error EACCES(-13): Permission denied opening /dev/i2c-19
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: [  1142] Error EACCES(-13): Permission denied opening /dev/i2c-20
Sep 11 08:48:54 computer systemd[1]: Created slice Slice /system/dbus-:1.2-org.kde.powerdevil.discretegpuhelper.
Sep 11 08:48:54 computer systemd[1]: Started dbus-:1.2-org.kde.powerdevil.discretegpuhelper@0.service.
Sep 11 08:48:54 computer systemd[936]: Started Xdg Desktop Portal For KDE.
Sep 11 08:48:54 computer rtkit-daemon[1020]: Supervising 0 threads of 0 processes of 0 users.
Sep 11 08:48:54 computer rtkit-daemon[1020]: Supervising 0 threads of 0 processes of 0 users.
Sep 11 08:48:54 computer rtkit-daemon[1020]: Supervising 0 threads of 0 processes of 0 users.
Sep 11 08:48:54 computer rtkit-daemon[1020]: Supervising 0 threads of 0 processes of 0 users.
Sep 11 08:48:54 computer rtkit-daemon[1020]: Supervising 0 threads of 0 processes of 0 users.
Sep 11 08:48:54 computer rtkit-daemon[1020]: Supervising 0 threads of 0 processes of 0 users.
Sep 11 08:48:54 computer rtkit-daemon[1020]: Supervising 0 threads of 0 processes of 0 users.
Sep 11 08:48:54 computer rtkit-daemon[1020]: Supervising 0 threads of 0 processes of 0 users.
Sep 11 08:48:54 computer rtkit-daemon[1020]: Supervising 0 threads of 0 processes of 0 users.
Sep 11 08:48:54 computer rtkit-daemon[1020]: Successfully made thread 1218 of process 1218 owned by '1000' high priority at nice level -11.
Sep 11 08:48:54 computer rtkit-daemon[1020]: Supervising 1 threads of 1 processes of 1 users.
Sep 11 08:48:54 computer rtkit-daemon[1020]: Successfully made thread 1219 of process 1219 owned by '1000' high priority at nice level -11.
Sep 11 08:48:54 computer rtkit-daemon[1020]: Supervising 2 threads of 2 processes of 1 users.
Sep 11 08:48:54 computer rtkit-daemon[1020]: Successfully made thread 1215 of process 1215 owned by '1000' high priority at nice level -11.
Sep 11 08:48:54 computer rtkit-daemon[1020]: Supervising 3 threads of 3 processes of 1 users.
Sep 11 08:48:54 computer rtkit-daemon[1020]: Successfully made thread 1260 of process 1215 owned by '1000' RT at priority 20.
Sep 11 08:48:54 computer rtkit-daemon[1020]: Supervising 4 threads of 3 processes of 1 users.
Sep 11 08:48:54 computer systemd[936]: Started Portal service.
Sep 11 08:48:54 computer rtkit-daemon[1020]: Successfully made thread 1261 of process 1219 owned by '1000' RT at priority 20.
Sep 11 08:48:54 computer rtkit-daemon[1020]: Supervising 5 threads of 3 processes of 1 users.
Sep 11 08:48:54 computer rtkit-daemon[1020]: Supervising 5 threads of 3 processes of 1 users.
Sep 11 08:48:54 computer systemd[936]: Started KDE PolicyKit Authentication Agent.
Sep 11 08:48:54 computer polkit-kde-authentication-agent-1[1141]: New PolkitAgentListener  0x559f93975b70
Sep 11 08:48:54 computer polkit-kde-authentication-agent-1[1141]: Adding new listener  PolkitQt1::Agent::Listener(0x559f93975910) for  0x559f93975b70
Sep 11 08:48:54 computer polkit-kde-authentication-agent-1[1141]: Listener online
Sep 11 08:48:54 computer systemd[1]: Starting Dynamic System Tuning Daemon...
Sep 11 08:48:54 computer kded6[1033]: QDBusObjectPath: invalid path "/modules/kded_plasma-welcome"
Sep 11 08:48:54 computer kded6[1033]: kf.dbusaddons: The kded module name "kded_plasma-welcome" is invalid!
Sep 11 08:48:54 computer systemd[1]: Created slice Slice /system/dbus-:1.2-org.kde.powerdevil.chargethresholdhelper.
Sep 11 08:48:54 computer systemd[1]: Started dbus-:1.2-org.kde.powerdevil.chargethresholdhelper@0.service.
Sep 11 08:48:54 computer rtkit-daemon[1020]: Successfully made thread 1280 of process 1218 owned by '1000' RT at priority 20.
Sep 11 08:48:54 computer rtkit-daemon[1020]: Supervising 6 threads of 3 processes of 1 users.
Sep 11 08:48:54 computer rtkit-daemon[1020]: Supervising 6 threads of 3 processes of 1 users.
Sep 11 08:48:54 computer rtkit-daemon[1020]: Supervising 6 threads of 3 processes of 1 users.
Sep 11 08:48:54 computer kded6[1033]: org.kde.plasma.printmanager.kded: Unable to register service to systemBus: "com.redhat.NewPrinterNotification"
Sep 11 08:48:54 computer polkitd[746]: Registered Authentication Agent for unix-session:2 (system bus name :1.46 [/usr/lib/polkit-kde-authentication-agent-1], object path /org/kde/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Sep 11 08:48:54 computer polkit-kde-authentication-agent-1[1141]: Authentication agent result: true
Sep 11 08:48:54 computer kded6[1033]: colord: Using XRANDR extension 1.3 or greater.
Sep 11 08:48:54 computer kded6[1033]: QDBusObjectPath: invalid path "/modules/wpad-detector"
Sep 11 08:48:54 computer kded6[1033]: kf.dbusaddons: The kded module name "wpad-detector" is invalid!
Sep 11 08:48:54 computer systemd[1]: Created slice Slice /system/dbus-:1.2-org.kde.powerdevil.backlighthelper.
Sep 11 08:48:54 computer systemd[936]: Starting KScreen...
Sep 11 08:48:54 computer systemd[1]: Started dbus-:1.2-org.kde.powerdevil.backlighthelper@0.service.
Sep 11 08:48:54 computer kernel: ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [S907] at bit offset/length 112/16 exceeds size of target Buffer (120 bits) (20250404/dsopcode-198)
Sep 11 08:48:54 computer kernel: ACPI Error: Aborting method \_SB.DCHU.PEVT due to previous error (AE_AML_BUFFER_LIMIT) (20250404/psparse-529)
Sep 11 08:48:54 computer kernel: ACPI Error: Aborting method \_SB.DCHU._DSM due to previous error (AE_AML_BUFFER_LIMIT) (20250404/psparse-529)
Sep 11 08:48:54 computer kernel: ACPI: \_SB_.DCHU: failed to evaluate _DSM e424f293-dcfb-bf4b-add6-db71bdc0afad rev:0 func:4 (0x300a)
Sep 11 08:48:54 computer kernel: clevo_acpi: failed to evaluate _DSM
Sep 11 08:48:54 computer kernel: ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [S907] at bit offset/length 112/16 exceeds size of target Buffer (120 bits) (20250404/dsopcode-198)
Sep 11 08:48:54 computer kernel: ACPI Error: Aborting method \_SB.DCHU.PEVT due to previous error (AE_AML_BUFFER_LIMIT) (20250404/psparse-529)
Sep 11 08:48:54 computer kernel: ACPI Error: Aborting method \_SB.DCHU._DSM due to previous error (AE_AML_BUFFER_LIMIT) (20250404/psparse-529)
Sep 11 08:48:54 computer kernel: ACPI: \_SB_.DCHU: failed to evaluate _DSM e424f293-dcfb-bf4b-add6-db71bdc0afad rev:0 func:4 (0x300a)
Sep 11 08:48:54 computer kernel: clevo_acpi: failed to evaluate _DSM
Sep 11 08:48:54 computer systemd[936]: Started KScreen.
Sep 11 08:48:54 computer kscreen_backend_launcher[1295]: kscreen.xrandr: Connected output 82 to CRTC 78
Sep 11 08:48:54 computer kscreen_backend_launcher[1295]: kscreen.xcb.helper: Detected XRandR 1.6
Sep 11 08:48:54 computer kscreen_backend_launcher[1295]: kscreen.xcb.helper: Event Base:  89
Sep 11 08:48:54 computer kscreen_backend_launcher[1295]: kscreen.xcb.helper: Event Error:  147
Sep 11 08:48:54 computer dbus-broker-launch[718]: Activation request for 'org.freedesktop.ModemManager1' failed: The systemd unit 'dbus-org.freedesktop.ModemManager1.service' could not be found.
Sep 11 08:48:54 computer kded6[1033]: kf.modemmanagerqt: Failed enumerating MM objects: "org.freedesktop.DBus.Error.NameHasNoOwner"
                                   "Could not activate remote peer 'org.freedesktop.ModemManager1': activation request failed: unknown unit"
Sep 11 08:48:54 computer kded6[1033]: Known activities: QList("b4d346bc-88fa-4a13-aeca-236c748408e5")
Sep 11 08:48:54 computer systemd[1]: Starting Manage, Install and Generate Color Profiles...
Sep 11 08:48:54 computer org_kde_powerdevil[1142]: Couldn't start kglobalaccel from org.kde.kglobalaccel.service: QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name is not activatable")
Sep 11 08:48:54 computer systemd[936]: Started Powerdevil.
Sep 11 08:48:54 computer systemd[1]: Started Manage, Install and Generate Color Profiles.
Sep 11 08:48:55 computer org_kde_powerdevil[1142]: org.kde.powerdevil: Handle button events action could not check for screen configuration
Sep 11 08:48:55 computer kernel: ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [S907] at bit offset/length 112/16 exceeds size of target Buffer (120 bits) (20250404/dsopcode-198)
Sep 11 08:48:55 computer kernel: ACPI Error: Aborting method \_SB.DCHU.PEVT due to previous error (AE_AML_BUFFER_LIMIT) (20250404/psparse-529)
Sep 11 08:48:55 computer kernel: ACPI Error: Aborting method \_SB.DCHU._DSM due to previous error (AE_AML_BUFFER_LIMIT) (20250404/psparse-529)
Sep 11 08:48:55 computer kernel: ACPI: \_SB_.DCHU: failed to evaluate _DSM e424f293-dcfb-bf4b-add6-db71bdc0afad rev:0 func:4 (0x300a)
Sep 11 08:48:55 computer kernel: clevo_acpi: failed to evaluate _DSM
Sep 11 08:48:55 computer kernel: ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [S907] at bit offset/length 112/16 exceeds size of target Buffer (120 bits) (20250404/dsopcode-198)
Sep 11 08:48:55 computer kernel: ACPI Error: Aborting method \_SB.DCHU.PEVT due to previous error (AE_AML_BUFFER_LIMIT) (20250404/psparse-529)
Sep 11 08:48:55 computer kernel: ACPI Error: Aborting method \_SB.DCHU._DSM due to previous error (AE_AML_BUFFER_LIMIT) (20250404/psparse-529)
Sep 11 08:48:55 computer kernel: ACPI: \_SB_.DCHU: failed to evaluate _DSM e424f293-dcfb-bf4b-add6-db71bdc0afad rev:0 func:4 (0x300a)
Sep 11 08:48:55 computer kernel: clevo_acpi: failed to evaluate _DSM
Sep 11 08:48:55 computer kded6[1033]: colord: created profile "icc-8242bbf7acfab6c5de7441bc0c77faa0" "/org/freedesktop/ColorManager/profiles/icc_8242bbf7acfab6c5de7441bc0c77faa0_user_1000"
Sep 11 08:48:55 computer kded6[1033]: colord: created profile "icc-87782740f3e3d178464d7067e9a271e8" ""
Sep 11 08:48:55 computer wireplumber[1218]: wp-device: SPA handle 'api.libcamera.enum.manager' could not be loaded; is it installed?
Sep 11 08:48:55 computer wireplumber[1218]: s-monitors-libcamera: PipeWire's libcamera SPA plugin is missing or broken. Some camera types may not be supported.
Sep 11 08:48:55 computer kernel: Bluetooth: RFCOMM TTY layer initialized
Sep 11 08:48:55 computer kernel: Bluetooth: RFCOMM socket layer initialized
Sep 11 08:48:55 computer kernel: Bluetooth: RFCOMM ver 1.11
Sep 11 08:48:55 computer bluetoothd[722]: Endpoint registered: sender=:1.56 path=/MediaEndpoint/A2DPSource/ldac
Sep 11 08:48:55 computer bluetoothd[722]: Endpoint registered: sender=:1.56 path=/MediaEndpoint/A2DPSink/aptx_hd
Sep 11 08:48:55 computer bluetoothd[722]: Endpoint registered: sender=:1.56 path=/MediaEndpoint/A2DPSource/aptx_hd
Sep 11 08:48:55 computer bluetoothd[722]: Endpoint registered: sender=:1.56 path=/MediaEndpoint/A2DPSink/aptx
Sep 11 08:48:55 computer bluetoothd[722]: Endpoint registered: sender=:1.56 path=/MediaEndpoint/A2DPSource/aptx
Sep 11 08:48:55 computer bluetoothd[722]: Endpoint registered: sender=:1.56 path=/MediaEndpoint/A2DPSink/aac
Sep 11 08:48:55 computer bluetoothd[722]: Endpoint registered: sender=:1.56 path=/MediaEndpoint/A2DPSource/aac
Sep 11 08:48:55 computer bluetoothd[722]: Endpoint registered: sender=:1.56 path=/MediaEndpoint/A2DPSink/opus_g
Sep 11 08:48:55 computer bluetoothd[722]: Endpoint registered: sender=:1.56 path=/MediaEndpoint/A2DPSource/opus_g
Sep 11 08:48:55 computer bluetoothd[722]: Endpoint registered: sender=:1.56 path=/MediaEndpoint/A2DPSink/sbc
Sep 11 08:48:55 computer bluetoothd[722]: Endpoint registered: sender=:1.56 path=/MediaEndpoint/A2DPSource/sbc
Sep 11 08:48:55 computer bluetoothd[722]: Endpoint registered: sender=:1.56 path=/MediaEndpoint/A2DPSource/aptx_ll_1
Sep 11 08:48:55 computer bluetoothd[722]: Endpoint registered: sender=:1.56 path=/MediaEndpoint/A2DPSource/aptx_ll_0
Sep 11 08:48:55 computer bluetoothd[722]: Endpoint registered: sender=:1.56 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
Sep 11 08:48:55 computer bluetoothd[722]: Endpoint registered: sender=:1.56 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
Sep 11 08:48:55 computer bluetoothd[722]: Endpoint registered: sender=:1.56 path=/MediaEndpoint/A2DPSource/faststream
Sep 11 08:48:55 computer bluetoothd[722]: Endpoint registered: sender=:1.56 path=/MediaEndpoint/A2DPSource/faststream_duplex
Sep 11 08:48:55 computer bluetoothd[722]: Endpoint registered: sender=:1.56 path=/MediaEndpoint/A2DPSink/opus_05
Sep 11 08:48:55 computer bluetoothd[722]: Endpoint registered: sender=:1.56 path=/MediaEndpoint/A2DPSource/opus_05
Sep 11 08:48:55 computer bluetoothd[722]: Endpoint registered: sender=:1.56 path=/MediaEndpoint/A2DPSink/opus_05_duplex
Sep 11 08:48:55 computer bluetoothd[722]: Endpoint registered: sender=:1.56 path=/MediaEndpoint/A2DPSource/opus_05_duplex
Sep 11 08:48:55 computer kded6[1351]: xsettingsd: Loaded 16 settings from /home/user/.config/xsettingsd/xsettingsd.conf
Sep 11 08:48:55 computer kded6[1351]: xsettingsd: Created window 0x2600001 on screen 0 with timestamp 13907
Sep 11 08:48:55 computer kded6[1351]: xsettingsd: Selection _XSETTINGS_S0 is owned by 0x0
Sep 11 08:48:55 computer kded6[1351]: xsettingsd: Took ownership of selection _XSETTINGS_S0
Sep 11 08:48:55 computer systemd[1]: Created slice Slice /system/dbus-:1.2-org.kde.kded.smart.
Sep 11 08:48:55 computer systemd[1]: Started dbus-:1.2-org.kde.kded.smart@0.service.
Sep 11 08:48:55 computer kded6[1033]: colord: Checking outputs
Sep 11 08:48:55 computer kded6[1033]: colord: PNP ID "BOE" Vendor Name "BOE"
Sep 11 08:48:55 computer kded6[1033]: colord: Adding device id "xrandr-BOE"
Sep 11 08:48:55 computer kded6[1033]: colord: Output Hash "d9023f6c464d17c1b5bb06e810c15c51"
Sep 11 08:48:55 computer kded6[1033]: colord: Output isLaptop true
Sep 11 08:48:55 computer kded6[1033]: colord: Created colord device "/org/freedesktop/ColorManager/devices/xrandr_BOE_user_1000"
Sep 11 08:48:55 computer kernel: warning: `cat' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
Sep 11 08:48:55 computer kded6[1033]: colord: Found EDID profile for device "/org/freedesktop/ColorManager/profiles/icc_8242bbf7acfab6c5de7441bc0c77faa0_user_1000" "eDP"
Sep 11 08:48:55 computer kded6[1033]: colord: Device changed "/org/freedesktop/ColorManager/devices/xrandr_BOE_user_1000"
Sep 11 08:48:55 computer kded6[1033]: colord: profileDefault "/org/freedesktop/ColorManager/profiles/icc_87782740f3e3d178464d7067e9a271e8"
Sep 11 08:48:55 computer kded6[1033]: colord: Default Profile Filename "eDP" "/var/lib/colord/icc/DCI-P3-D65.icc"
Sep 11 08:48:55 computer kded6[1033]: colord: Profile does not have any VCGT data, reseting "eDP" "/var/lib/colord/icc/DCI-P3-D65.icc"
Sep 11 08:48:55 computer systemd[1]: Started Dynamic System Tuning Daemon.
Sep 11 08:48:55 computer systemd[1]: Starting PPD-to-TuneD API Translation Daemon...
Sep 11 08:48:55 computer kded6[1033]: colord: Primary CRTC is at CRTC  0
Sep 11 08:48:55 computer kded6[1033]: colord: CRTC for CRTC  1  has no mode or no output, skipping
Sep 11 08:48:55 computer kded6[1033]: colord: CRTC for CRTC  2  has no mode or no output, skipping
Sep 11 08:48:55 computer kded6[1033]: colord: CRTC for CRTC  3  has no mode or no output, skipping
Sep 11 08:48:55 computer kded6[1033]: colord: Setting X atom (id: 0 ) "_ICC_PROFILE" on output: "eDP"
Sep 11 08:48:55 computer kded6[1033]: kf.bluezqt: PendingCall Error: "The name is not activatable"
Sep 11 08:48:55 computer kded6[1033]: colord: created profile "icc-8242bbf7acfab6c5de7441bc0c77faa0" ""
Sep 11 08:48:55 computer kded6[1033]: colord: created profile "icc-87782740f3e3d178464d7067e9a271e8" ""
Sep 11 08:48:55 computer kded6[1033]: colord: EDID ICC Profile already exists "/home/user/.local/share/icc/edid-d9023f6c464d17c1b5bb06e810c15c51.icc"
Sep 11 08:48:55 computer kded6[1033]: colord: Device added "/org/freedesktop/ColorManager/devices/xrandr_BOE_user_1000"
Sep 11 08:48:55 computer kded6[1033]: colord: Checking outputs
Sep 11 08:48:55 computer kded6[1033]: colord: PNP ID "BOE" Vendor Name "BOE"
Sep 11 08:48:55 computer kded6[1033]: colord: Adding device id "xrandr-BOE"
Sep 11 08:48:55 computer kded6[1033]: colord: Output Hash "d9023f6c464d17c1b5bb06e810c15c51"
Sep 11 08:48:55 computer kded6[1033]: colord: Output isLaptop true
Sep 11 08:48:55 computer kded6[1033]: colord: Failed to register device: "device id 'xrandr-BOE' already exists"
Sep 11 08:48:55 computer kded6[1033]: colord: Found colord device "/org/freedesktop/ColorManager/devices/xrandr_BOE_user_1000"
Sep 11 08:48:55 computer kded6[1033]: colord: Found EDID profile for device "/org/freedesktop/ColorManager/profiles/icc_8242bbf7acfab6c5de7441bc0c77faa0_user_1000" "eDP"
Sep 11 08:48:55 computer kded6[1033]: colord: Device changed "/org/freedesktop/ColorManager/devices/xrandr_BOE_user_1000"
Sep 11 08:48:55 computer kded6[1033]: colord: profileDefault "/org/freedesktop/ColorManager/profiles/icc_87782740f3e3d178464d7067e9a271e8"
Sep 11 08:48:55 computer kded6[1033]: colord: Default Profile Filename "eDP" "/var/lib/colord/icc/DCI-P3-D65.icc"
Sep 11 08:48:55 computer kded6[1033]: colord: Profile does not have any VCGT data, reseting "eDP" "/var/lib/colord/icc/DCI-P3-D65.icc"
Sep 11 08:48:55 computer kded6[1033]: colord: Primary CRTC is at CRTC  0
Sep 11 08:48:55 computer kded6[1033]: colord: CRTC for CRTC  1  has no mode or no output, skipping
Sep 11 08:48:55 computer kded6[1033]: colord: CRTC for CRTC  2  has no mode or no output, skipping
Sep 11 08:48:55 computer kded6[1033]: colord: CRTC for CRTC  3  has no mode or no output, skipping
Sep 11 08:48:55 computer kded6[1033]: colord: Setting X atom (id: 0 ) "_ICC_PROFILE" on output: "eDP"
Sep 11 08:48:55 computer kded6[1033]: colord: EDID ICC Profile already exists "/home/user/.local/share/icc/edid-d9023f6c464d17c1b5bb06e810c15c51.icc"
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xrandr: XRandR::setConfig
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xrandr: Requested screen size is QSize(2560, 1600)
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xrandr: Needed CRTCs:  1
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xrandr: Actions to perform:
                                                              Priorities: true
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xrandr:         Output 82
                                                                      Old: "0" 
                                                                      New: "1"
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xrandr:         Change Screen Size: false
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xrandr:         Disable outputs: false
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xrandr:         Change outputs: true
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xrandr:                  QList(82)
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xrandr:         Enable outputs: false
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xrandr: RRSetCrtcConfig (change output)
                                                              Output: 82 ( "eDP" ) 
                                                              CRTC: 78 
                                                              Pos: QPoint(0,0) 
                                                              Mode: KScreen::Mode(Id: "93" , Size: QSize(2560, 1600) @ 60 ) Preferred: "92" 
                                                              Rotation: KScreen::Output::None
Sep 11 08:48:55 computer systemd[1]: Started PPD-to-TuneD API Translation Daemon.
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xrandr: XRandRCrtc  78  m_timestamp update  0  =>  14036
Sep 11 08:48:55 computer kded6[1033]: colord: Checking outputs
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xrandr:         Result:  0  timestamp:  14036
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xrandr: XRandROutput 82 update
                                                              m_connected: 0 
                                                              m_crtc XRandRCrtc(0x562b0a65a210) 
                                                              CRTC: 78 
                                                              MODE: 93 
                                                              Connection: 0
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xrandr: RRSetOutputPrimary
                                                              New priority: 1
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xrandr: RRSetOutputPrimary
                                                              New priority: 0
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xrandr: RRSetOutputPrimary
                                                              New priority: 0
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xrandr: RRSetOutputPrimary
                                                              New priority: 0
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xrandr: RRSetOutputPrimary
                                                              New priority: 0
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xrandr: RRSetOutputPrimary
                                                              New priority: 0
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xrandr: RRSetOutputPrimary
                                                              New priority: 0
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xrandr: RRSetOutputPrimary
                                                              New priority: 0
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xrandr: RRSetOutputPrimary
                                                              New priority: 0
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xrandr: XRandR::setConfig done!
Sep 11 08:48:55 computer kded6[1033]: colord: PNP ID "BOE" Vendor Name "BOE"
Sep 11 08:48:55 computer kded6[1033]: colord: Adding device id "xrandr-BOE"
Sep 11 08:48:55 computer kded6[1033]: colord: Output Hash "d9023f6c464d17c1b5bb06e810c15c51"
Sep 11 08:48:55 computer kded6[1033]: colord: Output isLaptop true
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xcb.helper: RRNotify_CrtcChange
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xcb.helper:         Timestamp:  7196
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xcb.helper:         CRTC:  78
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xcb.helper:         Mode:  93
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xcb.helper:         Rotation:  "Rotate_0"
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xcb.helper:         Geometry:  0 0 2560 1600
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xcb.helper: RRScreenChangeNotify
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xcb.helper:         Timestamp:  7196
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xcb.helper:         Config_timestamp:  7196
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xcb.helper:         Window: 35651590
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xcb.helper:         Root: 972
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xcb.helper:         Rotation:  "Rotate_0"
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xcb.helper:         Size ID: 0
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xcb.helper:         Size:  2560 1600
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xcb.helper:         SizeMM:  500 312
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xcb.helper: RRNotify_CrtcChange
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xcb.helper:         Timestamp:  7196
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xcb.helper:         CRTC:  78
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xcb.helper:         Mode:  93
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xcb.helper:         Rotation:  "Rotate_0"
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xcb.helper:         Geometry:  0 0 2560 1600
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xcb.helper:         Timestamp:  14792
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xcb.helper:         Output:  82
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xcb.helper:         Property:  "_KDE_SCREEN_INDEX"
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xcb.helper:         State (newValue, Deleted):  0
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xcb.helper:         Timestamp:  14792
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xcb.helper:         Output:  82
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xcb.helper:         Property:  "_KDE_SCREEN_INDEX"
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xcb.helper:         State (newValue, Deleted):  0
Sep 11 08:48:55 computer kscreen_backend_launcher[1295]: kscreen.xrandr: XRandRCrtc  78  m_configTimestamp update 0  =>  7196
Sep 11 08:48:55 computer kded6[1033]: colord: Failed to register device: "device id 'xrandr-BOE' already exists"
Sep 11 08:48:55 computer kded6[1033]: colord: Found colord device "/org/freedesktop/ColorManager/devices/xrandr_BOE_user_1000"
Sep 11 08:48:55 computer kded6[1033]: colord: Found EDID profile for device "/org/freedesktop/ColorManager/profiles/icc_8242bbf7acfab6c5de7441bc0c77faa0_user_1000" "eDP"
Sep 11 08:48:55 computer kded6[1033]: colord: Device changed "/org/freedesktop/ColorManager/devices/xrandr_BOE_user_1000"
Sep 11 08:48:55 computer kded6[1033]: colord: profileDefault "/org/freedesktop/ColorManager/profiles/icc_87782740f3e3d178464d7067e9a271e8"
Sep 11 08:48:55 computer kded6[1033]: colord: Default Profile Filename "eDP" "/var/lib/colord/icc/DCI-P3-D65.icc"
Sep 11 08:48:55 computer kded6[1033]: colord: Profile does not have any VCGT data, reseting "eDP" "/var/lib/colord/icc/DCI-P3-D65.icc"
Sep 11 08:48:55 computer kded6[1033]: colord: Primary CRTC is at CRTC  0
Sep 11 08:48:55 computer kded6[1033]: colord: CRTC for CRTC  1  has no mode or no output, skipping
Sep 11 08:48:55 computer kded6[1033]: colord: CRTC for CRTC  2  has no mode or no output, skipping
Sep 11 08:48:55 computer kded6[1033]: colord: CRTC for CRTC  3  has no mode or no output, skipping
Sep 11 08:48:55 computer kded6[1033]: colord: Setting X atom (id: 0 ) "_ICC_PROFILE" on output: "eDP"
Sep 11 08:48:55 computer kded6[1033]: colord: EDID ICC Profile already exists "/home/user/.local/share/icc/edid-d9023f6c464d17c1b5bb06e810c15c51.icc"
Sep 11 08:48:55 computer org_kde_powerdevil[1142]: [  1245] Device /dev/i2c-3 lacks R/W permissions
Sep 11 08:48:55 computer org_kde_powerdevil[1142]: [  1245] Device /dev/i2c-4 lacks R/W permissions
Sep 11 08:48:55 computer org_kde_powerdevil[1142]: [  1245] Device /dev/i2c-5 lacks R/W permissions
Sep 11 08:48:55 computer org_kde_powerdevil[1142]: [  1245] Device /dev/i2c-6 lacks R/W permissions
Sep 11 08:48:55 computer org_kde_powerdevil[1142]: [  1245] Device /dev/i2c-7 lacks R/W permissions
Sep 11 08:48:55 computer org_kde_powerdevil[1142]: [  1245] Device /dev/i2c-8 lacks R/W permissions
Sep 11 08:48:55 computer org_kde_powerdevil[1142]: [  1245] Device /dev/i2c-9 lacks R/W permissions
Sep 11 08:48:55 computer org_kde_powerdevil[1142]: [  1245] Device /dev/i2c-10 lacks R/W permissions
Sep 11 08:48:55 computer org_kde_powerdevil[1142]: [  1245] Device /dev/i2c-11 lacks R/W permissions
Sep 11 08:48:55 computer org_kde_powerdevil[1142]: [  1245] Device /dev/i2c-12 lacks R/W permissions
Sep 11 08:48:55 computer org_kde_powerdevil[1142]: [  1245] Device /dev/i2c-13 lacks R/W permissions
Sep 11 08:48:55 computer org_kde_powerdevil[1142]: [  1245] Device /dev/i2c-14 lacks R/W permissions
Sep 11 08:48:55 computer org_kde_powerdevil[1142]: [  1245] Device /dev/i2c-15 lacks R/W permissions
Sep 11 08:48:55 computer org_kde_powerdevil[1142]: [  1245] Device /dev/i2c-16 lacks R/W permissions
Sep 11 08:48:55 computer org_kde_powerdevil[1142]: [  1245] Device /dev/i2c-17 lacks R/W permissions
Sep 11 08:48:55 computer org_kde_powerdevil[1142]: [  1245] Device /dev/i2c-18 lacks R/W permissions
Sep 11 08:48:55 computer org_kde_powerdevil[1142]: [  1245] Device /dev/i2c-19 lacks R/W permissions
Sep 11 08:48:55 computer org_kde_powerdevil[1142]: [  1245] Device /dev/i2c-20 lacks R/W permissions
Sep 11 08:48:56 computer plasmashell[1085]: org.kde.plasma.kicker: Entry is not valid "org.kde.kontact.desktop" 0x559138201900
Sep 11 08:48:56 computer plasmashell[1085]: org.kde.plasma.kicker: Entry is not valid "org.kde.kontact.desktop" 0x559138201900
Sep 11 08:48:56 computer kscreen_backend_launcher[1295]: kscreen.xrandr: Emitting configChanged()
Sep 11 08:48:56 computer NetworkManager[720]: <info>  [1757594936.6444] policy: auto-activating connection 'the_shire' (9f7aff38-1b07-4834-a322-6ce123ce7062)
Sep 11 08:48:56 computer NetworkManager[720]: <info>  [1757594936.6450] device (wlp191s0): Activation: starting connection 'the_shire' (9f7aff38-1b07-4834-a322-6ce123ce7062)
Sep 11 08:48:56 computer NetworkManager[720]: <info>  [1757594936.6450] device (wlp191s0): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Sep 11 08:48:56 computer NetworkManager[720]: <info>  [1757594936.6452] manager: NetworkManager state is now CONNECTING
Sep 11 08:48:56 computer NetworkManager[720]: <info>  [1757594936.6641] device (wlp191s0): set-hw-addr: reset MAC address to 70:08:10:B1:FC:8D (preserve)
Sep 11 08:48:56 computer NetworkManager[720]: <info>  [1757594936.6654] device (wlp191s0): state change: prepare -> config (reason 'none', managed-type: 'full')
Sep 11 08:48:56 computer NetworkManager[720]: <info>  [1757594936.6656] device (wlp191s0): Activation: (wifi) access point 'the_shire' has security, but secrets are required.
Sep 11 08:48:56 computer NetworkManager[720]: <info>  [1757594936.6656] device (wlp191s0): state change: config -> need-auth (reason 'none', managed-type: 'full')
Sep 11 08:48:56 computer NetworkManager[720]: <info>  [1757594936.6657] sup-iface[11880d2353d5b205,0,wlp191s0]: wps: type pbc start...
Sep 11 08:48:56 computer NetworkManager[720]: <info>  [1757594936.6728] device (wlp191s0): supplicant interface state: inactive -> disconnected
Sep 11 08:48:56 computer NetworkManager[720]: <info>  [1757594936.6728] device (p2p-dev-wlp191s0): supplicant management interface state: inactive -> disconnected
Sep 11 08:48:56 computer wpa_supplicant[817]: wlp191s0: WPS-PBC-ACTIVE
Sep 11 08:48:56 computer NetworkManager[720]: <info>  [1757594936.6736] device (wlp191s0): supplicant interface state: disconnected -> inactive
Sep 11 08:48:56 computer NetworkManager[720]: <info>  [1757594936.6737] device (p2p-dev-wlp191s0): supplicant management interface state: disconnected -> inactive
Sep 11 08:48:56 computer systemd[936]: Created slice Slice /app/dbus-:1.2-org.kde.kwalletd6.
Sep 11 08:48:56 computer systemd[936]: Started dbus-:1.2-org.kde.kwalletd6@0.service.
Sep 11 08:48:56 computer NetworkManager[720]: <info>  [1757594936.6787] device (wlp191s0): supplicant interface state: inactive -> scanning
Sep 11 08:48:56 computer NetworkManager[720]: <info>  [1757594936.6787] device (p2p-dev-wlp191s0): supplicant management interface state: inactive -> scanning
Sep 11 08:48:56 computer kwalletd6[1429]: g_dbus_proxy_get_object_path: assertion 'G_IS_DBUS_PROXY (proxy)' failed
Sep 11 08:48:56 computer NetworkManager[720]: <info>  [1757594936.9282] device (wlp191s0): state change: need-auth -> prepare (reason 'none', managed-type: 'full')
Sep 11 08:48:56 computer NetworkManager[720]: <info>  [1757594936.9285] device (wlp191s0): state change: prepare -> config (reason 'none', managed-type: 'full')
Sep 11 08:48:56 computer wpa_supplicant[817]: wlp191s0: WPS-CANCEL
Sep 11 08:48:56 computer NetworkManager[720]: <info>  [1757594936.9288] device (wlp191s0): Activation: (wifi) connection 'the_shire' has security, and secrets exist.  No new secrets needed.
Sep 11 08:48:56 computer NetworkManager[720]: <info>  [1757594936.9288] Config: added 'ssid' value 'the_shire'
Sep 11 08:48:56 computer NetworkManager[720]: <info>  [1757594936.9288] Config: added 'scan_ssid' value '1'
Sep 11 08:48:56 computer NetworkManager[720]: <info>  [1757594936.9288] Config: added 'bgscan' value 'simple:30:-65:300'
Sep 11 08:48:56 computer NetworkManager[720]: <info>  [1757594936.9288] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Sep 11 08:48:56 computer NetworkManager[720]: <info>  [1757594936.9289] Config: added 'auth_alg' value 'OPEN'
Sep 11 08:48:56 computer NetworkManager[720]: <info>  [1757594936.9289] Config: added 'psk' value '<hidden>'
Sep 11 08:48:56 computer wpa_supplicant[817]: wlp191s0: SME: Trying to authenticate with 04:92:26:83:ad:a0 (SSID='the_shire' freq=2432 MHz)
Sep 11 08:48:56 computer kernel: wlp191s0: authenticate with 04:92:26:83:ad:a0 (local address=70:08:10:b1:fc:8d)
Sep 11 08:48:56 computer NetworkManager[720]: <info>  [1757594936.9419] device (wlp191s0): supplicant interface state: scanning -> authenticating
Sep 11 08:48:56 computer NetworkManager[720]: <info>  [1757594936.9420] device (p2p-dev-wlp191s0): supplicant management interface state: scanning -> authenticating
Sep 11 08:48:56 computer kernel: wlp191s0: send auth to 04:92:26:83:ad:a0 (try 1/3)
Sep 11 08:48:56 computer wpa_supplicant[817]: wlp191s0: Trying to associate with 04:92:26:83:ad:a0 (SSID='the_shire' freq=2432 MHz)
Sep 11 08:48:56 computer NetworkManager[720]: <info>  [1757594936.9739] device (wlp191s0): supplicant interface state: authenticating -> associating
Sep 11 08:48:56 computer NetworkManager[720]: <info>  [1757594936.9740] device (p2p-dev-wlp191s0): supplicant management interface state: authenticating -> associating
Sep 11 08:48:56 computer kernel: wlp191s0: authenticated
Sep 11 08:48:56 computer kernel: wlp191s0: associate with 04:92:26:83:ad:a0 (try 1/3)
Sep 11 08:48:56 computer kernel: wlp191s0: RX AssocResp from 04:92:26:83:ad:a0 (capab=0x1411 status=0 aid=1)
Sep 11 08:48:56 computer wpa_supplicant[817]: wlp191s0: Associated with 04:92:26:83:ad:a0
Sep 11 08:48:56 computer wpa_supplicant[817]: wlp191s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Sep 11 08:48:56 computer kernel: wlp191s0: associated
Sep 11 08:48:57 computer NetworkManager[720]: <info>  [1757594937.0020] device (wlp191s0): supplicant interface state: associating -> 4way_handshake
Sep 11 08:48:57 computer NetworkManager[720]: <info>  [1757594937.0020] device (p2p-dev-wlp191s0): supplicant management interface state: associating -> 4way_handshake
Sep 11 08:48:57 computer wpa_supplicant[817]: wlp191s0: WPA: Key negotiation completed with 04:92:26:83:ad:a0 [PTK=CCMP GTK=CCMP]
Sep 11 08:48:57 computer wpa_supplicant[817]: wlp191s0: CTRL-EVENT-CONNECTED - Connection to 04:92:26:83:ad:a0 completed [id=0 id_str=]
Sep 11 08:48:57 computer kernel: wlp191s0: Limiting TX power to 30 (30 - 0) dBm as advertised by 04:92:26:83:ad:a0
Sep 11 08:48:57 computer NetworkManager[720]: <info>  [1757594937.0736] device (wlp191s0): supplicant interface state: 4way_handshake -> completed
Sep 11 08:48:57 computer NetworkManager[720]: <info>  [1757594937.0736] device (wlp191s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "the_shire"
Sep 11 08:48:57 computer NetworkManager[720]: <info>  [1757594937.0736] device (p2p-dev-wlp191s0): supplicant management interface state: 4way_handshake -> completed
Sep 11 08:48:57 computer NetworkManager[720]: <info>  [1757594937.0737] device (wlp191s0): state change: config -> ip-config (reason 'none', managed-type: 'full')
Sep 11 08:48:57 computer NetworkManager[720]: <info>  [1757594937.0741] dhcp4 (wlp191s0): activation: beginning transaction (timeout in 45 seconds)
Sep 11 08:48:57 computer avahi-daemon[721]: Joining mDNS multicast group on interface wlp191s0.IPv6 with address fe80::59cb:c8a:11b:fb6a.
Sep 11 08:48:57 computer avahi-daemon[721]: New relevant interface wlp191s0.IPv6 for mDNS.
Sep 11 08:48:57 computer avahi-daemon[721]: Registering new address record for fe80::59cb:c8a:11b:fb6a on wlp191s0.*.
Sep 11 08:48:57 computer NetworkManager[720]: <info>  [1757594937.1245] dhcp4 (wlp191s0): state changed new lease, address=192.168.0.550, acd pending
Sep 11 08:48:57 computer wpa_supplicant[817]: wlp191s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-46 noise=9999 txrate=52000
Sep 11 08:48:57 computer NetworkManager[720]: <info>  [1757594937.2904] dhcp4 (wlp191s0): state changed new lease, address=192.168.0.550
Sep 11 08:48:57 computer avahi-daemon[721]: Joining mDNS multicast group on interface wlp191s0.IPv4 with address 192.168.0.550.
Sep 11 08:48:57 computer avahi-daemon[721]: New relevant interface wlp191s0.IPv4 for mDNS.
Sep 11 08:48:57 computer avahi-daemon[721]: Registering new address record for 192.168.0.550 on wlp191s0.IPv4.
Sep 11 08:48:57 computer NetworkManager[720]: <info>  [1757594937.2931] policy: set 'the_shire' (wlp191s0) as default for IPv4 routing and DNS
Sep 11 08:48:57 computer dbus-broker-launch[718]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
Sep 11 08:48:57 computer NetworkManager[720]: <info>  [1757594937.3102] device (wlp191s0): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')
Sep 11 08:48:57 computer NetworkManager[720]: <info>  [1757594937.3114] device (wlp191s0): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')
Sep 11 08:48:57 computer NetworkManager[720]: <info>  [1757594937.3116] device (wlp191s0): state change: secondaries -> activated (reason 'none', managed-type: 'full')
Sep 11 08:48:57 computer NetworkManager[720]: <info>  [1757594937.3118] manager: NetworkManager state is now CONNECTED_SITE
Sep 11 08:48:57 computer NetworkManager[720]: <info>  [1757594937.3130] device (wlp191s0): Activation: successful, device activated.
Sep 11 08:48:57 computer systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Sep 11 08:48:57 computer NetworkManager[720]: <info>  [1757594937.5723] manager: NetworkManager state is now CONNECTED_GLOBAL
Sep 11 08:48:57 computer systemd[1]: Starting Network Manager Script Dispatcher Service...
Sep 11 08:48:57 computer systemd[1]: Started Network Manager Script Dispatcher Service.
Sep 11 08:48:58 computer plasmashell[1085]: kf.i18n: 0 instead of 1 arguments to message "Unable to retrieve w..." supplied before conversion
Sep 11 08:48:59 computer systemd[936]: plasma-kglobalaccel.service: start operation timed out. Terminating.
Sep 11 08:48:59 computer systemd[936]: plasma-kglobalaccel.service: Failed with result 'timeout'.
Sep 11 08:48:59 computer systemd[936]: Failed to start KDE Global Shortcuts Server.
Sep 11 08:48:59 computer systemd[936]: Reached target KDE Plasma Workspace.
Sep 11 08:48:59 computer systemd[936]: Reached target Current graphical user session.
Sep 11 08:48:59 computer systemd[936]: Reached target plasma-workspace-x11.target.
Sep 11 08:48:59 computer systemd[936]: Starting AT-SPI D-Bus Bus...
Sep 11 08:48:59 computer systemd[936]: Starting Discover...
Sep 11 08:48:59 computer systemd[936]: Starting Plasma Session Restore...
Sep 11 08:48:59 computer systemd[936]: Starting xiccd...
Sep 11 08:48:59 computer systemd[936]: Starting KUnifiedPush Distributor...
Sep 11 08:48:59 computer systemd[936]: Starting KDE Session Restoration...
Sep 11 08:48:59 computer systemd[936]: Started KUnifiedPush Distributor.
Sep 11 08:48:59 computer systemd[936]: app-at\x2dspi\x2ddbus\x2dbus@autostart.service: Skipped due to 'exec-condition'.
Sep 11 08:48:59 computer systemd[936]: Condition check resulted in AT-SPI D-Bus Bus being skipped.
Sep 11 08:48:59 computer systemd[936]: app-xiccd@autostart.service: Skipped due to 'exec-condition'.
Sep 11 08:48:59 computer systemd[936]: Condition check resulted in xiccd being skipped.
Sep 11 08:48:59 computer kwin_x11[1034]: kf.config.core: "\"fsrestore1\" - conversion of \"0,0,0,0\" to QRect failed"
Sep 11 08:48:59 computer kwin_x11[1034]: kf.config.core: "\"fsrestore2\" - conversion of \"0,0,0,0\" to QRect failed"
Sep 11 08:48:59 computer systemd[936]: Started Discover.
Sep 11 08:48:59 computer systemd[936]: Started Plasma Session Restore.
Sep 11 08:48:59 computer systemd[936]: Reached target Startup of XDG autostart applications.
Sep 11 08:48:59 computer systemd[936]: Started /usr/bin/kwalletd6.
Sep 11 08:48:59 computer systemd[936]: Finished KDE Session Restoration.
Sep 11 08:48:59 computer systemd[936]: Started /usr/lib/DiscoverNotifier.
Sep 11 08:48:59 computer kwalletd6[1496]: QThreadStorage: entry 8 destroyed before end of thread 0x55eed9b2a960
Sep 11 08:48:59 computer DiscoverNotifier[1490]: couldn't load "/usr/lib/qt6/plugins/discover-notifier/DiscoverPackageKitNotifier.so" because "Cannot load library /usr/lib/qt6/plugins/discover-notifier/DiscoverPackageKitNotifier.so: libpackagekitqt6.so.1: cannot open shared object file: No such file or directory"
Sep 11 08:48:59 computer DiscoverNotifier[1490]: couldn't load "/usr/lib/qt6/plugins/discover-notifier/FlatpakNotifier.so" because "Cannot load library /usr/lib/qt6/plugins/discover-notifier/FlatpakNotifier.so: libflatpak.so.0: cannot open shared object file: No such file or directory"
Sep 11 08:48:59 computer DiscoverNotifier[1490]: couldn't find any notifier backend QList("/usr/lib/qt6/plugins", "/usr/lib")
Sep 11 08:48:59 computer systemd[936]: plasma-kglobalaccel.service: Scheduled restart job, restart counter is at 1.
Sep 11 08:48:59 computer systemd[936]: Starting KDE Global Shortcuts Server...
Sep 11 08:48:59 computer DiscoverNotifier[1503]: QThreadStorage: entry 8 destroyed before end of thread 0x55dd1b6570b0
Sep 11 08:48:59 computer DiscoverNotifier[1503]: QThreadStorage: entry 4 destroyed before end of thread 0x55dd1b6570b0
Sep 11 08:48:59 computer DiscoverNotifier[1503]: QThreadStorage: entry 3 destroyed before end of thread 0x55dd1b6570b0
Sep 11 08:48:59 computer systemd[936]: Started KDE Global Shortcuts Server.
Sep 11 08:49:04 computer systemd[1]: Stopping User Manager for UID 969...
Sep 11 08:49:04 computer systemd[852]: Activating special unit Exit the Session...
Sep 11 08:49:04 computer systemd[852]: Stopped target Main User Target.
Sep 11 08:49:04 computer systemd[852]: Stopped target Basic System.
Sep 11 08:49:04 computer systemd[852]: Stopped target Paths.
Sep 11 08:49:04 computer systemd[852]: Stopped Submitting pending crash events (file monitor).
Sep 11 08:49:04 computer systemd[852]: Stopped target Sockets.
Sep 11 08:49:04 computer systemd[852]: Stopped target Timers.
Sep 11 08:49:04 computer systemd[852]: Closed GnuPG network certificate management daemon.
Sep 11 08:49:04 computer systemd[852]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 11 08:49:04 computer systemd[852]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Sep 11 08:49:04 computer systemd[852]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Sep 11 08:49:04 computer systemd[852]: Closed GnuPG cryptographic agent and passphrase cache.
Sep 11 08:49:04 computer systemd[852]: Closed GnuPG public key management service.
Sep 11 08:49:04 computer systemd[852]: Closed p11-kit server.
Sep 11 08:49:04 computer systemd[852]: Closed PipeWire PulseAudio.
Sep 11 08:49:04 computer systemd[852]: Closed PipeWire Multimedia System Sockets.
Sep 11 08:49:04 computer dbus-broker[868]: Dispatched 291 messages @ 1(±3)μs / message.
Sep 11 08:49:04 computer systemd[852]: Stopping D-Bus User Message Bus...
Sep 11 08:49:04 computer systemd[852]: Stopped D-Bus User Message Bus.
Sep 11 08:49:04 computer systemd[852]: Removed slice User Core Session Slice.
Sep 11 08:49:04 computer systemd[852]: Closed D-Bus User Message Bus Socket.
Sep 11 08:49:04 computer systemd[852]: Removed slice User Application Slice.
Sep 11 08:49:04 computer systemd[852]: Reached target Shutdown.
Sep 11 08:49:04 computer systemd[852]: Finished Exit the Session.
Sep 11 08:49:04 computer systemd[852]: Reached target Exit the Session.
Sep 11 08:49:04 computer systemd-logind[727]: Removed session 1.
Sep 11 08:49:04 computer systemd[1]: user@969.service: Deactivated successfully.
Sep 11 08:49:04 computer systemd[1]: Stopped User Manager for UID 969.
Sep 11 08:49:04 computer systemd[1]: Stopping User Runtime Directory /run/user/969...
Sep 11 08:49:04 computer systemd[1]: run-user-969.mount: Deactivated successfully.
Sep 11 08:49:04 computer systemd[1]: user-runtime-dir@969.service: Deactivated successfully.
Sep 11 08:49:04 computer systemd[1]: Stopped User Runtime Directory /run/user/969.
Sep 11 08:49:04 computer systemd[1]: Removed slice User Slice of UID 969.
Sep 11 08:49:04 computer systemd[1]: user-969.slice: Consumed 853ms CPU time, 212.6M memory peak.
Sep 11 08:49:05 computer systemd[1]: dbus-:1.2-org.kde.powerdevil.discretegpuhelper@0.service: Deactivated successfully.
Sep 11 08:49:05 computer systemd[1]: dbus-:1.2-org.kde.powerdevil.chargethresholdhelper@0.service: Deactivated successfully.
Sep 11 08:49:05 computer systemd[1]: dbus-:1.2-org.kde.powerdevil.backlighthelper@0.service: Deactivated successfully.
Sep 11 08:49:05 computer systemd[1]: dbus-:1.2-org.kde.kded.smart@0.service: Deactivated successfully.
Sep 11 08:49:07 computer systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Sep 11 08:49:17 computer systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Sep 11 08:49:20 computer systemd[936]: Created slice Slice /app/dbus-:1.2-org.kde.LogoutPrompt.
Sep 11 08:49:20 computer systemd[936]: Started dbus-:1.2-org.kde.LogoutPrompt@0.service.
Sep 11 08:49:24 computer systemd[936]: Created slice Slice /app/dbus-:1.2-org.kde.Shutdown.
Sep 11 08:49:24 computer systemd[936]: Started dbus-:1.2-org.kde.Shutdown@0.service.
Sep 11 08:49:24 computer polkit-kde-authentication-agent-1[1141]: Destroying listener
Sep 11 08:49:24 computer polkit-kde-authentication-agent-1[1141]: Removing listener  PolkitQt1::Agent::Listener(0x559f93975910)
Sep 11 08:49:24 computer polkitd[746]: Unregistered Authentication Agent for unix-session:2 (system bus name :1.46, object path /org/kde/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Sep 11 08:49:24 computer plasmashell[1085]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml:131: TypeError: Cannot read property 'screenGeometry' of null
Sep 11 08:49:24 computer plasmashell[1085]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml:261: TypeError: Cannot read property 'plasmoid' of undefined
Sep 11 08:49:24 computer systemd[936]: plasma-plasmashell.service: Consumed 3.655s CPU time, 244.3M memory peak.
Sep 11 08:49:25 computer systemd[936]: Stopped target plasma-workspace-x11.target.
Sep 11 08:49:25 computer systemd[936]: Stopped target KDE Plasma Workspace.
Sep 11 08:49:25 computer systemd[936]: Stopped target Startup of XDG autostart applications.
Sep 11 08:49:25 computer systemd[936]: Stopping Consume pending crashes using DrKonqi...
Sep 11 08:49:25 computer systemd[936]: Stopping KUnifiedPush Distributor...
Sep 11 08:49:25 computer systemd[936]: Stopping KAccess...
Sep 11 08:49:25 computer systemd[936]: Stopping KDE Global Shortcuts Server...
Sep 11 08:49:25 computer systemd[936]: Stopping KScreen...
Sep 11 08:49:25 computer systemd[936]: Stopping KDE Window Manager...
Sep 11 08:49:25 computer systemd[936]: Stopping Powerdevil...
Sep 11 08:49:25 computer systemd[936]: Stopping Xdg Desktop Portal For KDE...
Sep 11 08:49:25 computer systemd[936]: Stopping Portal service...
Sep 11 08:49:25 computer systemd[936]: Stopping flatpak document portal service...
Sep 11 08:49:25 computer systemd[936]: Stopping sandboxed app permission store...
Sep 11 08:49:25 computer systemd[936]: Stopping Baloo File Indexer Daemon...
Sep 11 08:49:25 computer systemd[936]: Stopped Portal service.
Sep 11 08:49:25 computer systemd[936]: Stopped sandboxed app permission store.
Sep 11 08:49:25 computer systemd[936]: Stopped Consume pending crashes using DrKonqi.
Sep 11 08:49:25 computer systemd[936]: Stopped KAccess.
Sep 11 08:49:25 computer systemd[936]: Stopped Xdg Desktop Portal For KDE.
Sep 11 08:49:25 computer systemd[936]: Stopped KScreen.
Sep 11 08:49:25 computer systemd[936]: Stopped KUnifiedPush Distributor.
Sep 11 08:49:25 computer systemd[936]: Stopped KDE Global Shortcuts Server.
Sep 11 08:49:25 computer systemd[936]: Stopped target Current graphical user session.
Sep 11 08:49:25 computer systemd[936]: Stopping KActivityManager Activity manager Service...
Sep 11 08:49:25 computer systemd[1]: run-user-1000-doc.mount: Deactivated successfully.
Sep 11 08:49:25 computer systemd[936]: Stopped flatpak document portal service.
Sep 11 08:49:25 computer systemd[936]: Stopped Baloo File Indexer Daemon.
Sep 11 08:49:25 computer systemd[936]: Stopped KActivityManager Activity manager Service.
Sep 11 08:49:25 computer systemd[936]: Stopped Powerdevil.
Sep 11 08:49:25 computer systemd[936]: Stopped target KDE Plasma Workspace Core.
Sep 11 08:49:25 computer systemd[936]: Stopping KDE Daemon 6...
Sep 11 08:49:25 computer systemd[936]: Stopping KDE Session Management Server...
Sep 11 08:49:25 computer systemd[936]: Stopped target Session services which should run early before the graphical session is brought up.
Sep 11 08:49:25 computer kwin_x11[1034]: kwin_scene_opengl: Could not delete framebuffer because no context is current
Sep 11 08:49:25 computer startplasma-x11[954]: org.kde.startup: "kdeinit5_shutdown" QList() exited with code 255
Sep 11 08:49:25 computer systemd[936]: Stopped KDE Session Management Server.
Sep 11 08:49:25 computer systemd[936]: plasma-kwin_x11.service: Main process exited, code=exited, status=15/n/a
Sep 11 08:49:25 computer systemd[936]: plasma-kwin_x11.service: Failed with result 'exit-code'.
Sep 11 08:49:25 computer systemd[936]: Stopped KDE Window Manager.
Sep 11 08:49:25 computer systemd[936]: plasma-kwin_x11.service: Consumed 525ms CPU time, 80.8M memory peak.
Sep 11 08:49:25 computer sddm-helper[916]: [PAM] Closing session
Sep 11 08:49:25 computer sddm-helper[916]: pam_unix(sddm:session): session closed for user user
Sep 11 08:49:25 computer sddm-helper[916]: pam_kwallet5(sddm:session): pam_kwallet5: pam_sm_close_session
Sep 11 08:49:25 computer sddm-helper[916]: pam_kwallet5(sddm:setcred): pam_kwallet5: pam_sm_setcred
Sep 11 08:49:25 computer sddm-helper[916]: [PAM] Ended.
Sep 11 08:49:25 computer sddm[821]: Auth: sddm-helper exited successfully
Sep 11 08:49:25 computer sddm[821]: Socket server stopping...
Sep 11 08:49:25 computer sddm[821]: Socket server stopped.
Sep 11 08:49:25 computer sddm[821]: Display server stopping...
Sep 11 08:49:25 computer ksecretd[953]: The X11 connection broke (error 1). Did the X11 server die?
Sep 11 08:49:25 computer systemd-logind[727]: Session 2 logged out. Waiting for processes to exit.
Sep 11 08:49:25 computer systemd[936]: Stopped KDE Daemon 6.
Sep 11 08:49:25 computer bluetoothd[722]: Endpoint unregistered: sender=:1.56 path=/MediaEndpoint/A2DPSource/ldac
Sep 11 08:49:25 computer bluetoothd[722]: Endpoint unregistered: sender=:1.56 path=/MediaEndpoint/A2DPSink/aptx_hd
Sep 11 08:49:25 computer bluetoothd[722]: Endpoint unregistered: sender=:1.56 path=/MediaEndpoint/A2DPSource/aptx_hd
Sep 11 08:49:25 computer bluetoothd[722]: Endpoint unregistered: sender=:1.56 path=/MediaEndpoint/A2DPSink/aptx
Sep 11 08:49:25 computer bluetoothd[722]: Endpoint unregistered: sender=:1.56 path=/MediaEndpoint/A2DPSource/aptx
Sep 11 08:49:25 computer bluetoothd[722]: Endpoint unregistered: sender=:1.56 path=/MediaEndpoint/A2DPSink/aac
Sep 11 08:49:25 computer bluetoothd[722]: Endpoint unregistered: sender=:1.56 path=/MediaEndpoint/A2DPSource/aac
Sep 11 08:49:25 computer bluetoothd[722]: Endpoint unregistered: sender=:1.56 path=/MediaEndpoint/A2DPSink/opus_g
Sep 11 08:49:25 computer bluetoothd[722]: Endpoint unregistered: sender=:1.56 path=/MediaEndpoint/A2DPSource/opus_g
Sep 11 08:49:25 computer bluetoothd[722]: Endpoint unregistered: sender=:1.56 path=/MediaEndpoint/A2DPSink/sbc
Sep 11 08:49:25 computer bluetoothd[722]: Endpoint unregistered: sender=:1.56 path=/MediaEndpoint/A2DPSource/sbc
Sep 11 08:49:25 computer bluetoothd[722]: Endpoint unregistered: sender=:1.56 path=/MediaEndpoint/A2DPSource/aptx_ll_1
Sep 11 08:49:25 computer bluetoothd[722]: Endpoint unregistered: sender=:1.56 path=/MediaEndpoint/A2DPSource/aptx_ll_0
Sep 11 08:49:25 computer bluetoothd[722]: Endpoint unregistered: sender=:1.56 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
Sep 11 08:49:25 computer bluetoothd[722]: Endpoint unregistered: sender=:1.56 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
Sep 11 08:49:25 computer bluetoothd[722]: Endpoint unregistered: sender=:1.56 path=/MediaEndpoint/A2DPSource/faststream
Sep 11 08:49:25 computer bluetoothd[722]: Endpoint unregistered: sender=:1.56 path=/MediaEndpoint/A2DPSource/faststream_duplex
Sep 11 08:49:25 computer bluetoothd[722]: Endpoint unregistered: sender=:1.56 path=/MediaEndpoint/A2DPSink/opus_05
Sep 11 08:49:25 computer bluetoothd[722]: Endpoint unregistered: sender=:1.56 path=/MediaEndpoint/A2DPSource/opus_05
Sep 11 08:49:25 computer bluetoothd[722]: Endpoint unregistered: sender=:1.56 path=/MediaEndpoint/A2DPSink/opus_05_duplex
Sep 11 08:49:25 computer bluetoothd[722]: Endpoint unregistered: sender=:1.56 path=/MediaEndpoint/A2DPSource/opus_05_duplex
Sep 11 08:49:25 computer systemd[1]: session-2.scope: Deactivated successfully.
Sep 11 08:49:25 computer systemd-logind[727]: Removed session 2.
Sep 11 08:49:26 computer systemd-coredump[1676]: Process 825 (Xorg) of user 0 terminated abnormally with signal 6/ABRT, processing...
Sep 11 08:49:26 computer systemd[1]: Created slice Slice /system/drkonqi-coredump-processor.
Sep 11 08:49:26 computer systemd[1]: Created slice Slice /system/systemd-coredump.
Sep 11 08:49:26 computer systemd[1]: Started Process Core Dump (PID 1676/UID 0).
Sep 11 08:49:26 computer systemd[1]: Started Pass systemd-coredump journal entries to relevant user for potential DrKonqi handling.
Sep 11 08:49:26 computer systemd-coredump[1677]: Process 825 (Xorg) of user 0 dumped core.
                                             
                                             Stack trace of thread 825:
                                             #0  0x00007f990889894c n/a (libc.so.6 + 0x9894c)
                                             #1  0x00007f990883e410 raise (libc.so.6 + 0x3e410)
                                             #2  0x00007f990882557a abort (libc.so.6 + 0x2557a)
                                             #3  0x000055a3fc72507e OsAbort (/usr/lib/Xorg + 0x15f07e)
                                             #4  0x000055a3fc7323d0 FatalError (/usr/lib/Xorg + 0x16c3d0)
                                             #5  0x000055a3fc727573 n/a (/usr/lib/Xorg + 0x161573)
                                             #6  0x00007f990883e540 n/a (libc.so.6 + 0x3e540)
                                             #7  0x000055a3fc6884ed n/a (/usr/lib/Xorg + 0xc24ed)
                                             #8  0x000055a3fc66a2b3 n/a (/usr/lib/Xorg + 0xa42b3)
                                             #9  0x000055a3fc66b0fd n/a (/usr/lib/Xorg + 0xa50fd)
                                             #10 0x000055a3fc5f9db3 n/a (/usr/lib/Xorg + 0x33db3)
                                             #11 0x00007f9908827675 n/a (libc.so.6 + 0x27675)
                                             #12 0x00007f9908827729 __libc_start_main (libc.so.6 + 0x27729)
                                             #13 0x000055a3fc5facd5 _start (/usr/lib/Xorg + 0x34cd5)
                                             
                                             Stack trace of thread 845:
                                             #0  0x00007f990889f042 n/a (libc.so.6 + 0x9f042)
                                             #1  0x00007f99088931ac n/a (libc.so.6 + 0x931ac)
                                             #2  0x00007f99088931f4 n/a (libc.so.6 + 0x931f4)
                                             #3  0x00007f990891acf5 epoll_wait (libc.so.6 + 0x11acf5)
                                             #4  0x000055a3fc724c6e n/a (/usr/lib/Xorg + 0x15ec6e)
                                             #5  0x000055a3fc726459 n/a (/usr/lib/Xorg + 0x160459)
                                             #6  0x00007f99088969cb n/a (libc.so.6 + 0x969cb)
                                             #7  0x00007f990891aa0c n/a (libc.so.6 + 0x11aa0c)
                                             
                                             Stack trace of thread 830:
                                             #0  0x00007f990889f042 n/a (libc.so.6 + 0x9f042)
                                             #1  0x00007f99088931ac n/a (libc.so.6 + 0x931ac)
                                             #2  0x00007f990889381c n/a (libc.so.6 + 0x9381c)
                                             #3  0x00007f9908895ede pthread_cond_wait (libc.so.6 + 0x95ede)
                                             #4  0x00007f99059674de n/a (libgallium-25.2.2-arch1.2.so + 0x5674de)
                                             #5  0x00007f990592043d n/a (libgallium-25.2.2-arch1.2.so + 0x52043d)
                                             #6  0x00007f990596740d n/a (libgallium-25.2.2-arch1.2.so + 0x56740d)
                                             #7  0x00007f99088969cb n/a (libc.so.6 + 0x969cb)
                                             #8  0x00007f990891aa0c n/a (libc.so.6 + 0x11aa0c)
                                             
                                             Stack trace of thread 843:
                                             #0  0x00007f990889f042 n/a (libc.so.6 + 0x9f042)
                                             #1  0x00007f99088931ac n/a (libc.so.6 + 0x931ac)
                                             #2  0x00007f990889381c n/a (libc.so.6 + 0x9381c)
                                             #3  0x00007f9908895ede pthread_cond_wait (libc.so.6 + 0x95ede)
                                             #4  0x00007f99059674de n/a (libgallium-25.2.2-arch1.2.so + 0x5674de)
                                             #5  0x00007f990592043d n/a (libgallium-25.2.2-arch1.2.so + 0x52043d)
                                             #6  0x00007f990596740d n/a (libgallium-25.2.2-arch1.2.so + 0x56740d)
                                             #7  0x00007f99088969cb n/a (libc.so.6 + 0x969cb)
                                             #8  0x00007f990891aa0c n/a (libc.so.6 + 0x11aa0c)
                                             
                                             Stack trace of thread 828:
                                             #0  0x00007f990889f042 n/a (libc.so.6 + 0x9f042)
                                             #1  0x00007f99088931ac n/a (libc.so.6 + 0x931ac)
                                             #2  0x00007f990889381c n/a (libc.so.6 + 0x9381c)
                                             #3  0x00007f9908895ede pthread_cond_wait (libc.so.6 + 0x95ede)
                                             #4  0x00007f99059674de n/a (libgallium-25.2.2-arch1.2.so + 0x5674de)
                                             #5  0x00007f990592043d n/a (libgallium-25.2.2-arch1.2.so + 0x52043d)
                                             #6  0x00007f990596740d n/a (libgallium-25.2.2-arch1.2.so + 0x56740d)
                                             #7  0x00007f99088969cb n/a (libc.so.6 + 0x969cb)
                                             #8  0x00007f990891aa0c n/a (libc.so.6 + 0x11aa0c)
                                             
                                             Stack trace of thread 834:
                                             #0  0x00007f990889f042 n/a (libc.so.6 + 0x9f042)
                                             #1  0x00007f99088931ac n/a (libc.so.6 + 0x931ac)
                                             #2  0x00007f990889381c n/a (libc.so.6 + 0x9381c)
                                             #3  0x00007f9908895ede pthread_cond_wait (libc.so.6 + 0x95ede)
                                             #4  0x00007f99059674de n/a (libgallium-25.2.2-arch1.2.so + 0x5674de)
                                             #5  0x00007f990592043d n/a (libgallium-25.2.2-arch1.2.so + 0x52043d)
                                             #6  0x00007f990596740d n/a (libgallium-25.2.2-arch1.2.so + 0x56740d)
                                             #7  0x00007f99088969cb n/a (libc.so.6 + 0x969cb)
                                             #8  0x00007f990891aa0c n/a (libc.so.6 + 0x11aa0c)
                                             
                                             Stack trace of thread 833:
                                             #0  0x00007f990889f042 n/a (libc.so.6 + 0x9f042)
                                             #1  0x00007f99088931ac n/a (libc.so.6 + 0x931ac)
                                             #2  0x00007f990889381c n/a (libc.so.6 + 0x9381c)
                                             #3  0x00007f9908895ede pthread_cond_wait (libc.so.6 + 0x95ede)
                                             #4  0x00007f99059674de n/a (libgallium-25.2.2-arch1.2.so + 0x5674de)
                                             #5  0x00007f990592043d n/a (libgallium-25.2.2-arch1.2.so + 0x52043d)
                                             #6  0x00007f990596740d n/a (libgallium-25.2.2-arch1.2.so + 0x56740d)
                                             #7  0x00007f99088969cb n/a (libc.so.6 + 0x969cb)
                                             #8  0x00007f990891aa0c n/a (libc.so.6 + 0x11aa0c)
                                             
                                             Stack trace of thread 842:
                                             #0  0x00007f990889f042 n/a (libc.so.6 + 0x9f042)
                                             #1  0x00007f99088931ac n/a (libc.so.6 + 0x931ac)
                                             #2  0x00007f990889381c n/a (libc.so.6 + 0x9381c)
                                             #3  0x00007f9908895ede pthread_cond_wait (libc.so.6 + 0x95ede)
                                             #4  0x00007f99059674de n/a (libgallium-25.2.2-arch1.2.so + 0x5674de)
                                             #5  0x00007f990592043d n/a (libgallium-25.2.2-arch1.2.so + 0x52043d)
                                             #6  0x00007f990596740d n/a (libgallium-25.2.2-arch1.2.so + 0x56740d)
                                             #7  0x00007f99088969cb n/a (libc.so.6 + 0x969cb)
                                             #8  0x00007f990891aa0c n/a (libc.so.6 + 0x11aa0c)
                                             
                                             Stack trace of thread 832:
                                             #0  0x00007f990889f042 n/a (libc.so.6 + 0x9f042)
                                             #1  0x00007f99088931ac n/a (libc.so.6 + 0x931ac)
                                             #2  0x00007f990889381c n/a (libc.so.6 + 0x9381c)
                                             #3  0x00007f9908895ede pthread_cond_wait (libc.so.6 + 0x95ede)
                                             #4  0x00007f99059674de n/a (libgallium-25.2.2-arch1.2.so + 0x5674de)
                                             #5  0x00007f990592043d n/a (libgallium-25.2.2-arch1.2.so + 0x52043d)
                                             #6  0x00007f990596740d n/a (libgallium-25.2.2-arch1.2.so + 0x56740d)
                                             #7  0x00007f99088969cb n/a (libc.so.6 + 0x969cb)
                                             #8  0x00007f990891aa0c n/a (libc.so.6 + 0x11aa0c)
                                             
                                             Stack trace of thread 841:
                                             #0  0x00007f990889f042 n/a (libc.so.6 + 0x9f042)
                                             #1  0x00007f99088931ac n/a (libc.so.6 + 0x931ac)
                                             #2  0x00007f990889381c n/a (libc.so.6 + 0x9381c)
                                             #3  0x00007f9908895ede pthread_cond_wait (libc.so.6 + 0x95ede)
                                             #4  0x00007f99059674de n/a (libgallium-25.2.2-arch1.2.so + 0x5674de)
                                             #5  0x00007f990592043d n/a (libgallium-25.2.2-arch1.2.so + 0x52043d)
                                             #6  0x00007f990596740d n/a (libgallium-25.2.2-arch1.2.so + 0x56740d)
                                             #7  0x00007f99088969cb n/a (libc.so.6 + 0x969cb)
                                             #8  0x00007f990891aa0c n/a (libc.so.6 + 0x11aa0c)
                                             
                                             Stack trace of thread 1675:
                                             #0  0x00007f990889f042 n/a (libc.so.6 + 0x9f042)
                                             #1  0x00007f99088931ac n/a (libc.so.6 + 0x931ac)
                                             #2  0x00007f990889381c n/a (libc.so.6 + 0x9381c)
                                             #3  0x00007f9908895ede pthread_cond_wait (libc.so.6 + 0x95ede)
                                             #4  0x00007f99059674de n/a (libgallium-25.2.2-arch1.2.so + 0x5674de)
                                             #5  0x00007f990592043d n/a (libgallium-25.2.2-arch1.2.so + 0x52043d)
                                             #6  0x00007f990596740d n/a (libgallium-25.2.2-arch1.2.so + 0x56740d)
                                             #7  0x00007f99088969cb n/a (libc.so.6 + 0x969cb)
                                             #8  0x00007f990891aa0c n/a (libc.so.6 + 0x11aa0c)
                                             
                                             Stack trace of thread 831:
                                             #0  0x00007f990889f042 n/a (libc.so.6 + 0x9f042)
                                             #1  0x00007f99088931ac n/a (libc.so.6 + 0x931ac)
                                             #2  0x00007f990889381c n/a (libc.so.6 + 0x9381c)
                                             #3  0x00007f9908895ede pthread_cond_wait (libc.so.6 + 0x95ede)
                                             #4  0x00007f99059674de n/a (libgallium-25.2.2-arch1.2.so + 0x5674de)
                                             #5  0x00007f990592043d n/a (libgallium-25.2.2-arch1.2.so + 0x52043d)
                                             #6  0x00007f990596740d n/a (libgallium-25.2.2-arch1.2.so + 0x56740d)
                                             #7  0x00007f99088969cb n/a (libc.so.6 + 0x969cb)
                                             #8  0x00007f990891aa0c n/a (libc.so.6 + 0x11aa0c)
                                             
                                             Stack trace of thread 829:
                                             #0  0x00007f990889f042 n/a (libc.so.6 + 0x9f042)
                                             #1  0x00007f99088931ac n/a (libc.so.6 + 0x931ac)
                                             #2  0x00007f990889381c n/a (libc.so.6 + 0x9381c)
                                             #3  0x00007f9908895ede pthread_cond_wait (libc.so.6 + 0x95ede)
                                             #4  0x00007f99059674de n/a (libgallium-25.2.2-arch1.2.so + 0x5674de)
                                             #5  0x00007f990592043d n/a (libgallium-25.2.2-arch1.2.so + 0x52043d)
                                             #6  0x00007f990596740d n/a (libgallium-25.2.2-arch1.2.so + 0x56740d)
                                             #7  0x00007f99088969cb n/a (libc.so.6 + 0x969cb)
                                             #8  0x00007f990891aa0c n/a (libc.so.6 + 0x11aa0c)
                                             ELF object binary architecture: AMD x86-64
Sep 11 08:49:26 computer systemd[1]: systemd-coredump@0-1676-0.service: Deactivated successfully.
Sep 11 08:49:26 computer systemd[1]: systemd-coredump@0-1676-0.service: Consumed 429ms CPU time, 193.6M memory peak.
Sep 11 08:49:27 computer drkonqi-coredump-processor[1678]: "/usr/lib/Xorg" 825 "/var/lib/systemd/coredump/core.Xorg.0.e6335051d06c4c549d1940c926b9450d.825.1757594966000000.zst"
Sep 11 08:49:27 computer drkonqi-coredump-processor[1678]: The socket path doesn't exist @ "/run/user/0/drkonqi-coredump-launcher"
Sep 11 08:49:27 computer systemd[1]: drkonqi-coredump-processor@0-1676-0.service: Deactivated successfully.
Sep 11 08:49:27 computer systemd-timesyncd[536]: Timed out waiting for reply from 162.159.200.1:123 (2.arch.pool.ntp.org).
Sep 11 08:49:27 computer kernel: nvidia 0000:c2:00.0: Enabling HDA controller
Sep 11 08:49:29 computer sddm[821]: Display server stopped.
Sep 11 08:49:29 computer sddm[821]: Running display stop script  QList("/usr/share/sddm/scripts/Xstop")
Sep 11 08:49:29 computer sddm[821]: Removing display SDDM::Display(0x5634ca4703c0) ...
Sep 11 08:49:29 computer sddm[821]: Adding new display...
Sep 11 08:49:29 computer sddm[821]: Loaded empty theme configuration
Sep 11 08:49:29 computer sddm[821]: Xauthority path: "/run/sddm/xauth_SQWHZV"
Sep 11 08:49:29 computer sddm[821]: Using VT 2
Sep 11 08:49:29 computer sddm[821]: Display server starting...
Sep 11 08:49:29 computer sddm[821]: Writing cookie to "/run/sddm/xauth_SQWHZV"
Sep 11 08:49:29 computer sddm[821]: Running: /usr/bin/X -dpi 130 -background none -seat seat0 vt2 -auth /run/sddm/xauth_SQWHZV -noreset -displayfd 18
Sep 11 08:49:29 computer sddm[821]: Failed to read display number from pipe
Sep 11 08:49:29 computer sddm[821]: Display server stopping...
Sep 11 08:49:29 computer sddm[821]: Attempt 1 starting the Display server on vt 2 failed
Sep 11 08:49:31 computer sddm[821]: Display server starting...
Sep 11 08:49:31 computer sddm[821]: Writing cookie to "/run/sddm/xauth_SQWHZV"
Sep 11 08:49:31 computer sddm[821]: Running: /usr/bin/X -dpi 130 -background none -seat seat0 vt2 -auth /run/sddm/xauth_SQWHZV -noreset -displayfd 15
Sep 11 08:49:31 computer sddm[821]: Failed to read display number from pipe
Sep 11 08:49:31 computer sddm[821]: Display server stopping...
Sep 11 08:49:31 computer sddm[821]: Attempt 2 starting the Display server on vt 2 failed
Sep 11 08:49:33 computer sddm[821]: Display server starting...
Sep 11 08:49:33 computer sddm[821]: Writing cookie to "/run/sddm/xauth_SQWHZV"
Sep 11 08:49:33 computer sddm[821]: Running: /usr/bin/X -dpi 130 -background none -seat seat0 vt2 -auth /run/sddm/xauth_SQWHZV -noreset -displayfd 15
Sep 11 08:49:33 computer sddm[821]: Failed to read display number from pipe
Sep 11 08:49:33 computer sddm[821]: Display server stopping...
Sep 11 08:49:33 computer sddm[821]: Attempt 3 starting the Display server on vt 2 failed
Sep 11 08:49:33 computer sddm[821]: Could not start Display server on vt 2
Sep 11 08:49:35 computer NetworkManager[720]: <info>  [1757594975.3951] device (wlp191s0): state change: activated -> deactivating (reason 'connection-removed', managed-type: 'full')
Sep 11 08:49:35 computer NetworkManager[720]: <info>  [1757594975.3955] manager: NetworkManager state is now DISCONNECTING
Sep 11 08:49:35 computer systemd[1]: Stopping User Manager for UID 1000...
Sep 11 08:49:35 computer systemd[936]: Activating special unit Exit the Session...
Sep 11 08:49:35 computer systemd[936]: Removed slice Slice /app/dbus-:1.2-org.kde.LogoutPrompt.
Sep 11 08:49:35 computer systemd[936]: Removed slice Slice /app/dbus-:1.2-org.kde.Shutdown.
Sep 11 08:49:35 computer systemd[936]: Removed slice Slice /app/dbus-:1.2-org.kde.kwalletd6.
Sep 11 08:49:35 computer systemd[936]: Removed slice User Background Tasks Slice.
Sep 11 08:49:35 computer systemd[936]: background.slice: Consumed 904ms CPU time, 98.9M memory peak.
Sep 11 08:49:35 computer systemd[936]: Stopped target Main User Target.
Sep 11 08:49:35 computer systemd[936]: Closed Socket to launch DrKonqi for a systemd-coredump crash.
Sep 11 08:49:35 computer systemd[936]: Stopping dbus-:1.2-org.kde.KSplash@0.service...
Sep 11 08:49:35 computer systemd[936]: Stopping User preferences database...
Sep 11 08:49:35 computer systemd[936]: Stopping PipeWire PulseAudio...
Sep 11 08:49:35 computer systemd[1]: Starting Network Manager Script Dispatcher Service...
Sep 11 08:49:35 computer systemd[936]: dbus-:1.2-org.kde.KSplash@0.service: Main process exited, code=exited, status=255/EXCEPTION
Sep 11 08:49:35 computer systemd[936]: dbus-:1.2-org.kde.KSplash@0.service: Failed with result 'exit-code'.
Sep 11 08:49:35 computer systemd[936]: Stopped dbus-:1.2-org.kde.KSplash@0.service.
Sep 11 08:49:35 computer systemd[936]: Stopped User preferences database.
Sep 11 08:49:35 computer systemd[936]: Stopped PipeWire PulseAudio.
Sep 11 08:49:35 computer systemd[936]: Removed slice Slice /app/dbus-:1.2-org.kde.KSplash.
Sep 11 08:49:35 computer systemd[936]: Stopping Multimedia Service Session Manager...
Sep 11 08:49:35 computer systemd[936]: Stopped Multimedia Service Session Manager.
Sep 11 08:49:35 computer systemd[936]: Stopping PipeWire Multimedia Service...
Sep 11 08:49:35 computer systemd[936]: Stopped PipeWire Multimedia Service.
Sep 11 08:49:35 computer systemd[936]: Stopped target Basic System.
Sep 11 08:49:35 computer systemd[936]: Stopped target Paths.
Sep 11 08:49:35 computer systemd[936]: Stopped Submitting pending crash events (file monitor).
Sep 11 08:49:35 computer systemd[936]: Stopped target Sockets.
Sep 11 08:49:35 computer systemd[936]: Stopped target Timers.
Sep 11 08:49:35 computer systemd[936]: Stopped Cleanup lingering KCrash metadata.
Sep 11 08:49:35 computer systemd[936]: Closed GnuPG network certificate management daemon.
Sep 11 08:49:35 computer systemd[936]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 11 08:49:35 computer systemd[936]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Sep 11 08:49:35 computer systemd[936]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Sep 11 08:49:35 computer systemd[936]: Closed GnuPG cryptographic agent and passphrase cache.
Sep 11 08:49:35 computer systemd[936]: Closed GnuPG public key management service.
Sep 11 08:49:35 computer systemd[936]: Closed p11-kit server.
Sep 11 08:49:35 computer systemd[936]: Closed PipeWire PulseAudio.
Sep 11 08:49:35 computer systemd[1]: Started Network Manager Script Dispatcher Service.
Sep 11 08:49:35 computer systemd[936]: Closed PipeWire Multimedia System Sockets.
Sep 11 08:49:35 computer dbus-broker[969]: Dispatched 6571 messages @ 2(±5)μs / message.
Sep 11 08:49:35 computer systemd[936]: Stopping D-Bus User Message Bus...
Sep 11 08:49:35 computer kernel: wlp191s0: deauthenticating from 04:92:26:83:ad:a0 by local choice (Reason: 3=DEAUTH_LEAVING)
Sep 11 08:49:35 computer systemd[936]: Stopped D-Bus User Message Bus.
Sep 11 08:49:35 computer systemd[936]: Removed slice User Core Session Slice.
Sep 11 08:49:35 computer systemd[936]: session.slice: Consumed 5.431s CPU time, 463.3M memory peak.
Sep 11 08:49:35 computer systemd[936]: Closed D-Bus User Message Bus Socket.
Sep 11 08:49:35 computer systemd[936]: Removed slice User Application Slice.
Sep 11 08:49:35 computer systemd[936]: app.slice: Consumed 1.730s CPU time, 97.9M memory peak.
Sep 11 08:49:35 computer systemd[936]: Reached target Shutdown.
Sep 11 08:49:35 computer systemd[936]: Finished Exit the Session.
Sep 11 08:49:35 computer systemd[936]: Reached target Exit the Session.
Sep 11 08:49:35 computer systemd-logind[727]: Removed session 3.
Sep 11 08:49:35 computer systemd[1]: user@1000.service: Deactivated successfully.
Sep 11 08:49:35 computer systemd[1]: Stopped User Manager for UID 1000.
Sep 11 08:49:35 computer systemd[1]: user@1000.service: Consumed 8.377s CPU time, 662.3M memory peak.
Sep 11 08:49:35 computer systemd[1]: Stopping User Runtime Directory /run/user/1000...
Sep 11 08:49:35 computer wpa_supplicant[817]: nl80211: send_event_marker failed: Source based routing not supported
Sep 11 08:49:35 computer wpa_supplicant[817]: wlp191s0: CTRL-EVENT-DISCONNECTED bssid=04:92:26:83:ad:a0 reason=3 locally_generated=1
Sep 11 08:49:35 computer wpa_supplicant[817]: wlp191s0: CTRL-EVENT-DSCP-POLICY clear_all
Sep 11 08:49:35 computer NetworkManager[720]: <info>  [1757594975.5474] device (wlp191s0): supplicant interface state: completed -> disconnected
Sep 11 08:49:35 computer NetworkManager[720]: <info>  [1757594975.5475] device (p2p-dev-wlp191s0): supplicant management interface state: completed -> disconnected
Sep 11 08:49:35 computer NetworkManager[720]: <info>  [1757594975.5477] device (wlp191s0): state change: deactivating -> disconnected (reason 'connection-removed', managed-type: 'full')
Sep 11 08:49:35 computer avahi-daemon[721]: Withdrawing address record for fe80::59cb:c8a:11b:fb6a on wlp191s0.
Sep 11 08:49:35 computer avahi-daemon[721]: Leaving mDNS multicast group on interface wlp191s0.IPv6 with address fe80::59cb:c8a:11b:fb6a.
Sep 11 08:49:35 computer NetworkManager[720]: <info>  [1757594975.5479] dhcp4 (wlp191s0): canceled DHCP transaction
Sep 11 08:49:35 computer avahi-daemon[721]: Interface wlp191s0.IPv6 no longer relevant for mDNS.
Sep 11 08:49:35 computer NetworkManager[720]: <info>  [1757594975.5479] dhcp4 (wlp191s0): activation: beginning transaction (timeout in 45 seconds)
Sep 11 08:49:35 computer NetworkManager[720]: <info>  [1757594975.5479] dhcp4 (wlp191s0): state changed no lease
Sep 11 08:49:35 computer systemd[1]: run-user-1000.mount: Deactivated successfully.
Sep 11 08:49:35 computer systemd[1]: user-runtime-dir@1000.service: Deactivated successfully.
Sep 11 08:49:35 computer systemd[1]: Stopped User Runtime Directory /run/user/1000.
Sep 11 08:49:35 computer systemd[1]: Removed slice User Slice of UID 1000.
Sep 11 08:49:35 computer systemd[1]: user-1000.slice: Consumed 8.647s CPU time, 693.4M memory peak.
Sep 11 08:49:35 computer avahi-daemon[721]: Interface wlp191s0.IPv4 no longer relevant for mDNS.
Sep 11 08:49:35 computer avahi-daemon[721]: Leaving mDNS multicast group on interface wlp191s0.IPv4 with address 192.168.0.550.
Sep 11 08:49:35 computer avahi-daemon[721]: Withdrawing address record for 192.168.0.550 on wlp191s0.
Sep 11 08:49:35 computer NetworkManager[720]: <info>  [1757594975.5767] device (wlp191s0): set-hw-addr: set MAC address to 62:80:BB:83:69:12 (scanning)
Sep 11 08:49:35 computer avahi-daemon[721]: Joining mDNS multicast group on interface wlp191s0.IPv4 with address 192.168.0.550.
Sep 11 08:49:35 computer avahi-daemon[721]: New relevant interface wlp191s0.IPv4 for mDNS.
Sep 11 08:49:35 computer avahi-daemon[721]: Registering new address record for 192.168.0.550 on wlp191s0.IPv4.
Sep 11 08:49:35 computer avahi-daemon[721]: Withdrawing address record for 192.168.0.550 on wlp191s0.
Sep 11 08:49:35 computer avahi-daemon[721]: Leaving mDNS multicast group on interface wlp191s0.IPv4 with address 192.168.0.550.
Sep 11 08:49:35 computer avahi-daemon[721]: Interface wlp191s0.IPv4 no longer relevant for mDNS.
Sep 11 08:49:35 computer NetworkManager[720]: <info>  [1757594975.6231] manager: NetworkManager state is now DISCONNECTED
Sep 11 08:49:36 computer systemd[1]: Started Getty on tty3.
Sep 11 08:49:38 computer systemd-timesyncd[536]: Timed out waiting for reply from 167.160.187.12:123 (2.arch.pool.ntp.org).
Sep 11 08:49:41 computer login[1723]: pam_unix(login:session): session opened for user user(uid=1000) by user(uid=0)
Sep 11 08:49:41 computer systemd-logind[727]: New session 4 of user user.
Sep 11 08:49:41 computer systemd[1]: Created slice User Slice of UID 1000.
Sep 11 08:49:41 computer systemd[1]: Starting User Runtime Directory /run/user/1000...
Sep 11 08:49:41 computer systemd[1]: Finished User Runtime Directory /run/user/1000.
Sep 11 08:49:41 computer systemd[1]: Starting User Manager for UID 1000...
Sep 11 08:49:41 computer (systemd)[1732]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[user] ruser=[<unknown>] rhost=[<unknown>]
Sep 11 08:49:41 computer (systemd)[1732]: pam_unix(systemd-user:session): session opened for user user(uid=1000) by user(uid=0)
Sep 11 08:49:41 computer systemd-logind[727]: New session 5 of user user.
Sep 11 08:49:41 computer systemd[1732]: Queued start job for default target Main User Target.
Sep 11 08:49:41 computer systemd[1732]: Created slice User Application Slice.
Sep 11 08:49:41 computer systemd[1732]: Started Submitting pending crash events (file monitor).
Sep 11 08:49:41 computer systemd[1732]: Started Cleanup lingering KCrash metadata.
Sep 11 08:49:41 computer systemd[1732]: Submitting pending crash events was skipped because of an unmet condition check (ConditionPathExistsGlob=/home/user/.cache/drkonqi/sentry-envelopes/*).
Sep 11 08:49:41 computer systemd[1732]: Reached target Paths.
Sep 11 08:49:41 computer systemd[1732]: Reached target Timers.
Sep 11 08:49:41 computer systemd[1732]: Starting D-Bus User Message Bus Socket...
Sep 11 08:49:41 computer systemd[1732]: Listening on GnuPG network certificate management daemon.
Sep 11 08:49:41 computer systemd[1732]: Listening on Socket to launch DrKonqi for a systemd-coredump crash.
Sep 11 08:49:41 computer systemd[1732]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 11 08:49:41 computer systemd[1732]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Sep 11 08:49:41 computer systemd[1732]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Sep 11 08:49:41 computer systemd[1732]: Listening on GnuPG cryptographic agent and passphrase cache.
Sep 11 08:49:41 computer systemd[1732]: Listening on GnuPG public key management service.
Sep 11 08:49:41 computer systemd[1732]: Listening on p11-kit server.
Sep 11 08:49:41 computer systemd[1732]: Listening on PipeWire PulseAudio.
Sep 11 08:49:41 computer systemd[1732]: Listening on PipeWire Multimedia System Sockets.
Sep 11 08:49:41 computer systemd[1732]: Listening on D-Bus User Message Bus Socket.
Sep 11 08:49:41 computer systemd[1732]: Reached target Sockets.
Sep 11 08:49:41 computer systemd[1732]: Reached target Basic System.
Sep 11 08:49:41 computer systemd[1]: Started User Manager for UID 1000.
Sep 11 08:49:41 computer systemd[1732]: Started Cleanup lingering KCrash metadata.
Sep 11 08:49:41 computer systemd[1]: Started Session 4 of User user.
Sep 11 08:49:41 computer systemd[1732]: Starting Update XDG user dir configuration...
Sep 11 08:49:41 computer login[1723]: LOGIN ON tty3 BY user
Sep 11 08:49:41 computer systemd[1732]: Finished Update XDG user dir configuration.
Sep 11 08:49:41 computer systemd[1732]: Reached target Main User Target.
Sep 11 08:49:41 computer systemd[1732]: Startup finished in 149ms.
Sep 11 08:49:42 computer NetworkManager[720]: <info>  [1757594982.4810] policy: auto-activating connection 'the_shire' (9f7aff38-1b07-4834-a322-6ce123ce7062)
Sep 11 08:49:42 computer NetworkManager[720]: <info>  [1757594982.4814] device (wlp191s0): Activation: starting connection 'the_shire' (9f7aff38-1b07-4834-a322-6ce123ce7062)
Sep 11 08:49:42 computer NetworkManager[720]: <info>  [1757594982.4814] device (wlp191s0): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Sep 11 08:49:42 computer NetworkManager[720]: <info>  [1757594982.4815] manager: NetworkManager state is now CONNECTING
Sep 11 08:49:42 computer NetworkManager[720]: <info>  [1757594982.4962] device (wlp191s0): set-hw-addr: reset MAC address to 70:08:10:B1:FC:8D (preserve)
Sep 11 08:49:42 computer NetworkManager[720]: <info>  [1757594982.4977] device (wlp191s0): state change: prepare -> config (reason 'none', managed-type: 'full')
Sep 11 08:49:42 computer NetworkManager[720]: <info>  [1757594982.4978] device (wlp191s0): Activation: (wifi) access point 'the_shire' has security, but secrets are required.
Sep 11 08:49:42 computer NetworkManager[720]: <info>  [1757594982.4978] device (wlp191s0): state change: config -> need-auth (reason 'none', managed-type: 'full')
Sep 11 08:49:42 computer NetworkManager[720]: <info>  [1757594982.4978] sup-iface[11880d2353d5b205,0,wlp191s0]: wps: type pbc start...
Sep 11 08:49:42 computer NetworkManager[720]: <warn>  [1757594982.4980] device (wlp191s0): no secrets: No agents were available for this request.
Sep 11 08:49:42 computer NetworkManager[720]: <info>  [1757594982.4980] device (wlp191s0): state change: need-auth -> failed (reason 'no-secrets', managed-type: 'full')
Sep 11 08:49:42 computer NetworkManager[720]: <info>  [1757594982.4981] manager: NetworkManager state is now DISCONNECTED
Sep 11 08:49:42 computer NetworkManager[720]: <warn>  [1757594982.4981] device (wlp191s0): Activation: failed for connection 'the_shire'
Sep 11 08:49:42 computer NetworkManager[720]: <info>  [1757594982.4982] device (wlp191s0): state change: failed -> disconnected (reason 'none', managed-type: 'full')
Sep 11 08:49:42 computer NetworkManager[720]: <info>  [1757594982.5143] device (wlp191s0): set-hw-addr: set MAC address to C6:B2:D4:40:38:29 (scanning)
Sep 11 08:49:42 computer wpa_supplicant[817]: wlp191s0: WPS-CANCEL
Sep 11 08:49:42 computer NetworkManager[720]: <info>  [1757594982.5162] device (wlp191s0): supplicant interface state: disconnected -> interface_disabled
Sep 11 08:49:42 computer NetworkManager[720]: <info>  [1757594982.5162] device (p2p-dev-wlp191s0): supplicant management interface state: disconnected -> interface_disabled
Sep 11 08:49:42 computer NetworkManager[720]: <info>  [1757594982.5210] device (wlp191s0): supplicant interface state: interface_disabled -> disconnected
Sep 11 08:49:42 computer NetworkManager[720]: <info>  [1757594982.5210] device (p2p-dev-wlp191s0): supplicant management interface state: interface_disabled -> disconnected
Sep 11 08:49:45 computer systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Sep 11 08:49:56 computer su[1761]: (to root) user on tty3
Sep 11 08:49:56 computer su[1761]: pam_unix(su:session): session opened for user root(uid=0) by user(uid=1000)
Sep 11 08:49:58 computer su[1761]: pam_unix(su:session): session closed for user root
Sep 11 08:50:23 computer sudo[1767]:     user : TTY=tty3 ; PWD=/home/user ; USER=root ; COMMAND=/usr/bin/journalctl -b 0
Sep 11 08:50:23 computer sudo[1767]: pam_unix(sudo:session): session opened for user root(uid=0) by user(uid=1000)

And here's Xorg.0.log at the time of crash:

[    52.078] (--) Log file renamed from "/var/log/Xorg.pid-1701.log" to "/var/log/Xorg.0.log"
[    52.079] 
X.Org X Server 1.21.1.18
X Protocol Version 11, Revision 0
[    52.079] Current Operating System: Linux computer 6.16.6-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 10 Sep 2025 00:38:07 +0000 x86_64
[    52.079] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=aa06cd66-4dd5-4f8a-8401-db73c0ad8fe8 rw NVreg_PreserveVideoMemoryAllocations=1 initcall_blacklist=acpi_cpufreq_init loglevel=3 quiet
[    52.079]  
[    52.079] Current version of pixman: 0.46.4
[    52.079] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    52.079] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    52.079] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Sep 11 08:49:33 2025
[    52.079] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    52.079] (==) No Layout section.  Using the first Screen section.
[    52.079] (==) No screen section available. Using defaults.
[    52.079] (**) |-->Screen "Default Screen Section" (0)
[    52.079] (**) |   |-->Monitor "<default monitor>"
[    52.079] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    52.079] (**) |   |-->Device "Radeon890M"
[    52.079] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    52.079] (**) Allowing byte-swapped clients
[    52.079] (==) Automatically adding devices
[    52.079] (==) Automatically enabling devices
[    52.079] (==) Automatically adding GPU devices
[    52.079] (==) Automatically binding GPU devices
[    52.079] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    52.079] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    52.079] 	Entry deleted from font path.
[    52.079] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[    52.079] 	Entry deleted from font path.
[    52.079] 	(Run 'mkfontdir' on "/usr/share/fonts/TTF").
[    52.079] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF".
[    52.079] 	Entry deleted from font path.
[    52.079] 	(Run 'mkfontdir' on "/usr/share/fonts/OTF").
[    52.079] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    52.079] 	Entry deleted from font path.
[    52.079] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    52.079] 	Entry deleted from font path.
[    52.079] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    52.079] 	Entry deleted from font path.
[    52.079] (==) FontPath set to:
	
[    52.079] (==) ModulePath set to "/usr/lib/xorg/modules"
[    52.079] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    52.079] (II) Module ABI versions:
[    52.079] 	X.Org ANSI C Emulation: 0.4
[    52.079] 	X.Org Video Driver: 25.2
[    52.079] 	X.Org XInput driver : 24.4
[    52.079] 	X.Org Server Extension : 10.0
[    52.080] (++) using VT number 2

[    52.080] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    52.082] (II) xfree86: Adding drm device (/dev/dri/card0)
[    52.082] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.1/0000:c2:00.0/drm/card0
[    52.082] (II) xfree86: Adding drm device (/dev/dri/card1)
[    52.082] (II) Platform probe for /sys/devices/pci0000:00/0000:00:08.1/0000:c3:00.0/drm/card1
[    52.087] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    52.089] (--) PCI:*(194@0:0:0) 10de:2d18:1558:8362 rev 161, Mem @ 0x80000000/67108864, 0x5800000000/8589934592, 0x5a00000000/33554432, I/O @ 0x00002000/128, BIOS @ 0x????????/524288
[    52.090] (--) PCI: (195@0:0:0) 1002:150e:1558:8350 rev 193, Mem @ 0x5a10000000/268435456, 0x84200000/2097152, 0x84600000/524288, I/O @ 0x00001000/256
[    52.090] (II) LoadModule: "glx"
[    52.090] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    52.091] (II) Module glx: vendor="X.Org Foundation"
[    52.091] 	compiled for 1.21.1.18, module version = 1.0.0
[    52.091] 	ABI class: X.Org Server Extension, version 10.0
[    52.091] (II) LoadModule: "amdgpu"
[    52.091] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[    52.092] (II) Module amdgpu: vendor="X.Org Foundation"
[    52.092] 	compiled for 1.21.1.18, module version = 25.0.0
[    52.092] 	Module class: X.Org Video Driver
[    52.092] 	ABI class: X.Org Video Driver, version 25.2
[    52.092] (II) AMDGPU: Driver for AMD Radeon:
	All GPUs supported by the amdgpu kernel driver
[    52.098] (EE) No devices detected.
[    52.098] (EE) 
Fatal server error:
[    52.098] (EE) no screens found(EE) 
[    52.098] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[    52.099] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    52.099] (EE) 
[    52.109] (EE) Server terminated with error (1). Closing log file.

The 'No devices detected' and 'No screens found' look interesting.  Could it be that when restarting sddm - which I assume logging might trigger, or something like it - it's not picking up the 20-amdgpu?  Wouldn't it be odd if it's looking for it in /etc/X11/xorg.d.conf when it's not booting?

Offline

#15 2025-09-11 14:12:17

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

Re: [SOLVED] Black screen on SDDM with AMD iGPU and nvidia dGPU

[    52.092] (II) AMDGPU: Driver for AMD Radeon:
	All GPUs supported by the amdgpu kernel driver
[    52.098] (EE) No devices detected.

It *wants* to pick up the AMD device (which could pose a problem in dGPU mode) but fails and then aborts.
There's nothing in the journal to explain the failing HW access, might be a race condition causing access rights issues?

Section "Device"
    Identifier "Radeon890M"
    Driver "amdgpu"
    BusID       "PCI:195:0:0"
EndSection

Do you have to reboot or is it sufficient to restart SDDM?

Ftr: "NVreg_PreserveVideoMemoryAllocations=1" is default and wrong (would be "nvidia.NVreg_PreserveVideoMemoryAllocations=1"

Offline

#16 2025-09-11 16:42:34

haigioli
Member
Registered: 2018-09-06
Posts: 142

Re: [SOLVED] Black screen on SDDM with AMD iGPU and nvidia dGPU

Section "Device"
    Identifier "Radeon890M"
    Driver "amdgpu"
    BusID       "PCI:195:0:0"
EndSection

Excellent, do I put this in 20-amdgpu.conf, or the installed 10-amdgpu.conf?

seth wrote:

Do you have to reboot or is it sufficient to restart SDDM?

I have to reboot.  Restarting gives the same result.

seth wrote:

Ftr: "NVreg_PreserveVideoMemoryAllocations=1" is default and wrong (would be "nvidia.NVreg_PreserveVideoMemoryAllocations=1"

Thanks for the clarification.  I made the adjustment.

Offline

#17 2025-09-11 19:26:18

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

Re: [SOLVED] Black screen on SDDM with AMD iGPU and nvidia dGPU

20-amdgpu.conf, stay away from the package-owned files.
There's no guarantee that hinting the bus will help here, esp. since

I have to reboot.  Restarting gives the same result.

which is really odd.
For clarification,  I mean "systemctl stop sddm; sleep 5; systemctl start sddm"

Offline

#18 2025-09-11 20:34:04

haigioli
Member
Registered: 2018-09-06
Posts: 142

Re: [SOLVED] Black screen on SDDM with AMD iGPU and nvidia dGPU

@seth, hinting the bus (I haven't done that in a really, really long time) did the trick.  It totally works.

I wonder...  In plasma 5 & 6, there is the option in sddm kcm to 'Apply Plasma Settings...' to the sddm greeter.  I re-applied that (in case I changed something in my theme) again for this exercise.  I haven't looked into what's happening in the BG when I invoke it.  I see nothing in the /etc/sddm.conf - it's empty, as I mentioned before.  I don't know what sddm is doing, or if it's even the culprit here, but if this info helps figure out what's baffling you throughout all this, it's cool.

Thanks, @seth.  Now, on to the next little problem...

Offline

Board footer

Powered by FluxBB