You are not logged in.

#1 2024-05-18 12:54:33

Zibi1981
Member
From: Poland
Registered: 2008-01-31
Posts: 703

No DRM on nVidia proprietary driver and kernel 6.9.1

After a recent system update which came with new kernel version

$ uname -a
Linux MSI-Raider 6.9.1-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 17 May 2024 16:56:38 +0000 x86_64 GNU/Linux

I cannot boot Arch anymore unless I remove nvidia_drm.modeset=1 from kernel parameters.

Is this a known issue?

P.S. Just found this: https://www.reddit.com/r/kde/comments/1 … linux_691/

Last edited by Zibi1981 (2024-05-18 13:09:55)


"... being a Linux user is sort of like living in a house inhabited by a large family of carpenters and architects. Every morning when you wake up, the house is a little different. Maybe there is a new turret, or some walls have moved. Or perhaps someone has temporarily removed the floor under your bed."

MSI Raider GE78HX 13VI-032PL

Offline

#2 2024-05-18 14:16:29

seth
Member
Registered: 2012-09-03
Posts: 60,365

Re: No DRM on nVidia proprietary driver and kernel 6.9.1

ANd if you remove that, do you simply end up w/ the simpledrm device/driver in use?
Do you have a journal for the failed boot? Can you still boot the multi-user.target (2nd link below)?

Offline

#3 2024-05-18 14:41:21

Zibi1981
Member
From: Poland
Registered: 2008-01-31
Posts: 703

Re: No DRM on nVidia proprietary driver and kernel 6.9.1

During booting process I'm stuck with MSI logo on the screen and cannot do or see anything besides using SysRq to reboot or shutdown. When I edit kernel parameters as mentioned above and then boot, everything seems OK (except higher resolution in the login screen).

After successful boot all drivers seem to work without issues, as I was able to run a game (Rise of the Tomb Rider).

I don't think I have a journal of the failed boot

$ journalctl --list-boots
IDX BOOT ID                          FIRST ENTRY                  LAST ENTRY                  
  0 2242bf9a428e4f16a5e5c52b2fe59a36 Sat 2024-05-18 14:43:03 CEST Sat 2024-05-18 16:39:57 CEST

$ journalctl -b-1
Specifying boot ID or boot offset has no effect, no persistent journal was found.

I haven't tried to boot the multi-user.target.

Last edited by Zibi1981 (2024-05-18 14:42:30)


"... being a Linux user is sort of like living in a house inhabited by a large family of carpenters and architects. Every morning when you wake up, the house is a little different. Maybe there is a new turret, or some walls have moved. Or perhaps someone has temporarily removed the floor under your bed."

MSI Raider GE78HX 13VI-032PL

Offline

#4 2024-05-18 15:01:09

seth
Member
Registered: 2012-09-03
Posts: 60,365

Re: No DRM on nVidia proprietary driver and kernel 6.9.1

https://man.archlinux.org/man/core/syst … .conf.5.en
You're looking for a "Storage" key

Check "glxinfo -B" and/or your xorg log on whether you're still using the nvidia driver.
Can you add the parameter to modprobe.conf (and thus enable KMS but not block the simpledrm device)?
Alternatively add  "initcall_blacklist=simpledrm_platform_driver_init" to the kernel parameters (instead of nvidia_drm.modeset=1) - this will not enable nvidia KMS, but still block the simpledrm device. If you critically rely on the latter, it'll thus reveal that.

Offline

#5 2024-05-18 15:46:02

Zibi1981
Member
From: Poland
Registered: 2008-01-31
Posts: 703

Re: No DRM on nVidia proprietary driver and kernel 6.9.1

seth wrote:

Not sure what you want me to do.

seth wrote:

Check "glxinfo -B" and/or your xorg log on whether you're still using the nvidia driver.

In my laptop with integrated Intel GPU, the dGPU is used only when playing games , and all seems to work as previously

$ cat /sys/class/drm/card*/device/power_state
D3cold
D0

$ glxinfo | grep "OpenGL renderer"
OpenGL renderer string: Mesa Intel(R) Graphics (RPL-S)


$ prime-run glxinfo | grep "OpenGL renderer"
OpenGL renderer string: NVIDIA GeForce RTX 4090 Laptop GPU/PCIe/SSE2

$ nvidia-smi
Sat May 18 17:42:24 2024       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 550.78                 Driver Version: 550.78         CUDA Version: 12.4     |
|-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA GeForce RTX 4090 ...    Off |   00000000:01:00.0 Off |                  N/A |
| N/A   36C    P8              1W /  150W |      77MiB /  16376MiB |      0%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+
                                                                                         
+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI        PID   Type   Process name                              GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A      1298      G   /usr/lib/Xorg                                   4MiB |
|    0   N/A  N/A     49102      G   ...local/share/Steam/ubuntu12_32/steam          4MiB |
|    0   N/A  N/A     49708      G   ./steamwebhelper                               55MiB |
+-----------------------------------------------------------------------------------------+

I'm also on KDE/Wayland, not X11.

seth wrote:

Can you add the parameter to modprobe.conf (and thus enable KMS but not block the simpledrm device)?
Alternatively add  "initcall_blacklist=simpledrm_platform_driver_init" to the kernel parameters (instead of nvidia_drm.modeset=1) - this will not enable nvidia KMS, but still block the simpledrm device. If you critically rely on the latter, it'll thus reveal that.

Will have to give these a try.

P.S.

By doing this

seth wrote:

add  "initcall_blacklist=simpledrm_platform_driver_init" to the kernel parameters (instead of nvidia_drm.modeset=1)

I've ended with this

20240518-175659.jpg

Last edited by Zibi1981 (2024-05-18 16:17:46)


"... being a Linux user is sort of like living in a house inhabited by a large family of carpenters and architects. Every morning when you wake up, the house is a little different. Maybe there is a new turret, or some walls have moved. Or perhaps someone has temporarily removed the floor under your bed."

MSI Raider GE78HX 13VI-032PL

Offline

#6 2024-05-18 16:26:04

seth
Member
Registered: 2012-09-03
Posts: 60,365

Re: No DRM on nVidia proprietary driver and kernel 6.9.1

I'm also on KDE/Wayland, not X11.

Yeah, but steam isn't.

In my laptop with integrated Intel GPU, the dGPU is used only when playing games

What makes this even more weird and we should certainly look at the journal for the failed boot…

Not sure what you want me to do.

Enable persistent storage so we get a journal of the failed boot.

Offline

#7 2024-05-18 16:39:06

Zibi1981
Member
From: Poland
Registered: 2008-01-31
Posts: 703

Re: No DRM on nVidia proprietary driver and kernel 6.9.1

seth wrote:

Enable persistent storage so we get a journal of the failed boot.

You mean by editing /etc/systemd/journald.conf like this?

[Journal]
Storage=persistent
#Compress=yes
#Seal=yes
#SplitMode=uid
(...)

EDIT

After enabling persistent journal storage and rebooting:

$ journalctl --list-boots
IDX BOOT ID                          FIRST ENTRY                  LAST ENTRY                  
 -1 b7aad368fa9349dd8b9eb13a062c40d1 Sat 2024-05-18 18:40:36 CEST Sat 2024-05-18 18:40:41 CEST
  0 446519854f4d49778f70819e293d8b11 Sat 2024-05-18 18:42:16 CEST Sat 2024-05-18 18:42:56 CEST
$ journalctl -b-1

maj 18 18:40:36 MSI-Raider kernel: Linux version 6.9.1-arch1-1 (linux@archlinux) (gcc (GCC) 14.1.1 20240507, GNU ld (GNU Binutils) 2.42.0) #1 SMP PREEMPT_DYNAMIC Fri, 17 May 2024 16:56:38 +0000
maj 18 18:40:36 MSI-Raider kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=70cb0615-4e6f-da01-70cb-06154e6fda01 rw nvidia_drm.modeset=1 ec_sys.write_support=1 sysrq_always_enabled=1 loglevel=3 quiet lsm=landlock,lockdown,yama,integrity,apparmor,bpf splash audit=1
maj 18 18:40:36 MSI-Raider kernel: x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
maj 18 18:40:36 MSI-Raider kernel: BIOS-provided physical RAM map:
maj 18 18:40:36 MSI-Raider kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
maj 18 18:40:36 MSI-Raider kernel: BIOS-e820: [mem 0x000000000009e000-0x000000000009efff] reserved
maj 18 18:40:36 MSI-Raider kernel: BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] usable
maj 18 18:40:36 MSI-Raider kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
maj 18 18:40:36 MSI-Raider kernel: BIOS-e820: [mem 0x0000000000100000-0x000000002d603fff] usable
maj 18 18:40:36 MSI-Raider kernel: BIOS-e820: [mem 0x000000002d604000-0x0000000030703fff] reserved
maj 18 18:40:36 MSI-Raider kernel: BIOS-e820: [mem 0x0000000030704000-0x0000000030814fff] ACPI data
maj 18 18:40:36 MSI-Raider kernel: BIOS-e820: [mem 0x0000000030815000-0x00000000309f6fff] ACPI NVS
maj 18 18:40:36 MSI-Raider kernel: BIOS-e820: [mem 0x00000000309f7000-0x0000000033efefff] reserved
maj 18 18:40:36 MSI-Raider kernel: BIOS-e820: [mem 0x0000000033eff000-0x0000000033efffff] usable
maj 18 18:40:36 MSI-Raider kernel: BIOS-e820: [mem 0x0000000033f00000-0x0000000039ffffff] reserved
maj 18 18:40:36 MSI-Raider kernel: BIOS-e820: [mem 0x000000003a800000-0x000000003abfffff] reserved
maj 18 18:40:36 MSI-Raider kernel: BIOS-e820: [mem 0x000000003b000000-0x00000000403fffff] reserved
maj 18 18:40:36 MSI-Raider kernel: BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
maj 18 18:40:36 MSI-Raider kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
maj 18 18:40:36 MSI-Raider kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
maj 18 18:40:36 MSI-Raider kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
maj 18 18:40:36 MSI-Raider kernel: BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
maj 18 18:40:36 MSI-Raider kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
maj 18 18:40:36 MSI-Raider kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
maj 18 18:40:36 MSI-Raider kernel: BIOS-e820: [mem 0x0000000100000000-0x00000010bfbfffff] usable
maj 18 18:40:36 MSI-Raider kernel: The simpledrm driver will not be probed
maj 18 18:40:36 MSI-Raider kernel: NX (Execute Disable) protection: active
maj 18 18:40:36 MSI-Raider kernel: APIC: Static calls initialized
maj 18 18:40:36 MSI-Raider kernel: e820: update [mem 0x26dff018-0x26e23c57] usable ==> usable
maj 18 18:40:36 MSI-Raider kernel: extended physical RAM map:
maj 18 18:40:36 MSI-Raider kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000009dfff] usable
maj 18 18:40:36 MSI-Raider kernel: reserve setup_data: [mem 0x000000000009e000-0x000000000009efff] reserved
maj 18 18:40:36 MSI-Raider kernel: reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] usable
maj 18 18:40:36 MSI-Raider kernel: reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
maj 18 18:40:36 MSI-Raider kernel: reserve setup_data: [mem 0x0000000000100000-0x0000000026dff017] usable
maj 18 18:40:36 MSI-Raider kernel: reserve setup_data: [mem 0x0000000026dff018-0x0000000026e23c57] usable
maj 18 18:40:36 MSI-Raider kernel: reserve setup_data: [mem 0x0000000026e23c58-0x000000002d603fff] usable
maj 18 18:40:36 MSI-Raider kernel: reserve setup_data: [mem 0x000000002d604000-0x0000000030703fff] reserved
maj 18 18:40:36 MSI-Raider kernel: reserve setup_data: [mem 0x0000000030704000-0x0000000030814fff] ACPI data
maj 18 18:40:36 MSI-Raider kernel: reserve setup_data: [mem 0x0000000030815000-0x00000000309f6fff] ACPI NVS
maj 18 18:40:36 MSI-Raider kernel: reserve setup_data: [mem 0x00000000309f7000-0x0000000033efefff] reserved
maj 18 18:40:36 MSI-Raider kernel: reserve setup_data: [mem 0x0000000033eff000-0x0000000033efffff] usable
maj 18 18:40:36 MSI-Raider kernel: reserve setup_data: [mem 0x0000000033f00000-0x0000000039ffffff] reserved
maj 18 18:40:36 MSI-Raider kernel: reserve setup_data: [mem 0x000000003a800000-0x000000003abfffff] reserved
maj 18 18:40:36 MSI-Raider kernel: reserve setup_data: [mem 0x000000003b000000-0x00000000403fffff] reserved
maj 18 18:40:36 MSI-Raider kernel: reserve setup_data: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
maj 18 18:40:36 MSI-Raider kernel: reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
maj 18 18:40:36 MSI-Raider kernel: reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
maj 18 18:40:36 MSI-Raider kernel: reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
maj 18 18:40:36 MSI-Raider kernel: reserve setup_data: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
maj 18 18:40:36 MSI-Raider kernel: reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
maj 18 18:40:36 MSI-Raider kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
maj 18 18:40:36 MSI-Raider kernel: reserve setup_data: [mem 0x0000000100000000-0x00000010bfbfffff] usable
maj 18 18:40:36 MSI-Raider kernel: efi: EFI v2.8 by American Megatrends
maj 18 18:40:36 MSI-Raider kernel: efi: ACPI=0x30814000 ACPI 2.0=0x30814014 TPMFinalLog=0x308c3000 SMBIOS=0x33b8b000 SMBIOS 3.0=0x33b8a000 MEMATTR=0x2add1318 ESRT=0x2af0a918 INITRD=0x26e62818 RNG=0x30739018 TPMEventLog=0x26e47018 
maj 18 18:40:36 MSI-Raider kernel: random: crng init done
maj 18 18:40:36 MSI-Raider kernel: efi: Remove mem76: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
maj 18 18:40:36 MSI-Raider kernel: e820: remove [mem 0xc0000000-0xcfffffff] reserved
maj 18 18:40:36 MSI-Raider kernel: efi: Not removing mem77: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
maj 18 18:40:36 MSI-Raider kernel: efi: Not removing mem78: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
maj 18 18:40:36 MSI-Raider kernel: efi: Not removing mem79: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
maj 18 18:40:36 MSI-Raider kernel: efi: Not removing mem81: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
maj 18 18:40:36 MSI-Raider kernel: efi: Remove mem82: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
maj 18 18:40:36 MSI-Raider kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
maj 18 18:40:36 MSI-Raider kernel: SMBIOS 3.5.0 present.
maj 18 18:40:36 MSI-Raider kernel: DMI: Micro-Star International Co., Ltd. Raider GE78HX 13VI/MS-17S1, BIOS E17S1IMS.111 11/28/2023
maj 18 18:40:36 MSI-Raider kernel: tsc: Detected 2400.000 MHz processor
maj 18 18:40:36 MSI-Raider kernel: tsc: Detected 2419.200 MHz TSC
maj 18 18:40:36 MSI-Raider kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
maj 18 18:40:36 MSI-Raider kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
maj 18 18:40:36 MSI-Raider kernel: last_pfn = 0x10bfc00 max_arch_pfn = 0x400000000
maj 18 18:40:36 MSI-Raider kernel: MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
maj 18 18:40:36 MSI-Raider kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
maj 18 18:40:36 MSI-Raider kernel: last_pfn = 0x33f00 max_arch_pfn = 0x400000000
maj 18 18:40:36 MSI-Raider kernel: esrt: Reserving ESRT space from 0x000000002af0a918 to 0x000000002af0a9c8.
maj 18 18:40:36 MSI-Raider kernel: e820: update [mem 0x2af0a000-0x2af0afff] usable ==> reserved
maj 18 18:40:36 MSI-Raider kernel: Using GB pages for direct mapping
maj 18 18:40:36 MSI-Raider kernel: Incomplete global flushes, disabling PCID
maj 18 18:40:36 MSI-Raider kernel: Secure boot disabled
maj 18 18:40:36 MSI-Raider kernel: RAMDISK: [mem 0x14dc9000-0x1bc76fff]
maj 18 18:40:36 MSI-Raider kernel: ACPI: Early table checksum verification disabled
maj 18 18:40:36 MSI-Raider kernel: ACPI: RSDP 0x0000000030814014 000024 (v02 MSI_NB)
maj 18 18:40:36 MSI-Raider kernel: ACPI: XSDT 0x0000000030813728 000144 (v01 MSI_NB MEGABOOK 01072009 AMI  01000013)
maj 18 18:40:36 MSI-Raider kernel: ACPI: FACP 0x000000003080D000 000114 (v06 MSI_NB MEGABOOK 01072009 AMI  01000013)
maj 18 18:40:36 MSI-Raider kernel: ACPI: DSDT 0x000000003077C000 0908B1 (v02 MSI_NB MEGABOOK 01072009 INTL 20200717)
maj 18 18:40:36 MSI-Raider kernel: ACPI: FACS 0x00000000309F6000 000040
maj 18 18:40:36 MSI-Raider kernel: ACPI: SSDT 0x000000003080E000 004464 (v02 DptfTb DptfTabl 00001000 INTL 20200717)
maj 18 18:40:36 MSI-Raider kernel: ACPI: FIDT 0x000000003077B000 00009C (v01 MSI_NB MEGABOOK 01072009 AMI  00010013)
maj 18 18:40:36 MSI-Raider kernel: ACPI: MSDM 0x000000003077A000 000055 (v03 MSI_NB MEGABOOK 01072009 AMI  01000013)
maj 18 18:40:36 MSI-Raider kernel: ACPI: SLIC 0x0000000030779000 000176 (v01 MSI_NB MEGABOOK 01072009 AMI  01000013)
maj 18 18:40:36 MSI-Raider kernel: ACPI: SSDT 0x0000000030776000 002B10 (v02 INTEL  DTbtSsdt 00001000 INTL 20200717)
maj 18 18:40:36 MSI-Raider kernel: ACPI: SSDT 0x0000000030775000 00038C (v02 PmaxDv Pmax_Dev 00000001 INTL 20200717)
maj 18 18:40:36 MSI-Raider kernel: ACPI: SSDT 0x0000000030774000 000061 (v02 MSI_NB MsiNvs   00003000 INTL 20200717)
maj 18 18:40:36 MSI-Raider kernel: ACPI: SSDT 0x000000003076E000 005D34 (v02 CpuRef CpuSsdt  00003000 INTL 20200717)
maj 18 18:40:36 MSI-Raider kernel: ACPI: SSDT 0x000000003076B000 002935 (v02 SaSsdt SaSsdt   00003000 INTL 20200717)
maj 18 18:40:36 MSI-Raider kernel: ACPI: SSDT 0x0000000030767000 00334F (v02 INTEL  IgfxSsdt 00003000 INTL 20200717)
maj 18 18:40:36 MSI-Raider kernel: ACPI: HPET 0x0000000030766000 000038 (v01 MSI_NB MEGABOOK 01072009 AMI  01000013)
maj 18 18:40:36 MSI-Raider kernel: ACPI: APIC 0x0000000030765000 0001DC (v05 MSI_NB MEGABOOK 01072009 AMI  01000013)
maj 18 18:40:36 MSI-Raider kernel: ACPI: MCFG 0x0000000030764000 00003C (v01 MSI_NB MEGABOOK 01072009 AMI  01000013)
maj 18 18:40:36 MSI-Raider kernel: ACPI: SSDT 0x000000003075C000 0072EA (v02 MSI_NB RplSBTbt 00001000 INTL 20200717)
maj 18 18:40:36 MSI-Raider kernel: ACPI: UEFI 0x00000000308A9000 000048 (v01 MSI_NB MEGABOOK 01072009 AMI  01000013)
maj 18 18:40:36 MSI-Raider kernel: ACPI: LPIT 0x000000003075B000 0000CC (v01 MSI_NB MEGABOOK 01072009 AMI  01000013)
maj 18 18:40:36 MSI-Raider kernel: ACPI: SSDT 0x0000000030757000 002A83 (v02 MSI_NB PtidDevc 00001000 INTL 20200717)
maj 18 18:40:36 MSI-Raider kernel: ACPI: SSDT 0x0000000030754000 002223 (v02 MSI_NB TbtTypeC 00000000 INTL 20200717)
maj 18 18:40:36 MSI-Raider kernel: ACPI: DBGP 0x0000000030753000 000034 (v01 MSI_NB MEGABOOK 01072009 AMI  01000013)
maj 18 18:40:36 MSI-Raider kernel: ACPI: DBG2 0x0000000030752000 000054 (v00 MSI_NB MEGABOOK 01072009 AMI  01000013)
maj 18 18:40:36 MSI-Raider kernel: ACPI: SSDT 0x0000000030750000 00190A (v02 MSI_NB UsbCTabl 00001000 INTL 20200717)
maj 18 18:40:36 MSI-Raider kernel: ACPI: NHLT 0x000000003074F000 000F4E (v00 MSI_NB MEGABOOK 01072009 AMI  01000013)
maj 18 18:40:36 MSI-Raider kernel: ACPI: DMAR 0x000000003074E000 000088 (v02 INTEL  EDK2     00000002      01000013)
maj 18 18:40:36 MSI-Raider kernel: ACPI: FPDT 0x000000003074D000 000044 (v01 MSI_NB A M I    01072009 AMI  01000013)
maj 18 18:40:36 MSI-Raider kernel: ACPI: SSDT 0x000000003074B000 00121A (v02 INTEL  xh_rplsb 00000000 INTL 20200717)
maj 18 18:40:36 MSI-Raider kernel: ACPI: SSDT 0x0000000030747000 003AEA (v02 SocGpe SocGpe   00003000 INTL 20200717)
maj 18 18:40:36 MSI-Raider kernel: ACPI: SSDT 0x0000000030743000 0039DA (v02 SocCmn SocCmn   00003000 INTL 20200717)
maj 18 18:40:36 MSI-Raider kernel: ACPI: SSDT 0x0000000030742000 0000AE (v02 HgRef  HgPeg    00001000 INTL 20200717)
maj 18 18:40:36 MSI-Raider kernel: ACPI: SSDT 0x0000000030741000 000144 (v02 Intel  ADebTabl 00001000 INTL 20200717)
maj 18 18:40:36 MSI-Raider kernel: ACPI: BGRT 0x0000000030740000 000038 (v01 MSI_NB MEGABOOK 01072009 AMI  00010013)
maj 18 18:40:36 MSI-Raider kernel: ACPI: TPM2 0x000000003073F000 00004C (v04 MSI_NB MEGABOOK 00000001 AMI  00000000)
maj 18 18:40:36 MSI-Raider kernel: ACPI: SSDT 0x000000003073C000 002AA5 (v01 OptRf2 Opt2Tabl 00001000 INTL 20200717)
maj 18 18:40:36 MSI-Raider kernel: ACPI: PHAT 0x000000003073B000 000591 (v01 MSI_NB MEGABOOK 00000005 MSFT 0100000D)
maj 18 18:40:36 MSI-Raider kernel: ACPI: WSMT 0x000000003075A000 000028 (v01 MSI_NB MEGABOOK 01072009 AMI  00010013)
maj 18 18:40:36 MSI-Raider kernel: ACPI: BGRT 0x000000003073A000 000038 (v01 MSI_NB MEGABOOK 01072009 AMI  00010013)
maj 18 18:40:36 MSI-Raider kernel: ACPI: Reserving FACP table memory at [mem 0x3080d000-0x3080d113]
maj 18 18:40:36 MSI-Raider kernel: ACPI: Reserving DSDT table memory at [mem 0x3077c000-0x3080c8b0]
maj 18 18:40:36 MSI-Raider kernel: ACPI: Reserving FACS table memory at [mem 0x309f6000-0x309f603f]
maj 18 18:40:36 MSI-Raider kernel: ACPI: Reserving SSDT table memory at [mem 0x3080e000-0x30812463]
maj 18 18:40:36 MSI-Raider kernel: ACPI: Reserving FIDT table memory at [mem 0x3077b000-0x3077b09b]
maj 18 18:40:36 MSI-Raider kernel: ACPI: Reserving MSDM table memory at [mem 0x3077a000-0x3077a054]
maj 18 18:40:36 MSI-Raider kernel: ACPI: Reserving SLIC table memory at [mem 0x30779000-0x30779175]
maj 18 18:40:36 MSI-Raider kernel: ACPI: Reserving SSDT table memory at [mem 0x30776000-0x30778b0f]
maj 18 18:40:36 MSI-Raider kernel: ACPI: Reserving SSDT table memory at [mem 0x30775000-0x3077538b]
maj 18 18:40:36 MSI-Raider kernel: ACPI: Reserving SSDT table memory at [mem 0x30774000-0x30774060]
maj 18 18:40:36 MSI-Raider kernel: ACPI: Reserving SSDT table memory at [mem 0x3076e000-0x30773d33]
maj 18 18:40:36 MSI-Raider kernel: ACPI: Reserving SSDT table memory at [mem 0x3076b000-0x3076d934]
maj 18 18:40:36 MSI-Raider kernel: ACPI: Reserving SSDT table memory at [mem 0x30767000-0x3076a34e]
maj 18 18:40:36 MSI-Raider kernel: ACPI: Reserving HPET table memory at [mem 0x30766000-0x30766037]
maj 18 18:40:36 MSI-Raider kernel: ACPI: Reserving APIC table memory at [mem 0x30765000-0x307651db]
maj 18 18:40:36 MSI-Raider kernel: ACPI: Reserving MCFG table memory at [mem 0x30764000-0x3076403b]
maj 18 18:40:36 MSI-Raider kernel: ACPI: Reserving SSDT table memory at [mem 0x3075c000-0x307632e9]
maj 18 18:40:36 MSI-Raider kernel: ACPI: Reserving UEFI table memory at [mem 0x308a9000-0x308a9047]
maj 18 18:40:36 MSI-Raider kernel: ACPI: Reserving LPIT table memory at [mem 0x3075b000-0x3075b0cb]
maj 18 18:40:36 MSI-Raider kernel: ACPI: Reserving SSDT table memory at [mem 0x30757000-0x30759a82]
maj 18 18:40:36 MSI-Raider kernel: ACPI: Reserving SSDT table memory at [mem 0x30754000-0x30756222]
maj 18 18:40:36 MSI-Raider kernel: ACPI: Reserving DBGP table memory at [mem 0x30753000-0x30753033]
maj 18 18:40:36 MSI-Raider kernel: ACPI: Reserving DBG2 table memory at [mem 0x30752000-0x30752053]
maj 18 18:40:36 MSI-Raider kernel: ACPI: Reserving SSDT table memory at [mem 0x30750000-0x30751909]
maj 18 18:40:36 MSI-Raider kernel: ACPI: Reserving NHLT table memory at [mem 0x3074f000-0x3074ff4d]
maj 18 18:40:36 MSI-Raider kernel: ACPI: Reserving DMAR table memory at [mem 0x3074e000-0x3074e087]
maj 18 18:40:36 MSI-Raider kernel: ACPI: Reserving FPDT table memory at [mem 0x3074d000-0x3074d043]
maj 18 18:40:36 MSI-Raider kernel: ACPI: Reserving SSDT table memory at [mem 0x3074b000-0x3074c219]
maj 18 18:40:36 MSI-Raider kernel: ACPI: Reserving SSDT table memory at [mem 0x30747000-0x3074aae9]
maj 18 18:40:36 MSI-Raider kernel: ACPI: Reserving SSDT table memory at [mem 0x30743000-0x307469d9]
maj 18 18:40:36 MSI-Raider kernel: ACPI: Reserving SSDT table memory at [mem 0x30742000-0x307420ad]
maj 18 18:40:36 MSI-Raider kernel: ACPI: Reserving SSDT table memory at [mem 0x30741000-0x30741143]
maj 18 18:40:36 MSI-Raider kernel: ACPI: Reserving BGRT table memory at [mem 0x30740000-0x30740037]
maj 18 18:40:36 MSI-Raider kernel: ACPI: Reserving TPM2 table memory at [mem 0x3073f000-0x3073f04b]
maj 18 18:40:36 MSI-Raider kernel: ACPI: Reserving SSDT table memory at [mem 0x3073c000-0x3073eaa4]
maj 18 18:40:36 MSI-Raider kernel: ACPI: Reserving PHAT table memory at [mem 0x3073b000-0x3073b590]
maj 18 18:40:36 MSI-Raider kernel: ACPI: Reserving WSMT table memory at [mem 0x3075a000-0x3075a027]
maj 18 18:40:36 MSI-Raider kernel: ACPI: Reserving BGRT table memory at [mem 0x3073a000-0x3073a037]
maj 18 18:40:36 MSI-Raider kernel: No NUMA configuration found
maj 18 18:40:36 MSI-Raider kernel: Faking a node at [mem 0x0000000000000000-0x00000010bfbfffff]
maj 18 18:40:36 MSI-Raider kernel: NODE_DATA(0) allocated [mem 0x10bfbfb000-0x10bfbfffff]
maj 18 18:40:36 MSI-Raider kernel: Zone ranges:
maj 18 18:40:36 MSI-Raider kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
maj 18 18:40:36 MSI-Raider kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
maj 18 18:40:36 MSI-Raider kernel:   Normal   [mem 0x0000000100000000-0x00000010bfbfffff]
maj 18 18:40:36 MSI-Raider kernel:   Device   empty
maj 18 18:40:36 MSI-Raider kernel: Movable zone start for each node
maj 18 18:40:36 MSI-Raider kernel: Early memory node ranges
maj 18 18:40:36 MSI-Raider kernel:   node   0: [mem 0x0000000000001000-0x000000000009dfff]
maj 18 18:40:36 MSI-Raider kernel:   node   0: [mem 0x000000000009f000-0x000000000009ffff]
maj 18 18:40:36 MSI-Raider kernel:   node   0: [mem 0x0000000000100000-0x000000002d603fff]
maj 18 18:40:36 MSI-Raider kernel:   node   0: [mem 0x0000000033eff000-0x0000000033efffff]
maj 18 18:40:36 MSI-Raider kernel:   node   0: [mem 0x0000000100000000-0x00000010bfbfffff]
maj 18 18:40:36 MSI-Raider kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000010bfbfffff]
maj 18 18:40:36 MSI-Raider kernel: On node 0, zone DMA: 1 pages in unavailable ranges
maj 18 18:40:36 MSI-Raider kernel: On node 0, zone DMA: 1 pages in unavailable ranges
maj 18 18:40:36 MSI-Raider kernel: On node 0, zone DMA: 96 pages in unavailable ranges
maj 18 18:40:36 MSI-Raider kernel: On node 0, zone DMA32: 26875 pages in unavailable ranges
maj 18 18:40:36 MSI-Raider kernel: On node 0, zone Normal: 16640 pages in unavailable ranges
maj 18 18:40:36 MSI-Raider kernel: On node 0, zone Normal: 1024 pages in unavailable ranges
maj 18 18:40:36 MSI-Raider kernel: Reserving Intel graphics memory at [mem 0x3c800000-0x403fffff]
maj 18 18:40:36 MSI-Raider kernel: ACPI: PM-Timer IO Port: 0x1808
maj 18 18:40:36 MSI-Raider kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
maj 18 18:40:36 MSI-Raider kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
maj 18 18:40:36 MSI-Raider kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
maj 18 18:40:36 MSI-Raider kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
maj 18 18:40:36 MSI-Raider kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
maj 18 18:40:36 MSI-Raider kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
maj 18 18:40:36 MSI-Raider kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
maj 18 18:40:36 MSI-Raider kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
maj 18 18:40:36 MSI-Raider kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
maj 18 18:40:36 MSI-Raider kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
maj 18 18:40:36 MSI-Raider kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
maj 18 18:40:36 MSI-Raider kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
maj 18 18:40:36 MSI-Raider kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
maj 18 18:40:36 MSI-Raider kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
maj 18 18:40:36 MSI-Raider kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
maj 18 18:40:36 MSI-Raider kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
maj 18 18:40:36 MSI-Raider kernel: ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
maj 18 18:40:36 MSI-Raider kernel: ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
maj 18 18:40:36 MSI-Raider kernel: ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
maj 18 18:40:36 MSI-Raider kernel: ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
maj 18 18:40:36 MSI-Raider kernel: ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
maj 18 18:40:36 MSI-Raider kernel: ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
maj 18 18:40:36 MSI-Raider kernel: ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
maj 18 18:40:36 MSI-Raider kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
maj 18 18:40:36 MSI-Raider kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
maj 18 18:40:36 MSI-Raider kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
maj 18 18:40:36 MSI-Raider kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
maj 18 18:40:36 MSI-Raider kernel: ACPI: Using ACPI (MADT) for SMP configuration information
maj 18 18:40:36 MSI-Raider kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
maj 18 18:40:36 MSI-Raider kernel: e820: update [mem 0x26bfe000-0x26daefff] usable ==> reserved
maj 18 18:40:36 MSI-Raider kernel: TSC deadline timer available
maj 18 18:40:36 MSI-Raider kernel: CPU topo: Max. logical packages:   1
maj 18 18:40:36 MSI-Raider kernel: CPU topo: Max. logical dies:       1
maj 18 18:40:36 MSI-Raider kernel: CPU topo: Max. dies per package:   1
maj 18 18:40:36 MSI-Raider kernel: CPU topo: Max. threads per core:   2
maj 18 18:40:36 MSI-Raider kernel: CPU topo: Num. cores per package:    24
maj 18 18:40:36 MSI-Raider kernel: CPU topo: Num. threads per package:  32
maj 18 18:40:36 MSI-Raider kernel: CPU topo: Allowing 32 present CPUs plus 0 hotplug CPUs
maj 18 18:40:36 MSI-Raider kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
maj 18 18:40:36 MSI-Raider kernel: PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff]
maj 18 18:40:36 MSI-Raider kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
maj 18 18:40:36 MSI-Raider kernel: PM: hibernation: Registered nosave memory: [mem 0x26bfe000-0x26daefff]
maj 18 18:40:36 MSI-Raider kernel: PM: hibernation: Registered nosave memory: [mem 0x26dff000-0x26dfffff]
maj 18 18:40:36 MSI-Raider kernel: PM: hibernation: Registered nosave memory: [mem 0x26e23000-0x26e23fff]
maj 18 18:40:36 MSI-Raider kernel: PM: hibernation: Registered nosave memory: [mem 0x2af0a000-0x2af0afff]
maj 18 18:40:36 MSI-Raider kernel: PM: hibernation: Registered nosave memory: [mem 0x2d604000-0x30703fff]
maj 18 18:40:36 MSI-Raider kernel: PM: hibernation: Registered nosave memory: [mem 0x30704000-0x30814fff]
maj 18 18:40:36 MSI-Raider kernel: PM: hibernation: Registered nosave memory: [mem 0x30815000-0x309f6fff]
maj 18 18:40:36 MSI-Raider kernel: PM: hibernation: Registered nosave memory: [mem 0x309f7000-0x33efefff]
maj 18 18:40:36 MSI-Raider kernel: PM: hibernation: Registered nosave memory: [mem 0x33f00000-0x39ffffff]
maj 18 18:40:36 MSI-Raider kernel: PM: hibernation: Registered nosave memory: [mem 0x3a000000-0x3a7fffff]
maj 18 18:40:36 MSI-Raider kernel: PM: hibernation: Registered nosave memory: [mem 0x3a800000-0x3abfffff]
maj 18 18:40:36 MSI-Raider kernel: PM: hibernation: Registered nosave memory: [mem 0x3ac00000-0x3affffff]
maj 18 18:40:36 MSI-Raider kernel: PM: hibernation: Registered nosave memory: [mem 0x3b000000-0x403fffff]
maj 18 18:40:36 MSI-Raider kernel: PM: hibernation: Registered nosave memory: [mem 0x40400000-0xfdffffff]
maj 18 18:40:36 MSI-Raider kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
maj 18 18:40:36 MSI-Raider kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
maj 18 18:40:36 MSI-Raider kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
maj 18 18:40:36 MSI-Raider kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
maj 18 18:40:36 MSI-Raider kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
maj 18 18:40:36 MSI-Raider kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed1ffff]
maj 18 18:40:36 MSI-Raider kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
maj 18 18:40:36 MSI-Raider kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfedfffff]
maj 18 18:40:36 MSI-Raider kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
maj 18 18:40:36 MSI-Raider kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
maj 18 18:40:36 MSI-Raider kernel: [mem 0x40400000-0xfdffffff] available for PCI devices
maj 18 18:40:36 MSI-Raider kernel: Booting paravirtualized kernel on bare hardware
maj 18 18:40:36 MSI-Raider kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
maj 18 18:40:36 MSI-Raider kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1
maj 18 18:40:36 MSI-Raider kernel: percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
maj 18 18:40:36 MSI-Raider kernel: pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152
maj 18 18:40:36 MSI-Raider kernel: pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07 
maj 18 18:40:36 MSI-Raider kernel: pcpu-alloc: [0] 08 09 10 11 [0] 12 13 14 15 
maj 18 18:40:36 MSI-Raider kernel: pcpu-alloc: [0] 16 17 18 19 [0] 20 21 22 23 
maj 18 18:40:36 MSI-Raider kernel: pcpu-alloc: [0] 24 25 26 27 [0] 28 29 30 31 
maj 18 18:40:36 MSI-Raider kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=70cb0615-4e6f-da01-70cb-06154e6fda01 rw nvidia_drm.modeset=1 ec_sys.write_support=1 sysrq_always_enabled=1 loglevel=3 quiet lsm=landlock,lockdown,yama,integrity,apparmor,bpf splash audit=1
maj 18 18:40:36 MSI-Raider kernel: sysrq: sysrq always enabled.
maj 18 18:40:36 MSI-Raider kernel: audit: enabled (after initialization)
maj 18 18:40:36 MSI-Raider kernel: Unknown kernel command line parameters "splash BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
maj 18 18:40:36 MSI-Raider kernel: printk: log_buf_len individual max cpu contribution: 4096 bytes
maj 18 18:40:36 MSI-Raider kernel: printk: log_buf_len total cpu_extra contributions: 126976 bytes
maj 18 18:40:36 MSI-Raider kernel: printk: log_buf_len min size: 131072 bytes
maj 18 18:40:36 MSI-Raider kernel: printk: log_buf_len: 262144 bytes
maj 18 18:40:36 MSI-Raider kernel: printk: early log buf free: 111216(84%)
maj 18 18:40:36 MSI-Raider kernel: Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
maj 18 18:40:36 MSI-Raider kernel: Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
maj 18 18:40:36 MSI-Raider kernel: Fallback order for Node 0: 0 
maj 18 18:40:36 MSI-Raider kernel: Built 1 zonelists, mobility grouping on.  Total pages: 16438716
maj 18 18:40:36 MSI-Raider kernel: Policy zone: Normal
maj 18 18:40:36 MSI-Raider kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
maj 18 18:40:36 MSI-Raider kernel: software IO TLB: area num 32.
maj 18 18:40:36 MSI-Raider kernel: Memory: 65323536K/66799244K available (18432K kernel code, 2164K rwdata, 13276K rodata, 3408K init, 3636K bss, 1475448K reserved, 0K cma-reserved)
maj 18 18:40:36 MSI-Raider kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
maj 18 18:40:36 MSI-Raider kernel: ftrace: allocating 49689 entries in 195 pages
maj 18 18:40:36 MSI-Raider kernel: ftrace: allocated 195 pages with 4 groups
maj 18 18:40:36 MSI-Raider kernel: Dynamic Preempt: full
maj 18 18:40:36 MSI-Raider kernel: rcu: Preemptible hierarchical RCU implementation.
maj 18 18:40:36 MSI-Raider kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=32.
maj 18 18:40:36 MSI-Raider kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
maj 18 18:40:36 MSI-Raider kernel:         Trampoline variant of Tasks RCU enabled.
maj 18 18:40:36 MSI-Raider kernel:         Rude variant of Tasks RCU enabled.
maj 18 18:40:36 MSI-Raider kernel:         Tracing variant of Tasks RCU enabled.
maj 18 18:40:36 MSI-Raider kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
maj 18 18:40:36 MSI-Raider kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
maj 18 18:40:36 MSI-Raider kernel: RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
maj 18 18:40:36 MSI-Raider kernel: RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
maj 18 18:40:36 MSI-Raider kernel: RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
maj 18 18:40:36 MSI-Raider kernel: NR_IRQS: 20736, nr_irqs: 2312, preallocated irqs: 16
maj 18 18:40:36 MSI-Raider kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
maj 18 18:40:36 MSI-Raider kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
maj 18 18:40:36 MSI-Raider kernel: Console: colour dummy device 80x25
maj 18 18:40:36 MSI-Raider kernel: printk: legacy console [tty0] enabled
maj 18 18:40:36 MSI-Raider kernel: ACPI: Core revision 20230628
maj 18 18:40:36 MSI-Raider kernel: hpet: HPET dysfunctional in PC10. Force disabled.
maj 18 18:40:36 MSI-Raider kernel: APIC: Switch to symmetric I/O mode setup
maj 18 18:40:36 MSI-Raider kernel: DMAR: Host address width 39
maj 18 18:40:36 MSI-Raider kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
maj 18 18:40:36 MSI-Raider kernel: DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
maj 18 18:40:36 MSI-Raider kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
maj 18 18:40:36 MSI-Raider kernel: DMAR: dmar1: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
maj 18 18:40:36 MSI-Raider kernel: DMAR: RMRR base: 0x0000003c000000 end: 0x000000403fffff
maj 18 18:40:36 MSI-Raider kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
maj 18 18:40:36 MSI-Raider kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
maj 18 18:40:36 MSI-Raider kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
maj 18 18:40:36 MSI-Raider kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
maj 18 18:40:36 MSI-Raider kernel: x2apic enabled
maj 18 18:40:36 MSI-Raider kernel: APIC: Switched APIC routing to: cluster x2apic
maj 18 18:40:36 MSI-Raider kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x22df1149949, max_idle_ns: 440795312789 ns
maj 18 18:40:36 MSI-Raider kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4840.00 BogoMIPS (lpj=8064000)
maj 18 18:40:36 MSI-Raider kernel: CPU0: Thermal monitoring enabled (TM1)
maj 18 18:40:36 MSI-Raider kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
maj 18 18:40:36 MSI-Raider kernel: CET detected: Indirect Branch Tracking enabled
maj 18 18:40:36 MSI-Raider kernel: Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
maj 18 18:40:36 MSI-Raider kernel: Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
maj 18 18:40:36 MSI-Raider kernel: process: using mwait in idle threads
maj 18 18:40:36 MSI-Raider kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
maj 18 18:40:36 MSI-Raider kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS
maj 18 18:40:36 MSI-Raider kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
maj 18 18:40:36 MSI-Raider kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
maj 18 18:40:36 MSI-Raider kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
maj 18 18:40:36 MSI-Raider kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
maj 18 18:40:36 MSI-Raider kernel: Register File Data Sampling: Mitigation: Clear Register File
maj 18 18:40:36 MSI-Raider kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
maj 18 18:40:36 MSI-Raider kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
maj 18 18:40:36 MSI-Raider kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
maj 18 18:40:36 MSI-Raider kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
maj 18 18:40:36 MSI-Raider kernel: x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
maj 18 18:40:36 MSI-Raider kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
maj 18 18:40:36 MSI-Raider kernel: x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
maj 18 18:40:36 MSI-Raider kernel: x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
maj 18 18:40:36 MSI-Raider kernel: x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
maj 18 18:40:36 MSI-Raider kernel: Freeing SMP alternatives memory: 40K
maj 18 18:40:36 MSI-Raider kernel: pid_max: default: 32768 minimum: 301
maj 18 18:40:36 MSI-Raider kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,apparmor,bpf
maj 18 18:40:36 MSI-Raider kernel: landlock: Up and running.
maj 18 18:40:36 MSI-Raider kernel: Yama: becoming mindful.
maj 18 18:40:36 MSI-Raider kernel: AppArmor: AppArmor initialized
maj 18 18:40:36 MSI-Raider kernel: LSM support for eBPF active
maj 18 18:40:36 MSI-Raider kernel: Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
maj 18 18:40:36 MSI-Raider kernel: Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
maj 18 18:40:36 MSI-Raider kernel: smpboot: CPU0: 13th Gen Intel(R) Core(TM) i9-13980HX (family: 0x6, model: 0xb7, stepping: 0x1)
maj 18 18:40:36 MSI-Raider kernel: Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline,  AnyThread deprecated, Alderlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
maj 18 18:40:36 MSI-Raider kernel: core: cpu_core PMU driver: 
maj 18 18:40:36 MSI-Raider kernel: ... version:                5
maj 18 18:40:36 MSI-Raider kernel: ... bit width:              48
maj 18 18:40:36 MSI-Raider kernel: ... generic registers:      8
maj 18 18:40:36 MSI-Raider kernel: ... value mask:             0000ffffffffffff
maj 18 18:40:36 MSI-Raider kernel: ... max period:             00007fffffffffff
maj 18 18:40:36 MSI-Raider kernel: ... fixed-purpose events:   4
maj 18 18:40:36 MSI-Raider kernel: ... event mask:             0001000f000000ff
maj 18 18:40:36 MSI-Raider kernel: signal: max sigframe size: 3632
maj 18 18:40:36 MSI-Raider kernel: Estimated ratio of average max frequency by base frequency (times 1024): 2218
maj 18 18:40:36 MSI-Raider kernel: rcu: Hierarchical SRCU implementation.
maj 18 18:40:36 MSI-Raider kernel: rcu:         Max phase no-delay instances is 1000.
maj 18 18:40:36 MSI-Raider kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
maj 18 18:40:36 MSI-Raider kernel: smp: Bringing up secondary CPUs ...
maj 18 18:40:36 MSI-Raider kernel: smpboot: x86: Booting SMP configuration:
maj 18 18:40:36 MSI-Raider kernel: .... node  #0, CPUs:        #2  #4  #6  #8 #10 #12 #14 #16 #17 #18 #19 #20 #21 #22 #23 #24 #25 #26 #27 #28 #29 #30 #31
maj 18 18:40:36 MSI-Raider kernel: core: cpu_atom PMU driver: PEBS-via-PT 
maj 18 18:40:36 MSI-Raider kernel: ... version:                5
maj 18 18:40:36 MSI-Raider kernel: ... bit width:              48
maj 18 18:40:36 MSI-Raider kernel: ... generic registers:      6
maj 18 18:40:36 MSI-Raider kernel: ... value mask:             0000ffffffffffff
maj 18 18:40:36 MSI-Raider kernel: ... max period:             00007fffffffffff
maj 18 18:40:36 MSI-Raider kernel: ... fixed-purpose events:   3
maj 18 18:40:36 MSI-Raider kernel: ... event mask:             000000070000003f
maj 18 18:40:36 MSI-Raider kernel:   #1  #3  #5  #7  #9 #11 #13 #15
maj 18 18:40:36 MSI-Raider kernel: smp: Brought up 1 node, 32 CPUs
maj 18 18:40:36 MSI-Raider kernel: smpboot: Total of 32 processors activated (154890.00 BogoMIPS)
maj 18 18:40:36 MSI-Raider kernel: devtmpfs: initialized
maj 18 18:40:36 MSI-Raider kernel: x86/mm: Memory block size: 2048MB
maj 18 18:40:36 MSI-Raider kernel: ACPI: PM: Registering ACPI NVS region [mem 0x30815000-0x309f6fff] (1974272 bytes)
maj 18 18:40:36 MSI-Raider kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
maj 18 18:40:36 MSI-Raider kernel: futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
maj 18 18:40:36 MSI-Raider kernel: pinctrl core: initialized pinctrl subsystem
maj 18 18:40:36 MSI-Raider kernel: PM: RTC time: 16:40:32, date: 2024-05-18
maj 18 18:40:36 MSI-Raider kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
maj 18 18:40:36 MSI-Raider kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
maj 18 18:40:36 MSI-Raider kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
maj 18 18:40:36 MSI-Raider kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
maj 18 18:40:36 MSI-Raider kernel: audit: initializing netlink subsys (enabled)
maj 18 18:40:36 MSI-Raider kernel: audit: type=2000 audit(1716050431.033:1): state=initialized audit_enabled=1 res=1
maj 18 18:40:36 MSI-Raider kernel: thermal_sys: Registered thermal governor 'fair_share'
maj 18 18:40:36 MSI-Raider kernel: thermal_sys: Registered thermal governor 'bang_bang'
maj 18 18:40:36 MSI-Raider kernel: thermal_sys: Registered thermal governor 'step_wise'
maj 18 18:40:36 MSI-Raider kernel: thermal_sys: Registered thermal governor 'user_space'
maj 18 18:40:36 MSI-Raider kernel: thermal_sys: Registered thermal governor 'power_allocator'
maj 18 18:40:36 MSI-Raider kernel: cpuidle: using governor ladder
maj 18 18:40:36 MSI-Raider kernel: cpuidle: using governor menu
maj 18 18:40:36 MSI-Raider kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
maj 18 18:40:36 MSI-Raider kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
maj 18 18:40:36 MSI-Raider kernel: PCI: ECAM [mem 0xc0000000-0xcfffffff] (base 0xc0000000) for domain 0000 [bus 00-ff]
maj 18 18:40:36 MSI-Raider kernel: PCI: not using ECAM ([mem 0xc0000000-0xcfffffff] not reserved)
maj 18 18:40:36 MSI-Raider kernel: PCI: Using configuration type 1 for base access
maj 18 18:40:36 MSI-Raider kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
maj 18 18:40:36 MSI-Raider kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
maj 18 18:40:36 MSI-Raider kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
maj 18 18:40:36 MSI-Raider kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
maj 18 18:40:36 MSI-Raider kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
maj 18 18:40:36 MSI-Raider kernel: Demotion targets for Node 0: null
maj 18 18:40:36 MSI-Raider kernel: ACPI: Added _OSI(Module Device)
maj 18 18:40:36 MSI-Raider kernel: ACPI: Added _OSI(Processor Device)
maj 18 18:40:36 MSI-Raider kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
maj 18 18:40:36 MSI-Raider kernel: ACPI: Added _OSI(Processor Aggregator Device)
maj 18 18:40:36 MSI-Raider kernel: ACPI: 18 ACPI AML tables successfully acquired and loaded
maj 18 18:40:36 MSI-Raider kernel: ACPI: Dynamic OEM Table Load:
maj 18 18:40:36 MSI-Raider kernel: ACPI: SSDT 0xFFFFA0E041E8B000 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20200717)
maj 18 18:40:36 MSI-Raider kernel: ACPI: Dynamic OEM Table Load:
maj 18 18:40:36 MSI-Raider kernel: ACPI: SSDT 0xFFFFA0E043079000 00053F (v02 PmRef  Cpu0Ist  00003000 INTL 20200717)
maj 18 18:40:36 MSI-Raider kernel: ACPI: Dynamic OEM Table Load:
maj 18 18:40:36 MSI-Raider kernel: ACPI: SSDT 0xFFFFA0E042BAEC00 0001AB (v02 PmRef  Cpu0Psd  00003000 INTL 20200717)
maj 18 18:40:36 MSI-Raider kernel: ACPI: Dynamic OEM Table Load:
maj 18 18:40:36 MSI-Raider kernel: ACPI: SSDT 0xFFFFA0E04307B000 0004B5 (v02 PmRef  Cpu0Hwp  00003000 INTL 20200717)
maj 18 18:40:36 MSI-Raider kernel: ACPI: Dynamic OEM Table Load:
maj 18 18:40:36 MSI-Raider kernel: ACPI: SSDT 0xFFFFA0E041E86000 001BAF (v02 PmRef  ApIst    00003000 INTL 20200717)
maj 18 18:40:36 MSI-Raider kernel: ACPI: Dynamic OEM Table Load:
maj 18 18:40:36 MSI-Raider kernel: ACPI: SSDT 0xFFFFA0E041E80000 001038 (v02 PmRef  ApHwp    00003000 INTL 20200717)
maj 18 18:40:36 MSI-Raider kernel: ACPI: Dynamic OEM Table Load:
maj 18 18:40:36 MSI-Raider kernel: ACPI: SSDT 0xFFFFA0E043086000 001349 (v02 PmRef  ApPsd    00003000 INTL 20200717)
maj 18 18:40:36 MSI-Raider kernel: ACPI: Dynamic OEM Table Load:
maj 18 18:40:36 MSI-Raider kernel: ACPI: SSDT 0xFFFFA0E041E92000 000FBB (v02 PmRef  ApCst    00003000 INTL 20200717)
maj 18 18:40:36 MSI-Raider kernel: ACPI: _OSC evaluated successfully for all CPUs
maj 18 18:40:36 MSI-Raider kernel: ACPI: EC: EC started
maj 18 18:40:36 MSI-Raider kernel: ACPI: EC: interrupt blocked
maj 18 18:40:36 MSI-Raider kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
maj 18 18:40:36 MSI-Raider kernel: ACPI: \_SB_.PC00.LPCB.EC__: Boot DSDT EC used to handle transactions
maj 18 18:40:36 MSI-Raider kernel: ACPI: Interpreter enabled
maj 18 18:40:36 MSI-Raider kernel: ACPI: PM: (supports S0 S3 S4 S5)
maj 18 18:40:36 MSI-Raider kernel: ACPI: Using IOAPIC for interrupt routing
maj 18 18:40:36 MSI-Raider kernel: PCI: ECAM [mem 0xc0000000-0xcfffffff] (base 0xc0000000) for domain 0000 [bus 00-ff]
maj 18 18:40:36 MSI-Raider kernel: PCI: ECAM [mem 0xc0000000-0xcfffffff] reserved as ACPI motherboard resource
maj 18 18:40:36 MSI-Raider kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
maj 18 18:40:36 MSI-Raider kernel: PCI: Ignoring E820 reservations for host bridge windows
maj 18 18:40:36 MSI-Raider kernel: ACPI: Enabled 11 GPEs in block 00 to 7F
maj 18 18:40:36 MSI-Raider kernel: ACPI: \_SB_.PC00.PEG1.PXP_: New power resource
maj 18 18:40:36 MSI-Raider kernel: ACPI: \_SB_.PC00.RP17.PXP_: New power resource
maj 18 18:40:36 MSI-Raider kernel: ACPI: \_SB_.PC00.XHCI.RHUB.HS14.BTRT: New power resource
maj 18 18:40:36 MSI-Raider kernel: ACPI: \_SB_.PC00.PAUD: New power resource
maj 18 18:40:36 MSI-Raider kernel: ACPI: \_SB_.PC00.I2C0.PXTC: New power resource
maj 18 18:40:36 MSI-Raider kernel: ACPI: \_SB_.PC00.I2C0.PTPL: New power resource
maj 18 18:40:36 MSI-Raider kernel: ACPI: \_SB_.PC00.I2C1.PXTC: New power resource
maj 18 18:40:36 MSI-Raider kernel: ACPI: \_SB_.PC00.I2C3.PXTC: New power resource
maj 18 18:40:36 MSI-Raider kernel: ACPI: \_SB_.PC00.CNVW.WRST: New power resource
maj 18 18:40:36 MSI-Raider kernel: ACPI: \PIN_: New power resource
maj 18 18:40:36 MSI-Raider kernel: ACPI: \SPR4: New power resource
maj 18 18:40:36 MSI-Raider kernel: ACPI: \SPR5: New power resource
maj 18 18:40:36 MSI-Raider kernel: ACPI: \SPR6: New power resource
maj 18 18:40:36 MSI-Raider kernel: ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
maj 18 18:40:36 MSI-Raider kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
maj 18 18:40:36 MSI-Raider kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
maj 18 18:40:36 MSI-Raider kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
maj 18 18:40:36 MSI-Raider kernel: PCI host bridge to bus 0000:00
maj 18 18:40:36 MSI-Raider kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
maj 18 18:40:36 MSI-Raider kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
maj 18 18:40:36 MSI-Raider kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
maj 18 18:40:36 MSI-Raider kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
maj 18 18:40:36 MSI-Raider kernel: pci_bus 0000:00: root bus resource [mem 0x40400000-0xbfffffff window]
maj 18 18:40:36 MSI-Raider kernel: pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
maj 18 18:40:36 MSI-Raider kernel: pci_bus 0000:00: root bus resource [mem 0xfe0b0400-0xfe0b13ff window]
maj 18 18:40:36 MSI-Raider kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:00.0: [8086:a702] type 00 class 0x060000 conventional PCI endpoint
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:01.0: [8086:a70d] type 01 class 0x060400 PCIe Root Port
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:01.0:   bridge window [io  0x5000-0x5fff]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:01.0:   bridge window [mem 0x5b000000-0x5c0fffff]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:01.0:   bridge window [mem 0x6000000000-0x6401ffffff 64bit pref]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:01.0: PTM enabled (root), 4ns granularity
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:02.0: [8086:a788] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:02.0: BAR 0 [mem 0x6433000000-0x6433ffffff 64bit]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:02.0: BAR 2 [mem 0x4000000000-0x400fffffff 64bit pref]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:02.0: BAR 4 [io  0x6000-0x603f]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x00ffffff 64bit]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x06ffffff 64bit]: contains BAR 0 for 7 VFs
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0x1fffffff 64bit pref]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0xdfffffff 64bit pref]: contains BAR 2 for 7 VFs
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:04.0: [8086:a71d] type 00 class 0x118000 conventional PCI endpoint
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:04.0: BAR 0 [mem 0x6434100000-0x643411ffff 64bit]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:08.0: [8086:a74f] type 00 class 0x088000 conventional PCI endpoint
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:08.0: BAR 0 [mem 0x6434140000-0x6434140fff 64bit]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:14.0: [8086:7a60] type 00 class 0x0c0330 conventional PCI endpoint
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:14.0: BAR 0 [mem 0x6434120000-0x643412ffff 64bit]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:14.2: [8086:7a27] type 00 class 0x050000 conventional PCI endpoint
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:14.2: BAR 0 [mem 0x6434138000-0x643413bfff 64bit]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:14.2: BAR 2 [mem 0x643413f000-0x643413ffff 64bit]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:14.3: [8086:7a70] type 00 class 0x028000 PCIe Root Complex Integrated Endpoint
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:14.3: BAR 0 [mem 0x6434134000-0x6434137fff 64bit]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:15.0: [8086:7a4c] type 00 class 0x0c8000 conventional PCI endpoint
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:16.0: [8086:7a68] type 00 class 0x078000 conventional PCI endpoint
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:16.0: BAR 0 [mem 0x643413d000-0x643413dfff 64bit]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:16.0: PME# supported from D3hot
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1b.0: [8086:7a40] type 01 class 0x060400 PCIe Root Port
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1b.0: PCI bridge to [bus 02-39]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1b.0:   bridge window [mem 0x44000000-0x5a3fffff]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1b.0:   bridge window [mem 0x6410000000-0x64320fffff 64bit pref]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1b.0: PTM enabled (root), 4ns granularity
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1b.7: [8086:7a47] type 01 class 0x060400 PCIe Root Port
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1b.7: PCI bridge to [bus 3a]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1b.7:   bridge window [io  0x4000-0x4fff]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1b.7:   bridge window [mem 0x5cd00000-0x5cdfffff]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1b.7: PME# supported from D0 D3hot D3cold
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1b.7: PTM enabled (root), 4ns granularity
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1d.0: [8086:7a30] type 01 class 0x060400 PCIe Root Port
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1d.0: PCI bridge to [bus 3b]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1d.0:   bridge window [mem 0x5cc00000-0x5ccfffff]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1d.6: [8086:7a36] type 01 class 0x060400 PCIe Root Port
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1d.6: PCI bridge to [bus 3c]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1d.6:   bridge window [io  0x3000-0x3fff]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1d.6:   bridge window [mem 0x5c200000-0x5cbfffff]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1d.6: PME# supported from D0 D3hot D3cold
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1d.6: PTM enabled (root), 4ns granularity
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1f.0: [8086:7a0c] type 00 class 0x060100 conventional PCI endpoint
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1f.3: [8086:7a50] type 00 class 0x040100 conventional PCI endpoint
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1f.3: BAR 0 [mem 0x6434130000-0x6434133fff 64bit]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1f.3: BAR 4 [mem 0x6434000000-0x64340fffff 64bit]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1f.4: [8086:7a23] type 00 class 0x0c0500 conventional PCI endpoint
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1f.4: BAR 0 [mem 0x643413c000-0x643413c0ff 64bit]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1f.4: BAR 4 [io  0xefa0-0xefbf]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1f.5: [8086:7a24] type 00 class 0x0c8000 conventional PCI endpoint
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:01:00.0: [10de:2717] type 00 class 0x030000 PCIe Legacy Endpoint
maj 18 18:40:36 MSI-Raider kernel: pci 0000:01:00.0: BAR 0 [mem 0x5b000000-0x5bffffff]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:01:00.0: BAR 1 [mem 0x6000000000-0x63ffffffff 64bit pref]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:01:00.0: BAR 3 [mem 0x6400000000-0x6401ffffff 64bit pref]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:01:00.0: BAR 5 [io  0x5000-0x507f]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:01:00.0: ROM [mem 0x5c000000-0x5c07ffff pref]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:01:00.0: PME# supported from D0 D3hot
maj 18 18:40:36 MSI-Raider kernel: pci 0000:01:00.0: 126.024 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x8 link at 0000:00:01.0 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
maj 18 18:40:36 MSI-Raider kernel: pci 0000:01:00.1: [10de:22bb] type 00 class 0x040300 PCIe Endpoint
maj 18 18:40:36 MSI-Raider kernel: pci 0000:01:00.1: BAR 0 [mem 0x5c080000-0x5c083fff]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:02:00.0: [8086:1133] type 01 class 0x060400 PCIe Switch Upstream Port
maj 18 18:40:36 MSI-Raider kernel: pci 0000:02:00.0: PCI bridge to [bus 03-39]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:02:00.0:   bridge window [mem 0x44000000-0x5a2fffff]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:02:00.0:   bridge window [mem 0x6410000000-0x64320fffff 64bit pref]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:02:00.0: enabling Extended Tags
maj 18 18:40:36 MSI-Raider kernel: pci 0000:02:00.0: supports D1 D2
maj 18 18:40:36 MSI-Raider kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
maj 18 18:40:36 MSI-Raider kernel: pci 0000:02:00.0: PTM enabled, 4ns granularity
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1b.0: PCI bridge to [bus 02-39]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:00.0: [8086:1133] type 01 class 0x060400 PCIe Switch Downstream Port
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:00.0: PCI bridge to [bus 04]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:00.0:   bridge window [mem 0x6432000000-0x64320fffff 64bit pref]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:00.0: enabling Extended Tags
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:00.0: supports D1 D2
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:01.0: [8086:1133] type 01 class 0x060400 PCIe Switch Downstream Port
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:01.0: PCI bridge to [bus 05-1e]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:01.0:   bridge window [mem 0x4f100000-0x5a1fffff]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:01.0:   bridge window [mem 0x6421000000-0x6431ffffff 64bit pref]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:01.0: enabling Extended Tags
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:01.0: supports D1 D2
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:01.0: PME# supported from D0 D1 D2 D3hot D3cold
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:02.0: [8086:1133] type 01 class 0x060400 PCIe Switch Downstream Port
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:02.0: PCI bridge to [bus 1f]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:02.0:   bridge window [mem 0x5a200000-0x5a2fffff]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:02.0: enabling Extended Tags
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:02.0: supports D1 D2
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:02.0: PME# supported from D0 D1 D2 D3hot D3cold
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:03.0: [8086:1133] type 01 class 0x060400 PCIe Switch Downstream Port
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:03.0: PCI bridge to [bus 20-39]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:03.0:   bridge window [mem 0x44000000-0x4f0fffff]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:03.0:   bridge window [mem 0x6410000000-0x6420ffffff 64bit pref]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:03.0: enabling Extended Tags
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:03.0: supports D1 D2
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:03.0: PME# supported from D0 D1 D2 D3hot D3cold
maj 18 18:40:36 MSI-Raider kernel: pci 0000:02:00.0: PCI bridge to [bus 03-39]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:04:00.0: [8086:1134] type 00 class 0x0c0340 PCIe Endpoint
maj 18 18:40:36 MSI-Raider kernel: pci 0000:04:00.0: BAR 0 [mem 0x6432000000-0x643203ffff 64bit pref]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:04:00.0: BAR 2 [mem 0x6432040000-0x6432040fff 64bit pref]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:04:00.0: enabling Extended Tags
maj 18 18:40:36 MSI-Raider kernel: pci 0000:04:00.0: supports D1 D2
maj 18 18:40:36 MSI-Raider kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:00.0: PCI bridge to [bus 04]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:01.0: PCI bridge to [bus 05-1e]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:1f:00.0: [8086:1135] type 00 class 0x0c0330 PCIe Endpoint
maj 18 18:40:36 MSI-Raider kernel: pci 0000:1f:00.0: BAR 0 [mem 0x5a200000-0x5a20ffff 64bit]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:1f:00.0: enabling Extended Tags
maj 18 18:40:36 MSI-Raider kernel: pci 0000:1f:00.0: PME# supported from D3hot D3cold
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:02.0: PCI bridge to [bus 1f]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:03.0: PCI bridge to [bus 20-39]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:3a:00.0: [10ec:3000] type 00 class 0x020000 PCIe Endpoint
maj 18 18:40:36 MSI-Raider kernel: pci 0000:3a:00.0: BAR 0 [io  0x4000-0x40ff]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:3a:00.0: BAR 2 [mem 0x5cd00000-0x5cd0ffff 64bit]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:3a:00.0: BAR 4 [mem 0x5cd10000-0x5cd13fff 64bit]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:3a:00.0: supports D1 D2
maj 18 18:40:36 MSI-Raider kernel: pci 0000:3a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1b.7: PCI bridge to [bus 3a]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:3b:00.0: [144d:a80a] type 00 class 0x010802 PCIe Endpoint
maj 18 18:40:36 MSI-Raider kernel: pci 0000:3b:00.0: BAR 0 [mem 0x5cc00000-0x5cc03fff 64bit]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1d.0: PCI bridge to [bus 3b]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:3c:00.0: [10ec:5261] type 00 class 0xff0000 PCIe Endpoint
maj 18 18:40:36 MSI-Raider kernel: pci 0000:3c:00.0: BAR 0 [mem 0x5c200000-0x5c200fff]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:3c:00.0: supports D1 D2
maj 18 18:40:36 MSI-Raider kernel: pci 0000:3c:00.0: PME# supported from D1 D2 D3hot D3cold
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1d.6: PCI bridge to [bus 3c]
maj 18 18:40:36 MSI-Raider kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
maj 18 18:40:36 MSI-Raider kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 1
maj 18 18:40:36 MSI-Raider kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
maj 18 18:40:36 MSI-Raider kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
maj 18 18:40:36 MSI-Raider kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
maj 18 18:40:36 MSI-Raider kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
maj 18 18:40:36 MSI-Raider kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
maj 18 18:40:36 MSI-Raider kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
maj 18 18:40:36 MSI-Raider kernel: Low-power S0 idle used by default for system suspend
maj 18 18:40:36 MSI-Raider kernel: ACPI: EC: interrupt unblocked
maj 18 18:40:36 MSI-Raider kernel: ACPI: EC: event unblocked
maj 18 18:40:36 MSI-Raider kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
maj 18 18:40:36 MSI-Raider kernel: ACPI: EC: GPE=0x6e
maj 18 18:40:36 MSI-Raider kernel: ACPI: \_SB_.PC00.LPCB.EC__: Boot DSDT EC initialization complete
maj 18 18:40:36 MSI-Raider kernel: ACPI: \_SB_.PC00.LPCB.EC__: EC: Used to handle transactions and events
maj 18 18:40:36 MSI-Raider kernel: iommu: Default domain type: Translated
maj 18 18:40:36 MSI-Raider kernel: iommu: DMA domain TLB invalidation policy: lazy mode
maj 18 18:40:36 MSI-Raider kernel: SCSI subsystem initialized
maj 18 18:40:36 MSI-Raider kernel: libata version 3.00 loaded.
maj 18 18:40:36 MSI-Raider kernel: ACPI: bus type USB registered
maj 18 18:40:36 MSI-Raider kernel: usbcore: registered new interface driver usbfs
maj 18 18:40:36 MSI-Raider kernel: usbcore: registered new interface driver hub
maj 18 18:40:36 MSI-Raider kernel: usbcore: registered new device driver usb
maj 18 18:40:36 MSI-Raider kernel: EDAC MC: Ver: 3.0.0
maj 18 18:40:36 MSI-Raider kernel: efivars: Registered efivars operations
maj 18 18:40:36 MSI-Raider kernel: NetLabel: Initializing
maj 18 18:40:36 MSI-Raider kernel: NetLabel:  domain hash size = 128
maj 18 18:40:36 MSI-Raider kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
maj 18 18:40:36 MSI-Raider kernel: NetLabel:  unlabeled traffic allowed by default
maj 18 18:40:36 MSI-Raider kernel: audit: type=1409 audit(1716050431.676:2): netlabel: auid=0 ses=0 subj=unconfined nlbl_domain=(default) nlbl_protocol=unlbl res=1
maj 18 18:40:36 MSI-Raider kernel: audit: type=1406 audit(1716050431.676:3): netlabel: auid=0 ses=0 subj=unconfined unlbl_accept=1 old=0
maj 18 18:40:36 MSI-Raider kernel: mctp: management component transport protocol core
maj 18 18:40:36 MSI-Raider kernel: NET: Registered PF_MCTP protocol family
maj 18 18:40:36 MSI-Raider kernel: PCI: Using ACPI for IRQ routing
maj 18 18:40:36 MSI-Raider kernel: PCI: pci_cache_line_size set to 64 bytes
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]: can't claim; no compatible bridge window
maj 18 18:40:36 MSI-Raider kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
maj 18 18:40:36 MSI-Raider kernel: e820: reserve RAM buffer [mem 0x26bfe000-0x27ffffff]
maj 18 18:40:36 MSI-Raider kernel: e820: reserve RAM buffer [mem 0x26dff018-0x27ffffff]
maj 18 18:40:36 MSI-Raider kernel: e820: reserve RAM buffer [mem 0x2af0a000-0x2bffffff]
maj 18 18:40:36 MSI-Raider kernel: e820: reserve RAM buffer [mem 0x2d604000-0x2fffffff]
maj 18 18:40:36 MSI-Raider kernel: e820: reserve RAM buffer [mem 0x33f00000-0x33ffffff]
maj 18 18:40:36 MSI-Raider kernel: e820: reserve RAM buffer [mem 0x10bfc00000-0x10bfffffff]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:02.0: vgaarb: bridge control possible
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
maj 18 18:40:36 MSI-Raider kernel: pci 0000:01:00.0: vgaarb: bridge control possible
maj 18 18:40:36 MSI-Raider kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
maj 18 18:40:36 MSI-Raider kernel: vgaarb: loaded
maj 18 18:40:36 MSI-Raider kernel: clocksource: Switched to clocksource tsc-early
maj 18 18:40:36 MSI-Raider kernel: VFS: Disk quotas dquot_6.6.0
maj 18 18:40:36 MSI-Raider kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
maj 18 18:40:36 MSI-Raider kernel: AppArmor: AppArmor Filesystem Enabled
maj 18 18:40:36 MSI-Raider kernel: audit: type=1400 audit(1716050431.696:4): apparmor="STATUS" info="AppArmor Filesystem Enabled" pid=1 comm="swapper/0"
maj 18 18:40:36 MSI-Raider kernel: pnp: PnP ACPI init
maj 18 18:40:36 MSI-Raider kernel: system 00:02: [io  0x0680-0x069f] has been reserved
maj 18 18:40:36 MSI-Raider kernel: system 00:02: [io  0x164e-0x164f] has been reserved
maj 18 18:40:36 MSI-Raider kernel: system 00:03: [io  0x1854-0x1857] has been reserved
maj 18 18:40:36 MSI-Raider kernel: pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
maj 18 18:40:36 MSI-Raider kernel: system 00:04: [mem 0xfedc0000-0xfedc7fff] has been reserved
maj 18 18:40:36 MSI-Raider kernel: system 00:04: [mem 0xfeda0000-0xfeda0fff] has been reserved
maj 18 18:40:36 MSI-Raider kernel: system 00:04: [mem 0xfeda1000-0xfeda1fff] has been reserved
maj 18 18:40:36 MSI-Raider kernel: system 00:04: [mem 0xfed20000-0xfed7ffff] could not be reserved
maj 18 18:40:36 MSI-Raider kernel: system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
maj 18 18:40:36 MSI-Raider kernel: system 00:04: [mem 0xfed45000-0xfed8ffff] could not be reserved
maj 18 18:40:36 MSI-Raider kernel: system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
maj 18 18:40:36 MSI-Raider kernel: system 00:05: [io  0x2000-0x20fe] has been reserved
maj 18 18:40:36 MSI-Raider kernel: pnp: PnP ACPI: found 7 devices
maj 18 18:40:36 MSI-Raider kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
maj 18 18:40:36 MSI-Raider kernel: NET: Registered PF_INET protocol family
maj 18 18:40:36 MSI-Raider kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
maj 18 18:40:36 MSI-Raider kernel: tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
maj 18 18:40:36 MSI-Raider kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
maj 18 18:40:36 MSI-Raider kernel: TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
maj 18 18:40:36 MSI-Raider kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
maj 18 18:40:36 MSI-Raider kernel: TCP: Hash tables configured (established 524288 bind 65536)
maj 18 18:40:36 MSI-Raider kernel: MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
maj 18 18:40:36 MSI-Raider kernel: UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear)
maj 18 18:40:36 MSI-Raider kernel: UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, linear)
maj 18 18:40:36 MSI-Raider kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
maj 18 18:40:36 MSI-Raider kernel: NET: Registered PF_XDP protocol family
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:01.0: bridge window [io  0x1000-0x0fff] to [bus 05-1e] add_size 1000
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:03.0: bridge window [io  0x1000-0x0fff] to [bus 20-39] add_size 1000
maj 18 18:40:36 MSI-Raider kernel: pci 0000:02:00.0: bridge window [io  0x1000-0x0fff] to [bus 03-39] add_size 2000
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1b.0: bridge window [io  0x1000-0x0fff] to [bus 02-39] add_size 3000
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1d.6: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 3c] add_size 200000 add_align 100000
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:02.0: VF BAR 2 [mem 0x4020000000-0x40ffffffff 64bit pref]: assigned
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:02.0: VF BAR 0 [mem 0x4010000000-0x4016ffffff 64bit]: assigned
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1d.6: bridge window [mem 0x4017000000-0x40171fffff 64bit pref]: assigned
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:15.0: BAR 0 [mem 0x4017200000-0x4017200fff 64bit]: assigned
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1b.0: bridge window [io  0x7000-0x9fff]: assigned
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1f.5: BAR 0 [mem 0x40400000-0x40400fff]: assigned
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:01.0:   bridge window [io  0x5000-0x5fff]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:01.0:   bridge window [mem 0x5b000000-0x5c0fffff]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:01.0:   bridge window [mem 0x6000000000-0x6401ffffff 64bit pref]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:02:00.0: bridge window [io  0x7000-0x8fff]: assigned
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:01.0: bridge window [io  0x7000-0x7fff]: assigned
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:03.0: bridge window [io  0x8000-0x8fff]: assigned
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:00.0: PCI bridge to [bus 04]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:00.0:   bridge window [mem 0x6432000000-0x64320fffff 64bit pref]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:01.0: PCI bridge to [bus 05-1e]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:01.0:   bridge window [io  0x7000-0x7fff]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:01.0:   bridge window [mem 0x4f100000-0x5a1fffff]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:01.0:   bridge window [mem 0x6421000000-0x6431ffffff 64bit pref]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:02.0: PCI bridge to [bus 1f]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:02.0:   bridge window [mem 0x5a200000-0x5a2fffff]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:03.0: PCI bridge to [bus 20-39]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:03.0:   bridge window [io  0x8000-0x8fff]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:03.0:   bridge window [mem 0x44000000-0x4f0fffff]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:03.0:   bridge window [mem 0x6410000000-0x6420ffffff 64bit pref]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:02:00.0: PCI bridge to [bus 03-39]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:02:00.0:   bridge window [io  0x7000-0x8fff]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:02:00.0:   bridge window [mem 0x44000000-0x5a2fffff]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:02:00.0:   bridge window [mem 0x6410000000-0x64320fffff 64bit pref]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1b.0: PCI bridge to [bus 02-39]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1b.0:   bridge window [io  0x7000-0x9fff]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1b.0:   bridge window [mem 0x44000000-0x5a3fffff]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1b.0:   bridge window [mem 0x6410000000-0x64320fffff 64bit pref]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1b.7: PCI bridge to [bus 3a]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1b.7:   bridge window [io  0x4000-0x4fff]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1b.7:   bridge window [mem 0x5cd00000-0x5cdfffff]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1d.0: PCI bridge to [bus 3b]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1d.0:   bridge window [mem 0x5cc00000-0x5ccfffff]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1d.6: PCI bridge to [bus 3c]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1d.6:   bridge window [io  0x3000-0x3fff]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1d.6:   bridge window [mem 0x5c200000-0x5cbfffff]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1d.6:   bridge window [mem 0x4017000000-0x40171fffff 64bit pref]
maj 18 18:40:36 MSI-Raider kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
maj 18 18:40:36 MSI-Raider kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
maj 18 18:40:36 MSI-Raider kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
maj 18 18:40:36 MSI-Raider kernel: pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000fffff window]
maj 18 18:40:36 MSI-Raider kernel: pci_bus 0000:00: resource 8 [mem 0x40400000-0xbfffffff window]
maj 18 18:40:36 MSI-Raider kernel: pci_bus 0000:00: resource 9 [mem 0x4000000000-0x7fffffffff window]
maj 18 18:40:36 MSI-Raider kernel: pci_bus 0000:00: resource 10 [mem 0xfe0b0400-0xfe0b13ff window]
maj 18 18:40:36 MSI-Raider kernel: pci_bus 0000:01: resource 0 [io  0x5000-0x5fff]
maj 18 18:40:36 MSI-Raider kernel: pci_bus 0000:01: resource 1 [mem 0x5b000000-0x5c0fffff]
maj 18 18:40:36 MSI-Raider kernel: pci_bus 0000:01: resource 2 [mem 0x6000000000-0x6401ffffff 64bit pref]
maj 18 18:40:36 MSI-Raider kernel: pci_bus 0000:02: resource 0 [io  0x7000-0x9fff]
maj 18 18:40:36 MSI-Raider kernel: pci_bus 0000:02: resource 1 [mem 0x44000000-0x5a3fffff]
maj 18 18:40:36 MSI-Raider kernel: pci_bus 0000:02: resource 2 [mem 0x6410000000-0x64320fffff 64bit pref]
maj 18 18:40:36 MSI-Raider kernel: pci_bus 0000:03: resource 0 [io  0x7000-0x8fff]
maj 18 18:40:36 MSI-Raider kernel: pci_bus 0000:03: resource 1 [mem 0x44000000-0x5a2fffff]
maj 18 18:40:36 MSI-Raider kernel: pci_bus 0000:03: resource 2 [mem 0x6410000000-0x64320fffff 64bit pref]
maj 18 18:40:36 MSI-Raider kernel: pci_bus 0000:04: resource 2 [mem 0x6432000000-0x64320fffff 64bit pref]
maj 18 18:40:36 MSI-Raider kernel: pci_bus 0000:05: resource 0 [io  0x7000-0x7fff]
maj 18 18:40:36 MSI-Raider kernel: pci_bus 0000:05: resource 1 [mem 0x4f100000-0x5a1fffff]
maj 18 18:40:36 MSI-Raider kernel: pci_bus 0000:05: resource 2 [mem 0x6421000000-0x6431ffffff 64bit pref]
maj 18 18:40:36 MSI-Raider kernel: pci_bus 0000:1f: resource 1 [mem 0x5a200000-0x5a2fffff]
maj 18 18:40:36 MSI-Raider kernel: pci_bus 0000:20: resource 0 [io  0x8000-0x8fff]
maj 18 18:40:36 MSI-Raider kernel: pci_bus 0000:20: resource 1 [mem 0x44000000-0x4f0fffff]
maj 18 18:40:36 MSI-Raider kernel: pci_bus 0000:20: resource 2 [mem 0x6410000000-0x6420ffffff 64bit pref]
maj 18 18:40:36 MSI-Raider kernel: pci_bus 0000:3a: resource 0 [io  0x4000-0x4fff]
maj 18 18:40:36 MSI-Raider kernel: pci_bus 0000:3a: resource 1 [mem 0x5cd00000-0x5cdfffff]
maj 18 18:40:36 MSI-Raider kernel: pci_bus 0000:3b: resource 1 [mem 0x5cc00000-0x5ccfffff]
maj 18 18:40:36 MSI-Raider kernel: pci_bus 0000:3c: resource 0 [io  0x3000-0x3fff]
maj 18 18:40:36 MSI-Raider kernel: pci_bus 0000:3c: resource 1 [mem 0x5c200000-0x5cbfffff]
maj 18 18:40:36 MSI-Raider kernel: pci_bus 0000:3c: resource 2 [mem 0x4017000000-0x40171fffff 64bit pref]
maj 18 18:40:36 MSI-Raider kernel: pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
maj 18 18:40:36 MSI-Raider kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
maj 18 18:40:36 MSI-Raider kernel: PCI: CLS 64 bytes, default 64
maj 18 18:40:36 MSI-Raider kernel: DMAR: Intel-IOMMU force enabled due to platform opt in
maj 18 18:40:36 MSI-Raider kernel: DMAR: No ATSR found
maj 18 18:40:36 MSI-Raider kernel: DMAR: No SATC found
maj 18 18:40:36 MSI-Raider kernel: DMAR: IOMMU feature fl1gp_support inconsistent
maj 18 18:40:36 MSI-Raider kernel: DMAR: IOMMU feature pgsel_inv inconsistent
maj 18 18:40:36 MSI-Raider kernel: DMAR: IOMMU feature nwfs inconsistent
maj 18 18:40:36 MSI-Raider kernel: DMAR: IOMMU feature dit inconsistent
maj 18 18:40:36 MSI-Raider kernel: DMAR: IOMMU feature sc_support inconsistent
maj 18 18:40:36 MSI-Raider kernel: DMAR: IOMMU feature dev_iotlb_support inconsistent
maj 18 18:40:36 MSI-Raider kernel: DMAR: dmar0: Using Queued invalidation
maj 18 18:40:36 MSI-Raider kernel: DMAR: dmar1: Using Queued invalidation
maj 18 18:40:36 MSI-Raider kernel: Trying to unpack rootfs image as initramfs...
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:02.0: Adding to iommu group 0
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:00.0: Adding to iommu group 1
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:01.0: Adding to iommu group 2
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:04.0: Adding to iommu group 3
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:08.0: Adding to iommu group 4
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:14.0: Adding to iommu group 5
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:14.2: Adding to iommu group 5
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:14.3: Adding to iommu group 6
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:15.0: Adding to iommu group 7
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:16.0: Adding to iommu group 8
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1b.0: Adding to iommu group 9
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1b.7: Adding to iommu group 10
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1d.0: Adding to iommu group 11
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1d.6: Adding to iommu group 12
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1f.0: Adding to iommu group 13
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1f.3: Adding to iommu group 13
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1f.4: Adding to iommu group 13
maj 18 18:40:36 MSI-Raider kernel: pci 0000:00:1f.5: Adding to iommu group 13
maj 18 18:40:36 MSI-Raider kernel: pci 0000:01:00.0: Adding to iommu group 14
maj 18 18:40:36 MSI-Raider kernel: pci 0000:01:00.1: Adding to iommu group 14
maj 18 18:40:36 MSI-Raider kernel: pci 0000:02:00.0: Adding to iommu group 15
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:00.0: Adding to iommu group 16
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:01.0: Adding to iommu group 17
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:02.0: Adding to iommu group 18
maj 18 18:40:36 MSI-Raider kernel: pci 0000:03:03.0: Adding to iommu group 19
maj 18 18:40:36 MSI-Raider kernel: pci 0000:04:00.0: Adding to iommu group 20
maj 18 18:40:36 MSI-Raider kernel: pci 0000:1f:00.0: Adding to iommu group 21
maj 18 18:40:36 MSI-Raider kernel: pci 0000:3a:00.0: Adding to iommu group 22
maj 18 18:40:36 MSI-Raider kernel: pci 0000:3b:00.0: Adding to iommu group 23
maj 18 18:40:36 MSI-Raider kernel: pci 0000:3c:00.0: Adding to iommu group 24
maj 18 18:40:36 MSI-Raider kernel: DMAR: Intel(R) Virtualization Technology for Directed I/O
maj 18 18:40:36 MSI-Raider kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
maj 18 18:40:36 MSI-Raider kernel: software IO TLB: mapped [mem 0x000000002238b000-0x000000002638b000] (64MB)
maj 18 18:40:36 MSI-Raider kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x22df1149949, max_idle_ns: 440795312789 ns
maj 18 18:40:36 MSI-Raider kernel: clocksource: Switched to clocksource tsc
maj 18 18:40:36 MSI-Raider kernel: platform rtc_cmos: registered platform RTC device (no PNP device found)
maj 18 18:40:36 MSI-Raider kernel: Initialise system trusted keyrings
maj 18 18:40:36 MSI-Raider kernel: Key type blacklist registered
maj 18 18:40:36 MSI-Raider kernel: workingset: timestamp_bits=41 max_order=24 bucket_order=0
maj 18 18:40:36 MSI-Raider kernel: zbud: loaded
maj 18 18:40:36 MSI-Raider kernel: fuse: init (API version 7.40)
maj 18 18:40:36 MSI-Raider kernel: integrity: Platform Keyring initialized
maj 18 18:40:36 MSI-Raider kernel: integrity: Machine keyring initialized
maj 18 18:40:36 MSI-Raider kernel: Key type asymmetric registered
maj 18 18:40:36 MSI-Raider kernel: Asymmetric key parser 'x509' registered
maj 18 18:40:36 MSI-Raider kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
maj 18 18:40:36 MSI-Raider kernel: io scheduler mq-deadline registered
maj 18 18:40:36 MSI-Raider kernel: io scheduler kyber registered
maj 18 18:40:36 MSI-Raider kernel: io scheduler bfq registered
maj 18 18:40:36 MSI-Raider kernel: pcieport 0000:00:01.0: PME: Signaling with IRQ 122
maj 18 18:40:36 MSI-Raider kernel: pcieport 0000:00:01.0: AER: enabled with IRQ 122
maj 18 18:40:36 MSI-Raider kernel: pcieport 0000:00:1b.0: PME: Signaling with IRQ 123
maj 18 18:40:36 MSI-Raider kernel: pcieport 0000:00:1b.0: AER: enabled with IRQ 123
maj 18 18:40:36 MSI-Raider kernel: pcieport 0000:00:1b.0: pciehp: Slot #20 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
maj 18 18:40:36 MSI-Raider kernel: pcieport 0000:00:1b.7: PME: Signaling with IRQ 124
maj 18 18:40:36 MSI-Raider kernel: pcieport 0000:00:1b.7: AER: enabled with IRQ 124
maj 18 18:40:36 MSI-Raider kernel: pcieport 0000:00:1d.0: PME: Signaling with IRQ 125
maj 18 18:40:36 MSI-Raider kernel: pcieport 0000:00:1d.0: AER: enabled with IRQ 125
maj 18 18:40:36 MSI-Raider kernel: pcieport 0000:00:1d.6: PME: Signaling with IRQ 126
maj 18 18:40:36 MSI-Raider kernel: pcieport 0000:00:1d.6: AER: enabled with IRQ 126
maj 18 18:40:36 MSI-Raider kernel: pcieport 0000:00:1d.6: pciehp: Slot #18 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
maj 18 18:40:36 MSI-Raider kernel: pcieport 0000:03:01.0: pciehp: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
maj 18 18:40:36 MSI-Raider kernel: pcieport 0000:03:03.0: pciehp: Slot #3 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
maj 18 18:40:36 MSI-Raider kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
maj 18 18:40:36 MSI-Raider kernel: Monitor-Mwait will be used to enter C-1 state
maj 18 18:40:36 MSI-Raider kernel: Monitor-Mwait will be used to enter C-2 state
maj 18 18:40:36 MSI-Raider kernel: Monitor-Mwait will be used to enter C-3 state
maj 18 18:40:36 MSI-Raider kernel: ACPI: \_SB_.PR00: Found 3 idle states
maj 18 18:40:36 MSI-Raider kernel: ACPI: AC: AC Adapter [ADP1] (on-line)
maj 18 18:40:36 MSI-Raider kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:45/PNP0C09:00/PNP0C0D:00/input/input0
maj 18 18:40:36 MSI-Raider kernel: ACPI: button: Lid Switch [LID0]
maj 18 18:40:36 MSI-Raider kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
maj 18 18:40:36 MSI-Raider kernel: ACPI: button: Sleep Button [SLPB]
maj 18 18:40:36 MSI-Raider kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
maj 18 18:40:36 MSI-Raider kernel: ACPI: button: Power Button [PWRB]
maj 18 18:40:36 MSI-Raider kernel: thermal LNXTHERM:00: registered as thermal_zone0
maj 18 18:40:36 MSI-Raider kernel: ACPI: thermal: Thermal Zone [THRM] (72 C)
maj 18 18:40:36 MSI-Raider kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
maj 18 18:40:36 MSI-Raider kernel: hpet_acpi_add: no address or irqs in _CRS
maj 18 18:40:36 MSI-Raider kernel: Non-volatile memory driver v1.3
maj 18 18:40:36 MSI-Raider kernel: Linux agpgart interface v0.103
maj 18 18:40:36 MSI-Raider kernel: ACPI: bus type drm_connector registered
maj 18 18:40:36 MSI-Raider kernel: usbcore: registered new interface driver usbserial_generic
maj 18 18:40:36 MSI-Raider kernel: usbserial: USB Serial support registered for generic
maj 18 18:40:36 MSI-Raider kernel: rtc_cmos rtc_cmos: RTC can wake from S4
maj 18 18:40:36 MSI-Raider kernel: rtc_cmos rtc_cmos: registered as rtc0
maj 18 18:40:36 MSI-Raider kernel: rtc_cmos rtc_cmos: setting system clock to 2024-05-18T16:40:32 UTC (1716050432)
maj 18 18:40:36 MSI-Raider kernel: rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
maj 18 18:40:36 MSI-Raider kernel: intel_pstate: Intel P-state driver initializing
maj 18 18:40:36 MSI-Raider kernel: intel_pstate: HWP enabled
maj 18 18:40:36 MSI-Raider kernel: Freeing initrd memory: 113336K
maj 18 18:40:36 MSI-Raider kernel: ledtrig-cpu: registered to indicate activity on CPUs
maj 18 18:40:36 MSI-Raider kernel: efifb: probing for efifb
maj 18 18:40:36 MSI-Raider kernel: efifb: showing boot graphics
maj 18 18:40:36 MSI-Raider kernel: efifb: framebuffer at 0x4000000000, using 16000k, total 16000k
maj 18 18:40:36 MSI-Raider kernel: efifb: mode is 2560x1600x32, linelength=10240, pages=1
maj 18 18:40:36 MSI-Raider kernel: efifb: scrolling: redraw
maj 18 18:40:36 MSI-Raider kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
maj 18 18:40:36 MSI-Raider kernel: fbcon: Deferring console take-over
maj 18 18:40:36 MSI-Raider kernel: fb0: EFI VGA frame buffer device
maj 18 18:40:36 MSI-Raider kernel: hid: raw HID events driver (C) Jiri Kosina
maj 18 18:40:36 MSI-Raider kernel: drop_monitor: Initializing network drop monitor service
maj 18 18:40:36 MSI-Raider kernel: NET: Registered PF_INET6 protocol family
maj 18 18:40:36 MSI-Raider kernel: Segment Routing with IPv6
maj 18 18:40:36 MSI-Raider kernel: RPL Segment Routing with IPv6
maj 18 18:40:36 MSI-Raider kernel: In-situ OAM (IOAM) with IPv6
maj 18 18:40:36 MSI-Raider kernel: NET: Registered PF_PACKET protocol family
maj 18 18:40:36 MSI-Raider kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
maj 18 18:40:36 MSI-Raider kernel: microcode: Current revision: 0x00000123
maj 18 18:40:36 MSI-Raider kernel: microcode: Updated early from: 0x00000113
maj 18 18:40:36 MSI-Raider kernel: IPI shorthand broadcast: enabled
maj 18 18:40:36 MSI-Raider kernel: sched_clock: Marking stable (960001549, 6373913)->(993811952, -27436490)
maj 18 18:40:36 MSI-Raider kernel: Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
maj 18 18:40:36 MSI-Raider kernel: registered taskstats version 1
maj 18 18:40:36 MSI-Raider kernel: Loading compiled-in X.509 certificates
maj 18 18:40:36 MSI-Raider kernel: Loaded X.509 cert 'Build time autogenerated kernel key: be4bbad69eed7dd060ec4b225d099c7ad90dc57b'
maj 18 18:40:36 MSI-Raider kernel: zswap: loaded using pool zstd/zsmalloc
maj 18 18:40:36 MSI-Raider kernel: Key type .fscrypt registered
maj 18 18:40:36 MSI-Raider kernel: Key type fscrypt-provisioning registered
maj 18 18:40:36 MSI-Raider kernel: AppArmor: AppArmor sha256 policy hashing enabled
maj 18 18:40:36 MSI-Raider kernel: audit: type=1400 audit(1716050432.543:5): apparmor="STATUS" info="AppArmor sha256 policy hashing enabled" pid=1 comm="swapper/0"
maj 18 18:40:36 MSI-Raider kernel: integrity: Loading X.509 certificate: UEFI:db
maj 18 18:40:36 MSI-Raider kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
maj 18 18:40:36 MSI-Raider kernel: integrity: Loading X.509 certificate: UEFI:db
maj 18 18:40:36 MSI-Raider kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
maj 18 18:40:36 MSI-Raider kernel: integrity: Loading X.509 certificate: UEFI:db
maj 18 18:40:36 MSI-Raider kernel: integrity: Loaded X.509 cert 'Microsoft Corporation: Windows UEFI CA 2023: aefc5fbbbe055d8f8daa585473499417ab5a5272'
maj 18 18:40:36 MSI-Raider kernel: integrity: Loading X.509 certificate: UEFI:db
maj 18 18:40:36 MSI-Raider kernel: integrity: Loaded X.509 cert 'Microsoft UEFI CA 2023: 81aa6b3244c935bce0d6628af39827421e32497d'
maj 18 18:40:36 MSI-Raider kernel: PM:   Magic number: 8:177:692
maj 18 18:40:36 MSI-Raider kernel: audit: type=1334 audit(1716050432.546:6): prog-id=1 op=LOAD
maj 18 18:40:36 MSI-Raider kernel: audit: type=1334 audit(1716050432.546:7): prog-id=2 op=LOAD
maj 18 18:40:36 MSI-Raider kernel: RAS: Correctable Errors collector initialized.
maj 18 18:40:36 MSI-Raider kernel: clk: Disabling unused clocks
maj 18 18:40:36 MSI-Raider kernel: PM: genpd: Disabling unused power domains
maj 18 18:40:36 MSI-Raider kernel: ACPI: battery: Slot [BAT1] (battery present)
maj 18 18:40:36 MSI-Raider kernel: Freeing unused decrypted memory: 2028K
maj 18 18:40:36 MSI-Raider kernel: Freeing unused kernel image (initmem) memory: 3408K
maj 18 18:40:36 MSI-Raider kernel: Write protecting the kernel read-only data: 32768k
maj 18 18:40:36 MSI-Raider kernel: Freeing unused kernel image (rodata/data gap) memory: 1060K
maj 18 18:40:36 MSI-Raider kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
maj 18 18:40:36 MSI-Raider kernel: rodata_test: all tests were successful
maj 18 18:40:36 MSI-Raider kernel: Run /init as init process
maj 18 18:40:36 MSI-Raider kernel:   with arguments:
maj 18 18:40:36 MSI-Raider kernel:     /init
maj 18 18:40:36 MSI-Raider kernel:     splash
maj 18 18:40:36 MSI-Raider kernel:   with environment:
maj 18 18:40:36 MSI-Raider kernel:     HOME=/
maj 18 18:40:36 MSI-Raider kernel:     TERM=linux
maj 18 18:40:36 MSI-Raider kernel:     BOOT_IMAGE=/vmlinuz-linux
maj 18 18:40:36 MSI-Raider kernel: audit: type=1334 audit(1716050432.620:8): prog-id=1 op=UNLOAD
maj 18 18:40:36 MSI-Raider kernel: nvidia: loading out-of-tree module taints kernel.
maj 18 18:40:36 MSI-Raider kernel: nvidia: module license 'NVIDIA' taints kernel.
maj 18 18:40:36 MSI-Raider kernel: Disabling lock debugging due to kernel taint
maj 18 18:40:36 MSI-Raider kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
maj 18 18:40:36 MSI-Raider kernel: nvidia: module license taints kernel.
maj 18 18:40:36 MSI-Raider kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 242
maj 18 18:40:36 MSI-Raider kernel: 
maj 18 18:40:36 MSI-Raider kernel: nvidia 0000:01:00.0: enabling device (0000 -> 0003)
maj 18 18:40:36 MSI-Raider kernel: nvidia 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none
maj 18 18:40:36 MSI-Raider kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  550.78  Sun Apr 14 06:35:45 UTC 2024
maj 18 18:40:36 MSI-Raider kernel: wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WQAK data block query control method not found
maj 18 18:40:36 MSI-Raider kernel: wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WQAL data block query control method not found
maj 18 18:40:36 MSI-Raider kernel: wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WMAJ method block execution control method not found
maj 18 18:40:36 MSI-Raider kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  550.78  Sun Apr 14 06:23:31 UTC 2024
maj 18 18:40:36 MSI-Raider kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
maj 18 18:40:36 MSI-Raider kernel: nvidia-uvm: Loaded the UVM driver, major device number 240.
maj 18 18:40:36 MSI-Raider kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
maj 18 18:40:36 MSI-Raider kernel: ACPI Warning: Time parameter 250 us > 100 us violating ACPI spec, please fix the firmware. (20230628/exsystem-141)
maj 18 18:40:36 MSI-Raider kernel: ACPI Warning: Time parameter 250 us > 100 us violating ACPI spec, please fix the firmware. (20230628/exsystem-141)
maj 18 18:40:36 MSI-Raider kernel: ACPI Warning: Time parameter 250 us > 100 us violating ACPI spec, please fix the firmware. (20230628/exsystem-141)
maj 18 18:40:36 MSI-Raider kernel: ACPI Warning: Time parameter 250 us > 100 us violating ACPI spec, please fix the firmware. (20230628/exsystem-141)
maj 18 18:40:36 MSI-Raider kernel: ACPI Warning: \_SB.NPCF._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20230628/nsarguments-61)
maj 18 18:40:36 MSI-Raider kernel: ACPI Warning: \_SB.PC00.PEG1.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20230628/nsarguments-61)
maj 18 18:40:36 MSI-Raider kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
maj 18 18:40:36 MSI-Raider kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
maj 18 18:40:36 MSI-Raider kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
maj 18 18:40:36 MSI-Raider kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
maj 18 18:40:36 MSI-Raider kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
maj 18 18:40:36 MSI-Raider kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
maj 18 18:40:36 MSI-Raider kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
maj 18 18:40:36 MSI-Raider kernel: xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
maj 18 18:40:36 MSI-Raider kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
maj 18 18:40:36 MSI-Raider kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
maj 18 18:40:36 MSI-Raider kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.2 Enhanced SuperSpeed
maj 18 18:40:36 MSI-Raider kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09
maj 18 18:40:36 MSI-Raider kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
maj 18 18:40:36 MSI-Raider kernel: usb usb1: Product: xHCI Host Controller
maj 18 18:40:36 MSI-Raider kernel: usb usb1: Manufacturer: Linux 6.9.1-arch1-1 xhci-hcd
maj 18 18:40:36 MSI-Raider kernel: usb usb1: SerialNumber: 0000:00:14.0
maj 18 18:40:36 MSI-Raider kernel: hub 1-0:1.0: USB hub found
maj 18 18:40:36 MSI-Raider kernel: hub 1-0:1.0: 16 ports detected
maj 18 18:40:36 MSI-Raider kernel: rtsx_pci 0000:3c:00.0: enabling device (0000 -> 0002)
maj 18 18:40:36 MSI-Raider kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.09
maj 18 18:40:36 MSI-Raider kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
maj 18 18:40:36 MSI-Raider kernel: usb usb2: Product: xHCI Host Controller
maj 18 18:40:36 MSI-Raider kernel: usb usb2: Manufacturer: Linux 6.9.1-arch1-1 xhci-hcd
maj 18 18:40:36 MSI-Raider kernel: usb usb2: SerialNumber: 0000:00:14.0
maj 18 18:40:36 MSI-Raider kernel: hub 2-0:1.0: USB hub found
maj 18 18:40:36 MSI-Raider kernel: hub 2-0:1.0: 10 ports detected
maj 18 18:40:36 MSI-Raider kernel: xhci_hcd 0000:1f:00.0: xHCI Host Controller
maj 18 18:40:36 MSI-Raider kernel: xhci_hcd 0000:1f:00.0: new USB bus registered, assigned bus number 3
maj 18 18:40:36 MSI-Raider kernel: xhci_hcd 0000:1f:00.0: hcc params 0x20007fc1 hci version 0x110 quirks 0x0000000000009810
maj 18 18:40:36 MSI-Raider kernel: xhci_hcd 0000:1f:00.0: xHCI Host Controller
maj 18 18:40:36 MSI-Raider kernel: xhci_hcd 0000:1f:00.0: new USB bus registered, assigned bus number 4
maj 18 18:40:36 MSI-Raider kernel: xhci_hcd 0000:1f:00.0: Host supports USB 3.1 Enhanced SuperSpeed
maj 18 18:40:36 MSI-Raider kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09
maj 18 18:40:36 MSI-Raider kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
maj 18 18:40:36 MSI-Raider kernel: usb usb3: Product: xHCI Host Controller
maj 18 18:40:36 MSI-Raider kernel: usb usb3: Manufacturer: Linux 6.9.1-arch1-1 xhci-hcd
maj 18 18:40:36 MSI-Raider kernel: usb usb3: SerialNumber: 0000:1f:00.0
maj 18 18:40:36 MSI-Raider kernel: hub 3-0:1.0: USB hub found
maj 18 18:40:36 MSI-Raider kernel: hub 3-0:1.0: 2 ports detected
maj 18 18:40:36 MSI-Raider kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.09
maj 18 18:40:36 MSI-Raider kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
maj 18 18:40:36 MSI-Raider kernel: usb usb4: Product: xHCI Host Controller
maj 18 18:40:36 MSI-Raider kernel: usb usb4: Manufacturer: Linux 6.9.1-arch1-1 xhci-hcd
maj 18 18:40:36 MSI-Raider kernel: usb usb4: SerialNumber: 0000:1f:00.0
maj 18 18:40:36 MSI-Raider kernel: hub 4-0:1.0: USB hub found
maj 18 18:40:36 MSI-Raider kernel: hub 4-0:1.0: 2 ports detected
maj 18 18:40:36 MSI-Raider kernel: nvme 0000:3b:00.0: platform quirk: setting simple suspend
maj 18 18:40:36 MSI-Raider kernel: nvme nvme0: pci function 0000:3b:00.0
maj 18 18:40:36 MSI-Raider kernel: nvme nvme0: D3 entry latency set to 10 seconds
maj 18 18:40:36 MSI-Raider kernel: nvme nvme0: 32/0/0 default/read/poll queues
maj 18 18:40:36 MSI-Raider kernel:  nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8
maj 18 18:40:36 MSI-Raider kernel: usb 1-3: new high-speed USB device number 2 using xhci_hcd
maj 18 18:40:36 MSI-Raider kernel: EXT4-fs (nvme0n1p6): mounted filesystem 70cb0615-4e6f-da01-70cb-06154e6fda01 r/w with ordered data mode. Quota mode: none.
maj 18 18:40:36 MSI-Raider systemd[1]: systemd 255.6-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
maj 18 18:40:36 MSI-Raider systemd[1]: Detected architecture x86-64.
maj 18 18:40:36 MSI-Raider systemd[1]: Hostname set to <MSI-Raider>.
maj 18 18:40:36 MSI-Raider kernel: usb 1-3: New USB device found, idVendor=5986, idProduct=215c, bcdDevice= 3.10
maj 18 18:40:36 MSI-Raider kernel: usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
maj 18 18:40:36 MSI-Raider kernel: usb 1-3: Product: FHD Camera
maj 18 18:40:36 MSI-Raider kernel: usb 1-3: Manufacturer: SunplusIT Inc
maj 18 18:40:36 MSI-Raider kernel: usb 1-3: SerialNumber: 01.00.00
maj 18 18:40:36 MSI-Raider kernel: audit: type=1334 audit(1716050435.550:9): prog-id=3 op=LOAD
maj 18 18:40:36 MSI-Raider kernel: audit: type=1300 audit(1716050435.550:9): arch=c000003e syscall=321 success=yes exit=8 a0=5 a1=7ffcfd01d490 a2=90 a3=0 items=0 ppid=0 pid=1 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd" exe="/usr/lib/systemd/systemd" subj=unconfined key=(null)
maj 18 18:40:36 MSI-Raider kernel: usb 1-9: new full-speed USB device number 3 using xhci_hcd
maj 18 18:40:36 MSI-Raider kernel: usb 1-9: New USB device found, idVendor=046d, idProduct=c539, bcdDevice=39.03
maj 18 18:40:36 MSI-Raider kernel: usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=0
maj 18 18:40:36 MSI-Raider kernel: usb 1-9: Product: USB Receiver
maj 18 18:40:36 MSI-Raider kernel: usb 1-9: Manufacturer: Logitech
maj 18 18:40:36 MSI-Raider kernel: usb 1-11: new full-speed USB device number 4 using xhci_hcd
maj 18 18:40:36 MSI-Raider systemd[1]: bpf-lsm: LSM BPF program attached
maj 18 18:40:36 MSI-Raider kernel: usb 1-11: New USB device found, idVendor=1038, idProduct=113a, bcdDevice= 1.14
maj 18 18:40:36 MSI-Raider kernel: usb 1-11: New USB device strings: Mfr=1, Product=2, SerialNumber=0
maj 18 18:40:36 MSI-Raider kernel: usb 1-11: Product: SteelSeries KLC
maj 18 18:40:36 MSI-Raider kernel: usb 1-11: Manufacturer: SteelSeries
maj 18 18:40:36 MSI-Raider kernel: usb 1-12: new full-speed USB device number 5 using xhci_hcd
maj 18 18:40:36 MSI-Raider systemd[1]: Queued start job for default target Graphical Interface.
maj 18 18:40:36 MSI-Raider kernel: usb 1-12: New USB device found, idVendor=1038, idProduct=114d, bcdDevice= 1.15
maj 18 18:40:36 MSI-Raider kernel: usb 1-12: New USB device strings: Mfr=1, Product=2, SerialNumber=0
maj 18 18:40:36 MSI-Raider kernel: usb 1-12: Product: SteelSeries ALC
maj 18 18:40:36 MSI-Raider kernel: usb 1-12: Manufacturer: SteelSeries
maj 18 18:40:36 MSI-Raider systemd[1]: Created slice Slice /system/dirmngr.
maj 18 18:40:36 MSI-Raider systemd[1]: Created slice Slice /system/getty.
maj 18 18:40:36 MSI-Raider systemd[1]: Created slice Slice /system/gpg-agent.
maj 18 18:40:36 MSI-Raider systemd[1]: Created slice Slice /system/gpg-agent-browser.
maj 18 18:40:36 MSI-Raider systemd[1]: Created slice Slice /system/gpg-agent-extra.
maj 18 18:40:36 MSI-Raider systemd[1]: Created slice Slice /system/gpg-agent-ssh.
maj 18 18:40:36 MSI-Raider systemd[1]: Created slice Slice /system/keyboxd.
maj 18 18:40:36 MSI-Raider systemd[1]: Created slice Slice /system/modprobe.
maj 18 18:40:36 MSI-Raider systemd[1]: Created slice Slice /system/systemd-fsck.
maj 18 18:40:36 MSI-Raider systemd[1]: Created slice User and Session Slice.
maj 18 18:40:36 MSI-Raider systemd[1]: Started Forward Password Requests to Wall Directory Watch.
maj 18 18:40:36 MSI-Raider systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
maj 18 18:40:36 MSI-Raider systemd[1]: Expecting device /dev/disk/by-uuid/01D94635B05A28D0...
maj 18 18:40:36 MSI-Raider systemd[1]: Expecting device /dev/disk/by-uuid/A00AC11E0AC0F278...
maj 18 18:40:36 MSI-Raider systemd[1]: Expecting device /dev/disk/by-uuid/DE84-77C3...
maj 18 18:40:36 MSI-Raider systemd[1]: Expecting device /dev/disk/by-uuid/f9b6f9f9-f679-4ef7-8dec-64971e2436fd...
maj 18 18:40:36 MSI-Raider systemd[1]: Reached target Login Prompts.
maj 18 18:40:36 MSI-Raider systemd[1]: Reached target Local Integrity Protected Volumes.
maj 18 18:40:36 MSI-Raider systemd[1]: Reached target Remote File Systems.
maj 18 18:40:36 MSI-Raider systemd[1]: Reached target Slice Units.
maj 18 18:40:36 MSI-Raider systemd[1]: Reached target Local Verity Protected Volumes.
maj 18 18:40:36 MSI-Raider systemd[1]: Listening on Device-mapper event daemon FIFOs.
maj 18 18:40:36 MSI-Raider systemd[1]: Listening on LVM2 poll daemon socket.
maj 18 18:40:36 MSI-Raider systemd[1]: Listening on Process Core Dump Socket.
maj 18 18:40:36 MSI-Raider systemd[1]: Listening on Journal Socket (/dev/log).
maj 18 18:40:36 MSI-Raider systemd[1]: Listening on Journal Socket.
maj 18 18:40:36 MSI-Raider systemd[1]: TPM2 PCR Extension (Varlink) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
maj 18 18:40:36 MSI-Raider systemd[1]: Listening on udev Control Socket.
maj 18 18:40:36 MSI-Raider systemd[1]: Listening on udev Kernel Socket.
maj 18 18:40:36 MSI-Raider systemd[1]: Listening on User Database Manager Socket.
maj 18 18:40:36 MSI-Raider systemd[1]: Mounting Huge Pages File System...
maj 18 18:40:36 MSI-Raider systemd[1]: Mounting POSIX Message Queue File System...
maj 18 18:40:36 MSI-Raider systemd[1]: Mounting Kernel Debug File System...
maj 18 18:40:36 MSI-Raider systemd[1]: Mounting Kernel Trace File System...
maj 18 18:40:36 MSI-Raider systemd[1]: Starting Load AppArmor profiles...
maj 18 18:40:36 MSI-Raider systemd[1]: Starting Create List of Static Device Nodes...
maj 18 18:40:36 MSI-Raider systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
maj 18 18:40:36 MSI-Raider systemd[1]: Starting Load Kernel Module configfs...
maj 18 18:40:36 MSI-Raider systemd[1]: Starting Load Kernel Module dm_mod...
maj 18 18:40:36 MSI-Raider systemd[1]: Starting Load Kernel Module drm...
maj 18 18:40:36 MSI-Raider systemd[1]: Starting Load Kernel Module fuse...
maj 18 18:40:36 MSI-Raider systemd[1]: Starting Load Kernel Module loop...
maj 18 18:40:36 MSI-Raider systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
maj 18 18:40:36 MSI-Raider systemd[1]: Starting Journal Service...
maj 18 18:40:36 MSI-Raider systemd[1]: Starting Load Kernel Modules...
maj 18 18:40:36 MSI-Raider systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
maj 18 18:40:36 MSI-Raider systemd[1]: Starting Remount Root and Kernel File Systems...
maj 18 18:40:36 MSI-Raider systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
maj 18 18:40:36 MSI-Raider systemd[1]: Starting Coldplug All udev Devices...
maj 18 18:40:36 MSI-Raider systemd[1]: Starting Virtual Console Setup...
maj 18 18:40:36 MSI-Raider systemd[1]: Mounted Huge Pages File System.
maj 18 18:40:36 MSI-Raider systemd[1]: Mounted POSIX Message Queue File System.
maj 18 18:40:36 MSI-Raider systemd[1]: Mounted Kernel Debug File System.
maj 18 18:40:36 MSI-Raider systemd[1]: Mounted Kernel Trace File System.
maj 18 18:40:36 MSI-Raider systemd[1]: Finished Create List of Static Device Nodes.
maj 18 18:40:36 MSI-Raider systemd[1]: modprobe@configfs.service: Deactivated successfully.
maj 18 18:40:36 MSI-Raider systemd[1]: Finished Load Kernel Module configfs.
maj 18 18:40:36 MSI-Raider systemd[1]: modprobe@drm.service: Deactivated successfully.
maj 18 18:40:36 MSI-Raider systemd[1]: Finished Load Kernel Module drm.
maj 18 18:40:36 MSI-Raider systemd[1]: modprobe@fuse.service: Deactivated successfully.
maj 18 18:40:36 MSI-Raider systemd[1]: Finished Load Kernel Module fuse.
maj 18 18:40:36 MSI-Raider systemd[1]: Mounting FUSE Control File System...
maj 18 18:40:36 MSI-Raider systemd[1]: Mounting Kernel Configuration File System...
maj 18 18:40:36 MSI-Raider systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
maj 18 18:40:36 MSI-Raider kernel: loop: module loaded
maj 18 18:40:36 MSI-Raider systemd[1]: modprobe@loop.service: Deactivated successfully.
maj 18 18:40:36 MSI-Raider systemd[1]: Finished Load Kernel Module loop.
maj 18 18:40:36 MSI-Raider kernel: device-mapper: uevent: version 1.0.3
maj 18 18:40:36 MSI-Raider systemd[1]: Mounted Kernel Configuration File System.
maj 18 18:40:36 MSI-Raider kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
maj 18 18:40:36 MSI-Raider systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
maj 18 18:40:36 MSI-Raider systemd[1]: Finished Load Kernel Module dm_mod.
maj 18 18:40:36 MSI-Raider systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
maj 18 18:40:36 MSI-Raider systemd[1]: Mounted FUSE Control File System.
maj 18 18:40:36 MSI-Raider systemd-journald[564]: Collecting audit messages is disabled.
maj 18 18:40:36 MSI-Raider kernel: i2c_dev: i2c /dev entries driver
maj 18 18:40:36 MSI-Raider systemd[1]: Finished Virtual Console Setup.
maj 18 18:40:36 MSI-Raider systemd[1]: Starting User Database Manager...
maj 18 18:40:36 MSI-Raider kernel: Asymmetric key parser 'pkcs8' registered
maj 18 18:40:36 MSI-Raider systemd-journald[564]: Journal started
maj 18 18:40:36 MSI-Raider systemd-journald[564]: Runtime Journal (/run/log/journal/bfe8fd9744f24568a6f73740ade0262b) is 8.0M, max 3.1G, 3.1G free.
maj 18 18:40:36 MSI-Raider systemd-modules-load[565]: Inserted module 'crypto_user'
maj 18 18:40:36 MSI-Raider systemd-vconsole-setup[569]: KD_FONT_OP_GET failed while trying to get the font metadata: Zły argument
maj 18 18:40:36 MSI-Raider systemd-vconsole-setup[569]: Fonts will not be copied to remaining consoles
maj 18 18:40:36 MSI-Raider systemd-modules-load[565]: Inserted module 'i2c_dev'
maj 18 18:40:36 MSI-Raider apparmor.systemd[555]: Restarting AppArmor
maj 18 18:40:36 MSI-Raider apparmor.systemd[555]: Reloading AppArmor profiles
maj 18 18:40:36 MSI-Raider systemd-modules-load[565]: Inserted module 'ec_sys'
maj 18 18:40:36 MSI-Raider systemd-modules-load[565]: Inserted module 'pkcs8_key_parser'
maj 18 18:40:36 MSI-Raider systemd[1]: Started Journal Service.
maj 18 18:40:36 MSI-Raider systemd-modules-load[565]: Inserted module 'usbhid'
maj 18 18:40:36 MSI-Raider systemd[1]: Finished Load Kernel Modules.
maj 18 18:40:36 MSI-Raider kernel: usbcore: registered new interface driver usbhid
maj 18 18:40:36 MSI-Raider kernel: usbhid: USB HID core driver
maj 18 18:40:36 MSI-Raider systemd[1]: Starting Apply Kernel Variables...
maj 18 18:40:36 MSI-Raider systemd[1]: Finished Apply Kernel Variables.
maj 18 18:40:36 MSI-Raider systemd[1]: Starting CLI Netfilter Manager...
maj 18 18:40:36 MSI-Raider systemd[1]: Finished Remount Root and Kernel File Systems.
maj 18 18:40:36 MSI-Raider systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
maj 18 18:40:36 MSI-Raider systemd[1]: Starting Flush Journal to Persistent Storage...
maj 18 18:40:36 MSI-Raider systemd[1]: Starting Load/Save OS Random Seed...
maj 18 18:40:36 MSI-Raider systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
maj 18 18:40:36 MSI-Raider kernel: EXT4-fs (nvme0n1p6): re-mounted 70cb0615-4e6f-da01-70cb-06154e6fda01 r/w. Quota mode: none.
maj 18 18:40:36 MSI-Raider systemd-journald[564]: Time spent on flushing to /var/log/journal/bfe8fd9744f24568a6f73740ade0262b is 3.517ms for 1138 entries.
maj 18 18:40:36 MSI-Raider systemd-journald[564]: System Journal (/var/log/journal/bfe8fd9744f24568a6f73740ade0262b) is 8.0M, max 4.0G, 3.9G free.
maj 18 18:40:36 MSI-Raider systemd-journald[564]: Received client request to flush runtime journal.
maj 18 18:40:36 MSI-Raider kernel: usb 1-14: new full-speed USB device number 6 using xhci_hcd
maj 18 18:40:36 MSI-Raider systemd[1]: Started User Database Manager.
maj 18 18:40:36 MSI-Raider systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
maj 18 18:40:36 MSI-Raider systemd[1]: Create System Users was skipped because no trigger condition checks were met.
maj 18 18:40:36 MSI-Raider systemd[1]: Starting Create Static Device Nodes in /dev...
maj 18 18:40:36 MSI-Raider systemd[1]: Finished Load/Save OS Random Seed.
maj 18 18:40:36 MSI-Raider systemd[1]: Finished Create Static Device Nodes in /dev.
maj 18 18:40:36 MSI-Raider systemd[1]: Starting Rule-based Manager for Device Events and Files...
maj 18 18:40:36 MSI-Raider systemd[1]: Finished Flush Journal to Persistent Storage.
maj 18 18:40:36 MSI-Raider systemd-udevd[680]: Using default interface naming scheme 'v255'.
maj 18 18:40:36 MSI-Raider systemd[1]: Finished Load AppArmor profiles.
maj 18 18:40:36 MSI-Raider systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
maj 18 18:40:36 MSI-Raider systemd[1]: Reached target Preparation for Local File Systems.
maj 18 18:40:36 MSI-Raider systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
maj 18 18:40:36 MSI-Raider systemd[1]: Started Rule-based Manager for Device Events and Files.
maj 18 18:40:36 MSI-Raider kernel: input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:046D:C539.0001/input/input5
maj 18 18:40:36 MSI-Raider (udev-worker)[713]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia /proc/devices | cut -d \  -f 1) 255'' failed with exit code 1.
maj 18 18:40:36 MSI-Raider (udev-worker)[705]: nvidia_modeset: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidia-modeset c $(grep nvidia /proc/devices | cut -d \  -f 1) 254'' failed with exit code 1.
maj 18 18:40:36 MSI-Raider (udev-worker)[713]: nvidia: Process '/usr/bin/bash -c 'for i in $(cat /proc/driver/nvidia/gpus/*/information | grep Minor | cut -d \  -f 4); do /usr/bin/mknod -Z -m 666 /dev/nvidia${i} c $(grep nvidia /proc/devices | cut -d \  -f 1) ${i}; done'' failed with exit code 1.
maj 18 18:40:36 MSI-Raider (udev-worker)[717]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia /proc/devices | cut -d \  -f 1) 255'' failed with exit code 1.
maj 18 18:40:36 MSI-Raider (udev-worker)[717]: nvidia: Process '/usr/bin/bash -c 'for i in $(cat /proc/driver/nvidia/gpus/*/information | grep Minor | cut -d \  -f 4); do /usr/bin/mknod -Z -m 666 /dev/nvidia${i} c $(grep nvidia /proc/devices | cut -d \  -f 1) ${i}; done'' failed with exit code 1.
maj 18 18:40:36 MSI-Raider kernel: input: Intel HID events as /devices/platform/INTC1078:00/input/input6
maj 18 18:40:36 MSI-Raider kernel: Consider using thermal netlink events interface
maj 18 18:40:36 MSI-Raider kernel: intel-hid INTC1078:00: platform supports 5 button array
maj 18 18:40:36 MSI-Raider kernel: hid-generic 0003:046D:C539.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-9/input0
maj 18 18:40:36 MSI-Raider kernel: input: Intel HID 5 button array as /devices/platform/INTC1078:00/input/input7
maj 18 18:40:36 MSI-Raider kernel: input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:046D:C539.0002/input/input8
maj 18 18:40:36 MSI-Raider kernel: input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:046D:C539.0002/input/input9
maj 18 18:40:36 MSI-Raider kernel: intel_pmc_core INT33A1:00:  initialized
maj 18 18:40:36 MSI-Raider systemd[1]: Found device SAMSUNG MZVL22T0HBLB-00B00 SYSTEM.
maj 18 18:40:36 MSI-Raider kernel: usb 1-14: New USB device found, idVendor=8087, idProduct=0033, bcdDevice= 0.00
maj 18 18:40:36 MSI-Raider kernel: usb 1-14: New USB device strings: Mfr=0, Product=0, SerialNumber=0
maj 18 18:40:36 MSI-Raider kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
maj 18 18:40:36 MSI-Raider systemd[1]: Finished CLI Netfilter Manager.
maj 18 18:40:36 MSI-Raider systemd[1]: Finished Coldplug All udev Devices.
maj 18 18:40:36 MSI-Raider systemd[1]: Found device SAMSUNG MZVL22T0HBLB-00B00 Gry.
maj 18 18:40:36 MSI-Raider systemd[1]: Found device SAMSUNG MZVL22T0HBLB-00B00 Windows.
maj 18 18:40:36 MSI-Raider systemd[1]: Found device SAMSUNG MZVL22T0HBLB-00B00 Basic\x20data\x20partition.
maj 18 18:40:36 MSI-Raider systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
maj 18 18:40:36 MSI-Raider kernel: input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:046D:C539.0002/input/input10
maj 18 18:40:36 MSI-Raider kernel: hid-generic 0003:046D:C539.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-9/input1
maj 18 18:40:36 MSI-Raider kernel: hid-generic 0003:046D:C539.0003: hiddev97,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-9/input2
maj 18 18:40:36 MSI-Raider kernel: hid-generic 0003:1038:113A.0004: hiddev98,hidraw3: USB HID v1.11 Device [SteelSeries SteelSeries KLC] on usb-0000:00:14.0-11/input0
maj 18 18:40:36 MSI-Raider kernel: input: SteelSeries SteelSeries KLC as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.1/0003:1038:113A.0005/input/input12
maj 18 18:40:36 MSI-Raider kernel: input: PC Speaker as /devices/platform/pcspkr/input/input13
maj 18 18:40:36 MSI-Raider kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
maj 18 18:40:36 MSI-Raider kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
maj 18 18:40:36 MSI-Raider kernel: input: MSI WMI hotkeys as /devices/virtual/input/input14
maj 18 18:40:36 MSI-Raider kernel: i2c i2c-5: Memory type 0x22 not supported yet, not instantiating SPD
maj 18 18:40:36 MSI-Raider kernel: ACPI: bus type thunderbolt registered
maj 18 18:40:36 MSI-Raider kernel: thunderbolt 0000:04:00.0: enabling device (0000 -> 0002)
maj 18 18:40:36 MSI-Raider kernel: iTCO_vendor_support: vendor-support=0
maj 18 18:40:36 MSI-Raider kernel: intel_rapl_msr: PL4 support detected.
maj 18 18:40:36 MSI-Raider kernel: intel_rapl_common: Found RAPL domain package
maj 18 18:40:36 MSI-Raider kernel: intel_rapl_common: Found RAPL domain core
maj 18 18:40:36 MSI-Raider kernel: intel_rapl_common: Found RAPL domain uncore
maj 18 18:40:36 MSI-Raider kernel: intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
maj 18 18:40:36 MSI-Raider kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
maj 18 18:40:36 MSI-Raider kernel: Creating 1 MTD partitions on "0000:00:1f.5":
maj 18 18:40:36 MSI-Raider kernel: 0x000000000000-0x000002000000 : "BIOS"
maj 18 18:40:36 MSI-Raider kernel: r8169 0000:3a:00.0: can't disable ASPM; OS doesn't have ASPM control
maj 18 18:40:36 MSI-Raider systemd[1]: Activating swap /dev/disk/by-uuid/f9b6f9f9-f679-4ef7-8dec-64971e2436fd...
maj 18 18:40:36 MSI-Raider systemd[1]: Mounting /windows_c...
maj 18 18:40:36 MSI-Raider systemd[1]: Mounting /windows_e...
maj 18 18:40:36 MSI-Raider systemd[1]: Starting Show Plymouth Boot Screen...
maj 18 18:40:36 MSI-Raider systemd[1]: Starting File System Check on /dev/disk/by-uuid/DE84-77C3...
maj 18 18:40:36 MSI-Raider kernel: Adding 2097148k swap on /dev/nvme0n1p5.  Priority:-2 extents:1 across:2097148k SS
maj 18 18:40:36 MSI-Raider systemd[1]: Activated swap /dev/disk/by-uuid/f9b6f9f9-f679-4ef7-8dec-64971e2436fd.
maj 18 18:40:36 MSI-Raider systemd[1]: Reached target Swaps.
maj 18 18:40:36 MSI-Raider mount[879]: WARNING: blksize option is ignored because ntfs-3g must calculate it.
maj 18 18:40:36 MSI-Raider mount[880]: WARNING: blksize option is ignored because ntfs-3g must calculate it.
maj 18 18:40:36 MSI-Raider systemd[1]: Mounting /tmp...
maj 18 18:40:36 MSI-Raider systemd[1]: var-spool.mount: Directory /var/spool to mount over is not empty, mounting anyway.
maj 18 18:40:36 MSI-Raider systemd[1]: Mounting /var/spool...
maj 18 18:40:36 MSI-Raider systemd[1]: Mounting /var/tmp...
maj 18 18:40:36 MSI-Raider systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
maj 18 18:40:36 MSI-Raider systemd[1]: Stopped Virtual Console Setup.
maj 18 18:40:36 MSI-Raider systemd[1]: Stopping Virtual Console Setup...
maj 18 18:40:36 MSI-Raider systemd[1]: Starting Virtual Console Setup...
maj 18 18:40:36 MSI-Raider systemd[1]: Mounted /tmp.
maj 18 18:40:36 MSI-Raider systemd[1]: Mounted /var/spool.
maj 18 18:40:36 MSI-Raider systemd[1]: Mounted /var/tmp.
maj 18 18:40:36 MSI-Raider systemd-vconsole-setup[886]: KD_FONT_OP_GET failed while trying to get the font metadata: Zły argument
maj 18 18:40:36 MSI-Raider systemd-vconsole-setup[886]: Fonts will not be copied to remaining consoles
maj 18 18:40:36 MSI-Raider kernel: r8169 0000:3a:00.0 eth0: RTL8125B, 04:7c:16:3b:cf:da, XID 641, IRQ 200
maj 18 18:40:36 MSI-Raider kernel: r8169 0000:3a:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
maj 18 18:40:36 MSI-Raider systemd[1]: Finished Virtual Console Setup.
maj 18 18:40:36 MSI-Raider kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
maj 18 18:40:36 MSI-Raider kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
maj 18 18:40:36 MSI-Raider kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
maj 18 18:40:36 MSI-Raider kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
maj 18 18:40:36 MSI-Raider (udev-worker)[732]: cfg80211: Process '/usr/bin/set-wireless-regdom' failed with exit code 1.
maj 18 18:40:36 MSI-Raider systemd[1]: Started Show Plymouth Boot Screen.
maj 18 18:40:36 MSI-Raider systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
maj 18 18:40:36 MSI-Raider systemd[1]: Started Forward Password Requests to Plymouth Directory Watch.
maj 18 18:40:36 MSI-Raider systemd[1]: Reached target Local Encrypted Volumes.
maj 18 18:40:36 MSI-Raider kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
maj 18 18:40:36 MSI-Raider ntfs-3g[911]: Version 2022.10.3 external FUSE 29
maj 18 18:40:36 MSI-Raider ntfs-3g[911]: Mounted /dev/nvme0n1p3 (Read-Write, label "Windows", NTFS 3.1)
maj 18 18:40:36 MSI-Raider ntfs-3g[911]: Cmdline options: rw,nosuid,nodev,user_id=0,group_id=0,allow_other,blksize=4096
maj 18 18:40:36 MSI-Raider ntfs-3g[911]: Mount options: nosuid,nodev,user_id=0,group_id=0,allow_other,allow_other,nonempty,relatime,rw,fsname=/dev/nvme0n1p3,blkdev,blksize=4096
maj 18 18:40:36 MSI-Raider ntfs-3g[911]: Ownership and permissions disabled, configuration type 7
maj 18 18:40:36 MSI-Raider systemd[1]: Mounted /windows_c.
maj 18 18:40:36 MSI-Raider systemd-fsck[894]: fsck.fat 4.2 (2021-01-31)
maj 18 18:40:36 MSI-Raider systemd-fsck[894]: /dev/nvme0n1p1: 591 files, 46010/75776 clusters
maj 18 18:40:36 MSI-Raider systemd[1]: Finished File System Check on /dev/disk/by-uuid/DE84-77C3.
maj 18 18:40:36 MSI-Raider kernel: hid-generic 0003:1038:113A.0005: input,hidraw4: USB HID v1.11 Device [SteelSeries SteelSeries KLC] on usb-0000:00:14.0-11/input1
maj 18 18:40:36 MSI-Raider kernel: hid-generic 0003:1038:114D.0006: hiddev99,hidraw5: USB HID v1.11 Device [SteelSeries SteelSeries ALC] on usb-0000:00:14.0-12/input0
maj 18 18:40:36 MSI-Raider kernel: input: SteelSeries SteelSeries ALC as /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.1/0003:1038:114D.0007/input/input16
maj 18 18:40:36 MSI-Raider ntfs-3g[915]: Version 2022.10.3 external FUSE 29
maj 18 18:40:36 MSI-Raider ntfs-3g[915]: Mounted /dev/nvme0n1p4 (Read-Write, label "Gry", NTFS 3.1)
maj 18 18:40:36 MSI-Raider ntfs-3g[915]: Cmdline options: rw,nosuid,nodev,user_id=0,group_id=0,allow_other,blksize=4096
maj 18 18:40:36 MSI-Raider ntfs-3g[915]: Mount options: nosuid,nodev,user_id=0,group_id=0,allow_other,allow_other,nonempty,relatime,rw,fsname=/dev/nvme0n1p4,blkdev,blksize=4096
maj 18 18:40:36 MSI-Raider ntfs-3g[915]: Ownership and permissions disabled, configuration type 7
maj 18 18:40:36 MSI-Raider systemd[1]: Mounted /windows_e.
maj 18 18:40:36 MSI-Raider kernel: input: ELAN0305:00 04F3:31FD Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-6/i2c-ELAN0305:00/0018:04F3:31FD.0008/input/input17
maj 18 18:40:36 MSI-Raider kernel: hid-generic 0003:1038:114D.0007: input,hidraw6: USB HID v1.11 Device [SteelSeries SteelSeries ALC] on usb-0000:00:14.0-12/input1
maj 18 18:40:36 MSI-Raider kernel: input: ELAN0305:00 04F3:31FD Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-6/i2c-ELAN0305:00/0018:04F3:31FD.0008/input/input19
maj 18 18:40:36 MSI-Raider kernel: hid-generic 0018:04F3:31FD.0008: input,hidraw7: I2C HID v1.00 Mouse [ELAN0305:00 04F3:31FD] on i2c-ELAN0305:00
maj 18 18:40:36 MSI-Raider kernel: r8169 0000:3a:00.0 enp58s0: renamed from eth0
maj 18 18:40:36 MSI-Raider systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
maj 18 18:40:36 MSI-Raider systemd[1]: Starting Load Kernel Module dm_mod...
maj 18 18:40:36 MSI-Raider kernel: proc_thermal_pci 0000:00:04.0: enabling device (0000 -> 0002)
maj 18 18:40:36 MSI-Raider systemd[1]: Starting Load Kernel Module loop...
maj 18 18:40:36 MSI-Raider systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
maj 18 18:40:36 MSI-Raider systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
maj 18 18:40:36 MSI-Raider systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
maj 18 18:40:36 MSI-Raider systemd[1]: Create System Users was skipped because no trigger condition checks were met.
maj 18 18:40:36 MSI-Raider systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
maj 18 18:40:36 MSI-Raider systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
maj 18 18:40:36 MSI-Raider systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
maj 18 18:40:36 MSI-Raider systemd[1]: Finished Load Kernel Module dm_mod.
maj 18 18:40:36 MSI-Raider kernel: kauditd_printk_skb: 1450 callbacks suppressed
maj 18 18:40:36 MSI-Raider kernel: audit: type=1130 audit(1716050436.783:173): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
maj 18 18:40:36 MSI-Raider kernel: audit: audit_lost=511 audit_rate_limit=0 audit_backlog_limit=64
maj 18 18:40:36 MSI-Raider kernel: audit: kauditd hold queue overflow
maj 18 18:40:36 MSI-Raider kernel: audit: type=1131 audit(1716050436.783:174): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
maj 18 18:40:36 MSI-Raider kernel: audit: audit_lost=512 audit_rate_limit=0 audit_backlog_limit=64
maj 18 18:40:36 MSI-Raider kernel: audit: kauditd hold queue overflow
maj 18 18:40:36 MSI-Raider systemd[1]: modprobe@loop.service: Deactivated successfully.
maj 18 18:40:36 MSI-Raider systemd[1]: Finished Load Kernel Module loop.
maj 18 18:40:36 MSI-Raider systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
maj 18 18:40:36 MSI-Raider kernel: audit: type=1130 audit(1716050436.786:175): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=modprobe@loop comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
maj 18 18:40:36 MSI-Raider kernel: audit: audit_lost=513 audit_rate_limit=0 audit_backlog_limit=64
maj 18 18:40:36 MSI-Raider kernel: audit: kauditd hold queue overflow
maj 18 18:40:36 MSI-Raider kernel: audit: type=1131 audit(1716050436.786:176): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=modprobe@loop comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
maj 18 18:40:36 MSI-Raider kernel: Intel(R) Wireless WiFi driver for Linux
maj 18 18:40:36 MSI-Raider kernel: iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
maj 18 18:40:36 MSI-Raider kernel: intel_rapl_common: Found RAPL domain package
maj 18 18:40:36 MSI-Raider kernel: RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
maj 18 18:40:36 MSI-Raider kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
maj 18 18:40:36 MSI-Raider kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
maj 18 18:40:36 MSI-Raider kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
maj 18 18:40:36 MSI-Raider kernel: iwlwifi 0000:00:14.3: Detected crf-id 0x480410, cnv-id 0x80401 wfpm id 0x80000030
maj 18 18:40:36 MSI-Raider kernel: iwlwifi 0000:00:14.3: PCI dev 7a70/1692, rev=0x430, rfid=0x3010d000
maj 18 18:40:36 MSI-Raider kernel: cryptd: max_cpu_qlen set to 1000
maj 18 18:40:36 MSI-Raider kernel: snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:36 MSI-Raider kernel: snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:36 MSI-Raider kernel: snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
maj 18 18:40:36 MSI-Raider kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
maj 18 18:40:36 MSI-Raider kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
maj 18 18:40:36 MSI-Raider kernel: AVX2 version of gcm_enc/dec engaged.
maj 18 18:40:36 MSI-Raider kernel: AES CTR mode by8 optimization enabled
maj 18 18:40:36 MSI-Raider kernel: iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.0.2.42
maj 18 18:40:36 MSI-Raider kernel: iwlwifi 0000:00:14.3: loaded firmware version 89.e9cec78e.0 so-a0-gf4-a0-89.ucode op_mode iwlmvm
maj 18 18:40:36 MSI-Raider kernel: pps_core: LinuxPPS API ver. 1 registered
maj 18 18:40:36 MSI-Raider kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
maj 18 18:40:36 MSI-Raider kernel: PTP clock support registered
maj 18 18:40:36 MSI-Raider (udev-worker)[725]: input1: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
maj 18 18:40:36 MSI-Raider (udev-worker)[758]: input0: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
maj 18 18:40:36 MSI-Raider (udev-worker)[807]: input7: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
maj 18 18:40:36 MSI-Raider (udev-worker)[755]: input2: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
maj 18 18:40:36 MSI-Raider (udev-worker)[739]: input6: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
maj 18 18:40:36 MSI-Raider (udev-worker)[712]: input3: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
maj 18 18:40:36 MSI-Raider (udev-worker)[719]: input14: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
maj 18 18:40:36 MSI-Raider (udev-worker)[821]: input13: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
maj 18 18:40:36 MSI-Raider kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input20
maj 18 18:40:36 MSI-Raider kernel: ------------[ cut here ]------------
maj 18 18:40:36 MSI-Raider kernel: Unpatched return thunk in use. This should not happen!
maj 18 18:40:36 MSI-Raider kernel: WARNING: CPU: 10 PID: 724 at arch/x86/kernel/cpu/bugs.c:3023 __warn_thunk+0x2a/0x40
maj 18 18:40:36 MSI-Raider kernel: Modules linked in: polyval_clmulni wl(POE+) snd_soc_core(+) libarc4 polyval_generic gf128mul snd_compress ptp ghash_clmulni_intel i915(+) snd_hda_codec_hdmi sha512_ssse3 ac97_bus sha256_ssse3 pps_core sha1_ssse3 snd_pcm_dmaengine aesni_intel snd_hda_intel snd_intel_dspcfg crypto_simd cryptd snd_intel_sdw_acpi snd_hda_codec iwlwifi snd_hda_core hid_multitouch(+) hid_logitech_dj(+) processor_thermal_device_pci rapl processor_thermal_device drm_buddy snd_hwdep ledtrig_netdev i2c_algo_bit iTCO_wdt processor_thermal_wt_hint snd_pcm r8169 processor_thermal_rfim intel_pmc_bxt ttm cfg80211 intel_cstate snd_timer iTCO_vendor_support realtek mei_hdcp intel_rapl_msr mei_pxp processor_thermal_rapl spi_nor thunderbolt msi_ec(+) psmouse intel_uncore drm_display_helper msi_wmi mdio_devres pcspkr wmi_bmof intel_rapl_common intel_lpss_pci mtd i2c_i801 snd mei_me intel_lpss i2c_smbus cec libphy processor_thermal_wt_req rfkill soundcore processor_thermal_power_floor intel_gtt idma64 mei processor_thermal_mbox intel_pmc_core
maj 18 18:40:36 MSI-Raider kernel:  i2c_hid_acpi ip6t_REJECT i2c_hid int3403_thermal intel_vsec nf_reject_ipv6 int340x_thermal_zone pmt_telemetry int3400_thermal intel_hid pmt_class acpi_pad acpi_thermal_rel pinctrl_alderlake acpi_tad sparse_keymap soc_button_array xt_hl ip6t_rt mac_hid hid_generic ipt_REJECT nf_reject_ipv4 xt_LOG nf_log_syslog xt_multiport xt_limit xt_addrtype xt_tcpudp xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c ip6table_filter ip6_tables iptable_filter usbhid pkcs8_key_parser ec_sys i2c_dev crypto_user dm_mod loop nfnetlink ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 rtsx_pci_sdmmc mmc_core nvme nvme_core spi_intel_pci crc32c_intel rtsx_pci spi_intel nvme_auth xhci_pci xhci_pci_renesas serio_raw atkbd libps2 vivaldi_fmap i8042 serio nvidia_drm(POE) nvidia_uvm(POE) nvidia_modeset(POE) video wmi nvidia(POE)
maj 18 18:40:36 MSI-Raider kernel: CPU: 10 PID: 724 Comm: (udev-worker) Tainted: P           OE      6.9.1-arch1-1 #1 8721656fa781c58301f7268d475f3e6380e2b47c
maj 18 18:40:36 MSI-Raider kernel: Hardware name: Micro-Star International Co., Ltd. Raider GE78HX 13VI/MS-17S1, BIOS E17S1IMS.111 11/28/2023
maj 18 18:40:36 MSI-Raider kernel: RIP: 0010:__warn_thunk+0x2a/0x40
maj 18 18:40:36 MSI-Raider kernel: Code: 66 0f 1f 00 0f 1f 44 00 00 80 3d 10 c9 17 02 00 74 05 c3 cc cc cc cc 48 c7 c7 f0 d1 c5 a3 c6 05 fb c8 17 02 01 e8 e6 0a 06 00 <0f> 0b c3 cc cc cc cc 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00
maj 18 18:40:36 MSI-Raider kernel: RSP: 0018:ffffb3c6078f7b70 EFLAGS: 00010286
maj 18 18:40:36 MSI-Raider kernel: RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000027
maj 18 18:40:36 MSI-Raider kernel: RDX: ffffa0efbf1219c8 RSI: 0000000000000001 RDI: ffffa0efbf1219c0
maj 18 18:40:36 MSI-Raider kernel: RBP: ffffb3c6078f7bc0 R08: 0000000000000000 R09: ffffb3c6078f79f0
maj 18 18:40:36 MSI-Raider kernel: R10: ffffa0efffb72868 R11: 0000000000000003 R12: ffffffffc60e1ac1
maj 18 18:40:36 MSI-Raider kernel: R13: ffffb3c6078f7c08 R14: 0000789d9be72376 R15: ffffb3c6078f7c98
maj 18 18:40:36 MSI-Raider kernel: FS:  0000789d9be0b640(0000) GS:ffffa0efbf100000(0000) knlGS:0000000000000000
maj 18 18:40:36 MSI-Raider kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
maj 18 18:40:36 MSI-Raider kernel: CR2: 0000789d9a111e0f CR3: 000000010e550000 CR4: 0000000000f50ef0
maj 18 18:40:36 MSI-Raider kernel: PKRU: 55555554
maj 18 18:40:36 MSI-Raider kernel: Call Trace:
maj 18 18:40:36 MSI-Raider kernel:  <TASK>
maj 18 18:40:36 MSI-Raider kernel:  ? __warn_thunk+0x2a/0x40
maj 18 18:40:36 MSI-Raider kernel:  ? __warn.cold+0x8e/0xe8
maj 18 18:40:36 MSI-Raider kernel:  ? __warn_thunk+0x2a/0x40
maj 18 18:40:36 MSI-Raider kernel:  ? report_bug+0xff/0x140
maj 18 18:40:36 MSI-Raider kernel:  ? handle_bug+0x3c/0x80
maj 18 18:40:36 MSI-Raider kernel:  ? exc_invalid_op+0x17/0x70
maj 18 18:40:36 MSI-Raider kernel:  ? asm_exc_invalid_op+0x1a/0x20
maj 18 18:40:36 MSI-Raider kernel:  ? __warn_thunk+0x2a/0x40
maj 18 18:40:36 MSI-Raider kernel:  warn_thunk_thunk+0x1a/0x30
maj 18 18:40:36 MSI-Raider kernel:  getvar+0x20/0x70 [wl c6daf10eb1ccff749a528e0afb09b3eb44f237c3]
maj 18 18:40:36 MSI-Raider kernel:  ? __UNIQUE_ID_vermagic434+0x4c39bb94354a/0x4c39bb94354a [wl c6daf10eb1ccff749a528e0afb09b3eb44f237c3]
maj 18 18:40:36 MSI-Raider kernel:  wl_module_init+0x17/0xa0 [wl c6daf10eb1ccff749a528e0afb09b3eb44f237c3]
maj 18 18:40:36 MSI-Raider kernel:  ? do_one_initcall+0x58/0x310
maj 18 18:40:36 MSI-Raider kernel:  ? do_init_module+0x60/0x220
maj 18 18:40:36 MSI-Raider kernel:  ? __do_sys_init_module+0x17a/0x1b0
maj 18 18:40:36 MSI-Raider kernel:  ? do_syscall_64+0x82/0x160
maj 18 18:40:36 MSI-Raider kernel:  ? __vm_munmap+0xb9/0x150
maj 18 18:40:36 MSI-Raider kernel:  ? syscall_exit_to_user_mode_prepare+0x149/0x170
maj 18 18:40:36 MSI-Raider kernel:  ? syscall_exit_to_user_mode+0x75/0x210
maj 18 18:40:36 MSI-Raider kernel:  ? do_syscall_64+0x8e/0x160
maj 18 18:40:36 MSI-Raider kernel:  ? handle_mm_fault+0x1f0/0x300
maj 18 18:40:36 MSI-Raider kernel:  ? do_user_addr_fault+0x34e/0x620
maj 18 18:40:36 MSI-Raider kernel:  ? exc_page_fault+0x81/0x190
maj 18 18:40:36 MSI-Raider kernel:  ? entry_SYSCALL_64_after_hwframe+0x76/0x7e
maj 18 18:40:36 MSI-Raider kernel:  </TASK>
maj 18 18:40:36 MSI-Raider kernel: ---[ end trace 0000000000000000 ]---
maj 18 18:40:36 MSI-Raider kernel: i915 0000:00:02.0: [drm] VT-d active for gfx access
maj 18 18:40:36 MSI-Raider kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
maj 18 18:40:36 MSI-Raider kernel: i915 0000:00:02.0: [drm] Using Transparent Hugepages
maj 18 18:40:36 MSI-Raider kernel: i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=io+mem
maj 18 18:40:36 MSI-Raider kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adls_dmc_ver2_01.bin (v2.1)
maj 18 18:40:36 MSI-Raider kernel: snd_soc_avs 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:36 MSI-Raider kernel: snd_soc_avs 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:36 MSI-Raider kernel: i915 0000:00:02.0: [drm] [CONNECTOR:236:eDP-2] Panel is missing HDR static metadata. Possible support for Intel HDR backlight interface is not used. If your backlight controls don't work try booting with i915.enable_dpcd_backlight=3. needs this, please file a _new_ bug report on drm/i915, see https://drm.pages.freedesktop.org/intel-docs/how-to-file-i915-bugs.html for details.
maj 18 18:40:37 MSI-Raider kernel: iwlwifi 0000:00:14.3: Detected Killer(R) Wi-Fi 6E AX1690i 160MHz Wireless Network Adapter (411NGW), REV=0x430
maj 18 18:40:37 MSI-Raider kernel: thermal thermal_zone6: failed to read out thermal zone (-61)
maj 18 18:40:37 MSI-Raider kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
maj 18 18:40:37 MSI-Raider kernel: intel_tcc_cooling: TCC Offset locked
maj 18 18:40:37 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:37 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:37 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: enabling device (0000 -> 0002)
maj 18 18:40:37 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
maj 18 18:40:37 MSI-Raider (udev-worker)[727]: input20: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
maj 18 18:40:37 MSI-Raider kernel: iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
maj 18 18:40:37 MSI-Raider kernel: iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x0
maj 18 18:40:37 MSI-Raider kernel: iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
maj 18 18:40:37 MSI-Raider kernel: iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x960
maj 18 18:40:37 MSI-Raider kernel: iwlwifi 0000:00:14.3: loaded PNVM version ce1a5094
maj 18 18:40:37 MSI-Raider kernel: iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 5
maj 18 18:40:37 MSI-Raider kernel: iwlwifi 0000:00:14.3: Detected RF GF, rfid=0x3010d000
maj 18 18:40:37 MSI-Raider kernel: logitech-djreceiver 0003:046D:C539.0001: hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-9/input0
maj 18 18:40:37 MSI-Raider kernel: msi_ec: Firmware version is not supported: '17S1IMS1.113'
maj 18 18:40:37 MSI-Raider kernel: snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:37 MSI-Raider kernel: snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:37 MSI-Raider kernel: snd_soc_avs 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:37 MSI-Raider kernel: snd_soc_avs 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:37 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:37 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:37 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
maj 18 18:40:37 MSI-Raider kernel: logitech-djreceiver 0003:046D:C539.0003: hiddev97,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-9/input2
maj 18 18:40:37 MSI-Raider kernel: iwlwifi 0000:00:14.3: base HW address: 70:d8:23:1d:5a:e7
maj 18 18:40:37 MSI-Raider kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input21
maj 18 18:40:37 MSI-Raider kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input22
maj 18 18:40:37 MSI-Raider systemd[1]: Starting Load/Save RF Kill Switch Status...
maj 18 18:40:37 MSI-Raider systemd[1]: Started Load/Save RF Kill Switch Status.
maj 18 18:40:37 MSI-Raider kernel: snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:37 MSI-Raider kernel: snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:37 MSI-Raider kernel: snd_soc_avs 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:37 MSI-Raider kernel: snd_soc_avs 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:37 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:37 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:37 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
maj 18 18:40:37 MSI-Raider kernel: logitech-djreceiver 0003:046D:C539.0003: device of type eQUAD Lightspeed 1 (0x0c) connected on slot 1
maj 18 18:40:37 MSI-Raider kernel: input: Logitech Wireless Mouse PID:4053 Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.2/0003:046D:C539.0003/0003:046D:4053.0009/input/input24
maj 18 18:40:37 MSI-Raider kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input23
maj 18 18:40:37 MSI-Raider kernel: logitech-djreceiver 0003:046D:C539.0002: hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-9/input1
maj 18 18:40:37 MSI-Raider systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
maj 18 18:40:37 MSI-Raider systemd[1]: Starting Load Kernel Module dm_mod...
maj 18 18:40:37 MSI-Raider systemd[1]: Starting Load Kernel Module loop...
maj 18 18:40:37 MSI-Raider systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
maj 18 18:40:37 MSI-Raider systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
maj 18 18:40:37 MSI-Raider systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
maj 18 18:40:37 MSI-Raider systemd[1]: Create System Users was skipped because no trigger condition checks were met.
maj 18 18:40:37 MSI-Raider systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
maj 18 18:40:37 MSI-Raider systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
maj 18 18:40:37 MSI-Raider systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
maj 18 18:40:37 MSI-Raider systemd[1]: Finished Load Kernel Module dm_mod.
maj 18 18:40:37 MSI-Raider systemd[1]: modprobe@loop.service: Deactivated successfully.
maj 18 18:40:37 MSI-Raider systemd[1]: Finished Load Kernel Module loop.
maj 18 18:40:37 MSI-Raider systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
maj 18 18:40:37 MSI-Raider kernel: input: Logitech Wireless Mouse PID:4053 Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.2/0003:046D:C539.0003/0003:046D:4053.0009/input/input25
maj 18 18:40:37 MSI-Raider kernel: snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:37 MSI-Raider kernel: snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:37 MSI-Raider kernel: snd_soc_avs 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:37 MSI-Raider kernel: snd_soc_avs 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:37 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:37 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:37 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
maj 18 18:40:37 MSI-Raider kernel: hid-generic 0003:046D:4053.0009: input,hidraw7: USB HID v1.11 Keyboard [Logitech Wireless Mouse PID:4053] on usb-0000:00:14.0-9/input2:1
maj 18 18:40:37 MSI-Raider kernel: snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:37 MSI-Raider kernel: snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:37 MSI-Raider kernel: snd_soc_avs 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:37 MSI-Raider kernel: snd_soc_avs 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:37 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:37 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:37 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
maj 18 18:40:37 MSI-Raider kernel: mousedev: PS/2 mouse device common for all mice
maj 18 18:40:37 MSI-Raider kernel: input: ELAN0305:00 04F3:31FD Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-6/i2c-ELAN0305:00/0018:04F3:31FD.0008/input/input29
maj 18 18:40:37 MSI-Raider kernel: input: ELAN0305:00 04F3:31FD Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-6/i2c-ELAN0305:00/0018:04F3:31FD.0008/input/input31
maj 18 18:40:37 MSI-Raider kernel: hid-multitouch 0018:04F3:31FD.0008: input,hidraw8: I2C HID v1.00 Mouse [ELAN0305:00 04F3:31FD] on i2c-ELAN0305:00
maj 18 18:40:37 MSI-Raider kernel: snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:37 MSI-Raider kernel: snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:37 MSI-Raider kernel: snd_soc_avs 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:37 MSI-Raider kernel: snd_soc_avs 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:37 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:37 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:37 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
maj 18 18:40:37 MSI-Raider systemd[1]: Mounting /boot...
maj 18 18:40:37 MSI-Raider (udev-worker)[725]: input22: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
maj 18 18:40:37 MSI-Raider (udev-worker)[719]: input21: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
maj 18 18:40:37 MSI-Raider systemd[1]: Mounted /boot.
maj 18 18:40:37 MSI-Raider systemd[1]: Reached target Local File Systems.
maj 18 18:40:37 MSI-Raider systemd[1]: Listening on System Extension Image Management (Varlink).
maj 18 18:40:37 MSI-Raider systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
maj 18 18:40:37 MSI-Raider systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
maj 18 18:40:37 MSI-Raider systemd[1]: Starting Set Up Additional Binary Formats...
maj 18 18:40:37 MSI-Raider systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
maj 18 18:40:37 MSI-Raider systemd[1]: Starting Create Volatile Files and Directories...
maj 18 18:40:37 MSI-Raider systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 1007 (systemd-binfmt)
maj 18 18:40:37 MSI-Raider systemd[1]: Mounting Arbitrary Executable File Formats File System...
maj 18 18:40:37 MSI-Raider systemd[1]: Mounted Arbitrary Executable File Formats File System.
maj 18 18:40:37 MSI-Raider systemd[1]: Finished Set Up Additional Binary Formats.
maj 18 18:40:37 MSI-Raider systemd[1]: Received SIGRTMIN+20 from PID 454 (plymouthd).
maj 18 18:40:37 MSI-Raider systemd[1]: Finished Tell Plymouth To Write Out Runtime Data.
maj 18 18:40:37 MSI-Raider systemd[1]: Finished Create Volatile Files and Directories.
maj 18 18:40:37 MSI-Raider systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
maj 18 18:40:37 MSI-Raider systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
maj 18 18:40:37 MSI-Raider systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
maj 18 18:40:37 MSI-Raider systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
maj 18 18:40:37 MSI-Raider systemd[1]: Starting Network Time Synchronization...
maj 18 18:40:37 MSI-Raider systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
maj 18 18:40:37 MSI-Raider (udev-worker)[712]: input23: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
maj 18 18:40:37 MSI-Raider systemd[1]: Starting Record System Boot/Shutdown in UTMP...
maj 18 18:40:37 MSI-Raider systemd[1]: Finished Record System Boot/Shutdown in UTMP.
maj 18 18:40:37 MSI-Raider systemd[1]: Started Network Time Synchronization.
maj 18 18:40:37 MSI-Raider systemd[1]: Reached target System Initialization.
maj 18 18:40:37 MSI-Raider systemd[1]: Started CUPS Scheduler.
maj 18 18:40:37 MSI-Raider systemd[1]: Started Daily Cleanup of Temporary Directories.
maj 18 18:40:37 MSI-Raider systemd[1]: Reached target Path Units.
maj 18 18:40:37 MSI-Raider systemd[1]: Reached target System Time Set.
maj 18 18:40:37 MSI-Raider systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
maj 18 18:40:37 MSI-Raider systemd[1]: Started Daily man-db regeneration.
maj 18 18:40:37 MSI-Raider systemd[1]: Started Daily verification of password and group files.
maj 18 18:40:37 MSI-Raider systemd[1]: Reached target Timer Units.
maj 18 18:40:37 MSI-Raider systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
maj 18 18:40:37 MSI-Raider systemd[1]: Listening on CUPS Scheduler.
maj 18 18:40:37 MSI-Raider systemd[1]: Listening on D-Bus System Message Bus Socket.
maj 18 18:40:37 MSI-Raider systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
maj 18 18:40:37 MSI-Raider systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
maj 18 18:40:37 MSI-Raider systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
maj 18 18:40:37 MSI-Raider systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
maj 18 18:40:37 MSI-Raider systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
maj 18 18:40:37 MSI-Raider systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
maj 18 18:40:37 MSI-Raider systemd[1]: Reached target Socket Units.
maj 18 18:40:37 MSI-Raider systemd[1]: Starting D-Bus System Message Bus...
maj 18 18:40:37 MSI-Raider systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
maj 18 18:40:37 MSI-Raider systemd[1]: Started D-Bus System Message Bus.
maj 18 18:40:37 MSI-Raider systemd[1]: Reached target Basic System.
maj 18 18:40:37 MSI-Raider systemd[1]: Starting Network Manager...
maj 18 18:40:37 MSI-Raider systemd[1]: Starting Save/Restore Sound Card State...
maj 18 18:40:37 MSI-Raider systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
maj 18 18:40:37 MSI-Raider systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
maj 18 18:40:37 MSI-Raider systemd[1]: Starting Thunderbolt system service...
maj 18 18:40:37 MSI-Raider systemd[1]: Starting RealtimeKit Scheduling Policy Service...
maj 18 18:40:37 MSI-Raider systemd[1]: Starting User Login Management...
maj 18 18:40:37 MSI-Raider systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
maj 18 18:40:37 MSI-Raider systemd[1]: Finished Save/Restore Sound Card State.
maj 18 18:40:37 MSI-Raider systemd[1]: Reached target Sound Card.
maj 18 18:40:37 MSI-Raider avahi-daemon[1027]: Found user 'avahi' (UID 966) and group 'avahi' (GID 966).
maj 18 18:40:37 MSI-Raider avahi-daemon[1027]: Successfully dropped root privileges.
maj 18 18:40:37 MSI-Raider avahi-daemon[1027]: avahi-daemon 0.8 starting up.
maj 18 18:40:37 MSI-Raider dbus-broker-launch[1022]: Ready
maj 18 18:40:37 MSI-Raider systemd[1]: Started Avahi mDNS/DNS-SD Stack.
maj 18 18:40:37 MSI-Raider avahi-daemon[1027]: Successfully called chroot().
maj 18 18:40:37 MSI-Raider avahi-daemon[1027]: Successfully dropped remaining capabilities.
maj 18 18:40:37 MSI-Raider avahi-daemon[1027]: No service file found in /etc/avahi/services.
maj 18 18:40:37 MSI-Raider systemd[1]: Started RealtimeKit Scheduling Policy Service.
maj 18 18:40:37 MSI-Raider avahi-daemon[1027]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
maj 18 18:40:37 MSI-Raider avahi-daemon[1027]: New relevant interface lo.IPv6 for mDNS.
maj 18 18:40:37 MSI-Raider avahi-daemon[1027]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
maj 18 18:40:37 MSI-Raider avahi-daemon[1027]: New relevant interface lo.IPv4 for mDNS.
maj 18 18:40:37 MSI-Raider avahi-daemon[1027]: Network interface enumeration completed.
maj 18 18:40:37 MSI-Raider avahi-daemon[1027]: Registering new address record for ::1 on lo.*.
maj 18 18:40:37 MSI-Raider avahi-daemon[1027]: Registering new address record for 127.0.0.1 on lo.IPv4.
maj 18 18:40:37 MSI-Raider rtkit-daemon[1029]: Successfully called chroot.
maj 18 18:40:37 MSI-Raider rtkit-daemon[1029]: Successfully dropped privileges.
maj 18 18:40:37 MSI-Raider rtkit-daemon[1029]: Successfully limited resources.
maj 18 18:40:37 MSI-Raider rtkit-daemon[1029]: Running.
maj 18 18:40:37 MSI-Raider rtkit-daemon[1029]: Watchdog thread running.
maj 18 18:40:37 MSI-Raider rtkit-daemon[1029]: Canary thread running.
maj 18 18:40:37 MSI-Raider boltd[1028]: bolt 0.9.7 starting up.
maj 18 18:40:37 MSI-Raider boltd[1028]: manager: initializing store
maj 18 18:40:37 MSI-Raider boltd[1028]: store: located at: /var/lib/boltd
maj 18 18:40:37 MSI-Raider NetworkManager[1025]: <info>  [1716050437.5610] NetworkManager (version 1.46.0-2) is starting... (boot:b7aad368-fa93-49dd-8b9e-b13a062c40d1)
maj 18 18:40:37 MSI-Raider NetworkManager[1025]: <info>  [1716050437.5610] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
maj 18 18:40:37 MSI-Raider boltd[1028]: config: loading user config
maj 18 18:40:37 MSI-Raider boltd[1028]: config: user config loaded successfully
maj 18 18:40:37 MSI-Raider boltd[1028]: config: auth mode set to 'enabled'
maj 18 18:40:37 MSI-Raider boltd[1028]: bouncer: initializing polkit
maj 18 18:40:37 MSI-Raider systemd[1]: Starting Authorization Manager...
maj 18 18:40:37 MSI-Raider systemd-logind[1030]: New seat seat0.
maj 18 18:40:37 MSI-Raider NetworkManager[1025]: <info>  [1716050437.5651] manager[0x5974292ed840]: monitoring kernel firmware directory '/lib/firmware'.
maj 18 18:40:37 MSI-Raider (udev-worker)[715]: input17: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
maj 18 18:40:37 MSI-Raider systemd-logind[1030]: Watching system buttons on /dev/input/event0 (Lid Switch)
maj 18 18:40:37 MSI-Raider systemd-logind[1030]: Watching system buttons on /dev/input/event2 (Power Button)
maj 18 18:40:37 MSI-Raider systemd-logind[1030]: Watching system buttons on /dev/input/event1 (Sleep Button)
maj 18 18:40:37 MSI-Raider systemd-logind[1030]: Watching system buttons on /dev/input/event5 (Intel HID events)
maj 18 18:40:37 MSI-Raider systemd-logind[1030]: Watching system buttons on /dev/input/event6 (Intel HID 5 button array)
maj 18 18:40:37 MSI-Raider systemd-logind[1030]: Watching system buttons on /dev/input/event3 (AT Translated Set 2 keyboard)
maj 18 18:40:37 MSI-Raider (udev-worker)[736]: input19: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
maj 18 18:40:37 MSI-Raider systemd[1]: Starting Hostname Service...
maj 18 18:40:37 MSI-Raider systemd[1]: Started User Login Management.
maj 18 18:40:37 MSI-Raider (udev-worker)[732]: input8: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
maj 18 18:40:37 MSI-Raider polkitd[1044]: Started polkitd version 124
maj 18 18:40:37 MSI-Raider (udev-worker)[809]: input5: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
maj 18 18:40:37 MSI-Raider polkitd[1044]: Loading rules from directory /etc/polkit-1/rules.d
maj 18 18:40:37 MSI-Raider polkitd[1044]: Loading rules from directory /usr/share/polkit-1/rules.d
maj 18 18:40:37 MSI-Raider systemd[1]: Started Hostname Service.
maj 18 18:40:37 MSI-Raider NetworkManager[1025]: <info>  [1716050437.5910] hostname: hostname: using hostnamed
maj 18 18:40:37 MSI-Raider NetworkManager[1025]: <info>  [1716050437.5911] hostname: static hostname changed from (none) to "MSI-Raider"
maj 18 18:40:37 MSI-Raider NetworkManager[1025]: <info>  [1716050437.5913] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
maj 18 18:40:37 MSI-Raider NetworkManager[1025]: <info>  [1716050437.5915] rfkill0: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:14.3/ieee80211/phy0/rfkill0) (driver iwlwifi)
maj 18 18:40:37 MSI-Raider NetworkManager[1025]: <info>  [1716050437.5916] manager[0x5974292ed840]: rfkill: Wi-Fi hardware radio set enabled
maj 18 18:40:37 MSI-Raider NetworkManager[1025]: <info>  [1716050437.5916] manager[0x5974292ed840]: rfkill: WWAN hardware radio set enabled
maj 18 18:40:37 MSI-Raider polkitd[1044]: Finished loading, compiling and executing 8 rules
maj 18 18:40:37 MSI-Raider polkitd[1044]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
maj 18 18:40:37 MSI-Raider systemd[1]: Started Authorization Manager.
maj 18 18:40:37 MSI-Raider NetworkManager[1025]: <info>  [1716050437.5928] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.46.0-2/libnm-device-plugin-adsl.so)
maj 18 18:40:37 MSI-Raider boltd[1028]: watchdog: enabled [pulse: 90s]
maj 18 18:40:37 MSI-Raider boltd[1028]: udev: initializing udev
maj 18 18:40:37 MSI-Raider boltd[1028]: store: loading domains
maj 18 18:40:37 MSI-Raider boltd[1028]: store: loading devices
maj 18 18:40:37 MSI-Raider boltd[1028]: [00522240-2ed3                            ] store: loading device
maj 18 18:40:37 MSI-Raider boltd[1028]: power: state located at: /run/boltd/power
maj 18 18:40:37 MSI-Raider boltd[1028]: power: force power support: no
maj 18 18:40:37 MSI-Raider boltd[1028]: udev: enumerating devices
maj 18 18:40:37 MSI-Raider boltd[1028]: probing: adding /sys/devices/pci0000:00/0000:00:1b.0/0000:02:00.0 to roots
maj 18 18:40:37 MSI-Raider boltd[1028]: [07eb8780-0047-domain0                    ] newly connected [iommu] (/sys/devices/pci0000:00/0000:00:1b.0/0000:02:00.0/0000:03:00.0/0000:04:00.0/domain0/0-0)
maj 18 18:40:37 MSI-Raider boltd[1028]: security level set to 'none'
maj 18 18:40:37 MSI-Raider boltd[1028]: [07eb8780-0047-domain0                    ] domain: registered (bootacl: 0/0)
maj 18 18:40:37 MSI-Raider boltd[1028]: [07eb8780-0047-domain0                    ] bootacl: bootacl not supported, no sync
maj 18 18:40:37 MSI-Raider boltd[1028]: [07eb8780-0047-domain0                    ] udev: failed to determine if uid is stable: unknown NHI PCI id '0x1134'
maj 18 18:40:37 MSI-Raider boltd[1028]: [07eb8780-0047-domain0                    ] udev: uuid is stable: no (for NHI: 0x1134)
maj 18 18:40:37 MSI-Raider boltd[1028]: global 'generation' set to '4'
maj 18 18:40:37 MSI-Raider boltd[1028]: [07eb8780-0047-MS-17S1                    ] device added, status: authorized, at /sys/devices/pci0000:00/0000:00:1b.0/0000:02:00.0/0000:03:00.0/0000:04:00.0/domain0/0-0
maj 18 18:40:37 MSI-Raider boltd[1028]: [07eb8780-0047-MS-17S1                    ] labeling device: MSI MS-17S1
maj 18 18:40:37 MSI-Raider boltd[1028]: [07eb8780-0047-domain0                    ] dbus: exported domain at /org/freedesktop/bolt/domains/07eb8780_0047_10a0_ffff_ffffffffffff
maj 18 18:40:37 MSI-Raider boltd[1028]: [00522240-2ed3-TBU405                     ] dbus: exported device at /org/freedesktop/bolt/devices/00522240_2ed3...
maj 18 18:40:37 MSI-Raider boltd[1028]: [07eb8780-0047-MS-17S1                    ] dbus: exported device at /org/freedesktop/bolt/devices/07eb8780_0047...
maj 18 18:40:37 MSI-Raider systemd[1]: Started Thunderbolt system service.
maj 18 18:40:37 MSI-Raider NetworkManager[1025]: <info>  [1716050437.5948] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.46.0-2/libnm-device-plugin-bluetooth.so)
maj 18 18:40:37 MSI-Raider NetworkManager[1025]: <info>  [1716050437.5958] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.46.0-2/libnm-device-plugin-ovs.so)
maj 18 18:40:37 MSI-Raider NetworkManager[1025]: <info>  [1716050437.6008] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.46.0-2/libnm-device-plugin-team.so)
maj 18 18:40:37 MSI-Raider NetworkManager[1025]: <info>  [1716050437.6013] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.46.0-2/libnm-device-plugin-wifi.so)
maj 18 18:40:37 MSI-Raider NetworkManager[1025]: <info>  [1716050437.6016] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.46.0-2/libnm-device-plugin-wwan.so)
maj 18 18:40:37 MSI-Raider NetworkManager[1025]: <info>  [1716050437.6017] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
maj 18 18:40:37 MSI-Raider NetworkManager[1025]: <info>  [1716050437.6017] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
maj 18 18:40:37 MSI-Raider NetworkManager[1025]: <info>  [1716050437.6017] manager: Networking is enabled by state file
maj 18 18:40:37 MSI-Raider NetworkManager[1025]: <info>  [1716050437.6019] settings: Loaded settings plugin: keyfile (internal)
maj 18 18:40:37 MSI-Raider NetworkManager[1025]: <info>  [1716050437.6034] dhcp: init: Using DHCP client 'internal'
maj 18 18:40:37 MSI-Raider NetworkManager[1025]: <info>  [1716050437.6036] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
maj 18 18:40:37 MSI-Raider NetworkManager[1025]: <info>  [1716050437.6040] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
maj 18 18:40:37 MSI-Raider systemd[1]: Starting Network Manager Script Dispatcher Service...
maj 18 18:40:37 MSI-Raider NetworkManager[1025]: <info>  [1716050437.6042] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
maj 18 18:40:37 MSI-Raider NetworkManager[1025]: <info>  [1716050437.6044] device (lo): Activation: starting connection 'lo' (1d264351-9eed-4663-a9c0-1eba812241f8)
maj 18 18:40:37 MSI-Raider NetworkManager[1025]: <info>  [1716050437.6047] manager: (enp58s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
maj 18 18:40:37 MSI-Raider NetworkManager[1025]: <info>  [1716050437.6052] settings: (enp58s0): created default wired connection 'Połączenie przewodowe 1'
maj 18 18:40:37 MSI-Raider NetworkManager[1025]: <info>  [1716050437.6052] device (enp58s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
maj 18 18:40:37 MSI-Raider systemd[1]: Started Network Manager Script Dispatcher Service.
maj 18 18:40:37 MSI-Raider kernel: RTL8226B_RTL8221B 2.5Gbps PHY r8169-0-3a00:00: attached PHY driver (mii_bus:phy_addr=r8169-0-3a00:00, irq=MAC)
maj 18 18:40:37 MSI-Raider kernel: i915 0000:00:02.0: [drm] GT0: GuC firmware i915/tgl_guc_70.bin version 70.20.0
maj 18 18:40:37 MSI-Raider kernel: i915 0000:00:02.0: [drm] GT0: HuC firmware i915/tgl_huc.bin version 7.9.3
maj 18 18:40:37 MSI-Raider kernel: i915 0000:00:02.0: [drm] GT0: HuC: authenticated for all workloads
maj 18 18:40:37 MSI-Raider kernel: i915 0000:00:02.0: [drm] GT0: GUC: submission enabled
maj 18 18:40:37 MSI-Raider kernel: i915 0000:00:02.0: [drm] GT0: GUC: SLPC enabled
maj 18 18:40:37 MSI-Raider kernel: i915 0000:00:02.0: [drm] GT0: GUC: RC enabled
maj 18 18:40:37 MSI-Raider kernel: mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
maj 18 18:40:37 MSI-Raider kernel: i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
maj 18 18:40:37 MSI-Raider kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
maj 18 18:40:37 MSI-Raider kernel: r8169 0000:3a:00.0 enp58s0: Link is Down
maj 18 18:40:37 MSI-Raider NetworkManager[1025]: <info>  [1716050437.8468] device (wlan0): driver supports Access Point (AP) mode
maj 18 18:40:37 MSI-Raider NetworkManager[1025]: <info>  [1716050437.8471] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
maj 18 18:40:37 MSI-Raider NetworkManager[1025]: <info>  [1716050437.8472] device (wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
maj 18 18:40:37 MSI-Raider kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
maj 18 18:40:37 MSI-Raider (udev-worker)[755]: input31: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
maj 18 18:40:37 MSI-Raider (udev-worker)[725]: input29: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
maj 18 18:40:37 MSI-Raider (udev-worker)[719]: input9: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
maj 18 18:40:37 MSI-Raider mtp-probe[1088]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3"
maj 18 18:40:37 MSI-Raider mtp-probe[1086]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-12"
maj 18 18:40:37 MSI-Raider mtp-probe[1085]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11"
maj 18 18:40:37 MSI-Raider mtp-probe[1087]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9"
maj 18 18:40:37 MSI-Raider mtp-probe[1086]: bus: 1, device: 5 was not an MTP device
maj 18 18:40:37 MSI-Raider mtp-probe[1085]: bus: 1, device: 4 was not an MTP device
maj 18 18:40:37 MSI-Raider mtp-probe[1087]: bus: 1, device: 3 was not an MTP device
maj 18 18:40:37 MSI-Raider mtp-probe[1088]: bus: 1, device: 2 was not an MTP device
maj 18 18:40:38 MSI-Raider kernel: mc: Linux media interface: v0.10
maj 18 18:40:38 MSI-Raider kernel: iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
maj 18 18:40:38 MSI-Raider kernel: iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x0
maj 18 18:40:38 MSI-Raider kernel: iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
maj 18 18:40:38 MSI-Raider kernel: iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x960
maj 18 18:40:38 MSI-Raider kernel: iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 5
maj 18 18:40:38 MSI-Raider kernel: Bluetooth: Core ver 2.22
maj 18 18:40:38 MSI-Raider kernel: NET: Registered PF_BLUETOOTH protocol family
maj 18 18:40:38 MSI-Raider kernel: Bluetooth: HCI device and connection manager initialized
maj 18 18:40:38 MSI-Raider kernel: Bluetooth: HCI socket layer initialized
maj 18 18:40:38 MSI-Raider kernel: Bluetooth: L2CAP socket layer initialized
maj 18 18:40:38 MSI-Raider kernel: Bluetooth: SCO socket layer initialized
maj 18 18:40:38 MSI-Raider kernel: videodev: Linux video capture interface: v2.00
maj 18 18:40:38 MSI-Raider kernel: snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:38 MSI-Raider kernel: snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:38 MSI-Raider kernel: snd_soc_avs 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:38 MSI-Raider kernel: snd_soc_avs 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:38 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:38 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:38 MSI-Raider kernel: usbcore: registered new interface driver btusb
maj 18 18:40:38 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
maj 18 18:40:38 MSI-Raider kernel: snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:38 MSI-Raider kernel: snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:38 MSI-Raider kernel: snd_soc_avs 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:38 MSI-Raider kernel: snd_soc_avs 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:38 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:38 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:38 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
maj 18 18:40:38 MSI-Raider kernel: Bluetooth: hci0: Device revision is 0
maj 18 18:40:38 MSI-Raider kernel: Bluetooth: hci0: Secure boot is enabled
maj 18 18:40:38 MSI-Raider kernel: Bluetooth: hci0: OTP lock is enabled
maj 18 18:40:38 MSI-Raider kernel: Bluetooth: hci0: API lock is enabled
maj 18 18:40:38 MSI-Raider kernel: Bluetooth: hci0: Debug lock is disabled
maj 18 18:40:38 MSI-Raider kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
maj 18 18:40:38 MSI-Raider kernel: Bluetooth: hci0: Bootloader timestamp 2019.40 buildtype 1 build 38
maj 18 18:40:38 MSI-Raider kernel: ACPI Warning: \_SB.PC00.XHCI.RHUB.HS14._DSM: Argument #4 type mismatch - Found [Integer], ACPI requires [Package] (20230628/nsarguments-61)
maj 18 18:40:38 MSI-Raider kernel: Bluetooth: hci0: DSM reset method type: 0x00
maj 18 18:40:38 MSI-Raider kernel: Bluetooth: hci0: Found device firmware: intel/ibt-1040-0041.sfi
maj 18 18:40:38 MSI-Raider kernel: Bluetooth: hci0: Boot Address: 0x100800
maj 18 18:40:38 MSI-Raider kernel: Bluetooth: hci0: Firmware Version: 46-14.24
maj 18 18:40:38 MSI-Raider kernel: snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:38 MSI-Raider kernel: usb 1-3: Found UVC 1.50 device FHD Camera (5986:215c)
maj 18 18:40:38 MSI-Raider kernel: snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:38 MSI-Raider kernel: snd_soc_avs 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:38 MSI-Raider kernel: snd_soc_avs 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:38 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:38 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:38 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
maj 18 18:40:38 MSI-Raider systemd[1]: Starting Bluetooth service...
maj 18 18:40:38 MSI-Raider bluetoothd[1105]: Bluetooth daemon 5.76
maj 18 18:40:38 MSI-Raider systemd[1]: Started Bluetooth service.
maj 18 18:40:38 MSI-Raider systemd[1]: Reached target Bluetooth Support.
maj 18 18:40:38 MSI-Raider bluetoothd[1105]: Starting SDP server
maj 18 18:40:38 MSI-Raider kernel: snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:38 MSI-Raider kernel: snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:38 MSI-Raider kernel: snd_soc_avs 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:38 MSI-Raider kernel: snd_soc_avs 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:38 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:38 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:38 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
maj 18 18:40:38 MSI-Raider kernel: snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:38 MSI-Raider kernel: usb 1-3: Found UVC 1.50 device FHD Camera (5986:215c)
maj 18 18:40:38 MSI-Raider kernel: snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:38 MSI-Raider kernel: snd_soc_avs 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:38 MSI-Raider kernel: snd_soc_avs 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:38 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:38 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:38 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
maj 18 18:40:38 MSI-Raider kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
maj 18 18:40:38 MSI-Raider kernel: Bluetooth: BNEP filters: protocol multicast
maj 18 18:40:38 MSI-Raider kernel: Bluetooth: BNEP socket layer initialized
maj 18 18:40:38 MSI-Raider bluetoothd[1105]: src/plugin.c:init_plugin() System does not support bap plugin
maj 18 18:40:38 MSI-Raider bluetoothd[1105]: src/plugin.c:init_plugin() System does not support bass plugin
maj 18 18:40:38 MSI-Raider bluetoothd[1105]: src/plugin.c:init_plugin() System does not support mcp plugin
maj 18 18:40:38 MSI-Raider bluetoothd[1105]: src/plugin.c:init_plugin() System does not support vcp plugin
maj 18 18:40:38 MSI-Raider bluetoothd[1105]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
maj 18 18:40:38 MSI-Raider bluetoothd[1105]: src/plugin.c:init_plugin() System does not support micp plugin
maj 18 18:40:38 MSI-Raider bluetoothd[1105]: src/plugin.c:init_plugin() System does not support ccp plugin
maj 18 18:40:38 MSI-Raider bluetoothd[1105]: src/plugin.c:init_plugin() System does not support csip plugin
maj 18 18:40:38 MSI-Raider bluetoothd[1105]: Bluetooth management interface 1.22 initialized
maj 18 18:40:38 MSI-Raider kernel: iwlwifi 0000:00:14.3: Registered PHC clock: iwlwifi-PTP, with index: 0
maj 18 18:40:38 MSI-Raider kernel: psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x4f5001)
maj 18 18:40:38 MSI-Raider kernel: usbcore: registered new interface driver uvcvideo
maj 18 18:40:38 MSI-Raider kernel: snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:38 MSI-Raider kernel: snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:38 MSI-Raider kernel: snd_soc_avs 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:38 MSI-Raider kernel: snd_soc_avs 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:38 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:38 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:38 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
maj 18 18:40:38 MSI-Raider kernel: psmouse serio1: elantech: Synaptics capabilities query result 0x00, 0x20, 0x14.
maj 18 18:40:38 MSI-Raider kernel: psmouse serio1: elantech: Elan sample query result 00, 23, 85
maj 18 18:40:38 MSI-Raider (udev-worker)[789]: input16: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
maj 18 18:40:38 MSI-Raider (udev-worker)[724]: input10: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
maj 18 18:40:38 MSI-Raider kernel: psmouse serio1: elantech: Elan ic body: 0x11, current fw version: 0x2
maj 18 18:40:38 MSI-Raider NetworkManager[1025]: <info>  [1716050438.1636] device (wlan0): set-hw-addr: set MAC address to C2:24:EC:4A:72:D3 (scanning)
maj 18 18:40:38 MSI-Raider kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
maj 18 18:40:38 MSI-Raider (udev-worker)[809]: input12: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
maj 18 18:40:38 MSI-Raider kernel: input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input15
maj 18 18:40:38 MSI-Raider kernel: snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:38 MSI-Raider kernel: snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:38 MSI-Raider kernel: snd_soc_avs 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:38 MSI-Raider kernel: snd_soc_avs 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:38 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:38 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:38 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
maj 18 18:40:38 MSI-Raider kernel: iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
maj 18 18:40:38 MSI-Raider kernel: iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x0
maj 18 18:40:38 MSI-Raider kernel: iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
maj 18 18:40:38 MSI-Raider kernel: iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x960
maj 18 18:40:38 MSI-Raider kernel: iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 5
maj 18 18:40:38 MSI-Raider systemd-logind[1030]: Watching system buttons on /dev/input/event13 (SteelSeries SteelSeries ALC)
maj 18 18:40:38 MSI-Raider kernel: input: Logitech G900 as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.2/0003:046D:C539.0003/0003:046D:4053.0009/input/input32
maj 18 18:40:38 MSI-Raider kernel: logitech-hidpp-device 0003:046D:4053.0009: input,hidraw7: USB HID v1.11 Keyboard [Logitech G900] on usb-0000:00:14.0-9/input2:1
maj 18 18:40:38 MSI-Raider kernel: snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:38 MSI-Raider kernel: snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:38 MSI-Raider kernel: snd_soc_avs 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:38 MSI-Raider kernel: snd_soc_avs 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:38 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:38 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:38 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
maj 18 18:40:38 MSI-Raider (udev-worker)[809]: input15: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
maj 18 18:40:38 MSI-Raider NetworkManager[1025]: <info>  [1716050438.4214] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
maj 18 18:40:38 MSI-Raider systemd[1]: Started Network Manager.
maj 18 18:40:38 MSI-Raider systemd-logind[1030]: Watching system buttons on /dev/input/event10 (SteelSeries SteelSeries KLC)
maj 18 18:40:38 MSI-Raider NetworkManager[1025]: <info>  [1716050438.4225] ovsdb: disconnected from ovsdb
maj 18 18:40:38 MSI-Raider NetworkManager[1025]: <info>  [1716050438.4225] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
maj 18 18:40:38 MSI-Raider NetworkManager[1025]: <info>  [1716050438.4226] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
maj 18 18:40:38 MSI-Raider NetworkManager[1025]: <info>  [1716050438.4228] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
maj 18 18:40:38 MSI-Raider NetworkManager[1025]: <info>  [1716050438.4230] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
maj 18 18:40:38 MSI-Raider NetworkManager[1025]: <info>  [1716050438.4238] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
maj 18 18:40:38 MSI-Raider NetworkManager[1025]: <info>  [1716050438.4239] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
maj 18 18:40:38 MSI-Raider NetworkManager[1025]: <info>  [1716050438.4240] device (lo): Activation: successful, device activated.
maj 18 18:40:38 MSI-Raider systemd[1]: Starting Network Manager Wait Online...
maj 18 18:40:38 MSI-Raider systemd[1]: Starting WPA supplicant...
maj 18 18:40:38 MSI-Raider systemd[1]: Started WPA supplicant.
maj 18 18:40:38 MSI-Raider systemd[1]: Reached target Network.
maj 18 18:40:38 MSI-Raider wpa_supplicant[1203]: Successfully initialized wpa_supplicant
maj 18 18:40:38 MSI-Raider systemd[1]: Starting CUPS Scheduler...
maj 18 18:40:38 MSI-Raider systemd[1]: Starting Permit User Sessions...
maj 18 18:40:38 MSI-Raider systemd[1]: Finished Permit User Sessions.
maj 18 18:40:38 MSI-Raider systemd[1]: Starting Hold until boot process finishes up...
maj 18 18:40:38 MSI-Raider systemd[1]: Starting Terminate Plymouth Boot Screen...
maj 18 18:40:38 MSI-Raider systemd[1]: Starting Manage, Install and Generate Color Profiles...
maj 18 18:40:38 MSI-Raider systemd[1]: Finished Hold until boot process finishes up.
maj 18 18:40:38 MSI-Raider systemd[1]: Finished Terminate Plymouth Boot Screen.
maj 18 18:40:38 MSI-Raider systemd[1]: Started Simple Desktop Display Manager.
maj 18 18:40:38 MSI-Raider systemd[1]: Started Manage, Install and Generate Color Profiles.
maj 18 18:40:38 MSI-Raider avahi-daemon[1027]: Server startup complete. Host name is MSI-Raider.local. Local service cookie is 1473302628.
maj 18 18:40:38 MSI-Raider sddm[1218]: Initializing...
maj 18 18:40:38 MSI-Raider NetworkManager[1025]: <info>  [1716050438.5098] device (wlan0): supplicant interface state: internal-starting -> disconnected
maj 18 18:40:38 MSI-Raider NetworkManager[1025]: <info>  [1716050438.5098] Wi-Fi P2P device controlled by interface wlan0 created
maj 18 18:40:38 MSI-Raider NetworkManager[1025]: <info>  [1716050438.5100] manager: (p2p-dev-wlan0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
maj 18 18:40:38 MSI-Raider NetworkManager[1025]: <info>  [1716050438.5101] device (p2p-dev-wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
maj 18 18:40:38 MSI-Raider NetworkManager[1025]: <info>  [1716050438.5103] device (wlan0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
maj 18 18:40:38 MSI-Raider NetworkManager[1025]: <warn>  [1716050438.5106] device (wlan0): wifi-scan: active scanning for networks due to profiles with wifi.hidden=yes. This makes you trackable
maj 18 18:40:38 MSI-Raider NetworkManager[1025]: <info>  [1716050438.5106] device (p2p-dev-wlan0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
maj 18 18:40:38 MSI-Raider sddm[1218]: Starting...
maj 18 18:40:38 MSI-Raider sddm[1218]: Logind interface found
maj 18 18:40:38 MSI-Raider sddm[1218]: Adding new display...
maj 18 18:40:38 MSI-Raider sddm[1218]: Loaded empty theme configuration
maj 18 18:40:38 MSI-Raider sddm[1218]: Xauthority path: "/run/sddm/xauth_DbruRo"
maj 18 18:40:38 MSI-Raider sddm[1218]: Using VT 2
maj 18 18:40:38 MSI-Raider sddm[1218]: Display server starting...
maj 18 18:40:38 MSI-Raider sddm[1218]: Writing cookie to "/run/sddm/xauth_DbruRo"
maj 18 18:40:38 MSI-Raider sddm[1218]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_DbruRo -noreset -displayfd 16
maj 18 18:40:38 MSI-Raider (udev-worker)[755]: input25: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
maj 18 18:40:38 MSI-Raider (udev-worker)[712]: input24: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
maj 18 18:40:38 MSI-Raider systemd[1]: Started CUPS Scheduler.
maj 18 18:40:38 MSI-Raider kernel: [drm] Initialized i915 1.6.0 20230929 for 0000:00:02.0 on minor 1
maj 18 18:40:38 MSI-Raider kernel: ACPI: video: Video Device [PEGP] (multi-head: no  rom: yes  post: no)
maj 18 18:40:38 MSI-Raider kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input33
maj 18 18:40:38 MSI-Raider kernel: snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:38 MSI-Raider kernel: snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:38 MSI-Raider kernel: snd_soc_avs 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:38 MSI-Raider kernel: snd_soc_avs 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:38 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:38 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:38 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
maj 18 18:40:38 MSI-Raider kernel: ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
maj 18 18:40:38 MSI-Raider kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input34
maj 18 18:40:38 MSI-Raider kernel: snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:38 MSI-Raider kernel: snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:38 MSI-Raider kernel: snd_soc_avs 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:38 MSI-Raider kernel: snd_soc_avs 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:38 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
maj 18 18:40:38 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
maj 18 18:40:38 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
maj 18 18:40:38 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
maj 18 18:40:38 MSI-Raider kernel: fbcon: i915drmfb (fb0) is primary device
maj 18 18:40:38 MSI-Raider kernel: fbcon: Deferring console take-over
maj 18 18:40:38 MSI-Raider kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
maj 18 18:40:38 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: use msi interrupt mode
maj 18 18:40:38 MSI-Raider (udev-worker)[725]: input33: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
maj 18 18:40:38 MSI-Raider (udev-worker)[712]: input34: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
maj 18 18:40:38 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: hda codecs found, mask 5
maj 18 18:40:38 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
maj 18 18:40:38 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DMICs detected in NHLT tables: 2
maj 18 18:40:38 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware paths/files for ipc type 0:
maj 18 18:40:38 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3:  Firmware file:     intel/sof/sof-rpl-s.ri
maj 18 18:40:38 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3:  Topology file:     intel/sof-tplg/sof-hda-generic-2ch.tplg
maj 18 18:40:38 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
maj 18 18:40:38 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
maj 18 18:40:38 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: unknown sof_ext_man header type 3 size 0x30
maj 18 18:40:39 MSI-Raider (udev-worker)[719]: input32: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
maj 18 18:40:39 MSI-Raider systemd[1]: Created slice Slice /system/systemd-backlight.
maj 18 18:40:39 MSI-Raider systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
maj 18 18:40:39 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
maj 18 18:40:39 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
maj 18 18:40:39 MSI-Raider systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
maj 18 18:40:39 MSI-Raider kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Topology: ABI 3:22:1 Kernel ABI 3:23:0
maj 18 18:40:39 MSI-Raider kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: Parent card not yet available, widget card binding deferred
maj 18 18:40:39 MSI-Raider kernel: snd_hda_codec_realtek ehdaudio0D0: autoconfig for ALC274: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
maj 18 18:40:39 MSI-Raider kernel: snd_hda_codec_realtek ehdaudio0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
maj 18 18:40:39 MSI-Raider kernel: snd_hda_codec_realtek ehdaudio0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
maj 18 18:40:39 MSI-Raider kernel: snd_hda_codec_realtek ehdaudio0D0:    mono: mono_out=0x0
maj 18 18:40:39 MSI-Raider kernel: snd_hda_codec_realtek ehdaudio0D0:    inputs:
maj 18 18:40:39 MSI-Raider kernel: snd_hda_codec_realtek ehdaudio0D0:      Mic=0x19
maj 18 18:40:39 MSI-Raider systemd-logind[1030]: Watching system buttons on /dev/input/event15 (Logitech G900)
maj 18 18:40:39 MSI-Raider kernel: Bluetooth: hci0: Waiting for firmware download to complete
maj 18 18:40:39 MSI-Raider kernel: Bluetooth: hci0: Firmware loaded in 1349517 usecs
maj 18 18:40:39 MSI-Raider kernel: Bluetooth: hci0: Waiting for device to boot
maj 18 18:40:39 MSI-Raider kernel: Bluetooth: hci0: Malformed MSFT vendor event: 0x02
maj 18 18:40:39 MSI-Raider kernel: Bluetooth: hci0: Device booted in 15576 usecs
maj 18 18:40:39 MSI-Raider kernel: Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-1040-0041.ddc
maj 18 18:40:39 MSI-Raider kernel: Bluetooth: hci0: Applying Intel DDC parameters completed
maj 18 18:40:39 MSI-Raider kernel: Bluetooth: hci0: Firmware timestamp 2024.14 buildtype 1 build 81454
maj 18 18:40:39 MSI-Raider kernel: Bluetooth: hci0: Firmware SHA1: 0xdfd62093
maj 18 18:40:39 MSI-Raider kernel: Bluetooth: hci0: Fseq status: Success (0x00)
maj 18 18:40:39 MSI-Raider kernel: Bluetooth: hci0: Fseq executed: 00.00.02.41
maj 18 18:40:39 MSI-Raider kernel: Bluetooth: hci0: Fseq BT Top: 00.00.02.41
maj 18 18:40:39 MSI-Raider bluetoothd[1105]: Battery Provider Manager created
maj 18 18:40:39 MSI-Raider kernel: Bluetooth: MGMT ver 1.22
maj 18 18:40:39 MSI-Raider kernel: NET: Registered PF_ALG protocol family
maj 18 18:40:39 MSI-Raider kernel: skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 3
maj 18 18:40:39 MSI-Raider kernel: input: sof-hda-dsp Mic as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card1/input35
maj 18 18:40:39 MSI-Raider kernel: input: sof-hda-dsp Headphone as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card1/input36
maj 18 18:40:39 MSI-Raider kernel: input: sof-hda-dsp HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card1/input37
maj 18 18:40:39 MSI-Raider kernel: input: sof-hda-dsp HDMI/DP,pcm=4 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card1/input38
maj 18 18:40:39 MSI-Raider kernel: input: sof-hda-dsp HDMI/DP,pcm=5 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card1/input39
maj 18 18:40:39 MSI-Raider (udev-worker)[808]: input38: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
maj 18 18:40:39 MSI-Raider (udev-worker)[789]: input36: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
maj 18 18:40:39 MSI-Raider (udev-worker)[758]: input37: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
maj 18 18:40:39 MSI-Raider (udev-worker)[713]: input35: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
maj 18 18:40:39 MSI-Raider (udev-worker)[821]: input39: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
maj 18 18:40:41 MSI-Raider wpa_supplicant[1203]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=DE

What this means? It's not present in the current successful boot.

(...)
maj 18 18:40:36 MSI-Raider kernel: The simpledrm driver will not be probed
(...)

Last edited by Zibi1981 (2024-05-18 16:49:07)


"... being a Linux user is sort of like living in a house inhabited by a large family of carpenters and architects. Every morning when you wake up, the house is a little different. Maybe there is a new turret, or some walls have moved. Or perhaps someone has temporarily removed the floor under your bed."

MSI Raider GE78HX 13VI-032PL

Offline

#8 2024-05-18 22:21:54

seth
Member
Registered: 2012-09-03
Posts: 60,365

Re: No DRM on nVidia proprietary driver and kernel 6.9.1

The simpledrm device is a fallbacka DRM device ("fake GPU"), bascically to provide what the xf86-video-vesa driver doen on X11 for wayland.
And it's getting in the way more often then never.

All drivers load, there's no obvious problem, SDDM starts on X11 and then the journal stops.
https://wiki.archlinux.org/title/Keyboa … el_(SysRq) but post your X11 log since apparently blacklisting the simpledrm device alone breaks it, ie. you probably are somehow ending up running on that.

Edit: also https://bbs.archlinux.org/viewtopic.php?id=295937

Last edited by seth (2024-05-19 06:59:12)

Offline

#9 2024-05-19 07:47:29

Zibi1981
Member
From: Poland
Registered: 2008-01-31
Posts: 703

Re: No DRM on nVidia proprietary driver and kernel 6.9.1

I was finally able find some kind of a working workaround by creating a config file /etc/modprobe.d/nvidia.conf with these entries

options nvidia_drm modeset=1
options nvidia_drm fbdev=1

and regenerating initramfs afterwards.

# mkinitcpio -P

After rebooting I have

$ sudo cat /sys/module/nvidia_drm/parameters/modeset
Y

Last edited by Zibi1981 (2024-05-19 07:48:47)


"... being a Linux user is sort of like living in a house inhabited by a large family of carpenters and architects. Every morning when you wake up, the house is a little different. Maybe there is a new turret, or some walls have moved. Or perhaps someone has temporarily removed the floor under your bed."

MSI Raider GE78HX 13VI-032PL

Offline

#10 2024-05-19 07:52:23

seth
Member
Registered: 2012-09-03
Posts: 60,365

Re: No DRM on nVidia proprietary driver and kernel 6.9.1

See the thread linked in my previous post, but - pot. issues w/ the fbdev support aside - you should not gloss over this. At least check the status quo (journal/xorg log, glxinfo -B) to make sure you're not somehow running on the simpledrm device, because that's not a solution for anything.

Offline

#11 2024-05-19 08:01:19

Zibi1981
Member
From: Poland
Registered: 2008-01-31
Posts: 703

Re: No DRM on nVidia proprietary driver and kernel 6.9.1

I'm not sure what do you mean by writing about "potential issues" as everything seems to work for now (including KDE on Wayland and games). Will see in the future if I encounter any problems.

$ glxinfo -B
name of display: :1
display: :1  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: Intel (0x8086)
    Device: Mesa Intel(R) Graphics (RPL-S) (0xa788)
    Version: 24.0.7
    Accelerated: yes
    Video memory: 63996MB
    Unified memory: yes
    Preferred profile: core (0x1)
    Max core profile version: 4.6
    Max compat profile version: 4.6
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
OpenGL vendor string: Intel
OpenGL renderer string: Mesa Intel(R) Graphics (RPL-S)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 24.0.7-arch1.3
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6 (Compatibility Profile) Mesa 24.0.7-arch1.3
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 24.0.7-arch1.3
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
$ journalctl -b | grep simpledrm
maj 19 09:35:41 MSI-Raider kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
maj 19 09:35:41 MSI-Raider kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[    10.018] (--) Log file renamed from "/var/log/Xorg.pid-1354.log" to "/var/log/Xorg.0.log"
[    10.018] 
X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[    10.018] Current Operating System: Linux MSI-Raider 6.9.1-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 17 May 2024 16:56:38 +0000 x86_64
[    10.018] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=70cb0615-4e6f-da01-70cb-06154e6fda01 rw ec_sys.write_support=1 sysrq_always_enabled=1 loglevel=3 quiet lsm=landlock,lockdown,yama,integrity,apparmor,bpf splash audit=1
[    10.018]  
[    10.018] Current version of pixman: 0.43.4
[    10.018] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    10.018] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    10.018] (==) Log file: "/var/log/Xorg.0.log", Time: Sun May 19 09:35:45 2024
[    10.018] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    10.018] (==) No Layout section.  Using the first Screen section.
[    10.018] (==) No screen section available. Using defaults.
[    10.018] (**) |-->Screen "Default Screen Section" (0)
[    10.018] (**) |   |-->Monitor "<default monitor>"
[    10.018] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    10.018] (**) Allowing byte-swapped clients
[    10.018] (==) Automatically adding devices
[    10.018] (==) Automatically enabling devices
[    10.018] (==) Automatically adding GPU devices
[    10.018] (==) Automatically binding GPU devices
[    10.018] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    10.018] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    10.018] 	Entry deleted from font path.
[    10.018] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    10.018] 	Entry deleted from font path.
[    10.018] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    10.018] (==) ModulePath set to "/usr/lib/xorg/modules"
[    10.018] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    10.018] (II) Module ABI versions:
[    10.018] 	X.Org ANSI C Emulation: 0.4
[    10.018] 	X.Org Video Driver: 25.2
[    10.018] 	X.Org XInput driver : 24.4
[    10.018] 	X.Org Server Extension : 10.0
[    10.018] (++) using VT number 2

[    10.019] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    10.019] (II) xfree86: Adding drm device (/dev/dri/card1)
[    10.019] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[    10.019] (II) xfree86: Adding drm device (/dev/dri/card2)
[    10.019] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card2
[    10.023] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    10.025] (--) PCI:*(0@0:2:0) 8086:a788:1462:13cd rev 4, Mem @ 0x6433000000/16777216, 0x4000000000/268435456, I/O @ 0x00006000/64, BIOS @ 0x????????/131072
[    10.025] (--) PCI: (1@0:0:0) 10de:2717:1462:13cd rev 161, Mem @ 0x5b000000/16777216, 0x6000000000/17179869184, 0x6400000000/33554432, I/O @ 0x00005000/128, BIOS @ 0x????????/524288
[    10.025] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    10.025] (II) LoadModule: "glx"
[    10.025] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    10.026] (II) Module glx: vendor="X.Org Foundation"
[    10.026] 	compiled for 1.21.1.13, module version = 1.0.0
[    10.026] 	ABI class: X.Org Server Extension, version 10.0
[    10.026] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[    10.026] 	loading driver: nvidia
[    10.026] (==) Matched intel as autoconfigured driver 0
[    10.026] (==) Matched nvidia as autoconfigured driver 1
[    10.026] (==) Matched nouveau as autoconfigured driver 2
[    10.026] (==) Matched nv as autoconfigured driver 3
[    10.026] (==) Matched modesetting as autoconfigured driver 4
[    10.026] (==) Matched fbdev as autoconfigured driver 5
[    10.026] (==) Matched vesa as autoconfigured driver 6
[    10.026] (==) Assigned the driver to the xf86ConfigLayout
[    10.026] (II) LoadModule: "intel"
[    10.026] (WW) Warning, couldn't open module intel
[    10.026] (EE) Failed to load module "intel" (module does not exist, 0)
[    10.026] (II) LoadModule: "nvidia"
[    10.026] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    10.027] (II) Module nvidia: vendor="NVIDIA Corporation"
[    10.027] 	compiled for 1.6.99.901, module version = 1.0.0
[    10.027] 	Module class: X.Org Video Driver
[    10.027] (II) LoadModule: "nouveau"
[    10.027] (WW) Warning, couldn't open module nouveau
[    10.027] (EE) Failed to load module "nouveau" (module does not exist, 0)
[    10.027] (II) LoadModule: "nv"
[    10.027] (WW) Warning, couldn't open module nv
[    10.027] (EE) Failed to load module "nv" (module does not exist, 0)
[    10.027] (II) LoadModule: "modesetting"
[    10.027] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    10.028] (II) Module modesetting: vendor="X.Org Foundation"
[    10.028] 	compiled for 1.21.1.13, module version = 1.21.1
[    10.028] 	Module class: X.Org Video Driver
[    10.028] 	ABI class: X.Org Video Driver, version 25.2
[    10.028] (II) LoadModule: "fbdev"
[    10.028] (WW) Warning, couldn't open module fbdev
[    10.028] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    10.028] (II) LoadModule: "vesa"
[    10.028] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    10.028] (II) Module vesa: vendor="X.Org Foundation"
[    10.028] 	compiled for 1.21.1.11, module version = 2.6.0
[    10.028] 	Module class: X.Org Video Driver
[    10.028] 	ABI class: X.Org Video Driver, version 25.2
[    10.028] (II) NVIDIA dlloader X Driver  550.78  Sun Apr 14 06:27:13 UTC 2024
[    10.028] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    10.028] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    10.028] (II) VESA: driver for VESA chipsets: vesa
[    10.029] (II) modeset(0): using drv /dev/dri/card2
[    10.030] (II) Loading sub module "fb"
[    10.030] (II) LoadModule: "fb"
[    10.030] (II) Module "fb" already built-in
[    10.030] (II) Loading sub module "wfb"
[    10.030] (II) LoadModule: "wfb"
[    10.030] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    10.030] (II) Module wfb: vendor="X.Org Foundation"
[    10.030] 	compiled for 1.21.1.13, module version = 1.0.0
[    10.030] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    10.030] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    10.030] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    10.030] (==) modeset(0): RGB weight 888
[    10.030] (==) modeset(0): Default visual is TrueColor
[    10.030] (II) Loading sub module "glamoregl"
[    10.030] (II) LoadModule: "glamoregl"
[    10.030] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    10.034] (II) Module glamoregl: vendor="X.Org Foundation"
[    10.034] 	compiled for 1.21.1.13, module version = 1.0.1
[    10.034] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    10.138] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) Graphics (RPL-S)
[    10.138] (II) modeset(0): glamor initialized
[    10.138] (==) modeset(0): VariableRefresh: disabled
[    10.138] (==) modeset(0): AsyncFlipSecondaries: disabled
[    10.146] (II) modeset(0): Output eDP-2 has no monitor section
[    10.153] (II) modeset(0): Output DP-3 has no monitor section
[    10.163] (II) modeset(0): Output HDMI-2 has no monitor section
[    10.173] (II) modeset(0): Output DP-4 has no monitor section
[    10.183] (II) modeset(0): Output HDMI-3 has no monitor section
[    10.190] (II) modeset(0): EDID for output eDP-2
[    10.191] (II) modeset(0): Manufacturer: AUO  Model: 84a6  Serial#: 0
[    10.191] (II) modeset(0): Year: 2022  Week: 23
[    10.191] (II) modeset(0): EDID Version: 1.4
[    10.191] (II) modeset(0): Digital Display Input
[    10.191] (II) modeset(0): 8 bits per channel
[    10.191] (II) modeset(0): Digital interface is DisplayPort
[    10.191] (II) modeset(0): Max Image Size [cm]: horiz.: 37  vert.: 23
[    10.191] (II) modeset(0): Gamma: 2.20
[    10.191] (II) modeset(0): No DPMS capabilities specified
[    10.191] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[    10.191] (II) modeset(0): First detailed timing is preferred mode
[    10.191] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    10.191] (II) modeset(0): Display is continuous-frequency
[    10.191] (II) modeset(0): redX: 0.680 redY: 0.320   greenX: 0.260 greenY: 0.695
[    10.191] (II) modeset(0): blueX: 0.150 blueY: 0.050   whiteX: 0.313 whiteY: 0.329
[    10.191] (II) modeset(0): Manufacturer's mask: 0
[    10.191] (II) modeset(0): Supported detailed timing:
[    10.191] (II) modeset(0): clock: 292.0 MHz   Image Size:  366 x 228 mm
[    10.191] (II) modeset(0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
[    10.191] (II) modeset(0): v_active: 1600  v_sync: 1610  v_sync_end 1615 v_blanking: 1789 v_border: 0
[    10.191] (II) modeset(0): Unknown vendor-specific block f
[    10.191] (II) modeset(0): Ranges: V min: 60 V max: 240 Hz, H min: 430 H max: 430 kHz, PixClock max 1175 MHz
[    10.191] (II) modeset(0):  B170QAN01.2
[    10.191] (II) modeset(0): Number of EDID sections to follow: 1
[    10.191] (II) modeset(0): EDID (in hex):
[    10.191] (II) modeset(0): 	00ffffffffffff0006afa68400000000
[    10.191] (II) modeset(0): 	17200104a52517780308b5ae5242b226
[    10.191] (II) modeset(0): 	0c505400000001010101010101010101
[    10.191] (II) modeset(0): 	0101010101010d7200a0a040bd603020
[    10.191] (II) modeset(0): 	a5006ee4100000180000000f00000000
[    10.191] (II) modeset(0): 	00000000000000000020000000fd0c3c
[    10.191] (II) modeset(0): 	f0afaf75010a202020202020000000fe
[    10.191] (II) modeset(0): 	004231373051414e30312e32200a01c7
[    10.191] (II) modeset(0): 	701379000003011432c80184ff099f00
[    10.191] (II) modeset(0): 	2f001f003f06bc000900040000000000
[    10.191] (II) modeset(0): 	00000000000000000000000000000000
[    10.191] (II) modeset(0): 	00000000000000000000000000000000
[    10.191] (II) modeset(0): 	00000000000000000000000000000000
[    10.191] (II) modeset(0): 	00000000000000000000000000000000
[    10.191] (II) modeset(0): 	00000000000000000000000000000000
[    10.191] (II) modeset(0): 	0000000000000000000000000000da90
[    10.191] (II) modeset(0): Printing probed modes for output eDP-2
[    10.191] (II) modeset(0): Modeline "2560x1600"x240.0  1167.87  2560 2608 2640 2720  1600 1610 1615 1789 -hsync -vsync (429.4 kHz eP)
[    10.191] (II) modeset(0): Modeline "2560x1600"x60.0  291.97  2560 2608 2640 2720  1600 1610 1615 1789 -hsync -vsync (107.3 kHz eP)
[    10.191] (II) modeset(0): Modeline "2560x1600"x60.0  348.50  2560 2760 3032 3504  1600 1603 1609 1658 -hsync +vsync (99.5 kHz d)
[    10.191] (II) modeset(0): Modeline "2560x1600"x60.0  268.50  2560 2608 2640 2720  1600 1603 1609 1646 +hsync -vsync (98.7 kHz d)
[    10.191] (II) modeset(0): Modeline "2560x1440"x60.0  638.25  2560 2780 3064 3568  1440 1441 1444 1491 doublescan -hsync +vsync (178.9 kHz d)
[    10.191] (II) modeset(0): Modeline "2560x1440"x60.0  469.12  2560 2584 2600 2640  1440 1441 1444 1481 doublescan +hsync -vsync (177.7 kHz d)
[    10.191] (II) modeset(0): Modeline "2560x1440"x60.0  312.25  2560 2752 3024 3488  1440 1443 1448 1493 -hsync +vsync (89.5 kHz d)
[    10.191] (II) modeset(0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz d)
[    10.191] (II) modeset(0): Modeline "2048x1536"x85.0  388.04  2048 2216 2440 2832  1536 1537 1540 1612 -hsync +vsync (137.0 kHz d)
[    10.191] (II) modeset(0): Modeline "2048x1536"x75.0  340.48  2048 2216 2440 2832  1536 1537 1540 1603 -hsync +vsync (120.2 kHz d)
[    10.191] (II) modeset(0): Modeline "2048x1536"x60.0  266.95  2048 2200 2424 2800  1536 1537 1540 1589 -hsync +vsync (95.3 kHz d)
[    10.191] (II) modeset(0): Modeline "1920x1440"x85.0  341.35  1920 2072 2288 2656  1440 1441 1444 1512 -hsync +vsync (128.5 kHz d)
[    10.191] (II) modeset(0): Modeline "1920x1440"x75.0  297.00  1920 2064 2288 2640  1440 1441 1444 1500 -hsync +vsync (112.5 kHz d)
[    10.191] (II) modeset(0): Modeline "1920x1440"x60.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[    10.191] (II) modeset(0): Modeline "1856x1392"x75.0  288.00  1856 1984 2208 2560  1392 1393 1396 1500 -hsync +vsync (112.5 kHz d)
[    10.191] (II) modeset(0): Modeline "1856x1392"x60.0  218.30  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[    10.191] (II) modeset(0): Modeline "1792x1344"x75.0  261.00  1792 1888 2104 2456  1344 1345 1348 1417 -hsync +vsync (106.3 kHz d)
[    10.191] (II) modeset(0): Modeline "1792x1344"x60.0  204.80  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[    10.191] (II) modeset(0): Modeline "2048x1152"x60.0  406.50  2048 2220 2444 2840  1152 1153 1156 1193 doublescan -hsync +vsync (143.1 kHz d)
[    10.191] (II) modeset(0): Modeline "2048x1152"x60.0  302.50  2048 2072 2088 2128  1152 1153 1156 1185 doublescan +hsync -vsync (142.2 kHz d)
[    10.191] (II) modeset(0): Modeline "2048x1152"x59.9  197.00  2048 2184 2400 2752  1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
[    10.191] (II) modeset(0): Modeline "2048x1152"x59.9  156.75  2048 2096 2128 2208  1152 1155 1160 1185 +hsync -vsync (71.0 kHz d)
[    10.191] (II) modeset(0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
[    10.191] (II) modeset(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[    10.191] (II) modeset(0): Modeline "1920x1080"x60.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[    10.191] (II) modeset(0): Modeline "1920x1080"x60.0  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    10.191] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    10.191] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    10.191] (II) modeset(0): Modeline "1600x1200"x85.0  229.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (106.2 kHz d)
[    10.191] (II) modeset(0): Modeline "1600x1200"x75.0  202.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (93.8 kHz d)
[    10.192] (II) modeset(0): Modeline "1600x1200"x70.0  189.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (87.5 kHz d)
[    10.192] (II) modeset(0): Modeline "1600x1200"x65.0  175.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (81.2 kHz d)
[    10.192] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[    10.192] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    10.192] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    10.192] (II) modeset(0): Modeline "1400x1050"x74.8  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[    10.192] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    10.192] (II) modeset(0): Modeline "1600x900"x60.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    10.192] (II) modeset(0): Modeline "1600x900"x59.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    10.192] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    10.192] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    10.192] (II) modeset(0): Modeline "1280x1024"x85.0  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[    10.192] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[    10.192] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    10.192] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    10.192] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    10.192] (II) modeset(0): Modeline "1280x960"x85.0  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync (85.9 kHz d)
[    10.192] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    10.192] (II) modeset(0): Modeline "1440x810"x60.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    10.192] (II) modeset(0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    10.192] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    10.192] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    10.192] (II) modeset(0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    10.192] (II) modeset(0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    10.192] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    10.192] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    10.192] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz d)
[    10.192] (II) modeset(0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    10.192] (II) modeset(0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    10.192] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    10.192] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    10.192] (II) modeset(0): Modeline "1024x768"x85.0  194.02  1024 1108 1220 1416  768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[    10.192] (II) modeset(0): Modeline "1024x768"x75.0  170.24  1024 1108 1220 1416  768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[    10.192] (II) modeset(0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    10.192] (II) modeset(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz d)
[    10.192] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz d)
[    10.192] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz d)
[    10.192] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    10.192] (II) modeset(0): Modeline "1024x768i"x87.0   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[    10.192] (II) modeset(0): Modeline "960x720"x85.0  170.68  960 1036 1144 1328  720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[    10.192] (II) modeset(0): Modeline "960x720"x75.0  148.50  960 1032 1144 1320  720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[    10.192] (II) modeset(0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    10.192] (II) modeset(0): Modeline "928x696"x75.0  144.00  928 992 1104 1280  696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[    10.192] (II) modeset(0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    10.192] (II) modeset(0): Modeline "896x672"x75.0  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[    10.192] (II) modeset(0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    10.192] (II) modeset(0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    10.192] (II) modeset(0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    10.192] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    10.192] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    10.192] (II) modeset(0): Modeline "960x600"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    10.192] (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    10.192] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz d)
[    10.192] (II) modeset(0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    10.192] (II) modeset(0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    10.192] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    10.192] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    10.192] (II) modeset(0): Modeline "800x600"x85.0  114.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[    10.192] (II) modeset(0): Modeline "800x600"x75.0  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[    10.192] (II) modeset(0): Modeline "800x600"x70.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[    10.192] (II) modeset(0): Modeline "800x600"x65.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[    10.192] (II) modeset(0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    10.192] (II) modeset(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz d)
[    10.192] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz d)
[    10.192] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz d)
[    10.192] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    10.192] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    10.192] (II) modeset(0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    10.192] (II) modeset(0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    10.192] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    10.192] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    10.192] (II) modeset(0): Modeline "700x525"x74.8   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[    10.192] (II) modeset(0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    10.192] (II) modeset(0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    10.192] (II) modeset(0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    10.192] (II) modeset(0): Modeline "640x512"x85.0   78.75  640 672 752 864  512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[    10.192] (II) modeset(0): Modeline "640x512"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[    10.192] (II) modeset(0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    10.192] (II) modeset(0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    10.192] (II) modeset(0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    10.192] (II) modeset(0): Modeline "640x480"x85.1   74.25  640 672 752 864  480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[    10.192] (II) modeset(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    10.192] (II) modeset(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz d)
[    10.192] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz d)
[    10.192] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
[    10.192] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    10.192] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    10.192] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    10.192] (II) modeset(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz d)
[    10.192] (II) modeset(0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    10.192] (II) modeset(0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    10.192] (II) modeset(0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    10.192] (II) modeset(0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    10.192] (II) modeset(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz d)
[    10.192] (II) modeset(0): Modeline "576x432"x75.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[    10.192] (II) modeset(0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    10.192] (II) modeset(0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    10.192] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    10.192] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    10.192] (II) modeset(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz d)
[    10.192] (II) modeset(0): Modeline "512x384"x85.0   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[    10.192] (II) modeset(0): Modeline "512x384"x75.0   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[    10.192] (II) modeset(0): Modeline "512x384"x70.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[    10.192] (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    10.192] (II) modeset(0): Modeline "512x384i"x87.1   22.45  512 516 604 632  384 384 388 408 interlace doublescan +hsync +vsync (35.5 kHz d)
[    10.192] (II) modeset(0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    10.192] (II) modeset(0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    10.192] (II) modeset(0): Modeline "416x312"x74.7   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[    10.192] (II) modeset(0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    10.192] (II) modeset(0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    10.192] (II) modeset(0): Modeline "400x300"x85.3   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[    10.192] (II) modeset(0): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[    10.192] (II) modeset(0): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[    10.192] (II) modeset(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    10.192] (II) modeset(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    10.192] (II) modeset(0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    10.192] (II) modeset(0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    10.192] (II) modeset(0): Modeline "320x240"x85.2   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[    10.192] (II) modeset(0): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[    10.192] (II) modeset(0): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[    10.192] (II) modeset(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    10.192] (II) modeset(0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    10.192] (II) modeset(0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    10.192] (II) modeset(0): Modeline "360x200"x85.0   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[    10.192] (II) modeset(0): Modeline "320x200"x85.3   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[    10.192] (II) modeset(0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    10.192] (II) modeset(0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    10.192] (II) modeset(0): Modeline "320x175"x85.3   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[    10.200] (II) modeset(0): EDID for output DP-3
[    10.210] (II) modeset(0): EDID for output HDMI-2
[    10.220] (II) modeset(0): EDID for output DP-4
[    10.230] (II) modeset(0): EDID for output HDMI-3
[    10.230] (II) modeset(0): Output eDP-2 connected
[    10.230] (II) modeset(0): Output DP-3 disconnected
[    10.230] (II) modeset(0): Output HDMI-2 disconnected
[    10.230] (II) modeset(0): Output DP-4 disconnected
[    10.230] (II) modeset(0): Output HDMI-3 disconnected
[    10.230] (II) modeset(0): Using exact sizes for initial modes
[    10.230] (II) modeset(0): Output eDP-2 using initial mode 2560x1600 +0+0
[    10.230] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    10.230] (==) modeset(0): DPI set to (96, 96)
[    10.230] (II) Loading sub module "fb"
[    10.230] (II) LoadModule: "fb"
[    10.230] (II) Module "fb" already built-in
[    10.230] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[    10.230] (==) NVIDIA(G0): RGB weight 888
[    10.230] (==) NVIDIA(G0): Default visual is TrueColor
[    10.230] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[    10.230] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[    10.230] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[    10.230] (**) NVIDIA(G0): Enabling 2D acceleration
[    10.230] (II) Loading sub module "glxserver_nvidia"
[    10.230] (II) LoadModule: "glxserver_nvidia"
[    10.230] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[    10.257] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    10.257] 	compiled for 1.6.99.901, module version = 1.0.0
[    10.257] 	Module class: X.Org Server Extension
[    10.257] (II) NVIDIA GLX Module  550.78  Sun Apr 14 06:29:36 UTC 2024
[    10.257] (II) NVIDIA: The X server supports PRIME Render Offload.
[    10.258] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    10.258] (--) NVIDIA(0):     DFP-0
[    10.258] (--) NVIDIA(0):     DFP-1
[    10.258] (--) NVIDIA(0):     DFP-2
[    10.258] (--) NVIDIA(0):     DFP-3
[    10.258] (--) NVIDIA(0):     DFP-4
[    10.258] (--) NVIDIA(0):     DFP-5
[    10.258] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce RTX 4090 Laptop GPU (AD103-A) at
[    10.258] (II) NVIDIA(G0):     PCI:1:0:0 (GPU-0)
[    10.258] (--) NVIDIA(G0): Memory: 16769024 kBytes
[    10.258] (--) NVIDIA(G0): VideoBIOS: 95.03.2a.00.2a
[    10.258] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[    10.259] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    10.259] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    10.259] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    10.259] (--) NVIDIA(GPU-0): 
[    10.259] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    10.259] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[    10.259] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[    10.259] (--) NVIDIA(GPU-0): 
[    10.259] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    10.259] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[    10.259] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[    10.259] (--) NVIDIA(GPU-0): 
[    10.259] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    10.259] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    10.259] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    10.259] (--) NVIDIA(GPU-0): 
[    10.259] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    10.259] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[    10.259] (--) NVIDIA(GPU-0): DFP-4: 2670.0 MHz maximum pixel clock
[    10.259] (--) NVIDIA(GPU-0): 
[    10.259] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    10.259] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[    10.259] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[    10.259] (--) NVIDIA(GPU-0): 
[    10.263] (II) NVIDIA(G0): Validated MetaModes:
[    10.263] (II) NVIDIA(G0):     "NULL"
[    10.263] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[    10.263] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[    10.263] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[    10.263] (II) UnloadModule: "vesa"
[    10.263] (II) Unloading vesa
[    10.273] (==) modeset(0): Backing store enabled
[    10.273] (==) modeset(0): Silken mouse enabled
[    10.293] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    10.293] (==) modeset(0): DPMS enabled
[    10.293] (II) modeset(0): [DRI2] Setup complete
[    10.293] (II) modeset(0): [DRI2]   DRI driver: iris
[    10.293] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[    10.293] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[    10.293] (II) NVIDIA:     access.
[    10.309] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    10.309] (II) NVIDIA(G0):     may not be running or the "AcpidSocketPath" X
[    10.309] (II) NVIDIA(G0):     configuration option may not be set correctly.  When the
[    10.309] (II) NVIDIA(G0):     ACPI event daemon is available, the NVIDIA X driver will
[    10.309] (II) NVIDIA(G0):     try to use it to receive ACPI event notifications.  For
[    10.309] (II) NVIDIA(G0):     details, please see the "ConnectToAcpid" and
[    10.309] (II) NVIDIA(G0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    10.309] (II) NVIDIA(G0):     Config Options in the README.
[    10.319] (II) NVIDIA(G0): Setting mode "NULL"
[    10.327] (==) NVIDIA(G0): Disabling shared memory pixmaps
[    10.327] (==) NVIDIA(G0): Backing store enabled
[    10.327] (==) NVIDIA(G0): Silken mouse enabled
[    10.327] (==) NVIDIA(G0): DPMS enabled
[    10.327] (II) Loading sub module "dri2"
[    10.327] (II) LoadModule: "dri2"
[    10.327] (II) Module "dri2" already built-in
[    10.327] (II) NVIDIA(G0): [DRI2] Setup complete
[    10.327] (II) NVIDIA(G0): [DRI2]   VDPAU driver: nvidia
[    10.327] (II) Initializing extension Generic Event Extension
[    10.328] (II) Initializing extension SHAPE
[    10.328] (II) Initializing extension MIT-SHM
[    10.328] (II) Initializing extension XInputExtension
[    10.328] (II) Initializing extension XTEST
[    10.328] (II) Initializing extension BIG-REQUESTS
[    10.328] (II) Initializing extension SYNC
[    10.328] (II) Initializing extension XKEYBOARD
[    10.328] (II) Initializing extension XC-MISC
[    10.328] (II) Initializing extension SECURITY
[    10.328] (II) Initializing extension XFIXES
[    10.328] (II) Initializing extension RENDER
[    10.328] (II) Initializing extension RANDR
[    10.328] (II) Initializing extension COMPOSITE
[    10.328] (II) Initializing extension DAMAGE
[    10.328] (II) Initializing extension MIT-SCREEN-SAVER
[    10.328] (II) Initializing extension DOUBLE-BUFFER
[    10.328] (II) Initializing extension RECORD
[    10.328] (II) Initializing extension DPMS
[    10.328] (II) Initializing extension Present
[    10.328] (II) Initializing extension DRI3
[    10.328] (II) Initializing extension X-Resource
[    10.328] (II) Initializing extension XVideo
[    10.328] (II) Initializing extension XVideo-MotionCompensation
[    10.328] (II) Initializing extension GLX
[    10.329] (II) Initializing extension GLX
[    10.329] (II) Indirect GLX disabled.
[    10.331] (II) AIGLX: Loaded and initialized iris
[    10.331] (II) GLX: Initialized DRI2 GL provider for screen 0
[    10.331] (II) Initializing extension XFree86-VidModeExtension
[    10.331] (II) Initializing extension XFree86-DGA
[    10.331] (II) Initializing extension XFree86-DRI
[    10.331] (II) Initializing extension DRI2
[    10.331] (II) Initializing extension NV-GLX
[    10.331] (II) Initializing extension NV-CONTROL
[    10.332] (II) modeset(0): Damage tracking initialized
[    10.332] (II) modeset(0): Setting screen physical size to 677 x 423
[    10.378] (II) config/udev: Adding input device Video Bus (/dev/input/event20)
[    10.378] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    10.378] (II) LoadModule: "libinput"
[    10.378] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    10.380] (II) Module libinput: vendor="X.Org Foundation"
[    10.380] 	compiled for 1.21.1.8, module version = 1.4.0
[    10.380] 	Module class: X.Org XInput Driver
[    10.380] 	ABI class: X.Org XInput driver, version 24.4
[    10.380] (II) Using input driver 'libinput' for 'Video Bus'
[    10.380] (**) Video Bus: always reports core events
[    10.380] (**) Option "Device" "/dev/input/event20"
[    10.385] (II) event20 - Video Bus: is tagged by udev as: Keyboard
[    10.385] (II) event20 - Video Bus: device is a keyboard
[    10.385] (II) event20 - Video Bus: device removed
[    10.453] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input35/event20"
[    10.453] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[    10.455] (II) event20 - Video Bus: is tagged by udev as: Keyboard
[    10.455] (II) event20 - Video Bus: device is a keyboard
[    10.456] (II) config/udev: Adding input device Video Bus (/dev/input/event19)
[    10.456] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    10.456] (II) Using input driver 'libinput' for 'Video Bus'
[    10.457] (**) Video Bus: always reports core events
[    10.457] (**) Option "Device" "/dev/input/event19"
[    10.458] (II) event19 - Video Bus: is tagged by udev as: Keyboard
[    10.458] (II) event19 - Video Bus: device is a keyboard
[    10.459] (II) event19 - Video Bus: device removed
[    10.513] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input34/event19"
[    10.513] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    10.515] (II) event19 - Video Bus: is tagged by udev as: Keyboard
[    10.515] (II) event19 - Video Bus: device is a keyboard
[    10.517] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    10.517] (II) No input driver specified, ignoring this device.
[    10.517] (II) This device may have been added with another device file.
[    10.518] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    10.518] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    10.518] (II) Using input driver 'libinput' for 'Power Button'
[    10.518] (**) Power Button: always reports core events
[    10.518] (**) Option "Device" "/dev/input/event2"
[    10.519] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    10.519] (II) event2  - Power Button: device is a keyboard
[    10.519] (II) event2  - Power Button: device removed
[    10.560] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[    10.560] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    10.562] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    10.562] (II) event2  - Power Button: device is a keyboard
[    10.563] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    10.563] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    10.563] (II) Using input driver 'libinput' for 'Sleep Button'
[    10.563] (**) Sleep Button: always reports core events
[    10.563] (**) Option "Device" "/dev/input/event1"
[    10.564] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    10.564] (II) event1  - Sleep Button: device is a keyboard
[    10.564] (II) event1  - Sleep Button: device removed
[    10.590] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[    10.590] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    10.592] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    10.592] (II) event1  - Sleep Button: device is a keyboard
[    10.593] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event12)
[    10.593] (II) No input driver specified, ignoring this device.
[    10.593] (II) This device may have been added with another device file.
[    10.594] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event13)
[    10.594] (II) No input driver specified, ignoring this device.
[    10.594] (II) This device may have been added with another device file.
[    10.595] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event14)
[    10.595] (II) No input driver specified, ignoring this device.
[    10.595] (II) This device may have been added with another device file.
[    10.595] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event15)
[    10.595] (II) No input driver specified, ignoring this device.
[    10.595] (II) This device may have been added with another device file.
[    10.597] (II) config/udev: Adding input device SteelSeries SteelSeries KLC (/dev/input/event4)
[    10.597] (**) SteelSeries SteelSeries KLC: Applying InputClass "libinput keyboard catchall"
[    10.597] (II) Using input driver 'libinput' for 'SteelSeries SteelSeries KLC'
[    10.597] (**) SteelSeries SteelSeries KLC: always reports core events
[    10.597] (**) Option "Device" "/dev/input/event4"
[    10.600] (II) event4  - SteelSeries SteelSeries KLC: is tagged by udev as: Keyboard
[    10.600] (II) event4  - SteelSeries SteelSeries KLC: device is a keyboard
[    10.600] (II) event4  - SteelSeries SteelSeries KLC: device removed
[    10.643] (II) libinput: SteelSeries SteelSeries KLC: needs a virtual subdevice
[    10.643] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.1/0003:1038:113A.0005/input/input10/event4"
[    10.643] (II) XINPUT: Adding extended input device "SteelSeries SteelSeries KLC" (type: MOUSE, id 10)
[    10.643] (**) Option "AccelerationScheme" "none"
[    10.643] (**) SteelSeries SteelSeries KLC: (accel) selected scheme none/0
[    10.643] (**) SteelSeries SteelSeries KLC: (accel) acceleration factor: 2.000
[    10.643] (**) SteelSeries SteelSeries KLC: (accel) acceleration threshold: 4
[    10.646] (II) event4  - SteelSeries SteelSeries KLC: is tagged by udev as: Keyboard
[    10.646] (II) event4  - SteelSeries SteelSeries KLC: device is a keyboard
[    10.648] (II) config/udev: Adding input device SteelSeries SteelSeries ALC (/dev/input/event5)
[    10.648] (**) SteelSeries SteelSeries ALC: Applying InputClass "libinput keyboard catchall"
[    10.648] (II) Using input driver 'libinput' for 'SteelSeries SteelSeries ALC'
[    10.648] (**) SteelSeries SteelSeries ALC: always reports core events
[    10.648] (**) Option "Device" "/dev/input/event5"
[    10.650] (II) event5  - SteelSeries SteelSeries ALC: is tagged by udev as: Keyboard
[    10.651] (II) event5  - SteelSeries SteelSeries ALC: device is a keyboard
[    10.651] (II) event5  - SteelSeries SteelSeries ALC: device removed
[    10.690] (II) libinput: SteelSeries SteelSeries ALC: needs a virtual subdevice
[    10.690] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.1/0003:1038:114D.0008/input/input16/event5"
[    10.690] (II) XINPUT: Adding extended input device "SteelSeries SteelSeries ALC" (type: MOUSE, id 11)
[    10.690] (**) Option "AccelerationScheme" "none"
[    10.690] (**) SteelSeries SteelSeries ALC: (accel) selected scheme none/0
[    10.690] (**) SteelSeries SteelSeries ALC: (accel) acceleration factor: 2.000
[    10.690] (**) SteelSeries SteelSeries ALC: (accel) acceleration threshold: 4
[    10.693] (II) event5  - SteelSeries SteelSeries ALC: is tagged by udev as: Keyboard
[    10.693] (II) event5  - SteelSeries SteelSeries ALC: device is a keyboard
[    10.695] (II) config/udev: Adding input device Logitech G900 (/dev/input/event6)
[    10.695] (**) Logitech G900: Applying InputClass "libinput pointer catchall"
[    10.695] (**) Logitech G900: Applying InputClass "libinput keyboard catchall"
[    10.695] (II) Using input driver 'libinput' for 'Logitech G900'
[    10.695] (**) Logitech G900: always reports core events
[    10.695] (**) Option "Device" "/dev/input/event6"
[    10.697] (II) event6  - Logitech G900: is tagged by udev as: Keyboard Mouse
[    10.698] (II) event6  - Logitech G900: device is a pointer
[    10.698] (II) event6  - Logitech G900: device is a keyboard
[    10.698] (II) event6  - Logitech G900: device removed
[    10.736] (II) libinput: Logitech G900: Step value 0 was provided, libinput Fallback acceleration function is used.
[    10.736] (II) libinput: Logitech G900: Step value 0 was provided, libinput Fallback acceleration function is used.
[    10.736] (II) libinput: Logitech G900: Step value 0 was provided, libinput Fallback acceleration function is used.
[    10.736] (II) libinput: Logitech G900: needs a virtual subdevice
[    10.736] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.2/0003:046D:C539.0003/0003:046D:4053.0006/input/input17/event6"
[    10.736] (II) XINPUT: Adding extended input device "Logitech G900" (type: MOUSE, id 12)
[    10.737] (**) Option "AccelerationScheme" "none"
[    10.737] (**) Logitech G900: (accel) selected scheme none/0
[    10.737] (**) Logitech G900: (accel) acceleration factor: 2.000
[    10.737] (**) Logitech G900: (accel) acceleration threshold: 4
[    10.740] (II) event6  - Logitech G900: is tagged by udev as: Keyboard Mouse
[    10.740] (II) event6  - Logitech G900: device is a pointer
[    10.740] (II) event6  - Logitech G900: device is a keyboard
[    10.742] (II) config/udev: Adding input device Logitech G900 (/dev/input/mouse0)
[    10.742] (II) No input driver specified, ignoring this device.
[    10.742] (II) This device may have been added with another device file.
[    10.743] (II) config/udev: Adding input device ELAN0305:00 04F3:31FD Mouse (/dev/input/event16)
[    10.743] (**) ELAN0305:00 04F3:31FD Mouse: Applying InputClass "libinput pointer catchall"
[    10.743] (II) Using input driver 'libinput' for 'ELAN0305:00 04F3:31FD Mouse'
[    10.743] (**) ELAN0305:00 04F3:31FD Mouse: always reports core events
[    10.743] (**) Option "Device" "/dev/input/event16"
[    10.745] (II) event16 - ELAN0305:00 04F3:31FD Mouse: is tagged by udev as: Mouse Pointingstick
[    10.746] (II) event16 - ELAN0305:00 04F3:31FD Mouse: device is a pointer
[    10.747] (II) event16 - ELAN0305:00 04F3:31FD Mouse: device removed
[    10.833] (II) libinput: ELAN0305:00 04F3:31FD Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    10.833] (II) libinput: ELAN0305:00 04F3:31FD Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    10.833] (II) libinput: ELAN0305:00 04F3:31FD Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    10.833] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-6/i2c-ELAN0305:00/0018:04F3:31FD.0009/input/input31/event16"
[    10.833] (II) XINPUT: Adding extended input device "ELAN0305:00 04F3:31FD Mouse" (type: MOUSE, id 13)
[    10.833] (**) Option "AccelerationScheme" "none"
[    10.833] (**) ELAN0305:00 04F3:31FD Mouse: (accel) selected scheme none/0
[    10.833] (**) ELAN0305:00 04F3:31FD Mouse: (accel) acceleration factor: 2.000
[    10.833] (**) ELAN0305:00 04F3:31FD Mouse: (accel) acceleration threshold: 4
[    10.835] (II) event16 - ELAN0305:00 04F3:31FD Mouse: is tagged by udev as: Mouse Pointingstick
[    10.836] (II) event16 - ELAN0305:00 04F3:31FD Mouse: device is a pointer
[    10.839] (II) config/udev: Adding input device ELAN0305:00 04F3:31FD Mouse (/dev/input/mouse1)
[    10.839] (II) No input driver specified, ignoring this device.
[    10.839] (II) This device may have been added with another device file.
[    10.840] (II) config/udev: Adding input device ELAN0305:00 04F3:31FD Touchpad (/dev/input/event17)
[    10.840] (**) ELAN0305:00 04F3:31FD Touchpad: Applying InputClass "libinput touchpad catchall"
[    10.840] (II) Using input driver 'libinput' for 'ELAN0305:00 04F3:31FD Touchpad'
[    10.840] (**) ELAN0305:00 04F3:31FD Touchpad: always reports core events
[    10.840] (**) Option "Device" "/dev/input/event17"
[    10.840] (II) event17 - ELAN0305:00 04F3:31FD Touchpad: is tagged by udev as: Touchpad
[    10.841] (II) event17 - ELAN0305:00 04F3:31FD Touchpad: device is a touchpad
[    10.841] (II) event17 - ELAN0305:00 04F3:31FD Touchpad: device removed
[    10.910] (II) libinput: ELAN0305:00 04F3:31FD Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    10.910] (II) libinput: ELAN0305:00 04F3:31FD Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    10.910] (II) libinput: ELAN0305:00 04F3:31FD Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    10.911] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-6/i2c-ELAN0305:00/0018:04F3:31FD.0009/input/input33/event17"
[    10.911] (II) XINPUT: Adding extended input device "ELAN0305:00 04F3:31FD Touchpad" (type: TOUCHPAD, id 14)
[    10.914] (**) Option "AccelerationScheme" "none"
[    10.914] (**) ELAN0305:00 04F3:31FD Touchpad: (accel) selected scheme none/0
[    10.914] (**) ELAN0305:00 04F3:31FD Touchpad: (accel) acceleration factor: 2.000
[    10.914] (**) ELAN0305:00 04F3:31FD Touchpad: (accel) acceleration threshold: 4
[    10.916] (II) event17 - ELAN0305:00 04F3:31FD Touchpad: is tagged by udev as: Touchpad
[    10.919] (II) event17 - ELAN0305:00 04F3:31FD Touchpad: device is a touchpad
[    10.921] (II) config/udev: Adding input device ELAN0305:00 04F3:31FD Touchpad (/dev/input/mouse2)
[    10.921] (II) No input driver specified, ignoring this device.
[    10.921] (II) This device may have been added with another device file.
[    10.922] (II) config/udev: Adding input device sof-hda-dsp Mic (/dev/input/event21)
[    10.922] (II) No input driver specified, ignoring this device.
[    10.922] (II) This device may have been added with another device file.
[    10.922] (II) config/udev: Adding input device sof-hda-dsp Headphone (/dev/input/event22)
[    10.923] (II) No input driver specified, ignoring this device.
[    10.923] (II) This device may have been added with another device file.
[    10.923] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=3 (/dev/input/event23)
[    10.923] (II) No input driver specified, ignoring this device.
[    10.923] (II) This device may have been added with another device file.
[    10.924] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=4 (/dev/input/event24)
[    10.924] (II) No input driver specified, ignoring this device.
[    10.924] (II) This device may have been added with another device file.
[    10.924] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=5 (/dev/input/event25)
[    10.924] (II) No input driver specified, ignoring this device.
[    10.924] (II) This device may have been added with another device file.
[    10.925] (II) config/udev: Adding input device gpio-keys (/dev/input/event9)
[    10.925] (II) No input driver specified, ignoring this device.
[    10.925] (II) This device may have been added with another device file.
[    10.926] (II) config/udev: Adding input device Intel HID events (/dev/input/event7)
[    10.926] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[    10.926] (II) Using input driver 'libinput' for 'Intel HID events'
[    10.926] (**) Intel HID events: always reports core events
[    10.926] (**) Option "Device" "/dev/input/event7"
[    10.927] (II) event7  - Intel HID events: is tagged by udev as: Keyboard
[    10.927] (II) event7  - Intel HID events: device is a keyboard
[    10.927] (II) event7  - Intel HID events: device removed
[    10.963] (**) Option "config_info" "udev:/sys/devices/platform/INTC1078:00/input/input18/event7"
[    10.963] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 15)
[    10.965] (II) event7  - Intel HID events: is tagged by udev as: Keyboard
[    10.965] (II) event7  - Intel HID events: device is a keyboard
[    10.966] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event8)
[    10.966] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[    10.966] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[    10.966] (**) Intel HID 5 button array: always reports core events
[    10.966] (**) Option "Device" "/dev/input/event8"
[    10.967] (II) event8  - Intel HID 5 button array: is tagged by udev as: Keyboard
[    10.967] (II) event8  - Intel HID 5 button array: device is a keyboard
[    10.968] (II) event8  - Intel HID 5 button array: device removed
[    11.013] (**) Option "config_info" "udev:/sys/devices/platform/INTC1078:00/input/input19/event8"
[    11.013] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 16)
[    11.015] (II) event8  - Intel HID 5 button array: is tagged by udev as: Keyboard
[    11.015] (II) event8  - Intel HID 5 button array: device is a keyboard
[    11.016] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    11.016] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    11.016] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    11.016] (**) AT Translated Set 2 keyboard: always reports core events
[    11.016] (**) Option "Device" "/dev/input/event3"
[    11.018] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    11.018] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    11.020] (II) event3  - AT Translated Set 2 keyboard: device removed
[    11.060] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    11.060] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 17)
[    11.062] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    11.062] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    11.065] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event18)
[    11.065] (**) ETPS/2 Elantech Touchpad: Applying InputClass "libinput touchpad catchall"
[    11.065] (II) Using input driver 'libinput' for 'ETPS/2 Elantech Touchpad'
[    11.065] (**) ETPS/2 Elantech Touchpad: always reports core events
[    11.065] (**) Option "Device" "/dev/input/event18"
[    11.067] (II) event18 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[    11.070] (II) event18 - ETPS/2 Elantech Touchpad: device is a touchpad
[    11.070] (II) event18 - ETPS/2 Elantech Touchpad: device removed
[    11.153] (II) libinput: ETPS/2 Elantech Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    11.153] (II) libinput: ETPS/2 Elantech Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    11.153] (II) libinput: ETPS/2 Elantech Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    11.154] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input22/event18"
[    11.154] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 18)
[    11.156] (**) Option "AccelerationScheme" "none"
[    11.156] (**) ETPS/2 Elantech Touchpad: (accel) selected scheme none/0
[    11.156] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[    11.156] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[    11.158] (II) event18 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[    11.161] (II) event18 - ETPS/2 Elantech Touchpad: device is a touchpad
[    11.163] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse3)
[    11.163] (II) No input driver specified, ignoring this device.
[    11.163] (II) This device may have been added with another device file.
[    11.164] (II) config/udev: Adding input device PC Speaker (/dev/input/event10)
[    11.164] (II) No input driver specified, ignoring this device.
[    11.164] (II) This device may have been added with another device file.
[    11.168] (II) config/udev: Adding input device MSI WMI hotkeys (/dev/input/event11)
[    11.168] (**) MSI WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    11.168] (II) Using input driver 'libinput' for 'MSI WMI hotkeys'
[    11.168] (**) MSI WMI hotkeys: always reports core events
[    11.168] (**) Option "Device" "/dev/input/event11"
[    11.169] (II) event11 - MSI WMI hotkeys: is tagged by udev as: Keyboard
[    11.169] (II) event11 - MSI WMI hotkeys: device is a keyboard
[    11.169] (II) event11 - MSI WMI hotkeys: device removed
[    11.236] (**) Option "config_info" "udev:/sys/devices/virtual/input/input23/event11"
[    11.236] (II) XINPUT: Adding extended input device "MSI WMI hotkeys" (type: KEYBOARD, id 19)
[    11.238] (II) event11 - MSI WMI hotkeys: is tagged by udev as: Keyboard
[    11.238] (II) event11 - MSI WMI hotkeys: device is a keyboard
[    11.285] (**) SteelSeries SteelSeries KLC: Applying InputClass "libinput keyboard catchall"
[    11.285] (II) Using input driver 'libinput' for 'SteelSeries SteelSeries KLC'
[    11.285] (**) SteelSeries SteelSeries KLC: always reports core events
[    11.285] (**) Option "Device" "/dev/input/event4"
[    11.286] (II) libinput: SteelSeries SteelSeries KLC: is a virtual subdevice
[    11.286] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.1/0003:1038:113A.0005/input/input10/event4"
[    11.286] (II) XINPUT: Adding extended input device "SteelSeries SteelSeries KLC" (type: KEYBOARD, id 20)
[    11.286] (**) SteelSeries SteelSeries ALC: Applying InputClass "libinput keyboard catchall"
[    11.286] (II) Using input driver 'libinput' for 'SteelSeries SteelSeries ALC'
[    11.286] (**) SteelSeries SteelSeries ALC: always reports core events
[    11.286] (**) Option "Device" "/dev/input/event5"
[    11.286] (II) libinput: SteelSeries SteelSeries ALC: is a virtual subdevice
[    11.286] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.1/0003:1038:114D.0008/input/input16/event5"
[    11.286] (II) XINPUT: Adding extended input device "SteelSeries SteelSeries ALC" (type: KEYBOARD, id 21)
[    11.286] (**) Logitech G900: Applying InputClass "libinput pointer catchall"
[    11.286] (**) Logitech G900: Applying InputClass "libinput keyboard catchall"
[    11.286] (II) Using input driver 'libinput' for 'Logitech G900'
[    11.286] (**) Logitech G900: always reports core events
[    11.286] (**) Option "Device" "/dev/input/event6"
[    11.286] (II) libinput: Logitech G900: is a virtual subdevice
[    11.286] (II) libinput: Logitech G900: Step value 0 was provided, libinput Fallback acceleration function is used.
[    11.286] (II) libinput: Logitech G900: Step value 0 was provided, libinput Fallback acceleration function is used.
[    11.286] (II) libinput: Logitech G900: Step value 0 was provided, libinput Fallback acceleration function is used.
[    11.286] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.2/0003:046D:C539.0003/0003:046D:4053.0006/input/input17/event6"
[    11.286] (II) XINPUT: Adding extended input device "Logitech G900" (type: KEYBOARD, id 22)
[    16.931] (II) event20 - Video Bus: device removed
[    16.986] (II) event19 - Video Bus: device removed
[    17.060] (II) event2  - Power Button: device removed
[    17.080] (II) event1  - Sleep Button: device removed
[    17.103] (II) event16 - ELAN0305:00 04F3:31FD Mouse: device removed
[    17.180] (II) event17 - ELAN0305:00 04F3:31FD Touchpad: device removed
[    17.243] (II) event7  - Intel HID events: device removed
[    17.263] (II) event8  - Intel HID 5 button array: device removed
[    17.286] (II) event3  - AT Translated Set 2 keyboard: device removed
[    17.317] (II) event18 - ETPS/2 Elantech Touchpad: device removed
[    17.383] (II) event6  - Logitech G900: SYN_DROPPED event - some input events have been lost.
[    17.383] (II) event11 - MSI WMI hotkeys: device removed
[    17.450] (II) event6  - Logitech G900: SYN_DROPPED event - some input events have been lost.
[    17.450] (II) event4  - SteelSeries SteelSeries KLC: device removed
[    17.467] (II) event5  - SteelSeries SteelSeries ALC: device removed
[    17.490] (II) event6  - Logitech G900: device removed
[    17.526] (II) AIGLX: Suspending AIGLX clients for VT switch
[   618.077] (WW) NVIDIA(G0): Failed to set the display configuration
[   618.077] (WW) NVIDIA(G0):  - Setting a mode on head 0 failed: Insufficient permissions
[   618.077] (WW) NVIDIA(G0):  - Setting a mode on head 1 failed: Insufficient permissions
[   618.077] (WW) NVIDIA(G0):  - Setting a mode on head 2 failed: Insufficient permissions
[   618.077] (WW) NVIDIA(G0):  - Setting a mode on head 3 failed: Insufficient permissions
[   618.078] (WW) NVIDIA(G0): Failed to set the display configuration
[   618.078] (WW) NVIDIA(G0):  - Setting a mode on head 0 failed: Insufficient permissions
[   618.078] (WW) NVIDIA(G0):  - Setting a mode on head 1 failed: Insufficient permissions
[   618.078] (WW) NVIDIA(G0):  - Setting a mode on head 2 failed: Insufficient permissions
[   618.078] (WW) NVIDIA(G0):  - Setting a mode on head 3 failed: Insufficient permissions
[   618.078] (WW) NVIDIA(G0): Failed to set DPMS to off

"... being a Linux user is sort of like living in a house inhabited by a large family of carpenters and architects. Every morning when you wake up, the house is a little different. Maybe there is a new turret, or some walls have moved. Or perhaps someone has temporarily removed the floor under your bed."

MSI Raider GE78HX 13VI-032PL

Offline

#12 2024-05-19 10:48:23

seth
Member
Registered: 2012-09-03
Posts: 60,365

Re: No DRM on nVidia proprietary driver and kernel 6.9.1

See the linked thread, note and discussion on the wiki and feel free to search the forum.
Reports for that feature have been all over the place from "OMG it fixed my graphics" to "makes the system completely unusable"

It won't cause any issues unless you're offloading, oc and right now you're running on the intel driver on card2, card0 (the simpledrm device) doesn't show up so up until this point everything works as expected.

Offline

#13 2024-05-19 11:29:10

Zibi1981
Member
From: Poland
Registered: 2008-01-31
Posts: 703

Re: No DRM on nVidia proprietary driver and kernel 6.9.1

I'm not an expert - far from it, but to a quite an ordinary Arch user when everything works, it seems to me that there aren't any problems with my configuration. I'm not overclocking, not sure what "offloading" means.
Both of my GPUs seem to work (in games I make use of prime-run:

$ lspci | grep -E "VGA|3D"
00:02.0 VGA compatible controller: Intel Corporation Raptor Lake-S UHD Graphics (rev 04)
01:00.0 VGA compatible controller: NVIDIA Corporation GN21-X11 [GeForce RTX 4090 Laptop GPU] (rev a1)

OK, so try to give me anykind of potentially troublesome scenario and I'll test it and post the results/issues.

P.S. Is it possible that in kernel 6.9 some kind of new way of managing DRM has been presented hence the issues some are having with proprietary nVidia driver?

Last edited by Zibi1981 (2024-05-19 11:31:08)


"... being a Linux user is sort of like living in a house inhabited by a large family of carpenters and architects. Every morning when you wake up, the house is a little different. Maybe there is a new turret, or some walls have moved. Or perhaps someone has temporarily removed the floor under your bed."

MSI Raider GE78HX 13VI-032PL

Offline

#14 2024-05-19 11:33:39

seth
Member
Registered: 2012-09-03
Posts: 60,365

Re: No DRM on nVidia proprietary driver and kernel 6.9.1

seth wrote:

Reports for that feature have been all over the place from "OMG it fixed my graphics" to "makes the system completely unusable"

https://www.merriam-webster.com/dictionary/potential#h1

If you've issues w/ that feature they'll show up in your system journal, typically along https://bbs.archlinux.org/viewtopic.php?id=293547 (you can ignore the special setup of the user, it's not related to this)

Offline

#15 2024-05-19 11:46:30

Zibi1981
Member
From: Poland
Registered: 2008-01-31
Posts: 703

Re: No DRM on nVidia proprietary driver and kernel 6.9.1

seth wrote:
seth wrote:

Reports for that feature have been all over the place from "OMG it fixed my graphics" to "makes the system completely unusable"

https://www.merriam-webster.com/dictionary/potential#h1)

Well, in my case it is "potential", as I haven't experienced any so far with the new config, so...any idea how to make "an issue" with my config in order to dig more into it?

If Wayland works, if games work, if DRM is reported as working, how to reproduce an issue?


"... being a Linux user is sort of like living in a house inhabited by a large family of carpenters and architects. Every morning when you wake up, the house is a little different. Maybe there is a new turret, or some walls have moved. Or perhaps someone has temporarily removed the floor under your bed."

MSI Raider GE78HX 13VI-032PL

Offline

#16 2024-05-19 12:05:48

seth
Member
Registered: 2012-09-03
Posts: 60,365

Re: No DRM on nVidia proprietary driver and kernel 6.9.1

This most likely relates to the GPU and how/what output is wired (in your case: none directly) - it either happens or doesn't  - at least I'm not aware of any specific trigger, people just boot their system and it "flickers like crazy" etc.

There's really nothing to worry if everyhing's behaving fine, I was just pointing out that the parameter might cause trouble.

Right now it's actually more interesting what goes on when it doesn't work (ie. during boots w/ the simpledrm blocking parameters)

Offline

Board footer

Powered by FluxBB