You are not logged in.

#1 2023-01-29 15:57:30

arod529
Member
Registered: 2023-01-29
Posts: 6

[SOLVED] MSI GL 65 Leopard NVIDIA Black Screen

I've been trying to get the NVIDIA drivers to work on my Laptop but can't seem to solve the black screen problem. For documentation, I've been using:

https://wiki.archlinux.org/title/NVIDIA
https://wiki.archlinux.org/title/NVIDIA_Optimus
https://wiki.archlinux.org/title/PRIME
https://wiki.archlinux.org/title/NVIDIA/Troubleshooting
https://download.nvidia.com/XFree86/Lin … ndr14.html

I've installed the nvidia, nvidia-utils and xorg-xrandr

Symptoms are when X is started I get a black screen with a normal mouse cursor visable. I can do anything, which is how I was able to get xrandr output by typing blind. Pluging in the HDMI output simply duplicates the screen with no difference. Interestingly, after I start X, if I Alt-f4 to close X back to tty, I breifly see a flash of conky that is running on my desktop. I am using xfce4 with xfwm4.

I forgot to save output of nvidia-smi but i show both X and xfwm4 running, I can reinstall and get that if needed.

I've tried with both default modesetting and intel drivers for the iGPU. I believe that the all display output has to go through the iGPU, but I'm not 100% on that.

lscpci -k | grep -A 2 -E "(VGA|3D)"

00:02.0 VGA compatible controller: Intel Corporation CometLake-H GT2 [UHD Graphics] (rev 05)
  DeviceName: Onboard - Video
  Subsystem: Micro-Star International Co., Ltd. [MSI] Device 12b8
--
01:00.0 VGA compatible controller: NVIDIA Corporation TU116M [GeForce GTX 1660 Ti Mobile] (rev a1)
  Subsystem: Micro-Star International Co., Ltd. [MSI] Device 12b8
  Kernel driver in use: nvidia

xrander --listproviders

Providers: number : 2
Provider 0: id: 0x44 cap: 0xb, Source Output, Sink Output, Sink Offload crtcs: 4 outputs: 2 associated providers: 1 name:Intel
Provider 1: id: 0x21e cap: 0x2, Sink Output crtcs: 4 outputs: 3 associated providers: 1 name:NVIDIA-G0

The name of provider 0 is modesetting without intel drivers.

I have tried with no xorg config, as well as variations based off nvidia and wiki documentation however, I believe this should be correct.
10-nvidia.conf

Section "ServerLayout"
  Identifier "layout"
  Screen 0 "intel"
  Inactive "nvidia"
  Option "AllowNVIDIAGPUScreens"
EndSection

Section "Device"
  Identifier "nvidia"
  Driver "nvidia"
  BusID "PCI:1:0:0"
EndSection

Section "Screen"
  Identifier "nvidia"
  Driver "nvidia"
EndSection

Section "Device"
  Identifier "intel"
  Driver "modesetting"
  BusID "PCI:0:2:0"
EndSection

Section "Screen"
  Identifier "intel"
  Device "intel"
EndSection

.xinitrc

#!/bin/sh

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then







    xrdb -merge $sysresources

fi

if [ -f $sysmodmap ]; then
    xmodmap $sysmodmap
fi

if [ -f "$userresources" ]; then







    xrdb -merge "$userresources"

fi

if [ -f "$usermodmap" ]; then
    xmodmap "$usermodmap"
fi

# start some nice programs

if [ -d /etc/X11/xinit/xinitrc.d ] ; then
 for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
  [ -x "$f" ] && . "$f"
 done
 unset f
fi


xrandr --setprovideroutputsource NVIDIA-G0 Intel
xrandr --auto
exec startxfce4

I've tried with and without

MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm)

HOOKS=(... kms ...)

in my mkinitcpio.conf and ran

mkinitcpio -P

and

grub-mkconfig -o /boot/grub/grug.cfg

and a reboot after changes with no effect.

journalctl -b

Jan 29 10:08:34 archLaptop kernel: microcode: microcode updated early to revision 0xf4, date = 2022-07-31
Jan 29 10:08:34 archLaptop kernel: Linux version 6.1.8-arch1-1 (linux@archlinux) (gcc (GCC) 12.2.1 20230111, GNU ld (GNU Binutils) 2.40) #1 SMP PREEMPT_DYNAMIC Tue, 24 Jan 2023 21:07:04 +0000
Jan 29 10:08:34 archLaptop kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=d610ecce-a9d3-4f03-93ae-3647ec7ad0ec rw loglevel=3 quiet
Jan 29 10:08:34 archLaptop kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jan 29 10:08:34 archLaptop kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jan 29 10:08:34 archLaptop kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Jan 29 10:08:34 archLaptop kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Jan 29 10:08:34 archLaptop kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Jan 29 10:08:34 archLaptop kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Jan 29 10:08:34 archLaptop kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Jan 29 10:08:34 archLaptop kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
Jan 29 10:08:34 archLaptop kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
Jan 29 10:08:34 archLaptop kernel: x86/fpu: xstate_offset[9]:  960, xstate_sizes[9]:    8
Jan 29 10:08:34 archLaptop kernel: x86/fpu: Enabled xstate features 0x21f, context size is 968 bytes, using 'compacted' format.
Jan 29 10:08:34 archLaptop kernel: signal: max sigframe size: 3632
Jan 29 10:08:34 archLaptop kernel: BIOS-provided physical RAM map:
Jan 29 10:08:34 archLaptop kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
Jan 29 10:08:34 archLaptop kernel: BIOS-e820: [mem 0x000000000009e000-0x000000000009efff] reserved
Jan 29 10:08:34 archLaptop kernel: BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] usable
Jan 29 10:08:34 archLaptop kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Jan 29 10:08:34 archLaptop kernel: BIOS-e820: [mem 0x0000000000100000-0x000000009648bfff] usable
Jan 29 10:08:34 archLaptop kernel: BIOS-e820: [mem 0x000000009648c000-0x0000000098092fff] reserved
Jan 29 10:08:34 archLaptop kernel: BIOS-e820: [mem 0x0000000098093000-0x00000000981c2fff] ACPI data
Jan 29 10:08:34 archLaptop kernel: BIOS-e820: [mem 0x00000000981c3000-0x00000000982dbfff] ACPI NVS
Jan 29 10:08:34 archLaptop kernel: BIOS-e820: [mem 0x00000000982dc000-0x0000000099993fff] reserved
Jan 29 10:08:34 archLaptop kernel: BIOS-e820: [mem 0x0000000099994000-0x0000000099c4dfff] type 20
Jan 29 10:08:34 archLaptop kernel: BIOS-e820: [mem 0x0000000099c4e000-0x0000000099c4efff] usable
Jan 29 10:08:34 archLaptop kernel: BIOS-e820: [mem 0x0000000099c4f000-0x000000009f7fffff] reserved
Jan 29 10:08:34 archLaptop kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Jan 29 10:08:34 archLaptop kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Jan 29 10:08:34 archLaptop kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Jan 29 10:08:34 archLaptop kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
Jan 29 10:08:34 archLaptop kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Jan 29 10:08:34 archLaptop kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Jan 29 10:08:34 archLaptop kernel: BIOS-e820: [mem 0x0000000100000000-0x000000045e7fffff] usable
Jan 29 10:08:34 archLaptop kernel: NX (Execute Disable) protection: active
Jan 29 10:08:34 archLaptop kernel: efi: EFI v2.70 by American Megatrends
Jan 29 10:08:34 archLaptop kernel: efi: ACPI=0x981c2000 ACPI 2.0=0x981c2014 TPMFinalLog=0x9824a000 SMBIOS=0x9980f000 SMBIOS 3.0=0x9980e000 MEMATTR=0x8ccd5018 ESRT=0x9010b918 
Jan 29 10:08:34 archLaptop kernel: SMBIOS 3.2.0 present.
Jan 29 10:08:34 archLaptop kernel: DMI: Micro-Star International Co., Ltd. GL65 Leopard 10SDR/MS-16U7, BIOS E16U7IMS.10B 10/23/2020
Jan 29 10:08:34 archLaptop kernel: tsc: Detected 2600.000 MHz processor
Jan 29 10:08:34 archLaptop kernel: tsc: Detected 2599.992 MHz TSC
Jan 29 10:08:34 archLaptop kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jan 29 10:08:34 archLaptop kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jan 29 10:08:34 archLaptop kernel: last_pfn = 0x45e800 max_arch_pfn = 0x400000000
Jan 29 10:08:34 archLaptop kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Jan 29 10:08:34 archLaptop kernel: last_pfn = 0x99c4f max_arch_pfn = 0x400000000
Jan 29 10:08:34 archLaptop kernel: esrt: Reserving ESRT space from 0x000000009010b918 to 0x000000009010b978.
Jan 29 10:08:34 archLaptop kernel: e820: update [mem 0x9010b000-0x9010bfff] usable ==> reserved
Jan 29 10:08:34 archLaptop kernel: Using GB pages for direct mapping
Jan 29 10:08:34 archLaptop kernel: Secure boot disabled
Jan 29 10:08:34 archLaptop kernel: RAMDISK: [mem 0x2a6dd000-0x31365fff]
Jan 29 10:08:34 archLaptop kernel: ACPI: Early table checksum verification disabled
Jan 29 10:08:34 archLaptop kernel: ACPI: RSDP 0x00000000981C2014 000024 (v02 MSI_NB)
Jan 29 10:08:34 archLaptop kernel: ACPI: XSDT 0x00000000981C1728 0000EC (v01 MSI_NB MEGABOOK 01072009 AMI  01000013)
Jan 29 10:08:34 archLaptop kernel: ACPI: FACP 0x00000000981BC000 000114 (v06 MSI_NB MEGABOOK 01072009 AMI  00010013)
Jan 29 10:08:34 archLaptop kernel: ACPI: DSDT 0x000000009817D000 03EF48 (v02 MSI_NB MEGABOOK 01072009 INTL 20160527)
Jan 29 10:08:34 archLaptop kernel: ACPI: FACS 0x00000000982DB000 000040
Jan 29 10:08:34 archLaptop kernel: ACPI: MCFG 0x00000000981C0000 00003C (v01 MSI_NB MEGABOOK 01072009 MSFT 00000097)
Jan 29 10:08:34 archLaptop kernel: ACPI: SSDT 0x00000000981BD000 002087 (v02 CpuRef CpuSsdt  00003000 INTL 20160527)
Jan 29 10:08:34 archLaptop kernel: ACPI: FIDT 0x000000009817C000 00009C (v01 MSI_NB MEGABOOK 01072009 AMI  00010013)
Jan 29 10:08:34 archLaptop kernel: ACPI: MSDM 0x000000009817B000 000055 (v03 MSI_NB MEGABOOK 01072009 AMI  01000013)
Jan 29 10:08:34 archLaptop kernel: ACPI: SLIC 0x000000009817A000 000176 (v01 MSI_NB MEGABOOK 01072009 AMI  01000013)
Jan 29 10:08:34 archLaptop kernel: ACPI: SSDT 0x0000000098176000 0031DA (v02 SaSsdt SaSsdt   00003000 INTL 20160527)
Jan 29 10:08:34 archLaptop kernel: ACPI: SSDT 0x0000000098173000 0029E7 (v02 Intel  PegSsdt  00001000 INTL 20160527)
Jan 29 10:08:34 archLaptop kernel: ACPI: HPET 0x0000000098172000 000038 (v01 MSI_NB MEGABOOK 01072009 AMI  01000013)
Jan 29 10:08:34 archLaptop kernel: ACPI: SSDT 0x000000009816E000 00324F (v02 INTEL  xh_cfhd4 00000000 INTL 20160527)
Jan 29 10:08:34 archLaptop kernel: ACPI: NHLT 0x000000009816C000 001821 (v00 MSI_NB MEGABOOK 01072009 AMI  01000013)
Jan 29 10:08:34 archLaptop kernel: ACPI: SSDT 0x000000009816B000 0006BB (v02 Intel  PerfTune 00001000 INTL 20160527)
Jan 29 10:08:34 archLaptop kernel: ACPI: LPIT 0x000000009816A000 000094 (v01 MSI_NB MEGABOOK 01072009 AMI  01000013)
Jan 29 10:08:34 archLaptop kernel: ACPI: SSDT 0x0000000098166000 002720 (v02 MSI_NB PtidDevc 00001000 INTL 20160527)
Jan 29 10:08:34 archLaptop kernel: ACPI: SSDT 0x0000000098163000 0025B2 (v02 MSI_NB TbtTypeC 00000000 INTL 20160527)
Jan 29 10:08:34 archLaptop kernel: ACPI: DBGP 0x0000000098162000 000034 (v01 MSI_NB MEGABOOK 01072009 AMI  01000013)
Jan 29 10:08:34 archLaptop kernel: ACPI: DBG2 0x0000000098161000 000054 (v00 MSI_NB MEGABOOK 01072009 AMI  01000013)
Jan 29 10:08:34 archLaptop kernel: ACPI: SSDT 0x000000009815F000 0000AE (v02 SgRef  SgPeg    00001000 INTL 20160527)
Jan 29 10:08:34 archLaptop kernel: ACPI: BGRT 0x000000009815E000 000038 (v01 MSI_NB MEGABOOK 01072009 AMI  00010013)
Jan 29 10:08:34 archLaptop kernel: ACPI: TPM2 0x000000009815D000 00004C (v04 MSI_NB MEGABOOK 00000001 AMI  00000000)
Jan 29 10:08:34 archLaptop kernel: ACPI: DMAR 0x0000000098160000 0000A8 (v01 INTEL  EDK2     00000002      01000013)
Jan 29 10:08:34 archLaptop kernel: ACPI: SSDT 0x000000009815A000 002567 (v01 OptRf1 Opt1Tabl 00001000 INTL 20160527)
Jan 29 10:08:34 archLaptop kernel: ACPI: WSMT 0x0000000098169000 000028 (v01 MSI_NB MEGABOOK 01072009 AMI  00010013)
Jan 29 10:08:34 archLaptop kernel: ACPI: APIC 0x0000000098159000 0000F4 (v04 MSI_NB MEGABOOK 01072009 AMI  00010013)
Jan 29 10:08:34 archLaptop kernel: ACPI: FPDT 0x0000000098158000 000044 (v01 MSI_NB CML      01072009 AMI  01000013)
Jan 29 10:08:34 archLaptop kernel: ACPI: Reserving FACP table memory at [mem 0x981bc000-0x981bc113]
Jan 29 10:08:34 archLaptop kernel: ACPI: Reserving DSDT table memory at [mem 0x9817d000-0x981bbf47]
Jan 29 10:08:34 archLaptop kernel: ACPI: Reserving FACS table memory at [mem 0x982db000-0x982db03f]
Jan 29 10:08:34 archLaptop kernel: ACPI: Reserving MCFG table memory at [mem 0x981c0000-0x981c003b]
Jan 29 10:08:34 archLaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x981bd000-0x981bf086]
Jan 29 10:08:34 archLaptop kernel: ACPI: Reserving FIDT table memory at [mem 0x9817c000-0x9817c09b]
Jan 29 10:08:34 archLaptop kernel: ACPI: Reserving MSDM table memory at [mem 0x9817b000-0x9817b054]
Jan 29 10:08:34 archLaptop kernel: ACPI: Reserving SLIC table memory at [mem 0x9817a000-0x9817a175]
Jan 29 10:08:34 archLaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x98176000-0x981791d9]
Jan 29 10:08:34 archLaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x98173000-0x981759e6]
Jan 29 10:08:34 archLaptop kernel: ACPI: Reserving HPET table memory at [mem 0x98172000-0x98172037]
Jan 29 10:08:34 archLaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x9816e000-0x9817124e]
Jan 29 10:08:34 archLaptop kernel: ACPI: Reserving NHLT table memory at [mem 0x9816c000-0x9816d820]
Jan 29 10:08:34 archLaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x9816b000-0x9816b6ba]
Jan 29 10:08:34 archLaptop kernel: ACPI: Reserving LPIT table memory at [mem 0x9816a000-0x9816a093]
Jan 29 10:08:34 archLaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x98166000-0x9816871f]
Jan 29 10:08:34 archLaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x98163000-0x981655b1]
Jan 29 10:08:34 archLaptop kernel: ACPI: Reserving DBGP table memory at [mem 0x98162000-0x98162033]
Jan 29 10:08:34 archLaptop kernel: ACPI: Reserving DBG2 table memory at [mem 0x98161000-0x98161053]
Jan 29 10:08:34 archLaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x9815f000-0x9815f0ad]
Jan 29 10:08:34 archLaptop kernel: ACPI: Reserving BGRT table memory at [mem 0x9815e000-0x9815e037]
Jan 29 10:08:34 archLaptop kernel: ACPI: Reserving TPM2 table memory at [mem 0x9815d000-0x9815d04b]
Jan 29 10:08:34 archLaptop kernel: ACPI: Reserving DMAR table memory at [mem 0x98160000-0x981600a7]
Jan 29 10:08:34 archLaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x9815a000-0x9815c566]
Jan 29 10:08:34 archLaptop kernel: ACPI: Reserving WSMT table memory at [mem 0x98169000-0x98169027]
Jan 29 10:08:34 archLaptop kernel: ACPI: Reserving APIC table memory at [mem 0x98159000-0x981590f3]
Jan 29 10:08:34 archLaptop kernel: ACPI: Reserving FPDT table memory at [mem 0x98158000-0x98158043]
Jan 29 10:08:34 archLaptop kernel: No NUMA configuration found
Jan 29 10:08:34 archLaptop kernel: Faking a node at [mem 0x0000000000000000-0x000000045e7fffff]
Jan 29 10:08:34 archLaptop kernel: NODE_DATA(0) allocated [mem 0x45e7fb000-0x45e7fffff]
Jan 29 10:08:34 archLaptop kernel: Zone ranges:
Jan 29 10:08:34 archLaptop kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Jan 29 10:08:34 archLaptop kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Jan 29 10:08:34 archLaptop kernel:   Normal   [mem 0x0000000100000000-0x000000045e7fffff]
Jan 29 10:08:34 archLaptop kernel:   Device   empty
Jan 29 10:08:34 archLaptop kernel: Movable zone start for each node
Jan 29 10:08:34 archLaptop kernel: Early memory node ranges
Jan 29 10:08:34 archLaptop kernel:   node   0: [mem 0x0000000000001000-0x000000000009dfff]
Jan 29 10:08:34 archLaptop kernel:   node   0: [mem 0x000000000009f000-0x000000000009ffff]
Jan 29 10:08:34 archLaptop kernel:   node   0: [mem 0x0000000000100000-0x000000009648bfff]
Jan 29 10:08:34 archLaptop kernel:   node   0: [mem 0x0000000099c4e000-0x0000000099c4efff]
Jan 29 10:08:34 archLaptop kernel:   node   0: [mem 0x0000000100000000-0x000000045e7fffff]
Jan 29 10:08:34 archLaptop kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000045e7fffff]
Jan 29 10:08:34 archLaptop kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jan 29 10:08:34 archLaptop kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jan 29 10:08:34 archLaptop kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Jan 29 10:08:34 archLaptop kernel: On node 0, zone DMA32: 14274 pages in unavailable ranges
Jan 29 10:08:34 archLaptop kernel: On node 0, zone Normal: 25521 pages in unavailable ranges
Jan 29 10:08:34 archLaptop kernel: On node 0, zone Normal: 6144 pages in unavailable ranges
Jan 29 10:08:34 archLaptop kernel: Reserving Intel graphics memory at [mem 0x9b800000-0x9f7fffff]
Jan 29 10:08:34 archLaptop kernel: ACPI: PM-Timer IO Port: 0x1808
Jan 29 10:08:34 archLaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Jan 29 10:08:34 archLaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Jan 29 10:08:34 archLaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Jan 29 10:08:34 archLaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Jan 29 10:08:34 archLaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Jan 29 10:08:34 archLaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Jan 29 10:08:34 archLaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Jan 29 10:08:34 archLaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Jan 29 10:08:34 archLaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Jan 29 10:08:34 archLaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Jan 29 10:08:34 archLaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Jan 29 10:08:34 archLaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Jan 29 10:08:34 archLaptop kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Jan 29 10:08:34 archLaptop kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jan 29 10:08:34 archLaptop kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Jan 29 10:08:34 archLaptop kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Jan 29 10:08:34 archLaptop kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Jan 29 10:08:34 archLaptop kernel: e820: update [mem 0x8d614000-0x8d707fff] usable ==> reserved
Jan 29 10:08:34 archLaptop kernel: TSC deadline timer available
Jan 29 10:08:34 archLaptop kernel: smpboot: Allowing 12 CPUs, 0 hotplug CPUs
Jan 29 10:08:34 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jan 29 10:08:34 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff]
Jan 29 10:08:34 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Jan 29 10:08:34 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x8d614000-0x8d707fff]
Jan 29 10:08:34 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x9010b000-0x9010bfff]
Jan 29 10:08:34 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x9648c000-0x98092fff]
Jan 29 10:08:34 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x98093000-0x981c2fff]
Jan 29 10:08:34 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x981c3000-0x982dbfff]
Jan 29 10:08:34 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x982dc000-0x99993fff]
Jan 29 10:08:34 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x99994000-0x99c4dfff]
Jan 29 10:08:34 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x99c4f000-0x9f7fffff]
Jan 29 10:08:34 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x9f800000-0xdfffffff]
Jan 29 10:08:34 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
Jan 29 10:08:34 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
Jan 29 10:08:34 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
Jan 29 10:08:34 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
Jan 29 10:08:34 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Jan 29 10:08:34 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
Jan 29 10:08:34 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
Jan 29 10:08:34 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfed04000-0xfedfffff]
Jan 29 10:08:34 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Jan 29 10:08:34 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
Jan 29 10:08:34 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
Jan 29 10:08:34 archLaptop kernel: [mem 0x9f800000-0xdfffffff] available for PCI devices
Jan 29 10:08:34 archLaptop kernel: Booting paravirtualized kernel on bare hardware
Jan 29 10:08:34 archLaptop kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Jan 29 10:08:34 archLaptop kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
Jan 29 10:08:34 archLaptop kernel: percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
Jan 29 10:08:34 archLaptop kernel: pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
Jan 29 10:08:34 archLaptop kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- -- 
Jan 29 10:08:34 archLaptop kernel: Fallback order for Node 0: 0 
Jan 29 10:08:34 archLaptop kernel: Built 1 zonelists, mobility grouping on.  Total pages: 4083290
Jan 29 10:08:34 archLaptop kernel: Policy zone: Normal
Jan 29 10:08:34 archLaptop kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=d610ecce-a9d3-4f03-93ae-3647ec7ad0ec rw loglevel=3 quiet
Jan 29 10:08:34 archLaptop kernel: Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-linux", will be passed to user space.
Jan 29 10:08:34 archLaptop kernel: random: crng init done
Jan 29 10:08:34 archLaptop kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Jan 29 10:08:34 archLaptop kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Jan 29 10:08:34 archLaptop kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Jan 29 10:08:34 archLaptop kernel: software IO TLB: area num 16.
Jan 29 10:08:34 archLaptop kernel: Memory: 15923236K/16593068K available (16391K kernel code, 2133K rwdata, 11076K rodata, 2140K init, 3360K bss, 669572K reserved, 0K cma-reserved)
Jan 29 10:08:34 archLaptop kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
Jan 29 10:08:34 archLaptop kernel: ftrace: allocating 46415 entries in 182 pages
Jan 29 10:08:34 archLaptop kernel: ftrace: allocated 182 pages with 5 groups
Jan 29 10:08:34 archLaptop kernel: Dynamic Preempt: full
Jan 29 10:08:34 archLaptop kernel: rcu: Preemptible hierarchical RCU implementation.
Jan 29 10:08:34 archLaptop kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=12.
Jan 29 10:08:34 archLaptop kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Jan 29 10:08:34 archLaptop kernel:         Trampoline variant of Tasks RCU enabled.
Jan 29 10:08:34 archLaptop kernel:         Rude variant of Tasks RCU enabled.
Jan 29 10:08:34 archLaptop kernel:         Tracing variant of Tasks RCU enabled.
Jan 29 10:08:34 archLaptop kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Jan 29 10:08:34 archLaptop kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
Jan 29 10:08:34 archLaptop kernel: NR_IRQS: 20736, nr_irqs: 2152, preallocated irqs: 16
Jan 29 10:08:34 archLaptop kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Jan 29 10:08:34 archLaptop kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Jan 29 10:08:34 archLaptop kernel: Console: colour dummy device 80x25
Jan 29 10:08:34 archLaptop kernel: printk: console [tty0] enabled
Jan 29 10:08:34 archLaptop kernel: ACPI: Core revision 20220331
Jan 29 10:08:34 archLaptop kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
Jan 29 10:08:34 archLaptop kernel: APIC: Switch to symmetric I/O mode setup
Jan 29 10:08:34 archLaptop kernel: DMAR: Host address width 39
Jan 29 10:08:34 archLaptop kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Jan 29 10:08:34 archLaptop kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
Jan 29 10:08:34 archLaptop kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Jan 29 10:08:34 archLaptop kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Jan 29 10:08:34 archLaptop kernel: DMAR: RMRR base: 0x0000009899c000 end: 0x00000098be5fff
Jan 29 10:08:34 archLaptop kernel: DMAR: RMRR base: 0x0000009b000000 end: 0x0000009f7fffff
Jan 29 10:08:34 archLaptop kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Jan 29 10:08:34 archLaptop kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Jan 29 10:08:34 archLaptop kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Jan 29 10:08:34 archLaptop kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Jan 29 10:08:34 archLaptop kernel: x2apic enabled
Jan 29 10:08:34 archLaptop kernel: Switched APIC routing to cluster x2apic.
Jan 29 10:08:34 archLaptop kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jan 29 10:08:34 archLaptop kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x257a34a6eea, max_idle_ns: 440795264358 ns
Jan 29 10:08:34 archLaptop kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5202.65 BogoMIPS (lpj=8666640)
Jan 29 10:08:34 archLaptop kernel: pid_max: default: 32768 minimum: 301
Jan 29 10:08:34 archLaptop kernel: LSM: Security Framework initializing
Jan 29 10:08:34 archLaptop kernel: landlock: Up and running.
Jan 29 10:08:34 archLaptop kernel: Yama: becoming mindful.
Jan 29 10:08:34 archLaptop kernel: LSM support for eBPF active
Jan 29 10:08:34 archLaptop kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Jan 29 10:08:34 archLaptop kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Jan 29 10:08:34 archLaptop kernel: x86/cpu: SGX disabled by BIOS.
Jan 29 10:08:34 archLaptop kernel: CPU0: Thermal monitoring enabled (TM1)
Jan 29 10:08:34 archLaptop kernel: process: using mwait in idle threads
Jan 29 10:08:34 archLaptop kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Jan 29 10:08:34 archLaptop kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Jan 29 10:08:34 archLaptop kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Jan 29 10:08:34 archLaptop kernel: Spectre V2 : Mitigation: Enhanced IBRS
Jan 29 10:08:34 archLaptop kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Jan 29 10:08:34 archLaptop kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
Jan 29 10:08:34 archLaptop kernel: RETBleed: Mitigation: Enhanced IBRS
Jan 29 10:08:34 archLaptop kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Jan 29 10:08:34 archLaptop kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Jan 29 10:08:34 archLaptop kernel: MMIO Stale Data: Mitigation: Clear CPU buffers
Jan 29 10:08:34 archLaptop kernel: SRBDS: Mitigation: Microcode
Jan 29 10:08:34 archLaptop kernel: Freeing SMP alternatives memory: 40K
Jan 29 10:08:34 archLaptop kernel: smpboot: CPU0: Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz (family: 0x6, model: 0xa5, stepping: 0x2)
Jan 29 10:08:34 archLaptop kernel: cblist_init_generic: Setting adjustable number of callback queues.
Jan 29 10:08:34 archLaptop kernel: cblist_init_generic: Setting shift to 4 and lim to 1.
Jan 29 10:08:34 archLaptop kernel: cblist_init_generic: Setting shift to 4 and lim to 1.
Jan 29 10:08:34 archLaptop kernel: cblist_init_generic: Setting shift to 4 and lim to 1.
Jan 29 10:08:34 archLaptop kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Jan 29 10:08:34 archLaptop kernel: ... version:                4
Jan 29 10:08:34 archLaptop kernel: ... bit width:              48
Jan 29 10:08:34 archLaptop kernel: ... generic registers:      4
Jan 29 10:08:34 archLaptop kernel: ... value mask:             0000ffffffffffff
Jan 29 10:08:34 archLaptop kernel: ... max period:             00007fffffffffff
Jan 29 10:08:34 archLaptop kernel: ... fixed-purpose events:   3
Jan 29 10:08:34 archLaptop kernel: ... event mask:             000000070000000f
Jan 29 10:08:34 archLaptop kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1811
Jan 29 10:08:34 archLaptop kernel: rcu: Hierarchical SRCU implementation.
Jan 29 10:08:34 archLaptop kernel: rcu:         Max phase no-delay instances is 1000.
Jan 29 10:08:34 archLaptop kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Jan 29 10:08:34 archLaptop kernel: smp: Bringing up secondary CPUs ...
Jan 29 10:08:34 archLaptop kernel: x86: Booting SMP configuration:
Jan 29 10:08:34 archLaptop kernel: .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6
Jan 29 10:08:34 archLaptop kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
Jan 29 10:08:34 archLaptop kernel:   #7  #8  #9 #10 #11
Jan 29 10:08:34 archLaptop kernel: smp: Brought up 1 node, 12 CPUs
Jan 29 10:08:34 archLaptop kernel: smpboot: Max logical packages: 1
Jan 29 10:08:34 archLaptop kernel: smpboot: Total of 12 processors activated (62424.80 BogoMIPS)
Jan 29 10:08:34 archLaptop kernel: devtmpfs: initialized
Jan 29 10:08:34 archLaptop kernel: x86/mm: Memory block size: 128MB
Jan 29 10:08:34 archLaptop kernel: ACPI: PM: Registering ACPI NVS region [mem 0x981c3000-0x982dbfff] (1150976 bytes)
Jan 29 10:08:34 archLaptop kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Jan 29 10:08:34 archLaptop kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Jan 29 10:08:34 archLaptop kernel: pinctrl core: initialized pinctrl subsystem
Jan 29 10:08:34 archLaptop kernel: PM: RTC time: 15:08:32, date: 2023-01-29
Jan 29 10:08:34 archLaptop kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Jan 29 10:08:34 archLaptop kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Jan 29 10:08:34 archLaptop kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Jan 29 10:08:34 archLaptop kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Jan 29 10:08:34 archLaptop kernel: audit: initializing netlink subsys (disabled)
Jan 29 10:08:34 archLaptop kernel: audit: type=2000 audit(1675004912.069:1): state=initialized audit_enabled=0 res=1
Jan 29 10:08:34 archLaptop kernel: thermal_sys: Registered thermal governor 'fair_share'
Jan 29 10:08:34 archLaptop kernel: thermal_sys: Registered thermal governor 'bang_bang'
Jan 29 10:08:34 archLaptop kernel: thermal_sys: Registered thermal governor 'step_wise'
Jan 29 10:08:34 archLaptop kernel: thermal_sys: Registered thermal governor 'user_space'
Jan 29 10:08:34 archLaptop kernel: thermal_sys: Registered thermal governor 'power_allocator'
Jan 29 10:08:34 archLaptop kernel: cpuidle: using governor ladder
Jan 29 10:08:34 archLaptop kernel: cpuidle: using governor menu
Jan 29 10:08:34 archLaptop kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Jan 29 10:08:34 archLaptop kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jan 29 10:08:34 archLaptop kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Jan 29 10:08:34 archLaptop kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
Jan 29 10:08:34 archLaptop kernel: PCI: Using configuration type 1 for base access
Jan 29 10:08:34 archLaptop kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Jan 29 10:08:34 archLaptop kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Jan 29 10:08:34 archLaptop kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Jan 29 10:08:34 archLaptop kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Jan 29 10:08:34 archLaptop kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Jan 29 10:08:34 archLaptop kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Jan 29 10:08:34 archLaptop kernel: ACPI: Added _OSI(Module Device)
Jan 29 10:08:34 archLaptop kernel: ACPI: Added _OSI(Processor Device)
Jan 29 10:08:34 archLaptop kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Jan 29 10:08:34 archLaptop kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jan 29 10:08:34 archLaptop kernel: ACPI: 10 ACPI AML tables successfully acquired and loaded
Jan 29 10:08:34 archLaptop kernel: ACPI: Dynamic OEM Table Load:
Jan 29 10:08:34 archLaptop kernel: ACPI: SSDT 0xFFFF909FC1923400 0000FC (v02 PmRef  Cpu0Psd  00003000 INTL 20160527)
Jan 29 10:08:34 archLaptop kernel: ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
Jan 29 10:08:34 archLaptop kernel: ACPI: Dynamic OEM Table Load:
Jan 29 10:08:34 archLaptop kernel: ACPI: SSDT 0xFFFF909FC10EF000 000400 (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
Jan 29 10:08:34 archLaptop kernel: ACPI: Dynamic OEM Table Load:
Jan 29 10:08:34 archLaptop kernel: ACPI: SSDT 0xFFFF909FC19DA000 0005BA (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
Jan 29 10:08:34 archLaptop kernel: ACPI: Dynamic OEM Table Load:
Jan 29 10:08:34 archLaptop kernel: ACPI: SSDT 0xFFFF909FC18E9E00 000137 (v02 PmRef  Cpu0Hwp  00003000 INTL 20160527)
Jan 29 10:08:34 archLaptop kernel: ACPI: Dynamic OEM Table Load:
Jan 29 10:08:34 archLaptop kernel: ACPI: SSDT 0xFFFF909FC10F5000 000BEA (v02 PmRef  HwpLvt   00003000 INTL 20160527)
Jan 29 10:08:34 archLaptop kernel: ACPI: Dynamic OEM Table Load:
Jan 29 10:08:34 archLaptop kernel: ACPI: SSDT 0xFFFF909FC19DC000 000778 (v02 PmRef  ApIst    00003000 INTL 20160527)
Jan 29 10:08:34 archLaptop kernel: ACPI: Dynamic OEM Table Load:
Jan 29 10:08:34 archLaptop kernel: ACPI: SSDT 0xFFFF909FC10E8000 0003D7 (v02 PmRef  ApHwp    00003000 INTL 20160527)
Jan 29 10:08:34 archLaptop kernel: ACPI: Dynamic OEM Table Load:
Jan 29 10:08:34 archLaptop kernel: ACPI: SSDT 0xFFFF909FC10F0000 000D22 (v02 PmRef  ApPsd    00003000 INTL 20160527)
Jan 29 10:08:34 archLaptop kernel: ACPI: Dynamic OEM Table Load:
Jan 29 10:08:34 archLaptop kernel: ACPI: SSDT 0xFFFF909FC10E8400 0003CA (v02 PmRef  ApCst    00003000 INTL 20160527)
Jan 29 10:08:34 archLaptop kernel: ACPI: EC: EC started
Jan 29 10:08:34 archLaptop kernel: ACPI: EC: interrupt blocked
Jan 29 10:08:34 archLaptop kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jan 29 10:08:34 archLaptop kernel: ACPI: \_SB_.PCI0.LPCB.EC__: Boot DSDT EC used to handle transactions
Jan 29 10:08:34 archLaptop kernel: ACPI: Interpreter enabled
Jan 29 10:08:34 archLaptop kernel: ACPI: PM: (supports S0 S3 S4 S5)
Jan 29 10:08:34 archLaptop kernel: ACPI: Using IOAPIC for interrupt routing
Jan 29 10:08:34 archLaptop kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jan 29 10:08:34 archLaptop kernel: PCI: Using E820 reservations for host bridge windows
Jan 29 10:08:34 archLaptop kernel: ACPI: Enabled 9 GPEs in block 00 to 7F
Jan 29 10:08:34 archLaptop kernel: ACPI: PM: Power Resource [PG00]
Jan 29 10:08:34 archLaptop kernel: ACPI: PM: Power Resource [USBC]
Jan 29 10:08:34 archLaptop kernel: ACPI: PM: Power Resource [V0PR]
Jan 29 10:08:34 archLaptop kernel: ACPI: PM: Power Resource [V1PR]
Jan 29 10:08:34 archLaptop kernel: ACPI: PM: Power Resource [V2PR]
Jan 29 10:08:34 archLaptop kernel: ACPI: PM: Power Resource [WRST]
Jan 29 10:08:34 archLaptop kernel: ACPI: PM: Power Resource [PIN]
Jan 29 10:08:34 archLaptop kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
Jan 29 10:08:34 archLaptop kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Jan 29 10:08:34 archLaptop kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
Jan 29 10:08:34 archLaptop kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Jan 29 10:08:34 archLaptop kernel: PCI host bridge to bus 0000:00
Jan 29 10:08:34 archLaptop kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Jan 29 10:08:34 archLaptop kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Jan 29 10:08:34 archLaptop kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Jan 29 10:08:34 archLaptop kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
Jan 29 10:08:34 archLaptop kernel: pci_bus 0000:00: root bus resource [mem 0x9f800000-0xdfffffff window]
Jan 29 10:08:34 archLaptop kernel: pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
Jan 29 10:08:34 archLaptop kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:00.0: [8086:9b54] type 00 class 0x060000
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:02.0: [8086:9bc4] type 00 class 0x030000
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:02.0: reg 0x10: [mem 0xc3000000-0xc3ffffff 64bit]
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:02.0: reg 0x18: [mem 0xa0000000-0xafffffff 64bit pref]
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:02.0: reg 0x20: [io  0x5000-0x503f]
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:12.0: [8086:06f9] type 00 class 0x118000
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:12.0: reg 0x10: [mem 0xc5423000-0xc5423fff 64bit]
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:14.0: [8086:06ed] type 00 class 0x0c0330
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:14.0: reg 0x10: [mem 0xc5400000-0xc540ffff 64bit]
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:14.2: [8086:06ef] type 00 class 0x050000
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:14.2: reg 0x10: [mem 0xc541a000-0xc541bfff 64bit]
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:14.2: reg 0x18: [mem 0xc5422000-0xc5422fff 64bit]
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:14.3: [8086:06f0] type 00 class 0x028000
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:14.3: reg 0x10: [mem 0xc5414000-0xc5417fff 64bit]
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:15.0: [8086:06e8] type 00 class 0x0c8000
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:15.2: [8086:06ea] type 00 class 0x0c8000
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:15.2: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:16.0: [8086:06e0] type 00 class 0x078000
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:16.0: reg 0x10: [mem 0xc541f000-0xc541ffff 64bit]
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:16.0: PME# supported from D3hot
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:17.0: [8086:06d3] type 00 class 0x010601
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:17.0: reg 0x10: [mem 0xc5418000-0xc5419fff]
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:17.0: reg 0x14: [mem 0xc541e000-0xc541e0ff]
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:17.0: reg 0x18: [io  0x5090-0x5097]
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:17.0: reg 0x1c: [io  0x5080-0x5083]
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:17.0: reg 0x20: [io  0x5060-0x507f]
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:17.0: reg 0x24: [mem 0xc541d000-0xc541d7ff]
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:17.0: PME# supported from D3hot
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:1d.0: [8086:06b0] type 01 class 0x060400
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:1d.6: [8086:06b6] type 01 class 0x060400
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:1d.6: PME# supported from D0 D3hot D3cold
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:1d.6: PTM enabled (root), 4ns granularity
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:1f.0: [8086:068d] type 00 class 0x060100
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:1f.3: [8086:06c8] type 00 class 0x040300
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xc5410000-0xc5413fff 64bit]
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:1f.3: reg 0x20: [mem 0xc5100000-0xc51fffff 64bit]
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:1f.4: [8086:06a3] type 00 class 0x0c0500
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xc541c000-0xc541c0ff 64bit]
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:1f.5: [8086:06a4] type 00 class 0x0c8000
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
Jan 29 10:08:34 archLaptop kernel: pci 0000:01:00.0: [10de:2191] type 00 class 0x030000
Jan 29 10:08:34 archLaptop kernel: pci 0000:01:00.0: reg 0x10: [mem 0xc4000000-0xc4ffffff]
Jan 29 10:08:34 archLaptop kernel: pci 0000:01:00.0: reg 0x14: [mem 0xb0000000-0xbfffffff 64bit pref]
Jan 29 10:08:34 archLaptop kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xc0000000-0xc1ffffff 64bit pref]
Jan 29 10:08:34 archLaptop kernel: pci 0000:01:00.0: reg 0x24: [io  0x4000-0x407f]
Jan 29 10:08:34 archLaptop kernel: pci 0000:01:00.0: reg 0x30: [mem 0xc5000000-0xc507ffff pref]
Jan 29 10:08:34 archLaptop kernel: pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
Jan 29 10:08:34 archLaptop kernel: pci 0000:01:00.1: [10de:1aeb] type 00 class 0x040300
Jan 29 10:08:34 archLaptop kernel: pci 0000:01:00.1: reg 0x10: [mem 0xc5080000-0xc5083fff]
Jan 29 10:08:34 archLaptop kernel: pci 0000:01:00.2: [10de:1aec] type 00 class 0x0c0330
Jan 29 10:08:34 archLaptop kernel: pci 0000:01:00.2: reg 0x10: [mem 0xc2000000-0xc203ffff 64bit pref]
Jan 29 10:08:34 archLaptop kernel: pci 0000:01:00.2: reg 0x1c: [mem 0xc2040000-0xc204ffff 64bit pref]
Jan 29 10:08:34 archLaptop kernel: pci 0000:01:00.2: PME# supported from D0 D3hot D3cold
Jan 29 10:08:34 archLaptop kernel: pci 0000:01:00.3: [10de:1aed] type 00 class 0x0c8000
Jan 29 10:08:34 archLaptop kernel: pci 0000:01:00.3: reg 0x10: [mem 0xc5084000-0xc5084fff]
Jan 29 10:08:34 archLaptop kernel: pci 0000:01:00.3: PME# supported from D0 D3hot D3cold
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:01.0:   bridge window [mem 0xc4000000-0xc50fffff]
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xc20fffff 64bit pref]
Jan 29 10:08:34 archLaptop kernel: pci 0000:02:00.0: [1344:5404] type 00 class 0x010802
Jan 29 10:08:34 archLaptop kernel: pci 0000:02:00.0: reg 0x10: [mem 0xc5300000-0xc5303fff 64bit]
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:1d.0: PCI bridge to [bus 02]
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:1d.0:   bridge window [mem 0xc5300000-0xc53fffff]
Jan 29 10:08:34 archLaptop kernel: pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
Jan 29 10:08:34 archLaptop kernel: pci 0000:03:00.0: reg 0x10: [io  0x3000-0x30ff]
Jan 29 10:08:34 archLaptop kernel: pci 0000:03:00.0: reg 0x18: [mem 0xc5204000-0xc5204fff 64bit]
Jan 29 10:08:34 archLaptop kernel: pci 0000:03:00.0: reg 0x20: [mem 0xc5200000-0xc5203fff 64bit]
Jan 29 10:08:34 archLaptop kernel: pci 0000:03:00.0: supports D1 D2
Jan 29 10:08:34 archLaptop kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:1d.6: PCI bridge to [bus 03]
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:1d.6:   bridge window [io  0x3000-0x3fff]
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:1d.6:   bridge window [mem 0xc5200000-0xc52fffff]
Jan 29 10:08:34 archLaptop kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Jan 29 10:08:34 archLaptop kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 1
Jan 29 10:08:34 archLaptop kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Jan 29 10:08:34 archLaptop kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Jan 29 10:08:34 archLaptop kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Jan 29 10:08:34 archLaptop kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Jan 29 10:08:34 archLaptop kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Jan 29 10:08:34 archLaptop kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Jan 29 10:08:34 archLaptop kernel: ACPI: EC: interrupt unblocked
Jan 29 10:08:34 archLaptop kernel: ACPI: EC: event unblocked
Jan 29 10:08:34 archLaptop kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jan 29 10:08:34 archLaptop kernel: ACPI: EC: GPE=0x13
Jan 29 10:08:34 archLaptop kernel: ACPI: \_SB_.PCI0.LPCB.EC__: Boot DSDT EC initialization complete
Jan 29 10:08:34 archLaptop kernel: ACPI: \_SB_.PCI0.LPCB.EC__: EC: Used to handle transactions and events
Jan 29 10:08:34 archLaptop kernel: iommu: Default domain type: Translated 
Jan 29 10:08:34 archLaptop kernel: iommu: DMA domain TLB invalidation policy: lazy mode 
Jan 29 10:08:34 archLaptop kernel: SCSI subsystem initialized
Jan 29 10:08:34 archLaptop kernel: libata version 3.00 loaded.
Jan 29 10:08:34 archLaptop kernel: ACPI: bus type USB registered
Jan 29 10:08:34 archLaptop kernel: usbcore: registered new interface driver usbfs
Jan 29 10:08:34 archLaptop kernel: usbcore: registered new interface driver hub
Jan 29 10:08:34 archLaptop kernel: usbcore: registered new device driver usb
Jan 29 10:08:34 archLaptop kernel: pps_core: LinuxPPS API ver. 1 registered
Jan 29 10:08:34 archLaptop kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Jan 29 10:08:34 archLaptop kernel: PTP clock support registered
Jan 29 10:08:34 archLaptop kernel: EDAC MC: Ver: 3.0.0
Jan 29 10:08:34 archLaptop kernel: Registered efivars operations
Jan 29 10:08:34 archLaptop kernel: NetLabel: Initializing
Jan 29 10:08:34 archLaptop kernel: NetLabel:  domain hash size = 128
Jan 29 10:08:34 archLaptop kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Jan 29 10:08:34 archLaptop kernel: NetLabel:  unlabeled traffic allowed by default
Jan 29 10:08:34 archLaptop kernel: mctp: management component transport protocol core
Jan 29 10:08:34 archLaptop kernel: NET: Registered PF_MCTP protocol family
Jan 29 10:08:34 archLaptop kernel: PCI: Using ACPI for IRQ routing
Jan 29 10:08:34 archLaptop kernel: PCI: pci_cache_line_size set to 64 bytes
Jan 29 10:08:34 archLaptop kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
Jan 29 10:08:34 archLaptop kernel: e820: reserve RAM buffer [mem 0x8d614000-0x8fffffff]
Jan 29 10:08:34 archLaptop kernel: e820: reserve RAM buffer [mem 0x9010b000-0x93ffffff]
Jan 29 10:08:34 archLaptop kernel: e820: reserve RAM buffer [mem 0x9648c000-0x97ffffff]
Jan 29 10:08:34 archLaptop kernel: e820: reserve RAM buffer [mem 0x99c4f000-0x9bffffff]
Jan 29 10:08:34 archLaptop kernel: e820: reserve RAM buffer [mem 0x45e800000-0x45fffffff]
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Jan 29 10:08:34 archLaptop kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Jan 29 10:08:34 archLaptop kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Jan 29 10:08:34 archLaptop kernel: vgaarb: loaded
Jan 29 10:08:34 archLaptop kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Jan 29 10:08:34 archLaptop kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
Jan 29 10:08:34 archLaptop kernel: clocksource: Switched to clocksource tsc-early
Jan 29 10:08:34 archLaptop kernel: VFS: Disk quotas dquot_6.6.0
Jan 29 10:08:34 archLaptop kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jan 29 10:08:34 archLaptop kernel: pnp: PnP ACPI init
Jan 29 10:08:34 archLaptop kernel: system 00:00: [mem 0x40000000-0x403fffff] could not be reserved
Jan 29 10:08:34 archLaptop kernel: system 00:03: [io  0x0680-0x069f] has been reserved
Jan 29 10:08:34 archLaptop kernel: system 00:03: [io  0x164e-0x164f] has been reserved
Jan 29 10:08:34 archLaptop kernel: system 00:05: [io  0x1854-0x1857] has been reserved
Jan 29 10:08:34 archLaptop kernel: system 00:06: [io  0x1800-0x18fe] could not be reserved
Jan 29 10:08:34 archLaptop kernel: system 00:06: [mem 0xfd000000-0xfd69ffff] has been reserved
Jan 29 10:08:34 archLaptop kernel: system 00:06: [mem 0xfd6c0000-0xfd6cffff] has been reserved
Jan 29 10:08:34 archLaptop kernel: system 00:06: [mem 0xfd6f0000-0xfdffffff] has been reserved
Jan 29 10:08:34 archLaptop kernel: system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
Jan 29 10:08:34 archLaptop kernel: system 00:06: [mem 0xfe200000-0xfe7fffff] has been reserved
Jan 29 10:08:34 archLaptop kernel: system 00:06: [mem 0xff000000-0xffffffff] has been reserved
Jan 29 10:08:34 archLaptop kernel: system 00:07: [io  0x2000-0x20fe] has been reserved
Jan 29 10:08:34 archLaptop kernel: system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
Jan 29 10:08:34 archLaptop kernel: system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
Jan 29 10:08:34 archLaptop kernel: system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
Jan 29 10:08:34 archLaptop kernel: system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
Jan 29 10:08:34 archLaptop kernel: system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
Jan 29 10:08:34 archLaptop kernel: system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved
Jan 29 10:08:34 archLaptop kernel: system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
Jan 29 10:08:34 archLaptop kernel: system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
Jan 29 10:08:34 archLaptop kernel: system 00:09: [mem 0xfe038000-0xfe038fff] has been reserved
Jan 29 10:08:34 archLaptop kernel: pnp: PnP ACPI: found 10 devices
Jan 29 10:08:34 archLaptop kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jan 29 10:08:34 archLaptop kernel: NET: Registered PF_INET protocol family
Jan 29 10:08:34 archLaptop kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Jan 29 10:08:34 archLaptop kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Jan 29 10:08:34 archLaptop kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Jan 29 10:08:34 archLaptop kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Jan 29 10:08:34 archLaptop kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Jan 29 10:08:34 archLaptop kernel: TCP: Hash tables configured (established 131072 bind 65536)
Jan 29 10:08:34 archLaptop kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Jan 29 10:08:34 archLaptop kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Jan 29 10:08:34 archLaptop kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Jan 29 10:08:34 archLaptop kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Jan 29 10:08:34 archLaptop kernel: NET: Registered PF_XDP protocol family
Jan 29 10:08:34 archLaptop kernel: clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffe0000 64bit] for e820 entry [mem 0x000a0000-0x000fffff]
Jan 29 10:08:34 archLaptop kernel: clipped [mem size 0x00020000 64bit] to [mem size 0xfffffffffffc0000 64bit] for e820 entry [mem 0x000a0000-0x000fffff]
Jan 29 10:08:34 archLaptop kernel: clipped [mem size 0x00010000 64bit] to [mem size 0xffffffffffff0000 64bit] for e820 entry [mem 0x000a0000-0x000fffff]
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:15.0: BAR 0: assigned [mem 0x9f800000-0x9f800fff 64bit]
Jan 29 10:08:34 archLaptop kernel: clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffe0000 64bit] for e820 entry [mem 0x000a0000-0x000fffff]
Jan 29 10:08:34 archLaptop kernel: clipped [mem size 0x00020000 64bit] to [mem size 0xfffffffffffc0000 64bit] for e820 entry [mem 0x000a0000-0x000fffff]
Jan 29 10:08:34 archLaptop kernel: clipped [mem size 0x00010000 64bit] to [mem size 0xffffffffffff0000 64bit] for e820 entry [mem 0x000a0000-0x000fffff]
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:15.2: BAR 0: assigned [mem 0x9f801000-0x9f801fff 64bit]
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:01.0:   bridge window [mem 0xc4000000-0xc50fffff]
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xc20fffff 64bit pref]
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:1d.0: PCI bridge to [bus 02]
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:1d.0:   bridge window [mem 0xc5300000-0xc53fffff]
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:1d.6: PCI bridge to [bus 03]
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:1d.6:   bridge window [io  0x3000-0x3fff]
Jan 29 10:08:34 archLaptop kernel: pci 0000:00:1d.6:   bridge window [mem 0xc5200000-0xc52fffff]
Jan 29 10:08:34 archLaptop kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Jan 29 10:08:34 archLaptop kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Jan 29 10:08:34 archLaptop kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Jan 29 10:08:34 archLaptop kernel: pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000fffff window]
Jan 29 10:08:34 archLaptop kernel: pci_bus 0000:00: resource 8 [mem 0x9f800000-0xdfffffff window]
Jan 29 10:08:34 archLaptop kernel: pci_bus 0000:00: resource 9 [mem 0xfc800000-0xfe7fffff window]
Jan 29 10:08:34 archLaptop kernel: pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
Jan 29 10:08:34 archLaptop kernel: pci_bus 0000:01: resource 1 [mem 0xc4000000-0xc50fffff]
Jan 29 10:08:34 archLaptop kernel: pci_bus 0000:01: resource 2 [mem 0xb0000000-0xc20fffff 64bit pref]
Jan 29 10:08:34 archLaptop kernel: pci_bus 0000:02: resource 1 [mem 0xc5300000-0xc53fffff]
Jan 29 10:08:34 archLaptop kernel: pci_bus 0000:03: resource 0 [io  0x3000-0x3fff]
Jan 29 10:08:34 archLaptop kernel: pci_bus 0000:03: resource 1 [mem 0xc5200000-0xc52fffff]
Jan 29 10:08:34 archLaptop kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Jan 29 10:08:34 archLaptop kernel: pci 0000:01:00.2: D0 power state depends on 0000:01:00.0
Jan 29 10:08:34 archLaptop kernel: pci 0000:01:00.3: D0 power state depends on 0000:01:00.0
Jan 29 10:08:34 archLaptop kernel: PCI: CLS 64 bytes, default 64
Jan 29 10:08:34 archLaptop kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jan 29 10:08:34 archLaptop kernel: software IO TLB: mapped [mem 0x0000000088901000-0x000000008c901000] (64MB)
Jan 29 10:08:34 archLaptop kernel: Trying to unpack rootfs image as initramfs...
Jan 29 10:08:34 archLaptop kernel: Initialise system trusted keyrings
Jan 29 10:08:34 archLaptop kernel: Key type blacklist registered
Jan 29 10:08:34 archLaptop kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Jan 29 10:08:34 archLaptop kernel: zbud: loaded
Jan 29 10:08:34 archLaptop kernel: integrity: Platform Keyring initialized
Jan 29 10:08:34 archLaptop kernel: integrity: Machine keyring initialized
Jan 29 10:08:34 archLaptop kernel: Key type asymmetric registered
Jan 29 10:08:34 archLaptop kernel: Asymmetric key parser 'x509' registered
Jan 29 10:08:34 archLaptop kernel: Freeing initrd memory: 111140K
Jan 29 10:08:34 archLaptop kernel: alg: self-tests for CTR-KDF (hmac(sha256)) passed
Jan 29 10:08:34 archLaptop kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Jan 29 10:08:34 archLaptop kernel: io scheduler mq-deadline registered
Jan 29 10:08:34 archLaptop kernel: io scheduler kyber registered
Jan 29 10:08:34 archLaptop kernel: io scheduler bfq registered
Jan 29 10:08:34 archLaptop kernel: pcieport 0000:00:01.0: PME: Signaling with IRQ 122
Jan 29 10:08:34 archLaptop kernel: pcieport 0000:00:1d.0: PME: Signaling with IRQ 123
Jan 29 10:08:34 archLaptop kernel: pcieport 0000:00:1d.0: AER: enabled with IRQ 123
Jan 29 10:08:34 archLaptop kernel: pcieport 0000:00:1d.0: DPC: enabled with IRQ 123
Jan 29 10:08:34 archLaptop kernel: pcieport 0000:00:1d.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
Jan 29 10:08:34 archLaptop kernel: pcieport 0000:00:1d.6: PME: Signaling with IRQ 124
Jan 29 10:08:34 archLaptop kernel: pcieport 0000:00:1d.6: AER: enabled with IRQ 124
Jan 29 10:08:34 archLaptop kernel: pcieport 0000:00:1d.6: DPC: enabled with IRQ 124
Jan 29 10:08:34 archLaptop kernel: pcieport 0000:00:1d.6: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
Jan 29 10:08:34 archLaptop kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jan 29 10:08:34 archLaptop kernel: Monitor-Mwait will be used to enter C-1 state
Jan 29 10:08:34 archLaptop kernel: Monitor-Mwait will be used to enter C-2 state
Jan 29 10:08:34 archLaptop kernel: Monitor-Mwait will be used to enter C-3 state
Jan 29 10:08:34 archLaptop kernel: ACPI: \_SB_.PR00: Found 3 idle states
Jan 29 10:08:34 archLaptop kernel: ACPI: AC: AC Adapter [ADP1] (on-line)
Jan 29 10:08:34 archLaptop kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:50/PNP0C09:00/PNP0C0D:00/input/input0
Jan 29 10:08:34 archLaptop kernel: ACPI: button: Lid Switch [LID0]
Jan 29 10:08:34 archLaptop kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Jan 29 10:08:34 archLaptop kernel: ACPI: button: Sleep Button [SLPB]
Jan 29 10:08:34 archLaptop kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
Jan 29 10:08:34 archLaptop kernel: ACPI: button: Power Button [PWRB]
Jan 29 10:08:34 archLaptop kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Jan 29 10:08:34 archLaptop kernel: ACPI: button: Power Button [PWRF]
Jan 29 10:08:34 archLaptop kernel: thermal LNXTHERM:00: registered as thermal_zone0
Jan 29 10:08:34 archLaptop kernel: ACPI: thermal: Thermal Zone [THRM] (48 C)
Jan 29 10:08:34 archLaptop kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Jan 29 10:08:34 archLaptop kernel: Non-volatile memory driver v1.3
Jan 29 10:08:34 archLaptop kernel: Linux agpgart interface v0.103
Jan 29 10:08:34 archLaptop kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
Jan 29 10:08:34 archLaptop kernel: ACPI: bus type drm_connector registered
Jan 29 10:08:34 archLaptop kernel: ahci 0000:00:17.0: version 3.0
Jan 29 10:08:34 archLaptop kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x21 impl SATA mode
Jan 29 10:08:34 archLaptop kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part ems deso sadm sds apst 
Jan 29 10:08:34 archLaptop kernel: scsi host0: ahci
Jan 29 10:08:34 archLaptop kernel: scsi host1: ahci
Jan 29 10:08:34 archLaptop kernel: scsi host2: ahci
Jan 29 10:08:34 archLaptop kernel: scsi host3: ahci
Jan 29 10:08:34 archLaptop kernel: scsi host4: ahci
Jan 29 10:08:34 archLaptop kernel: scsi host5: ahci
Jan 29 10:08:34 archLaptop kernel: ata1: SATA max UDMA/133 abar m2048@0xc541d000 port 0xc541d100 irq 125
Jan 29 10:08:34 archLaptop kernel: ata2: DUMMY
Jan 29 10:08:34 archLaptop kernel: ata3: DUMMY
Jan 29 10:08:34 archLaptop kernel: ata4: DUMMY
Jan 29 10:08:34 archLaptop kernel: ata5: DUMMY
Jan 29 10:08:34 archLaptop kernel: ata6: SATA max UDMA/133 abar m2048@0xc541d000 port 0xc541d380 irq 125
Jan 29 10:08:34 archLaptop kernel: usbcore: registered new interface driver usbserial_generic
Jan 29 10:08:34 archLaptop kernel: usbserial: USB Serial support registered for generic
Jan 29 10:08:34 archLaptop kernel: rtc_cmos 00:04: RTC can wake from S4
Jan 29 10:08:34 archLaptop kernel: rtc_cmos 00:04: registered as rtc0
Jan 29 10:08:34 archLaptop kernel: rtc_cmos 00:04: setting system clock to 2023-01-29T15:08:32 UTC (1675004912)
Jan 29 10:08:34 archLaptop kernel: rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram
Jan 29 10:08:34 archLaptop kernel: intel_pstate: Intel P-state driver initializing
Jan 29 10:08:34 archLaptop kernel: intel_pstate: HWP enabled
Jan 29 10:08:34 archLaptop kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jan 29 10:08:34 archLaptop kernel: efifb: probing for efifb
Jan 29 10:08:34 archLaptop kernel: efifb: showing boot graphics
Jan 29 10:08:34 archLaptop kernel: efifb: framebuffer at 0xa0000000, using 8128k, total 8128k
Jan 29 10:08:34 archLaptop kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
Jan 29 10:08:34 archLaptop kernel: efifb: scrolling: redraw
Jan 29 10:08:34 archLaptop kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Jan 29 10:08:34 archLaptop kernel: fbcon: Deferring console take-over
Jan 29 10:08:34 archLaptop kernel: fb0: EFI VGA frame buffer device
Jan 29 10:08:34 archLaptop kernel: hid: raw HID events driver (C) Jiri Kosina
Jan 29 10:08:34 archLaptop kernel: intel_pmc_core INT33A1:00:  initialized
Jan 29 10:08:34 archLaptop kernel: drop_monitor: Initializing network drop monitor service
Jan 29 10:08:34 archLaptop kernel: Initializing XFRM netlink socket
Jan 29 10:08:34 archLaptop kernel: NET: Registered PF_INET6 protocol family
Jan 29 10:08:34 archLaptop kernel: Segment Routing with IPv6
Jan 29 10:08:34 archLaptop kernel: RPL Segment Routing with IPv6
Jan 29 10:08:34 archLaptop kernel: In-situ OAM (IOAM) with IPv6
Jan 29 10:08:34 archLaptop kernel: NET: Registered PF_PACKET protocol family
Jan 29 10:08:34 archLaptop kernel: microcode: sig=0xa0652, pf=0x20, revision=0xf4
Jan 29 10:08:34 archLaptop kernel: microcode: Microcode Update Driver: v2.2.
Jan 29 10:08:34 archLaptop kernel: IPI shorthand broadcast: enabled
Jan 29 10:08:34 archLaptop kernel: sched_clock: Marking stable (820552733, 4051622)->(830423500, -5819145)
Jan 29 10:08:34 archLaptop kernel: registered taskstats version 1
Jan 29 10:08:34 archLaptop kernel: Loading compiled-in X.509 certificates
Jan 29 10:08:34 archLaptop kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 11d4300a815a1392c8658a75cb980ffc81d374b3'
Jan 29 10:08:34 archLaptop kernel: zswap: loaded using pool lz4/z3fold
Jan 29 10:08:34 archLaptop kernel: Key type .fscrypt registered
Jan 29 10:08:34 archLaptop kernel: Key type fscrypt-provisioning registered
Jan 29 10:08:34 archLaptop kernel: integrity: Loading X.509 certificate: UEFI:db
Jan 29 10:08:34 archLaptop kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Jan 29 10:08:34 archLaptop kernel: integrity: Loading X.509 certificate: UEFI:db
Jan 29 10:08:34 archLaptop kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Jan 29 10:08:34 archLaptop kernel: PM:   Magic number: 7:803:134
Jan 29 10:08:34 archLaptop kernel: acpi device:09: hash matches
Jan 29 10:08:34 archLaptop kernel: RAS: Correctable Errors collector initialized.
Jan 29 10:08:34 archLaptop kernel: ACPI: battery: Slot [BAT1] (battery present)
Jan 29 10:08:34 archLaptop kernel: ata1: SATA link down (SStatus 4 SControl 300)
Jan 29 10:08:34 archLaptop kernel: ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jan 29 10:08:34 archLaptop kernel: ata6.00: supports DRM functions and may not be fully accessible
Jan 29 10:08:34 archLaptop kernel: ata6.00: ATA-11: Samsung SSD 870 QVO 2TB, SVQ01B6Q, max UDMA/133
Jan 29 10:08:34 archLaptop kernel: ata6.00: 3907029168 sectors, multi 1: LBA48 NCQ (depth 32), AA
Jan 29 10:08:34 archLaptop kernel: ata6.00: Features: Trust Dev-Sleep NCQ-sndrcv
Jan 29 10:08:34 archLaptop kernel: ata6.00: supports DRM functions and may not be fully accessible
Jan 29 10:08:34 archLaptop kernel: ata6.00: configured for UDMA/133
Jan 29 10:08:34 archLaptop kernel: scsi 5:0:0:0: Direct-Access     ATA      Samsung SSD 870  1B6Q PQ: 0 ANSI: 5
Jan 29 10:08:34 archLaptop kernel: ata6.00: Enabling discard_zeroes_data
Jan 29 10:08:34 archLaptop kernel: sd 5:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
Jan 29 10:08:34 archLaptop kernel: sd 5:0:0:0: [sda] Write Protect is off
Jan 29 10:08:34 archLaptop kernel: sd 5:0:0:0: [sda] Mode Sense: 00 3a 00 00
Jan 29 10:08:34 archLaptop kernel: sd 5:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jan 29 10:08:34 archLaptop kernel: sd 5:0:0:0: [sda] Preferred minimum I/O size 512 bytes
Jan 29 10:08:34 archLaptop kernel: ata6.00: Enabling discard_zeroes_data
Jan 29 10:08:34 archLaptop kernel:  sda: sda1 sda2 sda3 sda4
Jan 29 10:08:34 archLaptop kernel: sd 5:0:0:0: [sda] supports TCG Opal
Jan 29 10:08:34 archLaptop kernel: sd 5:0:0:0: [sda] Attached SCSI disk
Jan 29 10:08:34 archLaptop kernel: Freeing unused decrypted memory: 2036K
Jan 29 10:08:34 archLaptop kernel: Freeing unused kernel image (initmem) memory: 2140K
Jan 29 10:08:34 archLaptop kernel: Write protecting the kernel read-only data: 30720k
Jan 29 10:08:34 archLaptop kernel: Freeing unused kernel image (text/rodata gap) memory: 2040K
Jan 29 10:08:34 archLaptop kernel: Freeing unused kernel image (rodata/data gap) memory: 1212K
Jan 29 10:08:34 archLaptop kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jan 29 10:08:34 archLaptop kernel: rodata_test: all tests were successful
Jan 29 10:08:34 archLaptop kernel: Run /init as init process
Jan 29 10:08:34 archLaptop kernel:   with arguments:
Jan 29 10:08:34 archLaptop kernel:     /init
Jan 29 10:08:34 archLaptop kernel:   with environment:
Jan 29 10:08:34 archLaptop kernel:     HOME=/
Jan 29 10:08:34 archLaptop kernel:     TERM=linux
Jan 29 10:08:34 archLaptop kernel:     BOOT_IMAGE=/boot/vmlinuz-linux
Jan 29 10:08:34 archLaptop kernel: fbcon: Taking over console
Jan 29 10:08:34 archLaptop kernel: Console: switching to colour frame buffer device 240x67
Jan 29 10:08:34 archLaptop kernel: nvidia: loading out-of-tree module taints kernel.
Jan 29 10:08:34 archLaptop kernel: nvidia: module license 'NVIDIA' taints kernel.
Jan 29 10:08:34 archLaptop kernel: Disabling lock debugging due to kernel taint
Jan 29 10:08:34 archLaptop kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Jan 29 10:08:34 archLaptop kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 238
Jan 29 10:08:34 archLaptop kernel: 
Jan 29 10:08:34 archLaptop kernel: nvidia 0000:01:00.0: enabling device (0000 -> 0003)
Jan 29 10:08:34 archLaptop kernel: nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
Jan 29 10:08:34 archLaptop kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  525.85.05  Sat Jan 14 00:49:50 UTC 2023
Jan 29 10:08:34 archLaptop kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  525.85.05  Sat Jan 14 00:40:03 UTC 2023
Jan 29 10:08:34 archLaptop kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
Jan 29 10:08:34 archLaptop kernel: nvidia-uvm: Loaded the UVM driver, major device number 236.
Jan 29 10:08:34 archLaptop kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Jan 29 10:08:34 archLaptop kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
Jan 29 10:08:34 archLaptop kernel: tsc: Refined TSC clocksource calibration: 2591.994 MHz
Jan 29 10:08:34 archLaptop kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x255cb158701, max_idle_ns: 440795293120 ns
Jan 29 10:08:34 archLaptop kernel: clocksource: Switched to clocksource tsc
Jan 29 10:08:34 archLaptop kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jan 29 10:08:34 archLaptop kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Jan 29 10:08:34 archLaptop kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
Jan 29 10:08:34 archLaptop kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Jan 29 10:08:34 archLaptop kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jan 29 10:08:34 archLaptop kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Jan 29 10:08:34 archLaptop kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
Jan 29 10:08:34 archLaptop kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
Jan 29 10:08:34 archLaptop kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 29 10:08:34 archLaptop kernel: usb usb1: Product: xHCI Host Controller
Jan 29 10:08:34 archLaptop kernel: usb usb1: Manufacturer: Linux 6.1.8-arch1-1 xhci-hcd
Jan 29 10:08:34 archLaptop kernel: usb usb1: SerialNumber: 0000:00:14.0
Jan 29 10:08:34 archLaptop kernel: hub 1-0:1.0: USB hub found
Jan 29 10:08:34 archLaptop kernel: hub 1-0:1.0: 16 ports detected
Jan 29 10:08:34 archLaptop kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Jan 29 10:08:34 archLaptop kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Jan 29 10:08:34 archLaptop kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
Jan 29 10:08:34 archLaptop kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 29 10:08:34 archLaptop kernel: usb usb2: Product: xHCI Host Controller
Jan 29 10:08:34 archLaptop kernel: usb usb2: Manufacturer: Linux 6.1.8-arch1-1 xhci-hcd
Jan 29 10:08:34 archLaptop kernel: usb usb2: SerialNumber: 0000:00:14.0
Jan 29 10:08:34 archLaptop kernel: hub 2-0:1.0: USB hub found
Jan 29 10:08:34 archLaptop kernel: hub 2-0:1.0: 8 ports detected
Jan 29 10:08:34 archLaptop kernel: usb: port power management may be unreliable
Jan 29 10:08:34 archLaptop kernel: xhci_hcd 0000:01:00.2: xHCI Host Controller
Jan 29 10:08:34 archLaptop kernel: xhci_hcd 0000:01:00.2: new USB bus registered, assigned bus number 3
Jan 29 10:08:34 archLaptop kernel: xhci_hcd 0000:01:00.2: hcc params 0x0180ff05 hci version 0x110 quirks 0x0000000000000010
Jan 29 10:08:34 archLaptop kernel: xhci_hcd 0000:01:00.2: xHCI Host Controller
Jan 29 10:08:34 archLaptop kernel: xhci_hcd 0000:01:00.2: new USB bus registered, assigned bus number 4
Jan 29 10:08:34 archLaptop kernel: xhci_hcd 0000:01:00.2: Host supports USB 3.1 Enhanced SuperSpeed
Jan 29 10:08:34 archLaptop kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
Jan 29 10:08:34 archLaptop kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 29 10:08:34 archLaptop kernel: usb usb3: Product: xHCI Host Controller
Jan 29 10:08:34 archLaptop kernel: usb usb3: Manufacturer: Linux 6.1.8-arch1-1 xhci-hcd
Jan 29 10:08:34 archLaptop kernel: usb usb3: SerialNumber: 0000:01:00.2
Jan 29 10:08:34 archLaptop kernel: hub 3-0:1.0: USB hub found
Jan 29 10:08:34 archLaptop kernel: hub 3-0:1.0: 2 ports detected
Jan 29 10:08:34 archLaptop kernel: nvme 0000:02:00.0: platform quirk: setting simple suspend
Jan 29 10:08:34 archLaptop kernel: nvme nvme0: pci function 0000:02:00.0
Jan 29 10:08:34 archLaptop kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Jan 29 10:08:34 archLaptop kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
Jan 29 10:08:34 archLaptop kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 29 10:08:34 archLaptop kernel: usb usb4: Product: xHCI Host Controller
Jan 29 10:08:34 archLaptop kernel: usb usb4: Manufacturer: Linux 6.1.8-arch1-1 xhci-hcd
Jan 29 10:08:34 archLaptop kernel: usb usb4: SerialNumber: 0000:01:00.2
Jan 29 10:08:34 archLaptop kernel: hub 4-0:1.0: USB hub found
Jan 29 10:08:34 archLaptop kernel: hub 4-0:1.0: 4 ports detected
Jan 29 10:08:34 archLaptop kernel: nvme nvme0: 12/0/0 default/read/poll queues
Jan 29 10:08:34 archLaptop kernel:  nvme0n1: p1 p2
Jan 29 10:08:34 archLaptop kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
Jan 29 10:08:34 archLaptop kernel: Console: switching to colour dummy device 80x25
Jan 29 10:08:34 archLaptop kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Jan 29 10:08:34 archLaptop kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
Jan 29 10:08:34 archLaptop kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
Jan 29 10:08:34 archLaptop kernel: usb 1-2: new full-speed USB device number 2 using xhci_hcd
Jan 29 10:08:34 archLaptop kernel: [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 1
Jan 29 10:08:34 archLaptop kernel: ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Jan 29 10:08:34 archLaptop kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6
Jan 29 10:08:34 archLaptop kernel: ACPI: video: Video Device [PEGP] (multi-head: no  rom: yes  post: no)
Jan 29 10:08:34 archLaptop kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13/LNXVIDEO:01/input/input7
Jan 29 10:08:34 archLaptop kernel: fbcon: i915drmfb (fb0) is primary device
Jan 29 10:08:34 archLaptop kernel: Console: switching to colour frame buffer device 240x67
Jan 29 10:08:34 archLaptop kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Jan 29 10:08:34 archLaptop kernel: usb 1-2: New USB device found, idVendor=0db0, idProduct=0d4c, bcdDevice= 0.88
Jan 29 10:08:34 archLaptop kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 29 10:08:34 archLaptop kernel: usb 1-2: Product: MSI GM41 Light Weight Wireless Mode Gaming Mouse
Jan 29 10:08:34 archLaptop kernel: usb 1-2: Manufacturer: Micro-Star INT'L CO., LTD.
Jan 29 10:08:34 archLaptop kernel: input: Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:0DB0:0D4C.0001/input/input8
Jan 29 10:08:34 archLaptop kernel: hid-generic 0003:0DB0:0D4C.0001: input,hidraw0: USB HID v1.11 Mouse [Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse] on usb-0000:00:14.0-2/input0
Jan 29 10:08:34 archLaptop kernel: hid-generic 0003:0DB0:0D4C.0002: hiddev96,hidraw1: USB HID v1.11 Device [Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse] on usb-0000:00:14.0-2/input1
Jan 29 10:08:34 archLaptop kernel: input: Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:0DB0:0D4C.0003/input/input9
Jan 29 10:08:34 archLaptop kernel: EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Quota mode: none.
Jan 29 10:08:34 archLaptop kernel: hid-generic 0003:0DB0:0D4C.0003: input,hidraw2: USB HID v1.11 Keyboard [Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse] on usb-0000:00:14.0-2/input2
Jan 29 10:08:34 archLaptop kernel: usbcore: registered new interface driver usbhid
Jan 29 10:08:34 archLaptop kernel: usbhid: USB HID core driver
Jan 29 10:08:34 archLaptop systemd[1]: systemd 252.4-2-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)
Jan 29 10:08:34 archLaptop systemd[1]: Detected architecture x86-64.
Jan 29 10:08:34 archLaptop systemd[1]: Hostname set to <archLaptop>.
Jan 29 10:08:34 archLaptop kernel: usb 1-7: new high-speed USB device number 3 using xhci_hcd
Jan 29 10:08:34 archLaptop kernel: usb 1-7: New USB device found, idVendor=0bda, idProduct=0129, bcdDevice=39.60
Jan 29 10:08:34 archLaptop kernel: usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jan 29 10:08:34 archLaptop kernel: usb 1-7: Product: USB2.0-CRW
Jan 29 10:08:34 archLaptop kernel: usb 1-7: Manufacturer: Generic
Jan 29 10:08:34 archLaptop kernel: usb 1-7: SerialNumber: 20100201396000000
Jan 29 10:08:34 archLaptop kernel: usb 1-13: new high-speed USB device number 4 using xhci_hcd
Jan 29 10:08:34 archLaptop kernel: usb 1-13: New USB device found, idVendor=04f2, idProduct=b695, bcdDevice=32.75
Jan 29 10:08:34 archLaptop kernel: usb 1-13: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 29 10:08:34 archLaptop kernel: usb 1-13: Product: HD Webcam
Jan 29 10:08:34 archLaptop kernel: usb 1-13: Manufacturer: SunplusIT Inc
Jan 29 10:08:34 archLaptop kernel: usb 1-14: new full-speed USB device number 5 using xhci_hcd
Jan 29 10:08:34 archLaptop systemd[1]: bpf-lsm: LSM BPF program attached
Jan 29 10:08:34 archLaptop kernel: usb 1-14: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02
Jan 29 10:08:34 archLaptop kernel: usb 1-14: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jan 29 10:08:34 archLaptop systemd[1]: Configuration file /etc/systemd/system/cpuThrottle.service is marked executable. Please remove executable permission bits. Proceeding anyway.
Jan 29 10:08:34 archLaptop systemd[1]: Queued start job for default target Graphical Interface.
Jan 29 10:08:34 archLaptop systemd[1]: Created slice Slice /system/getty.
Jan 29 10:08:34 archLaptop systemd[1]: Created slice Slice /system/modprobe.
Jan 29 10:08:34 archLaptop systemd[1]: Created slice Slice /system/systemd-fsck.
Jan 29 10:08:34 archLaptop systemd[1]: Created slice User and Session Slice.
Jan 29 10:08:34 archLaptop systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Jan 29 10:08:34 archLaptop systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Jan 29 10:08:34 archLaptop systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Jan 29 10:08:34 archLaptop systemd[1]: Reached target Local Encrypted Volumes.
Jan 29 10:08:34 archLaptop systemd[1]: Reached target Local Integrity Protected Volumes.
Jan 29 10:08:34 archLaptop systemd[1]: Reached target Remote File Systems.
Jan 29 10:08:34 archLaptop systemd[1]: Reached target Slice Units.
Jan 29 10:08:34 archLaptop systemd[1]: Reached target Swaps.
Jan 29 10:08:34 archLaptop systemd[1]: Reached target Local Verity Protected Volumes.
Jan 29 10:08:34 archLaptop systemd[1]: Listening on Device-mapper event daemon FIFOs.
Jan 29 10:08:34 archLaptop systemd[1]: Listening on LVM2 poll daemon socket.
Jan 29 10:08:34 archLaptop systemd[1]: Listening on Process Core Dump Socket.
Jan 29 10:08:34 archLaptop systemd[1]: Listening on Journal Audit Socket.
Jan 29 10:08:34 archLaptop systemd[1]: Listening on Journal Socket (/dev/log).
Jan 29 10:08:34 archLaptop systemd[1]: Listening on Journal Socket.
Jan 29 10:08:34 archLaptop systemd[1]: Listening on udev Control Socket.
Jan 29 10:08:34 archLaptop systemd[1]: Listening on udev Kernel Socket.
Jan 29 10:08:34 archLaptop systemd[1]: Mounting Huge Pages File System...
Jan 29 10:08:34 archLaptop systemd[1]: Mounting POSIX Message Queue File System...
Jan 29 10:08:34 archLaptop systemd[1]: Mounting Kernel Debug File System...
Jan 29 10:08:34 archLaptop systemd[1]: Mounting Kernel Trace File System...
Jan 29 10:08:34 archLaptop systemd[1]: Mounting Temporary Directory /tmp...
Jan 29 10:08:34 archLaptop systemd[1]: Starting Create List of Static Device Nodes...
Jan 29 10:08:34 archLaptop systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Jan 29 10:08:34 archLaptop systemd[1]: Starting Load Kernel Module configfs...
Jan 29 10:08:34 archLaptop systemd[1]: Starting Load Kernel Module drm...
Jan 29 10:08:34 archLaptop systemd[1]: Starting Load Kernel Module fuse...
Jan 29 10:08:34 archLaptop systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Jan 29 10:08:34 archLaptop systemd[1]: Starting Journal Service...
Jan 29 10:08:34 archLaptop systemd[1]: Starting Load Kernel Modules...
Jan 29 10:08:34 archLaptop systemd[1]: Starting Remount Root and Kernel File Systems...
Jan 29 10:08:34 archLaptop systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Jan 29 10:08:34 archLaptop systemd[1]: Starting Coldplug All udev Devices...
Jan 29 10:08:34 archLaptop systemd[1]: Mounted Huge Pages File System.
Jan 29 10:08:34 archLaptop systemd[1]: Mounted POSIX Message Queue File System.
Jan 29 10:08:34 archLaptop systemd[1]: Mounted Kernel Debug File System.
Jan 29 10:08:34 archLaptop systemd[1]: Mounted Kernel Trace File System.
Jan 29 10:08:34 archLaptop systemd[1]: Mounted Temporary Directory /tmp.
Jan 29 10:08:34 archLaptop kernel: EXT4-fs (nvme0n1p2): re-mounted. Quota mode: none.
Jan 29 10:08:34 archLaptop kernel: fuse: init (API version 7.37)
Jan 29 10:08:34 archLaptop systemd-journald[338]: Journal started
Jan 29 10:08:34 archLaptop systemd-journald[338]: Runtime Journal (/run/log/journal/d271c031bbb049a98585c4f755a1e6a8) is 8.0M, max 790.9M, 782.9M free.
Jan 29 10:08:34 archLaptop systemd-modules-load[339]: Inserted module 'crypto_user'
Jan 29 10:08:34 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:34 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:34 archLaptop systemd[1]: modprobe@configfs.service: Deactivated successfully.
Jan 29 10:08:34 archLaptop systemd[1]: Finished Create List of Static Device Nodes.
Jan 29 10:08:34 archLaptop kernel: audit: type=1130 audit(1675004914.646:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:34 archLaptop systemd[1]: Started Journal Service.
Jan 29 10:08:34 archLaptop kernel: audit: type=1130 audit(1675004914.646:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:34 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:34 archLaptop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:34 archLaptop systemd[1]: Finished Load Kernel Module configfs.
Jan 29 10:08:34 archLaptop systemd[1]: modprobe@drm.service: Deactivated successfully.
Jan 29 10:08:34 archLaptop kernel: audit: type=1130 audit(1675004914.672:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:34 archLaptop kernel: audit: type=1131 audit(1675004914.672:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:34 archLaptop systemd[1]: Finished Load Kernel Module drm.
Jan 29 10:08:34 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:34 archLaptop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:34 archLaptop kernel: audit: type=1130 audit(1675004914.699:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:34 archLaptop kernel: audit: type=1131 audit(1675004914.699:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:34 archLaptop systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Jan 29 10:08:34 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:34 archLaptop systemd[1]: modprobe@fuse.service: Deactivated successfully.
Jan 29 10:08:34 archLaptop kernel: audit: type=1130 audit(1675004914.726:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:34 archLaptop systemd[1]: Finished Load Kernel Module fuse.
Jan 29 10:08:34 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:34 archLaptop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:34 archLaptop kernel: audit: type=1130 audit(1675004914.746:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:34 archLaptop kernel: audit: type=1131 audit(1675004914.746:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:34 archLaptop systemd[1]: Finished Load Kernel Modules.
Jan 29 10:08:34 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:34 archLaptop systemd[1]: Finished Remount Root and Kernel File Systems.
Jan 29 10:08:34 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:34 archLaptop systemd[1]: Finished Coldplug All udev Devices.
Jan 29 10:08:34 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:34 archLaptop systemd[1]: Mounting FUSE Control File System...
Jan 29 10:08:34 archLaptop systemd[1]: Mounting Kernel Configuration File System...
Jan 29 10:08:34 archLaptop systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jan 29 10:08:34 archLaptop systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Jan 29 10:08:34 archLaptop systemd[1]: Starting Flush Journal to Persistent Storage...
Jan 29 10:08:34 archLaptop systemd[1]: Starting Load/Save Random Seed...
Jan 29 10:08:34 archLaptop systemd[1]: Starting Apply Kernel Variables...
Jan 29 10:08:34 archLaptop systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Jan 29 10:08:34 archLaptop systemd[1]: Starting Create Static Device Nodes in /dev...
Jan 29 10:08:34 archLaptop systemd[1]: Mounted FUSE Control File System.
Jan 29 10:08:34 archLaptop systemd[1]: Mounted Kernel Configuration File System.
Jan 29 10:08:34 archLaptop systemd-journald[338]: Time spent on flushing to /var/log/journal/d271c031bbb049a98585c4f755a1e6a8 is 115.264ms for 910 entries.
Jan 29 10:08:34 archLaptop systemd-journald[338]: System Journal (/var/log/journal/d271c031bbb049a98585c4f755a1e6a8) is 456.6M, max 4.0G, 3.5G free.
Jan 29 10:08:34 archLaptop systemd-journald[338]: Received client request to flush runtime journal.
Jan 29 10:08:34 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:34 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:34 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:34 archLaptop audit: BPF prog-id=27 op=LOAD
Jan 29 10:08:34 archLaptop audit: BPF prog-id=28 op=LOAD
Jan 29 10:08:34 archLaptop systemd[1]: Finished Apply Kernel Variables.
Jan 29 10:08:34 archLaptop systemd[1]: Finished Load/Save Random Seed.
Jan 29 10:08:34 archLaptop systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jan 29 10:08:34 archLaptop systemd[1]: Finished Create Static Device Nodes in /dev.
Jan 29 10:08:34 archLaptop systemd[1]: Reached target Preparation for Local File Systems.
Jan 29 10:08:34 archLaptop systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Jan 29 10:08:35 archLaptop systemd[1]: Starting Rule-based Manager for Device Events and Files...
Jan 29 10:08:35 archLaptop systemd-udevd[354]: Using default interface naming scheme 'v252'.
Jan 29 10:08:35 archLaptop systemd-udevd[354]: Configuration file /etc/udev/rules.d/40-libsane.rules is marked executable. Please remove executable permission bits. Proceeding anyway.
Jan 29 10:08:35 archLaptop systemd[1]: Finished Flush Journal to Persistent Storage.
Jan 29 10:08:35 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:35 archLaptop systemd-udevd[354]: /etc/udev/rules.d/40-libsane.rules:26: GOTO="libsane_rules_end" has no matching label, ignoring
Jan 29 10:08:35 archLaptop systemd-udevd[354]: /etc/udev/rules.d/40-libsane.rules:26: The line takes no effect any more, dropping
Jan 29 10:08:35 archLaptop systemd-udevd[354]: Configuration file /etc/udev/rules.d/S99-2000S1.rules is marked executable. Please remove executable permission bits. Proceeding anyway.
Jan 29 10:08:35 archLaptop systemd-udevd[354]: /etc/udev/rules.d/S99-2000S1.rules:26: GOTO="libsane_rules_end" has no matching label, ignoring
Jan 29 10:08:35 archLaptop systemd-udevd[354]: /etc/udev/rules.d/S99-2000S1.rules:26: The line takes no effect any more, dropping
Jan 29 10:08:35 archLaptop systemd[1]: Started Rule-based Manager for Device Events and Files.
Jan 29 10:08:35 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:35 archLaptop systemd-udevd[422]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) 255'' failed with exit code 1.
Jan 29 10:08:35 archLaptop mtp-probe[425]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2"
Jan 29 10:08:35 archLaptop mtp-probe[425]: bus: 1, device: 2 was not an MTP device
Jan 29 10:08:35 archLaptop systemd-udevd[422]: 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-frontend /proc/devices | cut -d \  -f 1) ${i}; done'' failed with exit code 1.
Jan 29 10:08:35 archLaptop systemd[1]: Found device Micron_2210_MTFDHBA512QFD 1.
Jan 29 10:08:35 archLaptop kernel: soc_button_array ACPI0011:00: Unknown button index 0 upage 01 usage c6, ignoring
Jan 29 10:08:35 archLaptop kernel: mousedev: PS/2 mouse device common for all mice
Jan 29 10:08:35 archLaptop systemd[1]: Starting File System Check on /dev/disk/by-uuid/0D7D-293F...
Jan 29 10:08:35 archLaptop systemd-fsck[442]: fsck.fat 4.2 (2021-01-31)
Jan 29 10:08:35 archLaptop systemd-fsck[442]: /dev/nvme0n1p1: 6 files, 423/130812 clusters
Jan 29 10:08:35 archLaptop mtp-probe[445]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-13"
Jan 29 10:08:35 archLaptop mtp-probe[445]: bus: 1, device: 4 was not an MTP device
Jan 29 10:08:35 archLaptop kernel: nvidia-gpu 0000:01:00.3: enabling device (0000 -> 0002)
Jan 29 10:08:35 archLaptop mtp-probe[453]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7"
Jan 29 10:08:35 archLaptop mtp-probe[453]: bus: 1, device: 3 was not an MTP device
Jan 29 10:08:35 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-0D7D\x2d293F comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:35 archLaptop systemd[1]: Finished File System Check on /dev/disk/by-uuid/0D7D-293F.
Jan 29 10:08:35 archLaptop systemd[1]: Created slice Slice /system/systemd-backlight.
Jan 29 10:08:35 archLaptop systemd[1]: Mounting /efi...
Jan 29 10:08:35 archLaptop systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Jan 29 10:08:35 archLaptop kernel: intel_pch_thermal 0000:00:12.0: enabling device (0000 -> 0002)
Jan 29 10:08:35 archLaptop kernel: mc: Linux media interface: v0.10
Jan 29 10:08:35 archLaptop kernel: usbcore: registered new interface driver rtsx_usb
Jan 29 10:08:35 archLaptop kernel: videodev: Linux video capture interface: v2.00
Jan 29 10:08:35 archLaptop kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Jan 29 10:08:35 archLaptop kernel: intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
Jan 29 10:08:35 archLaptop kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Jan 29 10:08:35 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:35 archLaptop systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Jan 29 10:08:35 archLaptop systemd[1]: Mounted /efi.
Jan 29 10:08:35 archLaptop systemd[1]: Reached target Local File Systems.
Jan 29 10:08:35 archLaptop systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Jan 29 10:08:35 archLaptop systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Jan 29 10:08:35 archLaptop systemd[1]: Store a System Token in an EFI Variable was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Jan 29 10:08:35 archLaptop systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Jan 29 10:08:35 archLaptop systemd[1]: Starting Create Volatile Files and Directories...
Jan 29 10:08:35 archLaptop kernel: intel-lpss 0000:00:15.2: enabling device (0004 -> 0006)
Jan 29 10:08:35 archLaptop kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Jan 29 10:08:35 archLaptop systemd[1]: Finished Create Volatile Files and Directories.
Jan 29 10:08:35 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:35 archLaptop systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Jan 29 10:08:35 archLaptop systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Jan 29 10:08:35 archLaptop systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Jan 29 10:08:35 archLaptop kernel: input: MSI WMI hotkeys as /devices/virtual/input/input10
Jan 29 10:08:35 archLaptop kernel: Bluetooth: Core ver 2.22
Jan 29 10:08:35 archLaptop kernel: NET: Registered PF_BLUETOOTH protocol family
Jan 29 10:08:35 archLaptop kernel: Bluetooth: HCI device and connection manager initialized
Jan 29 10:08:35 archLaptop kernel: Bluetooth: HCI socket layer initialized
Jan 29 10:08:35 archLaptop kernel: Bluetooth: L2CAP socket layer initialized
Jan 29 10:08:35 archLaptop kernel: Bluetooth: SCO socket layer initialized
Jan 29 10:08:35 archLaptop audit[469]: SYSTEM_BOOT pid=469 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:35 archLaptop kernel: input: CUST0001:00 04F3:30FA Mouse as /devices/pci0000:00/0000:00:15.2/i2c_designware.1/i2c-7/i2c-CUST0001:00/0018:04F3:30FA.0004/input/input11
Jan 29 10:08:35 archLaptop kernel: input: CUST0001:00 04F3:30FA Touchpad as /devices/pci0000:00/0000:00:15.2/i2c_designware.1/i2c-7/i2c-CUST0001:00/0018:04F3:30FA.0004/input/input13
Jan 29 10:08:35 archLaptop kernel: hid-generic 0018:04F3:30FA.0004: input,hidraw3: I2C HID v1.00 Mouse [CUST0001:00 04F3:30FA] on i2c-CUST0001:00
Jan 29 10:08:35 archLaptop kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Jan 29 10:08:35 archLaptop kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Jan 29 10:08:35 archLaptop kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Jan 29 10:08:35 archLaptop kernel: cfg80211: failed to load regulatory.db
Jan 29 10:08:35 archLaptop kernel: input: PC Speaker as /devices/platform/pcspkr/input/input14
Jan 29 10:08:35 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:35 archLaptop systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Jan 29 10:08:35 archLaptop systemd[1]: Reached target System Initialization.
Jan 29 10:08:35 archLaptop systemd[1]: Started CUPS Scheduler.
Jan 29 10:08:35 archLaptop systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Jan 29 10:08:35 archLaptop systemd[1]: Started Daily man-db regeneration.
Jan 29 10:08:35 archLaptop systemd[1]: Started Daily verification of password and group files.
Jan 29 10:08:35 archLaptop systemd[1]: Started Daily Cleanup of Temporary Directories.
Jan 29 10:08:35 archLaptop systemd[1]: Reached target Path Units.
Jan 29 10:08:35 archLaptop systemd[1]: Reached target Timer Units.
Jan 29 10:08:35 archLaptop kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Jan 29 10:08:35 archLaptop kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Jan 29 10:08:35 archLaptop kernel: i2c i2c-8: 2/2 memory slots populated (from DMI)
Jan 29 10:08:35 archLaptop kernel: i2c i2c-8: Successfully instantiated SPD at 0x50
Jan 29 10:08:35 archLaptop kernel: spi-nor spi0.0: w25q128 (16384 Kbytes)
Jan 29 10:08:35 archLaptop kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Jan 29 10:08:35 archLaptop kernel: 0x000000000000-0x000001000000 : "BIOS"
Jan 29 10:08:35 archLaptop audit: BPF prog-id=29 op=LOAD
Jan 29 10:08:35 archLaptop audit: BPF prog-id=30 op=LOAD
Jan 29 10:08:35 archLaptop audit: BPF prog-id=31 op=LOAD
Jan 29 10:08:35 archLaptop systemd[1]: Listening on CUPS Scheduler.
Jan 29 10:08:35 archLaptop systemd[1]: Listening on D-Bus System Message Bus Socket.
Jan 29 10:08:35 archLaptop systemd[1]: Reached target Socket Units.
Jan 29 10:08:35 archLaptop systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Jan 29 10:08:35 archLaptop systemd[1]: Reached target Basic System.
Jan 29 10:08:35 archLaptop systemd[1]: Starting Throttle CPU Frequency on Boot/Disable Turbo...
Jan 29 10:08:35 archLaptop systemd[1]: Starting D-Bus System Message Bus...
Jan 29 10:08:35 archLaptop systemd[1]: Starting User Login Management...
Jan 29 10:08:35 archLaptop systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Jan 29 10:08:35 archLaptop kernel: r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
Jan 29 10:08:35 archLaptop kernel: msr: Write to unrecognized MSR 0x1ad by wrmsr (pid: 482).
Jan 29 10:08:35 archLaptop kernel: msr: See https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/about for details.
Jan 29 10:08:35 archLaptop kernel: Intel(R) Wireless WiFi driver for Linux
Jan 29 10:08:35 archLaptop kernel: iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
Jan 29 10:08:35 archLaptop kernel: usbcore: registered new interface driver btusb
Jan 29 10:08:35 archLaptop kernel: r8169 0000:03:00.0 eth0: RTL8168h/8111h, 2c:f0:5d:b4:49:29, XID 541, IRQ 160
Jan 29 10:08:35 archLaptop kernel: r8169 0000:03:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Jan 29 10:08:35 archLaptop systemd-logind[480]: New seat seat0.
Jan 29 10:08:35 archLaptop systemd-logind[480]: Watching system buttons on /dev/input/event3 (Power Button)
Jan 29 10:08:35 archLaptop systemd-logind[480]: Watching system buttons on /dev/input/event0 (Lid Switch)
Jan 29 10:08:35 archLaptop systemd-logind[480]: Watching system buttons on /dev/input/event2 (Power Button)
Jan 29 10:08:35 archLaptop systemd-logind[480]: Watching system buttons on /dev/input/event1 (Sleep Button)
Jan 29 10:08:35 archLaptop systemd-logind[480]: Watching system buttons on /dev/input/event8 (Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard)
Jan 29 10:08:35 archLaptop systemd-logind[480]: Watching system buttons on /dev/input/event4 (AT Translated Set 2 keyboard)
Jan 29 10:08:35 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cpuThrottle comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:35 archLaptop systemd[1]: Finished Throttle CPU Frequency on Boot/Disable Turbo.
Jan 29 10:08:35 archLaptop systemd[1]: Started D-Bus System Message Bus.
Jan 29 10:08:35 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:35 archLaptop dbus-daemon[475]: [system] Successfully activated service 'org.freedesktop.systemd1'
Jan 29 10:08:35 archLaptop systemd[1]: Starting Network Manager...
Jan 29 10:08:35 archLaptop systemd[1]: Started User Login Management.
Jan 29 10:08:35 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:35 archLaptop kernel: usb 1-13: Found UVC 1.00 device HD Webcam (04f2:b695)
Jan 29 10:08:35 archLaptop kernel: iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
Jan 29 10:08:35 archLaptop kernel: iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
Jan 29 10:08:35 archLaptop kernel: iwlwifi 0000:00:14.3: loaded firmware version 72.daa05125.0 QuZ-a0-hr-b0-72.ucode op_mode iwlmvm
Jan 29 10:08:35 archLaptop kernel: input: HD Webcam: HD Webcam as /devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.0/input/input16
Jan 29 10:08:35 archLaptop kernel: usbcore: registered new interface driver uvcvideo
Jan 29 10:08:35 archLaptop kernel: Bluetooth: hci0: Found device firmware: intel/ibt-19-0-4.sfi
Jan 29 10:08:35 archLaptop kernel: Bluetooth: hci0: Boot Address: 0x24800
Jan 29 10:08:35 archLaptop kernel: Bluetooth: hci0: Firmware Version: 15-45.22
Jan 29 10:08:35 archLaptop kernel: Bluetooth: hci0: Firmware already loaded
Jan 29 10:08:35 archLaptop NetworkManager[502]: <info>  [1675004915.4277] NetworkManager (version 1.40.12-1) is starting... (boot:be26e456-f10b-4a80-a5ce-20c0c8144d3b)
Jan 29 10:08:35 archLaptop NetworkManager[502]: <info>  [1675004915.4277] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf) (etc: 10_openresolv.conf)
Jan 29 10:08:35 archLaptop systemd[1]: Started Network Manager.
Jan 29 10:08:35 archLaptop NetworkManager[502]: <info>  [1675004915.4296] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Jan 29 10:08:35 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:35 archLaptop systemd[1]: Reached target Network.
Jan 29 10:08:35 archLaptop systemd[1]: Starting CUPS Scheduler...
Jan 29 10:08:35 archLaptop systemd[1]: Starting Permit User Sessions...
Jan 29 10:08:35 archLaptop NetworkManager[502]: <info>  [1675004915.4345] manager[0x5567af303090]: monitoring kernel firmware directory '/lib/firmware'.
Jan 29 10:08:35 archLaptop dbus-daemon[475]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.2' (uid=0 pid=502 comm="/usr/bin/NetworkManager --no-daemon")
Jan 29 10:08:35 archLaptop systemd[1]: Finished Permit User Sessions.
Jan 29 10:08:35 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:35 archLaptop systemd[1]: Started Getty on tty1.
Jan 29 10:08:35 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:35 archLaptop systemd[1]: Reached target Login Prompts.
Jan 29 10:08:35 archLaptop kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
Jan 29 10:08:35 archLaptop kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Jan 29 10:08:35 archLaptop kernel: snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
Jan 29 10:08:35 archLaptop kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Jan 29 10:08:35 archLaptop kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Jan 29 10:08:35 archLaptop audit: BPF prog-id=32 op=LOAD
Jan 29 10:08:35 archLaptop audit: BPF prog-id=33 op=LOAD
Jan 29 10:08:35 archLaptop audit: BPF prog-id=34 op=LOAD
Jan 29 10:08:35 archLaptop systemd[1]: Starting Hostname Service...
Jan 29 10:08:35 archLaptop kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Jan 29 10:08:35 archLaptop kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Jan 29 10:08:35 archLaptop kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Jan 29 10:08:35 archLaptop kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Jan 29 10:08:35 archLaptop kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Jan 29 10:08:35 archLaptop kernel: cryptd: max_cpu_qlen set to 1000
Jan 29 10:08:35 archLaptop dbus-daemon[475]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.3' (uid=0 pid=507 comm="/usr/bin/cupsd -l")
Jan 29 10:08:35 archLaptop systemd[1]: Starting Manage, Install and Generate Color Profiles...
Jan 29 10:08:35 archLaptop dbus-daemon[475]: [system] Successfully activated service 'org.freedesktop.hostname1'
Jan 29 10:08:35 archLaptop systemd[1]: Started Hostname Service.
Jan 29 10:08:35 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:35 archLaptop NetworkManager[502]: <info>  [1675004915.5191] hostname: hostname: using hostnamed
Jan 29 10:08:35 archLaptop NetworkManager[502]: <info>  [1675004915.5191] hostname: static hostname changed from (none) to "archLaptop"
Jan 29 10:08:35 archLaptop NetworkManager[502]: <info>  [1675004915.5198] dns-mgr: init: dns=default,systemd-resolved rc-manager=resolvconf
Jan 29 10:08:35 archLaptop dbus-daemon[475]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Jan 29 10:08:35 archLaptop systemd[1]: Started Manage, Install and Generate Color Profiles.
Jan 29 10:08:35 archLaptop NetworkManager[502]: <info>  [1675004915.5204] manager[0x5567af303090]: rfkill: Wi-Fi hardware radio set enabled
Jan 29 10:08:35 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:35 archLaptop NetworkManager[502]: <info>  [1675004915.5205] manager[0x5567af303090]: rfkill: WWAN hardware radio set enabled
Jan 29 10:08:35 archLaptop systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jan 29 10:08:35 archLaptop systemd[1]: Starting Load/Save RF Kill Switch Status...
Jan 29 10:08:35 archLaptop NetworkManager[502]: <info>  [1675004915.5408] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.40.12-1/libnm-device-plugin-team.so)
Jan 29 10:08:35 archLaptop NetworkManager[502]: <info>  [1675004915.5448] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.40.12-1/libnm-device-plugin-wwan.so)
Jan 29 10:08:35 archLaptop NetworkManager[502]: <info>  [1675004915.5455] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.40.12-1/libnm-device-plugin-ovs.so)
Jan 29 10:08:35 archLaptop NetworkManager[502]: <info>  [1675004915.5471] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.40.12-1/libnm-device-plugin-bluetooth.so)
Jan 29 10:08:35 archLaptop NetworkManager[502]: <info>  [1675004915.5476] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.40.12-1/libnm-device-plugin-adsl.so)
Jan 29 10:08:35 archLaptop NetworkManager[502]: <info>  [1675004915.5494] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.40.12-1/libnm-device-plugin-wifi.so)
Jan 29 10:08:35 archLaptop NetworkManager[502]: <info>  [1675004915.5497] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Jan 29 10:08:35 archLaptop NetworkManager[502]: <info>  [1675004915.5497] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Jan 29 10:08:35 archLaptop NetworkManager[502]: <info>  [1675004915.5498] manager: Networking is enabled by state file
Jan 29 10:08:35 archLaptop dbus-daemon[475]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.2' (uid=0 pid=502 comm="/usr/bin/NetworkManager --no-daemon")
Jan 29 10:08:35 archLaptop NetworkManager[502]: <info>  [1675004915.5502] settings: Loaded settings plugin: keyfile (internal)
Jan 29 10:08:35 archLaptop systemd[1]: Starting Network Manager Script Dispatcher Service...
Jan 29 10:08:35 archLaptop NetworkManager[502]: <info>  [1675004915.5567] dhcp: init: Using DHCP client 'internal'
Jan 29 10:08:35 archLaptop NetworkManager[502]: <info>  [1675004915.5568] device (lo): carrier: link connected
Jan 29 10:08:35 archLaptop NetworkManager[502]: <info>  [1675004915.5571] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Jan 29 10:08:35 archLaptop NetworkManager[502]: <info>  [1675004915.5579] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Jan 29 10:08:35 archLaptop NetworkManager[502]: <info>  [1675004915.5602] ovsdb: disconnected from ovsdb
Jan 29 10:08:35 archLaptop dbus-daemon[475]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jan 29 10:08:35 archLaptop systemd[1]: Started Network Manager Script Dispatcher Service.
Jan 29 10:08:35 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:35 archLaptop kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17
Jan 29 10:08:35 archLaptop kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18
Jan 29 10:08:35 archLaptop kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input19
Jan 29 10:08:35 archLaptop kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input20
Jan 29 10:08:35 archLaptop systemd[1]: Started CUPS Scheduler.
Jan 29 10:08:35 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cups comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:35 archLaptop systemd[1]: Reached target Multi-User System.
Jan 29 10:08:35 archLaptop systemd[1]: Reached target Graphical Interface.
Jan 29 10:08:35 archLaptop kernel: input: gpio-keys as /devices/platform/ACPI0011:00/gpio-keys.1.auto/input/input21
Jan 29 10:08:35 archLaptop kernel: AVX2 version of gcm_enc/dec engaged.
Jan 29 10:08:35 archLaptop kernel: AES CTR mode by8 optimization enabled
Jan 29 10:08:35 archLaptop kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
Jan 29 10:08:35 archLaptop kernel: iTCO_vendor_support: vendor-support=0
Jan 29 10:08:35 archLaptop kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC233: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Jan 29 10:08:35 archLaptop kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Jan 29 10:08:35 archLaptop kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Jan 29 10:08:35 archLaptop kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Jan 29 10:08:35 archLaptop kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
Jan 29 10:08:35 archLaptop kernel: snd_hda_codec_realtek hdaudioC0D0:      Mic=0x1a
Jan 29 10:08:35 archLaptop kernel: snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
Jan 29 10:08:35 archLaptop kernel: psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x4f4001)
Jan 29 10:08:35 archLaptop kernel: ee1004 8-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
Jan 29 10:08:35 archLaptop kernel: r8169 0000:03:00.0 enp3s0: renamed from eth0
Jan 29 10:08:35 archLaptop kernel: psmouse serio1: elantech: Synaptics capabilities query result 0x01, 0x17, 0x0d.
Jan 29 10:08:35 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:35 archLaptop systemd[1]: Started Load/Save RF Kill Switch Status.
Jan 29 10:08:35 archLaptop kernel: psmouse serio1: elantech: Elan sample query result 00, 43, 86
Jan 29 10:08:35 archLaptop kernel: iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz, REV=0x351
Jan 29 10:08:35 archLaptop kernel: thermal thermal_zone2: failed to read out thermal zone (-61)
Jan 29 10:08:35 archLaptop kernel: psmouse serio1: elantech: Elan ic body: 0x10, current fw version: 0x2
Jan 29 10:08:35 archLaptop systemd[560]: ConfigurationDirectory 'bluetooth' already exists but the mode is different. (File system: 755 ConfigurationDirectoryMode: 555)
Jan 29 10:08:35 archLaptop systemd[1]: Starting Bluetooth service...
Jan 29 10:08:35 archLaptop kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
Jan 29 10:08:35 archLaptop kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Jan 29 10:08:35 archLaptop kernel: input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input15
Jan 29 10:08:35 archLaptop systemd[1]: Reached target Sound Card.
Jan 29 10:08:35 archLaptop kernel: input: CUST0001:00 04F3:30FA Mouse as /devices/pci0000:00/0000:00:15.2/i2c_designware.1/i2c-7/i2c-CUST0001:00/0018:04F3:30FA.0004/input/input22
Jan 29 10:08:35 archLaptop kernel: input: CUST0001:00 04F3:30FA Touchpad as /devices/pci0000:00/0000:00:15.2/i2c_designware.1/i2c-7/i2c-CUST0001:00/0018:04F3:30FA.0004/input/input24
Jan 29 10:08:35 archLaptop kernel: hid-multitouch 0018:04F3:30FA.0004: input,hidraw3: I2C HID v1.00 Mouse [CUST0001:00 04F3:30FA] on i2c-CUST0001:00
Jan 29 10:08:35 archLaptop bluetoothd[560]: Bluetooth daemon 5.66
Jan 29 10:08:35 archLaptop systemd[1]: Started Bluetooth service.
Jan 29 10:08:35 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:35 archLaptop systemd[1]: Reached target Bluetooth Support.
Jan 29 10:08:35 archLaptop systemd[1]: Startup finished in 6.547s (firmware) + 2.673s (loader) + 2.042s (kernel) + 2.218s (userspace) = 13.481s.
Jan 29 10:08:35 archLaptop bluetoothd[560]: Starting SDP server
Jan 29 10:08:35 archLaptop bluetoothd[560]: profiles/audio/vcp.c:vcp_init() D-Bus experimental not enabled
Jan 29 10:08:35 archLaptop bluetoothd[560]: src/plugin.c:plugin_init() Failed to init vcp plugin
Jan 29 10:08:35 archLaptop bluetoothd[560]: profiles/audio/mcp.c:mcp_init() D-Bus experimental not enabled
Jan 29 10:08:35 archLaptop bluetoothd[560]: src/plugin.c:plugin_init() Failed to init mcp plugin
Jan 29 10:08:35 archLaptop bluetoothd[560]: profiles/audio/bap.c:bap_init() D-Bus experimental not enabled
Jan 29 10:08:35 archLaptop bluetoothd[560]: src/plugin.c:plugin_init() Failed to init bap plugin
Jan 29 10:08:35 archLaptop kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Jan 29 10:08:35 archLaptop kernel: Bluetooth: BNEP filters: protocol multicast
Jan 29 10:08:35 archLaptop kernel: Bluetooth: BNEP socket layer initialized
Jan 29 10:08:35 archLaptop bluetoothd[560]: Bluetooth management interface 1.22 initialized
Jan 29 10:08:35 archLaptop kernel: Bluetooth: MGMT ver 1.22
Jan 29 10:08:36 archLaptop kernel: iwlwifi 0000:00:14.3: Detected RF HR B3, rfid=0x10a100
Jan 29 10:08:36 archLaptop kernel: iwlwifi 0000:00:14.3: base HW address: d8:f8:83:9b:fe:97
Jan 29 10:08:36 archLaptop NetworkManager[502]: <info>  [1675004916.0894] device (eth0): interface index 2 renamed iface from 'eth0' to 'enp3s0'
Jan 29 10:08:36 archLaptop NetworkManager[502]: <info>  [1675004916.0896] manager: startup complete
Jan 29 10:08:36 archLaptop NetworkManager[502]: <info>  [1675004916.0901] device (wlan0): driver supports Access Point (AP) mode
Jan 29 10:08:36 archLaptop NetworkManager[502]: <info>  [1675004916.0907] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Jan 29 10:08:36 archLaptop NetworkManager[502]: <info>  [1675004916.0912] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:14.3/ieee80211/phy0/rfkill1) (driver iwlwifi)
Jan 29 10:08:36 archLaptop NetworkManager[502]: <info>  [1675004916.0914] device (enp3s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jan 29 10:08:36 archLaptop kernel: Generic FE-GE Realtek PHY r8169-0-300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC)
Jan 29 10:08:36 archLaptop kernel: NET: Registered PF_ALG protocol family
Jan 29 10:08:36 archLaptop kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input25
Jan 29 10:08:36 archLaptop kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input26
Jan 29 10:08:36 archLaptop kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input27
Jan 29 10:08:36 archLaptop kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input28
Jan 29 10:08:36 archLaptop kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input29
Jan 29 10:08:36 archLaptop kernel: r8169 0000:03:00.0 enp3s0: Link is Down
Jan 29 10:08:36 archLaptop NetworkManager[502]: <info>  [1675004916.3278] settings: (enp3s0): created default wired connection 'Wired connection 1'
Jan 29 10:08:36 archLaptop kernel: iwlwifi 0000:00:14.3 wlo1: renamed from wlan0
Jan 29 10:08:36 archLaptop NetworkManager[502]: <info>  [1675004916.3539] device (wlan0): interface index 3 renamed iface from 'wlan0' to 'wlo1'
Jan 29 10:08:36 archLaptop NetworkManager[502]: <info>  [1675004916.3681] device (wlo1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jan 29 10:08:36 archLaptop kernel: intel_tcc_cooling: Programmable TCC Offset detected
Jan 29 10:08:36 archLaptop NetworkManager[502]: <info>  [1675004916.6118] device (wlo1): set-hw-addr: set MAC address to 26:3F:8B:CF:19:65 (scanning)
Jan 29 10:08:36 archLaptop kernel: intel_rapl_common: Found RAPL domain package
Jan 29 10:08:36 archLaptop kernel: intel_rapl_common: Found RAPL domain core
Jan 29 10:08:36 archLaptop kernel: intel_rapl_common: Found RAPL domain uncore
Jan 29 10:08:36 archLaptop kernel: intel_rapl_common: Found RAPL domain dram
Jan 29 10:08:36 archLaptop dbus-daemon[475]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.2' (uid=0 pid=502 comm="/usr/bin/NetworkManager --no-daemon")
Jan 29 10:08:36 archLaptop systemd[1]: Starting WPA supplicant...
Jan 29 10:08:36 archLaptop dbus-daemon[475]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Jan 29 10:08:36 archLaptop systemd[1]: Started WPA supplicant.
Jan 29 10:08:36 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:36 archLaptop wpa_supplicant[611]: Successfully initialized wpa_supplicant
Jan 29 10:08:36 archLaptop kernel: nvidia-gpu 0000:01:00.3: i2c timeout error e0000000
Jan 29 10:08:36 archLaptop kernel: ucsi_ccg 5-0008: i2c_transfer failed -110
Jan 29 10:08:36 archLaptop kernel: ucsi_ccg 5-0008: ucsi_ccg_init failed - -110
Jan 29 10:08:36 archLaptop kernel: ucsi_ccg: probe of 5-0008 failed with error -110
Jan 29 10:08:36 archLaptop NetworkManager[502]: <info>  [1675004916.9293] device (wlo1): supplicant interface state: internal-starting -> disconnected
Jan 29 10:08:36 archLaptop NetworkManager[502]: <info>  [1675004916.9295] Wi-Fi P2P device controlled by interface wlo1 created
Jan 29 10:08:36 archLaptop NetworkManager[502]: <info>  [1675004916.9301] manager: (p2p-dev-wlo1): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
Jan 29 10:08:36 archLaptop NetworkManager[502]: <info>  [1675004916.9306] device (p2p-dev-wlo1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jan 29 10:08:36 archLaptop NetworkManager[502]: <info>  [1675004916.9314] device (wlo1): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Jan 29 10:08:36 archLaptop NetworkManager[502]: <info>  [1675004916.9325] device (p2p-dev-wlo1): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Jan 29 10:08:36 archLaptop systemd-udevd[388]: could not read from '/sys/module/pcc_cpufreq/initstate': No such device
Jan 29 10:08:37 archLaptop dbus-daemon[475]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.9' (uid=0 pid=510 comm="/bin/login -p --     ")
Jan 29 10:08:37 archLaptop dbus-daemon[475]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jan 29 10:08:37 archLaptop login[510]: pam_systemd_home(login:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jan 29 10:08:37 archLaptop audit[510]: USER_AUTH pid=510 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="alex" exe="/usr/bin/login" hostname=archLaptop addr=? terminal=/dev/tty1 res=success'
Jan 29 10:08:37 archLaptop kernel: kauditd_printk_skb: 34 callbacks suppressed
Jan 29 10:08:37 archLaptop kernel: audit: type=1100 audit(1675004917.986:45): pid=510 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="alex" exe="/usr/bin/login" hostname=archLaptop addr=? terminal=/dev/tty1 res=success'
Jan 29 10:08:37 archLaptop audit[510]: USER_ACCT pid=510 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="alex" exe="/usr/bin/login" hostname=archLaptop addr=? terminal=/dev/tty1 res=success'
Jan 29 10:08:37 archLaptop audit[510]: CRED_ACQ pid=510 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="alex" exe="/usr/bin/login" hostname=archLaptop addr=? terminal=/dev/tty1 res=success'
Jan 29 10:08:37 archLaptop audit[510]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7ffdaaba9760 a2=4 a3=7ffdaaba9474 items=0 ppid=1 pid=510 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=1000 fsgid=0 tty=tty1 ses=1 comm="login" exe="/usr/bin/login" key=(null)
Jan 29 10:08:37 archLaptop kernel: audit: type=1101 audit(1675004917.989:46): pid=510 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="alex" exe="/usr/bin/login" hostname=archLaptop addr=? terminal=/dev/tty1 res=success'
Jan 29 10:08:37 archLaptop kernel: audit: type=1103 audit(1675004917.989:47): pid=510 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="alex" exe="/usr/bin/login" hostname=archLaptop addr=? terminal=/dev/tty1 res=success'
Jan 29 10:08:37 archLaptop kernel: audit: type=1006 audit(1675004917.989:48): pid=510 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
Jan 29 10:08:37 archLaptop kernel: audit: type=1300 audit(1675004917.989:48): arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7ffdaaba9760 a2=4 a3=7ffdaaba9474 items=0 ppid=1 pid=510 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=1000 fsgid=0 tty=tty1 ses=1 comm="login" exe="/usr/bin/login" key=(null)
Jan 29 10:08:37 archLaptop kernel: audit: type=1327 audit(1675004917.989:48): proctitle=2F62696E2F6C6F67696E002D70002D2D
Jan 29 10:08:37 archLaptop audit: PROCTITLE proctitle=2F62696E2F6C6F67696E002D70002D2D
Jan 29 10:08:37 archLaptop login[510]: pam_unix(login:session): session opened for user alex(uid=1000) by LOGIN(uid=0)
Jan 29 10:08:38 archLaptop systemd-logind[480]: New session 1 of user alex.
Jan 29 10:08:38 archLaptop systemd[1]: Created slice User Slice of UID 1000.
Jan 29 10:08:38 archLaptop systemd[1]: Starting User Runtime Directory /run/user/1000...
Jan 29 10:08:38 archLaptop systemd[1]: Finished User Runtime Directory /run/user/1000.
Jan 29 10:08:38 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:38 archLaptop kernel: audit: type=1130 audit(1675004918.082:49): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:38 archLaptop systemd[1]: Starting User Manager for UID 1000...
Jan 29 10:08:38 archLaptop dbus-daemon[475]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.11' (uid=0 pid=615 comm="(systemd)")
Jan 29 10:08:38 archLaptop dbus-daemon[475]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jan 29 10:08:38 archLaptop systemd[615]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jan 29 10:08:38 archLaptop audit[615]: USER_ACCT pid=615 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="alex" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:38 archLaptop audit[615]: CRED_ACQ pid=615 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="alex" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Jan 29 10:08:38 archLaptop audit[615]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=9 a1=7ffcf6b4d950 a2=4 a3=7ffcf6b4d664 items=0 ppid=1 pid=615 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
Jan 29 10:08:38 archLaptop audit: PROCTITLE proctitle="(systemd)"
Jan 29 10:08:38 archLaptop systemd[615]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[alex] ruser=[<unknown>] rhost=[<unknown>]
Jan 29 10:08:38 archLaptop systemd[615]: pam_unix(systemd-user:session): session opened for user alex(uid=1000) by (uid=0)
Jan 29 10:08:38 archLaptop kernel: audit: type=1101 audit(1675004918.099:50): pid=615 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="alex" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:38 archLaptop kernel: audit: type=1103 audit(1675004918.099:51): pid=615 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="alex" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Jan 29 10:08:38 archLaptop kernel: audit: type=1006 audit(1675004918.099:52): pid=615 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
Jan 29 10:08:38 archLaptop audit[615]: USER_START pid=615 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="alex" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:38 archLaptop systemd[615]: Queued start job for default target Main User Target.
Jan 29 10:08:38 archLaptop systemd[615]: Created slice User Application Slice.
Jan 29 10:08:38 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:38 archLaptop systemd[615]: Reached target Paths.
Jan 29 10:08:38 archLaptop systemd[615]: Reached target Timers.
Jan 29 10:08:38 archLaptop systemd[615]: Starting D-Bus User Message Bus Socket...
Jan 29 10:08:38 archLaptop systemd[615]: Listening on GnuPG network certificate management daemon.
Jan 29 10:08:38 archLaptop systemd[615]: Listening on GCR ssh-agent wrapper.
Jan 29 10:08:38 archLaptop systemd[615]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jan 29 10:08:38 archLaptop systemd[615]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jan 29 10:08:38 archLaptop systemd[615]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jan 29 10:08:38 archLaptop systemd[615]: Listening on GnuPG cryptographic agent and passphrase cache.
Jan 29 10:08:38 archLaptop systemd[615]: Listening on p11-kit server.
Jan 29 10:08:38 archLaptop systemd[615]: Listening on Sound System.
Jan 29 10:08:38 archLaptop systemd[615]: Listening on D-Bus User Message Bus Socket.
Jan 29 10:08:38 archLaptop systemd[615]: Reached target Sockets.
Jan 29 10:08:38 archLaptop systemd[615]: Reached target Basic System.
Jan 29 10:08:38 archLaptop systemd[615]: Reached target Main User Target.
Jan 29 10:08:38 archLaptop systemd[615]: Startup finished in 190ms.
Jan 29 10:08:38 archLaptop systemd[1]: Started User Manager for UID 1000.
Jan 29 10:08:38 archLaptop systemd[1]: Started Session 1 of User alex.
Jan 29 10:08:38 archLaptop audit[510]: USER_START pid=510 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="alex" exe="/usr/bin/login" hostname=archLaptop addr=? terminal=/dev/tty1 res=success'
Jan 29 10:08:38 archLaptop audit[510]: CRED_REFR pid=510 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="alex" exe="/usr/bin/login" hostname=archLaptop addr=? terminal=/dev/tty1 res=success'
Jan 29 10:08:38 archLaptop login[510]: LOGIN ON tty1 BY alex
Jan 29 10:08:38 archLaptop kernel: ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20220331/nsarguments-61)
Jan 29 10:08:39 archLaptop systemd[615]: Created slice User Core Session Slice.
Jan 29 10:08:39 archLaptop systemd[615]: Starting D-Bus User Message Bus...
Jan 29 10:08:39 archLaptop systemd[615]: Started D-Bus User Message Bus.
Jan 29 10:08:39 archLaptop dbus-daemon[660]: [session uid=1000 pid=660] Successfully activated service 'org.freedesktop.systemd1'
Jan 29 10:08:40 archLaptop dbus-daemon[660]: [session uid=1000 pid=660] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.4' (uid=1000 pid=657 comm="xfce4-session")
Jan 29 10:08:40 archLaptop systemd[615]: Starting Accessibility services bus...
Jan 29 10:08:40 archLaptop dbus-daemon[660]: [session uid=1000 pid=660] Successfully activated service 'org.a11y.Bus'
Jan 29 10:08:40 archLaptop systemd[615]: Started Accessibility services bus.
Jan 29 10:08:40 archLaptop dbus-daemon[660]: [session uid=1000 pid=660] Activating service name='org.xfce.Xfconf' requested by ':1.6' (uid=1000 pid=657 comm="xfce4-session")
Jan 29 10:08:40 archLaptop dbus-daemon[660]: [session uid=1000 pid=660] Successfully activated service 'org.xfce.Xfconf'
Jan 29 10:08:40 archLaptop at-spi-bus-launcher[677]: dbus-daemon[677]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=657 comm="xfce4-session")
Jan 29 10:08:40 archLaptop dbus-daemon[475]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.14' (uid=1000 pid=657 comm="xfce4-session")
Jan 29 10:08:40 archLaptop at-spi-bus-launcher[677]: dbus-daemon[677]: Successfully activated service 'org.a11y.atspi.Registry'
Jan 29 10:08:40 archLaptop at-spi-bus-launcher[687]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Jan 29 10:08:40 archLaptop systemd[1]: Starting Authorization Manager...
Jan 29 10:08:40 archLaptop polkitd[688]: Started polkitd version 122
Jan 29 10:08:40 archLaptop polkitd[688]: Loading rules from directory /etc/polkit-1/rules.d
Jan 29 10:08:40 archLaptop polkitd[688]: Loading rules from directory /usr/share/polkit-1/rules.d
Jan 29 10:08:40 archLaptop polkitd[688]: Finished loading, compiling and executing 2 rules
Jan 29 10:08:40 archLaptop dbus-daemon[475]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Jan 29 10:08:40 archLaptop systemd[1]: Started Authorization Manager.
Jan 29 10:08:40 archLaptop polkitd[688]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Jan 29 10:08:40 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:40 archLaptop systemd[615]: Started GnuPG cryptographic agent and passphrase cache.
Jan 29 10:08:40 archLaptop gpg-agent[702]: gpg-agent (GnuPG) 2.2.40 starting in supervised mode.
Jan 29 10:08:40 archLaptop gpg-agent[702]: using fd 3 for std socket (/run/user/1000/gnupg/S.gpg-agent)
Jan 29 10:08:40 archLaptop gpg-agent[702]: using fd 4 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
Jan 29 10:08:40 archLaptop gpg-agent[702]: using fd 5 for browser socket (/run/user/1000/gnupg/S.gpg-agent.browser)
Jan 29 10:08:40 archLaptop gpg-agent[702]: using fd 6 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
Jan 29 10:08:40 archLaptop gpg-agent[702]: listening on: std=3 extra=6 browser=5 ssh=4
Jan 29 10:08:40 archLaptop systemd[615]: Started GnuPG cryptographic agent and passphrase cache.
Jan 29 10:08:40 archLaptop gpg-agent[705]: gpg-agent (GnuPG) 2.2.40 starting in supervised mode.
Jan 29 10:08:40 archLaptop gpg-agent[705]: using fd 3 for std socket (/run/user/1000/gnupg/S.gpg-agent)
Jan 29 10:08:40 archLaptop gpg-agent[705]: using fd 4 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
Jan 29 10:08:40 archLaptop gpg-agent[705]: using fd 5 for browser socket (/run/user/1000/gnupg/S.gpg-agent.browser)
Jan 29 10:08:40 archLaptop gpg-agent[705]: using fd 6 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
Jan 29 10:08:40 archLaptop gpg-agent[705]: listening on: std=3 extra=6 browser=5 ssh=4
Jan 29 10:08:40 archLaptop NetworkManager[502]: <info>  [1675004920.6053] policy: auto-activating connection 'dd-wrt_5' (c5860dcc-3358-40e0-9805-11a61d5e8116)
Jan 29 10:08:40 archLaptop NetworkManager[502]: <info>  [1675004920.6061] device (wlo1): Activation: starting connection 'dd-wrt_5' (c5860dcc-3358-40e0-9805-11a61d5e8116)
Jan 29 10:08:40 archLaptop NetworkManager[502]: <info>  [1675004920.6063] device (wlo1): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Jan 29 10:08:40 archLaptop NetworkManager[502]: <info>  [1675004920.6066] manager: NetworkManager state is now CONNECTING
Jan 29 10:08:40 archLaptop NetworkManager[502]: <info>  [1675004920.6310] device (wlo1): set-hw-addr: reset MAC address to D8:F8:83:9B:FE:97 (preserve)
Jan 29 10:08:40 archLaptop NetworkManager[502]: <info>  [1675004920.6328] device (wlo1): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jan 29 10:08:40 archLaptop NetworkManager[502]: <info>  [1675004920.6331] device (wlo1): Activation: (wifi) access point 'dd-wrt_5' has security, but secrets are required.
Jan 29 10:08:40 archLaptop NetworkManager[502]: <info>  [1675004920.6331] device (wlo1): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Jan 29 10:08:40 archLaptop NetworkManager[502]: <info>  [1675004920.6338] device (wlo1): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Jan 29 10:08:40 archLaptop NetworkManager[502]: <info>  [1675004920.6340] device (wlo1): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jan 29 10:08:40 archLaptop NetworkManager[502]: <info>  [1675004920.6342] device (wlo1): Activation: (wifi) connection 'dd-wrt_5' has security, and secrets exist.  No new secrets needed.
Jan 29 10:08:40 archLaptop NetworkManager[502]: <info>  [1675004920.6342] Config: added 'ssid' value 'dd-wrt_5'
Jan 29 10:08:40 archLaptop NetworkManager[502]: <info>  [1675004920.6342] Config: added 'scan_ssid' value '1'
Jan 29 10:08:40 archLaptop NetworkManager[502]: <info>  [1675004920.6342] Config: added 'bgscan' value 'simple:30:-70:86400'
Jan 29 10:08:40 archLaptop NetworkManager[502]: <info>  [1675004920.6342] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Jan 29 10:08:40 archLaptop NetworkManager[502]: <info>  [1675004920.6343] Config: added 'auth_alg' value 'OPEN'
Jan 29 10:08:40 archLaptop NetworkManager[502]: <info>  [1675004920.6343] Config: added 'psk' value '<hidden>'
Jan 29 10:08:40 archLaptop NetworkManager[502]: <info>  [1675004920.6348] device (wlo1): supplicant interface state: disconnected -> inactive
Jan 29 10:08:40 archLaptop NetworkManager[502]: <info>  [1675004920.6348] device (p2p-dev-wlo1): supplicant management interface state: disconnected -> inactive
Jan 29 10:08:40 archLaptop wpa_supplicant[611]: wlo1: SME: Trying to authenticate with a0:04:60:c4:3c:e4 (SSID='dd-wrt_5' freq=5260 MHz)
Jan 29 10:08:40 archLaptop kernel: wlo1: authenticate with a0:04:60:c4:3c:e4
Jan 29 10:08:40 archLaptop NetworkManager[502]: <info>  [1675004920.6490] device (wlo1): supplicant interface state: inactive -> authenticating
Jan 29 10:08:40 archLaptop NetworkManager[502]: <info>  [1675004920.6490] device (p2p-dev-wlo1): supplicant management interface state: inactive -> authenticating
Jan 29 10:08:40 archLaptop kernel: wlo1: send auth to a0:04:60:c4:3c:e4 (try 1/3)
Jan 29 10:08:40 archLaptop wpa_supplicant[611]: wlo1: Trying to associate with a0:04:60:c4:3c:e4 (SSID='dd-wrt_5' freq=5260 MHz)
Jan 29 10:08:40 archLaptop NetworkManager[502]: <info>  [1675004920.6759] device (wlo1): supplicant interface state: authenticating -> associating
Jan 29 10:08:40 archLaptop NetworkManager[502]: <info>  [1675004920.6759] device (p2p-dev-wlo1): supplicant management interface state: authenticating -> associating
Jan 29 10:08:40 archLaptop kernel: wlo1: authenticated
Jan 29 10:08:40 archLaptop kernel: wlo1: associate with a0:04:60:c4:3c:e4 (try 1/3)
Jan 29 10:08:40 archLaptop kernel: wlo1: RX AssocResp from a0:04:60:c4:3c:e4 (capab=0x1011 status=0 aid=1)
Jan 29 10:08:40 archLaptop wpa_supplicant[611]: wlo1: Associated with a0:04:60:c4:3c:e4
Jan 29 10:08:40 archLaptop wpa_supplicant[611]: wlo1: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Jan 29 10:08:40 archLaptop kernel: wlo1: associated
Jan 29 10:08:40 archLaptop NetworkManager[502]: <info>  [1675004920.6889] device (wlo1): supplicant interface state: associating -> 4way_handshake
Jan 29 10:08:40 archLaptop NetworkManager[502]: <info>  [1675004920.6890] device (p2p-dev-wlo1): supplicant management interface state: associating -> 4way_handshake
Jan 29 10:08:40 archLaptop systemd[615]: Starting Sound Service...
Jan 29 10:08:40 archLaptop wpa_supplicant[611]: wlo1: WPA: Key negotiation completed with a0:04:60:c4:3c:e4 [PTK=CCMP GTK=CCMP]
Jan 29 10:08:40 archLaptop wpa_supplicant[611]: wlo1: CTRL-EVENT-CONNECTED - Connection to a0:04:60:c4:3c:e4 completed [id=0 id_str=]
Jan 29 10:08:40 archLaptop kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
Jan 29 10:08:40 archLaptop NetworkManager[502]: <info>  [1675004920.7612] device (wlo1): supplicant interface state: 4way_handshake -> completed
Jan 29 10:08:40 archLaptop NetworkManager[502]: <info>  [1675004920.7612] device (wlo1): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "dd-wrt_5"
Jan 29 10:08:40 archLaptop wpa_supplicant[611]: wlo1: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-43 noise=9999 txrate=108000
Jan 29 10:08:40 archLaptop NetworkManager[502]: <info>  [1675004920.7612] device (p2p-dev-wlo1): supplicant management interface state: 4way_handshake -> completed
Jan 29 10:08:40 archLaptop NetworkManager[502]: <info>  [1675004920.7613] device (wlo1): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Jan 29 10:08:40 archLaptop NetworkManager[502]: <info>  [1675004920.7618] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
Jan 29 10:08:40 archLaptop dbus-daemon[475]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.17' (uid=1000 pid=728 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo")
Jan 29 10:08:40 archLaptop systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Jan 29 10:08:40 archLaptop dbus-daemon[475]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Jan 29 10:08:40 archLaptop systemd[1]: Started RealtimeKit Scheduling Policy Service.
Jan 29 10:08:40 archLaptop rtkit-daemon[731]: Successfully called chroot.
Jan 29 10:08:40 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:40 archLaptop rtkit-daemon[731]: Successfully dropped privileges.
Jan 29 10:08:40 archLaptop rtkit-daemon[731]: Successfully limited resources.
Jan 29 10:08:40 archLaptop rtkit-daemon[731]: Canary thread running.
Jan 29 10:08:40 archLaptop rtkit-daemon[731]: Running.
Jan 29 10:08:40 archLaptop rtkit-daemon[731]: Watchdog thread running.
Jan 29 10:08:40 archLaptop rtkit-daemon[731]: Successfully made thread 728 of process 728 owned by '1000' high priority at nice level -11.
Jan 29 10:08:40 archLaptop rtkit-daemon[731]: Supervising 1 threads of 1 processes of 1 users.
Jan 29 10:08:40 archLaptop NetworkManager[502]: <info>  [1675004920.8750] dhcp4 (wlo1): state changed new lease, address=192.168.1.2
Jan 29 10:08:40 archLaptop NetworkManager[502]: <info>  [1675004920.8753] policy: set 'dd-wrt_5' (wlo1) as default for IPv4 routing and DNS
Jan 29 10:08:40 archLaptop NetworkManager[502]: <info>  [1675004920.8755] dns-mgr: Writing DNS information to /usr/bin/resolvconf
Jan 29 10:08:40 archLaptop dbus-daemon[475]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.2' (uid=0 pid=502 comm="/usr/bin/NetworkManager --no-daemon")
Jan 29 10:08:40 archLaptop dbus-daemon[475]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jan 29 10:08:40 archLaptop NetworkManager[502]: <info>  [1675004920.9248] device (wlo1): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Jan 29 10:08:40 archLaptop NetworkManager[502]: <info>  [1675004920.9262] device (wlo1): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Jan 29 10:08:40 archLaptop NetworkManager[502]: <info>  [1675004920.9264] device (wlo1): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Jan 29 10:08:40 archLaptop NetworkManager[502]: <info>  [1675004920.9267] manager: NetworkManager state is now CONNECTED_SITE
Jan 29 10:08:40 archLaptop NetworkManager[502]: <info>  [1675004920.9272] device (wlo1): Activation: successful, device activated.
Jan 29 10:08:41 archLaptop systemd[1]: systemd-rfkill.service: Deactivated successfully.
Jan 29 10:08:41 archLaptop dbus-daemon[660]: [session uid=1000 pid=660] Activating via systemd: service name='org.freedesktop.thumbnails.Thumbnailer1' unit='tumblerd.service' requested by ':1.16' (uid=1000 pid=790 comm="xfdesktop")
Jan 29 10:08:41 archLaptop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:41 archLaptop systemd[615]: Starting Thumbnailing service...
Jan 29 10:08:41 archLaptop tumblerd[811]: Failed to load plugin "tumbler-ffmpeg-thumbnailer.so": libffmpegthumbnailer.so.4: cannot open shared object file: No such file or directory
Jan 29 10:08:41 archLaptop tumblerd[811]: Failed to load plugin "tumbler-odf-thumbnailer.so": libgsf-1.so.114: cannot open shared object file: No such file or directory
Jan 29 10:08:41 archLaptop tumblerd[811]: Failed to load plugin "tumbler-raw-thumbnailer.so": libopenrawgnome.so.9: cannot open shared object file: No such file or directory
Jan 29 10:08:41 archLaptop tumblerd[811]: Failed to load plugin "tumbler-gepub-thumbnailer.so": libgepub-0.7.so.0: cannot open shared object file: No such file or directory
Jan 29 10:08:41 archLaptop dbus-daemon[660]: [session uid=1000 pid=660] Successfully activated service 'org.freedesktop.thumbnails.Thumbnailer1'
Jan 29 10:08:41 archLaptop systemd[615]: Started Thumbnailing service.
Jan 29 10:08:41 archLaptop polkitd[688]: Registered Authentication Agent for unix-session:1 (system bus name :1.20 [/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1], object path /org/gnome/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Jan 29 10:08:41 archLaptop dbus-daemon[475]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.21' (uid=1000 pid=810 comm="xfce4-power-manager")
Jan 29 10:08:41 archLaptop audit: BPF prog-id=35 op=LOAD
Jan 29 10:08:41 archLaptop audit: BPF prog-id=36 op=LOAD
Jan 29 10:08:41 archLaptop systemd[1]: Starting Daemon for power management...
Jan 29 10:08:41 archLaptop NetworkManager[502]: <info>  [1675004921.2589] manager: NetworkManager state is now CONNECTED_GLOBAL
Jan 29 10:08:41 archLaptop dbus-daemon[475]: [system] Successfully activated service 'org.freedesktop.UPower'
Jan 29 10:08:41 archLaptop systemd[1]: Started Daemon for power management.
Jan 29 10:08:41 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:41 archLaptop rtkit-daemon[731]: Supervising 1 threads of 1 processes of 1 users.
Jan 29 10:08:41 archLaptop rtkit-daemon[731]: Successfully made thread 890 of process 728 owned by '1000' RT at priority 5.
Jan 29 10:08:41 archLaptop rtkit-daemon[731]: Supervising 2 threads of 1 processes of 1 users.
Jan 29 10:08:41 archLaptop rtkit-daemon[731]: Supervising 2 threads of 1 processes of 1 users.
Jan 29 10:08:41 archLaptop rtkit-daemon[731]: Successfully made thread 892 of process 728 owned by '1000' RT at priority 5.
Jan 29 10:08:41 archLaptop rtkit-daemon[731]: Supervising 3 threads of 1 processes of 1 users.
Jan 29 10:08:41 archLaptop pulseaudio[728]: stat('/etc/pulse/default.pa.d'): No such file or directory
Jan 29 10:08:41 archLaptop pulseaudio[728]: Module "module-switch-on-port-available" should be loaded once at most. Refusing to load.
Jan 29 10:08:41 archLaptop pulseaudio[728]: Sink bluez_sink.E8_AB_FA_4E_D9_7C.a2dp_sink does not exist.
Jan 29 10:08:41 archLaptop systemd[615]: Started Sound Service.
Jan 29 10:08:41 archLaptop pulseaudio[728]: Could not find org.bluez.BatteryProviderManager1.RegisterBatteryProvider(), is bluetoothd started with experimental features enabled (-E flag)?
Jan 29 10:08:41 archLaptop bluetoothd[560]: Endpoint registered: sender=:1.27 path=/MediaEndpoint/A2DPSink/sbc
Jan 29 10:08:41 archLaptop bluetoothd[560]: Endpoint registered: sender=:1.27 path=/MediaEndpoint/A2DPSource/sbc
Jan 29 10:08:41 archLaptop bluetoothd[560]: Endpoint registered: sender=:1.27 path=/MediaEndpoint/A2DPSink/sbc_xq_453
Jan 29 10:08:41 archLaptop bluetoothd[560]: Endpoint registered: sender=:1.27 path=/MediaEndpoint/A2DPSource/sbc_xq_453
Jan 29 10:08:41 archLaptop bluetoothd[560]: Endpoint registered: sender=:1.27 path=/MediaEndpoint/A2DPSink/sbc_xq_512
Jan 29 10:08:41 archLaptop bluetoothd[560]: Endpoint registered: sender=:1.27 path=/MediaEndpoint/A2DPSource/sbc_xq_512
Jan 29 10:08:41 archLaptop bluetoothd[560]: Endpoint registered: sender=:1.27 path=/MediaEndpoint/A2DPSink/sbc_xq_552
Jan 29 10:08:41 archLaptop bluetoothd[560]: Endpoint registered: sender=:1.27 path=/MediaEndpoint/A2DPSource/sbc_xq_552
Jan 29 10:08:41 archLaptop kernel: Bluetooth: RFCOMM TTY layer initialized
Jan 29 10:08:41 archLaptop kernel: Bluetooth: RFCOMM socket layer initialized
Jan 29 10:08:41 archLaptop kernel: Bluetooth: RFCOMM ver 1.11
Jan 29 10:08:44 archLaptop wpa_supplicant[611]: wlo1: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-46 noise=9999 txrate=108000
Jan 29 10:08:45 archLaptop systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jan 29 10:08:45 archLaptop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:45 archLaptop kernel: kauditd_printk_skb: 12 callbacks suppressed
Jan 29 10:08:45 archLaptop kernel: audit: type=1131 audit(1675004925.599:63): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:08:49 archLaptop at-spi-bus-launcher[687]: X connection to :0 broken (explicit kill or server shutdown).
Jan 29 10:08:49 archLaptop polkitd[688]: Unregistered Authentication Agent for unix-session:1 (system bus name :1.20, object path /org/gnome/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
Jan 29 10:09:06 archLaptop systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Jan 29 10:09:06 archLaptop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:09:06 archLaptop kernel: audit: type=1131 audit(1675004946.039:64): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:09:06 archLaptop audit: BPF prog-id=34 op=UNLOAD
Jan 29 10:09:06 archLaptop audit: BPF prog-id=33 op=UNLOAD
Jan 29 10:09:06 archLaptop audit: BPF prog-id=32 op=UNLOAD
Jan 29 10:09:06 archLaptop kernel: audit: type=1334 audit(1675004946.116:65): prog-id=34 op=UNLOAD
Jan 29 10:09:06 archLaptop kernel: audit: type=1334 audit(1675004946.116:66): prog-id=33 op=UNLOAD
Jan 29 10:09:06 archLaptop kernel: audit: type=1334 audit(1675004946.116:67): prog-id=32 op=UNLOAD

Xorg.0.log

[     6.776] 
X.Org X Server 1.21.1.6
X Protocol Version 11, Revision 0
[     6.776] Current Operating System: Linux archLaptop 6.1.8-arch1-1 #1 SMP PREEMPT_DYNAMIC Tue, 24 Jan 2023 21:07:04 +0000 x86_64
[     6.776] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=d610ecce-a9d3-4f03-93ae-3647ec7ad0ec rw loglevel=3 quiet
[     6.776]  
[     6.776] Current version of pixman: 0.42.2
[     6.777]  Before reporting problems, check http://wiki.x.org
  to make sure that you have the latest version.
[     6.777] Markers: (--) probed, (**) from config file, (==) default setting,
  (++) from command line, (!!) notice, (II) informational,
  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     6.777] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jan 29 10:08:38 2023
[     6.780] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     6.781] (==) No Layout section.  Using the first Screen section.
[     6.781] (==) No screen section available. Using defaults.
[     6.781] (**) |-->Screen "Default Screen Section" (0)
[     6.781] (**) |   |-->Monitor "<default monitor>"
[     6.781] (==) No monitor specified for screen "Default Screen Section".
  Using a default monitor configuration.
[     6.781] (==) Automatically adding devices
[     6.781] (==) Automatically enabling devices
[     6.781] (==) Automatically adding GPU devices
[     6.781] (==) Automatically binding GPU devices
[     6.781] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     6.782] (WW) The directory "/usr/share/fonts/misc" does not exist.
[     6.782]  Entry deleted from font path.
[     6.782] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[     6.782]  Entry deleted from font path.
[     6.783] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     6.783]  Entry deleted from font path.
[     6.785] (==) FontPath set to:
  /usr/share/fonts/OTF,
  /usr/share/fonts/100dpi,
  /usr/share/fonts/75dpi
[     6.785] (==) ModulePath set to "/usr/lib/xorg/modules"
[     6.785] (II) The server relies on udev to provide the list of input devices.
  If no devices become available, reconfigure udev or disable AutoAddDevices.
[     6.785] (II) Module ABI versions:
[     6.785]  X.Org ANSI C Emulation: 0.4
[     6.785]  X.Org Video Driver: 25.2
[     6.785]  X.Org XInput driver : 24.4
[     6.785]  X.Org Server Extension : 10.0
[     6.787] (++) using VT number 1

[     6.790] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[     6.792] (II) xfree86: Adding drm device (/dev/dri/card0)
[     6.792] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[     6.793] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[     6.793] (II) xfree86: Adding drm device (/dev/dri/card1)
[     6.793] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[     6.795] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 14 paused 0
[     6.798] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[     6.801] (--) PCI:*(0@0:2:0) 8086:9bc4:1462:12b8 rev 5, Mem @ 0xc3000000/16777216, 0xa0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[     6.801] (--) PCI: (1@0:0:0) 10de:2191:1462:12b8 rev 161, Mem @ 0xc4000000/16777216, 0xb0000000/268435456, 0xc0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[     6.801] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     6.801] (II) LoadModule: "glx"
[     6.804] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     6.810] (II) Module glx: vendor="X.Org Foundation"
[     6.811]  compiled for 1.21.1.6, module version = 1.0.0
[     6.811]  ABI class: X.Org Server Extension, version 10.0
[     6.811] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[     6.811]  loading driver: nvidia
[     6.811] (==) Matched intel as autoconfigured driver 0
[     6.811] (==) Matched nvidia as autoconfigured driver 1
[     6.811] (==) Matched nouveau as autoconfigured driver 2
[     6.811] (==) Matched nv as autoconfigured driver 3
[     6.811] (==) Matched modesetting as autoconfigured driver 4
[     6.811] (==) Matched fbdev as autoconfigured driver 5
[     6.811] (==) Matched vesa as autoconfigured driver 6
[     6.811] (==) Assigned the driver to the xf86ConfigLayout
[     6.811] (II) LoadModule: "intel"
[     6.811] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[     6.813] (II) Module intel: vendor="X.Org Foundation"
[     6.813]  compiled for 1.21.1.1, module version = 2.99.917
[     6.813]  Module class: X.Org Video Driver
[     6.813]  ABI class: X.Org Video Driver, version 25.2
[     6.813] (II) LoadModule: "nvidia"
[     6.813] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     6.817] (II) Module nvidia: vendor="NVIDIA Corporation"
[     6.817]  compiled for 1.6.99.901, module version = 1.0.0
[     6.817]  Module class: X.Org Video Driver
[     6.817] (II) LoadModule: "nouveau"
[     6.817] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[     6.818] (II) Module nouveau: vendor="X.Org Foundation"
[     6.818]  compiled for 1.21.1.1, module version = 1.0.17
[     6.818]  Module class: X.Org Video Driver
[     6.818]  ABI class: X.Org Video Driver, version 25.2
[     6.818] (II) LoadModule: "nv"
[     6.819] (WW) Warning, couldn't open module nv
[     6.819] (EE) Failed to load module "nv" (module does not exist, 0)
[     6.819] (II) LoadModule: "modesetting"
[     6.819] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     6.822] (II) Module modesetting: vendor="X.Org Foundation"
[     6.822]  compiled for 1.21.1.6, module version = 1.21.1
[     6.822]  Module class: X.Org Video Driver
[     6.822]  ABI class: X.Org Video Driver, version 25.2
[     6.822] (II) LoadModule: "fbdev"
[     6.822] (WW) Warning, couldn't open module fbdev
[     6.822] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     6.822] (II) LoadModule: "vesa"
[     6.822] (WW) Warning, couldn't open module vesa
[     6.822] (EE) Failed to load module "vesa" (module does not exist, 0)
[     6.822] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
  i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
  915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
  Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
  GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[     6.823] (II) intel: Driver for Intel(R) HD Graphics
[     6.823] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[     6.823] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[     6.823] (II) NVIDIA dlloader X Driver  525.85.05  Sat Jan 14 00:47:44 UTC 2023
[     6.823] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     6.823] (II) NOUVEAU driver 
[     6.823] (II) NOUVEAU driver for NVIDIA chipset families :
[     6.823]  RIVA TNT            (NV04)
[     6.823]  RIVA TNT2           (NV05)
[     6.823]  GeForce 256         (NV10)
[     6.823]  GeForce 2           (NV11, NV15)
[     6.823]  GeForce 4MX         (NV17, NV18)
[     6.823]  GeForce 3           (NV20)
[     6.823]  GeForce 4Ti         (NV25, NV28)
[     6.823]  GeForce FX          (NV3x)
[     6.823]  GeForce 6           (NV4x)
[     6.823]  GeForce 7           (G7x)
[     6.823]  GeForce 8           (G8x)
[     6.823]  GeForce 9           (G9x)
[     6.823]  GeForce GTX 2xx/3xx (GT2xx)
[     6.823]  GeForce GTX 4xx/5xx (GFxxx)
[     6.823]  GeForce GTX 6xx/7xx (GKxxx)
[     6.823]  GeForce GTX 9xx     (GMxxx)
[     6.823]  GeForce GTX 10xx    (GPxxx)
[     6.823] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     6.824] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20201103
[     6.824] (II) intel(0): SNA compiled from 2.99.917-916-g31486f40
[     6.825] (WW) Falling back to old probe method for modesetting
[     6.825] (II) systemd-logind: releasing fd for 226:0
[     6.826] (II) Loading sub module "fb"
[     6.826] (II) LoadModule: "fb"
[     6.826] (II) Module "fb" already built-in
[     6.826] (II) Loading sub module "wfb"
[     6.826] (II) LoadModule: "wfb"
[     6.826] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     6.827] (II) Module wfb: vendor="X.Org Foundation"
[     6.827]  compiled for 1.21.1.6, module version = 1.0.0
[     6.827]  ABI class: X.Org ANSI C Emulation, version 0.4
[     6.827] (II) Loading sub module "ramdac"
[     6.827] (II) LoadModule: "ramdac"
[     6.827] (II) Module "ramdac" already built-in
[     6.829] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics
[     6.829] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 6 threads
[     6.829] (II) intel(0): Creating default Display subsection in Screen section
  "Default Screen Section" for depth/fbbpp 24/32
[     6.829] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[     6.829] (==) intel(0): RGB weight 888
[     6.829] (==) intel(0): Default visual is TrueColor
[     6.830] (II) intel(0): Output eDP1 has no monitor section
[     6.830] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[     6.830] (II) intel(0): Enabled output eDP1
[     6.830] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[     6.830] (II) intel(0): Output VIRTUAL1 has no monitor section
[     6.830] (II) intel(0): Enabled output VIRTUAL1
[     6.830] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0
[     6.830] (==) intel(0): TearFree enabled
[     6.830] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[     6.830] (==) intel(0): DPI set to (96, 96)
[     6.830] (II) Loading sub module "dri3"
[     6.830] (II) LoadModule: "dri3"
[     6.830] (II) Module "dri3" already built-in
[     6.830] (II) Loading sub module "dri2"
[     6.830] (II) LoadModule: "dri2"
[     6.830] (II) Module "dri2" already built-in
[     6.830] (II) Loading sub module "present"
[     6.830] (II) LoadModule: "present"
[     6.830] (II) Module "present" already built-in
[     6.830] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[     6.830] (==) NVIDIA(G0): RGB weight 888
[     6.830] (==) NVIDIA(G0): Default visual is TrueColor
[     6.830] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[     6.830] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[     6.830] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[     6.830] (**) NVIDIA(G0): Enabling 2D acceleration
[     6.830] (II) Loading sub module "glxserver_nvidia"
[     6.830] (II) LoadModule: "glxserver_nvidia"
[     6.831] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[     6.855] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[     6.855]  compiled for 1.6.99.901, module version = 1.0.0
[     6.855]  Module class: X.Org Server Extension
[     6.855] (II) NVIDIA GLX Module  525.85.05  Sat Jan 14 00:45:09 UTC 2023
[     6.856] (II) NVIDIA: The X server supports PRIME Render Offload.
[     7.525] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[     7.525] (--) NVIDIA(0):     DFP-0
[     7.525] (--) NVIDIA(0):     DFP-1
[     7.525] (--) NVIDIA(0):     DFP-2
[     7.526] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce GTX 1660 Ti (TU116-A) at PCI:1:0:0
[     7.526] (II) NVIDIA(G0):     (GPU-0)
[     7.526] (--) NVIDIA(G0): Memory: 6291456 kBytes
[     7.526] (--) NVIDIA(G0): VideoBIOS: 90.16.48.00.ed
[     7.526] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[     7.526] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     7.526] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[     7.526] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[     7.526] (--) NVIDIA(GPU-0): 
[     7.526] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     7.526] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[     7.526] (--) NVIDIA(GPU-0): DFP-1: 2660.0 MHz maximum pixel clock
[     7.526] (--) NVIDIA(GPU-0): 
[     7.526] (--) NVIDIA(GPU-0): DFP-2: disconnected
[     7.526] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[     7.526] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[     7.526] (--) NVIDIA(GPU-0): 
[     7.529] (II) NVIDIA(G0): Validated MetaModes:
[     7.529] (II) NVIDIA(G0):     "NULL"
[     7.529] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[     7.529] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[     7.529] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[     7.529] (II) UnloadModule: "nouveau"
[     7.529] (II) Unloading nouveau
[     7.529] (II) UnloadModule: "modesetting"
[     7.529] (II) Unloading modesetting
[     7.532] (II) intel(0): SNA initialized with Coffeelake (gen9) backend
[     7.532] (==) intel(0): Backing store enabled
[     7.532] (==) intel(0): Silken mouse enabled
[     7.532] (II) intel(0): HW Cursor enabled
[     7.532] (==) intel(0): DPMS enabled
[     7.533] (==) intel(0): Display hotplug detection enabled
[     7.533] (II) intel(0): [DRI2] Setup complete
[     7.533] (II) intel(0): [DRI2]   DRI driver: i965
[     7.533] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[     7.533] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[     7.533] (II) intel(0): hardware support for Present enabled
[     7.533] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[     7.533] (II) NVIDIA:     access.
[     7.545] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[     7.545] (II) NVIDIA(G0):     may not be running or the "AcpidSocketPath" X
[     7.545] (II) NVIDIA(G0):     configuration option may not be set correctly.  When the
[     7.545] (II) NVIDIA(G0):     ACPI event daemon is available, the NVIDIA X driver will
[     7.545] (II) NVIDIA(G0):     try to use it to receive ACPI event notifications.  For
[     7.545] (II) NVIDIA(G0):     details, please see the "ConnectToAcpid" and
[     7.545] (II) NVIDIA(G0):     "AcpidSocketPath" X configuration options in Appendix B: X
[     7.545] (II) NVIDIA(G0):     Config Options in the README.
[     7.565] (II) NVIDIA(G0): Setting mode "NULL"
[     7.575] (==) NVIDIA(G0): Disabling shared memory pixmaps
[     7.575] (==) NVIDIA(G0): Backing store enabled
[     7.575] (==) NVIDIA(G0): Silken mouse enabled
[     7.575] (==) NVIDIA(G0): DPMS enabled
[     7.575] (II) Loading sub module "dri2"
[     7.575] (II) LoadModule: "dri2"
[     7.575] (II) Module "dri2" already built-in
[     7.575] (II) NVIDIA(G0): [DRI2] Setup complete
[     7.575] (II) NVIDIA(G0): [DRI2]   VDPAU driver: nvidia
[     7.575] (II) Initializing extension Generic Event Extension
[     7.575] (II) Initializing extension SHAPE
[     7.575] (II) Initializing extension MIT-SHM
[     7.576] (II) Initializing extension XInputExtension
[     7.576] (II) Initializing extension XTEST
[     7.576] (II) Initializing extension BIG-REQUESTS
[     7.576] (II) Initializing extension SYNC
[     7.576] (II) Initializing extension XKEYBOARD
[     7.576] (II) Initializing extension XC-MISC
[     7.576] (II) Initializing extension SECURITY
[     7.577] (II) Initializing extension XFIXES
[     7.577] (II) Initializing extension RENDER
[     7.577] (II) Initializing extension RANDR
[     7.577] (II) Initializing extension COMPOSITE
[     7.577] (II) Initializing extension DAMAGE
[     7.577] (II) Initializing extension MIT-SCREEN-SAVER
[     7.577] (II) Initializing extension DOUBLE-BUFFER
[     7.577] (II) Initializing extension RECORD
[     7.577] (II) Initializing extension DPMS
[     7.577] (II) Initializing extension Present
[     7.578] (II) Initializing extension DRI3
[     7.578] (II) Initializing extension X-Resource
[     7.578] (II) Initializing extension XVideo
[     7.578] (II) Initializing extension XVideo-MotionCompensation
[     7.578] (II) Initializing extension GLX
[     7.578] (II) Initializing extension GLX
[     7.578] (II) Indirect GLX disabled.
[     7.578] (EE) AIGLX error: dlopen of /usr/lib/dri/i965_dri.so failed (/usr/lib/dri/i965_dri.so: cannot open shared object file: No such file or directory)
[     7.578] (EE) AIGLX error: unable to load driver i965
[     7.764] (II) IGLX: Loaded and initialized swrast
[     7.765] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[     7.765] (II) Initializing extension XFree86-VidModeExtension
[     7.765] (II) Initializing extension XFree86-DGA
[     7.765] (II) Initializing extension XFree86-DRI
[     7.765] (II) Initializing extension DRI2
[     7.766] (II) Initializing extension NV-GLX
[     7.766] (II) Initializing extension NV-CONTROL
[     7.775] (II) intel(0): switch to mode 1920x1080@144.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[     7.782] (II) intel(0): Setting screen physical size to 508 x 285
[     7.866] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[     7.866] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     7.866] (II) LoadModule: "libinput"
[     7.866] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     7.869] (II) Module libinput: vendor="X.Org Foundation"
[     7.869]  compiled for 1.21.1.3, module version = 1.2.1
[     7.869]  Module class: X.Org XInput Driver
[     7.869]  ABI class: X.Org XInput driver, version 24.4
[     7.869] (II) Using input driver 'libinput' for 'Power Button'
[     7.870] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 40 paused 0
[     7.870] (**) Power Button: always reports core events
[     7.870] (**) Option "Device" "/dev/input/event3"
[     7.873] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     7.874] (II) event3  - Power Button: device is a keyboard
[     7.874] (II) event3  - Power Button: device removed
[     7.874] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[     7.874] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     7.874] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     7.874] (II) event3  - Power Button: device is a keyboard
[     7.875] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[     7.875] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     7.875] (II) Using input driver 'libinput' for 'Video Bus'
[     7.875] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 43 paused 0
[     7.875] (**) Video Bus: always reports core events
[     7.875] (**) Option "Device" "/dev/input/event5"
[     7.876] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[     7.876] (II) event5  - Video Bus: device is a keyboard
[     7.876] (II) event5  - Video Bus: device removed
[     7.876] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6/event5"
[     7.876] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     7.877] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[     7.877] (II) event5  - Video Bus: device is a keyboard
[     7.877] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[     7.877] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     7.877] (II) Using input driver 'libinput' for 'Video Bus'
[     7.878] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 44 paused 0
[     7.878] (**) Video Bus: always reports core events
[     7.878] (**) Option "Device" "/dev/input/event6"
[     7.879] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[     7.879] (II) event6  - Video Bus: device is a keyboard
[     7.879] (II) event6  - Video Bus: device removed
[     7.879] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13/LNXVIDEO:01/input/input7/event6"
[     7.879] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[     7.880] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[     7.880] (II) event6  - Video Bus: device is a keyboard
[     7.880] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[     7.880] (II) No input driver specified, ignoring this device.
[     7.880] (II) This device may have been added with another device file.
[     7.881] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     7.881] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     7.881] (II) Using input driver 'libinput' for 'Power Button'
[     7.881] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 45 paused 0
[     7.881] (**) Power Button: always reports core events
[     7.881] (**) Option "Device" "/dev/input/event2"
[     7.882] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     7.882] (II) event2  - Power Button: device is a keyboard
[     7.882] (II) event2  - Power Button: device removed
[     7.882] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[     7.882] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[     7.883] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     7.883] (II) event2  - Power Button: device is a keyboard
[     7.883] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[     7.883] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     7.883] (II) Using input driver 'libinput' for 'Sleep Button'
[     7.884] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 46 paused 0
[     7.884] (**) Sleep Button: always reports core events
[     7.884] (**) Option "Device" "/dev/input/event1"
[     7.884] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     7.884] (II) event1  - Sleep Button: device is a keyboard
[     7.885] (II) event1  - Sleep Button: device removed
[     7.885] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[     7.885] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[     7.885] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     7.885] (II) event1  - Sleep Button: device is a keyboard
[     7.886] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event14)
[     7.886] (II) No input driver specified, ignoring this device.
[     7.886] (II) This device may have been added with another device file.
[     7.886] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event15)
[     7.886] (II) No input driver specified, ignoring this device.
[     7.886] (II) This device may have been added with another device file.
[     7.886] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event16)
[     7.886] (II) No input driver specified, ignoring this device.
[     7.886] (II) This device may have been added with another device file.
[     7.887] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event17)
[     7.887] (II) No input driver specified, ignoring this device.
[     7.887] (II) This device may have been added with another device file.
[     7.887] (II) config/udev: Adding input device HD Webcam: HD Webcam (/dev/input/event13)
[     7.887] (**) HD Webcam: HD Webcam: Applying InputClass "libinput keyboard catchall"
[     7.887] (II) Using input driver 'libinput' for 'HD Webcam: HD Webcam'
[     7.888] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 47 paused 0
[     7.888] (**) HD Webcam: HD Webcam: always reports core events
[     7.888] (**) Option "Device" "/dev/input/event13"
[     7.889] (II) event13 - HD Webcam: HD Webcam: is tagged by udev as: Keyboard
[     7.889] (II) event13 - HD Webcam: HD Webcam: device is a keyboard
[     7.889] (II) event13 - HD Webcam: HD Webcam: device removed
[     7.889] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.0/input/input16/event13"
[     7.889] (II) XINPUT: Adding extended input device "HD Webcam: HD Webcam" (type: KEYBOARD, id 11)
[     7.890] (II) event13 - HD Webcam: HD Webcam: is tagged by udev as: Keyboard
[     7.890] (II) event13 - HD Webcam: HD Webcam: device is a keyboard
[     7.891] (II) config/udev: Adding input device Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse (/dev/input/event7)
[     7.891] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse: Applying InputClass "libinput pointer catchall"
[     7.891] (II) Using input driver 'libinput' for 'Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse'
[     7.945] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 48 paused 0
[     7.945] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse: always reports core events
[     7.945] (**) Option "Device" "/dev/input/event7"
[     7.947] (II) event7  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse: is tagged by udev as: Mouse
[     7.948] (II) event7  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse: device is a pointer
[     7.948] (II) event7  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse: device removed
[     7.948] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:0DB0:0D4C.0001/input/input8/event7"
[     7.948] (II) XINPUT: Adding extended input device "Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse" (type: MOUSE, id 12)
[     7.948] (**) Option "AccelerationScheme" "none"
[     7.948] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse: (accel) selected scheme none/0
[     7.948] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse: (accel) acceleration factor: 2.000
[     7.948] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse: (accel) acceleration threshold: 4
[     7.950] (II) event7  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse: is tagged by udev as: Mouse
[     7.950] (II) event7  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse: device is a pointer
[     7.951] (II) config/udev: Adding input device Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse (/dev/input/mouse0)
[     7.951] (II) No input driver specified, ignoring this device.
[     7.951] (II) This device may have been added with another device file.
[     7.952] (II) config/udev: Adding input device Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard (/dev/input/event8)
[     7.952] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[     7.952] (II) Using input driver 'libinput' for 'Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard'
[     7.952] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 49 paused 0
[     7.952] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: always reports core events
[     7.952] (**) Option "Device" "/dev/input/event8"
[     7.953] (II) event8  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[     7.954] (II) event8  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: device is a keyboard
[     7.954] (II) event8  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: device removed
[     7.954] (II) libinput: Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: needs a virtual subdevice
[     7.954] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:0DB0:0D4C.0003/input/input9/event8"
[     7.954] (II) XINPUT: Adding extended input device "Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard" (type: MOUSE, id 13)
[     7.954] (**) Option "AccelerationScheme" "none"
[     7.954] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: (accel) selected scheme none/0
[     7.954] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: (accel) acceleration factor: 2.000
[     7.954] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: (accel) acceleration threshold: 4
[     7.955] (II) event8  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[     7.955] (II) event8  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: device is a keyboard
[     7.956] (II) config/udev: Adding input device CUST0001:00 04F3:30FA Mouse (/dev/input/event11)
[     7.956] (**) CUST0001:00 04F3:30FA Mouse: Applying InputClass "libinput pointer catchall"
[     7.956] (II) Using input driver 'libinput' for 'CUST0001:00 04F3:30FA Mouse'
[     7.957] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 50 paused 0
[     7.957] (**) CUST0001:00 04F3:30FA Mouse: always reports core events
[     7.957] (**) Option "Device" "/dev/input/event11"
[     7.958] (II) event11 - CUST0001:00 04F3:30FA Mouse: is tagged by udev as: Mouse Pointingstick
[     7.958] (II) event11 - CUST0001:00 04F3:30FA Mouse: device is a pointer
[     7.959] (II) event11 - CUST0001:00 04F3:30FA Mouse: device removed
[     7.959] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.2/i2c_designware.1/i2c-7/i2c-CUST0001:00/0018:04F3:30FA.0004/input/input22/event11"
[     7.959] (II) XINPUT: Adding extended input device "CUST0001:00 04F3:30FA Mouse" (type: MOUSE, id 14)
[     7.959] (**) Option "AccelerationScheme" "none"
[     7.959] (**) CUST0001:00 04F3:30FA Mouse: (accel) selected scheme none/0
[     7.959] (**) CUST0001:00 04F3:30FA Mouse: (accel) acceleration factor: 2.000
[     7.959] (**) CUST0001:00 04F3:30FA Mouse: (accel) acceleration threshold: 4
[     7.960] (II) event11 - CUST0001:00 04F3:30FA Mouse: is tagged by udev as: Mouse Pointingstick
[     7.961] (II) event11 - CUST0001:00 04F3:30FA Mouse: device is a pointer
[     7.962] (II) config/udev: Adding input device CUST0001:00 04F3:30FA Mouse (/dev/input/mouse2)
[     7.962] (II) No input driver specified, ignoring this device.
[     7.962] (II) This device may have been added with another device file.
[     7.963] (II) config/udev: Adding input device CUST0001:00 04F3:30FA Touchpad (/dev/input/event19)
[     7.963] (**) CUST0001:00 04F3:30FA Touchpad: Applying InputClass "libinput touchpad catchall"
[     7.963] (II) Using input driver 'libinput' for 'CUST0001:00 04F3:30FA Touchpad'
[     7.963] (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 51 paused 0
[     7.963] (**) CUST0001:00 04F3:30FA Touchpad: always reports core events
[     7.963] (**) Option "Device" "/dev/input/event19"
[     7.964] (II) event19 - CUST0001:00 04F3:30FA Touchpad: is tagged by udev as: Touchpad
[     7.966] (II) event19 - CUST0001:00 04F3:30FA Touchpad: device is a touchpad
[     7.966] (II) event19 - CUST0001:00 04F3:30FA Touchpad: device removed
[     7.966] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.2/i2c_designware.1/i2c-7/i2c-CUST0001:00/0018:04F3:30FA.0004/input/input24/event19"
[     7.966] (II) XINPUT: Adding extended input device "CUST0001:00 04F3:30FA Touchpad" (type: TOUCHPAD, id 15)
[     7.967] (**) Option "AccelerationScheme" "none"
[     7.967] (**) CUST0001:00 04F3:30FA Touchpad: (accel) selected scheme none/0
[     7.967] (**) CUST0001:00 04F3:30FA Touchpad: (accel) acceleration factor: 2.000
[     7.967] (**) CUST0001:00 04F3:30FA Touchpad: (accel) acceleration threshold: 4
[     7.968] (II) event19 - CUST0001:00 04F3:30FA Touchpad: is tagged by udev as: Touchpad
[     7.969] (II) event19 - CUST0001:00 04F3:30FA Touchpad: device is a touchpad
[     7.970] (II) config/udev: Adding input device CUST0001:00 04F3:30FA Touchpad (/dev/input/mouse3)
[     7.970] (II) No input driver specified, ignoring this device.
[     7.970] (II) This device may have been added with another device file.
[     7.971] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event20)
[     7.971] (II) No input driver specified, ignoring this device.
[     7.971] (II) This device may have been added with another device file.
[     7.971] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event21)
[     7.971] (II) No input driver specified, ignoring this device.
[     7.971] (II) This device may have been added with another device file.
[     7.971] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event22)
[     7.971] (II) No input driver specified, ignoring this device.
[     7.971] (II) This device may have been added with another device file.
[     7.972] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event23)
[     7.972] (II) No input driver specified, ignoring this device.
[     7.972] (II) This device may have been added with another device file.
[     7.972] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event24)
[     7.972] (II) No input driver specified, ignoring this device.
[     7.972] (II) This device may have been added with another device file.
[     7.972] (II) config/udev: Adding input device gpio-keys (/dev/input/event18)
[     7.972] (II) No input driver specified, ignoring this device.
[     7.972] (II) This device may have been added with another device file.
[     7.973] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[     7.973] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     7.973] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     7.973] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 52 paused 0
[     7.973] (**) AT Translated Set 2 keyboard: always reports core events
[     7.973] (**) Option "Device" "/dev/input/event4"
[     7.974] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     7.974] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[     7.975] (II) event4  - AT Translated Set 2 keyboard: device removed
[     7.975] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[     7.975] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 16)
[     7.976] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     7.976] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[     7.978] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event10)
[     7.978] (**) ETPS/2 Elantech Touchpad: Applying InputClass "libinput touchpad catchall"
[     7.978] (II) Using input driver 'libinput' for 'ETPS/2 Elantech Touchpad'
[     7.978] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 53 paused 0
[     7.978] (**) ETPS/2 Elantech Touchpad: always reports core events
[     7.978] (**) Option "Device" "/dev/input/event10"
[     7.979] (II) event10 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[     7.980] (II) event10 - ETPS/2 Elantech Touchpad: device is a touchpad
[     7.980] (II) event10 - ETPS/2 Elantech Touchpad: device removed
[     7.981] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input15/event10"
[     7.981] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 17)
[     7.981] (**) Option "AccelerationScheme" "none"
[     7.981] (**) ETPS/2 Elantech Touchpad: (accel) selected scheme none/0
[     7.981] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[     7.981] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[     7.982] (II) event10 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[     7.983] (II) event10 - ETPS/2 Elantech Touchpad: device is a touchpad
[     7.984] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
[     7.984] (II) No input driver specified, ignoring this device.
[     7.984] (II) This device may have been added with another device file.
[     7.984] (II) config/udev: Adding input device PC Speaker (/dev/input/event12)
[     7.984] (II) No input driver specified, ignoring this device.
[     7.984] (II) This device may have been added with another device file.
[     7.986] (II) config/udev: Adding input device MSI WMI hotkeys (/dev/input/event9)
[     7.986] (**) MSI WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     7.986] (II) Using input driver 'libinput' for 'MSI WMI hotkeys'
[     7.986] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 54 paused 0
[     7.986] (**) MSI WMI hotkeys: always reports core events
[     7.986] (**) Option "Device" "/dev/input/event9"
[     7.987] (II) event9  - MSI WMI hotkeys: is tagged by udev as: Keyboard
[     7.987] (II) event9  - MSI WMI hotkeys: device is a keyboard
[     7.987] (II) event9  - MSI WMI hotkeys: device removed
[     7.987] (**) Option "config_info" "udev:/sys/devices/virtual/input/input10/event9"
[     7.987] (II) XINPUT: Adding extended input device "MSI WMI hotkeys" (type: KEYBOARD, id 18)
[     7.987] (II) event9  - MSI WMI hotkeys: is tagged by udev as: Keyboard
[     7.988] (II) event9  - MSI WMI hotkeys: device is a keyboard
[     8.015] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[     8.015] (II) Using input driver 'libinput' for 'Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard'
[     8.015] (II) systemd-logind: returning pre-existing fd for /dev/input/event8 13:72
[     8.015] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: always reports core events
[     8.015] (**) Option "Device" "/dev/input/event8"
[     8.015] (II) libinput: Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: is a virtual subdevice
[     8.015] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:0DB0:0D4C.0003/input/input9/event8"
[     8.016] (II) XINPUT: Adding extended input device "Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard" (type: KEYBOARD, id 19)
[     8.079] (WW) EDID timing clock 353.80 exceeds claimed max 345MHz, fixing
[     8.079] (II) intel(0): EDID vendor "AUO", prod id 44944
[     8.079] (II) intel(0): Using EDID range info for horizontal sync
[     8.079] (II) intel(0): Using EDID range info for vertical refresh
[     8.079] (II) intel(0): Printing DDC gathered Modelines:
[     8.079] (II) intel(0): Modeline "1920x1080"x0.0  353.80  1920 2028 2076 2080  1080 1083 1088 1180 -hsync -vsync (170.1 kHz eP)
[     8.079] (II) intel(0): Modeline "1920x1080"x0.0  143.00  1920 2028 2076 2080  1080 1083 1088 1142 -hsync -vsync (68.8 kHz e)
[     9.074] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     9.074] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[     9.074] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[     9.074] (--) NVIDIA(GPU-0): 
[     9.074] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     9.074] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[     9.074] (--) NVIDIA(GPU-0): DFP-1: 2660.0 MHz maximum pixel clock
[     9.074] (--) NVIDIA(GPU-0): 
[     9.074] (--) NVIDIA(GPU-0): DFP-2: disconnected
[     9.074] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[     9.074] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[     9.074] (--) NVIDIA(GPU-0): 
[     9.094] (**) Option "fd" "50"
[     9.094] (II) event11 - CUST0001:00 04F3:30FA Mouse: device removed
[     9.099] (**) Option "fd" "53"
[     9.099] (II) event10 - ETPS/2 Elantech Touchpad: device removed
[    18.045] (**) Option "fd" "40"
[    18.045] (II) event3  - Power Button: device removed
[    18.045] (**) Option "fd" "43"
[    18.045] (II) event5  - Video Bus: device removed
[    18.045] (**) Option "fd" "44"
[    18.045] (II) event6  - Video Bus: device removed
[    18.045] (**) Option "fd" "45"
[    18.045] (II) event2  - Power Button: device removed
[    18.045] (**) Option "fd" "46"
[    18.045] (II) event1  - Sleep Button: device removed
[    18.045] (**) Option "fd" "47"
[    18.045] (II) event13 - HD Webcam: HD Webcam: device removed
[    18.045] (**) Option "fd" "48"
[    18.045] (II) event7  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse: device removed
[    18.045] (**) Option "fd" "49"
[    18.046] (**) Option "fd" "51"
[    18.046] (II) event19 - CUST0001:00 04F3:30FA Touchpad: device removed
[    18.046] (**) Option "fd" "52"
[    18.046] (II) event4  - AT Translated Set 2 keyboard: device removed
[    18.046] (**) Option "fd" "54"
[    18.046] (II) event9  - MSI WMI hotkeys: device removed
[    18.046] (**) Option "fd" "49"
[    18.046] (II) event8  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: device removed
[    18.047] (II) UnloadModule: "libinput"
[    18.047] (II) systemd-logind: not releasing fd for 13:72, still in use
[    18.047] (II) UnloadModule: "libinput"
[    18.047] (II) systemd-logind: releasing fd for 13:73
[    18.088] (II) UnloadModule: "libinput"
[    18.088] (II) systemd-logind: releasing fd for 13:68
[    18.125] (II) UnloadModule: "libinput"
[    18.125] (II) systemd-logind: releasing fd for 13:83
[    18.165] (II) UnloadModule: "libinput"
[    18.165] (II) systemd-logind: releasing fd for 13:72
[    18.188] (II) UnloadModule: "libinput"
[    18.188] (II) systemd-logind: releasing fd for 13:71
[    18.222] (II) UnloadModule: "libinput"
[    18.222] (II) systemd-logind: releasing fd for 13:77
[    18.255] (II) UnloadModule: "libinput"
[    18.255] (II) systemd-logind: releasing fd for 13:65
[    18.272] (II) UnloadModule: "libinput"
[    18.272] (II) systemd-logind: releasing fd for 13:66
[    18.288] (II) UnloadModule: "libinput"
[    18.288] (II) systemd-logind: releasing fd for 13:70
[    18.322] (II) UnloadModule: "libinput"
[    18.322] (II) systemd-logind: releasing fd for 13:69
[    18.355] (II) UnloadModule: "libinput"
[    18.355] (II) systemd-logind: releasing fd for 13:67
[    18.372] (II) UnloadModule: "libinput"
[    18.372] (II) systemd-logind: releasing fd for 13:74
[    18.406] (II) UnloadModule: "libinput"
[    18.406] (II) systemd-logind: releasing fd for 13:75
[    18.554] (II) NVIDIA(GPU-0): Deleting GPU-0
[    18.572] (II) Server terminated successfully (0). Closing log file.

I've also tried adding

nvidia_drm.modeset=1

to grub boot parameters, but causes X to not start. Logs for this are:

journalctl -b

Jan 29 10:06:57 archLaptop kernel: microcode: microcode updated early to revision 0xf4, date = 2022-07-31
Jan 29 10:06:57 archLaptop kernel: Linux version 6.1.8-arch1-1 (linux@archlinux) (gcc (GCC) 12.2.1 20230111, GNU ld (GNU Binutils) 2.40) #1 SMP PREEMPT_DYNAMIC Tue, 24 Jan 2023 21:07:04 +0000
Jan 29 10:06:57 archLaptop kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=d610ecce-a9d3-4f03-93ae-3647ec7ad0ec rw loglevel=3 quiet nvidia_drm.modeset=1
Jan 29 10:06:57 archLaptop kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jan 29 10:06:57 archLaptop kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jan 29 10:06:57 archLaptop kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Jan 29 10:06:57 archLaptop kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Jan 29 10:06:57 archLaptop kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Jan 29 10:06:57 archLaptop kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Jan 29 10:06:57 archLaptop kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Jan 29 10:06:57 archLaptop kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
Jan 29 10:06:57 archLaptop kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
Jan 29 10:06:57 archLaptop kernel: x86/fpu: xstate_offset[9]:  960, xstate_sizes[9]:    8
Jan 29 10:06:57 archLaptop kernel: x86/fpu: Enabled xstate features 0x21f, context size is 968 bytes, using 'compacted' format.
Jan 29 10:06:57 archLaptop kernel: signal: max sigframe size: 3632
Jan 29 10:06:57 archLaptop kernel: BIOS-provided physical RAM map:
Jan 29 10:06:57 archLaptop kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
Jan 29 10:06:57 archLaptop kernel: BIOS-e820: [mem 0x000000000009e000-0x000000000009efff] reserved
Jan 29 10:06:57 archLaptop kernel: BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] usable
Jan 29 10:06:57 archLaptop kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Jan 29 10:06:57 archLaptop kernel: BIOS-e820: [mem 0x0000000000100000-0x000000009648bfff] usable
Jan 29 10:06:57 archLaptop kernel: BIOS-e820: [mem 0x000000009648c000-0x0000000098092fff] reserved
Jan 29 10:06:57 archLaptop kernel: BIOS-e820: [mem 0x0000000098093000-0x00000000981c2fff] ACPI data
Jan 29 10:06:57 archLaptop kernel: BIOS-e820: [mem 0x00000000981c3000-0x00000000982dbfff] ACPI NVS
Jan 29 10:06:57 archLaptop kernel: BIOS-e820: [mem 0x00000000982dc000-0x0000000099993fff] reserved
Jan 29 10:06:57 archLaptop kernel: BIOS-e820: [mem 0x0000000099994000-0x0000000099c4dfff] type 20
Jan 29 10:06:57 archLaptop kernel: BIOS-e820: [mem 0x0000000099c4e000-0x0000000099c4efff] usable
Jan 29 10:06:57 archLaptop kernel: BIOS-e820: [mem 0x0000000099c4f000-0x000000009f7fffff] reserved
Jan 29 10:06:57 archLaptop kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Jan 29 10:06:57 archLaptop kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Jan 29 10:06:57 archLaptop kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Jan 29 10:06:57 archLaptop kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
Jan 29 10:06:57 archLaptop kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Jan 29 10:06:57 archLaptop kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Jan 29 10:06:57 archLaptop kernel: BIOS-e820: [mem 0x0000000100000000-0x000000045e7fffff] usable
Jan 29 10:06:57 archLaptop kernel: NX (Execute Disable) protection: active
Jan 29 10:06:57 archLaptop kernel: efi: EFI v2.70 by American Megatrends
Jan 29 10:06:57 archLaptop kernel: efi: ACPI=0x981c2000 ACPI 2.0=0x981c2014 TPMFinalLog=0x9824a000 SMBIOS=0x9980f000 SMBIOS 3.0=0x9980e000 MEMATTR=0x8ccd5018 ESRT=0x9010b918 
Jan 29 10:06:57 archLaptop kernel: SMBIOS 3.2.0 present.
Jan 29 10:06:57 archLaptop kernel: DMI: Micro-Star International Co., Ltd. GL65 Leopard 10SDR/MS-16U7, BIOS E16U7IMS.10B 10/23/2020
Jan 29 10:06:57 archLaptop kernel: tsc: Detected 2600.000 MHz processor
Jan 29 10:06:57 archLaptop kernel: tsc: Detected 2599.992 MHz TSC
Jan 29 10:06:57 archLaptop kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jan 29 10:06:57 archLaptop kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jan 29 10:06:57 archLaptop kernel: last_pfn = 0x45e800 max_arch_pfn = 0x400000000
Jan 29 10:06:57 archLaptop kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Jan 29 10:06:57 archLaptop kernel: last_pfn = 0x99c4f max_arch_pfn = 0x400000000
Jan 29 10:06:57 archLaptop kernel: esrt: Reserving ESRT space from 0x000000009010b918 to 0x000000009010b978.
Jan 29 10:06:57 archLaptop kernel: e820: update [mem 0x9010b000-0x9010bfff] usable ==> reserved
Jan 29 10:06:57 archLaptop kernel: Using GB pages for direct mapping
Jan 29 10:06:57 archLaptop kernel: Secure boot disabled
Jan 29 10:06:57 archLaptop kernel: RAMDISK: [mem 0x2a6dd000-0x31365fff]
Jan 29 10:06:57 archLaptop kernel: ACPI: Early table checksum verification disabled
Jan 29 10:06:57 archLaptop kernel: ACPI: RSDP 0x00000000981C2014 000024 (v02 MSI_NB)
Jan 29 10:06:57 archLaptop kernel: ACPI: XSDT 0x00000000981C1728 0000EC (v01 MSI_NB MEGABOOK 01072009 AMI  01000013)
Jan 29 10:06:57 archLaptop kernel: ACPI: FACP 0x00000000981BC000 000114 (v06 MSI_NB MEGABOOK 01072009 AMI  00010013)
Jan 29 10:06:57 archLaptop kernel: ACPI: DSDT 0x000000009817D000 03EF48 (v02 MSI_NB MEGABOOK 01072009 INTL 20160527)
Jan 29 10:06:57 archLaptop kernel: ACPI: FACS 0x00000000982DB000 000040
Jan 29 10:06:57 archLaptop kernel: ACPI: MCFG 0x00000000981C0000 00003C (v01 MSI_NB MEGABOOK 01072009 MSFT 00000097)
Jan 29 10:06:57 archLaptop kernel: ACPI: SSDT 0x00000000981BD000 002087 (v02 CpuRef CpuSsdt  00003000 INTL 20160527)
Jan 29 10:06:57 archLaptop kernel: ACPI: FIDT 0x000000009817C000 00009C (v01 MSI_NB MEGABOOK 01072009 AMI  00010013)
Jan 29 10:06:57 archLaptop kernel: ACPI: MSDM 0x000000009817B000 000055 (v03 MSI_NB MEGABOOK 01072009 AMI  01000013)
Jan 29 10:06:57 archLaptop kernel: ACPI: SLIC 0x000000009817A000 000176 (v01 MSI_NB MEGABOOK 01072009 AMI  01000013)
Jan 29 10:06:57 archLaptop kernel: ACPI: SSDT 0x0000000098176000 0031DA (v02 SaSsdt SaSsdt   00003000 INTL 20160527)
Jan 29 10:06:57 archLaptop kernel: ACPI: SSDT 0x0000000098173000 0029E7 (v02 Intel  PegSsdt  00001000 INTL 20160527)
Jan 29 10:06:57 archLaptop kernel: ACPI: HPET 0x0000000098172000 000038 (v01 MSI_NB MEGABOOK 01072009 AMI  01000013)
Jan 29 10:06:57 archLaptop kernel: ACPI: SSDT 0x000000009816E000 00324F (v02 INTEL  xh_cfhd4 00000000 INTL 20160527)
Jan 29 10:06:57 archLaptop kernel: ACPI: NHLT 0x000000009816C000 001821 (v00 MSI_NB MEGABOOK 01072009 AMI  01000013)
Jan 29 10:06:57 archLaptop kernel: ACPI: SSDT 0x000000009816B000 0006BB (v02 Intel  PerfTune 00001000 INTL 20160527)
Jan 29 10:06:57 archLaptop kernel: ACPI: LPIT 0x000000009816A000 000094 (v01 MSI_NB MEGABOOK 01072009 AMI  01000013)
Jan 29 10:06:57 archLaptop kernel: ACPI: SSDT 0x0000000098166000 002720 (v02 MSI_NB PtidDevc 00001000 INTL 20160527)
Jan 29 10:06:57 archLaptop kernel: ACPI: SSDT 0x0000000098163000 0025B2 (v02 MSI_NB TbtTypeC 00000000 INTL 20160527)
Jan 29 10:06:57 archLaptop kernel: ACPI: DBGP 0x0000000098162000 000034 (v01 MSI_NB MEGABOOK 01072009 AMI  01000013)
Jan 29 10:06:57 archLaptop kernel: ACPI: DBG2 0x0000000098161000 000054 (v00 MSI_NB MEGABOOK 01072009 AMI  01000013)
Jan 29 10:06:57 archLaptop kernel: ACPI: SSDT 0x000000009815F000 0000AE (v02 SgRef  SgPeg    00001000 INTL 20160527)
Jan 29 10:06:57 archLaptop kernel: ACPI: BGRT 0x000000009815E000 000038 (v01 MSI_NB MEGABOOK 01072009 AMI  00010013)
Jan 29 10:06:57 archLaptop kernel: ACPI: TPM2 0x000000009815D000 00004C (v04 MSI_NB MEGABOOK 00000001 AMI  00000000)
Jan 29 10:06:57 archLaptop kernel: ACPI: DMAR 0x0000000098160000 0000A8 (v01 INTEL  EDK2     00000002      01000013)
Jan 29 10:06:57 archLaptop kernel: ACPI: SSDT 0x000000009815A000 002567 (v01 OptRf1 Opt1Tabl 00001000 INTL 20160527)
Jan 29 10:06:57 archLaptop kernel: ACPI: WSMT 0x0000000098169000 000028 (v01 MSI_NB MEGABOOK 01072009 AMI  00010013)
Jan 29 10:06:57 archLaptop kernel: ACPI: APIC 0x0000000098159000 0000F4 (v04 MSI_NB MEGABOOK 01072009 AMI  00010013)
Jan 29 10:06:57 archLaptop kernel: ACPI: FPDT 0x0000000098158000 000044 (v01 MSI_NB CML      01072009 AMI  01000013)
Jan 29 10:06:57 archLaptop kernel: ACPI: Reserving FACP table memory at [mem 0x981bc000-0x981bc113]
Jan 29 10:06:57 archLaptop kernel: ACPI: Reserving DSDT table memory at [mem 0x9817d000-0x981bbf47]
Jan 29 10:06:57 archLaptop kernel: ACPI: Reserving FACS table memory at [mem 0x982db000-0x982db03f]
Jan 29 10:06:57 archLaptop kernel: ACPI: Reserving MCFG table memory at [mem 0x981c0000-0x981c003b]
Jan 29 10:06:57 archLaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x981bd000-0x981bf086]
Jan 29 10:06:57 archLaptop kernel: ACPI: Reserving FIDT table memory at [mem 0x9817c000-0x9817c09b]
Jan 29 10:06:57 archLaptop kernel: ACPI: Reserving MSDM table memory at [mem 0x9817b000-0x9817b054]
Jan 29 10:06:57 archLaptop kernel: ACPI: Reserving SLIC table memory at [mem 0x9817a000-0x9817a175]
Jan 29 10:06:57 archLaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x98176000-0x981791d9]
Jan 29 10:06:57 archLaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x98173000-0x981759e6]
Jan 29 10:06:57 archLaptop kernel: ACPI: Reserving HPET table memory at [mem 0x98172000-0x98172037]
Jan 29 10:06:57 archLaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x9816e000-0x9817124e]
Jan 29 10:06:57 archLaptop kernel: ACPI: Reserving NHLT table memory at [mem 0x9816c000-0x9816d820]
Jan 29 10:06:57 archLaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x9816b000-0x9816b6ba]
Jan 29 10:06:57 archLaptop kernel: ACPI: Reserving LPIT table memory at [mem 0x9816a000-0x9816a093]
Jan 29 10:06:57 archLaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x98166000-0x9816871f]
Jan 29 10:06:57 archLaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x98163000-0x981655b1]
Jan 29 10:06:57 archLaptop kernel: ACPI: Reserving DBGP table memory at [mem 0x98162000-0x98162033]
Jan 29 10:06:57 archLaptop kernel: ACPI: Reserving DBG2 table memory at [mem 0x98161000-0x98161053]
Jan 29 10:06:57 archLaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x9815f000-0x9815f0ad]
Jan 29 10:06:57 archLaptop kernel: ACPI: Reserving BGRT table memory at [mem 0x9815e000-0x9815e037]
Jan 29 10:06:57 archLaptop kernel: ACPI: Reserving TPM2 table memory at [mem 0x9815d000-0x9815d04b]
Jan 29 10:06:57 archLaptop kernel: ACPI: Reserving DMAR table memory at [mem 0x98160000-0x981600a7]
Jan 29 10:06:57 archLaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x9815a000-0x9815c566]
Jan 29 10:06:57 archLaptop kernel: ACPI: Reserving WSMT table memory at [mem 0x98169000-0x98169027]
Jan 29 10:06:57 archLaptop kernel: ACPI: Reserving APIC table memory at [mem 0x98159000-0x981590f3]
Jan 29 10:06:57 archLaptop kernel: ACPI: Reserving FPDT table memory at [mem 0x98158000-0x98158043]
Jan 29 10:06:57 archLaptop kernel: No NUMA configuration found
Jan 29 10:06:57 archLaptop kernel: Faking a node at [mem 0x0000000000000000-0x000000045e7fffff]
Jan 29 10:06:57 archLaptop kernel: NODE_DATA(0) allocated [mem 0x45e7fb000-0x45e7fffff]
Jan 29 10:06:57 archLaptop kernel: Zone ranges:
Jan 29 10:06:57 archLaptop kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Jan 29 10:06:57 archLaptop kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Jan 29 10:06:57 archLaptop kernel:   Normal   [mem 0x0000000100000000-0x000000045e7fffff]
Jan 29 10:06:57 archLaptop kernel:   Device   empty
Jan 29 10:06:57 archLaptop kernel: Movable zone start for each node
Jan 29 10:06:57 archLaptop kernel: Early memory node ranges
Jan 29 10:06:57 archLaptop kernel:   node   0: [mem 0x0000000000001000-0x000000000009dfff]
Jan 29 10:06:57 archLaptop kernel:   node   0: [mem 0x000000000009f000-0x000000000009ffff]
Jan 29 10:06:57 archLaptop kernel:   node   0: [mem 0x0000000000100000-0x000000009648bfff]
Jan 29 10:06:57 archLaptop kernel:   node   0: [mem 0x0000000099c4e000-0x0000000099c4efff]
Jan 29 10:06:57 archLaptop kernel:   node   0: [mem 0x0000000100000000-0x000000045e7fffff]
Jan 29 10:06:57 archLaptop kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000045e7fffff]
Jan 29 10:06:57 archLaptop kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jan 29 10:06:57 archLaptop kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jan 29 10:06:57 archLaptop kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Jan 29 10:06:57 archLaptop kernel: On node 0, zone DMA32: 14274 pages in unavailable ranges
Jan 29 10:06:57 archLaptop kernel: On node 0, zone Normal: 25521 pages in unavailable ranges
Jan 29 10:06:57 archLaptop kernel: On node 0, zone Normal: 6144 pages in unavailable ranges
Jan 29 10:06:57 archLaptop kernel: Reserving Intel graphics memory at [mem 0x9b800000-0x9f7fffff]
Jan 29 10:06:57 archLaptop kernel: ACPI: PM-Timer IO Port: 0x1808
Jan 29 10:06:57 archLaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Jan 29 10:06:57 archLaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Jan 29 10:06:57 archLaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Jan 29 10:06:57 archLaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Jan 29 10:06:57 archLaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Jan 29 10:06:57 archLaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Jan 29 10:06:57 archLaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Jan 29 10:06:57 archLaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Jan 29 10:06:57 archLaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Jan 29 10:06:57 archLaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Jan 29 10:06:57 archLaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Jan 29 10:06:57 archLaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Jan 29 10:06:57 archLaptop kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Jan 29 10:06:57 archLaptop kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jan 29 10:06:57 archLaptop kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Jan 29 10:06:57 archLaptop kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Jan 29 10:06:57 archLaptop kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Jan 29 10:06:57 archLaptop kernel: e820: update [mem 0x8d614000-0x8d707fff] usable ==> reserved
Jan 29 10:06:57 archLaptop kernel: TSC deadline timer available
Jan 29 10:06:57 archLaptop kernel: smpboot: Allowing 12 CPUs, 0 hotplug CPUs
Jan 29 10:06:57 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jan 29 10:06:57 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff]
Jan 29 10:06:57 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Jan 29 10:06:57 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x8d614000-0x8d707fff]
Jan 29 10:06:57 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x9010b000-0x9010bfff]
Jan 29 10:06:57 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x9648c000-0x98092fff]
Jan 29 10:06:57 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x98093000-0x981c2fff]
Jan 29 10:06:57 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x981c3000-0x982dbfff]
Jan 29 10:06:57 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x982dc000-0x99993fff]
Jan 29 10:06:57 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x99994000-0x99c4dfff]
Jan 29 10:06:57 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x99c4f000-0x9f7fffff]
Jan 29 10:06:57 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x9f800000-0xdfffffff]
Jan 29 10:06:57 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
Jan 29 10:06:57 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
Jan 29 10:06:57 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
Jan 29 10:06:57 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
Jan 29 10:06:57 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Jan 29 10:06:57 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
Jan 29 10:06:57 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
Jan 29 10:06:57 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfed04000-0xfedfffff]
Jan 29 10:06:57 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Jan 29 10:06:57 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
Jan 29 10:06:57 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
Jan 29 10:06:57 archLaptop kernel: [mem 0x9f800000-0xdfffffff] available for PCI devices
Jan 29 10:06:57 archLaptop kernel: Booting paravirtualized kernel on bare hardware
Jan 29 10:06:57 archLaptop kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Jan 29 10:06:57 archLaptop kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
Jan 29 10:06:57 archLaptop kernel: percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
Jan 29 10:06:57 archLaptop kernel: pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
Jan 29 10:06:57 archLaptop kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- -- 
Jan 29 10:06:57 archLaptop kernel: Fallback order for Node 0: 0 
Jan 29 10:06:57 archLaptop kernel: Built 1 zonelists, mobility grouping on.  Total pages: 4083290
Jan 29 10:06:57 archLaptop kernel: Policy zone: Normal
Jan 29 10:06:57 archLaptop kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=d610ecce-a9d3-4f03-93ae-3647ec7ad0ec rw loglevel=3 quiet nvidia_drm.modeset=1
Jan 29 10:06:57 archLaptop kernel: Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-linux", will be passed to user space.
Jan 29 10:06:57 archLaptop kernel: random: crng init done
Jan 29 10:06:57 archLaptop kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Jan 29 10:06:57 archLaptop kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Jan 29 10:06:57 archLaptop kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Jan 29 10:06:57 archLaptop kernel: software IO TLB: area num 16.
Jan 29 10:06:57 archLaptop kernel: Memory: 15923260K/16593068K available (16391K kernel code, 2133K rwdata, 11076K rodata, 2140K init, 3360K bss, 669548K reserved, 0K cma-reserved)
Jan 29 10:06:57 archLaptop kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
Jan 29 10:06:57 archLaptop kernel: ftrace: allocating 46415 entries in 182 pages
Jan 29 10:06:57 archLaptop kernel: ftrace: allocated 182 pages with 5 groups
Jan 29 10:06:57 archLaptop kernel: Dynamic Preempt: full
Jan 29 10:06:57 archLaptop kernel: rcu: Preemptible hierarchical RCU implementation.
Jan 29 10:06:57 archLaptop kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=12.
Jan 29 10:06:57 archLaptop kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Jan 29 10:06:57 archLaptop kernel:         Trampoline variant of Tasks RCU enabled.
Jan 29 10:06:57 archLaptop kernel:         Rude variant of Tasks RCU enabled.
Jan 29 10:06:57 archLaptop kernel:         Tracing variant of Tasks RCU enabled.
Jan 29 10:06:57 archLaptop kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Jan 29 10:06:57 archLaptop kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
Jan 29 10:06:57 archLaptop kernel: NR_IRQS: 20736, nr_irqs: 2152, preallocated irqs: 16
Jan 29 10:06:57 archLaptop kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Jan 29 10:06:57 archLaptop kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Jan 29 10:06:57 archLaptop kernel: Console: colour dummy device 80x25
Jan 29 10:06:57 archLaptop kernel: printk: console [tty0] enabled
Jan 29 10:06:57 archLaptop kernel: ACPI: Core revision 20220331
Jan 29 10:06:57 archLaptop kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
Jan 29 10:06:57 archLaptop kernel: APIC: Switch to symmetric I/O mode setup
Jan 29 10:06:57 archLaptop kernel: DMAR: Host address width 39
Jan 29 10:06:57 archLaptop kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Jan 29 10:06:57 archLaptop kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
Jan 29 10:06:57 archLaptop kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Jan 29 10:06:57 archLaptop kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Jan 29 10:06:57 archLaptop kernel: DMAR: RMRR base: 0x0000009899c000 end: 0x00000098be5fff
Jan 29 10:06:57 archLaptop kernel: DMAR: RMRR base: 0x0000009b000000 end: 0x0000009f7fffff
Jan 29 10:06:57 archLaptop kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Jan 29 10:06:57 archLaptop kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Jan 29 10:06:57 archLaptop kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Jan 29 10:06:57 archLaptop kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Jan 29 10:06:57 archLaptop kernel: x2apic enabled
Jan 29 10:06:57 archLaptop kernel: Switched APIC routing to cluster x2apic.
Jan 29 10:06:57 archLaptop kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jan 29 10:06:57 archLaptop kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x257a34a6eea, max_idle_ns: 440795264358 ns
Jan 29 10:06:57 archLaptop kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5202.65 BogoMIPS (lpj=8666640)
Jan 29 10:06:57 archLaptop kernel: pid_max: default: 32768 minimum: 301
Jan 29 10:06:57 archLaptop kernel: LSM: Security Framework initializing
Jan 29 10:06:57 archLaptop kernel: landlock: Up and running.
Jan 29 10:06:57 archLaptop kernel: Yama: becoming mindful.
Jan 29 10:06:57 archLaptop kernel: LSM support for eBPF active
Jan 29 10:06:57 archLaptop kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Jan 29 10:06:57 archLaptop kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Jan 29 10:06:57 archLaptop kernel: x86/cpu: SGX disabled by BIOS.
Jan 29 10:06:57 archLaptop kernel: CPU0: Thermal monitoring enabled (TM1)
Jan 29 10:06:57 archLaptop kernel: process: using mwait in idle threads
Jan 29 10:06:57 archLaptop kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Jan 29 10:06:57 archLaptop kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Jan 29 10:06:57 archLaptop kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Jan 29 10:06:57 archLaptop kernel: Spectre V2 : Mitigation: Enhanced IBRS
Jan 29 10:06:57 archLaptop kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Jan 29 10:06:57 archLaptop kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
Jan 29 10:06:57 archLaptop kernel: RETBleed: Mitigation: Enhanced IBRS
Jan 29 10:06:57 archLaptop kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Jan 29 10:06:57 archLaptop kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Jan 29 10:06:57 archLaptop kernel: MMIO Stale Data: Mitigation: Clear CPU buffers
Jan 29 10:06:57 archLaptop kernel: SRBDS: Mitigation: Microcode
Jan 29 10:06:57 archLaptop kernel: Freeing SMP alternatives memory: 40K
Jan 29 10:06:57 archLaptop kernel: smpboot: CPU0: Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz (family: 0x6, model: 0xa5, stepping: 0x2)
Jan 29 10:06:57 archLaptop kernel: cblist_init_generic: Setting adjustable number of callback queues.
Jan 29 10:06:57 archLaptop kernel: cblist_init_generic: Setting shift to 4 and lim to 1.
Jan 29 10:06:57 archLaptop kernel: cblist_init_generic: Setting shift to 4 and lim to 1.
Jan 29 10:06:57 archLaptop kernel: cblist_init_generic: Setting shift to 4 and lim to 1.
Jan 29 10:06:57 archLaptop kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Jan 29 10:06:57 archLaptop kernel: ... version:                4
Jan 29 10:06:57 archLaptop kernel: ... bit width:              48
Jan 29 10:06:57 archLaptop kernel: ... generic registers:      4
Jan 29 10:06:57 archLaptop kernel: ... value mask:             0000ffffffffffff
Jan 29 10:06:57 archLaptop kernel: ... max period:             00007fffffffffff
Jan 29 10:06:57 archLaptop kernel: ... fixed-purpose events:   3
Jan 29 10:06:57 archLaptop kernel: ... event mask:             000000070000000f
Jan 29 10:06:57 archLaptop kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1811
Jan 29 10:06:57 archLaptop kernel: rcu: Hierarchical SRCU implementation.
Jan 29 10:06:57 archLaptop kernel: rcu:         Max phase no-delay instances is 1000.
Jan 29 10:06:57 archLaptop kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Jan 29 10:06:57 archLaptop kernel: smp: Bringing up secondary CPUs ...
Jan 29 10:06:57 archLaptop kernel: x86: Booting SMP configuration:
Jan 29 10:06:57 archLaptop kernel: .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6
Jan 29 10:06:57 archLaptop kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
Jan 29 10:06:57 archLaptop kernel:   #7  #8  #9 #10 #11
Jan 29 10:06:57 archLaptop kernel: smp: Brought up 1 node, 12 CPUs
Jan 29 10:06:57 archLaptop kernel: smpboot: Max logical packages: 1
Jan 29 10:06:57 archLaptop kernel: smpboot: Total of 12 processors activated (62424.80 BogoMIPS)
Jan 29 10:06:57 archLaptop kernel: devtmpfs: initialized
Jan 29 10:06:57 archLaptop kernel: x86/mm: Memory block size: 128MB
Jan 29 10:06:57 archLaptop kernel: ACPI: PM: Registering ACPI NVS region [mem 0x981c3000-0x982dbfff] (1150976 bytes)
Jan 29 10:06:57 archLaptop kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Jan 29 10:06:57 archLaptop kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Jan 29 10:06:57 archLaptop kernel: pinctrl core: initialized pinctrl subsystem
Jan 29 10:06:57 archLaptop kernel: PM: RTC time: 15:06:54, date: 2023-01-29
Jan 29 10:06:57 archLaptop kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Jan 29 10:06:57 archLaptop kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Jan 29 10:06:57 archLaptop kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Jan 29 10:06:57 archLaptop kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Jan 29 10:06:57 archLaptop kernel: audit: initializing netlink subsys (disabled)
Jan 29 10:06:57 archLaptop kernel: audit: type=2000 audit(1675004814.069:1): state=initialized audit_enabled=0 res=1
Jan 29 10:06:57 archLaptop kernel: thermal_sys: Registered thermal governor 'fair_share'
Jan 29 10:06:57 archLaptop kernel: thermal_sys: Registered thermal governor 'bang_bang'
Jan 29 10:06:57 archLaptop kernel: thermal_sys: Registered thermal governor 'step_wise'
Jan 29 10:06:57 archLaptop kernel: thermal_sys: Registered thermal governor 'user_space'
Jan 29 10:06:57 archLaptop kernel: thermal_sys: Registered thermal governor 'power_allocator'
Jan 29 10:06:57 archLaptop kernel: cpuidle: using governor ladder
Jan 29 10:06:57 archLaptop kernel: cpuidle: using governor menu
Jan 29 10:06:57 archLaptop kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Jan 29 10:06:57 archLaptop kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jan 29 10:06:57 archLaptop kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Jan 29 10:06:57 archLaptop kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
Jan 29 10:06:57 archLaptop kernel: PCI: Using configuration type 1 for base access
Jan 29 10:06:57 archLaptop kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Jan 29 10:06:57 archLaptop kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Jan 29 10:06:57 archLaptop kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Jan 29 10:06:57 archLaptop kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Jan 29 10:06:57 archLaptop kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Jan 29 10:06:57 archLaptop kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Jan 29 10:06:57 archLaptop kernel: ACPI: Added _OSI(Module Device)
Jan 29 10:06:57 archLaptop kernel: ACPI: Added _OSI(Processor Device)
Jan 29 10:06:57 archLaptop kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Jan 29 10:06:57 archLaptop kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jan 29 10:06:57 archLaptop kernel: ACPI: 10 ACPI AML tables successfully acquired and loaded
Jan 29 10:06:57 archLaptop kernel: ACPI: Dynamic OEM Table Load:
Jan 29 10:06:57 archLaptop kernel: ACPI: SSDT 0xFFFF9292C1923500 0000FC (v02 PmRef  Cpu0Psd  00003000 INTL 20160527)
Jan 29 10:06:57 archLaptop kernel: ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
Jan 29 10:06:57 archLaptop kernel: ACPI: Dynamic OEM Table Load:
Jan 29 10:06:57 archLaptop kernel: ACPI: SSDT 0xFFFF9292C10EF400 000400 (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
Jan 29 10:06:57 archLaptop kernel: ACPI: Dynamic OEM Table Load:
Jan 29 10:06:57 archLaptop kernel: ACPI: SSDT 0xFFFF9292C19DB000 0005BA (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
Jan 29 10:06:57 archLaptop kernel: ACPI: Dynamic OEM Table Load:
Jan 29 10:06:57 archLaptop kernel: ACPI: SSDT 0xFFFF9292C18E8200 000137 (v02 PmRef  Cpu0Hwp  00003000 INTL 20160527)
Jan 29 10:06:57 archLaptop kernel: ACPI: Dynamic OEM Table Load:
Jan 29 10:06:57 archLaptop kernel: ACPI: SSDT 0xFFFF9292C10F0000 000BEA (v02 PmRef  HwpLvt   00003000 INTL 20160527)
Jan 29 10:06:57 archLaptop kernel: ACPI: Dynamic OEM Table Load:
Jan 29 10:06:57 archLaptop kernel: ACPI: SSDT 0xFFFF9292C19DC800 000778 (v02 PmRef  ApIst    00003000 INTL 20160527)
Jan 29 10:06:57 archLaptop kernel: ACPI: Dynamic OEM Table Load:
Jan 29 10:06:57 archLaptop kernel: ACPI: SSDT 0xFFFF9292C10ECC00 0003D7 (v02 PmRef  ApHwp    00003000 INTL 20160527)
Jan 29 10:06:57 archLaptop kernel: ACPI: Dynamic OEM Table Load:
Jan 29 10:06:57 archLaptop kernel: ACPI: SSDT 0xFFFF9292C10F5000 000D22 (v02 PmRef  ApPsd    00003000 INTL 20160527)
Jan 29 10:06:57 archLaptop kernel: ACPI: Dynamic OEM Table Load:
Jan 29 10:06:57 archLaptop kernel: ACPI: SSDT 0xFFFF9292C10EF000 0003CA (v02 PmRef  ApCst    00003000 INTL 20160527)
Jan 29 10:06:57 archLaptop kernel: ACPI: EC: EC started
Jan 29 10:06:57 archLaptop kernel: ACPI: EC: interrupt blocked
Jan 29 10:06:57 archLaptop kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jan 29 10:06:57 archLaptop kernel: ACPI: \_SB_.PCI0.LPCB.EC__: Boot DSDT EC used to handle transactions
Jan 29 10:06:57 archLaptop kernel: ACPI: Interpreter enabled
Jan 29 10:06:57 archLaptop kernel: ACPI: PM: (supports S0 S3 S4 S5)
Jan 29 10:06:57 archLaptop kernel: ACPI: Using IOAPIC for interrupt routing
Jan 29 10:06:57 archLaptop kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jan 29 10:06:57 archLaptop kernel: PCI: Using E820 reservations for host bridge windows
Jan 29 10:06:57 archLaptop kernel: ACPI: Enabled 9 GPEs in block 00 to 7F
Jan 29 10:06:57 archLaptop kernel: ACPI: PM: Power Resource [PG00]
Jan 29 10:06:57 archLaptop kernel: ACPI: PM: Power Resource [USBC]
Jan 29 10:06:57 archLaptop kernel: ACPI: PM: Power Resource [V0PR]
Jan 29 10:06:57 archLaptop kernel: ACPI: PM: Power Resource [V1PR]
Jan 29 10:06:57 archLaptop kernel: ACPI: PM: Power Resource [V2PR]
Jan 29 10:06:57 archLaptop kernel: ACPI: PM: Power Resource [WRST]
Jan 29 10:06:57 archLaptop kernel: ACPI: PM: Power Resource [PIN]
Jan 29 10:06:57 archLaptop kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
Jan 29 10:06:57 archLaptop kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Jan 29 10:06:57 archLaptop kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
Jan 29 10:06:57 archLaptop kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Jan 29 10:06:57 archLaptop kernel: PCI host bridge to bus 0000:00
Jan 29 10:06:57 archLaptop kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Jan 29 10:06:57 archLaptop kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Jan 29 10:06:57 archLaptop kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Jan 29 10:06:57 archLaptop kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
Jan 29 10:06:57 archLaptop kernel: pci_bus 0000:00: root bus resource [mem 0x9f800000-0xdfffffff window]
Jan 29 10:06:57 archLaptop kernel: pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
Jan 29 10:06:57 archLaptop kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:00.0: [8086:9b54] type 00 class 0x060000
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:02.0: [8086:9bc4] type 00 class 0x030000
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:02.0: reg 0x10: [mem 0xc3000000-0xc3ffffff 64bit]
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:02.0: reg 0x18: [mem 0xa0000000-0xafffffff 64bit pref]
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:02.0: reg 0x20: [io  0x5000-0x503f]
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:12.0: [8086:06f9] type 00 class 0x118000
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:12.0: reg 0x10: [mem 0xc5423000-0xc5423fff 64bit]
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:14.0: [8086:06ed] type 00 class 0x0c0330
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:14.0: reg 0x10: [mem 0xc5400000-0xc540ffff 64bit]
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:14.2: [8086:06ef] type 00 class 0x050000
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:14.2: reg 0x10: [mem 0xc541a000-0xc541bfff 64bit]
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:14.2: reg 0x18: [mem 0xc5422000-0xc5422fff 64bit]
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:14.3: [8086:06f0] type 00 class 0x028000
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:14.3: reg 0x10: [mem 0xc5414000-0xc5417fff 64bit]
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:15.0: [8086:06e8] type 00 class 0x0c8000
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:15.2: [8086:06ea] type 00 class 0x0c8000
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:15.2: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:16.0: [8086:06e0] type 00 class 0x078000
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:16.0: reg 0x10: [mem 0xc541f000-0xc541ffff 64bit]
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:16.0: PME# supported from D3hot
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:17.0: [8086:06d3] type 00 class 0x010601
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:17.0: reg 0x10: [mem 0xc5418000-0xc5419fff]
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:17.0: reg 0x14: [mem 0xc541e000-0xc541e0ff]
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:17.0: reg 0x18: [io  0x5090-0x5097]
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:17.0: reg 0x1c: [io  0x5080-0x5083]
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:17.0: reg 0x20: [io  0x5060-0x507f]
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:17.0: reg 0x24: [mem 0xc541d000-0xc541d7ff]
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:17.0: PME# supported from D3hot
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:1d.0: [8086:06b0] type 01 class 0x060400
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:1d.6: [8086:06b6] type 01 class 0x060400
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:1d.6: PME# supported from D0 D3hot D3cold
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:1d.6: PTM enabled (root), 4ns granularity
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:1f.0: [8086:068d] type 00 class 0x060100
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:1f.3: [8086:06c8] type 00 class 0x040300
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xc5410000-0xc5413fff 64bit]
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:1f.3: reg 0x20: [mem 0xc5100000-0xc51fffff 64bit]
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:1f.4: [8086:06a3] type 00 class 0x0c0500
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xc541c000-0xc541c0ff 64bit]
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:1f.5: [8086:06a4] type 00 class 0x0c8000
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
Jan 29 10:06:57 archLaptop kernel: pci 0000:01:00.0: [10de:2191] type 00 class 0x030000
Jan 29 10:06:57 archLaptop kernel: pci 0000:01:00.0: reg 0x10: [mem 0xc4000000-0xc4ffffff]
Jan 29 10:06:57 archLaptop kernel: pci 0000:01:00.0: reg 0x14: [mem 0xb0000000-0xbfffffff 64bit pref]
Jan 29 10:06:57 archLaptop kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xc0000000-0xc1ffffff 64bit pref]
Jan 29 10:06:57 archLaptop kernel: pci 0000:01:00.0: reg 0x24: [io  0x4000-0x407f]
Jan 29 10:06:57 archLaptop kernel: pci 0000:01:00.0: reg 0x30: [mem 0xc5000000-0xc507ffff pref]
Jan 29 10:06:57 archLaptop kernel: pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
Jan 29 10:06:57 archLaptop kernel: pci 0000:01:00.1: [10de:1aeb] type 00 class 0x040300
Jan 29 10:06:57 archLaptop kernel: pci 0000:01:00.1: reg 0x10: [mem 0xc5080000-0xc5083fff]
Jan 29 10:06:57 archLaptop kernel: pci 0000:01:00.2: [10de:1aec] type 00 class 0x0c0330
Jan 29 10:06:57 archLaptop kernel: pci 0000:01:00.2: reg 0x10: [mem 0xc2000000-0xc203ffff 64bit pref]
Jan 29 10:06:57 archLaptop kernel: pci 0000:01:00.2: reg 0x1c: [mem 0xc2040000-0xc204ffff 64bit pref]
Jan 29 10:06:57 archLaptop kernel: pci 0000:01:00.2: PME# supported from D0 D3hot D3cold
Jan 29 10:06:57 archLaptop kernel: pci 0000:01:00.3: [10de:1aed] type 00 class 0x0c8000
Jan 29 10:06:57 archLaptop kernel: pci 0000:01:00.3: reg 0x10: [mem 0xc5084000-0xc5084fff]
Jan 29 10:06:57 archLaptop kernel: pci 0000:01:00.3: PME# supported from D0 D3hot D3cold
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:01.0:   bridge window [mem 0xc4000000-0xc50fffff]
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xc20fffff 64bit pref]
Jan 29 10:06:57 archLaptop kernel: pci 0000:02:00.0: [1344:5404] type 00 class 0x010802
Jan 29 10:06:57 archLaptop kernel: pci 0000:02:00.0: reg 0x10: [mem 0xc5300000-0xc5303fff 64bit]
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:1d.0: PCI bridge to [bus 02]
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:1d.0:   bridge window [mem 0xc5300000-0xc53fffff]
Jan 29 10:06:57 archLaptop kernel: pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
Jan 29 10:06:57 archLaptop kernel: pci 0000:03:00.0: reg 0x10: [io  0x3000-0x30ff]
Jan 29 10:06:57 archLaptop kernel: pci 0000:03:00.0: reg 0x18: [mem 0xc5204000-0xc5204fff 64bit]
Jan 29 10:06:57 archLaptop kernel: pci 0000:03:00.0: reg 0x20: [mem 0xc5200000-0xc5203fff 64bit]
Jan 29 10:06:57 archLaptop kernel: pci 0000:03:00.0: supports D1 D2
Jan 29 10:06:57 archLaptop kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:1d.6: PCI bridge to [bus 03]
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:1d.6:   bridge window [io  0x3000-0x3fff]
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:1d.6:   bridge window [mem 0xc5200000-0xc52fffff]
Jan 29 10:06:57 archLaptop kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Jan 29 10:06:57 archLaptop kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 1
Jan 29 10:06:57 archLaptop kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Jan 29 10:06:57 archLaptop kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Jan 29 10:06:57 archLaptop kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Jan 29 10:06:57 archLaptop kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Jan 29 10:06:57 archLaptop kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Jan 29 10:06:57 archLaptop kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Jan 29 10:06:57 archLaptop kernel: ACPI: EC: interrupt unblocked
Jan 29 10:06:57 archLaptop kernel: ACPI: EC: event unblocked
Jan 29 10:06:57 archLaptop kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jan 29 10:06:57 archLaptop kernel: ACPI: EC: GPE=0x13
Jan 29 10:06:57 archLaptop kernel: ACPI: \_SB_.PCI0.LPCB.EC__: Boot DSDT EC initialization complete
Jan 29 10:06:57 archLaptop kernel: ACPI: \_SB_.PCI0.LPCB.EC__: EC: Used to handle transactions and events
Jan 29 10:06:57 archLaptop kernel: iommu: Default domain type: Translated 
Jan 29 10:06:57 archLaptop kernel: iommu: DMA domain TLB invalidation policy: lazy mode 
Jan 29 10:06:57 archLaptop kernel: SCSI subsystem initialized
Jan 29 10:06:57 archLaptop kernel: libata version 3.00 loaded.
Jan 29 10:06:57 archLaptop kernel: ACPI: bus type USB registered
Jan 29 10:06:57 archLaptop kernel: usbcore: registered new interface driver usbfs
Jan 29 10:06:57 archLaptop kernel: usbcore: registered new interface driver hub
Jan 29 10:06:57 archLaptop kernel: usbcore: registered new device driver usb
Jan 29 10:06:57 archLaptop kernel: pps_core: LinuxPPS API ver. 1 registered
Jan 29 10:06:57 archLaptop kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Jan 29 10:06:57 archLaptop kernel: PTP clock support registered
Jan 29 10:06:57 archLaptop kernel: EDAC MC: Ver: 3.0.0
Jan 29 10:06:57 archLaptop kernel: Registered efivars operations
Jan 29 10:06:57 archLaptop kernel: NetLabel: Initializing
Jan 29 10:06:57 archLaptop kernel: NetLabel:  domain hash size = 128
Jan 29 10:06:57 archLaptop kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Jan 29 10:06:57 archLaptop kernel: NetLabel:  unlabeled traffic allowed by default
Jan 29 10:06:57 archLaptop kernel: mctp: management component transport protocol core
Jan 29 10:06:57 archLaptop kernel: NET: Registered PF_MCTP protocol family
Jan 29 10:06:57 archLaptop kernel: PCI: Using ACPI for IRQ routing
Jan 29 10:06:57 archLaptop kernel: PCI: pci_cache_line_size set to 64 bytes
Jan 29 10:06:57 archLaptop kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
Jan 29 10:06:57 archLaptop kernel: e820: reserve RAM buffer [mem 0x8d614000-0x8fffffff]
Jan 29 10:06:57 archLaptop kernel: e820: reserve RAM buffer [mem 0x9010b000-0x93ffffff]
Jan 29 10:06:57 archLaptop kernel: e820: reserve RAM buffer [mem 0x9648c000-0x97ffffff]
Jan 29 10:06:57 archLaptop kernel: e820: reserve RAM buffer [mem 0x99c4f000-0x9bffffff]
Jan 29 10:06:57 archLaptop kernel: e820: reserve RAM buffer [mem 0x45e800000-0x45fffffff]
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Jan 29 10:06:57 archLaptop kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Jan 29 10:06:57 archLaptop kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Jan 29 10:06:57 archLaptop kernel: vgaarb: loaded
Jan 29 10:06:57 archLaptop kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Jan 29 10:06:57 archLaptop kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
Jan 29 10:06:57 archLaptop kernel: clocksource: Switched to clocksource tsc-early
Jan 29 10:06:57 archLaptop kernel: VFS: Disk quotas dquot_6.6.0
Jan 29 10:06:57 archLaptop kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jan 29 10:06:57 archLaptop kernel: pnp: PnP ACPI init
Jan 29 10:06:57 archLaptop kernel: system 00:00: [mem 0x40000000-0x403fffff] could not be reserved
Jan 29 10:06:57 archLaptop kernel: system 00:03: [io  0x0680-0x069f] has been reserved
Jan 29 10:06:57 archLaptop kernel: system 00:03: [io  0x164e-0x164f] has been reserved
Jan 29 10:06:57 archLaptop kernel: system 00:05: [io  0x1854-0x1857] has been reserved
Jan 29 10:06:57 archLaptop kernel: system 00:06: [io  0x1800-0x18fe] could not be reserved
Jan 29 10:06:57 archLaptop kernel: system 00:06: [mem 0xfd000000-0xfd69ffff] has been reserved
Jan 29 10:06:57 archLaptop kernel: system 00:06: [mem 0xfd6c0000-0xfd6cffff] has been reserved
Jan 29 10:06:57 archLaptop kernel: system 00:06: [mem 0xfd6f0000-0xfdffffff] has been reserved
Jan 29 10:06:57 archLaptop kernel: system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
Jan 29 10:06:57 archLaptop kernel: system 00:06: [mem 0xfe200000-0xfe7fffff] has been reserved
Jan 29 10:06:57 archLaptop kernel: system 00:06: [mem 0xff000000-0xffffffff] has been reserved
Jan 29 10:06:57 archLaptop kernel: system 00:07: [io  0x2000-0x20fe] has been reserved
Jan 29 10:06:57 archLaptop kernel: system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
Jan 29 10:06:57 archLaptop kernel: system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
Jan 29 10:06:57 archLaptop kernel: system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
Jan 29 10:06:57 archLaptop kernel: system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
Jan 29 10:06:57 archLaptop kernel: system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
Jan 29 10:06:57 archLaptop kernel: system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved
Jan 29 10:06:57 archLaptop kernel: system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
Jan 29 10:06:57 archLaptop kernel: system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
Jan 29 10:06:57 archLaptop kernel: system 00:09: [mem 0xfe038000-0xfe038fff] has been reserved
Jan 29 10:06:57 archLaptop kernel: pnp: PnP ACPI: found 10 devices
Jan 29 10:06:57 archLaptop kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jan 29 10:06:57 archLaptop kernel: NET: Registered PF_INET protocol family
Jan 29 10:06:57 archLaptop kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Jan 29 10:06:57 archLaptop kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Jan 29 10:06:57 archLaptop kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Jan 29 10:06:57 archLaptop kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Jan 29 10:06:57 archLaptop kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Jan 29 10:06:57 archLaptop kernel: TCP: Hash tables configured (established 131072 bind 65536)
Jan 29 10:06:57 archLaptop kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Jan 29 10:06:57 archLaptop kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Jan 29 10:06:57 archLaptop kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Jan 29 10:06:57 archLaptop kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Jan 29 10:06:57 archLaptop kernel: NET: Registered PF_XDP protocol family
Jan 29 10:06:57 archLaptop kernel: clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffe0000 64bit] for e820 entry [mem 0x000a0000-0x000fffff]
Jan 29 10:06:57 archLaptop kernel: clipped [mem size 0x00020000 64bit] to [mem size 0xfffffffffffc0000 64bit] for e820 entry [mem 0x000a0000-0x000fffff]
Jan 29 10:06:57 archLaptop kernel: clipped [mem size 0x00010000 64bit] to [mem size 0xffffffffffff0000 64bit] for e820 entry [mem 0x000a0000-0x000fffff]
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:15.0: BAR 0: assigned [mem 0x9f800000-0x9f800fff 64bit]
Jan 29 10:06:57 archLaptop kernel: clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffe0000 64bit] for e820 entry [mem 0x000a0000-0x000fffff]
Jan 29 10:06:57 archLaptop kernel: clipped [mem size 0x00020000 64bit] to [mem size 0xfffffffffffc0000 64bit] for e820 entry [mem 0x000a0000-0x000fffff]
Jan 29 10:06:57 archLaptop kernel: clipped [mem size 0x00010000 64bit] to [mem size 0xffffffffffff0000 64bit] for e820 entry [mem 0x000a0000-0x000fffff]
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:15.2: BAR 0: assigned [mem 0x9f801000-0x9f801fff 64bit]
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:01.0:   bridge window [mem 0xc4000000-0xc50fffff]
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xc20fffff 64bit pref]
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:1d.0: PCI bridge to [bus 02]
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:1d.0:   bridge window [mem 0xc5300000-0xc53fffff]
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:1d.6: PCI bridge to [bus 03]
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:1d.6:   bridge window [io  0x3000-0x3fff]
Jan 29 10:06:57 archLaptop kernel: pci 0000:00:1d.6:   bridge window [mem 0xc5200000-0xc52fffff]
Jan 29 10:06:57 archLaptop kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Jan 29 10:06:57 archLaptop kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Jan 29 10:06:57 archLaptop kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Jan 29 10:06:57 archLaptop kernel: pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000fffff window]
Jan 29 10:06:57 archLaptop kernel: pci_bus 0000:00: resource 8 [mem 0x9f800000-0xdfffffff window]
Jan 29 10:06:57 archLaptop kernel: pci_bus 0000:00: resource 9 [mem 0xfc800000-0xfe7fffff window]
Jan 29 10:06:57 archLaptop kernel: pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
Jan 29 10:06:57 archLaptop kernel: pci_bus 0000:01: resource 1 [mem 0xc4000000-0xc50fffff]
Jan 29 10:06:57 archLaptop kernel: pci_bus 0000:01: resource 2 [mem 0xb0000000-0xc20fffff 64bit pref]
Jan 29 10:06:57 archLaptop kernel: pci_bus 0000:02: resource 1 [mem 0xc5300000-0xc53fffff]
Jan 29 10:06:57 archLaptop kernel: pci_bus 0000:03: resource 0 [io  0x3000-0x3fff]
Jan 29 10:06:57 archLaptop kernel: pci_bus 0000:03: resource 1 [mem 0xc5200000-0xc52fffff]
Jan 29 10:06:57 archLaptop kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Jan 29 10:06:57 archLaptop kernel: pci 0000:01:00.2: D0 power state depends on 0000:01:00.0
Jan 29 10:06:57 archLaptop kernel: pci 0000:01:00.3: D0 power state depends on 0000:01:00.0
Jan 29 10:06:57 archLaptop kernel: PCI: CLS 64 bytes, default 64
Jan 29 10:06:57 archLaptop kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jan 29 10:06:57 archLaptop kernel: software IO TLB: mapped [mem 0x00000000888e3000-0x000000008c8e3000] (64MB)
Jan 29 10:06:57 archLaptop kernel: Trying to unpack rootfs image as initramfs...
Jan 29 10:06:57 archLaptop kernel: Initialise system trusted keyrings
Jan 29 10:06:57 archLaptop kernel: Key type blacklist registered
Jan 29 10:06:57 archLaptop kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Jan 29 10:06:57 archLaptop kernel: zbud: loaded
Jan 29 10:06:57 archLaptop kernel: integrity: Platform Keyring initialized
Jan 29 10:06:57 archLaptop kernel: integrity: Machine keyring initialized
Jan 29 10:06:57 archLaptop kernel: Key type asymmetric registered
Jan 29 10:06:57 archLaptop kernel: Asymmetric key parser 'x509' registered
Jan 29 10:06:57 archLaptop kernel: Freeing initrd memory: 111140K
Jan 29 10:06:57 archLaptop kernel: alg: self-tests for CTR-KDF (hmac(sha256)) passed
Jan 29 10:06:57 archLaptop kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Jan 29 10:06:57 archLaptop kernel: io scheduler mq-deadline registered
Jan 29 10:06:57 archLaptop kernel: io scheduler kyber registered
Jan 29 10:06:57 archLaptop kernel: io scheduler bfq registered
Jan 29 10:06:57 archLaptop kernel: pcieport 0000:00:01.0: PME: Signaling with IRQ 122
Jan 29 10:06:57 archLaptop kernel: pcieport 0000:00:1d.0: PME: Signaling with IRQ 123
Jan 29 10:06:57 archLaptop kernel: pcieport 0000:00:1d.0: AER: enabled with IRQ 123
Jan 29 10:06:57 archLaptop kernel: pcieport 0000:00:1d.0: DPC: enabled with IRQ 123
Jan 29 10:06:57 archLaptop kernel: pcieport 0000:00:1d.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
Jan 29 10:06:57 archLaptop kernel: pcieport 0000:00:1d.6: PME: Signaling with IRQ 124
Jan 29 10:06:57 archLaptop kernel: pcieport 0000:00:1d.6: AER: enabled with IRQ 124
Jan 29 10:06:57 archLaptop kernel: pcieport 0000:00:1d.6: DPC: enabled with IRQ 124
Jan 29 10:06:57 archLaptop kernel: pcieport 0000:00:1d.6: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
Jan 29 10:06:57 archLaptop kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jan 29 10:06:57 archLaptop kernel: Monitor-Mwait will be used to enter C-1 state
Jan 29 10:06:57 archLaptop kernel: Monitor-Mwait will be used to enter C-2 state
Jan 29 10:06:57 archLaptop kernel: Monitor-Mwait will be used to enter C-3 state
Jan 29 10:06:57 archLaptop kernel: ACPI: \_SB_.PR00: Found 3 idle states
Jan 29 10:06:57 archLaptop kernel: ACPI: AC: AC Adapter [ADP1] (on-line)
Jan 29 10:06:57 archLaptop kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:50/PNP0C09:00/PNP0C0D:00/input/input0
Jan 29 10:06:57 archLaptop kernel: ACPI: button: Lid Switch [LID0]
Jan 29 10:06:57 archLaptop kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Jan 29 10:06:57 archLaptop kernel: ACPI: button: Sleep Button [SLPB]
Jan 29 10:06:57 archLaptop kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
Jan 29 10:06:57 archLaptop kernel: ACPI: button: Power Button [PWRB]
Jan 29 10:06:57 archLaptop kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Jan 29 10:06:57 archLaptop kernel: ACPI: button: Power Button [PWRF]
Jan 29 10:06:57 archLaptop kernel: thermal LNXTHERM:00: registered as thermal_zone0
Jan 29 10:06:57 archLaptop kernel: ACPI: thermal: Thermal Zone [THRM] (52 C)
Jan 29 10:06:57 archLaptop kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Jan 29 10:06:57 archLaptop kernel: Non-volatile memory driver v1.3
Jan 29 10:06:57 archLaptop kernel: Linux agpgart interface v0.103
Jan 29 10:06:57 archLaptop kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
Jan 29 10:06:57 archLaptop kernel: ACPI: bus type drm_connector registered
Jan 29 10:06:57 archLaptop kernel: ahci 0000:00:17.0: version 3.0
Jan 29 10:06:57 archLaptop kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x21 impl SATA mode
Jan 29 10:06:57 archLaptop kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part ems deso sadm sds apst 
Jan 29 10:06:57 archLaptop kernel: scsi host0: ahci
Jan 29 10:06:57 archLaptop kernel: scsi host1: ahci
Jan 29 10:06:57 archLaptop kernel: scsi host2: ahci
Jan 29 10:06:57 archLaptop kernel: scsi host3: ahci
Jan 29 10:06:57 archLaptop kernel: scsi host4: ahci
Jan 29 10:06:57 archLaptop kernel: scsi host5: ahci
Jan 29 10:06:57 archLaptop kernel: ata1: SATA max UDMA/133 abar m2048@0xc541d000 port 0xc541d100 irq 125
Jan 29 10:06:57 archLaptop kernel: ata2: DUMMY
Jan 29 10:06:57 archLaptop kernel: ata3: DUMMY
Jan 29 10:06:57 archLaptop kernel: ata4: DUMMY
Jan 29 10:06:57 archLaptop kernel: ata5: DUMMY
Jan 29 10:06:57 archLaptop kernel: ata6: SATA max UDMA/133 abar m2048@0xc541d000 port 0xc541d380 irq 125
Jan 29 10:06:57 archLaptop kernel: usbcore: registered new interface driver usbserial_generic
Jan 29 10:06:57 archLaptop kernel: usbserial: USB Serial support registered for generic
Jan 29 10:06:57 archLaptop kernel: rtc_cmos 00:04: RTC can wake from S4
Jan 29 10:06:57 archLaptop kernel: rtc_cmos 00:04: registered as rtc0
Jan 29 10:06:57 archLaptop kernel: rtc_cmos 00:04: setting system clock to 2023-01-29T15:06:54 UTC (1675004814)
Jan 29 10:06:57 archLaptop kernel: rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram
Jan 29 10:06:57 archLaptop kernel: intel_pstate: Intel P-state driver initializing
Jan 29 10:06:57 archLaptop kernel: intel_pstate: HWP enabled
Jan 29 10:06:57 archLaptop kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jan 29 10:06:57 archLaptop kernel: efifb: probing for efifb
Jan 29 10:06:57 archLaptop kernel: efifb: showing boot graphics
Jan 29 10:06:57 archLaptop kernel: efifb: framebuffer at 0xa0000000, using 8128k, total 8128k
Jan 29 10:06:57 archLaptop kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
Jan 29 10:06:57 archLaptop kernel: efifb: scrolling: redraw
Jan 29 10:06:57 archLaptop kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Jan 29 10:06:57 archLaptop kernel: fbcon: Deferring console take-over
Jan 29 10:06:57 archLaptop kernel: fb0: EFI VGA frame buffer device
Jan 29 10:06:57 archLaptop kernel: hid: raw HID events driver (C) Jiri Kosina
Jan 29 10:06:57 archLaptop kernel: intel_pmc_core INT33A1:00:  initialized
Jan 29 10:06:57 archLaptop kernel: drop_monitor: Initializing network drop monitor service
Jan 29 10:06:57 archLaptop kernel: Initializing XFRM netlink socket
Jan 29 10:06:57 archLaptop kernel: NET: Registered PF_INET6 protocol family
Jan 29 10:06:57 archLaptop kernel: Segment Routing with IPv6
Jan 29 10:06:57 archLaptop kernel: RPL Segment Routing with IPv6
Jan 29 10:06:57 archLaptop kernel: In-situ OAM (IOAM) with IPv6
Jan 29 10:06:57 archLaptop kernel: NET: Registered PF_PACKET protocol family
Jan 29 10:06:57 archLaptop kernel: microcode: sig=0xa0652, pf=0x20, revision=0xf4
Jan 29 10:06:57 archLaptop kernel: microcode: Microcode Update Driver: v2.2.
Jan 29 10:06:57 archLaptop kernel: IPI shorthand broadcast: enabled
Jan 29 10:06:57 archLaptop kernel: sched_clock: Marking stable (817462020, 4037167)->(829235592, -7736405)
Jan 29 10:06:57 archLaptop kernel: registered taskstats version 1
Jan 29 10:06:57 archLaptop kernel: Loading compiled-in X.509 certificates
Jan 29 10:06:57 archLaptop kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 11d4300a815a1392c8658a75cb980ffc81d374b3'
Jan 29 10:06:57 archLaptop kernel: zswap: loaded using pool lz4/z3fold
Jan 29 10:06:57 archLaptop kernel: Key type .fscrypt registered
Jan 29 10:06:57 archLaptop kernel: Key type fscrypt-provisioning registered
Jan 29 10:06:57 archLaptop kernel: integrity: Loading X.509 certificate: UEFI:db
Jan 29 10:06:57 archLaptop kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Jan 29 10:06:57 archLaptop kernel: integrity: Loading X.509 certificate: UEFI:db
Jan 29 10:06:57 archLaptop kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Jan 29 10:06:57 archLaptop kernel: PM:   Magic number: 7:803:134
Jan 29 10:06:57 archLaptop kernel: acpi device:09: hash matches
Jan 29 10:06:57 archLaptop kernel: RAS: Correctable Errors collector initialized.
Jan 29 10:06:57 archLaptop kernel: ACPI: battery: Slot [BAT1] (battery present)
Jan 29 10:06:57 archLaptop kernel: ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jan 29 10:06:57 archLaptop kernel: ata1: SATA link down (SStatus 4 SControl 300)
Jan 29 10:06:57 archLaptop kernel: ata6.00: supports DRM functions and may not be fully accessible
Jan 29 10:06:57 archLaptop kernel: ata6.00: ATA-11: Samsung SSD 870 QVO 2TB, SVQ01B6Q, max UDMA/133
Jan 29 10:06:57 archLaptop kernel: ata6.00: 3907029168 sectors, multi 1: LBA48 NCQ (depth 32), AA
Jan 29 10:06:57 archLaptop kernel: ata6.00: Features: Trust Dev-Sleep NCQ-sndrcv
Jan 29 10:06:57 archLaptop kernel: ata6.00: supports DRM functions and may not be fully accessible
Jan 29 10:06:57 archLaptop kernel: ata6.00: configured for UDMA/133
Jan 29 10:06:57 archLaptop kernel: scsi 5:0:0:0: Direct-Access     ATA      Samsung SSD 870  1B6Q PQ: 0 ANSI: 5
Jan 29 10:06:57 archLaptop kernel: ata6.00: Enabling discard_zeroes_data
Jan 29 10:06:57 archLaptop kernel: sd 5:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
Jan 29 10:06:57 archLaptop kernel: sd 5:0:0:0: [sda] Write Protect is off
Jan 29 10:06:57 archLaptop kernel: sd 5:0:0:0: [sda] Mode Sense: 00 3a 00 00
Jan 29 10:06:57 archLaptop kernel: sd 5:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jan 29 10:06:57 archLaptop kernel: sd 5:0:0:0: [sda] Preferred minimum I/O size 512 bytes
Jan 29 10:06:57 archLaptop kernel: ata6.00: Enabling discard_zeroes_data
Jan 29 10:06:57 archLaptop kernel:  sda: sda1 sda2 sda3 sda4
Jan 29 10:06:57 archLaptop kernel: sd 5:0:0:0: [sda] supports TCG Opal
Jan 29 10:06:57 archLaptop kernel: sd 5:0:0:0: [sda] Attached SCSI disk
Jan 29 10:06:57 archLaptop kernel: Freeing unused decrypted memory: 2036K
Jan 29 10:06:57 archLaptop kernel: Freeing unused kernel image (initmem) memory: 2140K
Jan 29 10:06:57 archLaptop kernel: Write protecting the kernel read-only data: 30720k
Jan 29 10:06:57 archLaptop kernel: Freeing unused kernel image (text/rodata gap) memory: 2040K
Jan 29 10:06:57 archLaptop kernel: Freeing unused kernel image (rodata/data gap) memory: 1212K
Jan 29 10:06:57 archLaptop kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jan 29 10:06:57 archLaptop kernel: rodata_test: all tests were successful
Jan 29 10:06:57 archLaptop kernel: Run /init as init process
Jan 29 10:06:57 archLaptop kernel:   with arguments:
Jan 29 10:06:57 archLaptop kernel:     /init
Jan 29 10:06:57 archLaptop kernel:   with environment:
Jan 29 10:06:57 archLaptop kernel:     HOME=/
Jan 29 10:06:57 archLaptop kernel:     TERM=linux
Jan 29 10:06:57 archLaptop kernel:     BOOT_IMAGE=/boot/vmlinuz-linux
Jan 29 10:06:57 archLaptop kernel: fbcon: Taking over console
Jan 29 10:06:57 archLaptop kernel: Console: switching to colour frame buffer device 240x67
Jan 29 10:06:57 archLaptop kernel: nvidia: loading out-of-tree module taints kernel.
Jan 29 10:06:57 archLaptop kernel: nvidia: module license 'NVIDIA' taints kernel.
Jan 29 10:06:57 archLaptop kernel: Disabling lock debugging due to kernel taint
Jan 29 10:06:57 archLaptop kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Jan 29 10:06:57 archLaptop kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 238
Jan 29 10:06:57 archLaptop kernel: 
Jan 29 10:06:57 archLaptop kernel: nvidia 0000:01:00.0: enabling device (0000 -> 0003)
Jan 29 10:06:57 archLaptop kernel: nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
Jan 29 10:06:57 archLaptop kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  525.85.05  Sat Jan 14 00:49:50 UTC 2023
Jan 29 10:06:57 archLaptop kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  525.85.05  Sat Jan 14 00:40:03 UTC 2023
Jan 29 10:06:57 archLaptop kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
Jan 29 10:06:57 archLaptop kernel: nvidia-uvm: Loaded the UVM driver, major device number 236.
Jan 29 10:06:57 archLaptop kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Jan 29 10:06:57 archLaptop kernel: ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20220331/nsarguments-61)
Jan 29 10:06:57 archLaptop kernel: tsc: Refined TSC clocksource calibration: 2591.994 MHz
Jan 29 10:06:57 archLaptop kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x255cb158701, max_idle_ns: 440795293120 ns
Jan 29 10:06:57 archLaptop kernel: clocksource: Switched to clocksource tsc
Jan 29 10:06:57 archLaptop kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
Jan 29 10:06:57 archLaptop kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Jan 29 10:06:57 archLaptop kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Jan 29 10:06:57 archLaptop kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Jan 29 10:06:57 archLaptop kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
Jan 29 10:06:57 archLaptop kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jan 29 10:06:57 archLaptop kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Jan 29 10:06:57 archLaptop kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
Jan 29 10:06:57 archLaptop kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jan 29 10:06:57 archLaptop kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Jan 29 10:06:57 archLaptop kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
Jan 29 10:06:57 archLaptop kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
Jan 29 10:06:57 archLaptop kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 29 10:06:57 archLaptop kernel: usb usb1: Product: xHCI Host Controller
Jan 29 10:06:57 archLaptop kernel: usb usb1: Manufacturer: Linux 6.1.8-arch1-1 xhci-hcd
Jan 29 10:06:57 archLaptop kernel: usb usb1: SerialNumber: 0000:00:14.0
Jan 29 10:06:57 archLaptop kernel: hub 1-0:1.0: USB hub found
Jan 29 10:06:57 archLaptop kernel: hub 1-0:1.0: 16 ports detected
Jan 29 10:06:57 archLaptop kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
Jan 29 10:06:57 archLaptop kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 29 10:06:57 archLaptop kernel: usb usb2: Product: xHCI Host Controller
Jan 29 10:06:57 archLaptop kernel: usb usb2: Manufacturer: Linux 6.1.8-arch1-1 xhci-hcd
Jan 29 10:06:57 archLaptop kernel: usb usb2: SerialNumber: 0000:00:14.0
Jan 29 10:06:57 archLaptop kernel: hub 2-0:1.0: USB hub found
Jan 29 10:06:57 archLaptop kernel: hub 2-0:1.0: 8 ports detected
Jan 29 10:06:57 archLaptop kernel: usb: port power management may be unreliable
Jan 29 10:06:57 archLaptop kernel: xhci_hcd 0000:01:00.2: xHCI Host Controller
Jan 29 10:06:57 archLaptop kernel: xhci_hcd 0000:01:00.2: new USB bus registered, assigned bus number 3
Jan 29 10:06:57 archLaptop kernel: xhci_hcd 0000:01:00.2: hcc params 0x0180ff05 hci version 0x110 quirks 0x0000000000000010
Jan 29 10:06:57 archLaptop kernel: xhci_hcd 0000:01:00.2: xHCI Host Controller
Jan 29 10:06:57 archLaptop kernel: xhci_hcd 0000:01:00.2: new USB bus registered, assigned bus number 4
Jan 29 10:06:57 archLaptop kernel: xhci_hcd 0000:01:00.2: Host supports USB 3.1 Enhanced SuperSpeed
Jan 29 10:06:57 archLaptop kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
Jan 29 10:06:57 archLaptop kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 29 10:06:57 archLaptop kernel: usb usb3: Product: xHCI Host Controller
Jan 29 10:06:57 archLaptop kernel: usb usb3: Manufacturer: Linux 6.1.8-arch1-1 xhci-hcd
Jan 29 10:06:57 archLaptop kernel: usb usb3: SerialNumber: 0000:01:00.2
Jan 29 10:06:57 archLaptop kernel: hub 3-0:1.0: USB hub found
Jan 29 10:06:57 archLaptop kernel: hub 3-0:1.0: 2 ports detected
Jan 29 10:06:57 archLaptop kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Jan 29 10:06:57 archLaptop kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
Jan 29 10:06:57 archLaptop kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 29 10:06:57 archLaptop kernel: usb usb4: Product: xHCI Host Controller
Jan 29 10:06:57 archLaptop kernel: usb usb4: Manufacturer: Linux 6.1.8-arch1-1 xhci-hcd
Jan 29 10:06:57 archLaptop kernel: usb usb4: SerialNumber: 0000:01:00.2
Jan 29 10:06:57 archLaptop kernel: hub 4-0:1.0: USB hub found
Jan 29 10:06:57 archLaptop kernel: hub 4-0:1.0: 4 ports detected
Jan 29 10:06:57 archLaptop kernel: nvme 0000:02:00.0: platform quirk: setting simple suspend
Jan 29 10:06:57 archLaptop kernel: nvme nvme0: pci function 0000:02:00.0
Jan 29 10:06:57 archLaptop kernel: nvme nvme0: 12/0/0 default/read/poll queues
Jan 29 10:06:57 archLaptop kernel:  nvme0n1: p1 p2
Jan 29 10:06:57 archLaptop kernel: Console: switching to colour dummy device 80x25
Jan 29 10:06:57 archLaptop kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Jan 29 10:06:57 archLaptop kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
Jan 29 10:06:57 archLaptop kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
Jan 29 10:06:57 archLaptop kernel: usb 1-2: new full-speed USB device number 2 using xhci_hcd
Jan 29 10:06:57 archLaptop kernel: [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 1
Jan 29 10:06:57 archLaptop kernel: ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Jan 29 10:06:57 archLaptop kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6
Jan 29 10:06:57 archLaptop kernel: ACPI: video: Video Device [PEGP] (multi-head: no  rom: yes  post: no)
Jan 29 10:06:57 archLaptop kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13/LNXVIDEO:01/input/input7
Jan 29 10:06:57 archLaptop kernel: fbcon: i915drmfb (fb0) is primary device
Jan 29 10:06:57 archLaptop kernel: Console: switching to colour frame buffer device 240x67
Jan 29 10:06:57 archLaptop kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Jan 29 10:06:57 archLaptop kernel: usb 1-2: New USB device found, idVendor=0db0, idProduct=0d4c, bcdDevice= 0.88
Jan 29 10:06:57 archLaptop kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 29 10:06:57 archLaptop kernel: usb 1-2: Product: MSI GM41 Light Weight Wireless Mode Gaming Mouse
Jan 29 10:06:57 archLaptop kernel: usb 1-2: Manufacturer: Micro-Star INT'L CO., LTD.
Jan 29 10:06:57 archLaptop kernel: input: Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:0DB0:0D4C.0001/input/input8
Jan 29 10:06:57 archLaptop kernel: hid-generic 0003:0DB0:0D4C.0001: input,hidraw0: USB HID v1.11 Mouse [Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse] on usb-0000:00:14.0-2/input0
Jan 29 10:06:57 archLaptop kernel: hid-generic 0003:0DB0:0D4C.0002: hiddev96,hidraw1: USB HID v1.11 Device [Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse] on usb-0000:00:14.0-2/input1
Jan 29 10:06:57 archLaptop kernel: input: Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:0DB0:0D4C.0003/input/input9
Jan 29 10:06:57 archLaptop kernel: EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Quota mode: none.
Jan 29 10:06:57 archLaptop kernel: hid-generic 0003:0DB0:0D4C.0003: input,hidraw2: USB HID v1.11 Keyboard [Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse] on usb-0000:00:14.0-2/input2
Jan 29 10:06:57 archLaptop kernel: usbcore: registered new interface driver usbhid
Jan 29 10:06:57 archLaptop kernel: usbhid: USB HID core driver
Jan 29 10:06:57 archLaptop kernel: usb 1-7: new high-speed USB device number 3 using xhci_hcd
Jan 29 10:06:57 archLaptop systemd[1]: systemd 252.4-2-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)
Jan 29 10:06:57 archLaptop systemd[1]: Detected architecture x86-64.
Jan 29 10:06:57 archLaptop systemd[1]: Hostname set to <archLaptop>.
Jan 29 10:06:57 archLaptop kernel: usb 1-7: New USB device found, idVendor=0bda, idProduct=0129, bcdDevice=39.60
Jan 29 10:06:57 archLaptop kernel: usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jan 29 10:06:57 archLaptop kernel: usb 1-7: Product: USB2.0-CRW
Jan 29 10:06:57 archLaptop kernel: usb 1-7: Manufacturer: Generic
Jan 29 10:06:57 archLaptop kernel: usb 1-7: SerialNumber: 20100201396000000
Jan 29 10:06:57 archLaptop kernel: usb 1-13: new high-speed USB device number 4 using xhci_hcd
Jan 29 10:06:57 archLaptop kernel: usb 1-13: New USB device found, idVendor=04f2, idProduct=b695, bcdDevice=32.75
Jan 29 10:06:57 archLaptop kernel: usb 1-13: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 29 10:06:57 archLaptop kernel: usb 1-13: Product: HD Webcam
Jan 29 10:06:57 archLaptop kernel: usb 1-13: Manufacturer: SunplusIT Inc
Jan 29 10:06:57 archLaptop systemd[1]: bpf-lsm: LSM BPF program attached
Jan 29 10:06:57 archLaptop kernel: usb 1-14: new full-speed USB device number 5 using xhci_hcd
Jan 29 10:06:57 archLaptop systemd[1]: Configuration file /etc/systemd/system/cpuThrottle.service is marked executable. Please remove executable permission bits. Proceeding anyway.
Jan 29 10:06:57 archLaptop systemd[1]: Queued start job for default target Graphical Interface.
Jan 29 10:06:57 archLaptop kernel: usb 1-14: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02
Jan 29 10:06:57 archLaptop kernel: usb 1-14: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jan 29 10:06:57 archLaptop systemd[1]: Created slice Slice /system/getty.
Jan 29 10:06:57 archLaptop systemd[1]: Created slice Slice /system/modprobe.
Jan 29 10:06:57 archLaptop systemd[1]: Created slice Slice /system/systemd-fsck.
Jan 29 10:06:57 archLaptop systemd[1]: Created slice User and Session Slice.
Jan 29 10:06:57 archLaptop systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Jan 29 10:06:57 archLaptop systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Jan 29 10:06:57 archLaptop systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Jan 29 10:06:57 archLaptop systemd[1]: Reached target Local Encrypted Volumes.
Jan 29 10:06:57 archLaptop systemd[1]: Reached target Local Integrity Protected Volumes.
Jan 29 10:06:57 archLaptop systemd[1]: Reached target Remote File Systems.
Jan 29 10:06:57 archLaptop systemd[1]: Reached target Slice Units.
Jan 29 10:06:57 archLaptop systemd[1]: Reached target Swaps.
Jan 29 10:06:57 archLaptop systemd[1]: Reached target Local Verity Protected Volumes.
Jan 29 10:06:57 archLaptop systemd[1]: Listening on Device-mapper event daemon FIFOs.
Jan 29 10:06:57 archLaptop systemd[1]: Listening on LVM2 poll daemon socket.
Jan 29 10:06:57 archLaptop systemd[1]: Listening on Process Core Dump Socket.
Jan 29 10:06:57 archLaptop systemd[1]: Listening on Journal Audit Socket.
Jan 29 10:06:57 archLaptop systemd[1]: Listening on Journal Socket (/dev/log).
Jan 29 10:06:57 archLaptop systemd[1]: Listening on Journal Socket.
Jan 29 10:06:57 archLaptop systemd[1]: Listening on udev Control Socket.
Jan 29 10:06:57 archLaptop systemd[1]: Listening on udev Kernel Socket.
Jan 29 10:06:57 archLaptop systemd[1]: Mounting Huge Pages File System...
Jan 29 10:06:57 archLaptop systemd[1]: Mounting POSIX Message Queue File System...
Jan 29 10:06:57 archLaptop systemd[1]: Mounting Kernel Debug File System...
Jan 29 10:06:57 archLaptop systemd[1]: Mounting Kernel Trace File System...
Jan 29 10:06:57 archLaptop systemd[1]: Mounting Temporary Directory /tmp...
Jan 29 10:06:57 archLaptop systemd[1]: Starting Create List of Static Device Nodes...
Jan 29 10:06:57 archLaptop systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Jan 29 10:06:57 archLaptop systemd[1]: Starting Load Kernel Module configfs...
Jan 29 10:06:57 archLaptop systemd[1]: Starting Load Kernel Module drm...
Jan 29 10:06:57 archLaptop systemd[1]: Starting Load Kernel Module fuse...
Jan 29 10:06:57 archLaptop systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Jan 29 10:06:57 archLaptop systemd[1]: Starting Journal Service...
Jan 29 10:06:57 archLaptop systemd[1]: Starting Load Kernel Modules...
Jan 29 10:06:57 archLaptop systemd[1]: Starting Remount Root and Kernel File Systems...
Jan 29 10:06:57 archLaptop systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Jan 29 10:06:57 archLaptop systemd[1]: Starting Coldplug All udev Devices...
Jan 29 10:06:57 archLaptop systemd[1]: Mounted Huge Pages File System.
Jan 29 10:06:57 archLaptop systemd[1]: Mounted POSIX Message Queue File System.
Jan 29 10:06:57 archLaptop systemd[1]: Mounted Kernel Debug File System.
Jan 29 10:06:57 archLaptop systemd[1]: Mounted Kernel Trace File System.
Jan 29 10:06:57 archLaptop systemd[1]: Mounted Temporary Directory /tmp.
Jan 29 10:06:57 archLaptop kernel: EXT4-fs (nvme0n1p2): re-mounted. Quota mode: none.
Jan 29 10:06:57 archLaptop kernel: fuse: init (API version 7.37)
Jan 29 10:06:57 archLaptop systemd-journald[321]: Journal started
Jan 29 10:06:57 archLaptop systemd-journald[321]: Runtime Journal (/run/log/journal/d271c031bbb049a98585c4f755a1e6a8) is 8.0M, max 790.9M, 782.9M free.
Jan 29 10:06:57 archLaptop systemd-modules-load[322]: Inserted module 'crypto_user'
Jan 29 10:06:57 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:57 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:57 archLaptop systemd[1]: modprobe@configfs.service: Deactivated successfully.
Jan 29 10:06:57 archLaptop systemd[1]: Finished Create List of Static Device Nodes.
Jan 29 10:06:57 archLaptop kernel: audit: type=1130 audit(1675004817.276:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:57 archLaptop systemd[1]: Started Journal Service.
Jan 29 10:06:57 archLaptop kernel: audit: type=1130 audit(1675004817.276:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:57 archLaptop systemd[1]: Finished Load Kernel Module configfs.
Jan 29 10:06:57 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:57 archLaptop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:57 archLaptop systemd[1]: modprobe@drm.service: Deactivated successfully.
Jan 29 10:06:57 archLaptop kernel: audit: type=1130 audit(1675004817.316:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:57 archLaptop kernel: audit: type=1131 audit(1675004817.316:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:57 archLaptop systemd[1]: Finished Load Kernel Module drm.
Jan 29 10:06:57 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:57 archLaptop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:57 archLaptop kernel: audit: type=1130 audit(1675004817.346:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:57 archLaptop kernel: audit: type=1131 audit(1675004817.346:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:57 archLaptop systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Jan 29 10:06:57 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:57 archLaptop systemd[1]: modprobe@fuse.service: Deactivated successfully.
Jan 29 10:06:57 archLaptop kernel: audit: type=1130 audit(1675004817.369:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:57 archLaptop systemd[1]: Finished Load Kernel Module fuse.
Jan 29 10:06:57 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:57 archLaptop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:57 archLaptop kernel: audit: type=1130 audit(1675004817.393:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:57 archLaptop kernel: audit: type=1131 audit(1675004817.393:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:57 archLaptop systemd[1]: Finished Load Kernel Modules.
Jan 29 10:06:57 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:57 archLaptop systemd[1]: Finished Remount Root and Kernel File Systems.
Jan 29 10:06:57 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:57 archLaptop systemd[1]: Finished Coldplug All udev Devices.
Jan 29 10:06:57 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:57 archLaptop systemd[1]: Mounting FUSE Control File System...
Jan 29 10:06:57 archLaptop systemd[1]: Mounting Kernel Configuration File System...
Jan 29 10:06:57 archLaptop systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jan 29 10:06:57 archLaptop systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Jan 29 10:06:57 archLaptop systemd[1]: Starting Flush Journal to Persistent Storage...
Jan 29 10:06:57 archLaptop systemd[1]: Starting Load/Save Random Seed...
Jan 29 10:06:57 archLaptop systemd[1]: Starting Apply Kernel Variables...
Jan 29 10:06:57 archLaptop systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Jan 29 10:06:57 archLaptop systemd[1]: Starting Create Static Device Nodes in /dev...
Jan 29 10:06:57 archLaptop systemd[1]: Mounted FUSE Control File System.
Jan 29 10:06:57 archLaptop systemd-journald[321]: Time spent on flushing to /var/log/journal/d271c031bbb049a98585c4f755a1e6a8 is 115.024ms for 910 entries.
Jan 29 10:06:57 archLaptop systemd-journald[321]: System Journal (/var/log/journal/d271c031bbb049a98585c4f755a1e6a8) is 456.6M, max 4.0G, 3.5G free.
Jan 29 10:06:57 archLaptop systemd-journald[321]: Received client request to flush runtime journal.
Jan 29 10:06:57 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:57 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:57 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:57 archLaptop audit: BPF prog-id=27 op=LOAD
Jan 29 10:06:57 archLaptop audit: BPF prog-id=28 op=LOAD
Jan 29 10:06:57 archLaptop systemd[1]: Mounted Kernel Configuration File System.
Jan 29 10:06:57 archLaptop systemd[1]: Finished Apply Kernel Variables.
Jan 29 10:06:57 archLaptop systemd[1]: Finished Load/Save Random Seed.
Jan 29 10:06:57 archLaptop systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jan 29 10:06:57 archLaptop systemd[1]: Finished Create Static Device Nodes in /dev.
Jan 29 10:06:57 archLaptop systemd[1]: Reached target Preparation for Local File Systems.
Jan 29 10:06:57 archLaptop systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Jan 29 10:06:57 archLaptop systemd[1]: Starting Rule-based Manager for Device Events and Files...
Jan 29 10:06:57 archLaptop systemd-udevd[340]: Using default interface naming scheme 'v252'.
Jan 29 10:06:57 archLaptop systemd-udevd[340]: Configuration file /etc/udev/rules.d/40-libsane.rules is marked executable. Please remove executable permission bits. Proceeding anyway.
Jan 29 10:06:57 archLaptop systemd-udevd[340]: /etc/udev/rules.d/40-libsane.rules:26: GOTO="libsane_rules_end" has no matching label, ignoring
Jan 29 10:06:57 archLaptop systemd-udevd[340]: /etc/udev/rules.d/40-libsane.rules:26: The line takes no effect any more, dropping
Jan 29 10:06:57 archLaptop systemd-udevd[340]: Configuration file /etc/udev/rules.d/S99-2000S1.rules is marked executable. Please remove executable permission bits. Proceeding anyway.
Jan 29 10:06:57 archLaptop systemd-udevd[340]: /etc/udev/rules.d/S99-2000S1.rules:26: GOTO="libsane_rules_end" has no matching label, ignoring
Jan 29 10:06:57 archLaptop systemd-udevd[340]: /etc/udev/rules.d/S99-2000S1.rules:26: The line takes no effect any more, dropping
Jan 29 10:06:57 archLaptop systemd-udevd[359]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) 255'' failed with exit code 1.
Jan 29 10:06:57 archLaptop mtp-probe[411]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2"
Jan 29 10:06:57 archLaptop mtp-probe[411]: bus: 1, device: 2 was not an MTP device
Jan 29 10:06:57 archLaptop systemd-udevd[359]: 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-frontend /proc/devices | cut -d \  -f 1) ${i}; done'' failed with exit code 1.
Jan 29 10:06:57 archLaptop kernel: soc_button_array ACPI0011:00: Unknown button index 0 upage 01 usage c6, ignoring
Jan 29 10:06:57 archLaptop kernel: mousedev: PS/2 mouse device common for all mice
Jan 29 10:06:57 archLaptop systemd[1]: Finished Flush Journal to Persistent Storage.
Jan 29 10:06:57 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:57 archLaptop systemd[1]: Started Rule-based Manager for Device Events and Files.
Jan 29 10:06:57 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:57 archLaptop systemd[1]: Found device Micron_2210_MTFDHBA512QFD 1.
Jan 29 10:06:57 archLaptop systemd[1]: Starting File System Check on /dev/disk/by-uuid/0D7D-293F...
Jan 29 10:06:57 archLaptop mtp-probe[433]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-13"
Jan 29 10:06:57 archLaptop mtp-probe[433]: bus: 1, device: 4 was not an MTP device
Jan 29 10:06:57 archLaptop systemd[1]: Created slice Slice /system/systemd-backlight.
Jan 29 10:06:57 archLaptop systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Jan 29 10:06:57 archLaptop mtp-probe[439]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7"
Jan 29 10:06:57 archLaptop mtp-probe[439]: bus: 1, device: 3 was not an MTP device
Jan 29 10:06:57 archLaptop systemd-fsck[440]: fsck.fat 4.2 (2021-01-31)
Jan 29 10:06:57 archLaptop systemd-fsck[440]: /dev/nvme0n1p1: 6 files, 423/130812 clusters
Jan 29 10:06:57 archLaptop kernel: nvidia-gpu 0000:01:00.3: enabling device (0000 -> 0002)
Jan 29 10:06:57 archLaptop kernel: mc: Linux media interface: v0.10
Jan 29 10:06:57 archLaptop kernel: intel_pch_thermal 0000:00:12.0: enabling device (0000 -> 0002)
Jan 29 10:06:57 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:57 archLaptop systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Jan 29 10:06:57 archLaptop kernel: usbcore: registered new interface driver rtsx_usb
Jan 29 10:06:57 archLaptop kernel: videodev: Linux video capture interface: v2.00
Jan 29 10:06:57 archLaptop kernel: intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
Jan 29 10:06:57 archLaptop kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Jan 29 10:06:57 archLaptop kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Jan 29 10:06:57 archLaptop kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Jan 29 10:06:57 archLaptop kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Jan 29 10:06:57 archLaptop kernel: cfg80211: failed to load regulatory.db
Jan 29 10:06:57 archLaptop kernel: intel-lpss 0000:00:15.2: enabling device (0004 -> 0006)
Jan 29 10:06:57 archLaptop kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Jan 29 10:06:57 archLaptop kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Jan 29 10:06:57 archLaptop kernel: Bluetooth: Core ver 2.22
Jan 29 10:06:57 archLaptop kernel: NET: Registered PF_BLUETOOTH protocol family
Jan 29 10:06:57 archLaptop kernel: Bluetooth: HCI device and connection manager initialized
Jan 29 10:06:57 archLaptop kernel: Bluetooth: HCI socket layer initialized
Jan 29 10:06:57 archLaptop kernel: Bluetooth: L2CAP socket layer initialized
Jan 29 10:06:57 archLaptop kernel: Bluetooth: SCO socket layer initialized
Jan 29 10:06:57 archLaptop systemd[1]: Finished File System Check on /dev/disk/by-uuid/0D7D-293F.
Jan 29 10:06:57 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-0D7D\x2d293F comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:57 archLaptop systemd[1]: Mounting /efi...
Jan 29 10:06:57 archLaptop kernel: input: CUST0001:00 04F3:30FA Mouse as /devices/pci0000:00/0000:00:15.2/i2c_designware.1/i2c-10/i2c-CUST0001:00/0018:04F3:30FA.0004/input/input10
Jan 29 10:06:57 archLaptop kernel: input: CUST0001:00 04F3:30FA Touchpad as /devices/pci0000:00/0000:00:15.2/i2c_designware.1/i2c-10/i2c-CUST0001:00/0018:04F3:30FA.0004/input/input12
Jan 29 10:06:57 archLaptop kernel: hid-generic 0018:04F3:30FA.0004: input,hidraw3: I2C HID v1.00 Mouse [CUST0001:00 04F3:30FA] on i2c-CUST0001:00
Jan 29 10:06:57 archLaptop kernel: input: MSI WMI hotkeys as /devices/virtual/input/input13
Jan 29 10:06:57 archLaptop kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Jan 29 10:06:57 archLaptop kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Jan 29 10:06:57 archLaptop kernel: i2c i2c-11: 2/2 memory slots populated (from DMI)
Jan 29 10:06:57 archLaptop kernel: i2c i2c-11: Successfully instantiated SPD at 0x50
Jan 29 10:06:57 archLaptop kernel: spi-nor spi0.0: w25q128 (16384 Kbytes)
Jan 29 10:06:57 archLaptop kernel: input: PC Speaker as /devices/platform/pcspkr/input/input14
Jan 29 10:06:57 archLaptop kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Jan 29 10:06:57 archLaptop kernel: 0x000000000000-0x000001000000 : "BIOS"
Jan 29 10:06:57 archLaptop systemd[1]: Mounted /efi.
Jan 29 10:06:57 archLaptop systemd[1]: Reached target Local File Systems.
Jan 29 10:06:57 archLaptop systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Jan 29 10:06:57 archLaptop systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Jan 29 10:06:57 archLaptop kernel: r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
Jan 29 10:06:57 archLaptop systemd[1]: Store a System Token in an EFI Variable was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Jan 29 10:06:57 archLaptop systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Jan 29 10:06:57 archLaptop systemd[1]: Starting Create Volatile Files and Directories...
Jan 29 10:06:57 archLaptop kernel: Intel(R) Wireless WiFi driver for Linux
Jan 29 10:06:57 archLaptop kernel: iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
Jan 29 10:06:57 archLaptop kernel: r8169 0000:03:00.0 eth0: RTL8168h/8111h, 2c:f0:5d:b4:49:29, XID 541, IRQ 161
Jan 29 10:06:57 archLaptop kernel: r8169 0000:03:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Jan 29 10:06:58 archLaptop kernel: iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
Jan 29 10:06:58 archLaptop kernel: iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
Jan 29 10:06:58 archLaptop kernel: iwlwifi 0000:00:14.3: loaded firmware version 72.daa05125.0 QuZ-a0-hr-b0-72.ucode op_mode iwlmvm
Jan 29 10:06:58 archLaptop systemd[1]: Finished Create Volatile Files and Directories.
Jan 29 10:06:58 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:58 archLaptop systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Jan 29 10:06:58 archLaptop systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Jan 29 10:06:58 archLaptop systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Jan 29 10:06:58 archLaptop audit[480]: SYSTEM_BOOT pid=480 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:58 archLaptop kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
Jan 29 10:06:58 archLaptop kernel: usbcore: registered new interface driver btusb
Jan 29 10:06:58 archLaptop kernel: snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
Jan 29 10:06:58 archLaptop kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Jan 29 10:06:58 archLaptop kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Jan 29 10:06:58 archLaptop kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Jan 29 10:06:58 archLaptop kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Jan 29 10:06:58 archLaptop kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Jan 29 10:06:58 archLaptop kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Jan 29 10:06:58 archLaptop kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Jan 29 10:06:58 archLaptop kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Jan 29 10:06:58 archLaptop kernel: usb 1-13: Found UVC 1.00 device HD Webcam (04f2:b695)
Jan 29 10:06:58 archLaptop systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Jan 29 10:06:58 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:58 archLaptop systemd[1]: Reached target System Initialization.
Jan 29 10:06:58 archLaptop systemd[1]: Started CUPS Scheduler.
Jan 29 10:06:58 archLaptop systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Jan 29 10:06:58 archLaptop systemd[1]: Started Daily man-db regeneration.
Jan 29 10:06:58 archLaptop systemd[1]: Started Daily verification of password and group files.
Jan 29 10:06:58 archLaptop systemd[1]: Started Daily Cleanup of Temporary Directories.
Jan 29 10:06:58 archLaptop systemd[1]: Reached target Path Units.
Jan 29 10:06:58 archLaptop systemd[1]: Reached target Timer Units.
Jan 29 10:06:58 archLaptop systemd[1]: Listening on CUPS Scheduler.
Jan 29 10:06:58 archLaptop systemd[1]: Listening on D-Bus System Message Bus Socket.
Jan 29 10:06:58 archLaptop systemd[1]: Reached target Socket Units.
Jan 29 10:06:58 archLaptop systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Jan 29 10:06:58 archLaptop systemd[1]: Reached target Basic System.
Jan 29 10:06:58 archLaptop systemd[1]: Starting Throttle CPU Frequency on Boot/Disable Turbo...
Jan 29 10:06:58 archLaptop systemd[1]: Starting D-Bus System Message Bus...
Jan 29 10:06:58 archLaptop kernel: cryptd: max_cpu_qlen set to 1000
Jan 29 10:06:58 archLaptop kernel: input: HD Webcam: HD Webcam as /devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.0/input/input16
Jan 29 10:06:58 archLaptop kernel: usbcore: registered new interface driver uvcvideo
Jan 29 10:06:58 archLaptop audit: BPF prog-id=29 op=LOAD
Jan 29 10:06:58 archLaptop audit: BPF prog-id=30 op=LOAD
Jan 29 10:06:58 archLaptop audit: BPF prog-id=31 op=LOAD
Jan 29 10:06:58 archLaptop systemd[1]: Starting User Login Management...
Jan 29 10:06:58 archLaptop systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Jan 29 10:06:58 archLaptop kernel: msr: Write to unrecognized MSR 0x1ad by wrmsr (pid: 492).
Jan 29 10:06:58 archLaptop kernel: msr: See https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/about for details.
Jan 29 10:06:58 archLaptop systemd[1]: Started D-Bus System Message Bus.
Jan 29 10:06:58 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:58 archLaptop kernel: Bluetooth: hci0: Found device firmware: intel/ibt-19-0-4.sfi
Jan 29 10:06:58 archLaptop kernel: Bluetooth: hci0: Boot Address: 0x24800
Jan 29 10:06:58 archLaptop kernel: Bluetooth: hci0: Firmware Version: 15-45.22
Jan 29 10:06:58 archLaptop kernel: Bluetooth: hci0: Firmware already loaded
Jan 29 10:06:58 archLaptop systemd[1]: Starting Network Manager...
Jan 29 10:06:58 archLaptop systemd-logind[490]: New seat seat0.
Jan 29 10:06:58 archLaptop systemd-logind[490]: Watching system buttons on /dev/input/event3 (Power Button)
Jan 29 10:06:58 archLaptop systemd-logind[490]: Watching system buttons on /dev/input/event0 (Lid Switch)
Jan 29 10:06:58 archLaptop systemd-logind[490]: Watching system buttons on /dev/input/event2 (Power Button)
Jan 29 10:06:58 archLaptop systemd-logind[490]: Watching system buttons on /dev/input/event1 (Sleep Button)
Jan 29 10:06:58 archLaptop systemd-logind[490]: Watching system buttons on /dev/input/event8 (Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard)
Jan 29 10:06:58 archLaptop systemd-logind[490]: Watching system buttons on /dev/input/event4 (AT Translated Set 2 keyboard)
Jan 29 10:06:58 archLaptop kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17
Jan 29 10:06:58 archLaptop kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18
Jan 29 10:06:58 archLaptop kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input19
Jan 29 10:06:58 archLaptop kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input20
Jan 29 10:06:58 archLaptop systemd[1]: Finished Throttle CPU Frequency on Boot/Disable Turbo.
Jan 29 10:06:58 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cpuThrottle comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:58 archLaptop systemd[1]: Started User Login Management.
Jan 29 10:06:58 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:58 archLaptop systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jan 29 10:06:58 archLaptop systemd[1]: Starting Load/Save RF Kill Switch Status...
Jan 29 10:06:58 archLaptop NetworkManager[493]: <info>  [1675004818.2733] NetworkManager (version 1.40.12-1) is starting... (boot:cced727e-c9af-45ee-b5d1-99cb5596c0b6)
Jan 29 10:06:58 archLaptop NetworkManager[493]: <info>  [1675004818.2734] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf) (etc: 10_openresolv.conf)
Jan 29 10:06:58 archLaptop systemd[1]: Started Network Manager.
Jan 29 10:06:58 archLaptop NetworkManager[493]: <info>  [1675004818.2756] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Jan 29 10:06:58 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:58 archLaptop systemd[1]: Reached target Network.
Jan 29 10:06:58 archLaptop systemd[1]: Starting CUPS Scheduler...
Jan 29 10:06:58 archLaptop systemd[1]: Starting Permit User Sessions...
Jan 29 10:06:58 archLaptop NetworkManager[493]: <info>  [1675004818.2823] manager[0x560003398090]: monitoring kernel firmware directory '/lib/firmware'.
Jan 29 10:06:58 archLaptop dbus-daemon[487]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.2' (uid=0 pid=493 comm="/usr/bin/NetworkManager --no-daemon")
Jan 29 10:06:58 archLaptop systemd[1]: Finished Permit User Sessions.
Jan 29 10:06:58 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:58 archLaptop systemd[1]: Started Getty on tty1.
Jan 29 10:06:58 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:58 archLaptop systemd[1]: Reached target Login Prompts.
Jan 29 10:06:58 archLaptop kernel: AVX2 version of gcm_enc/dec engaged.
Jan 29 10:06:58 archLaptop kernel: AES CTR mode by8 optimization enabled
Jan 29 10:06:58 archLaptop kernel: input: gpio-keys as /devices/platform/ACPI0011:00/gpio-keys.1.auto/input/input21
Jan 29 10:06:58 archLaptop kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
Jan 29 10:06:58 archLaptop audit: BPF prog-id=32 op=LOAD
Jan 29 10:06:58 archLaptop audit: BPF prog-id=33 op=LOAD
Jan 29 10:06:58 archLaptop audit: BPF prog-id=34 op=LOAD
Jan 29 10:06:58 archLaptop systemd[1]: Starting Hostname Service...
Jan 29 10:06:58 archLaptop dbus-daemon[487]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.3' (uid=0 pid=503 comm="/usr/bin/cupsd -l")
Jan 29 10:06:58 archLaptop systemd[1]: Starting Manage, Install and Generate Color Profiles...
Jan 29 10:06:58 archLaptop dbus-daemon[487]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Jan 29 10:06:58 archLaptop systemd[1]: Started Manage, Install and Generate Color Profiles.
Jan 29 10:06:58 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:58 archLaptop dbus-daemon[487]: [system] Successfully activated service 'org.freedesktop.hostname1'
Jan 29 10:06:58 archLaptop systemd[1]: Started Hostname Service.
Jan 29 10:06:58 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:58 archLaptop NetworkManager[493]: <info>  [1675004818.3703] hostname: hostname: using hostnamed
Jan 29 10:06:58 archLaptop NetworkManager[493]: <info>  [1675004818.3703] hostname: static hostname changed from (none) to "archLaptop"
Jan 29 10:06:58 archLaptop NetworkManager[493]: <info>  [1675004818.3711] dns-mgr: init: dns=default,systemd-resolved rc-manager=resolvconf
Jan 29 10:06:58 archLaptop NetworkManager[493]: <info>  [1675004818.3718] manager[0x560003398090]: rfkill: Wi-Fi hardware radio set enabled
Jan 29 10:06:58 archLaptop NetworkManager[493]: <info>  [1675004818.3718] manager[0x560003398090]: rfkill: WWAN hardware radio set enabled
Jan 29 10:06:58 archLaptop NetworkManager[493]: <info>  [1675004818.3902] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.40.12-1/libnm-device-plugin-team.so)
Jan 29 10:06:58 archLaptop NetworkManager[493]: <info>  [1675004818.3952] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.40.12-1/libnm-device-plugin-wwan.so)
Jan 29 10:06:58 archLaptop NetworkManager[493]: <info>  [1675004818.3959] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.40.12-1/libnm-device-plugin-ovs.so)
Jan 29 10:06:58 archLaptop NetworkManager[493]: <info>  [1675004818.3975] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.40.12-1/libnm-device-plugin-bluetooth.so)
Jan 29 10:06:58 archLaptop NetworkManager[493]: <info>  [1675004818.3979] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.40.12-1/libnm-device-plugin-adsl.so)
Jan 29 10:06:58 archLaptop NetworkManager[493]: <info>  [1675004818.3995] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.40.12-1/libnm-device-plugin-wifi.so)
Jan 29 10:06:58 archLaptop NetworkManager[493]: <info>  [1675004818.3997] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Jan 29 10:06:58 archLaptop NetworkManager[493]: <info>  [1675004818.3998] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Jan 29 10:06:58 archLaptop NetworkManager[493]: <info>  [1675004818.3998] manager: Networking is enabled by state file
Jan 29 10:06:58 archLaptop dbus-daemon[487]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.2' (uid=0 pid=493 comm="/usr/bin/NetworkManager --no-daemon")
Jan 29 10:06:58 archLaptop NetworkManager[493]: <info>  [1675004818.4002] settings: Loaded settings plugin: keyfile (internal)
Jan 29 10:06:58 archLaptop NetworkManager[493]: <info>  [1675004818.4050] dhcp: init: Using DHCP client 'internal'
Jan 29 10:06:58 archLaptop NetworkManager[493]: <info>  [1675004818.4050] device (lo): carrier: link connected
Jan 29 10:06:58 archLaptop NetworkManager[493]: <info>  [1675004818.4053] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Jan 29 10:06:58 archLaptop NetworkManager[493]: <info>  [1675004818.4060] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Jan 29 10:06:58 archLaptop NetworkManager[493]: <info>  [1675004818.4080] ovsdb: disconnected from ovsdb
Jan 29 10:06:58 archLaptop kernel: r8169 0000:03:00.0 enp3s0: renamed from eth0
Jan 29 10:06:58 archLaptop NetworkManager[493]: <info>  [1675004818.4368] device (eth0): interface index 2 renamed iface from 'eth0' to 'enp3s0'
Jan 29 10:06:58 archLaptop systemd[1]: Starting Network Manager Script Dispatcher Service...
Jan 29 10:06:58 archLaptop systemd[1]: Started Load/Save RF Kill Switch Status.
Jan 29 10:06:58 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:58 archLaptop NetworkManager[493]: <info>  [1675004818.4418] manager: startup complete
Jan 29 10:06:58 archLaptop NetworkManager[493]: <info>  [1675004818.4418] device (enp3s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jan 29 10:06:58 archLaptop systemd[1]: Starting Bluetooth service...
Jan 29 10:06:58 archLaptop systemd[545]: ConfigurationDirectory 'bluetooth' already exists but the mode is different. (File system: 755 ConfigurationDirectoryMode: 555)
Jan 29 10:06:58 archLaptop dbus-daemon[487]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jan 29 10:06:58 archLaptop systemd[1]: Started Network Manager Script Dispatcher Service.
Jan 29 10:06:58 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:58 archLaptop kernel: iTCO_vendor_support: vendor-support=0
Jan 29 10:06:58 archLaptop kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC233: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Jan 29 10:06:58 archLaptop kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Jan 29 10:06:58 archLaptop kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Jan 29 10:06:58 archLaptop kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Jan 29 10:06:58 archLaptop kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
Jan 29 10:06:58 archLaptop kernel: snd_hda_codec_realtek hdaudioC0D0:      Mic=0x1a
Jan 29 10:06:58 archLaptop kernel: snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
Jan 29 10:06:58 archLaptop kernel: ee1004 11-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
Jan 29 10:06:58 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cups comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:58 archLaptop systemd[1]: Started CUPS Scheduler.
Jan 29 10:06:58 archLaptop systemd[1]: Reached target Multi-User System.
Jan 29 10:06:58 archLaptop systemd[1]: Reached target Graphical Interface.
Jan 29 10:06:58 archLaptop kernel: Generic FE-GE Realtek PHY r8169-0-300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC)
Jan 29 10:06:58 archLaptop kernel: psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x4f4001)
Jan 29 10:06:58 archLaptop kernel: psmouse serio1: elantech: Synaptics capabilities query result 0x01, 0x17, 0x0d.
Jan 29 10:06:58 archLaptop bluetoothd[545]: Bluetooth daemon 5.66
Jan 29 10:06:58 archLaptop systemd[1]: Started Bluetooth service.
Jan 29 10:06:58 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:58 archLaptop systemd[1]: Reached target Bluetooth Support.
Jan 29 10:06:58 archLaptop systemd[1]: Startup finished in 6.538s (firmware) + 21.025s (loader) + 2.764s (kernel) + 2.026s (userspace) = 32.355s.
Jan 29 10:06:58 archLaptop bluetoothd[545]: Starting SDP server
Jan 29 10:06:58 archLaptop bluetoothd[545]: profiles/audio/vcp.c:vcp_init() D-Bus experimental not enabled
Jan 29 10:06:58 archLaptop bluetoothd[545]: src/plugin.c:plugin_init() Failed to init vcp plugin
Jan 29 10:06:58 archLaptop bluetoothd[545]: profiles/audio/mcp.c:mcp_init() D-Bus experimental not enabled
Jan 29 10:06:58 archLaptop bluetoothd[545]: src/plugin.c:plugin_init() Failed to init mcp plugin
Jan 29 10:06:58 archLaptop bluetoothd[545]: profiles/audio/bap.c:bap_init() D-Bus experimental not enabled
Jan 29 10:06:58 archLaptop bluetoothd[545]: src/plugin.c:plugin_init() Failed to init bap plugin
Jan 29 10:06:58 archLaptop kernel: psmouse serio1: elantech: Elan sample query result 00, 43, 86
Jan 29 10:06:58 archLaptop kernel: iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz, REV=0x351
Jan 29 10:06:58 archLaptop kernel: thermal thermal_zone2: failed to read out thermal zone (-61)
Jan 29 10:06:58 archLaptop kernel: psmouse serio1: elantech: Elan ic body: 0x10, current fw version: 0x2
Jan 29 10:06:58 archLaptop systemd[1]: Reached target Sound Card.
Jan 29 10:06:58 archLaptop kernel: input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input15
Jan 29 10:06:58 archLaptop bluetoothd[545]: Bluetooth management interface 1.22 initialized
Jan 29 10:06:58 archLaptop kernel: input: CUST0001:00 04F3:30FA Mouse as /devices/pci0000:00/0000:00:15.2/i2c_designware.1/i2c-10/i2c-CUST0001:00/0018:04F3:30FA.0004/input/input22
Jan 29 10:06:58 archLaptop kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
Jan 29 10:06:58 archLaptop kernel: input: CUST0001:00 04F3:30FA Touchpad as /devices/pci0000:00/0000:00:15.2/i2c_designware.1/i2c-10/i2c-CUST0001:00/0018:04F3:30FA.0004/input/input24
Jan 29 10:06:58 archLaptop kernel: hid-multitouch 0018:04F3:30FA.0004: input,hidraw3: I2C HID v1.00 Mouse [CUST0001:00 04F3:30FA] on i2c-CUST0001:00
Jan 29 10:06:58 archLaptop kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Jan 29 10:06:58 archLaptop kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Jan 29 10:06:58 archLaptop kernel: Bluetooth: BNEP filters: protocol multicast
Jan 29 10:06:58 archLaptop kernel: Bluetooth: BNEP socket layer initialized
Jan 29 10:06:58 archLaptop kernel: Bluetooth: MGMT ver 1.22
Jan 29 10:06:58 archLaptop kernel: NET: Registered PF_ALG protocol family
Jan 29 10:06:58 archLaptop kernel: r8169 0000:03:00.0 enp3s0: Link is Down
Jan 29 10:06:58 archLaptop kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input25
Jan 29 10:06:58 archLaptop kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input26
Jan 29 10:06:58 archLaptop kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input27
Jan 29 10:06:58 archLaptop kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input28
Jan 29 10:06:58 archLaptop kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input29
Jan 29 10:06:58 archLaptop kernel: iwlwifi 0000:00:14.3: Detected RF HR B3, rfid=0x10a100
Jan 29 10:06:58 archLaptop kernel: iwlwifi 0000:00:14.3: base HW address: d8:f8:83:9b:fe:97
Jan 29 10:06:58 archLaptop NetworkManager[493]: <info>  [1675004818.8835] settings: (enp3s0): created default wired connection 'Wired connection 1'
Jan 29 10:06:58 archLaptop NetworkManager[493]: <info>  [1675004818.8846] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:14.3/ieee80211/phy0/rfkill1) (driver iwlwifi)
Jan 29 10:06:58 archLaptop NetworkManager[493]: <info>  [1675004818.8858] device (wlan0): driver supports Access Point (AP) mode
Jan 29 10:06:58 archLaptop NetworkManager[493]: <info>  [1675004818.8862] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Jan 29 10:06:58 archLaptop kernel: iwlwifi 0000:00:14.3 wlo1: renamed from wlan0
Jan 29 10:06:58 archLaptop NetworkManager[493]: <info>  [1675004818.9202] device (wlan0): interface index 3 renamed iface from 'wlan0' to 'wlo1'
Jan 29 10:06:58 archLaptop NetworkManager[493]: <info>  [1675004818.9277] device (wlo1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jan 29 10:06:59 archLaptop kernel: intel_tcc_cooling: Programmable TCC Offset detected
Jan 29 10:06:59 archLaptop NetworkManager[493]: <info>  [1675004819.1534] device (wlo1): set-hw-addr: set MAC address to F2:09:68:D7:3F:C9 (scanning)
Jan 29 10:06:59 archLaptop kernel: intel_rapl_common: Found RAPL domain package
Jan 29 10:06:59 archLaptop kernel: intel_rapl_common: Found RAPL domain core
Jan 29 10:06:59 archLaptop kernel: intel_rapl_common: Found RAPL domain uncore
Jan 29 10:06:59 archLaptop kernel: intel_rapl_common: Found RAPL domain dram
Jan 29 10:06:59 archLaptop dbus-daemon[487]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.2' (uid=0 pid=493 comm="/usr/bin/NetworkManager --no-daemon")
Jan 29 10:06:59 archLaptop systemd[1]: Starting WPA supplicant...
Jan 29 10:06:59 archLaptop dbus-daemon[487]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Jan 29 10:06:59 archLaptop systemd[1]: Started WPA supplicant.
Jan 29 10:06:59 archLaptop wpa_supplicant[600]: Successfully initialized wpa_supplicant
Jan 29 10:06:59 archLaptop kernel: kauditd_printk_skb: 33 callbacks suppressed
Jan 29 10:06:59 archLaptop kernel: audit: type=1130 audit(1675004819.399:44): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:59 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:06:59 archLaptop kernel: nvidia-gpu 0000:01:00.3: i2c timeout error e0000000
Jan 29 10:06:59 archLaptop kernel: ucsi_ccg 8-0008: i2c_transfer failed -110
Jan 29 10:06:59 archLaptop kernel: ucsi_ccg 8-0008: ucsi_ccg_init failed - -110
Jan 29 10:06:59 archLaptop kernel: ucsi_ccg: probe of 8-0008 failed with error -110
Jan 29 10:06:59 archLaptop NetworkManager[493]: <info>  [1675004819.4904] device (wlo1): supplicant interface state: internal-starting -> disconnected
Jan 29 10:06:59 archLaptop NetworkManager[493]: <info>  [1675004819.4905] Wi-Fi P2P device controlled by interface wlo1 created
Jan 29 10:06:59 archLaptop NetworkManager[493]: <info>  [1675004819.4911] manager: (p2p-dev-wlo1): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
Jan 29 10:06:59 archLaptop NetworkManager[493]: <info>  [1675004819.4916] device (p2p-dev-wlo1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jan 29 10:06:59 archLaptop NetworkManager[493]: <info>  [1675004819.4926] device (wlo1): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Jan 29 10:06:59 archLaptop NetworkManager[493]: <info>  [1675004819.4937] device (p2p-dev-wlo1): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Jan 29 10:06:59 archLaptop dbus-daemon[487]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.9' (uid=0 pid=517 comm="/bin/login -p --     ")
Jan 29 10:06:59 archLaptop dbus-daemon[487]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jan 29 10:06:59 archLaptop login[517]: pam_systemd_home(login:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jan 29 10:07:00 archLaptop audit[517]: USER_AUTH pid=517 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="alex" exe="/usr/bin/login" hostname=archLaptop addr=? terminal=/dev/tty1 res=success'
Jan 29 10:07:00 archLaptop kernel: audit: type=1100 audit(1675004820.189:45): pid=517 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="alex" exe="/usr/bin/login" hostname=archLaptop addr=? terminal=/dev/tty1 res=success'
Jan 29 10:07:00 archLaptop audit[517]: USER_ACCT pid=517 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="alex" exe="/usr/bin/login" hostname=archLaptop addr=? terminal=/dev/tty1 res=success'
Jan 29 10:07:00 archLaptop audit[517]: CRED_ACQ pid=517 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="alex" exe="/usr/bin/login" hostname=archLaptop addr=? terminal=/dev/tty1 res=success'
Jan 29 10:07:00 archLaptop audit[517]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7ffe5e5f2110 a2=4 a3=7ffe5e5f1e24 items=0 ppid=1 pid=517 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=1000 fsgid=0 tty=tty1 ses=1 comm="login" exe="/usr/bin/login" key=(null)
Jan 29 10:07:00 archLaptop audit: PROCTITLE proctitle=2F62696E2F6C6F67696E002D70002D2D
Jan 29 10:07:00 archLaptop login[517]: pam_unix(login:session): session opened for user alex(uid=1000) by LOGIN(uid=0)
Jan 29 10:07:00 archLaptop kernel: audit: type=1101 audit(1675004820.193:46): pid=517 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="alex" exe="/usr/bin/login" hostname=archLaptop addr=? terminal=/dev/tty1 res=success'
Jan 29 10:07:00 archLaptop kernel: audit: type=1103 audit(1675004820.193:47): pid=517 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="alex" exe="/usr/bin/login" hostname=archLaptop addr=? terminal=/dev/tty1 res=success'
Jan 29 10:07:00 archLaptop kernel: audit: type=1006 audit(1675004820.193:48): pid=517 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
Jan 29 10:07:00 archLaptop kernel: audit: type=1300 audit(1675004820.193:48): arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7ffe5e5f2110 a2=4 a3=7ffe5e5f1e24 items=0 ppid=1 pid=517 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=1000 fsgid=0 tty=tty1 ses=1 comm="login" exe="/usr/bin/login" key=(null)
Jan 29 10:07:00 archLaptop kernel: audit: type=1327 audit(1675004820.193:48): proctitle=2F62696E2F6C6F67696E002D70002D2D
Jan 29 10:07:00 archLaptop systemd[1]: Created slice User Slice of UID 1000.
Jan 29 10:07:00 archLaptop systemd[1]: Starting User Runtime Directory /run/user/1000...
Jan 29 10:07:00 archLaptop systemd-logind[490]: New session 1 of user alex.
Jan 29 10:07:00 archLaptop systemd[1]: Finished User Runtime Directory /run/user/1000.
Jan 29 10:07:00 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:07:00 archLaptop kernel: audit: type=1130 audit(1675004820.273:49): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:07:00 archLaptop systemd[1]: Starting User Manager for UID 1000...
Jan 29 10:07:00 archLaptop dbus-daemon[487]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.11' (uid=0 pid=604 comm="(systemd)")
Jan 29 10:07:00 archLaptop dbus-daemon[487]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jan 29 10:07:00 archLaptop systemd[604]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jan 29 10:07:00 archLaptop audit[604]: USER_ACCT pid=604 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="alex" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:07:00 archLaptop audit[604]: CRED_ACQ pid=604 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="alex" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Jan 29 10:07:00 archLaptop audit[604]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=9 a1=7ffd641d4120 a2=4 a3=7ffd641d3e34 items=0 ppid=1 pid=604 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
Jan 29 10:07:00 archLaptop audit: PROCTITLE proctitle="(systemd)"
Jan 29 10:07:00 archLaptop systemd[604]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[alex] ruser=[<unknown>] rhost=[<unknown>]
Jan 29 10:07:00 archLaptop systemd[604]: pam_unix(systemd-user:session): session opened for user alex(uid=1000) by (uid=0)
Jan 29 10:07:00 archLaptop kernel: audit: type=1101 audit(1675004820.289:50): pid=604 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="alex" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:07:00 archLaptop kernel: audit: type=1103 audit(1675004820.289:51): pid=604 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="alex" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Jan 29 10:07:00 archLaptop audit[604]: USER_START pid=604 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="alex" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:07:00 archLaptop systemd[604]: Queued start job for default target Main User Target.
Jan 29 10:07:00 archLaptop systemd[604]: Created slice User Application Slice.
Jan 29 10:07:00 archLaptop systemd[604]: Reached target Paths.
Jan 29 10:07:00 archLaptop systemd[604]: Reached target Timers.
Jan 29 10:07:00 archLaptop systemd[604]: Starting D-Bus User Message Bus Socket...
Jan 29 10:07:00 archLaptop systemd[604]: Listening on GnuPG network certificate management daemon.
Jan 29 10:07:00 archLaptop systemd[604]: Listening on GCR ssh-agent wrapper.
Jan 29 10:07:00 archLaptop systemd[604]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jan 29 10:07:00 archLaptop systemd[604]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jan 29 10:07:00 archLaptop systemd[604]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jan 29 10:07:00 archLaptop systemd[604]: Listening on GnuPG cryptographic agent and passphrase cache.
Jan 29 10:07:00 archLaptop systemd[604]: Listening on p11-kit server.
Jan 29 10:07:00 archLaptop systemd[604]: Listening on Sound System.
Jan 29 10:07:00 archLaptop systemd[604]: Listening on D-Bus User Message Bus Socket.
Jan 29 10:07:00 archLaptop systemd[604]: Reached target Sockets.
Jan 29 10:07:00 archLaptop systemd[604]: Reached target Basic System.
Jan 29 10:07:00 archLaptop systemd[604]: Reached target Main User Target.
Jan 29 10:07:00 archLaptop systemd[604]: Startup finished in 127ms.
Jan 29 10:07:00 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:07:00 archLaptop systemd[1]: Started User Manager for UID 1000.
Jan 29 10:07:00 archLaptop systemd[1]: Started Session 1 of User alex.
Jan 29 10:07:00 archLaptop audit[517]: USER_START pid=517 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="alex" exe="/usr/bin/login" hostname=archLaptop addr=? terminal=/dev/tty1 res=success'
Jan 29 10:07:00 archLaptop audit[517]: CRED_REFR pid=517 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="alex" exe="/usr/bin/login" hostname=archLaptop addr=? terminal=/dev/tty1 res=success'
Jan 29 10:07:00 archLaptop login[517]: LOGIN ON tty1 BY alex
Jan 29 10:07:01 archLaptop audit[635]: ANOM_ABEND auid=1000 uid=1000 gid=1000 ses=1 pid=635 comm="Xorg" exe="/usr/lib/Xorg" sig=6 res=1
Jan 29 10:07:01 archLaptop systemd[1]: Created slice Slice /system/systemd-coredump.
Jan 29 10:07:01 archLaptop audit: BPF prog-id=35 op=LOAD
Jan 29 10:07:01 archLaptop audit: BPF prog-id=36 op=LOAD
Jan 29 10:07:01 archLaptop audit: BPF prog-id=37 op=LOAD
Jan 29 10:07:01 archLaptop systemd[1]: Started Process Core Dump (PID 644/UID 0).
Jan 29 10:07:01 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-644-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:07:01 archLaptop systemd-coredump[645]: Process 635 (Xorg) of user 1000 dumped core.
                                                  
                                                  Stack trace of thread 635:
                                                  #0  0x00007f846666064c n/a (libc.so.6 + 0x8864c)
                                                  #1  0x00007f8466610938 raise (libc.so.6 + 0x38938)
                                                  #2  0x00007f84665fa53d abort (libc.so.6 + 0x2253d)
                                                  #3  0x0000560ed6c0dae0 OsAbort (Xorg + 0x14fae0)
                                                  #4  0x0000560ed6c0f4a3 FatalError (Xorg + 0x1514a3)
                                                  #5  0x0000560ed6c15599 n/a (Xorg + 0x157599)
                                                  #6  0x00007f84666109e0 n/a (libc.so.6 + 0x389e0)
                                                  #7  0x00007f8466678d53 memcpy (libc.so.6 + 0xa0d53)
                                                  #8  0x00007f8463c6d7a4 n/a (libnvidia-glcore.so.525.85.05 + 0x146d7a4)
                                                  #9  0x00007f8463f92be8 n/a (libnvidia-glcore.so.525.85.05 + 0x1792be8)
                                                  #10 0x00007f8463f92cf8 n/a (libnvidia-glcore.so.525.85.05 + 0x1792cf8)
                                                  #11 0x00007f8463cc13e9 n/a (libnvidia-glcore.so.525.85.05 + 0x14c13e9)
                                                  #12 0x00007f845aaca02e n/a (libglxserver_nvidia.so + 0x8ca02e)
                                                  ELF object binary architecture: AMD x86-64
Jan 29 10:07:01 archLaptop systemd[1]: systemd-coredump@0-644-0.service: Deactivated successfully.
Jan 29 10:07:01 archLaptop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-644-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:07:01 archLaptop audit: BPF prog-id=37 op=UNLOAD
Jan 29 10:07:01 archLaptop audit: BPF prog-id=36 op=UNLOAD
Jan 29 10:07:01 archLaptop audit: BPF prog-id=35 op=UNLOAD
Jan 29 10:07:03 archLaptop NetworkManager[493]: <info>  [1675004823.1842] policy: auto-activating connection 'dd-wrt_5' (c5860dcc-3358-40e0-9805-11a61d5e8116)
Jan 29 10:07:03 archLaptop NetworkManager[493]: <info>  [1675004823.1853] device (wlo1): Activation: starting connection 'dd-wrt_5' (c5860dcc-3358-40e0-9805-11a61d5e8116)
Jan 29 10:07:03 archLaptop NetworkManager[493]: <info>  [1675004823.1855] device (wlo1): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Jan 29 10:07:03 archLaptop NetworkManager[493]: <info>  [1675004823.1859] manager: NetworkManager state is now CONNECTING
Jan 29 10:07:03 archLaptop NetworkManager[493]: <info>  [1675004823.2055] device (wlo1): set-hw-addr: reset MAC address to D8:F8:83:9B:FE:97 (preserve)
Jan 29 10:07:03 archLaptop NetworkManager[493]: <info>  [1675004823.2080] device (wlo1): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jan 29 10:07:03 archLaptop NetworkManager[493]: <info>  [1675004823.2087] device (wlo1): Activation: (wifi) access point 'dd-wrt_5' has security, but secrets are required.
Jan 29 10:07:03 archLaptop NetworkManager[493]: <info>  [1675004823.2088] device (wlo1): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Jan 29 10:07:03 archLaptop NetworkManager[493]: <info>  [1675004823.2107] device (wlo1): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Jan 29 10:07:03 archLaptop NetworkManager[493]: <info>  [1675004823.2112] device (wlo1): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jan 29 10:07:03 archLaptop NetworkManager[493]: <info>  [1675004823.2116] device (wlo1): Activation: (wifi) connection 'dd-wrt_5' has security, and secrets exist.  No new secrets needed.
Jan 29 10:07:03 archLaptop NetworkManager[493]: <info>  [1675004823.2117] Config: added 'ssid' value 'dd-wrt_5'
Jan 29 10:07:03 archLaptop NetworkManager[493]: <info>  [1675004823.2117] Config: added 'scan_ssid' value '1'
Jan 29 10:07:03 archLaptop NetworkManager[493]: <info>  [1675004823.2117] Config: added 'bgscan' value 'simple:30:-70:86400'
Jan 29 10:07:03 archLaptop NetworkManager[493]: <info>  [1675004823.2117] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Jan 29 10:07:03 archLaptop NetworkManager[493]: <info>  [1675004823.2118] Config: added 'auth_alg' value 'OPEN'
Jan 29 10:07:03 archLaptop NetworkManager[493]: <info>  [1675004823.2118] Config: added 'psk' value '<hidden>'
Jan 29 10:07:03 archLaptop NetworkManager[493]: <info>  [1675004823.2406] device (wlo1): supplicant interface state: disconnected -> inactive
Jan 29 10:07:03 archLaptop NetworkManager[493]: <info>  [1675004823.2406] device (p2p-dev-wlo1): supplicant management interface state: disconnected -> inactive
Jan 29 10:07:03 archLaptop wpa_supplicant[600]: wlo1: SME: Trying to authenticate with a0:04:60:c4:3c:e4 (SSID='dd-wrt_5' freq=5260 MHz)
Jan 29 10:07:03 archLaptop kernel: wlo1: authenticate with a0:04:60:c4:3c:e4
Jan 29 10:07:03 archLaptop NetworkManager[493]: <info>  [1675004823.2516] device (wlo1): supplicant interface state: inactive -> authenticating
Jan 29 10:07:03 archLaptop NetworkManager[493]: <info>  [1675004823.2516] device (p2p-dev-wlo1): supplicant management interface state: inactive -> authenticating
Jan 29 10:07:03 archLaptop kernel: wlo1: send auth to a0:04:60:c4:3c:e4 (try 1/3)
Jan 29 10:07:03 archLaptop wpa_supplicant[600]: wlo1: Trying to associate with a0:04:60:c4:3c:e4 (SSID='dd-wrt_5' freq=5260 MHz)
Jan 29 10:07:03 archLaptop NetworkManager[493]: <info>  [1675004823.2792] device (wlo1): supplicant interface state: authenticating -> associating
Jan 29 10:07:03 archLaptop NetworkManager[493]: <info>  [1675004823.2792] device (p2p-dev-wlo1): supplicant management interface state: authenticating -> associating
Jan 29 10:07:03 archLaptop kernel: wlo1: authenticated
Jan 29 10:07:03 archLaptop kernel: wlo1: associate with a0:04:60:c4:3c:e4 (try 1/3)
Jan 29 10:07:03 archLaptop kernel: wlo1: RX AssocResp from a0:04:60:c4:3c:e4 (capab=0x1011 status=0 aid=1)
Jan 29 10:07:03 archLaptop wpa_supplicant[600]: wlo1: Associated with a0:04:60:c4:3c:e4
Jan 29 10:07:03 archLaptop wpa_supplicant[600]: wlo1: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Jan 29 10:07:03 archLaptop kernel: wlo1: associated
Jan 29 10:07:03 archLaptop NetworkManager[493]: <info>  [1675004823.2943] device (wlo1): supplicant interface state: associating -> 4way_handshake
Jan 29 10:07:03 archLaptop NetworkManager[493]: <info>  [1675004823.2944] device (p2p-dev-wlo1): supplicant management interface state: associating -> 4way_handshake
Jan 29 10:07:03 archLaptop wpa_supplicant[600]: wlo1: WPA: Key negotiation completed with a0:04:60:c4:3c:e4 [PTK=CCMP GTK=CCMP]
Jan 29 10:07:03 archLaptop wpa_supplicant[600]: wlo1: CTRL-EVENT-CONNECTED - Connection to a0:04:60:c4:3c:e4 completed [id=0 id_str=]
Jan 29 10:07:03 archLaptop kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
Jan 29 10:07:03 archLaptop NetworkManager[493]: <info>  [1675004823.3946] device (wlo1): supplicant interface state: 4way_handshake -> completed
Jan 29 10:07:03 archLaptop wpa_supplicant[600]: wlo1: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-39 noise=9999 txrate=108000
Jan 29 10:07:03 archLaptop NetworkManager[493]: <info>  [1675004823.3946] device (wlo1): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "dd-wrt_5"
Jan 29 10:07:03 archLaptop NetworkManager[493]: <info>  [1675004823.3947] device (p2p-dev-wlo1): supplicant management interface state: 4way_handshake -> completed
Jan 29 10:07:03 archLaptop NetworkManager[493]: <info>  [1675004823.3950] device (wlo1): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Jan 29 10:07:03 archLaptop NetworkManager[493]: <info>  [1675004823.3960] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
Jan 29 10:07:03 archLaptop NetworkManager[493]: <info>  [1675004823.4673] dhcp4 (wlo1): state changed new lease, address=192.168.1.2
Jan 29 10:07:03 archLaptop NetworkManager[493]: <info>  [1675004823.4682] policy: set 'dd-wrt_5' (wlo1) as default for IPv4 routing and DNS
Jan 29 10:07:03 archLaptop NetworkManager[493]: <info>  [1675004823.4690] dns-mgr: Writing DNS information to /usr/bin/resolvconf
Jan 29 10:07:03 archLaptop dbus-daemon[487]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.2' (uid=0 pid=493 comm="/usr/bin/NetworkManager --no-daemon")
Jan 29 10:07:03 archLaptop dbus-daemon[487]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jan 29 10:07:03 archLaptop NetworkManager[493]: <info>  [1675004823.5434] device (wlo1): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Jan 29 10:07:03 archLaptop NetworkManager[493]: <info>  [1675004823.5453] device (wlo1): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Jan 29 10:07:03 archLaptop NetworkManager[493]: <info>  [1675004823.5454] device (wlo1): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Jan 29 10:07:03 archLaptop NetworkManager[493]: <info>  [1675004823.5457] manager: NetworkManager state is now CONNECTED_SITE
Jan 29 10:07:03 archLaptop NetworkManager[493]: <info>  [1675004823.5465] device (wlo1): Activation: successful, device activated.
Jan 29 10:07:03 archLaptop NetworkManager[493]: <info>  [1675004823.8587] manager: NetworkManager state is now CONNECTED_GLOBAL
Jan 29 10:07:03 archLaptop systemd[1]: systemd-rfkill.service: Deactivated successfully.
Jan 29 10:07:03 archLaptop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:07:08 archLaptop systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jan 29 10:07:08 archLaptop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:07:08 archLaptop kernel: kauditd_printk_skb: 17 callbacks suppressed
Jan 29 10:07:08 archLaptop kernel: audit: type=1131 audit(1675004828.479:67): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:07:28 archLaptop systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Jan 29 10:07:29 archLaptop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:07:29 archLaptop kernel: audit: type=1131 audit(1675004849.003:68): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 10:07:29 archLaptop audit: BPF prog-id=34 op=UNLOAD
Jan 29 10:07:29 archLaptop audit: BPF prog-id=33 op=UNLOAD
Jan 29 10:07:29 archLaptop audit: BPF prog-id=32 op=UNLOAD
Jan 29 10:07:29 archLaptop kernel: audit: type=1334 audit(1675004849.063:69): prog-id=34 op=UNLOAD
Jan 29 10:07:29 archLaptop kernel: audit: type=1334 audit(1675004849.063:70): prog-id=33 op=UNLOAD
Jan 29 10:07:29 archLaptop kernel: audit: type=1334 audit(1675004849.063:71): prog-id=32 op=UNLOAD

Xorg.0.log

[     5.962] 
X.Org X Server 1.21.1.6
X Protocol Version 11, Revision 0
[     5.962] Current Operating System: Linux archLaptop 6.1.8-arch1-1 #1 SMP PREEMPT_DYNAMIC Tue, 24 Jan 2023 21:07:04 +0000 x86_64
[     5.962] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=d610ecce-a9d3-4f03-93ae-3647ec7ad0ec rw loglevel=3 quiet
[     5.962]  
[     5.962] Current version of pixman: 0.42.2
[     5.962]  Before reporting problems, check http://wiki.x.org
  to make sure that you have the latest version.
[     5.962] Markers: (--) probed, (**) from config file, (==) default setting,
  (++) from command line, (!!) notice, (II) informational,
  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     5.963] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jan 29 10:06:09 2023
[     5.965] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     5.966] (==) No Layout section.  Using the first Screen section.
[     5.966] (==) No screen section available. Using defaults.
[     5.966] (**) |-->Screen "Default Screen Section" (0)
[     5.966] (**) |   |-->Monitor "<default monitor>"
[     5.967] (==) No monitor specified for screen "Default Screen Section".
  Using a default monitor configuration.
[     5.967] (==) Automatically adding devices
[     5.967] (==) Automatically enabling devices
[     5.967] (==) Automatically adding GPU devices
[     5.967] (==) Automatically binding GPU devices
[     5.967] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     5.968] (WW) The directory "/usr/share/fonts/misc" does not exist.
[     5.968]  Entry deleted from font path.
[     5.968] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[     5.968]  Entry deleted from font path.
[     5.969] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     5.969]  Entry deleted from font path.
[     5.970] (==) FontPath set to:
  /usr/share/fonts/OTF,
  /usr/share/fonts/100dpi,
  /usr/share/fonts/75dpi
[     5.970] (==) ModulePath set to "/usr/lib/xorg/modules"
[     5.970] (II) The server relies on udev to provide the list of input devices.
  If no devices become available, reconfigure udev or disable AutoAddDevices.
[     5.970] (II) Module ABI versions:
[     5.970]  X.Org ANSI C Emulation: 0.4
[     5.970]  X.Org Video Driver: 25.2
[     5.970]  X.Org XInput driver : 24.4
[     5.970]  X.Org Server Extension : 10.0
[     5.971] (++) using VT number 1

[     5.973] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[     5.974] (II) xfree86: Adding drm device (/dev/dri/card0)
[     5.974] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[     5.975] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[     5.975] (II) xfree86: Adding drm device (/dev/dri/card1)
[     5.975] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[     5.976] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 14 paused 0
[     5.978] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[     5.980] (--) PCI:*(0@0:2:0) 8086:9bc4:1462:12b8 rev 5, Mem @ 0xc3000000/16777216, 0xa0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[     5.980] (--) PCI: (1@0:0:0) 10de:2191:1462:12b8 rev 161, Mem @ 0xc4000000/16777216, 0xb0000000/268435456, 0xc0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[     5.980] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     5.980] (II) LoadModule: "glx"
[     5.982] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     5.989] (II) Module glx: vendor="X.Org Foundation"
[     5.989]  compiled for 1.21.1.6, module version = 1.0.0
[     5.989]  ABI class: X.Org Server Extension, version 10.0
[     5.989] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[     5.989]  loading driver: nvidia
[     5.989] (==) Matched intel as autoconfigured driver 0
[     5.989] (==) Matched nvidia as autoconfigured driver 1
[     5.989] (==) Matched nouveau as autoconfigured driver 2
[     5.989] (==) Matched nv as autoconfigured driver 3
[     5.989] (==) Matched modesetting as autoconfigured driver 4
[     5.989] (==) Matched fbdev as autoconfigured driver 5
[     5.989] (==) Matched vesa as autoconfigured driver 6
[     5.989] (==) Assigned the driver to the xf86ConfigLayout
[     5.989] (II) LoadModule: "intel"
[     5.989] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[     5.991] (II) Module intel: vendor="X.Org Foundation"
[     5.991]  compiled for 1.21.1.1, module version = 2.99.917
[     5.991]  Module class: X.Org Video Driver
[     5.991]  ABI class: X.Org Video Driver, version 25.2
[     5.991] (II) LoadModule: "nvidia"
[     5.991] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     5.995] (II) Module nvidia: vendor="NVIDIA Corporation"
[     5.995]  compiled for 1.6.99.901, module version = 1.0.0
[     5.995]  Module class: X.Org Video Driver
[     5.995] (II) LoadModule: "nouveau"
[     5.996] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[     5.997] (II) Module nouveau: vendor="X.Org Foundation"
[     5.997]  compiled for 1.21.1.1, module version = 1.0.17
[     5.997]  Module class: X.Org Video Driver
[     5.997]  ABI class: X.Org Video Driver, version 25.2
[     5.997] (II) LoadModule: "nv"
[     5.997] (WW) Warning, couldn't open module nv
[     5.997] (EE) Failed to load module "nv" (module does not exist, 0)
[     5.997] (II) LoadModule: "modesetting"
[     5.998] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     6.000] (II) Module modesetting: vendor="X.Org Foundation"
[     6.000]  compiled for 1.21.1.6, module version = 1.21.1
[     6.000]  Module class: X.Org Video Driver
[     6.000]  ABI class: X.Org Video Driver, version 25.2
[     6.000] (II) LoadModule: "fbdev"
[     6.001] (WW) Warning, couldn't open module fbdev
[     6.001] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     6.001] (II) LoadModule: "vesa"
[     6.001] (WW) Warning, couldn't open module vesa
[     6.001] (EE) Failed to load module "vesa" (module does not exist, 0)
[     6.001] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
  i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
  915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
  Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
  GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[     6.001] (II) intel: Driver for Intel(R) HD Graphics
[     6.001] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[     6.001] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[     6.001] (II) NVIDIA dlloader X Driver  525.85.05  Sat Jan 14 00:47:44 UTC 2023
[     6.001] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     6.001] (II) NOUVEAU driver 
[     6.001] (II) NOUVEAU driver for NVIDIA chipset families :
[     6.001]  RIVA TNT            (NV04)
[     6.001]  RIVA TNT2           (NV05)
[     6.001]  GeForce 256         (NV10)
[     6.001]  GeForce 2           (NV11, NV15)
[     6.001]  GeForce 4MX         (NV17, NV18)
[     6.001]  GeForce 3           (NV20)
[     6.001]  GeForce 4Ti         (NV25, NV28)
[     6.001]  GeForce FX          (NV3x)
[     6.002]  GeForce 6           (NV4x)
[     6.002]  GeForce 7           (G7x)
[     6.002]  GeForce 8           (G8x)
[     6.002]  GeForce 9           (G9x)
[     6.002]  GeForce GTX 2xx/3xx (GT2xx)
[     6.002]  GeForce GTX 4xx/5xx (GFxxx)
[     6.002]  GeForce GTX 6xx/7xx (GKxxx)
[     6.002]  GeForce GTX 9xx     (GMxxx)
[     6.002]  GeForce GTX 10xx    (GPxxx)
[     6.002] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     6.002] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20201103
[     6.002] (II) intel(0): SNA compiled from 2.99.917-916-g31486f40
[     6.003] (WW) Falling back to old probe method for modesetting
[     6.003] (II) systemd-logind: releasing fd for 226:0
[     6.004] (II) Loading sub module "fb"
[     6.004] (II) LoadModule: "fb"
[     6.004] (II) Module "fb" already built-in
[     6.004] (II) Loading sub module "wfb"
[     6.004] (II) LoadModule: "wfb"
[     6.004] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     6.005] (II) Module wfb: vendor="X.Org Foundation"
[     6.005]  compiled for 1.21.1.6, module version = 1.0.0
[     6.005]  ABI class: X.Org ANSI C Emulation, version 0.4
[     6.005] (II) Loading sub module "ramdac"
[     6.005] (II) LoadModule: "ramdac"
[     6.005] (II) Module "ramdac" already built-in
[     6.006] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics
[     6.006] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 6 threads
[     6.006] (II) intel(0): Creating default Display subsection in Screen section
  "Default Screen Section" for depth/fbbpp 24/32
[     6.006] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[     6.006] (==) intel(0): RGB weight 888
[     6.006] (==) intel(0): Default visual is TrueColor
[     6.006] (II) intel(0): Output eDP1 has no monitor section
[     6.007] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[     6.007] (II) intel(0): Enabled output eDP1
[     6.007] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[     6.007] (II) intel(0): Output VIRTUAL1 has no monitor section
[     6.007] (II) intel(0): Enabled output VIRTUAL1
[     6.007] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0
[     6.007] (==) intel(0): TearFree enabled
[     6.007] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[     6.007] (==) intel(0): DPI set to (96, 96)
[     6.007] (II) Loading sub module "dri3"
[     6.007] (II) LoadModule: "dri3"
[     6.007] (II) Module "dri3" already built-in
[     6.007] (II) Loading sub module "dri2"
[     6.007] (II) LoadModule: "dri2"
[     6.007] (II) Module "dri2" already built-in
[     6.007] (II) Loading sub module "present"
[     6.007] (II) LoadModule: "present"
[     6.007] (II) Module "present" already built-in
[     6.007] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[     6.007] (==) NVIDIA(G0): RGB weight 888
[     6.007] (==) NVIDIA(G0): Default visual is TrueColor
[     6.007] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[     6.007] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[     6.007] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[     6.007] (**) NVIDIA(G0): Enabling 2D acceleration
[     6.007] (II) Loading sub module "glxserver_nvidia"
[     6.007] (II) LoadModule: "glxserver_nvidia"
[     6.007] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[     6.032] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[     6.032]  compiled for 1.6.99.901, module version = 1.0.0
[     6.032]  Module class: X.Org Server Extension
[     6.032] (II) NVIDIA GLX Module  525.85.05  Sat Jan 14 00:45:09 UTC 2023
[     6.033] (II) NVIDIA: The X server supports PRIME Render Offload.
[     6.712] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[     6.712] (--) NVIDIA(0):     DFP-0
[     6.712] (--) NVIDIA(0):     DFP-1
[     6.712] (--) NVIDIA(0):     DFP-2
[     6.713] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce GTX 1660 Ti (TU116-A) at PCI:1:0:0
[     6.713] (II) NVIDIA(G0):     (GPU-0)
[     6.713] (--) NVIDIA(G0): Memory: 6291456 kBytes
[     6.713] (--) NVIDIA(G0): VideoBIOS: 90.16.48.00.ed
[     6.713] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[     6.713] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     6.713] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[     6.713] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[     6.713] (--) NVIDIA(GPU-0): 
[     6.713] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     6.713] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[     6.713] (--) NVIDIA(GPU-0): DFP-1: 2660.0 MHz maximum pixel clock
[     6.713] (--) NVIDIA(GPU-0): 
[     6.713] (--) NVIDIA(GPU-0): DFP-2: disconnected
[     6.713] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[     6.713] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[     6.713] (--) NVIDIA(GPU-0): 
[     6.716] (II) NVIDIA(G0): Validated MetaModes:
[     6.716] (II) NVIDIA(G0):     "NULL"
[     6.716] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[     6.716] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[     6.716] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[     6.716] (II) UnloadModule: "nouveau"
[     6.716] (II) Unloading nouveau
[     6.717] (II) UnloadModule: "modesetting"
[     6.717] (II) Unloading modesetting
[     6.720] (II) intel(0): SNA initialized with Coffeelake (gen9) backend
[     6.720] (==) intel(0): Backing store enabled
[     6.720] (==) intel(0): Silken mouse enabled
[     6.720] (II) intel(0): HW Cursor enabled
[     6.720] (==) intel(0): DPMS enabled
[     6.720] (==) intel(0): Display hotplug detection enabled
[     6.720] (II) intel(0): [DRI2] Setup complete
[     6.720] (II) intel(0): [DRI2]   DRI driver: i965
[     6.720] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[     6.720] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[     6.720] (II) intel(0): hardware support for Present enabled
[     6.721] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[     6.721] (II) NVIDIA:     access.
[     6.731] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[     6.731] (II) NVIDIA(G0):     may not be running or the "AcpidSocketPath" X
[     6.731] (II) NVIDIA(G0):     configuration option may not be set correctly.  When the
[     6.731] (II) NVIDIA(G0):     ACPI event daemon is available, the NVIDIA X driver will
[     6.731] (II) NVIDIA(G0):     try to use it to receive ACPI event notifications.  For
[     6.731] (II) NVIDIA(G0):     details, please see the "ConnectToAcpid" and
[     6.731] (II) NVIDIA(G0):     "AcpidSocketPath" X configuration options in Appendix B: X
[     6.731] (II) NVIDIA(G0):     Config Options in the README.
[     6.752] (II) NVIDIA(G0): Setting mode "NULL"
[     6.762] (==) NVIDIA(G0): Disabling shared memory pixmaps
[     6.762] (==) NVIDIA(G0): Backing store enabled
[     6.762] (==) NVIDIA(G0): Silken mouse enabled
[     6.762] (==) NVIDIA(G0): DPMS enabled
[     6.762] (II) Loading sub module "dri2"
[     6.762] (II) LoadModule: "dri2"
[     6.762] (II) Module "dri2" already built-in
[     6.762] (II) NVIDIA(G0): [DRI2] Setup complete
[     6.762] (II) NVIDIA(G0): [DRI2]   VDPAU driver: nvidia
[     6.762] (II) Initializing extension Generic Event Extension
[     6.762] (II) Initializing extension SHAPE
[     6.762] (II) Initializing extension MIT-SHM
[     6.762] (II) Initializing extension XInputExtension
[     6.763] (II) Initializing extension XTEST
[     6.763] (II) Initializing extension BIG-REQUESTS
[     6.763] (II) Initializing extension SYNC
[     6.763] (II) Initializing extension XKEYBOARD
[     6.763] (II) Initializing extension XC-MISC
[     6.763] (II) Initializing extension SECURITY
[     6.763] (II) Initializing extension XFIXES
[     6.763] (II) Initializing extension RENDER
[     6.763] (II) Initializing extension RANDR
[     6.763] (II) Initializing extension COMPOSITE
[     6.764] (II) Initializing extension DAMAGE
[     6.764] (II) Initializing extension MIT-SCREEN-SAVER
[     6.764] (II) Initializing extension DOUBLE-BUFFER
[     6.764] (II) Initializing extension RECORD
[     6.764] (II) Initializing extension DPMS
[     6.764] (II) Initializing extension Present
[     6.764] (II) Initializing extension DRI3
[     6.764] (II) Initializing extension X-Resource
[     6.764] (II) Initializing extension XVideo
[     6.764] (II) Initializing extension XVideo-MotionCompensation
[     6.764] (II) Initializing extension GLX
[     6.764] (II) Initializing extension GLX
[     6.764] (II) Indirect GLX disabled.
[     6.765] (EE) AIGLX error: dlopen of /usr/lib/dri/i965_dri.so failed (/usr/lib/dri/i965_dri.so: cannot open shared object file: No such file or directory)
[     6.765] (EE) AIGLX error: unable to load driver i965
[     6.926] (II) IGLX: Loaded and initialized swrast
[     6.927] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[     6.927] (II) Initializing extension XFree86-VidModeExtension
[     6.927] (II) Initializing extension XFree86-DGA
[     6.927] (II) Initializing extension XFree86-DRI
[     6.927] (II) Initializing extension DRI2
[     6.927] (II) Initializing extension NV-GLX
[     6.927] (II) Initializing extension NV-CONTROL
[     6.930] (II) intel(0): switch to mode 1920x1080@144.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[     6.932] (II) intel(0): Setting screen physical size to 508 x 285
[     7.038] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[     7.038] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     7.038] (II) LoadModule: "libinput"
[     7.038] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     7.041] (II) Module libinput: vendor="X.Org Foundation"
[     7.041]  compiled for 1.21.1.3, module version = 1.2.1
[     7.041]  Module class: X.Org XInput Driver
[     7.041]  ABI class: X.Org XInput driver, version 24.4
[     7.041] (II) Using input driver 'libinput' for 'Power Button'
[     7.042] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 40 paused 0
[     7.042] (**) Power Button: always reports core events
[     7.042] (**) Option "Device" "/dev/input/event3"
[     7.046] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     7.047] (II) event3  - Power Button: device is a keyboard
[     7.047] (II) event3  - Power Button: device removed
[     7.047] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[     7.047] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     7.047] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     7.047] (II) event3  - Power Button: device is a keyboard
[     7.048] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[     7.048] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     7.048] (II) Using input driver 'libinput' for 'Video Bus'
[     7.049] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 43 paused 0
[     7.049] (**) Video Bus: always reports core events
[     7.049] (**) Option "Device" "/dev/input/event5"
[     7.049] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[     7.050] (II) event5  - Video Bus: device is a keyboard
[     7.050] (II) event5  - Video Bus: device removed
[     7.050] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6/event5"
[     7.050] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     7.050] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[     7.050] (II) event5  - Video Bus: device is a keyboard
[     7.051] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[     7.051] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     7.051] (II) Using input driver 'libinput' for 'Video Bus'
[     7.052] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 44 paused 0
[     7.052] (**) Video Bus: always reports core events
[     7.052] (**) Option "Device" "/dev/input/event6"
[     7.052] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[     7.052] (II) event6  - Video Bus: device is a keyboard
[     7.053] (II) event6  - Video Bus: device removed
[     7.053] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13/LNXVIDEO:01/input/input7/event6"
[     7.053] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[     7.053] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[     7.054] (II) event6  - Video Bus: device is a keyboard
[     7.054] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[     7.054] (II) No input driver specified, ignoring this device.
[     7.054] (II) This device may have been added with another device file.
[     7.054] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     7.054] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     7.054] (II) Using input driver 'libinput' for 'Power Button'
[     7.055] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 45 paused 0
[     7.055] (**) Power Button: always reports core events
[     7.055] (**) Option "Device" "/dev/input/event2"
[     7.056] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     7.056] (II) event2  - Power Button: device is a keyboard
[     7.056] (II) event2  - Power Button: device removed
[     7.056] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[     7.056] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[     7.057] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     7.057] (II) event2  - Power Button: device is a keyboard
[     7.057] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[     7.057] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     7.057] (II) Using input driver 'libinput' for 'Sleep Button'
[     7.058] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 46 paused 0
[     7.058] (**) Sleep Button: always reports core events
[     7.058] (**) Option "Device" "/dev/input/event1"
[     7.058] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     7.059] (II) event1  - Sleep Button: device is a keyboard
[     7.059] (II) event1  - Sleep Button: device removed
[     7.059] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[     7.059] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[     7.059] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     7.059] (II) event1  - Sleep Button: device is a keyboard
[     7.060] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event15)
[     7.060] (II) No input driver specified, ignoring this device.
[     7.060] (II) This device may have been added with another device file.
[     7.060] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event16)
[     7.060] (II) No input driver specified, ignoring this device.
[     7.060] (II) This device may have been added with another device file.
[     7.060] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event17)
[     7.061] (II) No input driver specified, ignoring this device.
[     7.061] (II) This device may have been added with another device file.
[     7.061] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event18)
[     7.061] (II) No input driver specified, ignoring this device.
[     7.061] (II) This device may have been added with another device file.
[     7.061] (II) config/udev: Adding input device HD Webcam: HD Webcam (/dev/input/event13)
[     7.061] (**) HD Webcam: HD Webcam: Applying InputClass "libinput keyboard catchall"
[     7.061] (II) Using input driver 'libinput' for 'HD Webcam: HD Webcam'
[     7.062] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 47 paused 0
[     7.062] (**) HD Webcam: HD Webcam: always reports core events
[     7.062] (**) Option "Device" "/dev/input/event13"
[     7.063] (II) event13 - HD Webcam: HD Webcam: is tagged by udev as: Keyboard
[     7.063] (II) event13 - HD Webcam: HD Webcam: device is a keyboard
[     7.063] (II) event13 - HD Webcam: HD Webcam: device removed
[     7.063] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.0/input/input16/event13"
[     7.063] (II) XINPUT: Adding extended input device "HD Webcam: HD Webcam" (type: KEYBOARD, id 11)
[     7.064] (II) event13 - HD Webcam: HD Webcam: is tagged by udev as: Keyboard
[     7.064] (II) event13 - HD Webcam: HD Webcam: device is a keyboard
[     7.065] (II) config/udev: Adding input device Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse (/dev/input/event7)
[     7.065] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse: Applying InputClass "libinput pointer catchall"
[     7.065] (II) Using input driver 'libinput' for 'Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse'
[     7.122] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 48 paused 0
[     7.122] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse: always reports core events
[     7.122] (**) Option "Device" "/dev/input/event7"
[     7.124] (II) event7  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse: is tagged by udev as: Mouse
[     7.124] (II) event7  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse: device is a pointer
[     7.125] (II) event7  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse: device removed
[     7.125] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:0DB0:0D4C.0001/input/input8/event7"
[     7.125] (II) XINPUT: Adding extended input device "Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse" (type: MOUSE, id 12)
[     7.125] (**) Option "AccelerationScheme" "none"
[     7.125] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse: (accel) selected scheme none/0
[     7.125] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse: (accel) acceleration factor: 2.000
[     7.125] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse: (accel) acceleration threshold: 4
[     7.128] (II) event7  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse: is tagged by udev as: Mouse
[     7.128] (II) event7  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse: device is a pointer
[     7.130] (II) config/udev: Adding input device Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse (/dev/input/mouse0)
[     7.130] (II) No input driver specified, ignoring this device.
[     7.130] (II) This device may have been added with another device file.
[     7.131] (II) config/udev: Adding input device Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard (/dev/input/event8)
[     7.131] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[     7.131] (II) Using input driver 'libinput' for 'Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard'
[     7.133] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 49 paused 0
[     7.133] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: always reports core events
[     7.133] (**) Option "Device" "/dev/input/event8"
[     7.135] (II) event8  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[     7.135] (II) event8  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: device is a keyboard
[     7.136] (II) event8  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: device removed
[     7.136] (II) libinput: Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: needs a virtual subdevice
[     7.136] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:0DB0:0D4C.0003/input/input9/event8"
[     7.136] (II) XINPUT: Adding extended input device "Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard" (type: MOUSE, id 13)
[     7.136] (**) Option "AccelerationScheme" "none"
[     7.136] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: (accel) selected scheme none/0
[     7.136] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: (accel) acceleration factor: 2.000
[     7.136] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: (accel) acceleration threshold: 4
[     7.139] (II) event8  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[     7.139] (II) event8  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: device is a keyboard
[     7.141] (II) config/udev: Adding input device CUST0001:00 04F3:30FA Mouse (/dev/input/event9)
[     7.141] (**) CUST0001:00 04F3:30FA Mouse: Applying InputClass "libinput pointer catchall"
[     7.141] (II) Using input driver 'libinput' for 'CUST0001:00 04F3:30FA Mouse'
[     7.142] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 50 paused 0
[     7.142] (**) CUST0001:00 04F3:30FA Mouse: always reports core events
[     7.142] (**) Option "Device" "/dev/input/event9"
[     7.144] (II) event9  - CUST0001:00 04F3:30FA Mouse: is tagged by udev as: Mouse Pointingstick
[     7.145] (II) event9  - CUST0001:00 04F3:30FA Mouse: device is a pointer
[     7.147] (II) event9  - CUST0001:00 04F3:30FA Mouse: device removed
[     7.147] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.2/i2c_designware.1/i2c-7/i2c-CUST0001:00/0018:04F3:30FA.0004/input/input24/event9"
[     7.147] (II) XINPUT: Adding extended input device "CUST0001:00 04F3:30FA Mouse" (type: MOUSE, id 14)
[     7.147] (**) Option "AccelerationScheme" "none"
[     7.148] (**) CUST0001:00 04F3:30FA Mouse: (accel) selected scheme none/0
[     7.148] (**) CUST0001:00 04F3:30FA Mouse: (accel) acceleration factor: 2.000
[     7.148] (**) CUST0001:00 04F3:30FA Mouse: (accel) acceleration threshold: 4
[     7.150] (II) event9  - CUST0001:00 04F3:30FA Mouse: is tagged by udev as: Mouse Pointingstick
[     7.151] (II) event9  - CUST0001:00 04F3:30FA Mouse: device is a pointer
[     7.154] (II) config/udev: Adding input device CUST0001:00 04F3:30FA Mouse (/dev/input/mouse1)
[     7.154] (II) No input driver specified, ignoring this device.
[     7.154] (II) This device may have been added with another device file.
[     7.155] (II) config/udev: Adding input device CUST0001:00 04F3:30FA Touchpad (/dev/input/event10)
[     7.155] (**) CUST0001:00 04F3:30FA Touchpad: Applying InputClass "libinput touchpad catchall"
[     7.155] (II) Using input driver 'libinput' for 'CUST0001:00 04F3:30FA Touchpad'
[     7.156] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 51 paused 0
[     7.156] (**) CUST0001:00 04F3:30FA Touchpad: always reports core events
[     7.156] (**) Option "Device" "/dev/input/event10"
[     7.157] (II) event10 - CUST0001:00 04F3:30FA Touchpad: is tagged by udev as: Touchpad
[     7.159] (II) event10 - CUST0001:00 04F3:30FA Touchpad: device is a touchpad
[     7.160] (II) event10 - CUST0001:00 04F3:30FA Touchpad: device removed
[     7.160] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.2/i2c_designware.1/i2c-7/i2c-CUST0001:00/0018:04F3:30FA.0004/input/input26/event10"
[     7.160] (II) XINPUT: Adding extended input device "CUST0001:00 04F3:30FA Touchpad" (type: TOUCHPAD, id 15)
[     7.161] (**) Option "AccelerationScheme" "none"
[     7.161] (**) CUST0001:00 04F3:30FA Touchpad: (accel) selected scheme none/0
[     7.161] (**) CUST0001:00 04F3:30FA Touchpad: (accel) acceleration factor: 2.000
[     7.161] (**) CUST0001:00 04F3:30FA Touchpad: (accel) acceleration threshold: 4
[     7.162] (II) event10 - CUST0001:00 04F3:30FA Touchpad: is tagged by udev as: Touchpad
[     7.164] (II) event10 - CUST0001:00 04F3:30FA Touchpad: device is a touchpad
[     7.165] (II) config/udev: Adding input device CUST0001:00 04F3:30FA Touchpad (/dev/input/mouse2)
[     7.165] (II) No input driver specified, ignoring this device.
[     7.165] (II) This device may have been added with another device file.
[     7.165] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event20)
[     7.165] (II) No input driver specified, ignoring this device.
[     7.165] (II) This device may have been added with another device file.
[     7.166] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event21)
[     7.166] (II) No input driver specified, ignoring this device.
[     7.166] (II) This device may have been added with another device file.
[     7.166] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event22)
[     7.166] (II) No input driver specified, ignoring this device.
[     7.166] (II) This device may have been added with another device file.
[     7.166] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event23)
[     7.166] (II) No input driver specified, ignoring this device.
[     7.166] (II) This device may have been added with another device file.
[     7.167] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event24)
[     7.167] (II) No input driver specified, ignoring this device.
[     7.167] (II) This device may have been added with another device file.
[     7.167] (II) config/udev: Adding input device gpio-keys (/dev/input/event14)
[     7.167] (II) No input driver specified, ignoring this device.
[     7.167] (II) This device may have been added with another device file.
[     7.167] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[     7.167] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     7.167] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     7.168] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 52 paused 0
[     7.168] (**) AT Translated Set 2 keyboard: always reports core events
[     7.168] (**) Option "Device" "/dev/input/event4"
[     7.169] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     7.169] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[     7.170] (II) event4  - AT Translated Set 2 keyboard: device removed
[     7.170] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[     7.170] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 16)
[     7.171] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     7.171] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[     7.172] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event19)
[     7.172] (**) ETPS/2 Elantech Touchpad: Applying InputClass "libinput touchpad catchall"
[     7.172] (II) Using input driver 'libinput' for 'ETPS/2 Elantech Touchpad'
[     7.173] (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 53 paused 0
[     7.173] (**) ETPS/2 Elantech Touchpad: always reports core events
[     7.173] (**) Option "Device" "/dev/input/event19"
[     7.173] (II) event19 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[     7.175] (II) event19 - ETPS/2 Elantech Touchpad: device is a touchpad
[     7.175] (II) event19 - ETPS/2 Elantech Touchpad: device removed
[     7.175] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input15/event19"
[     7.175] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 17)
[     7.176] (**) Option "AccelerationScheme" "none"
[     7.176] (**) ETPS/2 Elantech Touchpad: (accel) selected scheme none/0
[     7.176] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[     7.176] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[     7.176] (II) event19 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[     7.177] (II) event19 - ETPS/2 Elantech Touchpad: device is a touchpad
[     7.178] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse3)
[     7.178] (II) No input driver specified, ignoring this device.
[     7.178] (II) This device may have been added with another device file.
[     7.178] (II) config/udev: Adding input device PC Speaker (/dev/input/event12)
[     7.178] (II) No input driver specified, ignoring this device.
[     7.178] (II) This device may have been added with another device file.
[     7.180] (II) config/udev: Adding input device MSI WMI hotkeys (/dev/input/event11)
[     7.180] (**) MSI WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     7.180] (II) Using input driver 'libinput' for 'MSI WMI hotkeys'
[     7.180] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 54 paused 0
[     7.180] (**) MSI WMI hotkeys: always reports core events
[     7.180] (**) Option "Device" "/dev/input/event11"
[     7.181] (II) event11 - MSI WMI hotkeys: is tagged by udev as: Keyboard
[     7.181] (II) event11 - MSI WMI hotkeys: device is a keyboard
[     7.181] (II) event11 - MSI WMI hotkeys: device removed
[     7.181] (**) Option "config_info" "udev:/sys/devices/virtual/input/input13/event11"
[     7.181] (II) XINPUT: Adding extended input device "MSI WMI hotkeys" (type: KEYBOARD, id 18)
[     7.182] (II) event11 - MSI WMI hotkeys: is tagged by udev as: Keyboard
[     7.182] (II) event11 - MSI WMI hotkeys: device is a keyboard
[     7.210] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[     7.210] (II) Using input driver 'libinput' for 'Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard'
[     7.210] (II) systemd-logind: returning pre-existing fd for /dev/input/event8 13:72
[     7.210] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: always reports core events
[     7.210] (**) Option "Device" "/dev/input/event8"
[     7.210] (II) libinput: Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: is a virtual subdevice
[     7.210] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:0DB0:0D4C.0003/input/input9/event8"
[     7.210] (II) XINPUT: Adding extended input device "Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard" (type: KEYBOARD, id 19)
[     7.263] (WW) EDID timing clock 353.80 exceeds claimed max 345MHz, fixing
[     7.263] (II) intel(0): EDID vendor "AUO", prod id 44944
[     7.263] (II) intel(0): Using EDID range info for horizontal sync
[     7.263] (II) intel(0): Using EDID range info for vertical refresh
[     7.263] (II) intel(0): Printing DDC gathered Modelines:
[     7.263] (II) intel(0): Modeline "1920x1080"x0.0  353.80  1920 2028 2076 2080  1080 1083 1088 1180 -hsync -vsync (170.1 kHz eP)
[     7.263] (II) intel(0): Modeline "1920x1080"x0.0  143.00  1920 2028 2076 2080  1080 1083 1088 1142 -hsync -vsync (68.8 kHz e)
[     8.136] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     8.136] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[     8.136] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[     8.136] (--) NVIDIA(GPU-0): 
[     8.136] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     8.136] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[     8.136] (--) NVIDIA(GPU-0): DFP-1: 2660.0 MHz maximum pixel clock
[     8.136] (--) NVIDIA(GPU-0): 
[     8.137] (--) NVIDIA(GPU-0): DFP-2: disconnected
[     8.137] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[     8.137] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[     8.137] (--) NVIDIA(GPU-0): 
[     8.161] (**) Option "fd" "50"
[     8.161] (II) event9  - CUST0001:00 04F3:30FA Mouse: device removed
[     8.165] (**) Option "fd" "53"
[     8.165] (II) event19 - ETPS/2 Elantech Touchpad: device removed
[    17.509] (**) Option "fd" "40"
[    17.509] (II) event3  - Power Button: device removed
[    17.509] (**) Option "fd" "43"
[    17.509] (II) event5  - Video Bus: device removed
[    17.509] (**) Option "fd" "44"
[    17.509] (II) event6  - Video Bus: device removed
[    17.509] (**) Option "fd" "45"
[    17.509] (II) event2  - Power Button: device removed
[    17.509] (**) Option "fd" "46"
[    17.509] (II) event1  - Sleep Button: device removed
[    17.509] (**) Option "fd" "47"
[    17.509] (II) event13 - HD Webcam: HD Webcam: device removed
[    17.510] (**) Option "fd" "48"
[    17.510] (II) event7  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse: device removed
[    17.510] (**) Option "fd" "49"
[    17.510] (**) Option "fd" "51"
[    17.510] (II) event10 - CUST0001:00 04F3:30FA Touchpad: device removed
[    17.510] (**) Option "fd" "52"
[    17.510] (II) event4  - AT Translated Set 2 keyboard: device removed
[    17.510] (**) Option "fd" "54"
[    17.510] (II) event11 - MSI WMI hotkeys: device removed
[    17.510] (**) Option "fd" "49"
[    17.510] (II) event8  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: device removed
[    17.512] (II) UnloadModule: "libinput"
[    17.512] (II) systemd-logind: not releasing fd for 13:72, still in use
[    17.512] (II) UnloadModule: "libinput"
[    17.512] (II) systemd-logind: releasing fd for 13:75
[    17.575] (II) UnloadModule: "libinput"
[    17.575] (II) systemd-logind: releasing fd for 13:68
[    17.605] (II) UnloadModule: "libinput"
[    17.605] (II) systemd-logind: releasing fd for 13:74
[    17.645] (II) UnloadModule: "libinput"
[    17.645] (II) systemd-logind: releasing fd for 13:72
[    17.668] (II) UnloadModule: "libinput"
[    17.668] (II) systemd-logind: releasing fd for 13:71
[    17.701] (II) UnloadModule: "libinput"
[    17.702] (II) systemd-logind: releasing fd for 13:77
[    17.735] (II) UnloadModule: "libinput"
[    17.735] (II) systemd-logind: releasing fd for 13:65
[    17.751] (II) UnloadModule: "libinput"
[    17.752] (II) systemd-logind: releasing fd for 13:66
[    17.771] (II) UnloadModule: "libinput"
[    17.772] (II) systemd-logind: releasing fd for 13:70
[    17.805] (II) UnloadModule: "libinput"
[    17.805] (II) systemd-logind: releasing fd for 13:69
[    17.838] (II) UnloadModule: "libinput"
[    17.838] (II) systemd-logind: releasing fd for 13:67
[    17.858] (II) UnloadModule: "libinput"
[    17.858] (II) systemd-logind: releasing fd for 13:83
[    17.902] (II) UnloadModule: "libinput"
[    17.902] (II) systemd-logind: releasing fd for 13:73
[    18.051] (II) NVIDIA(GPU-0): Deleting GPU-0
[    18.069] (II) Server terminated successfully (0). Closing log file.

I'm out of ideas and would appreciate some help. Let me know any combinations or logs to try.

Last edited by arod529 (2023-01-29 22:48:15)

Offline

#2 2023-01-29 16:12:28

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

Re: [SOLVED] MSI GL 65 Leopard NVIDIA Black Screen

Remove the 10-nvidia.conf and remove xf86-video-intel (and the config still referencing the "intel" driver, which forces the xf86-video-intel which doesn't work properly with your GPU anymore ...

grep -r intel /{etc,usr/share}/X11/xorg.conf*

) and remove the two xrandr calls from your .xinitrc and instead read https://wiki.archlinux.org/title/PRIME# … er_offload

Last edited by V1del (2023-01-29 17:13:10)

Offline

#3 2023-01-29 17:09:01

seth
Member
Registered: 2012-09-03
Posts: 51,056

Re: [SOLVED] MSI GL 65 Leopard NVIDIA Black Screen

grep -r intel /{etc,usr/share}/X11/xorg.conf*

Offline

#4 2023-01-29 17:12:53

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

Re: [SOLVED] MSI GL 65 Leopard NVIDIA Black Screen

Whoops, brainfart

Offline

#5 2023-01-29 17:14:23

seth
Member
Registered: 2012-09-03
Posts: 51,056

Re: [SOLVED] MSI GL 65 Leopard NVIDIA Black Screen

We'll blame systemd's casual mix of the two paths wink

Offline

#6 2023-01-29 17:33:01

arod529
Member
Registered: 2023-01-29
Posts: 6

Re: [SOLVED] MSI GL 65 Leopard NVIDIA Black Screen

Ok, so, not sure what other config, I tried both greps and came up blank. I uninstall everything each time so I can have my screen back so my existing configs were already removed.

I installed nvidia, nvidia-utils, nvidia-prime. Added the nvidia modules to initramfs. I have no xorg.conf files whatsoever. No other video drivers installed.

Exported environment variables

export __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia xfwm4
export __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia startxfce4
export __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia startx

in .bash_profile. Tried with and without, no difference.

lspci

[00:02.0 VGA compatible controller: Intel Corporation CometLake-H GT2 [UHD Graphics] (rev 05)
  DeviceName: Onboard - Video
  Subsystem: Micro-Star International Co., Ltd. [MSI] Device 12b8
--
01:00.0 VGA compatible controller: NVIDIA Corporation TU116M [GeForce GTX 1660 Ti Mobile] (rev a1)
  Subsystem: Micro-Star International Co., Ltd. [MSI] Device 12b8
  Kernel driver in use: nvidia

journal

Jan 29 12:03:32 archLaptop kernel: microcode: microcode updated early to revision 0xf4, date = 2022-07-31
Jan 29 12:03:32 archLaptop kernel: Linux version 6.1.8-arch1-1 (linux@archlinux) (gcc (GCC) 12.2.1 20230111, GNU ld (GNU Binutils) 2.40) #1 SMP PREEMPT_DYNAMIC Tue, 24 Jan 2023 21:07:04 +0000
Jan 29 12:03:32 archLaptop kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=d610ecce-a9d3-4f03-93ae-3647ec7ad0ec rw loglevel=3 quiet
Jan 29 12:03:32 archLaptop kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jan 29 12:03:32 archLaptop kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jan 29 12:03:32 archLaptop kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Jan 29 12:03:32 archLaptop kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Jan 29 12:03:32 archLaptop kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Jan 29 12:03:32 archLaptop kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Jan 29 12:03:32 archLaptop kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Jan 29 12:03:32 archLaptop kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
Jan 29 12:03:32 archLaptop kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
Jan 29 12:03:32 archLaptop kernel: x86/fpu: xstate_offset[9]:  960, xstate_sizes[9]:    8
Jan 29 12:03:32 archLaptop kernel: x86/fpu: Enabled xstate features 0x21f, context size is 968 bytes, using 'compacted' format.
Jan 29 12:03:32 archLaptop kernel: signal: max sigframe size: 3632
Jan 29 12:03:32 archLaptop kernel: BIOS-provided physical RAM map:
Jan 29 12:03:32 archLaptop kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
Jan 29 12:03:32 archLaptop kernel: BIOS-e820: [mem 0x000000000009e000-0x000000000009efff] reserved
Jan 29 12:03:32 archLaptop kernel: BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] usable
Jan 29 12:03:32 archLaptop kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Jan 29 12:03:32 archLaptop kernel: BIOS-e820: [mem 0x0000000000100000-0x000000009648bfff] usable
Jan 29 12:03:32 archLaptop kernel: BIOS-e820: [mem 0x000000009648c000-0x0000000098092fff] reserved
Jan 29 12:03:32 archLaptop kernel: BIOS-e820: [mem 0x0000000098093000-0x00000000981c2fff] ACPI data
Jan 29 12:03:32 archLaptop kernel: BIOS-e820: [mem 0x00000000981c3000-0x00000000982dbfff] ACPI NVS
Jan 29 12:03:32 archLaptop kernel: BIOS-e820: [mem 0x00000000982dc000-0x0000000099993fff] reserved
Jan 29 12:03:32 archLaptop kernel: BIOS-e820: [mem 0x0000000099994000-0x0000000099c4dfff] type 20
Jan 29 12:03:32 archLaptop kernel: BIOS-e820: [mem 0x0000000099c4e000-0x0000000099c4efff] usable
Jan 29 12:03:32 archLaptop kernel: BIOS-e820: [mem 0x0000000099c4f000-0x000000009f7fffff] reserved
Jan 29 12:03:32 archLaptop kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Jan 29 12:03:32 archLaptop kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Jan 29 12:03:32 archLaptop kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Jan 29 12:03:32 archLaptop kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
Jan 29 12:03:32 archLaptop kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Jan 29 12:03:32 archLaptop kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Jan 29 12:03:32 archLaptop kernel: BIOS-e820: [mem 0x0000000100000000-0x000000045e7fffff] usable
Jan 29 12:03:32 archLaptop kernel: NX (Execute Disable) protection: active
Jan 29 12:03:32 archLaptop kernel: efi: EFI v2.70 by American Megatrends
Jan 29 12:03:32 archLaptop kernel: efi: ACPI=0x981c2000 ACPI 2.0=0x981c2014 TPMFinalLog=0x9824a000 SMBIOS=0x9980f000 SMBIOS 3.0=0x9980e000 MEMATTR=0x8ccd5018 ESRT=0x9010b918 
Jan 29 12:03:32 archLaptop kernel: SMBIOS 3.2.0 present.
Jan 29 12:03:32 archLaptop kernel: DMI: Micro-Star International Co., Ltd. GL65 Leopard 10SDR/MS-16U7, BIOS E16U7IMS.10B 10/23/2020
Jan 29 12:03:32 archLaptop kernel: tsc: Detected 2600.000 MHz processor
Jan 29 12:03:32 archLaptop kernel: tsc: Detected 2599.992 MHz TSC
Jan 29 12:03:32 archLaptop kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jan 29 12:03:32 archLaptop kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jan 29 12:03:32 archLaptop kernel: last_pfn = 0x45e800 max_arch_pfn = 0x400000000
Jan 29 12:03:32 archLaptop kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Jan 29 12:03:32 archLaptop kernel: last_pfn = 0x99c4f max_arch_pfn = 0x400000000
Jan 29 12:03:32 archLaptop kernel: esrt: Reserving ESRT space from 0x000000009010b918 to 0x000000009010b978.
Jan 29 12:03:32 archLaptop kernel: e820: update [mem 0x9010b000-0x9010bfff] usable ==> reserved
Jan 29 12:03:32 archLaptop kernel: Using GB pages for direct mapping
Jan 29 12:03:32 archLaptop kernel: Secure boot disabled
Jan 29 12:03:32 archLaptop kernel: RAMDISK: [mem 0x2a6dd000-0x31365fff]
Jan 29 12:03:32 archLaptop kernel: ACPI: Early table checksum verification disabled
Jan 29 12:03:32 archLaptop kernel: ACPI: RSDP 0x00000000981C2014 000024 (v02 MSI_NB)
Jan 29 12:03:32 archLaptop kernel: ACPI: XSDT 0x00000000981C1728 0000EC (v01 MSI_NB MEGABOOK 01072009 AMI  01000013)
Jan 29 12:03:32 archLaptop kernel: ACPI: FACP 0x00000000981BC000 000114 (v06 MSI_NB MEGABOOK 01072009 AMI  00010013)
Jan 29 12:03:32 archLaptop kernel: ACPI: DSDT 0x000000009817D000 03EF48 (v02 MSI_NB MEGABOOK 01072009 INTL 20160527)
Jan 29 12:03:32 archLaptop kernel: ACPI: FACS 0x00000000982DB000 000040
Jan 29 12:03:32 archLaptop kernel: ACPI: MCFG 0x00000000981C0000 00003C (v01 MSI_NB MEGABOOK 01072009 MSFT 00000097)
Jan 29 12:03:32 archLaptop kernel: ACPI: SSDT 0x00000000981BD000 002087 (v02 CpuRef CpuSsdt  00003000 INTL 20160527)
Jan 29 12:03:32 archLaptop kernel: ACPI: FIDT 0x000000009817C000 00009C (v01 MSI_NB MEGABOOK 01072009 AMI  00010013)
Jan 29 12:03:32 archLaptop kernel: ACPI: MSDM 0x000000009817B000 000055 (v03 MSI_NB MEGABOOK 01072009 AMI  01000013)
Jan 29 12:03:32 archLaptop kernel: ACPI: SLIC 0x000000009817A000 000176 (v01 MSI_NB MEGABOOK 01072009 AMI  01000013)
Jan 29 12:03:32 archLaptop kernel: ACPI: SSDT 0x0000000098176000 0031DA (v02 SaSsdt SaSsdt   00003000 INTL 20160527)
Jan 29 12:03:32 archLaptop kernel: ACPI: SSDT 0x0000000098173000 0029E7 (v02 Intel  PegSsdt  00001000 INTL 20160527)
Jan 29 12:03:32 archLaptop kernel: ACPI: HPET 0x0000000098172000 000038 (v01 MSI_NB MEGABOOK 01072009 AMI  01000013)
Jan 29 12:03:32 archLaptop kernel: ACPI: SSDT 0x000000009816E000 00324F (v02 INTEL  xh_cfhd4 00000000 INTL 20160527)
Jan 29 12:03:32 archLaptop kernel: ACPI: NHLT 0x000000009816C000 001821 (v00 MSI_NB MEGABOOK 01072009 AMI  01000013)
Jan 29 12:03:32 archLaptop kernel: ACPI: SSDT 0x000000009816B000 0006BB (v02 Intel  PerfTune 00001000 INTL 20160527)
Jan 29 12:03:32 archLaptop kernel: ACPI: LPIT 0x000000009816A000 000094 (v01 MSI_NB MEGABOOK 01072009 AMI  01000013)
Jan 29 12:03:32 archLaptop kernel: ACPI: SSDT 0x0000000098166000 002720 (v02 MSI_NB PtidDevc 00001000 INTL 20160527)
Jan 29 12:03:32 archLaptop kernel: ACPI: SSDT 0x0000000098163000 0025B2 (v02 MSI_NB TbtTypeC 00000000 INTL 20160527)
Jan 29 12:03:32 archLaptop kernel: ACPI: DBGP 0x0000000098162000 000034 (v01 MSI_NB MEGABOOK 01072009 AMI  01000013)
Jan 29 12:03:32 archLaptop kernel: ACPI: DBG2 0x0000000098161000 000054 (v00 MSI_NB MEGABOOK 01072009 AMI  01000013)
Jan 29 12:03:32 archLaptop kernel: ACPI: SSDT 0x000000009815F000 0000AE (v02 SgRef  SgPeg    00001000 INTL 20160527)
Jan 29 12:03:32 archLaptop kernel: ACPI: BGRT 0x000000009815E000 000038 (v01 MSI_NB MEGABOOK 01072009 AMI  00010013)
Jan 29 12:03:32 archLaptop kernel: ACPI: TPM2 0x000000009815D000 00004C (v04 MSI_NB MEGABOOK 00000001 AMI  00000000)
Jan 29 12:03:32 archLaptop kernel: ACPI: DMAR 0x0000000098160000 0000A8 (v01 INTEL  EDK2     00000002      01000013)
Jan 29 12:03:32 archLaptop kernel: ACPI: SSDT 0x000000009815A000 002567 (v01 OptRf1 Opt1Tabl 00001000 INTL 20160527)
Jan 29 12:03:32 archLaptop kernel: ACPI: WSMT 0x0000000098169000 000028 (v01 MSI_NB MEGABOOK 01072009 AMI  00010013)
Jan 29 12:03:32 archLaptop kernel: ACPI: APIC 0x0000000098159000 0000F4 (v04 MSI_NB MEGABOOK 01072009 AMI  00010013)
Jan 29 12:03:32 archLaptop kernel: ACPI: FPDT 0x0000000098158000 000044 (v01 MSI_NB CML      01072009 AMI  01000013)
Jan 29 12:03:32 archLaptop kernel: ACPI: Reserving FACP table memory at [mem 0x981bc000-0x981bc113]
Jan 29 12:03:32 archLaptop kernel: ACPI: Reserving DSDT table memory at [mem 0x9817d000-0x981bbf47]
Jan 29 12:03:32 archLaptop kernel: ACPI: Reserving FACS table memory at [mem 0x982db000-0x982db03f]
Jan 29 12:03:32 archLaptop kernel: ACPI: Reserving MCFG table memory at [mem 0x981c0000-0x981c003b]
Jan 29 12:03:32 archLaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x981bd000-0x981bf086]
Jan 29 12:03:32 archLaptop kernel: ACPI: Reserving FIDT table memory at [mem 0x9817c000-0x9817c09b]
Jan 29 12:03:32 archLaptop kernel: ACPI: Reserving MSDM table memory at [mem 0x9817b000-0x9817b054]
Jan 29 12:03:32 archLaptop kernel: ACPI: Reserving SLIC table memory at [mem 0x9817a000-0x9817a175]
Jan 29 12:03:32 archLaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x98176000-0x981791d9]
Jan 29 12:03:32 archLaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x98173000-0x981759e6]
Jan 29 12:03:32 archLaptop kernel: ACPI: Reserving HPET table memory at [mem 0x98172000-0x98172037]
Jan 29 12:03:32 archLaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x9816e000-0x9817124e]
Jan 29 12:03:32 archLaptop kernel: ACPI: Reserving NHLT table memory at [mem 0x9816c000-0x9816d820]
Jan 29 12:03:32 archLaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x9816b000-0x9816b6ba]
Jan 29 12:03:32 archLaptop kernel: ACPI: Reserving LPIT table memory at [mem 0x9816a000-0x9816a093]
Jan 29 12:03:32 archLaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x98166000-0x9816871f]
Jan 29 12:03:32 archLaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x98163000-0x981655b1]
Jan 29 12:03:32 archLaptop kernel: ACPI: Reserving DBGP table memory at [mem 0x98162000-0x98162033]
Jan 29 12:03:32 archLaptop kernel: ACPI: Reserving DBG2 table memory at [mem 0x98161000-0x98161053]
Jan 29 12:03:32 archLaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x9815f000-0x9815f0ad]
Jan 29 12:03:32 archLaptop kernel: ACPI: Reserving BGRT table memory at [mem 0x9815e000-0x9815e037]
Jan 29 12:03:32 archLaptop kernel: ACPI: Reserving TPM2 table memory at [mem 0x9815d000-0x9815d04b]
Jan 29 12:03:32 archLaptop kernel: ACPI: Reserving DMAR table memory at [mem 0x98160000-0x981600a7]
Jan 29 12:03:32 archLaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x9815a000-0x9815c566]
Jan 29 12:03:32 archLaptop kernel: ACPI: Reserving WSMT table memory at [mem 0x98169000-0x98169027]
Jan 29 12:03:32 archLaptop kernel: ACPI: Reserving APIC table memory at [mem 0x98159000-0x981590f3]
Jan 29 12:03:32 archLaptop kernel: ACPI: Reserving FPDT table memory at [mem 0x98158000-0x98158043]
Jan 29 12:03:32 archLaptop kernel: No NUMA configuration found
Jan 29 12:03:32 archLaptop kernel: Faking a node at [mem 0x0000000000000000-0x000000045e7fffff]
Jan 29 12:03:32 archLaptop kernel: NODE_DATA(0) allocated [mem 0x45e7fb000-0x45e7fffff]
Jan 29 12:03:32 archLaptop kernel: Zone ranges:
Jan 29 12:03:32 archLaptop kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Jan 29 12:03:32 archLaptop kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Jan 29 12:03:32 archLaptop kernel:   Normal   [mem 0x0000000100000000-0x000000045e7fffff]
Jan 29 12:03:32 archLaptop kernel:   Device   empty
Jan 29 12:03:32 archLaptop kernel: Movable zone start for each node
Jan 29 12:03:32 archLaptop kernel: Early memory node ranges
Jan 29 12:03:32 archLaptop kernel:   node   0: [mem 0x0000000000001000-0x000000000009dfff]
Jan 29 12:03:32 archLaptop kernel:   node   0: [mem 0x000000000009f000-0x000000000009ffff]
Jan 29 12:03:32 archLaptop kernel:   node   0: [mem 0x0000000000100000-0x000000009648bfff]
Jan 29 12:03:32 archLaptop kernel:   node   0: [mem 0x0000000099c4e000-0x0000000099c4efff]
Jan 29 12:03:32 archLaptop kernel:   node   0: [mem 0x0000000100000000-0x000000045e7fffff]
Jan 29 12:03:32 archLaptop kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000045e7fffff]
Jan 29 12:03:32 archLaptop kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jan 29 12:03:32 archLaptop kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jan 29 12:03:32 archLaptop kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Jan 29 12:03:32 archLaptop kernel: On node 0, zone DMA32: 14274 pages in unavailable ranges
Jan 29 12:03:32 archLaptop kernel: On node 0, zone Normal: 25521 pages in unavailable ranges
Jan 29 12:03:32 archLaptop kernel: On node 0, zone Normal: 6144 pages in unavailable ranges
Jan 29 12:03:32 archLaptop kernel: Reserving Intel graphics memory at [mem 0x9b800000-0x9f7fffff]
Jan 29 12:03:32 archLaptop kernel: ACPI: PM-Timer IO Port: 0x1808
Jan 29 12:03:32 archLaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Jan 29 12:03:32 archLaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Jan 29 12:03:32 archLaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Jan 29 12:03:32 archLaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Jan 29 12:03:32 archLaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Jan 29 12:03:32 archLaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Jan 29 12:03:32 archLaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Jan 29 12:03:32 archLaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Jan 29 12:03:32 archLaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Jan 29 12:03:32 archLaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Jan 29 12:03:32 archLaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Jan 29 12:03:32 archLaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Jan 29 12:03:32 archLaptop kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Jan 29 12:03:32 archLaptop kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jan 29 12:03:32 archLaptop kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Jan 29 12:03:32 archLaptop kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Jan 29 12:03:32 archLaptop kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Jan 29 12:03:32 archLaptop kernel: e820: update [mem 0x8d614000-0x8d707fff] usable ==> reserved
Jan 29 12:03:32 archLaptop kernel: TSC deadline timer available
Jan 29 12:03:32 archLaptop kernel: smpboot: Allowing 12 CPUs, 0 hotplug CPUs
Jan 29 12:03:32 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jan 29 12:03:32 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff]
Jan 29 12:03:32 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Jan 29 12:03:32 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x8d614000-0x8d707fff]
Jan 29 12:03:32 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x9010b000-0x9010bfff]
Jan 29 12:03:32 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x9648c000-0x98092fff]
Jan 29 12:03:32 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x98093000-0x981c2fff]
Jan 29 12:03:32 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x981c3000-0x982dbfff]
Jan 29 12:03:32 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x982dc000-0x99993fff]
Jan 29 12:03:32 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x99994000-0x99c4dfff]
Jan 29 12:03:32 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x99c4f000-0x9f7fffff]
Jan 29 12:03:32 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x9f800000-0xdfffffff]
Jan 29 12:03:32 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
Jan 29 12:03:32 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
Jan 29 12:03:32 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
Jan 29 12:03:32 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
Jan 29 12:03:32 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Jan 29 12:03:32 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
Jan 29 12:03:32 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
Jan 29 12:03:32 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfed04000-0xfedfffff]
Jan 29 12:03:32 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Jan 29 12:03:32 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
Jan 29 12:03:32 archLaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
Jan 29 12:03:32 archLaptop kernel: [mem 0x9f800000-0xdfffffff] available for PCI devices
Jan 29 12:03:32 archLaptop kernel: Booting paravirtualized kernel on bare hardware
Jan 29 12:03:32 archLaptop kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Jan 29 12:03:32 archLaptop kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
Jan 29 12:03:32 archLaptop kernel: percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
Jan 29 12:03:32 archLaptop kernel: pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
Jan 29 12:03:32 archLaptop kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- -- 
Jan 29 12:03:32 archLaptop kernel: Fallback order for Node 0: 0 
Jan 29 12:03:32 archLaptop kernel: Built 1 zonelists, mobility grouping on.  Total pages: 4083290
Jan 29 12:03:32 archLaptop kernel: Policy zone: Normal
Jan 29 12:03:32 archLaptop kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=d610ecce-a9d3-4f03-93ae-3647ec7ad0ec rw loglevel=3 quiet
Jan 29 12:03:32 archLaptop kernel: Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-linux", will be passed to user space.
Jan 29 12:03:32 archLaptop kernel: random: crng init done
Jan 29 12:03:32 archLaptop kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Jan 29 12:03:32 archLaptop kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Jan 29 12:03:32 archLaptop kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Jan 29 12:03:32 archLaptop kernel: software IO TLB: area num 16.
Jan 29 12:03:32 archLaptop kernel: Memory: 15923236K/16593068K available (16391K kernel code, 2133K rwdata, 11076K rodata, 2140K init, 3360K bss, 669572K reserved, 0K cma-reserved)
Jan 29 12:03:32 archLaptop kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
Jan 29 12:03:32 archLaptop kernel: ftrace: allocating 46415 entries in 182 pages
Jan 29 12:03:32 archLaptop kernel: ftrace: allocated 182 pages with 5 groups
Jan 29 12:03:32 archLaptop kernel: Dynamic Preempt: full
Jan 29 12:03:32 archLaptop kernel: rcu: Preemptible hierarchical RCU implementation.
Jan 29 12:03:32 archLaptop kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=12.
Jan 29 12:03:32 archLaptop kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Jan 29 12:03:32 archLaptop kernel:         Trampoline variant of Tasks RCU enabled.
Jan 29 12:03:32 archLaptop kernel:         Rude variant of Tasks RCU enabled.
Jan 29 12:03:32 archLaptop kernel:         Tracing variant of Tasks RCU enabled.
Jan 29 12:03:32 archLaptop kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Jan 29 12:03:32 archLaptop kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
Jan 29 12:03:32 archLaptop kernel: NR_IRQS: 20736, nr_irqs: 2152, preallocated irqs: 16
Jan 29 12:03:32 archLaptop kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Jan 29 12:03:32 archLaptop kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Jan 29 12:03:32 archLaptop kernel: Console: colour dummy device 80x25
Jan 29 12:03:32 archLaptop kernel: printk: console [tty0] enabled
Jan 29 12:03:32 archLaptop kernel: ACPI: Core revision 20220331
Jan 29 12:03:32 archLaptop kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
Jan 29 12:03:32 archLaptop kernel: APIC: Switch to symmetric I/O mode setup
Jan 29 12:03:32 archLaptop kernel: DMAR: Host address width 39
Jan 29 12:03:32 archLaptop kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Jan 29 12:03:32 archLaptop kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
Jan 29 12:03:32 archLaptop kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Jan 29 12:03:32 archLaptop kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Jan 29 12:03:32 archLaptop kernel: DMAR: RMRR base: 0x0000009899c000 end: 0x00000098be5fff
Jan 29 12:03:32 archLaptop kernel: DMAR: RMRR base: 0x0000009b000000 end: 0x0000009f7fffff
Jan 29 12:03:32 archLaptop kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Jan 29 12:03:32 archLaptop kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Jan 29 12:03:32 archLaptop kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Jan 29 12:03:32 archLaptop kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Jan 29 12:03:32 archLaptop kernel: x2apic enabled
Jan 29 12:03:32 archLaptop kernel: Switched APIC routing to cluster x2apic.
Jan 29 12:03:32 archLaptop kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jan 29 12:03:32 archLaptop kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x257a34a6eea, max_idle_ns: 440795264358 ns
Jan 29 12:03:32 archLaptop kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5202.65 BogoMIPS (lpj=8666640)
Jan 29 12:03:32 archLaptop kernel: pid_max: default: 32768 minimum: 301
Jan 29 12:03:32 archLaptop kernel: LSM: Security Framework initializing
Jan 29 12:03:32 archLaptop kernel: landlock: Up and running.
Jan 29 12:03:32 archLaptop kernel: Yama: becoming mindful.
Jan 29 12:03:32 archLaptop kernel: LSM support for eBPF active
Jan 29 12:03:32 archLaptop kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Jan 29 12:03:32 archLaptop kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Jan 29 12:03:32 archLaptop kernel: x86/cpu: SGX disabled by BIOS.
Jan 29 12:03:32 archLaptop kernel: CPU0: Thermal monitoring enabled (TM1)
Jan 29 12:03:32 archLaptop kernel: process: using mwait in idle threads
Jan 29 12:03:32 archLaptop kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Jan 29 12:03:32 archLaptop kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Jan 29 12:03:32 archLaptop kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Jan 29 12:03:32 archLaptop kernel: Spectre V2 : Mitigation: Enhanced IBRS
Jan 29 12:03:32 archLaptop kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Jan 29 12:03:32 archLaptop kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
Jan 29 12:03:32 archLaptop kernel: RETBleed: Mitigation: Enhanced IBRS
Jan 29 12:03:32 archLaptop kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Jan 29 12:03:32 archLaptop kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Jan 29 12:03:32 archLaptop kernel: MMIO Stale Data: Mitigation: Clear CPU buffers
Jan 29 12:03:32 archLaptop kernel: SRBDS: Mitigation: Microcode
Jan 29 12:03:32 archLaptop kernel: Freeing SMP alternatives memory: 40K
Jan 29 12:03:32 archLaptop kernel: smpboot: CPU0: Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz (family: 0x6, model: 0xa5, stepping: 0x2)
Jan 29 12:03:32 archLaptop kernel: cblist_init_generic: Setting adjustable number of callback queues.
Jan 29 12:03:32 archLaptop kernel: cblist_init_generic: Setting shift to 4 and lim to 1.
Jan 29 12:03:32 archLaptop kernel: cblist_init_generic: Setting shift to 4 and lim to 1.
Jan 29 12:03:32 archLaptop kernel: cblist_init_generic: Setting shift to 4 and lim to 1.
Jan 29 12:03:32 archLaptop kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Jan 29 12:03:32 archLaptop kernel: ... version:                4
Jan 29 12:03:32 archLaptop kernel: ... bit width:              48
Jan 29 12:03:32 archLaptop kernel: ... generic registers:      4
Jan 29 12:03:32 archLaptop kernel: ... value mask:             0000ffffffffffff
Jan 29 12:03:32 archLaptop kernel: ... max period:             00007fffffffffff
Jan 29 12:03:32 archLaptop kernel: ... fixed-purpose events:   3
Jan 29 12:03:32 archLaptop kernel: ... event mask:             000000070000000f
Jan 29 12:03:32 archLaptop kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1811
Jan 29 12:03:32 archLaptop kernel: rcu: Hierarchical SRCU implementation.
Jan 29 12:03:32 archLaptop kernel: rcu:         Max phase no-delay instances is 1000.
Jan 29 12:03:32 archLaptop kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Jan 29 12:03:32 archLaptop kernel: smp: Bringing up secondary CPUs ...
Jan 29 12:03:32 archLaptop kernel: x86: Booting SMP configuration:
Jan 29 12:03:32 archLaptop kernel: .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6
Jan 29 12:03:32 archLaptop kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
Jan 29 12:03:32 archLaptop kernel:   #7  #8  #9 #10 #11
Jan 29 12:03:32 archLaptop kernel: smp: Brought up 1 node, 12 CPUs
Jan 29 12:03:32 archLaptop kernel: smpboot: Max logical packages: 1
Jan 29 12:03:32 archLaptop kernel: smpboot: Total of 12 processors activated (62424.80 BogoMIPS)
Jan 29 12:03:32 archLaptop kernel: devtmpfs: initialized
Jan 29 12:03:32 archLaptop kernel: x86/mm: Memory block size: 128MB
Jan 29 12:03:32 archLaptop kernel: ACPI: PM: Registering ACPI NVS region [mem 0x981c3000-0x982dbfff] (1150976 bytes)
Jan 29 12:03:32 archLaptop kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Jan 29 12:03:32 archLaptop kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Jan 29 12:03:32 archLaptop kernel: pinctrl core: initialized pinctrl subsystem
Jan 29 12:03:32 archLaptop kernel: PM: RTC time: 17:03:29, date: 2023-01-29
Jan 29 12:03:32 archLaptop kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Jan 29 12:03:32 archLaptop kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Jan 29 12:03:32 archLaptop kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Jan 29 12:03:32 archLaptop kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Jan 29 12:03:32 archLaptop kernel: audit: initializing netlink subsys (disabled)
Jan 29 12:03:32 archLaptop kernel: audit: type=2000 audit(1675011809.069:1): state=initialized audit_enabled=0 res=1
Jan 29 12:03:32 archLaptop kernel: thermal_sys: Registered thermal governor 'fair_share'
Jan 29 12:03:32 archLaptop kernel: thermal_sys: Registered thermal governor 'bang_bang'
Jan 29 12:03:32 archLaptop kernel: thermal_sys: Registered thermal governor 'step_wise'
Jan 29 12:03:32 archLaptop kernel: thermal_sys: Registered thermal governor 'user_space'
Jan 29 12:03:32 archLaptop kernel: thermal_sys: Registered thermal governor 'power_allocator'
Jan 29 12:03:32 archLaptop kernel: cpuidle: using governor ladder
Jan 29 12:03:32 archLaptop kernel: cpuidle: using governor menu
Jan 29 12:03:32 archLaptop kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Jan 29 12:03:32 archLaptop kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jan 29 12:03:32 archLaptop kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Jan 29 12:03:32 archLaptop kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
Jan 29 12:03:32 archLaptop kernel: PCI: Using configuration type 1 for base access
Jan 29 12:03:32 archLaptop kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Jan 29 12:03:32 archLaptop kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Jan 29 12:03:32 archLaptop kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Jan 29 12:03:32 archLaptop kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Jan 29 12:03:32 archLaptop kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Jan 29 12:03:32 archLaptop kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Jan 29 12:03:32 archLaptop kernel: ACPI: Added _OSI(Module Device)
Jan 29 12:03:32 archLaptop kernel: ACPI: Added _OSI(Processor Device)
Jan 29 12:03:32 archLaptop kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Jan 29 12:03:32 archLaptop kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jan 29 12:03:32 archLaptop kernel: ACPI: 10 ACPI AML tables successfully acquired and loaded
Jan 29 12:03:32 archLaptop kernel: ACPI: Dynamic OEM Table Load:
Jan 29 12:03:32 archLaptop kernel: ACPI: SSDT 0xFFFF943601922D00 0000FC (v02 PmRef  Cpu0Psd  00003000 INTL 20160527)
Jan 29 12:03:32 archLaptop kernel: ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
Jan 29 12:03:32 archLaptop kernel: ACPI: Dynamic OEM Table Load:
Jan 29 12:03:32 archLaptop kernel: ACPI: SSDT 0xFFFF943601035C00 000400 (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
Jan 29 12:03:32 archLaptop kernel: ACPI: Dynamic OEM Table Load:
Jan 29 12:03:32 archLaptop kernel: ACPI: SSDT 0xFFFF9436019DF000 0005BA (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
Jan 29 12:03:32 archLaptop kernel: ACPI: Dynamic OEM Table Load:
Jan 29 12:03:32 archLaptop kernel: ACPI: SSDT 0xFFFF9436018EAA00 000137 (v02 PmRef  Cpu0Hwp  00003000 INTL 20160527)
Jan 29 12:03:32 archLaptop kernel: ACPI: Dynamic OEM Table Load:
Jan 29 12:03:32 archLaptop kernel: ACPI: SSDT 0xFFFF94360103D000 000BEA (v02 PmRef  HwpLvt   00003000 INTL 20160527)
Jan 29 12:03:32 archLaptop kernel: ACPI: Dynamic OEM Table Load:
Jan 29 12:03:32 archLaptop kernel: ACPI: SSDT 0xFFFF9436019DA000 000778 (v02 PmRef  ApIst    00003000 INTL 20160527)
Jan 29 12:03:32 archLaptop kernel: ACPI: Dynamic OEM Table Load:
Jan 29 12:03:32 archLaptop kernel: ACPI: SSDT 0xFFFF943601032400 0003D7 (v02 PmRef  ApHwp    00003000 INTL 20160527)
Jan 29 12:03:32 archLaptop kernel: ACPI: Dynamic OEM Table Load:
Jan 29 12:03:32 archLaptop kernel: ACPI: SSDT 0xFFFF94360103C000 000D22 (v02 PmRef  ApPsd    00003000 INTL 20160527)
Jan 29 12:03:32 archLaptop kernel: ACPI: Dynamic OEM Table Load:
Jan 29 12:03:32 archLaptop kernel: ACPI: SSDT 0xFFFF943601033400 0003CA (v02 PmRef  ApCst    00003000 INTL 20160527)
Jan 29 12:03:32 archLaptop kernel: ACPI: EC: EC started
Jan 29 12:03:32 archLaptop kernel: ACPI: EC: interrupt blocked
Jan 29 12:03:32 archLaptop kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jan 29 12:03:32 archLaptop kernel: ACPI: \_SB_.PCI0.LPCB.EC__: Boot DSDT EC used to handle transactions
Jan 29 12:03:32 archLaptop kernel: ACPI: Interpreter enabled
Jan 29 12:03:32 archLaptop kernel: ACPI: PM: (supports S0 S3 S4 S5)
Jan 29 12:03:32 archLaptop kernel: ACPI: Using IOAPIC for interrupt routing
Jan 29 12:03:32 archLaptop kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jan 29 12:03:32 archLaptop kernel: PCI: Using E820 reservations for host bridge windows
Jan 29 12:03:32 archLaptop kernel: ACPI: Enabled 9 GPEs in block 00 to 7F
Jan 29 12:03:32 archLaptop kernel: ACPI: PM: Power Resource [PG00]
Jan 29 12:03:32 archLaptop kernel: ACPI: PM: Power Resource [USBC]
Jan 29 12:03:32 archLaptop kernel: ACPI: PM: Power Resource [V0PR]
Jan 29 12:03:32 archLaptop kernel: ACPI: PM: Power Resource [V1PR]
Jan 29 12:03:32 archLaptop kernel: ACPI: PM: Power Resource [V2PR]
Jan 29 12:03:32 archLaptop kernel: ACPI: PM: Power Resource [WRST]
Jan 29 12:03:32 archLaptop kernel: ACPI: PM: Power Resource [PIN]
Jan 29 12:03:32 archLaptop kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
Jan 29 12:03:32 archLaptop kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Jan 29 12:03:32 archLaptop kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
Jan 29 12:03:32 archLaptop kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Jan 29 12:03:32 archLaptop kernel: PCI host bridge to bus 0000:00
Jan 29 12:03:32 archLaptop kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Jan 29 12:03:32 archLaptop kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Jan 29 12:03:32 archLaptop kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Jan 29 12:03:32 archLaptop kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
Jan 29 12:03:32 archLaptop kernel: pci_bus 0000:00: root bus resource [mem 0x9f800000-0xdfffffff window]
Jan 29 12:03:32 archLaptop kernel: pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
Jan 29 12:03:32 archLaptop kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:00.0: [8086:9b54] type 00 class 0x060000
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:02.0: [8086:9bc4] type 00 class 0x030000
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:02.0: reg 0x10: [mem 0xc3000000-0xc3ffffff 64bit]
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:02.0: reg 0x18: [mem 0xa0000000-0xafffffff 64bit pref]
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:02.0: reg 0x20: [io  0x5000-0x503f]
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:12.0: [8086:06f9] type 00 class 0x118000
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:12.0: reg 0x10: [mem 0xc5423000-0xc5423fff 64bit]
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:14.0: [8086:06ed] type 00 class 0x0c0330
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:14.0: reg 0x10: [mem 0xc5400000-0xc540ffff 64bit]
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:14.2: [8086:06ef] type 00 class 0x050000
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:14.2: reg 0x10: [mem 0xc541a000-0xc541bfff 64bit]
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:14.2: reg 0x18: [mem 0xc5422000-0xc5422fff 64bit]
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:14.3: [8086:06f0] type 00 class 0x028000
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:14.3: reg 0x10: [mem 0xc5414000-0xc5417fff 64bit]
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:15.0: [8086:06e8] type 00 class 0x0c8000
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:15.2: [8086:06ea] type 00 class 0x0c8000
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:15.2: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:16.0: [8086:06e0] type 00 class 0x078000
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:16.0: reg 0x10: [mem 0xc541f000-0xc541ffff 64bit]
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:16.0: PME# supported from D3hot
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:17.0: [8086:06d3] type 00 class 0x010601
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:17.0: reg 0x10: [mem 0xc5418000-0xc5419fff]
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:17.0: reg 0x14: [mem 0xc541e000-0xc541e0ff]
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:17.0: reg 0x18: [io  0x5090-0x5097]
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:17.0: reg 0x1c: [io  0x5080-0x5083]
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:17.0: reg 0x20: [io  0x5060-0x507f]
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:17.0: reg 0x24: [mem 0xc541d000-0xc541d7ff]
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:17.0: PME# supported from D3hot
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:1d.0: [8086:06b0] type 01 class 0x060400
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:1d.6: [8086:06b6] type 01 class 0x060400
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:1d.6: PME# supported from D0 D3hot D3cold
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:1d.6: PTM enabled (root), 4ns granularity
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:1f.0: [8086:068d] type 00 class 0x060100
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:1f.3: [8086:06c8] type 00 class 0x040300
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xc5410000-0xc5413fff 64bit]
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:1f.3: reg 0x20: [mem 0xc5100000-0xc51fffff 64bit]
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:1f.4: [8086:06a3] type 00 class 0x0c0500
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xc541c000-0xc541c0ff 64bit]
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:1f.5: [8086:06a4] type 00 class 0x0c8000
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
Jan 29 12:03:32 archLaptop kernel: pci 0000:01:00.0: [10de:2191] type 00 class 0x030000
Jan 29 12:03:32 archLaptop kernel: pci 0000:01:00.0: reg 0x10: [mem 0xc4000000-0xc4ffffff]
Jan 29 12:03:32 archLaptop kernel: pci 0000:01:00.0: reg 0x14: [mem 0xb0000000-0xbfffffff 64bit pref]
Jan 29 12:03:32 archLaptop kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xc0000000-0xc1ffffff 64bit pref]
Jan 29 12:03:32 archLaptop kernel: pci 0000:01:00.0: reg 0x24: [io  0x4000-0x407f]
Jan 29 12:03:32 archLaptop kernel: pci 0000:01:00.0: reg 0x30: [mem 0xc5000000-0xc507ffff pref]
Jan 29 12:03:32 archLaptop kernel: pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
Jan 29 12:03:32 archLaptop kernel: pci 0000:01:00.1: [10de:1aeb] type 00 class 0x040300
Jan 29 12:03:32 archLaptop kernel: pci 0000:01:00.1: reg 0x10: [mem 0xc5080000-0xc5083fff]
Jan 29 12:03:32 archLaptop kernel: pci 0000:01:00.2: [10de:1aec] type 00 class 0x0c0330
Jan 29 12:03:32 archLaptop kernel: pci 0000:01:00.2: reg 0x10: [mem 0xc2000000-0xc203ffff 64bit pref]
Jan 29 12:03:32 archLaptop kernel: pci 0000:01:00.2: reg 0x1c: [mem 0xc2040000-0xc204ffff 64bit pref]
Jan 29 12:03:32 archLaptop kernel: pci 0000:01:00.2: PME# supported from D0 D3hot D3cold
Jan 29 12:03:32 archLaptop kernel: pci 0000:01:00.3: [10de:1aed] type 00 class 0x0c8000
Jan 29 12:03:32 archLaptop kernel: pci 0000:01:00.3: reg 0x10: [mem 0xc5084000-0xc5084fff]
Jan 29 12:03:32 archLaptop kernel: pci 0000:01:00.3: PME# supported from D0 D3hot D3cold
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:01.0:   bridge window [mem 0xc4000000-0xc50fffff]
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xc20fffff 64bit pref]
Jan 29 12:03:32 archLaptop kernel: pci 0000:02:00.0: [1344:5404] type 00 class 0x010802
Jan 29 12:03:32 archLaptop kernel: pci 0000:02:00.0: reg 0x10: [mem 0xc5300000-0xc5303fff 64bit]
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:1d.0: PCI bridge to [bus 02]
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:1d.0:   bridge window [mem 0xc5300000-0xc53fffff]
Jan 29 12:03:32 archLaptop kernel: pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
Jan 29 12:03:32 archLaptop kernel: pci 0000:03:00.0: reg 0x10: [io  0x3000-0x30ff]
Jan 29 12:03:32 archLaptop kernel: pci 0000:03:00.0: reg 0x18: [mem 0xc5204000-0xc5204fff 64bit]
Jan 29 12:03:32 archLaptop kernel: pci 0000:03:00.0: reg 0x20: [mem 0xc5200000-0xc5203fff 64bit]
Jan 29 12:03:32 archLaptop kernel: pci 0000:03:00.0: supports D1 D2
Jan 29 12:03:32 archLaptop kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:1d.6: PCI bridge to [bus 03]
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:1d.6:   bridge window [io  0x3000-0x3fff]
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:1d.6:   bridge window [mem 0xc5200000-0xc52fffff]
Jan 29 12:03:32 archLaptop kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Jan 29 12:03:32 archLaptop kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 1
Jan 29 12:03:32 archLaptop kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Jan 29 12:03:32 archLaptop kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Jan 29 12:03:32 archLaptop kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Jan 29 12:03:32 archLaptop kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Jan 29 12:03:32 archLaptop kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Jan 29 12:03:32 archLaptop kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Jan 29 12:03:32 archLaptop kernel: ACPI: EC: interrupt unblocked
Jan 29 12:03:32 archLaptop kernel: ACPI: EC: event unblocked
Jan 29 12:03:32 archLaptop kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jan 29 12:03:32 archLaptop kernel: ACPI: EC: GPE=0x13
Jan 29 12:03:32 archLaptop kernel: ACPI: \_SB_.PCI0.LPCB.EC__: Boot DSDT EC initialization complete
Jan 29 12:03:32 archLaptop kernel: ACPI: \_SB_.PCI0.LPCB.EC__: EC: Used to handle transactions and events
Jan 29 12:03:32 archLaptop kernel: iommu: Default domain type: Translated 
Jan 29 12:03:32 archLaptop kernel: iommu: DMA domain TLB invalidation policy: lazy mode 
Jan 29 12:03:32 archLaptop kernel: SCSI subsystem initialized
Jan 29 12:03:32 archLaptop kernel: libata version 3.00 loaded.
Jan 29 12:03:32 archLaptop kernel: ACPI: bus type USB registered
Jan 29 12:03:32 archLaptop kernel: usbcore: registered new interface driver usbfs
Jan 29 12:03:32 archLaptop kernel: usbcore: registered new interface driver hub
Jan 29 12:03:32 archLaptop kernel: usbcore: registered new device driver usb
Jan 29 12:03:32 archLaptop kernel: pps_core: LinuxPPS API ver. 1 registered
Jan 29 12:03:32 archLaptop kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Jan 29 12:03:32 archLaptop kernel: PTP clock support registered
Jan 29 12:03:32 archLaptop kernel: EDAC MC: Ver: 3.0.0
Jan 29 12:03:32 archLaptop kernel: Registered efivars operations
Jan 29 12:03:32 archLaptop kernel: NetLabel: Initializing
Jan 29 12:03:32 archLaptop kernel: NetLabel:  domain hash size = 128
Jan 29 12:03:32 archLaptop kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Jan 29 12:03:32 archLaptop kernel: NetLabel:  unlabeled traffic allowed by default
Jan 29 12:03:32 archLaptop kernel: mctp: management component transport protocol core
Jan 29 12:03:32 archLaptop kernel: NET: Registered PF_MCTP protocol family
Jan 29 12:03:32 archLaptop kernel: PCI: Using ACPI for IRQ routing
Jan 29 12:03:32 archLaptop kernel: PCI: pci_cache_line_size set to 64 bytes
Jan 29 12:03:32 archLaptop kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
Jan 29 12:03:32 archLaptop kernel: e820: reserve RAM buffer [mem 0x8d614000-0x8fffffff]
Jan 29 12:03:32 archLaptop kernel: e820: reserve RAM buffer [mem 0x9010b000-0x93ffffff]
Jan 29 12:03:32 archLaptop kernel: e820: reserve RAM buffer [mem 0x9648c000-0x97ffffff]
Jan 29 12:03:32 archLaptop kernel: e820: reserve RAM buffer [mem 0x99c4f000-0x9bffffff]
Jan 29 12:03:32 archLaptop kernel: e820: reserve RAM buffer [mem 0x45e800000-0x45fffffff]
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Jan 29 12:03:32 archLaptop kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Jan 29 12:03:32 archLaptop kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Jan 29 12:03:32 archLaptop kernel: vgaarb: loaded
Jan 29 12:03:32 archLaptop kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Jan 29 12:03:32 archLaptop kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
Jan 29 12:03:32 archLaptop kernel: clocksource: Switched to clocksource tsc-early
Jan 29 12:03:32 archLaptop kernel: VFS: Disk quotas dquot_6.6.0
Jan 29 12:03:32 archLaptop kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jan 29 12:03:32 archLaptop kernel: pnp: PnP ACPI init
Jan 29 12:03:32 archLaptop kernel: system 00:00: [mem 0x40000000-0x403fffff] could not be reserved
Jan 29 12:03:32 archLaptop kernel: system 00:03: [io  0x0680-0x069f] has been reserved
Jan 29 12:03:32 archLaptop kernel: system 00:03: [io  0x164e-0x164f] has been reserved
Jan 29 12:03:32 archLaptop kernel: system 00:05: [io  0x1854-0x1857] has been reserved
Jan 29 12:03:32 archLaptop kernel: system 00:06: [io  0x1800-0x18fe] could not be reserved
Jan 29 12:03:32 archLaptop kernel: system 00:06: [mem 0xfd000000-0xfd69ffff] has been reserved
Jan 29 12:03:32 archLaptop kernel: system 00:06: [mem 0xfd6c0000-0xfd6cffff] has been reserved
Jan 29 12:03:32 archLaptop kernel: system 00:06: [mem 0xfd6f0000-0xfdffffff] has been reserved
Jan 29 12:03:32 archLaptop kernel: system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
Jan 29 12:03:32 archLaptop kernel: system 00:06: [mem 0xfe200000-0xfe7fffff] has been reserved
Jan 29 12:03:32 archLaptop kernel: system 00:06: [mem 0xff000000-0xffffffff] has been reserved
Jan 29 12:03:32 archLaptop kernel: system 00:07: [io  0x2000-0x20fe] has been reserved
Jan 29 12:03:32 archLaptop kernel: system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
Jan 29 12:03:32 archLaptop kernel: system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
Jan 29 12:03:32 archLaptop kernel: system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
Jan 29 12:03:32 archLaptop kernel: system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
Jan 29 12:03:32 archLaptop kernel: system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
Jan 29 12:03:32 archLaptop kernel: system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved
Jan 29 12:03:32 archLaptop kernel: system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
Jan 29 12:03:32 archLaptop kernel: system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
Jan 29 12:03:32 archLaptop kernel: system 00:09: [mem 0xfe038000-0xfe038fff] has been reserved
Jan 29 12:03:32 archLaptop kernel: pnp: PnP ACPI: found 10 devices
Jan 29 12:03:32 archLaptop kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jan 29 12:03:32 archLaptop kernel: NET: Registered PF_INET protocol family
Jan 29 12:03:32 archLaptop kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Jan 29 12:03:32 archLaptop kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Jan 29 12:03:32 archLaptop kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Jan 29 12:03:32 archLaptop kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Jan 29 12:03:32 archLaptop kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Jan 29 12:03:32 archLaptop kernel: TCP: Hash tables configured (established 131072 bind 65536)
Jan 29 12:03:32 archLaptop kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Jan 29 12:03:32 archLaptop kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Jan 29 12:03:32 archLaptop kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Jan 29 12:03:32 archLaptop kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Jan 29 12:03:32 archLaptop kernel: NET: Registered PF_XDP protocol family
Jan 29 12:03:32 archLaptop kernel: clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffe0000 64bit] for e820 entry [mem 0x000a0000-0x000fffff]
Jan 29 12:03:32 archLaptop kernel: clipped [mem size 0x00020000 64bit] to [mem size 0xfffffffffffc0000 64bit] for e820 entry [mem 0x000a0000-0x000fffff]
Jan 29 12:03:32 archLaptop kernel: clipped [mem size 0x00010000 64bit] to [mem size 0xffffffffffff0000 64bit] for e820 entry [mem 0x000a0000-0x000fffff]
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:15.0: BAR 0: assigned [mem 0x9f800000-0x9f800fff 64bit]
Jan 29 12:03:32 archLaptop kernel: clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffe0000 64bit] for e820 entry [mem 0x000a0000-0x000fffff]
Jan 29 12:03:32 archLaptop kernel: clipped [mem size 0x00020000 64bit] to [mem size 0xfffffffffffc0000 64bit] for e820 entry [mem 0x000a0000-0x000fffff]
Jan 29 12:03:32 archLaptop kernel: clipped [mem size 0x00010000 64bit] to [mem size 0xffffffffffff0000 64bit] for e820 entry [mem 0x000a0000-0x000fffff]
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:15.2: BAR 0: assigned [mem 0x9f801000-0x9f801fff 64bit]
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:01.0:   bridge window [mem 0xc4000000-0xc50fffff]
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xc20fffff 64bit pref]
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:1d.0: PCI bridge to [bus 02]
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:1d.0:   bridge window [mem 0xc5300000-0xc53fffff]
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:1d.6: PCI bridge to [bus 03]
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:1d.6:   bridge window [io  0x3000-0x3fff]
Jan 29 12:03:32 archLaptop kernel: pci 0000:00:1d.6:   bridge window [mem 0xc5200000-0xc52fffff]
Jan 29 12:03:32 archLaptop kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Jan 29 12:03:32 archLaptop kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Jan 29 12:03:32 archLaptop kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Jan 29 12:03:32 archLaptop kernel: pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000fffff window]
Jan 29 12:03:32 archLaptop kernel: pci_bus 0000:00: resource 8 [mem 0x9f800000-0xdfffffff window]
Jan 29 12:03:32 archLaptop kernel: pci_bus 0000:00: resource 9 [mem 0xfc800000-0xfe7fffff window]
Jan 29 12:03:32 archLaptop kernel: pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
Jan 29 12:03:32 archLaptop kernel: pci_bus 0000:01: resource 1 [mem 0xc4000000-0xc50fffff]
Jan 29 12:03:32 archLaptop kernel: pci_bus 0000:01: resource 2 [mem 0xb0000000-0xc20fffff 64bit pref]
Jan 29 12:03:32 archLaptop kernel: pci_bus 0000:02: resource 1 [mem 0xc5300000-0xc53fffff]
Jan 29 12:03:32 archLaptop kernel: pci_bus 0000:03: resource 0 [io  0x3000-0x3fff]
Jan 29 12:03:32 archLaptop kernel: pci_bus 0000:03: resource 1 [mem 0xc5200000-0xc52fffff]
Jan 29 12:03:32 archLaptop kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Jan 29 12:03:32 archLaptop kernel: pci 0000:01:00.2: D0 power state depends on 0000:01:00.0
Jan 29 12:03:32 archLaptop kernel: pci 0000:01:00.3: D0 power state depends on 0000:01:00.0
Jan 29 12:03:32 archLaptop kernel: PCI: CLS 64 bytes, default 64
Jan 29 12:03:32 archLaptop kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jan 29 12:03:32 archLaptop kernel: software IO TLB: mapped [mem 0x0000000088901000-0x000000008c901000] (64MB)
Jan 29 12:03:32 archLaptop kernel: Trying to unpack rootfs image as initramfs...
Jan 29 12:03:32 archLaptop kernel: Initialise system trusted keyrings
Jan 29 12:03:32 archLaptop kernel: Key type blacklist registered
Jan 29 12:03:32 archLaptop kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Jan 29 12:03:32 archLaptop kernel: zbud: loaded
Jan 29 12:03:32 archLaptop kernel: integrity: Platform Keyring initialized
Jan 29 12:03:32 archLaptop kernel: integrity: Machine keyring initialized
Jan 29 12:03:32 archLaptop kernel: Key type asymmetric registered
Jan 29 12:03:32 archLaptop kernel: Asymmetric key parser 'x509' registered
Jan 29 12:03:32 archLaptop kernel: Freeing initrd memory: 111140K
Jan 29 12:03:32 archLaptop kernel: alg: self-tests for CTR-KDF (hmac(sha256)) passed
Jan 29 12:03:32 archLaptop kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Jan 29 12:03:32 archLaptop kernel: io scheduler mq-deadline registered
Jan 29 12:03:32 archLaptop kernel: io scheduler kyber registered
Jan 29 12:03:32 archLaptop kernel: io scheduler bfq registered
Jan 29 12:03:32 archLaptop kernel: pcieport 0000:00:01.0: PME: Signaling with IRQ 122
Jan 29 12:03:32 archLaptop kernel: pcieport 0000:00:1d.0: PME: Signaling with IRQ 123
Jan 29 12:03:32 archLaptop kernel: pcieport 0000:00:1d.0: AER: enabled with IRQ 123
Jan 29 12:03:32 archLaptop kernel: pcieport 0000:00:1d.0: DPC: enabled with IRQ 123
Jan 29 12:03:32 archLaptop kernel: pcieport 0000:00:1d.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
Jan 29 12:03:32 archLaptop kernel: pcieport 0000:00:1d.6: PME: Signaling with IRQ 124
Jan 29 12:03:32 archLaptop kernel: pcieport 0000:00:1d.6: AER: enabled with IRQ 124
Jan 29 12:03:32 archLaptop kernel: pcieport 0000:00:1d.6: DPC: enabled with IRQ 124
Jan 29 12:03:32 archLaptop kernel: pcieport 0000:00:1d.6: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
Jan 29 12:03:32 archLaptop kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jan 29 12:03:32 archLaptop kernel: Monitor-Mwait will be used to enter C-1 state
Jan 29 12:03:32 archLaptop kernel: Monitor-Mwait will be used to enter C-2 state
Jan 29 12:03:32 archLaptop kernel: Monitor-Mwait will be used to enter C-3 state
Jan 29 12:03:32 archLaptop kernel: ACPI: \_SB_.PR00: Found 3 idle states
Jan 29 12:03:32 archLaptop kernel: ACPI: AC: AC Adapter [ADP1] (on-line)
Jan 29 12:03:32 archLaptop kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:50/PNP0C09:00/PNP0C0D:00/input/input0
Jan 29 12:03:32 archLaptop kernel: ACPI: button: Lid Switch [LID0]
Jan 29 12:03:32 archLaptop kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Jan 29 12:03:32 archLaptop kernel: ACPI: button: Sleep Button [SLPB]
Jan 29 12:03:32 archLaptop kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
Jan 29 12:03:32 archLaptop kernel: ACPI: button: Power Button [PWRB]
Jan 29 12:03:32 archLaptop kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Jan 29 12:03:32 archLaptop kernel: ACPI: button: Power Button [PWRF]
Jan 29 12:03:32 archLaptop kernel: thermal LNXTHERM:00: registered as thermal_zone0
Jan 29 12:03:32 archLaptop kernel: ACPI: thermal: Thermal Zone [THRM] (48 C)
Jan 29 12:03:32 archLaptop kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Jan 29 12:03:32 archLaptop kernel: Non-volatile memory driver v1.3
Jan 29 12:03:32 archLaptop kernel: Linux agpgart interface v0.103
Jan 29 12:03:32 archLaptop kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
Jan 29 12:03:32 archLaptop kernel: ACPI: bus type drm_connector registered
Jan 29 12:03:32 archLaptop kernel: ahci 0000:00:17.0: version 3.0
Jan 29 12:03:32 archLaptop kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x21 impl SATA mode
Jan 29 12:03:32 archLaptop kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part ems deso sadm sds apst 
Jan 29 12:03:32 archLaptop kernel: scsi host0: ahci
Jan 29 12:03:32 archLaptop kernel: scsi host1: ahci
Jan 29 12:03:32 archLaptop kernel: scsi host2: ahci
Jan 29 12:03:32 archLaptop kernel: scsi host3: ahci
Jan 29 12:03:32 archLaptop kernel: scsi host4: ahci
Jan 29 12:03:32 archLaptop kernel: scsi host5: ahci
Jan 29 12:03:32 archLaptop kernel: ata1: SATA max UDMA/133 abar m2048@0xc541d000 port 0xc541d100 irq 125
Jan 29 12:03:32 archLaptop kernel: ata2: DUMMY
Jan 29 12:03:32 archLaptop kernel: ata3: DUMMY
Jan 29 12:03:32 archLaptop kernel: ata4: DUMMY
Jan 29 12:03:32 archLaptop kernel: ata5: DUMMY
Jan 29 12:03:32 archLaptop kernel: ata6: SATA max UDMA/133 abar m2048@0xc541d000 port 0xc541d380 irq 125
Jan 29 12:03:32 archLaptop kernel: usbcore: registered new interface driver usbserial_generic
Jan 29 12:03:32 archLaptop kernel: usbserial: USB Serial support registered for generic
Jan 29 12:03:32 archLaptop kernel: rtc_cmos 00:04: RTC can wake from S4
Jan 29 12:03:32 archLaptop kernel: rtc_cmos 00:04: registered as rtc0
Jan 29 12:03:32 archLaptop kernel: rtc_cmos 00:04: setting system clock to 2023-01-29T17:03:30 UTC (1675011810)
Jan 29 12:03:32 archLaptop kernel: rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram
Jan 29 12:03:32 archLaptop kernel: intel_pstate: Intel P-state driver initializing
Jan 29 12:03:32 archLaptop kernel: intel_pstate: HWP enabled
Jan 29 12:03:32 archLaptop kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jan 29 12:03:32 archLaptop kernel: efifb: probing for efifb
Jan 29 12:03:32 archLaptop kernel: efifb: showing boot graphics
Jan 29 12:03:32 archLaptop kernel: efifb: framebuffer at 0xa0000000, using 8128k, total 8128k
Jan 29 12:03:32 archLaptop kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
Jan 29 12:03:32 archLaptop kernel: efifb: scrolling: redraw
Jan 29 12:03:32 archLaptop kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Jan 29 12:03:32 archLaptop kernel: fbcon: Deferring console take-over
Jan 29 12:03:32 archLaptop kernel: fb0: EFI VGA frame buffer device
Jan 29 12:03:32 archLaptop kernel: hid: raw HID events driver (C) Jiri Kosina
Jan 29 12:03:32 archLaptop kernel: intel_pmc_core INT33A1:00:  initialized
Jan 29 12:03:32 archLaptop kernel: drop_monitor: Initializing network drop monitor service
Jan 29 12:03:32 archLaptop kernel: Initializing XFRM netlink socket
Jan 29 12:03:32 archLaptop kernel: NET: Registered PF_INET6 protocol family
Jan 29 12:03:32 archLaptop kernel: Segment Routing with IPv6
Jan 29 12:03:32 archLaptop kernel: RPL Segment Routing with IPv6
Jan 29 12:03:32 archLaptop kernel: In-situ OAM (IOAM) with IPv6
Jan 29 12:03:32 archLaptop kernel: NET: Registered PF_PACKET protocol family
Jan 29 12:03:32 archLaptop kernel: microcode: sig=0xa0652, pf=0x20, revision=0xf4
Jan 29 12:03:32 archLaptop kernel: microcode: Microcode Update Driver: v2.2.
Jan 29 12:03:32 archLaptop kernel: IPI shorthand broadcast: enabled
Jan 29 12:03:32 archLaptop kernel: sched_clock: Marking stable (823967499, 4046777)->(836738015, -8723739)
Jan 29 12:03:32 archLaptop kernel: registered taskstats version 1
Jan 29 12:03:32 archLaptop kernel: Loading compiled-in X.509 certificates
Jan 29 12:03:32 archLaptop kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 11d4300a815a1392c8658a75cb980ffc81d374b3'
Jan 29 12:03:32 archLaptop kernel: zswap: loaded using pool lz4/z3fold
Jan 29 12:03:32 archLaptop kernel: Key type .fscrypt registered
Jan 29 12:03:32 archLaptop kernel: Key type fscrypt-provisioning registered
Jan 29 12:03:32 archLaptop kernel: integrity: Loading X.509 certificate: UEFI:db
Jan 29 12:03:32 archLaptop kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Jan 29 12:03:32 archLaptop kernel: integrity: Loading X.509 certificate: UEFI:db
Jan 29 12:03:32 archLaptop kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Jan 29 12:03:32 archLaptop kernel: PM:   Magic number: 7:465:88
Jan 29 12:03:32 archLaptop kernel: acpi INT3F0D:00: hash matches
Jan 29 12:03:32 archLaptop kernel: RAS: Correctable Errors collector initialized.
Jan 29 12:03:32 archLaptop kernel: ACPI: battery: Slot [BAT1] (battery present)
Jan 29 12:03:32 archLaptop kernel: ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jan 29 12:03:32 archLaptop kernel: ata1: SATA link down (SStatus 4 SControl 300)
Jan 29 12:03:32 archLaptop kernel: ata6.00: supports DRM functions and may not be fully accessible
Jan 29 12:03:32 archLaptop kernel: ata6.00: ATA-11: Samsung SSD 870 QVO 2TB, SVQ01B6Q, max UDMA/133
Jan 29 12:03:32 archLaptop kernel: ata6.00: 3907029168 sectors, multi 1: LBA48 NCQ (depth 32), AA
Jan 29 12:03:32 archLaptop kernel: ata6.00: Features: Trust Dev-Sleep NCQ-sndrcv
Jan 29 12:03:32 archLaptop kernel: ata6.00: supports DRM functions and may not be fully accessible
Jan 29 12:03:32 archLaptop kernel: ata6.00: configured for UDMA/133
Jan 29 12:03:32 archLaptop kernel: scsi 5:0:0:0: Direct-Access     ATA      Samsung SSD 870  1B6Q PQ: 0 ANSI: 5
Jan 29 12:03:32 archLaptop kernel: ata6.00: Enabling discard_zeroes_data
Jan 29 12:03:32 archLaptop kernel: sd 5:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
Jan 29 12:03:32 archLaptop kernel: sd 5:0:0:0: [sda] Write Protect is off
Jan 29 12:03:32 archLaptop kernel: sd 5:0:0:0: [sda] Mode Sense: 00 3a 00 00
Jan 29 12:03:32 archLaptop kernel: sd 5:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jan 29 12:03:32 archLaptop kernel: sd 5:0:0:0: [sda] Preferred minimum I/O size 512 bytes
Jan 29 12:03:32 archLaptop kernel: ata6.00: Enabling discard_zeroes_data
Jan 29 12:03:32 archLaptop kernel:  sda: sda1 sda2 sda3 sda4
Jan 29 12:03:32 archLaptop kernel: sd 5:0:0:0: [sda] supports TCG Opal
Jan 29 12:03:32 archLaptop kernel: sd 5:0:0:0: [sda] Attached SCSI disk
Jan 29 12:03:32 archLaptop kernel: Freeing unused decrypted memory: 2036K
Jan 29 12:03:32 archLaptop kernel: Freeing unused kernel image (initmem) memory: 2140K
Jan 29 12:03:32 archLaptop kernel: Write protecting the kernel read-only data: 30720k
Jan 29 12:03:32 archLaptop kernel: Freeing unused kernel image (text/rodata gap) memory: 2040K
Jan 29 12:03:32 archLaptop kernel: Freeing unused kernel image (rodata/data gap) memory: 1212K
Jan 29 12:03:32 archLaptop kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jan 29 12:03:32 archLaptop kernel: rodata_test: all tests were successful
Jan 29 12:03:32 archLaptop kernel: Run /init as init process
Jan 29 12:03:32 archLaptop kernel:   with arguments:
Jan 29 12:03:32 archLaptop kernel:     /init
Jan 29 12:03:32 archLaptop kernel:   with environment:
Jan 29 12:03:32 archLaptop kernel:     HOME=/
Jan 29 12:03:32 archLaptop kernel:     TERM=linux
Jan 29 12:03:32 archLaptop kernel:     BOOT_IMAGE=/boot/vmlinuz-linux
Jan 29 12:03:32 archLaptop kernel: fbcon: Taking over console
Jan 29 12:03:32 archLaptop kernel: Console: switching to colour frame buffer device 240x67
Jan 29 12:03:32 archLaptop kernel: nvidia: loading out-of-tree module taints kernel.
Jan 29 12:03:32 archLaptop kernel: nvidia: module license 'NVIDIA' taints kernel.
Jan 29 12:03:32 archLaptop kernel: Disabling lock debugging due to kernel taint
Jan 29 12:03:32 archLaptop kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Jan 29 12:03:32 archLaptop kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 238
Jan 29 12:03:32 archLaptop kernel: 
Jan 29 12:03:32 archLaptop kernel: nvidia 0000:01:00.0: enabling device (0000 -> 0003)
Jan 29 12:03:32 archLaptop kernel: nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
Jan 29 12:03:32 archLaptop kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  525.85.05  Sat Jan 14 00:49:50 UTC 2023
Jan 29 12:03:32 archLaptop kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  525.85.05  Sat Jan 14 00:40:03 UTC 2023
Jan 29 12:03:32 archLaptop kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
Jan 29 12:03:32 archLaptop kernel: nvidia-uvm: Loaded the UVM driver, major device number 236.
Jan 29 12:03:32 archLaptop kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Jan 29 12:03:32 archLaptop kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
Jan 29 12:03:32 archLaptop kernel: tsc: Refined TSC clocksource calibration: 2592.021 MHz
Jan 29 12:03:32 archLaptop kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x255cca90a87, max_idle_ns: 440795242108 ns
Jan 29 12:03:32 archLaptop kernel: clocksource: Switched to clocksource tsc
Jan 29 12:03:32 archLaptop kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Jan 29 12:03:32 archLaptop kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Jan 29 12:03:32 archLaptop kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Jan 29 12:03:32 archLaptop kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jan 29 12:03:32 archLaptop kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Jan 29 12:03:32 archLaptop kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
Jan 29 12:03:32 archLaptop kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jan 29 12:03:32 archLaptop kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Jan 29 12:03:32 archLaptop kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
Jan 29 12:03:32 archLaptop kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
Jan 29 12:03:32 archLaptop kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 29 12:03:32 archLaptop kernel: usb usb1: Product: xHCI Host Controller
Jan 29 12:03:32 archLaptop kernel: usb usb1: Manufacturer: Linux 6.1.8-arch1-1 xhci-hcd
Jan 29 12:03:32 archLaptop kernel: usb usb1: SerialNumber: 0000:00:14.0
Jan 29 12:03:32 archLaptop kernel: hub 1-0:1.0: USB hub found
Jan 29 12:03:32 archLaptop kernel: hub 1-0:1.0: 16 ports detected
Jan 29 12:03:32 archLaptop kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
Jan 29 12:03:32 archLaptop kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 29 12:03:32 archLaptop kernel: usb usb2: Product: xHCI Host Controller
Jan 29 12:03:32 archLaptop kernel: usb usb2: Manufacturer: Linux 6.1.8-arch1-1 xhci-hcd
Jan 29 12:03:32 archLaptop kernel: usb usb2: SerialNumber: 0000:00:14.0
Jan 29 12:03:32 archLaptop kernel: hub 2-0:1.0: USB hub found
Jan 29 12:03:32 archLaptop kernel: hub 2-0:1.0: 8 ports detected
Jan 29 12:03:32 archLaptop kernel: usb: port power management may be unreliable
Jan 29 12:03:32 archLaptop kernel: xhci_hcd 0000:01:00.2: xHCI Host Controller
Jan 29 12:03:32 archLaptop kernel: xhci_hcd 0000:01:00.2: new USB bus registered, assigned bus number 3
Jan 29 12:03:32 archLaptop kernel: xhci_hcd 0000:01:00.2: hcc params 0x0180ff05 hci version 0x110 quirks 0x0000000000000010
Jan 29 12:03:32 archLaptop kernel: xhci_hcd 0000:01:00.2: xHCI Host Controller
Jan 29 12:03:32 archLaptop kernel: xhci_hcd 0000:01:00.2: new USB bus registered, assigned bus number 4
Jan 29 12:03:32 archLaptop kernel: xhci_hcd 0000:01:00.2: Host supports USB 3.1 Enhanced SuperSpeed
Jan 29 12:03:32 archLaptop kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
Jan 29 12:03:32 archLaptop kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 29 12:03:32 archLaptop kernel: usb usb3: Product: xHCI Host Controller
Jan 29 12:03:32 archLaptop kernel: usb usb3: Manufacturer: Linux 6.1.8-arch1-1 xhci-hcd
Jan 29 12:03:32 archLaptop kernel: usb usb3: SerialNumber: 0000:01:00.2
Jan 29 12:03:32 archLaptop kernel: hub 3-0:1.0: USB hub found
Jan 29 12:03:32 archLaptop kernel: hub 3-0:1.0: 2 ports detected
Jan 29 12:03:32 archLaptop kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Jan 29 12:03:32 archLaptop kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
Jan 29 12:03:32 archLaptop kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 29 12:03:32 archLaptop kernel: usb usb4: Product: xHCI Host Controller
Jan 29 12:03:32 archLaptop kernel: usb usb4: Manufacturer: Linux 6.1.8-arch1-1 xhci-hcd
Jan 29 12:03:32 archLaptop kernel: usb usb4: SerialNumber: 0000:01:00.2
Jan 29 12:03:32 archLaptop kernel: hub 4-0:1.0: USB hub found
Jan 29 12:03:32 archLaptop kernel: hub 4-0:1.0: 4 ports detected
Jan 29 12:03:32 archLaptop kernel: nvme 0000:02:00.0: platform quirk: setting simple suspend
Jan 29 12:03:32 archLaptop kernel: nvme nvme0: pci function 0000:02:00.0
Jan 29 12:03:32 archLaptop kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
Jan 29 12:03:32 archLaptop kernel: nvme nvme0: 12/0/0 default/read/poll queues
Jan 29 12:03:32 archLaptop kernel:  nvme0n1: p1 p2
Jan 29 12:03:32 archLaptop kernel: Console: switching to colour dummy device 80x25
Jan 29 12:03:32 archLaptop kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Jan 29 12:03:32 archLaptop kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
Jan 29 12:03:32 archLaptop kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
Jan 29 12:03:32 archLaptop kernel: usb 1-2: new full-speed USB device number 2 using xhci_hcd
Jan 29 12:03:32 archLaptop kernel: [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 1
Jan 29 12:03:32 archLaptop kernel: ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Jan 29 12:03:32 archLaptop kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6
Jan 29 12:03:32 archLaptop kernel: ACPI: video: Video Device [PEGP] (multi-head: no  rom: yes  post: no)
Jan 29 12:03:32 archLaptop kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13/LNXVIDEO:01/input/input7
Jan 29 12:03:32 archLaptop kernel: fbcon: i915drmfb (fb0) is primary device
Jan 29 12:03:32 archLaptop kernel: Console: switching to colour frame buffer device 240x67
Jan 29 12:03:32 archLaptop kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Jan 29 12:03:32 archLaptop kernel: usb 1-2: New USB device found, idVendor=0db0, idProduct=0d4c, bcdDevice= 0.88
Jan 29 12:03:32 archLaptop kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 29 12:03:32 archLaptop kernel: usb 1-2: Product: MSI GM41 Light Weight Wireless Mode Gaming Mouse
Jan 29 12:03:32 archLaptop kernel: usb 1-2: Manufacturer: Micro-Star INT'L CO., LTD.
Jan 29 12:03:32 archLaptop kernel: input: Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:0DB0:0D4C.0001/input/input8
Jan 29 12:03:32 archLaptop kernel: hid-generic 0003:0DB0:0D4C.0001: input,hidraw0: USB HID v1.11 Mouse [Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse] on usb-0000:00:14.0-2/input0
Jan 29 12:03:32 archLaptop kernel: hid-generic 0003:0DB0:0D4C.0002: hiddev96,hidraw1: USB HID v1.11 Device [Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse] on usb-0000:00:14.0-2/input1
Jan 29 12:03:32 archLaptop kernel: input: Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:0DB0:0D4C.0003/input/input9
Jan 29 12:03:32 archLaptop kernel: EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Quota mode: none.
Jan 29 12:03:32 archLaptop kernel: hid-generic 0003:0DB0:0D4C.0003: input,hidraw2: USB HID v1.11 Keyboard [Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse] on usb-0000:00:14.0-2/input2
Jan 29 12:03:32 archLaptop kernel: usbcore: registered new interface driver usbhid
Jan 29 12:03:32 archLaptop kernel: usbhid: USB HID core driver
Jan 29 12:03:32 archLaptop kernel: usb 1-7: new high-speed USB device number 3 using xhci_hcd
Jan 29 12:03:32 archLaptop systemd[1]: systemd 252.4-2-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)
Jan 29 12:03:32 archLaptop systemd[1]: Detected architecture x86-64.
Jan 29 12:03:32 archLaptop systemd[1]: Hostname set to <archLaptop>.
Jan 29 12:03:32 archLaptop kernel: usb 1-7: New USB device found, idVendor=0bda, idProduct=0129, bcdDevice=39.60
Jan 29 12:03:32 archLaptop kernel: usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jan 29 12:03:32 archLaptop kernel: usb 1-7: Product: USB2.0-CRW
Jan 29 12:03:32 archLaptop kernel: usb 1-7: Manufacturer: Generic
Jan 29 12:03:32 archLaptop kernel: usb 1-7: SerialNumber: 20100201396000000
Jan 29 12:03:32 archLaptop kernel: usb 1-13: new high-speed USB device number 4 using xhci_hcd
Jan 29 12:03:32 archLaptop kernel: usb 1-13: New USB device found, idVendor=04f2, idProduct=b695, bcdDevice=32.75
Jan 29 12:03:32 archLaptop kernel: usb 1-13: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 29 12:03:32 archLaptop kernel: usb 1-13: Product: HD Webcam
Jan 29 12:03:32 archLaptop kernel: usb 1-13: Manufacturer: SunplusIT Inc
Jan 29 12:03:32 archLaptop systemd[1]: bpf-lsm: LSM BPF program attached
Jan 29 12:03:32 archLaptop kernel: usb 1-14: new full-speed USB device number 5 using xhci_hcd
Jan 29 12:03:32 archLaptop systemd[1]: Configuration file /etc/systemd/system/cpuThrottle.service is marked executable. Please remove executable permission bits. Proceeding anyway.
Jan 29 12:03:32 archLaptop systemd[1]: Queued start job for default target Graphical Interface.
Jan 29 12:03:32 archLaptop systemd[1]: Created slice Slice /system/getty.
Jan 29 12:03:32 archLaptop systemd[1]: Created slice Slice /system/modprobe.
Jan 29 12:03:32 archLaptop systemd[1]: Created slice Slice /system/systemd-fsck.
Jan 29 12:03:32 archLaptop systemd[1]: Created slice User and Session Slice.
Jan 29 12:03:32 archLaptop systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Jan 29 12:03:32 archLaptop systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Jan 29 12:03:32 archLaptop systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Jan 29 12:03:32 archLaptop systemd[1]: Reached target Local Encrypted Volumes.
Jan 29 12:03:32 archLaptop systemd[1]: Reached target Local Integrity Protected Volumes.
Jan 29 12:03:32 archLaptop systemd[1]: Reached target Remote File Systems.
Jan 29 12:03:32 archLaptop systemd[1]: Reached target Slice Units.
Jan 29 12:03:32 archLaptop systemd[1]: Reached target Swaps.
Jan 29 12:03:32 archLaptop systemd[1]: Reached target Local Verity Protected Volumes.
Jan 29 12:03:32 archLaptop systemd[1]: Listening on Device-mapper event daemon FIFOs.
Jan 29 12:03:32 archLaptop systemd[1]: Listening on LVM2 poll daemon socket.
Jan 29 12:03:32 archLaptop systemd[1]: Listening on Process Core Dump Socket.
Jan 29 12:03:32 archLaptop systemd[1]: Listening on Journal Audit Socket.
Jan 29 12:03:32 archLaptop systemd[1]: Listening on Journal Socket (/dev/log).
Jan 29 12:03:32 archLaptop systemd[1]: Listening on Journal Socket.
Jan 29 12:03:32 archLaptop systemd[1]: Listening on udev Control Socket.
Jan 29 12:03:32 archLaptop systemd[1]: Listening on udev Kernel Socket.
Jan 29 12:03:32 archLaptop systemd[1]: Mounting Huge Pages File System...
Jan 29 12:03:32 archLaptop systemd[1]: Mounting POSIX Message Queue File System...
Jan 29 12:03:32 archLaptop systemd[1]: Mounting Kernel Debug File System...
Jan 29 12:03:32 archLaptop systemd[1]: Mounting Kernel Trace File System...
Jan 29 12:03:32 archLaptop systemd[1]: Mounting Temporary Directory /tmp...
Jan 29 12:03:32 archLaptop systemd[1]: Starting Create List of Static Device Nodes...
Jan 29 12:03:32 archLaptop systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Jan 29 12:03:32 archLaptop systemd[1]: Starting Load Kernel Module configfs...
Jan 29 12:03:32 archLaptop systemd[1]: Starting Load Kernel Module drm...
Jan 29 12:03:32 archLaptop kernel: usb 1-14: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02
Jan 29 12:03:32 archLaptop kernel: usb 1-14: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jan 29 12:03:32 archLaptop systemd[1]: Starting Load Kernel Module fuse...
Jan 29 12:03:32 archLaptop systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Jan 29 12:03:32 archLaptop systemd[1]: Starting Journal Service...
Jan 29 12:03:32 archLaptop systemd[1]: Starting Load Kernel Modules...
Jan 29 12:03:32 archLaptop systemd[1]: Starting Remount Root and Kernel File Systems...
Jan 29 12:03:32 archLaptop systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Jan 29 12:03:32 archLaptop systemd[1]: Starting Coldplug All udev Devices...
Jan 29 12:03:32 archLaptop systemd[1]: Mounted Huge Pages File System.
Jan 29 12:03:32 archLaptop systemd[1]: Mounted POSIX Message Queue File System.
Jan 29 12:03:32 archLaptop systemd[1]: Mounted Kernel Debug File System.
Jan 29 12:03:32 archLaptop systemd[1]: Mounted Kernel Trace File System.
Jan 29 12:03:32 archLaptop systemd[1]: Mounted Temporary Directory /tmp.
Jan 29 12:03:32 archLaptop kernel: EXT4-fs (nvme0n1p2): re-mounted. Quota mode: none.
Jan 29 12:03:32 archLaptop kernel: fuse: init (API version 7.37)
Jan 29 12:03:32 archLaptop systemd-journald[324]: Journal started
Jan 29 12:03:32 archLaptop systemd-journald[324]: Runtime Journal (/run/log/journal/d271c031bbb049a98585c4f755a1e6a8) is 8.0M, max 790.9M, 782.9M free.
Jan 29 12:03:32 archLaptop systemd-modules-load[325]: Inserted module 'crypto_user'
Jan 29 12:03:32 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:32 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:32 archLaptop systemd[1]: modprobe@configfs.service: Deactivated successfully.
Jan 29 12:03:32 archLaptop systemd[1]: Finished Create List of Static Device Nodes.
Jan 29 12:03:32 archLaptop kernel: audit: type=1130 audit(1675011812.479:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:32 archLaptop systemd[1]: Started Journal Service.
Jan 29 12:03:32 archLaptop kernel: audit: type=1130 audit(1675011812.479:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:32 archLaptop systemd[1]: Finished Load Kernel Module configfs.
Jan 29 12:03:32 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:32 archLaptop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:32 archLaptop kernel: audit: type=1130 audit(1675011812.519:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:32 archLaptop kernel: audit: type=1131 audit(1675011812.519:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:32 archLaptop systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Jan 29 12:03:32 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:32 archLaptop systemd[1]: modprobe@drm.service: Deactivated successfully.
Jan 29 12:03:32 archLaptop kernel: audit: type=1130 audit(1675011812.546:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:32 archLaptop systemd[1]: Finished Load Kernel Module drm.
Jan 29 12:03:32 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:32 archLaptop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:32 archLaptop systemd[1]: modprobe@fuse.service: Deactivated successfully.
Jan 29 12:03:32 archLaptop kernel: audit: type=1130 audit(1675011812.566:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:32 archLaptop kernel: audit: type=1131 audit(1675011812.566:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:32 archLaptop systemd[1]: Finished Load Kernel Module fuse.
Jan 29 12:03:32 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:32 archLaptop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:32 archLaptop kernel: audit: type=1130 audit(1675011812.586:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:32 archLaptop kernel: audit: type=1131 audit(1675011812.586:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:32 archLaptop systemd[1]: Finished Load Kernel Modules.
Jan 29 12:03:32 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:32 archLaptop systemd[1]: Finished Remount Root and Kernel File Systems.
Jan 29 12:03:32 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:32 archLaptop systemd[1]: Finished Coldplug All udev Devices.
Jan 29 12:03:32 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:32 archLaptop systemd[1]: Mounting FUSE Control File System...
Jan 29 12:03:32 archLaptop systemd[1]: Mounting Kernel Configuration File System...
Jan 29 12:03:32 archLaptop systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jan 29 12:03:32 archLaptop systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Jan 29 12:03:32 archLaptop systemd[1]: Starting Flush Journal to Persistent Storage...
Jan 29 12:03:32 archLaptop systemd[1]: Starting Load/Save Random Seed...
Jan 29 12:03:32 archLaptop systemd[1]: Starting Apply Kernel Variables...
Jan 29 12:03:32 archLaptop systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Jan 29 12:03:32 archLaptop systemd[1]: Starting Create Static Device Nodes in /dev...
Jan 29 12:03:32 archLaptop systemd[1]: Mounted FUSE Control File System.
Jan 29 12:03:32 archLaptop systemd-journald[324]: Time spent on flushing to /var/log/journal/d271c031bbb049a98585c4f755a1e6a8 is 147.914ms for 909 entries.
Jan 29 12:03:32 archLaptop systemd-journald[324]: System Journal (/var/log/journal/d271c031bbb049a98585c4f755a1e6a8) is 464.6M, max 4.0G, 3.5G free.
Jan 29 12:03:32 archLaptop systemd-journald[324]: Received client request to flush runtime journal.
Jan 29 12:03:32 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:32 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:32 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:32 archLaptop audit: BPF prog-id=27 op=LOAD
Jan 29 12:03:32 archLaptop audit: BPF prog-id=28 op=LOAD
Jan 29 12:03:32 archLaptop systemd[1]: Mounted Kernel Configuration File System.
Jan 29 12:03:32 archLaptop systemd[1]: Finished Apply Kernel Variables.
Jan 29 12:03:32 archLaptop systemd[1]: Finished Load/Save Random Seed.
Jan 29 12:03:32 archLaptop systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jan 29 12:03:32 archLaptop systemd[1]: Finished Create Static Device Nodes in /dev.
Jan 29 12:03:32 archLaptop systemd[1]: Reached target Preparation for Local File Systems.
Jan 29 12:03:32 archLaptop systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Jan 29 12:03:32 archLaptop systemd[1]: Starting Rule-based Manager for Device Events and Files...
Jan 29 12:03:32 archLaptop systemd-udevd[343]: Using default interface naming scheme 'v252'.
Jan 29 12:03:32 archLaptop systemd-udevd[343]: Configuration file /etc/udev/rules.d/40-libsane.rules is marked executable. Please remove executable permission bits. Proceeding anyway.
Jan 29 12:03:32 archLaptop systemd-udevd[343]: /etc/udev/rules.d/40-libsane.rules:26: GOTO="libsane_rules_end" has no matching label, ignoring
Jan 29 12:03:32 archLaptop systemd-udevd[343]: /etc/udev/rules.d/40-libsane.rules:26: The line takes no effect any more, dropping
Jan 29 12:03:32 archLaptop systemd-udevd[343]: Configuration file /etc/udev/rules.d/S99-2000S1.rules is marked executable. Please remove executable permission bits. Proceeding anyway.
Jan 29 12:03:32 archLaptop systemd-udevd[343]: /etc/udev/rules.d/S99-2000S1.rules:26: GOTO="libsane_rules_end" has no matching label, ignoring
Jan 29 12:03:32 archLaptop systemd-udevd[343]: /etc/udev/rules.d/S99-2000S1.rules:26: The line takes no effect any more, dropping
Jan 29 12:03:32 archLaptop systemd[1]: Finished Flush Journal to Persistent Storage.
Jan 29 12:03:32 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:32 archLaptop systemd[1]: Started Rule-based Manager for Device Events and Files.
Jan 29 12:03:32 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:32 archLaptop systemd-udevd[356]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) 255'' failed with exit code 1.
Jan 29 12:03:32 archLaptop systemd-udevd[356]: 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-frontend /proc/devices | cut -d \  -f 1) ${i}; done'' failed with exit code 1.
Jan 29 12:03:32 archLaptop systemd[1]: Found device Micron_2210_MTFDHBA512QFD 1.
Jan 29 12:03:32 archLaptop kernel: soc_button_array ACPI0011:00: Unknown button index 0 upage 01 usage c6, ignoring
Jan 29 12:03:32 archLaptop kernel: Bluetooth: Core ver 2.22
Jan 29 12:03:32 archLaptop kernel: NET: Registered PF_BLUETOOTH protocol family
Jan 29 12:03:32 archLaptop kernel: Bluetooth: HCI device and connection manager initialized
Jan 29 12:03:32 archLaptop kernel: Bluetooth: HCI socket layer initialized
Jan 29 12:03:32 archLaptop kernel: Bluetooth: L2CAP socket layer initialized
Jan 29 12:03:32 archLaptop kernel: Bluetooth: SCO socket layer initialized
Jan 29 12:03:32 archLaptop systemd[1]: Starting File System Check on /dev/disk/by-uuid/0D7D-293F...
Jan 29 12:03:32 archLaptop systemd-fsck[434]: fsck.fat 4.2 (2021-01-31)
Jan 29 12:03:32 archLaptop systemd-fsck[434]: /dev/nvme0n1p1: 6 files, 423/130812 clusters
Jan 29 12:03:32 archLaptop kernel: nvidia-gpu 0000:01:00.3: enabling device (0000 -> 0002)
Jan 29 12:03:32 archLaptop systemd[1]: Finished File System Check on /dev/disk/by-uuid/0D7D-293F.
Jan 29 12:03:32 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-0D7D\x2d293F comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:32 archLaptop systemd[1]: Created slice Slice /system/systemd-backlight.
Jan 29 12:03:32 archLaptop systemd[1]: Mounting /efi...
Jan 29 12:03:32 archLaptop systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Jan 29 12:03:33 archLaptop systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Jan 29 12:03:33 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:33 archLaptop kernel: intel_pch_thermal 0000:00:12.0: enabling device (0000 -> 0002)
Jan 29 12:03:33 archLaptop kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Jan 29 12:03:33 archLaptop kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Jan 29 12:03:33 archLaptop kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Jan 29 12:03:33 archLaptop kernel: usbcore: registered new interface driver btusb
Jan 29 12:03:33 archLaptop kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Jan 29 12:03:33 archLaptop kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Jan 29 12:03:33 archLaptop kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Jan 29 12:03:33 archLaptop kernel: cfg80211: failed to load regulatory.db
Jan 29 12:03:33 archLaptop kernel: i2c i2c-6: 2/2 memory slots populated (from DMI)
Jan 29 12:03:33 archLaptop kernel: i2c i2c-6: Successfully instantiated SPD at 0x50
Jan 29 12:03:33 archLaptop kernel: input: MSI WMI hotkeys as /devices/virtual/input/input10
Jan 29 12:03:33 archLaptop systemd[1]: Mounted /efi.
Jan 29 12:03:33 archLaptop systemd[1]: Reached target Local File Systems.
Jan 29 12:03:33 archLaptop systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Jan 29 12:03:33 archLaptop systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Jan 29 12:03:33 archLaptop systemd[1]: Store a System Token in an EFI Variable was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Jan 29 12:03:33 archLaptop systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Jan 29 12:03:33 archLaptop mtp-probe[453]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2"
Jan 29 12:03:33 archLaptop kernel: intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
Jan 29 12:03:33 archLaptop kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Jan 29 12:03:33 archLaptop kernel: intel-lpss 0000:00:15.2: enabling device (0004 -> 0006)
Jan 29 12:03:33 archLaptop kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Jan 29 12:03:33 archLaptop kernel: Bluetooth: hci0: Found device firmware: intel/ibt-19-0-4.sfi
Jan 29 12:03:33 archLaptop kernel: Bluetooth: hci0: Boot Address: 0x24800
Jan 29 12:03:33 archLaptop kernel: Bluetooth: hci0: Firmware Version: 15-45.22
Jan 29 12:03:33 archLaptop kernel: Bluetooth: hci0: Firmware already loaded
Jan 29 12:03:33 archLaptop mtp-probe[454]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7"
Jan 29 12:03:33 archLaptop systemd[1]: Starting Create Volatile Files and Directories...
Jan 29 12:03:33 archLaptop mtp-probe[455]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-13"
Jan 29 12:03:33 archLaptop mtp-probe[453]: bus: 1, device: 2 was not an MTP device
Jan 29 12:03:33 archLaptop mtp-probe[455]: bus: 1, device: 4 was not an MTP device
Jan 29 12:03:33 archLaptop mtp-probe[454]: bus: 1, device: 3 was not an MTP device
Jan 29 12:03:33 archLaptop kernel: spi-nor spi0.0: w25q128 (16384 Kbytes)
Jan 29 12:03:33 archLaptop kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Jan 29 12:03:33 archLaptop kernel: 0x000000000000-0x000001000000 : "BIOS"
Jan 29 12:03:33 archLaptop systemd[1]: Finished Create Volatile Files and Directories.
Jan 29 12:03:33 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:33 archLaptop systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Jan 29 12:03:33 archLaptop systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Jan 29 12:03:33 archLaptop systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Jan 29 12:03:33 archLaptop audit[466]: SYSTEM_BOOT pid=466 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:33 archLaptop kernel: input: CUST0001:00 04F3:30FA Mouse as /devices/pci0000:00/0000:00:15.2/i2c_designware.1/i2c-8/i2c-CUST0001:00/0018:04F3:30FA.0004/input/input11
Jan 29 12:03:33 archLaptop kernel: input: CUST0001:00 04F3:30FA Touchpad as /devices/pci0000:00/0000:00:15.2/i2c_designware.1/i2c-8/i2c-CUST0001:00/0018:04F3:30FA.0004/input/input13
Jan 29 12:03:33 archLaptop kernel: hid-generic 0018:04F3:30FA.0004: input,hidraw3: I2C HID v1.00 Mouse [CUST0001:00 04F3:30FA] on i2c-CUST0001:00
Jan 29 12:03:33 archLaptop kernel: mc: Linux media interface: v0.10
Jan 29 12:03:33 archLaptop kernel: input: PC Speaker as /devices/platform/pcspkr/input/input14
Jan 29 12:03:33 archLaptop kernel: mousedev: PS/2 mouse device common for all mice
Jan 29 12:03:33 archLaptop kernel: r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
Jan 29 12:03:33 archLaptop kernel: usbcore: registered new interface driver rtsx_usb
Jan 29 12:03:33 archLaptop kernel: Intel(R) Wireless WiFi driver for Linux
Jan 29 12:03:33 archLaptop kernel: iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
Jan 29 12:03:33 archLaptop kernel: r8169 0000:03:00.0 eth0: RTL8168h/8111h, 2c:f0:5d:b4:49:29, XID 541, IRQ 160
Jan 29 12:03:33 archLaptop kernel: r8169 0000:03:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Jan 29 12:03:33 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:33 archLaptop systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Jan 29 12:03:33 archLaptop systemd[1]: Reached target System Initialization.
Jan 29 12:03:33 archLaptop systemd[1]: Started CUPS Scheduler.
Jan 29 12:03:33 archLaptop systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Jan 29 12:03:33 archLaptop systemd[1]: Started Daily man-db regeneration.
Jan 29 12:03:33 archLaptop systemd[1]: Started Daily verification of password and group files.
Jan 29 12:03:33 archLaptop systemd[1]: Started Daily Cleanup of Temporary Directories.
Jan 29 12:03:33 archLaptop systemd[1]: Reached target Path Units.
Jan 29 12:03:33 archLaptop systemd[1]: Reached target Timer Units.
Jan 29 12:03:33 archLaptop systemd[1]: Listening on CUPS Scheduler.
Jan 29 12:03:33 archLaptop systemd[1]: Listening on D-Bus System Message Bus Socket.
Jan 29 12:03:33 archLaptop systemd[1]: Reached target Socket Units.
Jan 29 12:03:33 archLaptop systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Jan 29 12:03:33 archLaptop systemd[1]: Reached target Basic System.
Jan 29 12:03:33 archLaptop systemd[1]: Starting Throttle CPU Frequency on Boot/Disable Turbo...
Jan 29 12:03:33 archLaptop kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Jan 29 12:03:33 archLaptop kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Jan 29 12:03:33 archLaptop kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Jan 29 12:03:33 archLaptop kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Jan 29 12:03:33 archLaptop kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Jan 29 12:03:33 archLaptop kernel: videodev: Linux video capture interface: v2.00
Jan 29 12:03:33 archLaptop systemd[1]: Starting D-Bus System Message Bus...
Jan 29 12:03:33 archLaptop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 29 12:03:33 archLaptop audit: BPF prog-id=29 op=LOAD
Jan 29 12:03:33 archLaptop audit: BPF prog-id=30 op=LOAD
Jan 29 12:03:33 archLaptop audit: BPF prog-id=31 op=LOAD
Jan 29 12:03:33 archLaptop systemd[1]: Starting User Login Management...
Jan 29 12:03:33 archLaptop systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Jan 29 12:03:33 archLaptop nvidia-persistenced[487]: Started (487)
Jan 29 12:03:33 archLaptop kernel: cryptd: max_cpu_qlen set to 1000
Jan 29 12:03:33 archLaptop kernel: msr: Write to unrecognized MSR 0x1ad by wrmsr (pid: 493).
Jan 29 12:03:33 archLaptop kernel: msr: See https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/about for details.
Jan 29 12:03:33 archLaptop kernel: ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20220331/nsarguments-61)
Jan 29 12:03:33 archLaptop systemd-logind[486]: New seat seat0.
Jan 29 12:03:33 archLaptop systemd-logind[486]: Watching system buttons on /dev/input/event3 (Power Button)
Jan 29 12:03:33 archLaptop systemd-logind[486]: Watching system buttons on /dev/input/event0 (Lid Switch)
Jan 29 12:03:33 archLaptop systemd-logind[486]: Watching system buttons on /dev/input/event2 (Power Button)
Jan 29 12:03:33 archLaptop systemd-logind[486]: Watching system buttons on /dev/input/event1 (Sleep Button)
Jan 29 12:03:33 archLaptop systemd-logind[486]: Watching system buttons on /dev/input/event4 (AT Translated Set 2 keyboard)
Jan 29 12:03:33 archLaptop kernel: iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
Jan 29 12:03:33 archLaptop kernel: iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
Jan 29 12:03:33 archLaptop kernel: iwlwifi 0000:00:14.3: loaded firmware version 72.daa05125.0 QuZ-a0-hr-b0-72.ucode op_mode iwlmvm
Jan 29 12:03:33 archLaptop systemd[1]: Finished Throttle CPU Frequency on Boot/Disable Turbo.
Jan 29 12:03:33 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cpuThrottle comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:33 archLaptop systemd[1]: Started D-Bus System Message Bus.
Jan 29 12:03:33 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:33 archLaptop dbus-daemon[483]: [system] Successfully activated service 'org.freedesktop.systemd1'
Jan 29 12:03:33 archLaptop systemd-logind[486]: Watching system buttons on /dev/input/event8 (Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard)
Jan 29 12:03:33 archLaptop systemd[1]: Starting Network Manager...
Jan 29 12:03:33 archLaptop systemd[1]: Started User Login Management.
Jan 29 12:03:33 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:33 archLaptop kernel: AVX2 version of gcm_enc/dec engaged.
Jan 29 12:03:33 archLaptop kernel: AES CTR mode by8 optimization enabled
Jan 29 12:03:33 archLaptop kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
Jan 29 12:03:33 archLaptop kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Jan 29 12:03:33 archLaptop kernel: snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
Jan 29 12:03:33 archLaptop kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Jan 29 12:03:33 archLaptop kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Jan 29 12:03:33 archLaptop kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16
Jan 29 12:03:33 archLaptop kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17
Jan 29 12:03:33 archLaptop kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18
Jan 29 12:03:33 archLaptop kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input19
Jan 29 12:03:33 archLaptop NetworkManager[499]: <info>  [1675011813.3478] NetworkManager (version 1.40.12-1) is starting... (boot:332c3ea3-b7fb-4bcf-9fd5-ace851cdd8d1)
Jan 29 12:03:33 archLaptop NetworkManager[499]: <info>  [1675011813.3479] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf) (etc: 10_openresolv.conf)
Jan 29 12:03:33 archLaptop systemd[1]: Started Network Manager.
Jan 29 12:03:33 archLaptop NetworkManager[499]: <info>  [1675011813.3506] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Jan 29 12:03:33 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:33 archLaptop systemd[1]: Reached target Network.
Jan 29 12:03:33 archLaptop systemd[1]: Starting CUPS Scheduler...
Jan 29 12:03:33 archLaptop systemd[1]: Starting Permit User Sessions...
Jan 29 12:03:33 archLaptop NetworkManager[499]: <info>  [1675011813.3570] manager[0x56343f39f090]: monitoring kernel firmware directory '/lib/firmware'.
Jan 29 12:03:33 archLaptop dbus-daemon[483]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.2' (uid=0 pid=499 comm="/usr/bin/NetworkManager --no-daemon")
Jan 29 12:03:33 archLaptop systemd[1]: Finished Permit User Sessions.
Jan 29 12:03:33 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:33 archLaptop systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jan 29 12:03:33 archLaptop systemd[1]: Started Getty on tty1.
Jan 29 12:03:33 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:33 archLaptop systemd[1]: Reached target Login Prompts.
Jan 29 12:03:33 archLaptop audit: BPF prog-id=32 op=LOAD
Jan 29 12:03:33 archLaptop audit: BPF prog-id=33 op=LOAD
Jan 29 12:03:33 archLaptop audit: BPF prog-id=34 op=LOAD
Jan 29 12:03:33 archLaptop systemd[1]: Starting Hostname Service...
Jan 29 12:03:33 archLaptop systemd[1]: Starting Load/Save RF Kill Switch Status...
Jan 29 12:03:33 archLaptop dbus-daemon[483]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.3' (uid=0 pid=534 comm="/usr/bin/cupsd -l")
Jan 29 12:03:33 archLaptop systemd[1]: Starting Manage, Install and Generate Color Profiles...
Jan 29 12:03:33 archLaptop dbus-daemon[483]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Jan 29 12:03:33 archLaptop systemd[1]: Started Manage, Install and Generate Color Profiles.
Jan 29 12:03:33 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:33 archLaptop dbus-daemon[483]: [system] Successfully activated service 'org.freedesktop.hostname1'
Jan 29 12:03:33 archLaptop systemd[1]: Started Hostname Service.
Jan 29 12:03:33 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:33 archLaptop NetworkManager[499]: <info>  [1675011813.4595] hostname: hostname: using hostnamed
Jan 29 12:03:33 archLaptop NetworkManager[499]: <info>  [1675011813.4596] hostname: static hostname changed from (none) to "archLaptop"
Jan 29 12:03:33 archLaptop NetworkManager[499]: <info>  [1675011813.4602] dns-mgr: init: dns=default,systemd-resolved rc-manager=resolvconf
Jan 29 12:03:33 archLaptop NetworkManager[499]: <info>  [1675011813.4607] manager[0x56343f39f090]: rfkill: Wi-Fi hardware radio set enabled
Jan 29 12:03:33 archLaptop NetworkManager[499]: <info>  [1675011813.4607] manager[0x56343f39f090]: rfkill: WWAN hardware radio set enabled
Jan 29 12:03:33 archLaptop NetworkManager[499]: <info>  [1675011813.4789] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.40.12-1/libnm-device-plugin-team.so)
Jan 29 12:03:33 archLaptop NetworkManager[499]: <info>  [1675011813.4830] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.40.12-1/libnm-device-plugin-wwan.so)
Jan 29 12:03:33 archLaptop NetworkManager[499]: <info>  [1675011813.4837] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.40.12-1/libnm-device-plugin-ovs.so)
Jan 29 12:03:33 archLaptop NetworkManager[499]: <info>  [1675011813.4854] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.40.12-1/libnm-device-plugin-bluetooth.so)
Jan 29 12:03:33 archLaptop NetworkManager[499]: <info>  [1675011813.4858] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.40.12-1/libnm-device-plugin-adsl.so)
Jan 29 12:03:33 archLaptop NetworkManager[499]: <info>  [1675011813.4873] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.40.12-1/libnm-device-plugin-wifi.so)
Jan 29 12:03:33 archLaptop NetworkManager[499]: <info>  [1675011813.4876] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Jan 29 12:03:33 archLaptop NetworkManager[499]: <info>  [1675011813.4876] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Jan 29 12:03:33 archLaptop dbus-daemon[483]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.2' (uid=0 pid=499 comm="/usr/bin/NetworkManager --no-daemon")
Jan 29 12:03:33 archLaptop NetworkManager[499]: <info>  [1675011813.4876] manager: Networking is enabled by state file
Jan 29 12:03:33 archLaptop NetworkManager[499]: <info>  [1675011813.4880] settings: Loaded settings plugin: keyfile (internal)
Jan 29 12:03:33 archLaptop systemd[1]: Starting Network Manager Script Dispatcher Service...
Jan 29 12:03:33 archLaptop NetworkManager[499]: <info>  [1675011813.4928] dhcp: init: Using DHCP client 'internal'
Jan 29 12:03:33 archLaptop NetworkManager[499]: <info>  [1675011813.4929] device (lo): carrier: link connected
Jan 29 12:03:33 archLaptop NetworkManager[499]: <info>  [1675011813.4932] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Jan 29 12:03:33 archLaptop NetworkManager[499]: <info>  [1675011813.4939] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Jan 29 12:03:33 archLaptop NetworkManager[499]: <info>  [1675011813.4963] ovsdb: disconnected from ovsdb
Jan 29 12:03:33 archLaptop dbus-daemon[483]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jan 29 12:03:33 archLaptop systemd[1]: Started Network Manager Script Dispatcher Service.
Jan 29 12:03:33 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:33 archLaptop kernel: iTCO_vendor_support: vendor-support=0
Jan 29 12:03:33 archLaptop kernel: input: gpio-keys as /devices/platform/ACPI0011:00/gpio-keys.1.auto/input/input20
Jan 29 12:03:33 archLaptop kernel: usb 1-13: Found UVC 1.00 device HD Webcam (04f2:b695)
Jan 29 12:03:33 archLaptop systemd[1]: Started Load/Save RF Kill Switch Status.
Jan 29 12:03:33 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:33 archLaptop systemd[1]: Starting Bluetooth service...
Jan 29 12:03:33 archLaptop systemd[553]: ConfigurationDirectory 'bluetooth' already exists but the mode is different. (File system: 755 ConfigurationDirectoryMode: 555)
Jan 29 12:03:33 archLaptop kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC233: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Jan 29 12:03:33 archLaptop kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Jan 29 12:03:33 archLaptop kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Jan 29 12:03:33 archLaptop kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Jan 29 12:03:33 archLaptop kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
Jan 29 12:03:33 archLaptop kernel: snd_hda_codec_realtek hdaudioC0D0:      Mic=0x1a
Jan 29 12:03:33 archLaptop kernel: snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
Jan 29 12:03:33 archLaptop kernel: input: HD Webcam: HD Webcam as /devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.0/input/input21
Jan 29 12:03:33 archLaptop kernel: usbcore: registered new interface driver uvcvideo
Jan 29 12:03:33 archLaptop kernel: ee1004 6-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
Jan 29 12:03:33 archLaptop kernel: iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz, REV=0x351
Jan 29 12:03:33 archLaptop kernel: thermal thermal_zone2: failed to read out thermal zone (-61)
Jan 29 12:03:33 archLaptop kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
Jan 29 12:03:33 archLaptop kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Jan 29 12:03:33 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cups comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:33 archLaptop bluetoothd[553]: Bluetooth daemon 5.66
Jan 29 12:03:33 archLaptop systemd[1]: Started CUPS Scheduler.
Jan 29 12:03:33 archLaptop systemd[1]: Started Bluetooth service.
Jan 29 12:03:33 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:33 archLaptop systemd[1]: Reached target Bluetooth Support.
Jan 29 12:03:33 archLaptop bluetoothd[553]: Starting SDP server
Jan 29 12:03:33 archLaptop bluetoothd[553]: profiles/audio/vcp.c:vcp_init() D-Bus experimental not enabled
Jan 29 12:03:33 archLaptop bluetoothd[553]: src/plugin.c:plugin_init() Failed to init vcp plugin
Jan 29 12:03:33 archLaptop bluetoothd[553]: profiles/audio/mcp.c:mcp_init() D-Bus experimental not enabled
Jan 29 12:03:33 archLaptop bluetoothd[553]: src/plugin.c:plugin_init() Failed to init mcp plugin
Jan 29 12:03:33 archLaptop bluetoothd[553]: profiles/audio/bap.c:bap_init() D-Bus experimental not enabled
Jan 29 12:03:33 archLaptop bluetoothd[553]: src/plugin.c:plugin_init() Failed to init bap plugin
Jan 29 12:03:33 archLaptop kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Jan 29 12:03:33 archLaptop kernel: Bluetooth: BNEP filters: protocol multicast
Jan 29 12:03:33 archLaptop kernel: Bluetooth: BNEP socket layer initialized
Jan 29 12:03:33 archLaptop kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
Jan 29 12:03:33 archLaptop kernel: Bluetooth: MGMT ver 1.22
Jan 29 12:03:33 archLaptop bluetoothd[553]: Bluetooth management interface 1.22 initialized
Jan 29 12:03:33 archLaptop kernel: iwlwifi 0000:00:14.3: Detected RF HR B3, rfid=0x10a100
Jan 29 12:03:33 archLaptop kernel: NET: Registered PF_ALG protocol family
Jan 29 12:03:33 archLaptop kernel: psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x4f4001)
Jan 29 12:03:33 archLaptop kernel: psmouse serio1: elantech: Synaptics capabilities query result 0x01, 0x17, 0x0d.
Jan 29 12:03:33 archLaptop kernel: psmouse serio1: elantech: Elan sample query result 00, 43, 86
Jan 29 12:03:33 archLaptop kernel: psmouse serio1: elantech: Elan ic body: 0x10, current fw version: 0x2
Jan 29 12:03:33 archLaptop systemd[1]: Reached target Sound Card.
Jan 29 12:03:33 archLaptop kernel: iwlwifi 0000:00:14.3: base HW address: d8:f8:83:9b:fe:97
Jan 29 12:03:33 archLaptop kernel: r8169 0000:03:00.0 enp3s0: renamed from eth0
Jan 29 12:03:33 archLaptop kernel: input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input15
Jan 29 12:03:33 archLaptop kernel: input: CUST0001:00 04F3:30FA Mouse as /devices/pci0000:00/0000:00:15.2/i2c_designware.1/i2c-8/i2c-CUST0001:00/0018:04F3:30FA.0004/input/input24
Jan 29 12:03:33 archLaptop kernel: input: CUST0001:00 04F3:30FA Touchpad as /devices/pci0000:00/0000:00:15.2/i2c_designware.1/i2c-8/i2c-CUST0001:00/0018:04F3:30FA.0004/input/input26
Jan 29 12:03:33 archLaptop kernel: hid-multitouch 0018:04F3:30FA.0004: input,hidraw3: I2C HID v1.00 Mouse [CUST0001:00 04F3:30FA] on i2c-CUST0001:00
Jan 29 12:03:33 archLaptop kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
Jan 29 12:03:33 archLaptop kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23
Jan 29 12:03:33 archLaptop kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input27
Jan 29 12:03:33 archLaptop kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input28
Jan 29 12:03:33 archLaptop kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input29
Jan 29 12:03:33 archLaptop NetworkManager[499]: <info>  [1675011813.7937] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:14.3/ieee80211/phy0/rfkill1) (driver iwlwifi)
Jan 29 12:03:33 archLaptop kernel: iwlwifi 0000:00:14.3 wlo1: renamed from wlan0
Jan 29 12:03:33 archLaptop NetworkManager[499]: <info>  [1675011813.8507] device (wlan0): driver supports Access Point (AP) mode
Jan 29 12:03:33 archLaptop NetworkManager[499]: <info>  [1675011813.8521] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Jan 29 12:03:33 archLaptop NetworkManager[499]: <info>  [1675011813.8529] device (eth0): interface index 2 renamed iface from 'eth0' to 'enp3s0'
Jan 29 12:03:33 archLaptop NetworkManager[499]: <info>  [1675011813.8554] device (wlan0): interface index 3 renamed iface from 'wlan0' to 'wlo1'
Jan 29 12:03:33 archLaptop NetworkManager[499]: <info>  [1675011813.8556] device (enp3s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jan 29 12:03:33 archLaptop kernel: Generic FE-GE Realtek PHY r8169-0-300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC)
Jan 29 12:03:33 archLaptop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 29 12:03:33 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nvidia-persistenced comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:33 archLaptop systemd[1]: Reached target Multi-User System.
Jan 29 12:03:33 archLaptop systemd[1]: Reached target Graphical Interface.
Jan 29 12:03:33 archLaptop systemd[1]: Startup finished in 6.538s (firmware) + 2.676s (loader) + 2.040s (kernel) + 2.245s (userspace) = 13.500s.
Jan 29 12:03:34 archLaptop kernel: intel_tcc_cooling: Programmable TCC Offset detected
Jan 29 12:03:34 archLaptop kernel: r8169 0000:03:00.0 enp3s0: Link is Down
Jan 29 12:03:34 archLaptop NetworkManager[499]: <info>  [1675011814.0903] settings: (enp3s0): created default wired connection 'Wired connection 1'
Jan 29 12:03:34 archLaptop NetworkManager[499]: <info>  [1675011814.0923] device (wlo1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jan 29 12:03:34 archLaptop NetworkManager[499]: <info>  [1675011814.3384] device (wlo1): set-hw-addr: set MAC address to 5A:A9:B6:85:3F:BD (scanning)
Jan 29 12:03:34 archLaptop kernel: intel_rapl_common: Found RAPL domain package
Jan 29 12:03:34 archLaptop kernel: intel_rapl_common: Found RAPL domain core
Jan 29 12:03:34 archLaptop kernel: intel_rapl_common: Found RAPL domain uncore
Jan 29 12:03:34 archLaptop kernel: intel_rapl_common: Found RAPL domain dram
Jan 29 12:03:34 archLaptop dbus-daemon[483]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.2' (uid=0 pid=499 comm="/usr/bin/NetworkManager --no-daemon")
Jan 29 12:03:34 archLaptop kernel: nvidia-gpu 0000:01:00.3: i2c timeout error e0000000
Jan 29 12:03:34 archLaptop kernel: ucsi_ccg 5-0008: i2c_transfer failed -110
Jan 29 12:03:34 archLaptop kernel: ucsi_ccg 5-0008: ucsi_ccg_init failed - -110
Jan 29 12:03:34 archLaptop kernel: ucsi_ccg: probe of 5-0008 failed with error -110
Jan 29 12:03:34 archLaptop systemd[1]: Starting WPA supplicant...
Jan 29 12:03:34 archLaptop dbus-daemon[483]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Jan 29 12:03:34 archLaptop systemd[1]: Started WPA supplicant.
Jan 29 12:03:34 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:34 archLaptop wpa_supplicant[609]: Successfully initialized wpa_supplicant
Jan 29 12:03:34 archLaptop NetworkManager[499]: <info>  [1675011814.6736] device (wlo1): supplicant interface state: internal-starting -> disconnected
Jan 29 12:03:34 archLaptop NetworkManager[499]: <info>  [1675011814.6738] Wi-Fi P2P device controlled by interface wlo1 created
Jan 29 12:03:34 archLaptop NetworkManager[499]: <info>  [1675011814.6744] manager: (p2p-dev-wlo1): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
Jan 29 12:03:34 archLaptop NetworkManager[499]: <info>  [1675011814.6749] device (p2p-dev-wlo1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jan 29 12:03:34 archLaptop NetworkManager[499]: <info>  [1675011814.6758] device (wlo1): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Jan 29 12:03:34 archLaptop NetworkManager[499]: <info>  [1675011814.6769] device (p2p-dev-wlo1): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Jan 29 12:03:36 archLaptop dbus-daemon[483]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.9' (uid=0 pid=540 comm="/bin/login -p --     ")
Jan 29 12:03:36 archLaptop dbus-daemon[483]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jan 29 12:03:36 archLaptop login[540]: pam_systemd_home(login:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jan 29 12:03:36 archLaptop audit[540]: USER_AUTH pid=540 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="alex" exe="/usr/bin/login" hostname=archLaptop addr=? terminal=/dev/tty1 res=success'
Jan 29 12:03:36 archLaptop audit[540]: USER_ACCT pid=540 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="alex" exe="/usr/bin/login" hostname=archLaptop addr=? terminal=/dev/tty1 res=success'
Jan 29 12:03:36 archLaptop audit[540]: CRED_ACQ pid=540 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="alex" exe="/usr/bin/login" hostname=archLaptop addr=? terminal=/dev/tty1 res=success'
Jan 29 12:03:36 archLaptop audit[540]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7ffce61d24a0 a2=4 a3=7ffce61d21b4 items=0 ppid=1 pid=540 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=1000 fsgid=0 tty=tty1 ses=1 comm="login" exe="/usr/bin/login" key=(null)
Jan 29 12:03:36 archLaptop audit: PROCTITLE proctitle=2F62696E2F6C6F67696E002D70002D2D
Jan 29 12:03:36 archLaptop login[540]: pam_unix(login:session): session opened for user alex(uid=1000) by LOGIN(uid=0)
Jan 29 12:03:36 archLaptop kernel: kauditd_printk_skb: 35 callbacks suppressed
Jan 29 12:03:36 archLaptop kernel: audit: type=1100 audit(1675011816.786:46): pid=540 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="alex" exe="/usr/bin/login" hostname=archLaptop addr=? terminal=/dev/tty1 res=success'
Jan 29 12:03:36 archLaptop kernel: audit: type=1101 audit(1675011816.786:47): pid=540 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="alex" exe="/usr/bin/login" hostname=archLaptop addr=? terminal=/dev/tty1 res=success'
Jan 29 12:03:36 archLaptop kernel: audit: type=1103 audit(1675011816.786:48): pid=540 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="alex" exe="/usr/bin/login" hostname=archLaptop addr=? terminal=/dev/tty1 res=success'
Jan 29 12:03:36 archLaptop kernel: audit: type=1006 audit(1675011816.786:49): pid=540 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
Jan 29 12:03:36 archLaptop kernel: audit: type=1300 audit(1675011816.786:49): arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7ffce61d24a0 a2=4 a3=7ffce61d21b4 items=0 ppid=1 pid=540 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=1000 fsgid=0 tty=tty1 ses=1 comm="login" exe="/usr/bin/login" key=(null)
Jan 29 12:03:36 archLaptop kernel: audit: type=1327 audit(1675011816.786:49): proctitle=2F62696E2F6C6F67696E002D70002D2D
Jan 29 12:03:36 archLaptop systemd[1]: Created slice User Slice of UID 1000.
Jan 29 12:03:36 archLaptop systemd[1]: Starting User Runtime Directory /run/user/1000...
Jan 29 12:03:36 archLaptop systemd-logind[486]: New session 1 of user alex.
Jan 29 12:03:36 archLaptop systemd[1]: Finished User Runtime Directory /run/user/1000.
Jan 29 12:03:36 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:36 archLaptop kernel: audit: type=1130 audit(1675011816.863:50): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:36 archLaptop systemd[1]: Starting User Manager for UID 1000...
Jan 29 12:03:36 archLaptop dbus-daemon[483]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.11' (uid=0 pid=613 comm="(systemd)")
Jan 29 12:03:36 archLaptop dbus-daemon[483]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jan 29 12:03:36 archLaptop systemd[613]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jan 29 12:03:36 archLaptop audit[613]: USER_ACCT pid=613 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="alex" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:36 archLaptop audit[613]: CRED_ACQ pid=613 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="alex" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Jan 29 12:03:36 archLaptop audit[613]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=9 a1=7ffc49c65820 a2=4 a3=7ffc49c65534 items=0 ppid=1 pid=613 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
Jan 29 12:03:36 archLaptop audit: PROCTITLE proctitle="(systemd)"
Jan 29 12:03:36 archLaptop systemd[613]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[alex] ruser=[<unknown>] rhost=[<unknown>]
Jan 29 12:03:36 archLaptop systemd[613]: pam_unix(systemd-user:session): session opened for user alex(uid=1000) by (uid=0)
Jan 29 12:03:36 archLaptop audit[613]: USER_START pid=613 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="alex" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:36 archLaptop kernel: audit: type=1101 audit(1675011816.876:51): pid=613 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="alex" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:36 archLaptop kernel: audit: type=1103 audit(1675011816.876:52): pid=613 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="alex" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Jan 29 12:03:36 archLaptop kernel: audit: type=1006 audit(1675011816.876:53): pid=613 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
Jan 29 12:03:36 archLaptop systemd[613]: Queued start job for default target Main User Target.
Jan 29 12:03:37 archLaptop systemd[613]: Created slice User Application Slice.
Jan 29 12:03:37 archLaptop systemd[613]: Reached target Paths.
Jan 29 12:03:37 archLaptop systemd[613]: Reached target Timers.
Jan 29 12:03:37 archLaptop systemd[613]: Starting D-Bus User Message Bus Socket...
Jan 29 12:03:37 archLaptop systemd[613]: Listening on GnuPG network certificate management daemon.
Jan 29 12:03:37 archLaptop systemd[613]: Listening on GCR ssh-agent wrapper.
Jan 29 12:03:37 archLaptop systemd[613]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jan 29 12:03:37 archLaptop systemd[613]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jan 29 12:03:37 archLaptop systemd[613]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jan 29 12:03:37 archLaptop systemd[613]: Listening on GnuPG cryptographic agent and passphrase cache.
Jan 29 12:03:37 archLaptop systemd[613]: Listening on p11-kit server.
Jan 29 12:03:37 archLaptop systemd[613]: Listening on Sound System.
Jan 29 12:03:37 archLaptop systemd[613]: Listening on D-Bus User Message Bus Socket.
Jan 29 12:03:37 archLaptop systemd[613]: Reached target Sockets.
Jan 29 12:03:37 archLaptop systemd[613]: Reached target Basic System.
Jan 29 12:03:37 archLaptop systemd[613]: Reached target Main User Target.
Jan 29 12:03:37 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:37 archLaptop systemd[613]: Startup finished in 142ms.
Jan 29 12:03:37 archLaptop systemd[1]: Started User Manager for UID 1000.
Jan 29 12:03:37 archLaptop systemd[1]: Started Session 1 of User alex.
Jan 29 12:03:37 archLaptop audit[540]: USER_START pid=540 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="alex" exe="/usr/bin/login" hostname=archLaptop addr=? terminal=/dev/tty1 res=success'
Jan 29 12:03:37 archLaptop audit[540]: CRED_REFR pid=540 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="alex" exe="/usr/bin/login" hostname=archLaptop addr=? terminal=/dev/tty1 res=success'
Jan 29 12:03:37 archLaptop login[540]: LOGIN ON tty1 BY alex
Jan 29 12:03:37 archLaptop systemd[613]: Created slice User Core Session Slice.
Jan 29 12:03:37 archLaptop systemd[613]: Starting D-Bus User Message Bus...
Jan 29 12:03:37 archLaptop systemd[613]: Started D-Bus User Message Bus.
Jan 29 12:03:37 archLaptop dbus-daemon[669]: [session uid=1000 pid=669] Successfully activated service 'org.freedesktop.systemd1'
Jan 29 12:03:38 archLaptop dbus-daemon[669]: [session uid=1000 pid=669] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.4' (uid=1000 pid=666 comm="xfce4-session")
Jan 29 12:03:38 archLaptop systemd[613]: Starting Accessibility services bus...
Jan 29 12:03:38 archLaptop dbus-daemon[669]: [session uid=1000 pid=669] Successfully activated service 'org.a11y.Bus'
Jan 29 12:03:38 archLaptop systemd[613]: Started Accessibility services bus.
Jan 29 12:03:38 archLaptop dbus-daemon[669]: [session uid=1000 pid=669] Activating service name='org.xfce.Xfconf' requested by ':1.6' (uid=1000 pid=666 comm="xfce4-session")
Jan 29 12:03:38 archLaptop dbus-daemon[669]: [session uid=1000 pid=669] Successfully activated service 'org.xfce.Xfconf'
Jan 29 12:03:38 archLaptop at-spi-bus-launcher[684]: dbus-daemon[684]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=666 comm="xfce4-session")
Jan 29 12:03:38 archLaptop dbus-daemon[483]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.14' (uid=1000 pid=666 comm="xfce4-session")
Jan 29 12:03:38 archLaptop NetworkManager[499]: <info>  [1675011818.3711] policy: auto-activating connection 'dd-wrt_5' (c5860dcc-3358-40e0-9805-11a61d5e8116)
Jan 29 12:03:38 archLaptop NetworkManager[499]: <info>  [1675011818.3716] device (wlo1): Activation: starting connection 'dd-wrt_5' (c5860dcc-3358-40e0-9805-11a61d5e8116)
Jan 29 12:03:38 archLaptop at-spi-bus-launcher[684]: dbus-daemon[684]: Successfully activated service 'org.a11y.atspi.Registry'
Jan 29 12:03:38 archLaptop NetworkManager[499]: <info>  [1675011818.3717] device (wlo1): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Jan 29 12:03:38 archLaptop at-spi-bus-launcher[694]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Jan 29 12:03:38 archLaptop NetworkManager[499]: <info>  [1675011818.3720] manager: NetworkManager state is now CONNECTING
Jan 29 12:03:38 archLaptop NetworkManager[499]: <info>  [1675011818.3949] device (wlo1): set-hw-addr: reset MAC address to D8:F8:83:9B:FE:97 (preserve)
Jan 29 12:03:38 archLaptop systemd[1]: Starting Authorization Manager...
Jan 29 12:03:38 archLaptop NetworkManager[499]: <info>  [1675011818.3970] device (wlo1): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jan 29 12:03:38 archLaptop NetworkManager[499]: <info>  [1675011818.3973] device (wlo1): Activation: (wifi) access point 'dd-wrt_5' has security, but secrets are required.
Jan 29 12:03:38 archLaptop NetworkManager[499]: <info>  [1675011818.3973] device (wlo1): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Jan 29 12:03:38 archLaptop NetworkManager[499]: <info>  [1675011818.3981] device (wlo1): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Jan 29 12:03:38 archLaptop NetworkManager[499]: <info>  [1675011818.3983] device (wlo1): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jan 29 12:03:38 archLaptop NetworkManager[499]: <info>  [1675011818.3985] device (wlo1): Activation: (wifi) connection 'dd-wrt_5' has security, and secrets exist.  No new secrets needed.
Jan 29 12:03:38 archLaptop NetworkManager[499]: <info>  [1675011818.3985] Config: added 'ssid' value 'dd-wrt_5'
Jan 29 12:03:38 archLaptop NetworkManager[499]: <info>  [1675011818.3985] Config: added 'scan_ssid' value '1'
Jan 29 12:03:38 archLaptop NetworkManager[499]: <info>  [1675011818.3985] Config: added 'bgscan' value 'simple:30:-70:86400'
Jan 29 12:03:38 archLaptop NetworkManager[499]: <info>  [1675011818.3986] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Jan 29 12:03:38 archLaptop NetworkManager[499]: <info>  [1675011818.3986] Config: added 'auth_alg' value 'OPEN'
Jan 29 12:03:38 archLaptop NetworkManager[499]: <info>  [1675011818.3986] Config: added 'psk' value '<hidden>'
Jan 29 12:03:38 archLaptop polkitd[695]: Started polkitd version 122
Jan 29 12:03:38 archLaptop polkitd[695]: Loading rules from directory /etc/polkit-1/rules.d
Jan 29 12:03:38 archLaptop polkitd[695]: Loading rules from directory /usr/share/polkit-1/rules.d
Jan 29 12:03:38 archLaptop polkitd[695]: Finished loading, compiling and executing 2 rules
Jan 29 12:03:38 archLaptop dbus-daemon[483]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Jan 29 12:03:38 archLaptop systemd[1]: Started Authorization Manager.
Jan 29 12:03:38 archLaptop polkitd[695]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Jan 29 12:03:38 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:38 archLaptop NetworkManager[499]: <info>  [1675011818.4278] device (wlo1): supplicant interface state: disconnected -> inactive
Jan 29 12:03:38 archLaptop NetworkManager[499]: <info>  [1675011818.4278] device (p2p-dev-wlo1): supplicant management interface state: disconnected -> inactive
Jan 29 12:03:38 archLaptop wpa_supplicant[609]: wlo1: SME: Trying to authenticate with a0:04:60:c4:3c:e4 (SSID='dd-wrt_5' freq=5260 MHz)
Jan 29 12:03:38 archLaptop kernel: wlo1: authenticate with a0:04:60:c4:3c:e4
Jan 29 12:03:38 archLaptop NetworkManager[499]: <info>  [1675011818.4362] device (wlo1): supplicant interface state: inactive -> authenticating
Jan 29 12:03:38 archLaptop kernel: wlo1: send auth to a0:04:60:c4:3c:e4 (try 1/3)
Jan 29 12:03:38 archLaptop NetworkManager[499]: <info>  [1675011818.4362] device (p2p-dev-wlo1): supplicant management interface state: inactive -> authenticating
Jan 29 12:03:38 archLaptop wpa_supplicant[609]: wlo1: Trying to associate with a0:04:60:c4:3c:e4 (SSID='dd-wrt_5' freq=5260 MHz)
Jan 29 12:03:38 archLaptop kernel: wlo1: authenticated
Jan 29 12:03:38 archLaptop NetworkManager[499]: <info>  [1675011818.4632] device (wlo1): supplicant interface state: authenticating -> associating
Jan 29 12:03:38 archLaptop NetworkManager[499]: <info>  [1675011818.4632] device (p2p-dev-wlo1): supplicant management interface state: authenticating -> associating
Jan 29 12:03:38 archLaptop kernel: wlo1: associate with a0:04:60:c4:3c:e4 (try 1/3)
Jan 29 12:03:38 archLaptop kernel: wlo1: RX AssocResp from a0:04:60:c4:3c:e4 (capab=0x1011 status=0 aid=1)
Jan 29 12:03:38 archLaptop wpa_supplicant[609]: wlo1: Associated with a0:04:60:c4:3c:e4
Jan 29 12:03:38 archLaptop wpa_supplicant[609]: wlo1: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Jan 29 12:03:38 archLaptop kernel: wlo1: associated
Jan 29 12:03:38 archLaptop NetworkManager[499]: <info>  [1675011818.4765] device (wlo1): supplicant interface state: associating -> 4way_handshake
Jan 29 12:03:38 archLaptop NetworkManager[499]: <info>  [1675011818.4765] device (p2p-dev-wlo1): supplicant management interface state: associating -> 4way_handshake
Jan 29 12:03:38 archLaptop systemd[613]: Started GnuPG cryptographic agent and passphrase cache.
Jan 29 12:03:38 archLaptop gpg-agent[709]: gpg-agent (GnuPG) 2.2.40 starting in supervised mode.
Jan 29 12:03:38 archLaptop gpg-agent[709]: using fd 3 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
Jan 29 12:03:38 archLaptop gpg-agent[709]: using fd 4 for std socket (/run/user/1000/gnupg/S.gpg-agent)
Jan 29 12:03:38 archLaptop gpg-agent[709]: using fd 5 for browser socket (/run/user/1000/gnupg/S.gpg-agent.browser)
Jan 29 12:03:38 archLaptop gpg-agent[709]: using fd 6 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
Jan 29 12:03:38 archLaptop gpg-agent[709]: listening on: std=4 extra=6 browser=5 ssh=3
Jan 29 12:03:38 archLaptop systemd[613]: Started GnuPG cryptographic agent and passphrase cache.
Jan 29 12:03:38 archLaptop gpg-agent[716]: gpg-agent (GnuPG) 2.2.40 starting in supervised mode.
Jan 29 12:03:38 archLaptop gpg-agent[716]: using fd 3 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
Jan 29 12:03:38 archLaptop gpg-agent[716]: using fd 4 for std socket (/run/user/1000/gnupg/S.gpg-agent)
Jan 29 12:03:38 archLaptop gpg-agent[716]: using fd 5 for browser socket (/run/user/1000/gnupg/S.gpg-agent.browser)
Jan 29 12:03:38 archLaptop gpg-agent[716]: using fd 6 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
Jan 29 12:03:38 archLaptop gpg-agent[716]: listening on: std=4 extra=6 browser=5 ssh=3
Jan 29 12:03:38 archLaptop wpa_supplicant[609]: wlo1: WPA: Key negotiation completed with a0:04:60:c4:3c:e4 [PTK=CCMP GTK=CCMP]
Jan 29 12:03:38 archLaptop wpa_supplicant[609]: wlo1: CTRL-EVENT-CONNECTED - Connection to a0:04:60:c4:3c:e4 completed [id=0 id_str=]
Jan 29 12:03:38 archLaptop kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
Jan 29 12:03:38 archLaptop NetworkManager[499]: <info>  [1675011818.6119] device (wlo1): supplicant interface state: 4way_handshake -> completed
Jan 29 12:03:38 archLaptop NetworkManager[499]: <info>  [1675011818.6120] device (wlo1): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "dd-wrt_5"
Jan 29 12:03:38 archLaptop wpa_supplicant[609]: wlo1: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-43 noise=9999 txrate=108000
Jan 29 12:03:38 archLaptop NetworkManager[499]: <info>  [1675011818.6120] device (p2p-dev-wlo1): supplicant management interface state: 4way_handshake -> completed
Jan 29 12:03:38 archLaptop NetworkManager[499]: <info>  [1675011818.6121] device (wlo1): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Jan 29 12:03:38 archLaptop NetworkManager[499]: <info>  [1675011818.6127] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
Jan 29 12:03:38 archLaptop NetworkManager[499]: <info>  [1675011818.6487] dhcp4 (wlo1): state changed new lease, address=192.168.1.2
Jan 29 12:03:38 archLaptop NetworkManager[499]: <info>  [1675011818.6495] policy: set 'dd-wrt_5' (wlo1) as default for IPv4 routing and DNS
Jan 29 12:03:38 archLaptop NetworkManager[499]: <info>  [1675011818.6503] dns-mgr: Writing DNS information to /usr/bin/resolvconf
Jan 29 12:03:38 archLaptop dbus-daemon[483]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.2' (uid=0 pid=499 comm="/usr/bin/NetworkManager --no-daemon")
Jan 29 12:03:38 archLaptop dbus-daemon[483]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jan 29 12:03:38 archLaptop NetworkManager[499]: <info>  [1675011818.7190] device (wlo1): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Jan 29 12:03:38 archLaptop NetworkManager[499]: <info>  [1675011818.7206] device (wlo1): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Jan 29 12:03:38 archLaptop NetworkManager[499]: <info>  [1675011818.7208] device (wlo1): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Jan 29 12:03:38 archLaptop NetworkManager[499]: <info>  [1675011818.7210] manager: NetworkManager state is now CONNECTED_SITE
Jan 29 12:03:38 archLaptop NetworkManager[499]: <info>  [1675011818.7255] device (wlo1): Activation: successful, device activated.
Jan 29 12:03:38 archLaptop systemd[1]: systemd-rfkill.service: Deactivated successfully.
Jan 29 12:03:38 archLaptop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:38 archLaptop systemd[613]: Starting Sound Service...
Jan 29 12:03:38 archLaptop dbus-daemon[483]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.17' (uid=1000 pid=781 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo")
Jan 29 12:03:38 archLaptop systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Jan 29 12:03:38 archLaptop dbus-daemon[483]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Jan 29 12:03:38 archLaptop systemd[1]: Started RealtimeKit Scheduling Policy Service.
Jan 29 12:03:38 archLaptop rtkit-daemon[784]: Successfully called chroot.
Jan 29 12:03:38 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:38 archLaptop rtkit-daemon[784]: Successfully dropped privileges.
Jan 29 12:03:38 archLaptop rtkit-daemon[784]: Successfully limited resources.
Jan 29 12:03:38 archLaptop rtkit-daemon[784]: Canary thread running.
Jan 29 12:03:38 archLaptop rtkit-daemon[784]: Running.
Jan 29 12:03:38 archLaptop rtkit-daemon[784]: Watchdog thread running.
Jan 29 12:03:38 archLaptop rtkit-daemon[784]: Successfully made thread 781 of process 781 owned by '1000' high priority at nice level -11.
Jan 29 12:03:38 archLaptop rtkit-daemon[784]: Supervising 1 threads of 1 processes of 1 users.
Jan 29 12:03:39 archLaptop NetworkManager[499]: <info>  [1675011819.0404] manager: NetworkManager state is now CONNECTED_GLOBAL
Jan 29 12:03:39 archLaptop dbus-daemon[669]: [session uid=1000 pid=669] Activating via systemd: service name='org.freedesktop.thumbnails.Thumbnailer1' unit='tumblerd.service' requested by ':1.16' (uid=1000 pid=797 comm="xfdesktop")
Jan 29 12:03:39 archLaptop systemd[613]: Starting Thumbnailing service...
Jan 29 12:03:39 archLaptop tumblerd[816]: Failed to load plugin "tumbler-ffmpeg-thumbnailer.so": libffmpegthumbnailer.so.4: cannot open shared object file: No such file or directory
Jan 29 12:03:39 archLaptop tumblerd[816]: Failed to load plugin "tumbler-odf-thumbnailer.so": libgsf-1.so.114: cannot open shared object file: No such file or directory
Jan 29 12:03:39 archLaptop tumblerd[816]: Failed to load plugin "tumbler-raw-thumbnailer.so": libopenrawgnome.so.9: cannot open shared object file: No such file or directory
Jan 29 12:03:39 archLaptop tumblerd[816]: Failed to load plugin "tumbler-gepub-thumbnailer.so": libgepub-0.7.so.0: cannot open shared object file: No such file or directory
Jan 29 12:03:39 archLaptop dbus-daemon[669]: [session uid=1000 pid=669] Successfully activated service 'org.freedesktop.thumbnails.Thumbnailer1'
Jan 29 12:03:39 archLaptop systemd[613]: Started Thumbnailing service.
Jan 29 12:03:39 archLaptop polkitd[695]: Registered Authentication Agent for unix-session:1 (system bus name :1.20 [/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1], object path /org/gnome/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Jan 29 12:03:39 archLaptop dbus-daemon[483]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.21' (uid=1000 pid=818 comm="xfce4-power-manager")
Jan 29 12:03:39 archLaptop audit: BPF prog-id=35 op=LOAD
Jan 29 12:03:39 archLaptop audit: BPF prog-id=36 op=LOAD
Jan 29 12:03:39 archLaptop systemd[1]: Starting Daemon for power management...
Jan 29 12:03:39 archLaptop dbus-daemon[483]: [system] Successfully activated service 'org.freedesktop.UPower'
Jan 29 12:03:39 archLaptop systemd[1]: Started Daemon for power management.
Jan 29 12:03:39 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:39 archLaptop pkexec[898]: pam_unix(polkit-1:session): session opened for user root(uid=0) by (uid=1000)
Jan 29 12:03:39 archLaptop audit[898]: USER_START pid=898 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=archLaptop addr=? terminal=tty1 res=success'
Jan 29 12:03:39 archLaptop pkexec[898]: alex: Executing command [USER=root] [TTY=unknown] [CWD=/home/alex] [COMMAND=/usr/bin/xfpm-power-backlight-helper --set-brightness-switch 1]
Jan 29 12:03:39 archLaptop rtkit-daemon[784]: Supervising 1 threads of 1 processes of 1 users.
Jan 29 12:03:39 archLaptop rtkit-daemon[784]: Successfully made thread 904 of process 781 owned by '1000' RT at priority 5.
Jan 29 12:03:39 archLaptop rtkit-daemon[784]: Supervising 2 threads of 1 processes of 1 users.
Jan 29 12:03:39 archLaptop rtkit-daemon[784]: Supervising 2 threads of 1 processes of 1 users.
Jan 29 12:03:39 archLaptop rtkit-daemon[784]: Successfully made thread 906 of process 781 owned by '1000' RT at priority 5.
Jan 29 12:03:39 archLaptop rtkit-daemon[784]: Supervising 3 threads of 1 processes of 1 users.
Jan 29 12:03:39 archLaptop pulseaudio[781]: stat('/etc/pulse/default.pa.d'): No such file or directory
Jan 29 12:03:39 archLaptop pulseaudio[781]: Module "module-switch-on-port-available" should be loaded once at most. Refusing to load.
Jan 29 12:03:39 archLaptop pulseaudio[781]: Sink bluez_sink.E8_AB_FA_4E_D9_7C.a2dp_sink does not exist.
Jan 29 12:03:39 archLaptop systemd[613]: Started Sound Service.
Jan 29 12:03:39 archLaptop pulseaudio[781]: Could not find org.bluez.BatteryProviderManager1.RegisterBatteryProvider(), is bluetoothd started with experimental features enabled (-E flag)?
Jan 29 12:03:39 archLaptop bluetoothd[553]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/A2DPSink/sbc
Jan 29 12:03:39 archLaptop bluetoothd[553]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/A2DPSource/sbc
Jan 29 12:03:39 archLaptop bluetoothd[553]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/A2DPSink/sbc_xq_453
Jan 29 12:03:39 archLaptop bluetoothd[553]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/A2DPSource/sbc_xq_453
Jan 29 12:03:39 archLaptop bluetoothd[553]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/A2DPSink/sbc_xq_512
Jan 29 12:03:39 archLaptop bluetoothd[553]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/A2DPSource/sbc_xq_512
Jan 29 12:03:39 archLaptop bluetoothd[553]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/A2DPSink/sbc_xq_552
Jan 29 12:03:39 archLaptop bluetoothd[553]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/A2DPSource/sbc_xq_552
Jan 29 12:03:39 archLaptop kernel: Bluetooth: RFCOMM TTY layer initialized
Jan 29 12:03:39 archLaptop kernel: Bluetooth: RFCOMM socket layer initialized
Jan 29 12:03:39 archLaptop kernel: Bluetooth: RFCOMM ver 1.11
Jan 29 12:03:40 archLaptop NetworkManager[499]: <info>  [1675011820.0884] manager: startup complete
Jan 29 12:03:42 archLaptop systemd[1]: Started Getty on tty2.
Jan 29 12:03:42 archLaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:42 archLaptop kernel: kauditd_printk_skb: 13 callbacks suppressed
Jan 29 12:03:42 archLaptop kernel: audit: type=1130 audit(1675011822.329:65): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:43 archLaptop systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jan 29 12:03:43 archLaptop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:43 archLaptop kernel: audit: type=1131 audit(1675011823.526:66): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:03:43 archLaptop dbus-daemon[483]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.31' (uid=0 pid=976 comm="/bin/login -p --     ")
Jan 29 12:03:43 archLaptop dbus-daemon[483]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jan 29 12:03:43 archLaptop login[976]: pam_systemd_home(login:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jan 29 12:03:44 archLaptop audit[976]: USER_AUTH pid=976 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="alex" exe="/usr/bin/login" hostname=archLaptop addr=? terminal=/dev/tty2 res=success'
Jan 29 12:03:44 archLaptop audit[976]: USER_ACCT pid=976 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="alex" exe="/usr/bin/login" hostname=archLaptop addr=? terminal=/dev/tty2 res=success'
Jan 29 12:03:44 archLaptop audit[976]: CRED_ACQ pid=976 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="alex" exe="/usr/bin/login" hostname=archLaptop addr=? terminal=/dev/tty2 res=success'
Jan 29 12:03:44 archLaptop audit[976]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7ffd060711a0 a2=4 a3=7ffd06070eb4 items=0 ppid=1 pid=976 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=1000 fsgid=0 tty=tty2 ses=3 comm="login" exe="/usr/bin/login" key=(null)
Jan 29 12:03:44 archLaptop audit: PROCTITLE proctitle=2F62696E2F6C6F67696E002D70002D2D
Jan 29 12:03:44 archLaptop login[976]: pam_unix(login:session): session opened for user alex(uid=1000) by LOGIN(uid=0)
Jan 29 12:03:44 archLaptop kernel: audit: type=1100 audit(1675011824.309:67): pid=976 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="alex" exe="/usr/bin/login" hostname=archLaptop addr=? terminal=/dev/tty2 res=success'
Jan 29 12:03:44 archLaptop kernel: audit: type=1101 audit(1675011824.309:68): pid=976 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="alex" exe="/usr/bin/login" hostname=archLaptop addr=? terminal=/dev/tty2 res=success'
Jan 29 12:03:44 archLaptop kernel: audit: type=1103 audit(1675011824.309:69): pid=976 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="alex" exe="/usr/bin/login" hostname=archLaptop addr=? terminal=/dev/tty2 res=success'
Jan 29 12:03:44 archLaptop kernel: audit: type=1006 audit(1675011824.309:70): pid=976 uid=0 old-auid=4294967295 auid=1000 tty=tty2 old-ses=4294967295 ses=3 res=1
Jan 29 12:03:44 archLaptop kernel: audit: type=1300 audit(1675011824.309:70): arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7ffd060711a0 a2=4 a3=7ffd06070eb4 items=0 ppid=1 pid=976 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=1000 fsgid=0 tty=tty2 ses=3 comm="login" exe="/usr/bin/login" key=(null)
Jan 29 12:03:44 archLaptop kernel: audit: type=1327 audit(1675011824.309:70): proctitle=2F62696E2F6C6F67696E002D70002D2D
Jan 29 12:03:44 archLaptop systemd-logind[486]: New session 3 of user alex.
Jan 29 12:03:44 archLaptop systemd[1]: Started Session 3 of User alex.
Jan 29 12:03:44 archLaptop audit[976]: USER_START pid=976 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="alex" exe="/usr/bin/login" hostname=archLaptop addr=? terminal=/dev/tty2 res=success'
Jan 29 12:03:44 archLaptop audit[976]: CRED_REFR pid=976 uid=0 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="alex" exe="/usr/bin/login" hostname=archLaptop addr=? terminal=/dev/tty2 res=success'
Jan 29 12:03:44 archLaptop kernel: audit: type=1105 audit(1675011824.359:71): pid=976 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="alex" exe="/usr/bin/login" hostname=archLaptop addr=? terminal=/dev/tty2 res=success'
Jan 29 12:03:44 archLaptop kernel: audit: type=1110 audit(1675011824.359:72): pid=976 uid=0 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="alex" exe="/usr/bin/login" hostname=archLaptop addr=? terminal=/dev/tty2 res=success'
Jan 29 12:03:44 archLaptop login[976]: LOGIN ON tty2 BY alex
Jan 29 12:04:03 archLaptop systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Jan 29 12:04:03 archLaptop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:04:03 archLaptop kernel: audit: type=1131 audit(1675011843.856:73): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 29 12:04:03 archLaptop audit: BPF prog-id=34 op=UNLOAD
Jan 29 12:04:03 archLaptop audit: BPF prog-id=33 op=UNLOAD
Jan 29 12:04:03 archLaptop audit: BPF prog-id=32 op=UNLOAD
Jan 29 12:04:03 archLaptop kernel: audit: type=1334 audit(1675011843.923:74): prog-id=34 op=UNLOAD
Jan 29 12:04:03 archLaptop kernel: audit: type=1334 audit(1675011843.923:75): prog-id=33 op=UNLOAD
Jan 29 12:04:03 archLaptop kernel: audit: type=1334 audit(1675011843.923:76): prog-id=32 op=UNLOAD

Xorg.0.log

[     6.820] 
X.Org X Server 1.21.1.6
X Protocol Version 11, Revision 0
[     6.820] Current Operating System: Linux archLaptop 6.1.8-arch1-1 #1 SMP PREEMPT_DYNAMIC Tue, 24 Jan 2023 21:07:04 +0000 x86_64
[     6.820] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=d610ecce-a9d3-4f03-93ae-3647ec7ad0ec rw loglevel=3 quiet
[     6.821]  
[     6.821] Current version of pixman: 0.42.2
[     6.821]  Before reporting problems, check http://wiki.x.org
  to make sure that you have the latest version.
[     6.821] Markers: (--) probed, (**) from config file, (==) default setting,
  (++) from command line, (!!) notice, (II) informational,
  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     6.822] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jan 29 12:27:49 2023
[     6.824] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     6.825] (==) No Layout section.  Using the first Screen section.
[     6.825] (==) No screen section available. Using defaults.
[     6.825] (**) |-->Screen "Default Screen Section" (0)
[     6.825] (**) |   |-->Monitor "<default monitor>"
[     6.826] (==) No monitor specified for screen "Default Screen Section".
  Using a default monitor configuration.
[     6.826] (==) Automatically adding devices
[     6.826] (==) Automatically enabling devices
[     6.826] (==) Automatically adding GPU devices
[     6.826] (==) Automatically binding GPU devices
[     6.826] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     6.827] (WW) The directory "/usr/share/fonts/misc" does not exist.
[     6.827]  Entry deleted from font path.
[     6.827] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[     6.827]  Entry deleted from font path.
[     6.828] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     6.828]  Entry deleted from font path.
[     6.829] (==) FontPath set to:
  /usr/share/fonts/OTF,
  /usr/share/fonts/100dpi,
  /usr/share/fonts/75dpi
[     6.829] (==) ModulePath set to "/usr/lib/xorg/modules"
[     6.829] (II) The server relies on udev to provide the list of input devices.
  If no devices become available, reconfigure udev or disable AutoAddDevices.
[     6.829] (II) Module ABI versions:
[     6.829]  X.Org ANSI C Emulation: 0.4
[     6.829]  X.Org Video Driver: 25.2
[     6.829]  X.Org XInput driver : 24.4
[     6.829]  X.Org Server Extension : 10.0
[     6.830] (++) using VT number 1

[     6.833] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[     6.834] (II) xfree86: Adding drm device (/dev/dri/card0)
[     6.834] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[     6.835] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[     6.835] (II) xfree86: Adding drm device (/dev/dri/card1)
[     6.835] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[     6.836] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 14 paused 0
[     6.838] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[     6.840] (--) PCI:*(0@0:2:0) 8086:9bc4:1462:12b8 rev 5, Mem @ 0xc3000000/16777216, 0xa0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[     6.840] (--) PCI: (1@0:0:0) 10de:2191:1462:12b8 rev 161, Mem @ 0xc4000000/16777216, 0xb0000000/268435456, 0xc0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[     6.840] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     6.840] (II) LoadModule: "glx"
[     6.842] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     6.848] (II) Module glx: vendor="X.Org Foundation"
[     6.848]  compiled for 1.21.1.6, module version = 1.0.0
[     6.848]  ABI class: X.Org Server Extension, version 10.0
[     6.848] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[     6.848]  loading driver: nvidia
[     6.848] (==) Matched intel as autoconfigured driver 0
[     6.848] (==) Matched nvidia as autoconfigured driver 1
[     6.848] (==) Matched nouveau as autoconfigured driver 2
[     6.848] (==) Matched nv as autoconfigured driver 3
[     6.848] (==) Matched modesetting as autoconfigured driver 4
[     6.848] (==) Matched fbdev as autoconfigured driver 5
[     6.848] (==) Matched vesa as autoconfigured driver 6
[     6.848] (==) Assigned the driver to the xf86ConfigLayout
[     6.848] (II) LoadModule: "intel"
[     6.849] (WW) Warning, couldn't open module intel
[     6.849] (EE) Failed to load module "intel" (module does not exist, 0)
[     6.849] (II) LoadModule: "nvidia"
[     6.849] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     6.851] (II) Module nvidia: vendor="NVIDIA Corporation"
[     6.851]  compiled for 1.6.99.901, module version = 1.0.0
[     6.852]  Module class: X.Org Video Driver
[     6.852] (II) LoadModule: "nouveau"
[     6.852] (WW) Warning, couldn't open module nouveau
[     6.852] (EE) Failed to load module "nouveau" (module does not exist, 0)
[     6.852] (II) LoadModule: "nv"
[     6.852] (WW) Warning, couldn't open module nv
[     6.852] (EE) Failed to load module "nv" (module does not exist, 0)
[     6.852] (II) LoadModule: "modesetting"
[     6.852] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     6.855] (II) Module modesetting: vendor="X.Org Foundation"
[     6.855]  compiled for 1.21.1.6, module version = 1.21.1
[     6.855]  Module class: X.Org Video Driver
[     6.855]  ABI class: X.Org Video Driver, version 25.2
[     6.855] (II) LoadModule: "fbdev"
[     6.855] (WW) Warning, couldn't open module fbdev
[     6.855] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     6.855] (II) LoadModule: "vesa"
[     6.855] (WW) Warning, couldn't open module vesa
[     6.855] (EE) Failed to load module "vesa" (module does not exist, 0)
[     6.855] (II) NVIDIA dlloader X Driver  525.85.05  Sat Jan 14 00:47:44 UTC 2023
[     6.855] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     6.855] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     6.856] (II) modeset(0): using drv /dev/dri/card1
[     6.856] (II) systemd-logind: releasing fd for 226:0
[     6.856] (II) Loading sub module "fb"
[     6.856] (II) LoadModule: "fb"
[     6.856] (II) Module "fb" already built-in
[     6.856] (II) Loading sub module "wfb"
[     6.856] (II) LoadModule: "wfb"
[     6.857] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     6.857] (II) Module wfb: vendor="X.Org Foundation"
[     6.857]  compiled for 1.21.1.6, module version = 1.0.0
[     6.857]  ABI class: X.Org ANSI C Emulation, version 0.4
[     6.857] (II) Loading sub module "ramdac"
[     6.857] (II) LoadModule: "ramdac"
[     6.857] (II) Module "ramdac" already built-in
[     6.858] (II) modeset(0): Creating default Display subsection in Screen section
  "Default Screen Section" for depth/fbbpp 24/32
[     6.859] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[     6.859] (==) modeset(0): RGB weight 888
[     6.859] (==) modeset(0): Default visual is TrueColor
[     6.859] (II) Loading sub module "glamoregl"
[     6.859] (II) LoadModule: "glamoregl"
[     6.859] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     6.866] (II) Module glamoregl: vendor="X.Org Foundation"
[     6.866]  compiled for 1.21.1.6, module version = 1.0.1
[     6.866]  ABI class: X.Org ANSI C Emulation, version 0.4
[     7.069] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics (CML GT2)
[     7.069] (II) modeset(0): glamor initialized
[     7.069] (==) modeset(0): VariableRefresh: disabled
[     7.069] (==) modeset(0): AsyncFlipSecondaries: disabled
[     7.070] (II) modeset(0): Output eDP-1 has no monitor section
[     7.072] (WW) EDID timing clock 353.80 exceeds claimed max 345MHz, fixing
[     7.072] (II) modeset(0): EDID for output eDP-1
[     7.072] (II) modeset(0): Manufacturer: AUO  Model: af90  Serial#: 0
[     7.072] (II) modeset(0): Year: 2020  Week: 8
[     7.072] (II) modeset(0): EDID Version: 1.4
[     7.072] (II) modeset(0): Digital Display Input
[     7.072] (II) modeset(0): 8 bits per channel
[     7.072] (II) modeset(0): Digital interface is DisplayPort
[     7.072] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[     7.072] (II) modeset(0): Gamma: 2.20
[     7.072] (II) modeset(0): No DPMS capabilities specified
[     7.072] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[     7.072] (II) modeset(0): First detailed timing is preferred mode
[     7.072] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[     7.072] (II) modeset(0): Display is continuous-frequency
[     7.072] (II) modeset(0): redX: 0.566 redY: 0.339   greenX: 0.351 greenY: 0.568
[     7.072] (II) modeset(0): blueX: 0.158 blueY: 0.121   whiteX: 0.313 whiteY: 0.329
[     7.072] (II) modeset(0): Manufacturer's mask: 0
[     7.072] (II) modeset(0): Supported detailed timing:
[     7.072] (II) modeset(0): clock: 353.8 MHz   Image Size:  344 x 193 mm
[     7.072] (II) modeset(0): h_active: 1920  h_sync: 2028  h_sync_end 2076 h_blank_end 2080 h_border: 0
[     7.072] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1180 v_border: 0
[     7.072] (II) modeset(0): Supported detailed timing:
[     7.072] (II) modeset(0): clock: 143.0 MHz   Image Size:  344 x 193 mm
[     7.072] (II) modeset(0): h_active: 1920  h_sync: 2028  h_sync_end 2076 h_blank_end 2080 h_border: 0
[     7.072] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1142 v_border: 0
[     7.072] (II) modeset(0): Ranges: V min: 60 V max: 144 Hz, H min: 165 H max: 165 kHz, PixClock max 354 MHz
[     7.072] (II) modeset(0):  B156HAN08.4
[     7.072] (II) modeset(0): EDID (in hex):
[     7.072] (II) modeset(0):   00ffffffffffff0006af90af00000000
[     7.072] (II) modeset(0):   081e0104a5221378033e859156599128
[     7.072] (II) modeset(0):   1f505400000001010101010101010101
[     7.072] (II) modeset(0):   010101010101348a80a0703864406c30
[     7.072] (II) modeset(0):   350058c110000018dc3780a070383e40
[     7.072] (II) modeset(0):   6c30350058c110000018000000fd003c
[     7.072] (II) modeset(0):   90a5a522010a202020202020000000fe
[     7.072] (II) modeset(0):   004231353648414e30382e34200a00b5
[     7.072] (II) modeset(0): Printing probed modes for output eDP-1
[     7.072] (II) modeset(0): Modeline "1920x1080"x144.1  353.80  1920 2028 2076 2080  1080 1083 1088 1180 -hsync -vsync (170.1 kHz eP)
[     7.072] (II) modeset(0): Modeline "1920x1080"x60.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[     7.072] (II) modeset(0): Modeline "1920x1080"x60.0  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[     7.072] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[     7.072] (II) modeset(0): Modeline "1920x1080"x60.2  143.00  1920 2028 2076 2080  1080 1083 1088 1142 -hsync -vsync (68.8 kHz e)
[     7.072] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[     7.072] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[     7.072] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[     7.072] (II) modeset(0): Modeline "1400x1050"x74.8  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[     7.072] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[     7.072] (II) modeset(0): Modeline "1600x900"x60.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[     7.072] (II) modeset(0): Modeline "1600x900"x59.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[     7.072] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[     7.072] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[     7.072] (II) modeset(0): Modeline "1280x1024"x85.0  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[     7.072] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[     7.072] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[     7.072] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[     7.072] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[     7.072] (II) modeset(0): Modeline "1280x960"x85.0  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync (85.9 kHz d)
[     7.072] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[     7.073] (II) modeset(0): Modeline "1440x810"x60.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[     7.073] (II) modeset(0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[     7.073] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[     7.073] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[     7.073] (II) modeset(0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[     7.073] (II) modeset(0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[     7.073] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[     7.073] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[     7.073] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz d)
[     7.073] (II) modeset(0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[     7.073] (II) modeset(0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[     7.073] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[     7.073] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[     7.073] (II) modeset(0): Modeline "1024x768"x85.0  194.02  1024 1108 1220 1416  768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[     7.073] (II) modeset(0): Modeline "1024x768"x75.0  170.24  1024 1108 1220 1416  768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[     7.073] (II) modeset(0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[     7.073] (II) modeset(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz d)
[     7.073] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz d)
[     7.073] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz d)
[     7.073] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[     7.073] (II) modeset(0): Modeline "1024x768i"x87.0   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[     7.073] (II) modeset(0): Modeline "960x720"x85.0  170.68  960 1036 1144 1328  720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[     7.073] (II) modeset(0): Modeline "960x720"x75.0  148.50  960 1032 1144 1320  720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[     7.073] (II) modeset(0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[     7.073] (II) modeset(0): Modeline "928x696"x75.0  144.00  928 992 1104 1280  696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[     7.073] (II) modeset(0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[     7.073] (II) modeset(0): Modeline "896x672"x75.0  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[     7.073] (II) modeset(0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[     7.073] (II) modeset(0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[     7.073] (II) modeset(0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[     7.073] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[     7.073] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[     7.073] (II) modeset(0): Modeline "960x600"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[     7.073] (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[     7.073] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz d)
[     7.073] (II) modeset(0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[     7.073] (II) modeset(0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[     7.073] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[     7.073] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[     7.073] (II) modeset(0): Modeline "800x600"x85.0  114.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[     7.073] (II) modeset(0): Modeline "800x600"x75.0  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[     7.073] (II) modeset(0): Modeline "800x600"x70.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[     7.073] (II) modeset(0): Modeline "800x600"x65.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[     7.073] (II) modeset(0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[     7.073] (II) modeset(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz d)
[     7.073] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz d)
[     7.073] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz d)
[     7.073] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[     7.073] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[     7.073] (II) modeset(0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[     7.073] (II) modeset(0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[     7.073] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[     7.073] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[     7.073] (II) modeset(0): Modeline "700x525"x74.8   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[     7.073] (II) modeset(0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[     7.073] (II) modeset(0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[     7.073] (II) modeset(0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[     7.073] (II) modeset(0): Modeline "640x512"x85.0   78.75  640 672 752 864  512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[     7.073] (II) modeset(0): Modeline "640x512"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[     7.073] (II) modeset(0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[     7.073] (II) modeset(0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[     7.073] (II) modeset(0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[     7.073] (II) modeset(0): Modeline "640x480"x85.1   74.25  640 672 752 864  480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[     7.073] (II) modeset(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[     7.073] (II) modeset(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz d)
[     7.073] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz d)
[     7.073] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
[     7.073] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[     7.073] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[     7.073] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[     7.073] (II) modeset(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz d)
[     7.073] (II) modeset(0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[     7.073] (II) modeset(0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[     7.073] (II) modeset(0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[     7.073] (II) modeset(0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[     7.073] (II) modeset(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz d)
[     7.073] (II) modeset(0): Modeline "576x432"x75.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[     7.073] (II) modeset(0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[     7.073] (II) modeset(0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[     7.073] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[     7.073] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[     7.073] (II) modeset(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz d)
[     7.073] (II) modeset(0): Modeline "512x384"x85.0   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[     7.073] (II) modeset(0): Modeline "512x384"x75.0   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[     7.073] (II) modeset(0): Modeline "512x384"x70.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[     7.073] (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[     7.073] (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)
[     7.073] (II) modeset(0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[     7.073] (II) modeset(0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[     7.073] (II) modeset(0): Modeline "416x312"x74.7   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[     7.073] (II) modeset(0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[     7.073] (II) modeset(0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[     7.073] (II) modeset(0): Modeline "400x300"x85.3   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[     7.073] (II) modeset(0): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[     7.073] (II) modeset(0): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[     7.073] (II) modeset(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[     7.073] (II) modeset(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[     7.073] (II) modeset(0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[     7.073] (II) modeset(0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[     7.073] (II) modeset(0): Modeline "320x240"x85.2   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[     7.073] (II) modeset(0): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[     7.073] (II) modeset(0): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[     7.073] (II) modeset(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[     7.073] (II) modeset(0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[     7.073] (II) modeset(0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[     7.073] (II) modeset(0): Modeline "360x200"x85.0   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[     7.073] (II) modeset(0): Modeline "320x200"x85.3   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[     7.073] (II) modeset(0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[     7.073] (II) modeset(0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[     7.073] (II) modeset(0): Modeline "320x175"x85.3   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[     7.073] (II) modeset(0): Output eDP-1 connected
[     7.073] (II) modeset(0): Using exact sizes for initial modes
[     7.073] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[     7.073] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[     7.073] (==) modeset(0): DPI set to (96, 96)
[     7.073] (II) Loading sub module "fb"
[     7.073] (II) LoadModule: "fb"
[     7.073] (II) Module "fb" already built-in
[     7.073] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[     7.073] (==) NVIDIA(G0): RGB weight 888
[     7.073] (==) NVIDIA(G0): Default visual is TrueColor
[     7.073] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[     7.073] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[     7.073] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[     7.073] (**) NVIDIA(G0): Enabling 2D acceleration
[     7.073] (II) Loading sub module "glxserver_nvidia"
[     7.073] (II) LoadModule: "glxserver_nvidia"
[     7.073] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[     7.099] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[     7.099]  compiled for 1.6.99.901, module version = 1.0.0
[     7.099]  Module class: X.Org Server Extension
[     7.099] (II) NVIDIA GLX Module  525.85.05  Sat Jan 14 00:45:09 UTC 2023
[     7.100] (II) NVIDIA: The X server supports PRIME Render Offload.
[     7.100] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[     7.100] (--) NVIDIA(0):     DFP-0
[     7.100] (--) NVIDIA(0):     DFP-1
[     7.100] (--) NVIDIA(0):     DFP-2
[     7.101] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce GTX 1660 Ti (TU116-A) at PCI:1:0:0
[     7.101] (II) NVIDIA(G0):     (GPU-0)
[     7.101] (--) NVIDIA(G0): Memory: 6291456 kBytes
[     7.101] (--) NVIDIA(G0): VideoBIOS: 90.16.48.00.ed
[     7.101] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[     7.101] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     7.101] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[     7.101] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[     7.101] (--) NVIDIA(GPU-0): 
[     7.101] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     7.101] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[     7.101] (--) NVIDIA(GPU-0): DFP-1: 2660.0 MHz maximum pixel clock
[     7.101] (--) NVIDIA(GPU-0): 
[     7.101] (--) NVIDIA(GPU-0): DFP-2: disconnected
[     7.101] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[     7.101] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[     7.101] (--) NVIDIA(GPU-0): 
[     7.104] (II) NVIDIA(G0): Validated MetaModes:
[     7.104] (II) NVIDIA(G0):     "NULL"
[     7.104] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[     7.104] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[     7.104] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[     7.204] (==) modeset(0): Backing store enabled
[     7.204] (==) modeset(0): Silken mouse enabled
[     7.235] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[     7.235] (==) modeset(0): DPMS enabled
[     7.236] (II) modeset(0): [DRI2] Setup complete
[     7.236] (II) modeset(0): [DRI2]   DRI driver: iris
[     7.236] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[     7.236] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[     7.236] (II) NVIDIA:     access.
[     7.251] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[     7.251] (II) NVIDIA(G0):     may not be running or the "AcpidSocketPath" X
[     7.251] (II) NVIDIA(G0):     configuration option may not be set correctly.  When the
[     7.251] (II) NVIDIA(G0):     ACPI event daemon is available, the NVIDIA X driver will
[     7.251] (II) NVIDIA(G0):     try to use it to receive ACPI event notifications.  For
[     7.251] (II) NVIDIA(G0):     details, please see the "ConnectToAcpid" and
[     7.251] (II) NVIDIA(G0):     "AcpidSocketPath" X configuration options in Appendix B: X
[     7.251] (II) NVIDIA(G0):     Config Options in the README.
[     7.289] (II) NVIDIA(G0): Setting mode "NULL"
[     7.299] (==) NVIDIA(G0): Disabling shared memory pixmaps
[     7.299] (==) NVIDIA(G0): Backing store enabled
[     7.299] (==) NVIDIA(G0): Silken mouse enabled
[     7.299] (==) NVIDIA(G0): DPMS enabled
[     7.299] (II) Loading sub module "dri2"
[     7.299] (II) LoadModule: "dri2"
[     7.299] (II) Module "dri2" already built-in
[     7.299] (II) NVIDIA(G0): [DRI2] Setup complete
[     7.299] (II) NVIDIA(G0): [DRI2]   VDPAU driver: nvidia
[     7.299] (II) Initializing extension Generic Event Extension
[     7.299] (II) Initializing extension SHAPE
[     7.299] (II) Initializing extension MIT-SHM
[     7.300] (II) Initializing extension XInputExtension
[     7.300] (II) Initializing extension XTEST
[     7.300] (II) Initializing extension BIG-REQUESTS
[     7.300] (II) Initializing extension SYNC
[     7.300] (II) Initializing extension XKEYBOARD
[     7.300] (II) Initializing extension XC-MISC
[     7.300] (II) Initializing extension SECURITY
[     7.300] (II) Initializing extension XFIXES
[     7.300] (II) Initializing extension RENDER
[     7.300] (II) Initializing extension RANDR
[     7.301] (II) Initializing extension COMPOSITE
[     7.301] (II) Initializing extension DAMAGE
[     7.301] (II) Initializing extension MIT-SCREEN-SAVER
[     7.301] (II) Initializing extension DOUBLE-BUFFER
[     7.301] (II) Initializing extension RECORD
[     7.301] (II) Initializing extension DPMS
[     7.301] (II) Initializing extension Present
[     7.301] (II) Initializing extension DRI3
[     7.301] (II) Initializing extension X-Resource
[     7.301] (II) Initializing extension XVideo
[     7.302] (II) Initializing extension XVideo-MotionCompensation
[     7.302] (II) Initializing extension GLX
[     7.302] (II) Initializing extension GLX
[     7.302] (II) Indirect GLX disabled.
[     7.308] (II) AIGLX: Loaded and initialized iris
[     7.308] (II) GLX: Initialized DRI2 GL provider for screen 0
[     7.308] (II) Initializing extension XFree86-VidModeExtension
[     7.308] (II) Initializing extension XFree86-DGA
[     7.308] (II) Initializing extension XFree86-DRI
[     7.308] (II) Initializing extension DRI2
[     7.308] (II) Initializing extension NV-GLX
[     7.309] (II) Initializing extension NV-CONTROL
[     7.309] (II) modeset(0): Damage tracking initialized
[     7.309] (II) modeset(0): Setting screen physical size to 508 x 285
[     7.384] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[     7.384] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     7.384] (II) LoadModule: "libinput"
[     7.384] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     7.387] (II) Module libinput: vendor="X.Org Foundation"
[     7.387]  compiled for 1.21.1.3, module version = 1.2.1
[     7.387]  Module class: X.Org XInput Driver
[     7.387]  ABI class: X.Org XInput driver, version 24.4
[     7.387] (II) Using input driver 'libinput' for 'Power Button'
[     7.388] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 47 paused 0
[     7.388] (**) Power Button: always reports core events
[     7.388] (**) Option "Device" "/dev/input/event3"
[     7.392] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     7.392] (II) event3  - Power Button: device is a keyboard
[     7.392] (II) event3  - Power Button: device removed
[     7.392] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[     7.392] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     7.393] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     7.393] (II) event3  - Power Button: device is a keyboard
[     7.393] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[     7.393] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     7.393] (II) Using input driver 'libinput' for 'Video Bus'
[     7.394] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 50 paused 0
[     7.394] (**) Video Bus: always reports core events
[     7.394] (**) Option "Device" "/dev/input/event5"
[     7.395] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[     7.395] (II) event5  - Video Bus: device is a keyboard
[     7.395] (II) event5  - Video Bus: device removed
[     7.395] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6/event5"
[     7.395] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     7.396] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[     7.396] (II) event5  - Video Bus: device is a keyboard
[     7.396] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[     7.396] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     7.396] (II) Using input driver 'libinput' for 'Video Bus'
[     7.397] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 51 paused 0
[     7.397] (**) Video Bus: always reports core events
[     7.397] (**) Option "Device" "/dev/input/event6"
[     7.398] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[     7.398] (II) event6  - Video Bus: device is a keyboard
[     7.398] (II) event6  - Video Bus: device removed
[     7.398] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13/LNXVIDEO:01/input/input7/event6"
[     7.398] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[     7.399] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[     7.399] (II) event6  - Video Bus: device is a keyboard
[     7.399] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[     7.399] (II) No input driver specified, ignoring this device.
[     7.399] (II) This device may have been added with another device file.
[     7.400] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     7.400] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     7.400] (II) Using input driver 'libinput' for 'Power Button'
[     7.400] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 52 paused 0
[     7.400] (**) Power Button: always reports core events
[     7.400] (**) Option "Device" "/dev/input/event2"
[     7.401] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     7.401] (II) event2  - Power Button: device is a keyboard
[     7.401] (II) event2  - Power Button: device removed
[     7.401] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[     7.401] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[     7.402] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     7.402] (II) event2  - Power Button: device is a keyboard
[     7.402] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[     7.402] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     7.402] (II) Using input driver 'libinput' for 'Sleep Button'
[     7.403] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 53 paused 0
[     7.403] (**) Sleep Button: always reports core events
[     7.403] (**) Option "Device" "/dev/input/event1"
[     7.403] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     7.403] (II) event1  - Sleep Button: device is a keyboard
[     7.404] (II) event1  - Sleep Button: device removed
[     7.404] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[     7.404] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[     7.405] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     7.405] (II) event1  - Sleep Button: device is a keyboard
[     7.405] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event15)
[     7.405] (II) No input driver specified, ignoring this device.
[     7.405] (II) This device may have been added with another device file.
[     7.405] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event16)
[     7.405] (II) No input driver specified, ignoring this device.
[     7.405] (II) This device may have been added with another device file.
[     7.406] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event17)
[     7.406] (II) No input driver specified, ignoring this device.
[     7.406] (II) This device may have been added with another device file.
[     7.406] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event18)
[     7.406] (II) No input driver specified, ignoring this device.
[     7.406] (II) This device may have been added with another device file.
[     7.407] (II) config/udev: Adding input device HD Webcam: HD Webcam (/dev/input/event13)
[     7.407] (**) HD Webcam: HD Webcam: Applying InputClass "libinput keyboard catchall"
[     7.407] (II) Using input driver 'libinput' for 'HD Webcam: HD Webcam'
[     7.407] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 54 paused 0
[     7.407] (**) HD Webcam: HD Webcam: always reports core events
[     7.407] (**) Option "Device" "/dev/input/event13"
[     7.408] (II) event13 - HD Webcam: HD Webcam: is tagged by udev as: Keyboard
[     7.408] (II) event13 - HD Webcam: HD Webcam: device is a keyboard
[     7.408] (II) event13 - HD Webcam: HD Webcam: device removed
[     7.408] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.0/input/input16/event13"
[     7.408] (II) XINPUT: Adding extended input device "HD Webcam: HD Webcam" (type: KEYBOARD, id 11)
[     7.409] (II) event13 - HD Webcam: HD Webcam: is tagged by udev as: Keyboard
[     7.409] (II) event13 - HD Webcam: HD Webcam: device is a keyboard
[     7.410] (II) config/udev: Adding input device Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse (/dev/input/event7)
[     7.410] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse: Applying InputClass "libinput pointer catchall"
[     7.410] (II) Using input driver 'libinput' for 'Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse'
[     7.465] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 55 paused 0
[     7.465] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse: always reports core events
[     7.465] (**) Option "Device" "/dev/input/event7"
[     7.469] (II) event7  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse: is tagged by udev as: Mouse
[     7.469] (II) event7  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse: device is a pointer
[     7.470] (II) event7  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse: device removed
[     7.470] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:0DB0:0D4C.0001/input/input8/event7"
[     7.470] (II) XINPUT: Adding extended input device "Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse" (type: MOUSE, id 12)
[     7.470] (**) Option "AccelerationScheme" "none"
[     7.470] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse: (accel) selected scheme none/0
[     7.470] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse: (accel) acceleration factor: 2.000
[     7.470] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse: (accel) acceleration threshold: 4
[     7.473] (II) event7  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse: is tagged by udev as: Mouse
[     7.474] (II) event7  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse: device is a pointer
[     7.476] (II) config/udev: Adding input device Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse (/dev/input/mouse0)
[     7.476] (II) No input driver specified, ignoring this device.
[     7.476] (II) This device may have been added with another device file.
[     7.478] (II) config/udev: Adding input device Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard (/dev/input/event8)
[     7.478] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[     7.478] (II) Using input driver 'libinput' for 'Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard'
[     7.480] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 56 paused 0
[     7.480] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: always reports core events
[     7.480] (**) Option "Device" "/dev/input/event8"
[     7.484] (II) event8  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[     7.484] (II) event8  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: device is a keyboard
[     7.485] (II) event8  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: device removed
[     7.485] (II) libinput: Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: needs a virtual subdevice
[     7.485] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:0DB0:0D4C.0003/input/input9/event8"
[     7.485] (II) XINPUT: Adding extended input device "Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard" (type: MOUSE, id 13)
[     7.485] (**) Option "AccelerationScheme" "none"
[     7.485] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: (accel) selected scheme none/0
[     7.485] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: (accel) acceleration factor: 2.000
[     7.485] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: (accel) acceleration threshold: 4
[     7.488] (II) event8  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[     7.489] (II) event8  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: device is a keyboard
[     7.491] (II) config/udev: Adding input device CUST0001:00 04F3:30FA Mouse (/dev/input/event23)
[     7.491] (**) CUST0001:00 04F3:30FA Mouse: Applying InputClass "libinput pointer catchall"
[     7.491] (II) Using input driver 'libinput' for 'CUST0001:00 04F3:30FA Mouse'
[     7.493] (II) systemd-logind: got fd for /dev/input/event23 13:87 fd 57 paused 0
[     7.493] (**) CUST0001:00 04F3:30FA Mouse: always reports core events
[     7.493] (**) Option "Device" "/dev/input/event23"
[     7.495] (II) event23 - CUST0001:00 04F3:30FA Mouse: is tagged by udev as: Mouse Pointingstick
[     7.496] (II) event23 - CUST0001:00 04F3:30FA Mouse: device is a pointer
[     7.498] (II) event23 - CUST0001:00 04F3:30FA Mouse: device removed
[     7.498] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.2/i2c_designware.1/i2c-7/i2c-CUST0001:00/0018:04F3:30FA.0004/input/input27/event23"
[     7.498] (II) XINPUT: Adding extended input device "CUST0001:00 04F3:30FA Mouse" (type: MOUSE, id 14)
[     7.498] (**) Option "AccelerationScheme" "none"
[     7.498] (**) CUST0001:00 04F3:30FA Mouse: (accel) selected scheme none/0
[     7.498] (**) CUST0001:00 04F3:30FA Mouse: (accel) acceleration factor: 2.000
[     7.498] (**) CUST0001:00 04F3:30FA Mouse: (accel) acceleration threshold: 4
[     7.500] (II) event23 - CUST0001:00 04F3:30FA Mouse: is tagged by udev as: Mouse Pointingstick
[     7.500] (II) event23 - CUST0001:00 04F3:30FA Mouse: device is a pointer
[     7.502] (II) config/udev: Adding input device CUST0001:00 04F3:30FA Mouse (/dev/input/mouse2)
[     7.502] (II) No input driver specified, ignoring this device.
[     7.502] (II) This device may have been added with another device file.
[     7.503] (II) config/udev: Adding input device CUST0001:00 04F3:30FA Touchpad (/dev/input/event24)
[     7.503] (**) CUST0001:00 04F3:30FA Touchpad: Applying InputClass "libinput touchpad catchall"
[     7.503] (II) Using input driver 'libinput' for 'CUST0001:00 04F3:30FA Touchpad'
[     7.504] (II) systemd-logind: got fd for /dev/input/event24 13:88 fd 58 paused 0
[     7.504] (**) CUST0001:00 04F3:30FA Touchpad: always reports core events
[     7.504] (**) Option "Device" "/dev/input/event24"
[     7.505] (II) event24 - CUST0001:00 04F3:30FA Touchpad: is tagged by udev as: Touchpad
[     7.507] (II) event24 - CUST0001:00 04F3:30FA Touchpad: device is a touchpad
[     7.507] (II) event24 - CUST0001:00 04F3:30FA Touchpad: device removed
[     7.507] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.2/i2c_designware.1/i2c-7/i2c-CUST0001:00/0018:04F3:30FA.0004/input/input29/event24"
[     7.507] (II) XINPUT: Adding extended input device "CUST0001:00 04F3:30FA Touchpad" (type: TOUCHPAD, id 15)
[     7.508] (**) Option "AccelerationScheme" "none"
[     7.508] (**) CUST0001:00 04F3:30FA Touchpad: (accel) selected scheme none/0
[     7.508] (**) CUST0001:00 04F3:30FA Touchpad: (accel) acceleration factor: 2.000
[     7.508] (**) CUST0001:00 04F3:30FA Touchpad: (accel) acceleration threshold: 4
[     7.509] (II) event24 - CUST0001:00 04F3:30FA Touchpad: is tagged by udev as: Touchpad
[     7.511] (II) event24 - CUST0001:00 04F3:30FA Touchpad: device is a touchpad
[     7.512] (II) config/udev: Adding input device CUST0001:00 04F3:30FA Touchpad (/dev/input/mouse3)
[     7.512] (II) No input driver specified, ignoring this device.
[     7.512] (II) This device may have been added with another device file.
[     7.512] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event11)
[     7.512] (II) No input driver specified, ignoring this device.
[     7.512] (II) This device may have been added with another device file.
[     7.512] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event19)
[     7.512] (II) No input driver specified, ignoring this device.
[     7.512] (II) This device may have been added with another device file.
[     7.513] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event20)
[     7.513] (II) No input driver specified, ignoring this device.
[     7.513] (II) This device may have been added with another device file.
[     7.513] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event21)
[     7.513] (II) No input driver specified, ignoring this device.
[     7.513] (II) This device may have been added with another device file.
[     7.513] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event22)
[     7.513] (II) No input driver specified, ignoring this device.
[     7.513] (II) This device may have been added with another device file.
[     7.513] (II) config/udev: Adding input device gpio-keys (/dev/input/event14)
[     7.513] (II) No input driver specified, ignoring this device.
[     7.513] (II) This device may have been added with another device file.
[     7.514] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[     7.514] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     7.514] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     7.514] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 59 paused 0
[     7.514] (**) AT Translated Set 2 keyboard: always reports core events
[     7.514] (**) Option "Device" "/dev/input/event4"
[     7.515] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     7.515] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[     7.516] (II) event4  - AT Translated Set 2 keyboard: device removed
[     7.516] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[     7.516] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 16)
[     7.517] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     7.517] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[     7.518] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event10)
[     7.518] (**) ETPS/2 Elantech Touchpad: Applying InputClass "libinput touchpad catchall"
[     7.518] (II) Using input driver 'libinput' for 'ETPS/2 Elantech Touchpad'
[     7.519] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 60 paused 0
[     7.519] (**) ETPS/2 Elantech Touchpad: always reports core events
[     7.519] (**) Option "Device" "/dev/input/event10"
[     7.520] (II) event10 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[     7.521] (II) event10 - ETPS/2 Elantech Touchpad: device is a touchpad
[     7.521] (II) event10 - ETPS/2 Elantech Touchpad: device removed
[     7.521] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input15/event10"
[     7.521] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 17)
[     7.522] (**) Option "AccelerationScheme" "none"
[     7.522] (**) ETPS/2 Elantech Touchpad: (accel) selected scheme none/0
[     7.522] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[     7.522] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[     7.523] (II) event10 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[     7.524] (II) event10 - ETPS/2 Elantech Touchpad: device is a touchpad
[     7.524] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
[     7.524] (II) No input driver specified, ignoring this device.
[     7.524] (II) This device may have been added with another device file.
[     7.525] (II) config/udev: Adding input device PC Speaker (/dev/input/event12)
[     7.525] (II) No input driver specified, ignoring this device.
[     7.525] (II) This device may have been added with another device file.
[     7.526] (II) config/udev: Adding input device MSI WMI hotkeys (/dev/input/event9)
[     7.526] (**) MSI WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     7.526] (II) Using input driver 'libinput' for 'MSI WMI hotkeys'
[     7.527] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 61 paused 0
[     7.527] (**) MSI WMI hotkeys: always reports core events
[     7.527] (**) Option "Device" "/dev/input/event9"
[     7.527] (II) event9  - MSI WMI hotkeys: is tagged by udev as: Keyboard
[     7.527] (II) event9  - MSI WMI hotkeys: device is a keyboard
[     7.527] (II) event9  - MSI WMI hotkeys: device removed
[     7.527] (**) Option "config_info" "udev:/sys/devices/virtual/input/input10/event9"
[     7.527] (II) XINPUT: Adding extended input device "MSI WMI hotkeys" (type: KEYBOARD, id 18)
[     7.528] (II) event9  - MSI WMI hotkeys: is tagged by udev as: Keyboard
[     7.528] (II) event9  - MSI WMI hotkeys: device is a keyboard
[     7.552] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[     7.552] (II) Using input driver 'libinput' for 'Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard'
[     7.552] (II) systemd-logind: returning pre-existing fd for /dev/input/event8 13:72
[     7.552] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: always reports core events
[     7.552] (**) Option "Device" "/dev/input/event8"
[     7.552] (II) libinput: Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: is a virtual subdevice
[     7.552] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:0DB0:0D4C.0003/input/input9/event8"
[     7.552] (II) XINPUT: Adding extended input device "Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard" (type: KEYBOARD, id 19)
[     8.518] (WW) EDID timing clock 353.80 exceeds claimed max 345MHz, fixing
[     8.518] (II) modeset(0): EDID vendor "AUO", prod id 44944
[     8.518] (II) modeset(0): Using EDID range info for horizontal sync
[     8.518] (II) modeset(0): Using EDID range info for vertical refresh
[     8.518] (II) modeset(0): Printing DDC gathered Modelines:
[     8.518] (II) modeset(0): Modeline "1920x1080"x0.0  353.80  1920 2028 2076 2080  1080 1083 1088 1180 -hsync -vsync (170.1 kHz eP)
[     8.518] (II) modeset(0): Modeline "1920x1080"x0.0  143.00  1920 2028 2076 2080  1080 1083 1088 1142 -hsync -vsync (68.8 kHz e)
[     8.525] (WW) EDID timing clock 353.80 exceeds claimed max 345MHz, fixing
[     8.525] (II) modeset(0): EDID vendor "AUO", prod id 44944
[     8.525] (II) modeset(0): Using hsync ranges from config file
[     8.525] (II) modeset(0): Using vrefresh ranges from config file
[     8.525] (II) modeset(0): Printing DDC gathered Modelines:
[     8.525] (II) modeset(0): Modeline "1920x1080"x0.0  353.80  1920 2028 2076 2080  1080 1083 1088 1180 -hsync -vsync (170.1 kHz eP)
[     8.525] (II) modeset(0): Modeline "1920x1080"x0.0  143.00  1920 2028 2076 2080  1080 1083 1088 1142 -hsync -vsync (68.8 kHz e)
[     8.526] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     8.526] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[     8.526] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[     8.526] (--) NVIDIA(GPU-0): 
[     8.526] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     8.526] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[     8.526] (--) NVIDIA(GPU-0): DFP-1: 2660.0 MHz maximum pixel clock
[     8.526] (--) NVIDIA(GPU-0): 
[     8.526] (--) NVIDIA(GPU-0): DFP-2: disconnected
[     8.526] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[     8.526] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[     8.526] (--) NVIDIA(GPU-0): 
[     8.547] (**) Option "fd" "57"
[     8.547] (II) event23 - CUST0001:00 04F3:30FA Mouse: device removed
[     8.550] (**) Option "fd" "60"
[     8.550] (II) event10 - ETPS/2 Elantech Touchpad: device removed
[    20.923] (**) Option "fd" "47"
[    20.923] (II) event3  - Power Button: device removed
[    20.923] (**) Option "fd" "50"
[    20.923] (II) event5  - Video Bus: device removed
[    20.923] (**) Option "fd" "51"
[    20.923] (II) event6  - Video Bus: device removed
[    20.923] (**) Option "fd" "52"
[    20.923] (II) event2  - Power Button: device removed
[    20.923] (**) Option "fd" "53"
[    20.923] (II) event1  - Sleep Button: device removed
[    20.923] (**) Option "fd" "54"
[    20.923] (II) event13 - HD Webcam: HD Webcam: device removed
[    20.923] (**) Option "fd" "55"
[    20.923] (II) event7  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse: device removed
[    20.923] (**) Option "fd" "56"
[    20.923] (**) Option "fd" "58"
[    20.923] (II) event24 - CUST0001:00 04F3:30FA Touchpad: device removed
[    20.924] (**) Option "fd" "59"
[    20.924] (II) event4  - AT Translated Set 2 keyboard: device removed
[    20.924] (**) Option "fd" "61"
[    20.924] (II) event9  - MSI WMI hotkeys: device removed
[    20.924] (**) Option "fd" "56"
[    20.924] (II) event8  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: device removed
[    20.931] (II) UnloadModule: "libinput"
[    20.931] (II) systemd-logind: not releasing fd for 13:72, still in use
[    20.931] (II) UnloadModule: "libinput"
[    20.931] (II) systemd-logind: releasing fd for 13:73
[    20.995] (II) UnloadModule: "libinput"
[    20.995] (II) systemd-logind: releasing fd for 13:68
[    21.021] (II) UnloadModule: "libinput"
[    21.021] (II) systemd-logind: releasing fd for 13:88
[    21.061] (II) UnloadModule: "libinput"
[    21.061] (II) systemd-logind: releasing fd for 13:72
[    21.081] (II) UnloadModule: "libinput"
[    21.081] (II) systemd-logind: releasing fd for 13:71
[    21.118] (II) UnloadModule: "libinput"
[    21.118] (II) systemd-logind: releasing fd for 13:77
[    21.164] (II) UnloadModule: "libinput"
[    21.165] (II) systemd-logind: releasing fd for 13:65
[    21.181] (II) UnloadModule: "libinput"
[    21.181] (II) systemd-logind: releasing fd for 13:66
[    21.198] (II) UnloadModule: "libinput"
[    21.198] (II) systemd-logind: releasing fd for 13:70
[    21.231] (II) UnloadModule: "libinput"
[    21.231] (II) systemd-logind: releasing fd for 13:69
[    21.271] (II) UnloadModule: "libinput"
[    21.271] (II) systemd-logind: releasing fd for 13:67
[    21.291] (II) UnloadModule: "libinput"
[    21.291] (II) systemd-logind: releasing fd for 13:74
[    21.335] (II) UnloadModule: "libinput"
[    21.335] (II) systemd-logind: releasing fd for 13:87
[    21.420] (II) NVIDIA(GPU-0): Deleting GPU-0
[    21.431] (II) Server terminated successfully (0). Closing log file.

.xinitrc

#!/bin/sh

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then







    xrdb -merge $sysresources

fi

if [ -f $sysmodmap ]; then
    xmodmap $sysmodmap
fi

if [ -f "$userresources" ]; then







    xrdb -merge "$userresources"

fi

if [ -f "$usermodmap" ]; then
    xmodmap "$usermodmap"
fi

# start some nice programs

if [ -d /etc/X11/xinit/xinitrc.d ] ; then
 for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
  [ -x "$f" ] && . "$f"
 done
 unset f
fi


#xrandr --setprovideroutputsource NVIDIA-G0 Intel
#xrandr --auto
#xrandr -output --set "PRIME Synchronization" 1
exec startxfce4

nvidia-smi

[Sun Jan 29 12:05:31 2023       
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 525.85.05    Driver Version: 525.85.05    CUDA Version: 12.0     |
|-------------------------------+----------------------+----------------------+
| 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 ...  On   | 00000000:01:00.0 Off |                  N/A |
| N/A   41C    P8     5W /  80W |    144MiB /  6144MiB |      0%      Default |
|                               |                      |                  N/A |
+-------------------------------+----------------------+----------------------+
                                                                               
+-----------------------------------------------------------------------------+
| Processes:                                                                  |
|  GPU   GI   CI        PID   Type   Process name                  GPU Memory |
|        ID   ID                                                   Usage      |
|=============================================================================|
|    0   N/A  N/A       644      G   /usr/lib/Xorg                      65MiB |
|    0   N/A  N/A       723      G   xfwm4                              62MiB |
|    0   N/A  N/A      1467      G   kitty                              14MiB |
+-----------------------------------------------------------------------------+

No change.

Oh, added the udev rules, module parameteres, and enabled the service for powermanagement.

Last edited by arod529 (2023-01-29 17:35:21)

Offline

#7 2023-01-29 19:10:27

seth
Member
Registered: 2012-09-03
Posts: 51,056

Re: [SOLVED] MSI GL 65 Leopard NVIDIA Black Screen

export __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia xfwm4
export __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia startxfce4
export __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia startx

What are you trying to achieve here?

If you want to run everything on the nvidia chip
1. try to disable the IGP in the BIOS/UEFI. That's always gonna be the best option, but not necessarily available.
2. https://wiki.archlinux.org/title/NVIDIA … phics_only
3. sure you don't want to run on the intel chip and "prime-run superturboturkeypuncher³" on actual demand?

Offline

#8 2023-01-29 20:00:23

arod529
Member
Registered: 2023-01-29
Posts: 6

Re: [SOLVED] MSI GL 65 Leopard NVIDIA Black Screen

Yes, 3 is exactly what I want, I added those to see if it had any effect on the black screen issue.

As far as I can tell, the bare bones install should just work, but it doesn't and I've tried every combination of config files and settings I could find, no matter what I do it basically has 0 effect. I'm basically shooting the parts cannon at it at this point to hope to find some change in behavior without avail.

To clarify, everything is running, it is just behind a black screen with a mouse on it, and it flashes conky on screen as X closes back to tty. This make me think that my GPU is not actually sending graphics output though the iGPU to display on screen.

Offline

#9 2023-01-29 20:34:59

seth
Member
Registered: 2012-09-03
Posts: 51,056

Re: [SOLVED] MSI GL 65 Leopard NVIDIA Black Screen

Yes, 3 is exactly what I want

Ok, don't export any of that in your bash_profile, that's wrong.

Post an updated xorg log and the outputs of

glxinfo -B
prime-run glxinfo -B

Also I missed

Symptoms are when X is started I get a black screen with a normal mouse cursor visable

So the X11 server is running, that's a session problem.
1st step: try to install and run "exec openbox-session"
2nd: try to disable the  xfwm4 compositor,

xfconf-query -c xfwm4 -p /general/use_compositing -s true

https://wiki.archlinux.org/title/Xfwm#Composite_manager

Offline

#10 2023-01-29 21:32:26

arod529
Member
Registered: 2023-01-29
Posts: 6

Re: [SOLVED] MSI GL 65 Leopard NVIDIA Black Screen

openbox just crashes? and completely logs me out.

Ok, so with nvidia drivers only no changes to initramfs and the compositor disabled, I no longer have a black screen. strangely, the iGPU is not being used. I get identical output from

glxinfo -B
prime-run glxinfo -B
name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
Memory info (GL_NVX_gpu_memory_info):
    Dedicated video memory: 6144 MB
    Total available memory: 6144 MB
    Currently available dedicated video memory: 5789 MB
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce GTX 1660 Ti/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 525.85.05
OpenGL core profile shading language version string: 4.60 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6.0 NVIDIA 525.85.05
OpenGL shading language version string: 4.60 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)

OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 525.85.05
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

Xorg.0.log

[     6.619] 
X.Org X Server 1.21.1.6
X Protocol Version 11, Revision 0
[     6.619] Current Operating System: Linux archLaptop 6.1.8-arch1-1 #1 SMP PREEMPT_DYNAMIC Tue, 24 Jan 2023 21:07:04 +0000 x86_64
[     6.619] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=d610ecce-a9d3-4f03-93ae-3647ec7ad0ec rw loglevel=3 quiet
[     6.620]  
[     6.620] Current version of pixman: 0.42.2
[     6.620] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     6.620] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     6.620] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jan 29 16:13:35 2023
[     6.623] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     6.624] (==) No Layout section.  Using the first Screen section.
[     6.624] (==) No screen section available. Using defaults.
[     6.624] (**) |-->Screen "Default Screen Section" (0)
[     6.624] (**) |   |-->Monitor "<default monitor>"
[     6.624] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     6.624] (==) Automatically adding devices
[     6.625] (==) Automatically enabling devices
[     6.625] (==) Automatically adding GPU devices
[     6.625] (==) Automatically binding GPU devices
[     6.625] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     6.625] (WW) The directory "/usr/share/fonts/misc" does not exist.
[     6.625] 	Entry deleted from font path.
[     6.625] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[     6.625] 	Entry deleted from font path.
[     6.626] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     6.626] 	Entry deleted from font path.
[     6.628] (==) FontPath set to:
	/usr/share/fonts/OTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[     6.628] (==) ModulePath set to "/usr/lib/xorg/modules"
[     6.628] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     6.628] (II) Module ABI versions:
[     6.628] 	X.Org ANSI C Emulation: 0.4
[     6.628] 	X.Org Video Driver: 25.2
[     6.628] 	X.Org XInput driver : 24.4
[     6.628] 	X.Org Server Extension : 10.0
[     6.629] (++) using VT number 1

[     6.632] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[     6.633] (II) xfree86: Adding drm device (/dev/dri/card1)
[     6.633] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[     6.634] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[     6.634] (II) xfree86: Adding drm device (/dev/dri/card0)
[     6.634] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[     6.635] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
[     6.637] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[     6.639] (--) PCI:*(0@0:2:0) 8086:9bc4:1462:12b8 rev 5, Mem @ 0xc3000000/16777216, 0xa0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[     6.639] (--) PCI: (1@0:0:0) 10de:2191:1462:12b8 rev 161, Mem @ 0xc4000000/16777216, 0xb0000000/268435456, 0xc0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[     6.640] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     6.640] (II) LoadModule: "glx"
[     6.642] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     6.648] (II) Module glx: vendor="X.Org Foundation"
[     6.648] 	compiled for 1.21.1.6, module version = 1.0.0
[     6.648] 	ABI class: X.Org Server Extension, version 10.0
[     6.648] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[     6.648] 	loading driver: nvidia
[     6.648] (==) Matched intel as autoconfigured driver 0
[     6.648] (==) Matched nvidia as autoconfigured driver 1
[     6.648] (==) Matched nouveau as autoconfigured driver 2
[     6.648] (==) Matched nv as autoconfigured driver 3
[     6.649] (==) Matched modesetting as autoconfigured driver 4
[     6.649] (==) Matched fbdev as autoconfigured driver 5
[     6.649] (==) Matched vesa as autoconfigured driver 6
[     6.649] (==) Assigned the driver to the xf86ConfigLayout
[     6.649] (II) LoadModule: "intel"
[     6.649] (WW) Warning, couldn't open module intel
[     6.649] (EE) Failed to load module "intel" (module does not exist, 0)
[     6.649] (II) LoadModule: "nvidia"
[     6.649] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     6.652] (II) Module nvidia: vendor="NVIDIA Corporation"
[     6.653] 	compiled for 1.6.99.901, module version = 1.0.0
[     6.653] 	Module class: X.Org Video Driver
[     6.653] (II) LoadModule: "nouveau"
[     6.653] (WW) Warning, couldn't open module nouveau
[     6.653] (EE) Failed to load module "nouveau" (module does not exist, 0)
[     6.653] (II) LoadModule: "nv"
[     6.653] (WW) Warning, couldn't open module nv
[     6.653] (EE) Failed to load module "nv" (module does not exist, 0)
[     6.653] (II) LoadModule: "modesetting"
[     6.654] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     6.656] (II) Module modesetting: vendor="X.Org Foundation"
[     6.656] 	compiled for 1.21.1.6, module version = 1.21.1
[     6.656] 	Module class: X.Org Video Driver
[     6.656] 	ABI class: X.Org Video Driver, version 25.2
[     6.656] (II) LoadModule: "fbdev"
[     6.657] (WW) Warning, couldn't open module fbdev
[     6.657] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     6.657] (II) LoadModule: "vesa"
[     6.657] (WW) Warning, couldn't open module vesa
[     6.657] (EE) Failed to load module "vesa" (module does not exist, 0)
[     6.657] (II) NVIDIA dlloader X Driver  525.85.05  Sat Jan 14 00:47:44 UTC 2023
[     6.657] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     6.657] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     6.657] (II) modeset(0): using drv /dev/dri/card0
[     6.657] (II) systemd-logind: releasing fd for 226:1
[     6.659] (II) Loading sub module "fb"
[     6.659] (II) LoadModule: "fb"
[     6.659] (II) Module "fb" already built-in
[     6.659] (II) Loading sub module "wfb"
[     6.659] (II) LoadModule: "wfb"
[     6.659] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     6.660] (II) Module wfb: vendor="X.Org Foundation"
[     6.660] 	compiled for 1.21.1.6, module version = 1.0.0
[     6.660] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     6.660] (II) Loading sub module "ramdac"
[     6.660] (II) LoadModule: "ramdac"
[     6.660] (II) Module "ramdac" already built-in
[     6.661] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     6.661] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[     6.661] (==) modeset(0): RGB weight 888
[     6.661] (==) modeset(0): Default visual is TrueColor
[     6.661] (II) Loading sub module "glamoregl"
[     6.661] (II) LoadModule: "glamoregl"
[     6.661] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     6.671] (II) Module glamoregl: vendor="X.Org Foundation"
[     6.671] 	compiled for 1.21.1.6, module version = 1.0.1
[     6.671] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     6.937] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics (CML GT2)
[     6.937] (II) modeset(0): glamor initialized
[     6.937] (==) modeset(0): VariableRefresh: disabled
[     6.937] (==) modeset(0): AsyncFlipSecondaries: disabled
[     6.939] (II) modeset(0): Output eDP-1 has no monitor section
[     6.941] (WW) EDID timing clock 353.80 exceeds claimed max 345MHz, fixing
[     6.941] (II) modeset(0): EDID for output eDP-1
[     6.941] (II) modeset(0): Manufacturer: AUO  Model: af90  Serial#: 0
[     6.941] (II) modeset(0): Year: 2020  Week: 8
[     6.941] (II) modeset(0): EDID Version: 1.4
[     6.941] (II) modeset(0): Digital Display Input
[     6.941] (II) modeset(0): 8 bits per channel
[     6.941] (II) modeset(0): Digital interface is DisplayPort
[     6.941] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[     6.941] (II) modeset(0): Gamma: 2.20
[     6.941] (II) modeset(0): No DPMS capabilities specified
[     6.941] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[     6.941] (II) modeset(0): First detailed timing is preferred mode
[     6.941] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[     6.941] (II) modeset(0): Display is continuous-frequency
[     6.941] (II) modeset(0): redX: 0.566 redY: 0.339   greenX: 0.351 greenY: 0.568
[     6.941] (II) modeset(0): blueX: 0.158 blueY: 0.121   whiteX: 0.313 whiteY: 0.329
[     6.941] (II) modeset(0): Manufacturer's mask: 0
[     6.941] (II) modeset(0): Supported detailed timing:
[     6.941] (II) modeset(0): clock: 353.8 MHz   Image Size:  344 x 193 mm
[     6.941] (II) modeset(0): h_active: 1920  h_sync: 2028  h_sync_end 2076 h_blank_end 2080 h_border: 0
[     6.941] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1180 v_border: 0
[     6.941] (II) modeset(0): Supported detailed timing:
[     6.941] (II) modeset(0): clock: 143.0 MHz   Image Size:  344 x 193 mm
[     6.941] (II) modeset(0): h_active: 1920  h_sync: 2028  h_sync_end 2076 h_blank_end 2080 h_border: 0
[     6.941] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1142 v_border: 0
[     6.941] (II) modeset(0): Ranges: V min: 60 V max: 144 Hz, H min: 165 H max: 165 kHz, PixClock max 354 MHz
[     6.941] (II) modeset(0):  B156HAN08.4
[     6.941] (II) modeset(0): EDID (in hex):
[     6.941] (II) modeset(0): 	00ffffffffffff0006af90af00000000
[     6.941] (II) modeset(0): 	081e0104a5221378033e859156599128
[     6.941] (II) modeset(0): 	1f505400000001010101010101010101
[     6.941] (II) modeset(0): 	010101010101348a80a0703864406c30
[     6.941] (II) modeset(0): 	350058c110000018dc3780a070383e40
[     6.941] (II) modeset(0): 	6c30350058c110000018000000fd003c
[     6.941] (II) modeset(0): 	90a5a522010a202020202020000000fe
[     6.941] (II) modeset(0): 	004231353648414e30382e34200a00b5
[     6.941] (II) modeset(0): Printing probed modes for output eDP-1
[     6.941] (II) modeset(0): Modeline "1920x1080"x144.1  353.80  1920 2028 2076 2080  1080 1083 1088 1180 -hsync -vsync (170.1 kHz eP)
[     6.941] (II) modeset(0): Modeline "1920x1080"x60.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[     6.941] (II) modeset(0): Modeline "1920x1080"x60.0  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[     6.941] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[     6.941] (II) modeset(0): Modeline "1920x1080"x60.2  143.00  1920 2028 2076 2080  1080 1083 1088 1142 -hsync -vsync (68.8 kHz e)
[     6.941] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[     6.941] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[     6.941] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[     6.941] (II) modeset(0): Modeline "1400x1050"x74.8  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[     6.941] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[     6.941] (II) modeset(0): Modeline "1600x900"x60.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[     6.941] (II) modeset(0): Modeline "1600x900"x59.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[     6.941] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[     6.941] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[     6.941] (II) modeset(0): Modeline "1280x1024"x85.0  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[     6.941] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[     6.941] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[     6.941] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[     6.941] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[     6.941] (II) modeset(0): Modeline "1280x960"x85.0  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync (85.9 kHz d)
[     6.941] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[     6.941] (II) modeset(0): Modeline "1440x810"x60.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[     6.941] (II) modeset(0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[     6.941] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[     6.941] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[     6.941] (II) modeset(0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[     6.941] (II) modeset(0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[     6.941] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[     6.941] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[     6.941] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz d)
[     6.941] (II) modeset(0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[     6.941] (II) modeset(0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[     6.941] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[     6.941] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[     6.941] (II) modeset(0): Modeline "1024x768"x85.0  194.02  1024 1108 1220 1416  768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[     6.941] (II) modeset(0): Modeline "1024x768"x75.0  170.24  1024 1108 1220 1416  768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[     6.941] (II) modeset(0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[     6.941] (II) modeset(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz d)
[     6.941] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz d)
[     6.941] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz d)
[     6.941] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[     6.941] (II) modeset(0): Modeline "1024x768i"x87.0   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[     6.941] (II) modeset(0): Modeline "960x720"x85.0  170.68  960 1036 1144 1328  720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[     6.941] (II) modeset(0): Modeline "960x720"x75.0  148.50  960 1032 1144 1320  720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[     6.941] (II) modeset(0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[     6.941] (II) modeset(0): Modeline "928x696"x75.0  144.00  928 992 1104 1280  696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[     6.941] (II) modeset(0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[     6.941] (II) modeset(0): Modeline "896x672"x75.0  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[     6.941] (II) modeset(0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[     6.941] (II) modeset(0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[     6.941] (II) modeset(0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[     6.941] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[     6.941] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[     6.941] (II) modeset(0): Modeline "960x600"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[     6.941] (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[     6.941] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz d)
[     6.941] (II) modeset(0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[     6.941] (II) modeset(0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[     6.941] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[     6.941] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[     6.941] (II) modeset(0): Modeline "800x600"x85.0  114.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[     6.941] (II) modeset(0): Modeline "800x600"x75.0  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[     6.941] (II) modeset(0): Modeline "800x600"x70.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[     6.941] (II) modeset(0): Modeline "800x600"x65.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[     6.941] (II) modeset(0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[     6.941] (II) modeset(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz d)
[     6.941] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz d)
[     6.941] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz d)
[     6.941] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[     6.941] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[     6.941] (II) modeset(0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[     6.941] (II) modeset(0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[     6.941] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[     6.941] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[     6.941] (II) modeset(0): Modeline "700x525"x74.8   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[     6.941] (II) modeset(0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[     6.941] (II) modeset(0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[     6.941] (II) modeset(0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[     6.941] (II) modeset(0): Modeline "640x512"x85.0   78.75  640 672 752 864  512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[     6.941] (II) modeset(0): Modeline "640x512"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[     6.941] (II) modeset(0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[     6.941] (II) modeset(0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[     6.941] (II) modeset(0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[     6.941] (II) modeset(0): Modeline "640x480"x85.1   74.25  640 672 752 864  480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[     6.941] (II) modeset(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[     6.941] (II) modeset(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz d)
[     6.941] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz d)
[     6.941] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
[     6.941] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[     6.941] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[     6.941] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[     6.941] (II) modeset(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz d)
[     6.941] (II) modeset(0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[     6.941] (II) modeset(0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[     6.941] (II) modeset(0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[     6.941] (II) modeset(0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[     6.941] (II) modeset(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz d)
[     6.941] (II) modeset(0): Modeline "576x432"x75.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[     6.941] (II) modeset(0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[     6.941] (II) modeset(0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[     6.941] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[     6.941] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[     6.941] (II) modeset(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz d)
[     6.941] (II) modeset(0): Modeline "512x384"x85.0   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[     6.941] (II) modeset(0): Modeline "512x384"x75.0   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[     6.941] (II) modeset(0): Modeline "512x384"x70.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[     6.941] (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[     6.941] (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)
[     6.941] (II) modeset(0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[     6.941] (II) modeset(0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[     6.941] (II) modeset(0): Modeline "416x312"x74.7   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[     6.942] (II) modeset(0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[     6.942] (II) modeset(0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[     6.942] (II) modeset(0): Modeline "400x300"x85.3   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[     6.942] (II) modeset(0): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[     6.942] (II) modeset(0): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[     6.942] (II) modeset(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[     6.942] (II) modeset(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[     6.942] (II) modeset(0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[     6.942] (II) modeset(0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[     6.942] (II) modeset(0): Modeline "320x240"x85.2   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[     6.942] (II) modeset(0): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[     6.942] (II) modeset(0): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[     6.942] (II) modeset(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[     6.942] (II) modeset(0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[     6.942] (II) modeset(0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[     6.942] (II) modeset(0): Modeline "360x200"x85.0   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[     6.942] (II) modeset(0): Modeline "320x200"x85.3   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[     6.942] (II) modeset(0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[     6.942] (II) modeset(0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[     6.942] (II) modeset(0): Modeline "320x175"x85.3   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[     6.942] (II) modeset(0): Output eDP-1 connected
[     6.942] (II) modeset(0): Using exact sizes for initial modes
[     6.942] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[     6.942] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[     6.942] (==) modeset(0): DPI set to (96, 96)
[     6.942] (II) Loading sub module "fb"
[     6.942] (II) LoadModule: "fb"
[     6.942] (II) Module "fb" already built-in
[     6.942] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[     6.942] (==) NVIDIA(G0): RGB weight 888
[     6.942] (==) NVIDIA(G0): Default visual is TrueColor
[     6.942] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[     6.942] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[     6.942] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[     6.942] (**) NVIDIA(G0): Enabling 2D acceleration
[     6.942] (II) Loading sub module "glxserver_nvidia"
[     6.942] (II) LoadModule: "glxserver_nvidia"
[     6.942] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[     6.968] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[     6.968] 	compiled for 1.6.99.901, module version = 1.0.0
[     6.968] 	Module class: X.Org Server Extension
[     6.968] (II) NVIDIA GLX Module  525.85.05  Sat Jan 14 00:45:09 UTC 2023
[     6.968] (II) NVIDIA: The X server supports PRIME Render Offload.
[     6.969] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[     6.969] (--) NVIDIA(0):     DFP-0
[     6.969] (--) NVIDIA(0):     DFP-1
[     6.969] (--) NVIDIA(0):     DFP-2
[     6.970] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce GTX 1660 Ti (TU116-A) at PCI:1:0:0
[     6.970] (II) NVIDIA(G0):     (GPU-0)
[     6.970] (--) NVIDIA(G0): Memory: 6291456 kBytes
[     6.970] (--) NVIDIA(G0): VideoBIOS: 90.16.48.00.ed
[     6.970] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[     6.970] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     6.970] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[     6.970] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[     6.970] (--) NVIDIA(GPU-0): 
[     6.970] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     6.970] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[     6.970] (--) NVIDIA(GPU-0): DFP-1: 2660.0 MHz maximum pixel clock
[     6.970] (--) NVIDIA(GPU-0): 
[     6.970] (--) NVIDIA(GPU-0): DFP-2: disconnected
[     6.970] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[     6.970] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[     6.970] (--) NVIDIA(GPU-0): 
[     6.973] (II) NVIDIA(G0): Validated MetaModes:
[     6.973] (II) NVIDIA(G0):     "NULL"
[     6.973] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[     6.973] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[     6.973] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[     7.068] (==) modeset(0): Backing store enabled
[     7.068] (==) modeset(0): Silken mouse enabled
[     7.097] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[     7.097] (==) modeset(0): DPMS enabled
[     7.098] (II) modeset(0): [DRI2] Setup complete
[     7.098] (II) modeset(0): [DRI2]   DRI driver: iris
[     7.098] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[     7.098] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[     7.098] (II) NVIDIA:     access.
[     7.114] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[     7.114] (II) NVIDIA(G0):     may not be running or the "AcpidSocketPath" X
[     7.114] (II) NVIDIA(G0):     configuration option may not be set correctly.  When the
[     7.114] (II) NVIDIA(G0):     ACPI event daemon is available, the NVIDIA X driver will
[     7.114] (II) NVIDIA(G0):     try to use it to receive ACPI event notifications.  For
[     7.114] (II) NVIDIA(G0):     details, please see the "ConnectToAcpid" and
[     7.114] (II) NVIDIA(G0):     "AcpidSocketPath" X configuration options in Appendix B: X
[     7.114] (II) NVIDIA(G0):     Config Options in the README.
[     7.154] (II) NVIDIA(G0): Setting mode "NULL"
[     7.164] (==) NVIDIA(G0): Disabling shared memory pixmaps
[     7.164] (==) NVIDIA(G0): Backing store enabled
[     7.164] (==) NVIDIA(G0): Silken mouse enabled
[     7.164] (==) NVIDIA(G0): DPMS enabled
[     7.164] (II) Loading sub module "dri2"
[     7.164] (II) LoadModule: "dri2"
[     7.164] (II) Module "dri2" already built-in
[     7.164] (II) NVIDIA(G0): [DRI2] Setup complete
[     7.164] (II) NVIDIA(G0): [DRI2]   VDPAU driver: nvidia
[     7.164] (II) Initializing extension Generic Event Extension
[     7.164] (II) Initializing extension SHAPE
[     7.164] (II) Initializing extension MIT-SHM
[     7.164] (II) Initializing extension XInputExtension
[     7.164] (II) Initializing extension XTEST
[     7.165] (II) Initializing extension BIG-REQUESTS
[     7.165] (II) Initializing extension SYNC
[     7.165] (II) Initializing extension XKEYBOARD
[     7.165] (II) Initializing extension XC-MISC
[     7.165] (II) Initializing extension SECURITY
[     7.165] (II) Initializing extension XFIXES
[     7.165] (II) Initializing extension RENDER
[     7.165] (II) Initializing extension RANDR
[     7.165] (II) Initializing extension COMPOSITE
[     7.165] (II) Initializing extension DAMAGE
[     7.166] (II) Initializing extension MIT-SCREEN-SAVER
[     7.166] (II) Initializing extension DOUBLE-BUFFER
[     7.166] (II) Initializing extension RECORD
[     7.166] (II) Initializing extension DPMS
[     7.166] (II) Initializing extension Present
[     7.166] (II) Initializing extension DRI3
[     7.166] (II) Initializing extension X-Resource
[     7.166] (II) Initializing extension XVideo
[     7.166] (II) Initializing extension XVideo-MotionCompensation
[     7.166] (II) Initializing extension GLX
[     7.166] (II) Initializing extension GLX
[     7.166] (II) Indirect GLX disabled.
[     7.172] (II) AIGLX: Loaded and initialized iris
[     7.172] (II) GLX: Initialized DRI2 GL provider for screen 0
[     7.172] (II) Initializing extension XFree86-VidModeExtension
[     7.173] (II) Initializing extension XFree86-DGA
[     7.173] (II) Initializing extension XFree86-DRI
[     7.173] (II) Initializing extension DRI2
[     7.173] (II) Initializing extension NV-GLX
[     7.173] (II) Initializing extension NV-CONTROL
[     7.174] (II) modeset(0): Damage tracking initialized
[     7.174] (II) modeset(0): Setting screen physical size to 508 x 285
[     7.249] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[     7.249] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     7.249] (II) LoadModule: "libinput"
[     7.249] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     7.252] (II) Module libinput: vendor="X.Org Foundation"
[     7.252] 	compiled for 1.21.1.3, module version = 1.2.1
[     7.252] 	Module class: X.Org XInput Driver
[     7.252] 	ABI class: X.Org XInput driver, version 24.4
[     7.252] (II) Using input driver 'libinput' for 'Power Button'
[     7.252] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 47 paused 0
[     7.252] (**) Power Button: always reports core events
[     7.252] (**) Option "Device" "/dev/input/event3"
[     7.256] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     7.256] (II) event3  - Power Button: device is a keyboard
[     7.256] (II) event3  - Power Button: device removed
[     7.257] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[     7.257] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     7.257] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     7.257] (II) event3  - Power Button: device is a keyboard
[     7.258] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[     7.258] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     7.258] (II) Using input driver 'libinput' for 'Video Bus'
[     7.258] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 50 paused 0
[     7.258] (**) Video Bus: always reports core events
[     7.258] (**) Option "Device" "/dev/input/event5"
[     7.259] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[     7.259] (II) event5  - Video Bus: device is a keyboard
[     7.259] (II) event5  - Video Bus: device removed
[     7.259] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6/event5"
[     7.259] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     7.260] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[     7.260] (II) event5  - Video Bus: device is a keyboard
[     7.260] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[     7.260] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     7.260] (II) Using input driver 'libinput' for 'Video Bus'
[     7.261] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 51 paused 0
[     7.261] (**) Video Bus: always reports core events
[     7.261] (**) Option "Device" "/dev/input/event6"
[     7.262] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[     7.262] (II) event6  - Video Bus: device is a keyboard
[     7.262] (II) event6  - Video Bus: device removed
[     7.262] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13/LNXVIDEO:01/input/input7/event6"
[     7.262] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[     7.263] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[     7.263] (II) event6  - Video Bus: device is a keyboard
[     7.264] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[     7.264] (II) No input driver specified, ignoring this device.
[     7.264] (II) This device may have been added with another device file.
[     7.264] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     7.264] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     7.264] (II) Using input driver 'libinput' for 'Power Button'
[     7.265] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 52 paused 0
[     7.265] (**) Power Button: always reports core events
[     7.265] (**) Option "Device" "/dev/input/event2"
[     7.265] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     7.265] (II) event2  - Power Button: device is a keyboard
[     7.265] (II) event2  - Power Button: device removed
[     7.265] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[     7.265] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[     7.266] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     7.266] (II) event2  - Power Button: device is a keyboard
[     7.267] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[     7.267] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     7.267] (II) Using input driver 'libinput' for 'Sleep Button'
[     7.267] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 53 paused 0
[     7.267] (**) Sleep Button: always reports core events
[     7.267] (**) Option "Device" "/dev/input/event1"
[     7.268] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     7.268] (II) event1  - Sleep Button: device is a keyboard
[     7.268] (II) event1  - Sleep Button: device removed
[     7.268] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[     7.268] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[     7.269] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     7.269] (II) event1  - Sleep Button: device is a keyboard
[     7.269] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event15)
[     7.269] (II) No input driver specified, ignoring this device.
[     7.269] (II) This device may have been added with another device file.
[     7.270] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event16)
[     7.270] (II) No input driver specified, ignoring this device.
[     7.270] (II) This device may have been added with another device file.
[     7.270] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event17)
[     7.270] (II) No input driver specified, ignoring this device.
[     7.270] (II) This device may have been added with another device file.
[     7.270] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event18)
[     7.270] (II) No input driver specified, ignoring this device.
[     7.270] (II) This device may have been added with another device file.
[     7.271] (II) config/udev: Adding input device HD Webcam: HD Webcam (/dev/input/event13)
[     7.271] (**) HD Webcam: HD Webcam: Applying InputClass "libinput keyboard catchall"
[     7.271] (II) Using input driver 'libinput' for 'HD Webcam: HD Webcam'
[     7.271] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 54 paused 0
[     7.271] (**) HD Webcam: HD Webcam: always reports core events
[     7.271] (**) Option "Device" "/dev/input/event13"
[     7.272] (II) event13 - HD Webcam: HD Webcam: is tagged by udev as: Keyboard
[     7.272] (II) event13 - HD Webcam: HD Webcam: device is a keyboard
[     7.272] (II) event13 - HD Webcam: HD Webcam: device removed
[     7.272] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.0/input/input16/event13"
[     7.273] (II) XINPUT: Adding extended input device "HD Webcam: HD Webcam" (type: KEYBOARD, id 11)
[     7.273] (II) event13 - HD Webcam: HD Webcam: is tagged by udev as: Keyboard
[     7.274] (II) event13 - HD Webcam: HD Webcam: device is a keyboard
[     7.274] (II) config/udev: Adding input device Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse (/dev/input/event7)
[     7.274] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse: Applying InputClass "libinput pointer catchall"
[     7.274] (II) Using input driver 'libinput' for 'Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse'
[     7.331] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 55 paused 0
[     7.331] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse: always reports core events
[     7.331] (**) Option "Device" "/dev/input/event7"
[     7.333] (II) event7  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse: is tagged by udev as: Mouse
[     7.333] (II) event7  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse: device is a pointer
[     7.334] (II) event7  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse: device removed
[     7.334] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:0DB0:0D4C.0001/input/input8/event7"
[     7.334] (II) XINPUT: Adding extended input device "Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse" (type: MOUSE, id 12)
[     7.334] (**) Option "AccelerationScheme" "none"
[     7.334] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse: (accel) selected scheme none/0
[     7.334] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse: (accel) acceleration factor: 2.000
[     7.334] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse: (accel) acceleration threshold: 4
[     7.336] (II) event7  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse: is tagged by udev as: Mouse
[     7.336] (II) event7  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse: device is a pointer
[     7.337] (II) config/udev: Adding input device Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse (/dev/input/mouse0)
[     7.337] (II) No input driver specified, ignoring this device.
[     7.337] (II) This device may have been added with another device file.
[     7.338] (II) config/udev: Adding input device Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard (/dev/input/event8)
[     7.339] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[     7.339] (II) Using input driver 'libinput' for 'Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard'
[     7.340] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 56 paused 0
[     7.340] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: always reports core events
[     7.340] (**) Option "Device" "/dev/input/event8"
[     7.343] (II) event8  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[     7.343] (II) event8  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: device is a keyboard
[     7.343] (II) event8  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: device removed
[     7.344] (II) libinput: Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: needs a virtual subdevice
[     7.344] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:0DB0:0D4C.0003/input/input9/event8"
[     7.344] (II) XINPUT: Adding extended input device "Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard" (type: MOUSE, id 13)
[     7.344] (**) Option "AccelerationScheme" "none"
[     7.344] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: (accel) selected scheme none/0
[     7.344] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: (accel) acceleration factor: 2.000
[     7.344] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: (accel) acceleration threshold: 4
[     7.346] (II) event8  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[     7.347] (II) event8  - Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: device is a keyboard
[     7.348] (II) config/udev: Adding input device CUST0001:00 04F3:30FA Mouse (/dev/input/event12)
[     7.348] (**) CUST0001:00 04F3:30FA Mouse: Applying InputClass "libinput pointer catchall"
[     7.348] (II) Using input driver 'libinput' for 'CUST0001:00 04F3:30FA Mouse'
[     7.350] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 57 paused 0
[     7.350] (**) CUST0001:00 04F3:30FA Mouse: always reports core events
[     7.350] (**) Option "Device" "/dev/input/event12"
[     7.352] (II) event12 - CUST0001:00 04F3:30FA Mouse: is tagged by udev as: Mouse Pointingstick
[     7.353] (II) event12 - CUST0001:00 04F3:30FA Mouse: device is a pointer
[     7.355] (II) event12 - CUST0001:00 04F3:30FA Mouse: device removed
[     7.355] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.2/i2c_designware.1/i2c-7/i2c-CUST0001:00/0018:04F3:30FA.0004/input/input22/event12"
[     7.355] (II) XINPUT: Adding extended input device "CUST0001:00 04F3:30FA Mouse" (type: MOUSE, id 14)
[     7.355] (**) Option "AccelerationScheme" "none"
[     7.355] (**) CUST0001:00 04F3:30FA Mouse: (accel) selected scheme none/0
[     7.355] (**) CUST0001:00 04F3:30FA Mouse: (accel) acceleration factor: 2.000
[     7.355] (**) CUST0001:00 04F3:30FA Mouse: (accel) acceleration threshold: 4
[     7.357] (II) event12 - CUST0001:00 04F3:30FA Mouse: is tagged by udev as: Mouse Pointingstick
[     7.358] (II) event12 - CUST0001:00 04F3:30FA Mouse: device is a pointer
[     7.361] (II) config/udev: Adding input device CUST0001:00 04F3:30FA Mouse (/dev/input/mouse2)
[     7.361] (II) No input driver specified, ignoring this device.
[     7.361] (II) This device may have been added with another device file.
[     7.362] (II) config/udev: Adding input device CUST0001:00 04F3:30FA Touchpad (/dev/input/event19)
[     7.362] (**) CUST0001:00 04F3:30FA Touchpad: Applying InputClass "libinput touchpad catchall"
[     7.362] (II) Using input driver 'libinput' for 'CUST0001:00 04F3:30FA Touchpad'
[     7.364] (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 58 paused 0
[     7.364] (**) CUST0001:00 04F3:30FA Touchpad: always reports core events
[     7.364] (**) Option "Device" "/dev/input/event19"
[     7.366] (II) event19 - CUST0001:00 04F3:30FA Touchpad: is tagged by udev as: Touchpad
[     7.369] (II) event19 - CUST0001:00 04F3:30FA Touchpad: device is a touchpad
[     7.369] (II) event19 - CUST0001:00 04F3:30FA Touchpad: device removed
[     7.370] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.2/i2c_designware.1/i2c-7/i2c-CUST0001:00/0018:04F3:30FA.0004/input/input24/event19"
[     7.370] (II) XINPUT: Adding extended input device "CUST0001:00 04F3:30FA Touchpad" (type: TOUCHPAD, id 15)
[     7.371] (**) Option "AccelerationScheme" "none"
[     7.371] (**) CUST0001:00 04F3:30FA Touchpad: (accel) selected scheme none/0
[     7.371] (**) CUST0001:00 04F3:30FA Touchpad: (accel) acceleration factor: 2.000
[     7.371] (**) CUST0001:00 04F3:30FA Touchpad: (accel) acceleration threshold: 4
[     7.373] (II) event19 - CUST0001:00 04F3:30FA Touchpad: is tagged by udev as: Touchpad
[     7.375] (II) event19 - CUST0001:00 04F3:30FA Touchpad: device is a touchpad
[     7.376] (II) config/udev: Adding input device CUST0001:00 04F3:30FA Touchpad (/dev/input/mouse3)
[     7.376] (II) No input driver specified, ignoring this device.
[     7.376] (II) This device may have been added with another device file.
[     7.376] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event20)
[     7.376] (II) No input driver specified, ignoring this device.
[     7.376] (II) This device may have been added with another device file.
[     7.376] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event21)
[     7.376] (II) No input driver specified, ignoring this device.
[     7.376] (II) This device may have been added with another device file.
[     7.377] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event22)
[     7.377] (II) No input driver specified, ignoring this device.
[     7.377] (II) This device may have been added with another device file.
[     7.377] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event23)
[     7.377] (II) No input driver specified, ignoring this device.
[     7.377] (II) This device may have been added with another device file.
[     7.377] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event24)
[     7.377] (II) No input driver specified, ignoring this device.
[     7.378] (II) This device may have been added with another device file.
[     7.378] (II) config/udev: Adding input device gpio-keys (/dev/input/event14)
[     7.378] (II) No input driver specified, ignoring this device.
[     7.378] (II) This device may have been added with another device file.
[     7.378] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[     7.378] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     7.378] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     7.379] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 59 paused 0
[     7.379] (**) AT Translated Set 2 keyboard: always reports core events
[     7.379] (**) Option "Device" "/dev/input/event4"
[     7.380] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     7.380] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[     7.381] (II) event4  - AT Translated Set 2 keyboard: device removed
[     7.381] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[     7.381] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 16)
[     7.382] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     7.382] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[     7.384] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event11)
[     7.384] (**) ETPS/2 Elantech Touchpad: Applying InputClass "libinput touchpad catchall"
[     7.384] (II) Using input driver 'libinput' for 'ETPS/2 Elantech Touchpad'
[     7.384] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 60 paused 0
[     7.384] (**) ETPS/2 Elantech Touchpad: always reports core events
[     7.384] (**) Option "Device" "/dev/input/event11"
[     7.385] (II) event11 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[     7.386] (II) event11 - ETPS/2 Elantech Touchpad: device is a touchpad
[     7.386] (II) event11 - ETPS/2 Elantech Touchpad: device removed
[     7.387] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input12/event11"
[     7.387] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 17)
[     7.387] (**) Option "AccelerationScheme" "none"
[     7.387] (**) ETPS/2 Elantech Touchpad: (accel) selected scheme none/0
[     7.387] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[     7.387] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[     7.388] (II) event11 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[     7.389] (II) event11 - ETPS/2 Elantech Touchpad: device is a touchpad
[     7.390] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
[     7.390] (II) No input driver specified, ignoring this device.
[     7.390] (II) This device may have been added with another device file.
[     7.390] (II) config/udev: Adding input device PC Speaker (/dev/input/event10)
[     7.390] (II) No input driver specified, ignoring this device.
[     7.390] (II) This device may have been added with another device file.
[     7.392] (II) config/udev: Adding input device MSI WMI hotkeys (/dev/input/event9)
[     7.392] (**) MSI WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     7.392] (II) Using input driver 'libinput' for 'MSI WMI hotkeys'
[     7.392] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 61 paused 0
[     7.392] (**) MSI WMI hotkeys: always reports core events
[     7.392] (**) Option "Device" "/dev/input/event9"
[     7.393] (II) event9  - MSI WMI hotkeys: is tagged by udev as: Keyboard
[     7.393] (II) event9  - MSI WMI hotkeys: device is a keyboard
[     7.393] (II) event9  - MSI WMI hotkeys: device removed
[     7.393] (**) Option "config_info" "udev:/sys/devices/virtual/input/input10/event9"
[     7.393] (II) XINPUT: Adding extended input device "MSI WMI hotkeys" (type: KEYBOARD, id 18)
[     7.394] (II) event9  - MSI WMI hotkeys: is tagged by udev as: Keyboard
[     7.394] (II) event9  - MSI WMI hotkeys: device is a keyboard
[     7.423] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[     7.423] (II) Using input driver 'libinput' for 'Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard'
[     7.423] (II) systemd-logind: returning pre-existing fd for /dev/input/event8 13:72
[     7.423] (**) Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: always reports core events
[     7.423] (**) Option "Device" "/dev/input/event8"
[     7.423] (II) libinput: Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard: is a virtual subdevice
[     7.423] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:0DB0:0D4C.0003/input/input9/event8"
[     7.423] (II) XINPUT: Adding extended input device "Micro-Star INT'L CO., LTD. MSI GM41 Light Weight Wireless Mode Gaming Mouse Keyboard" (type: KEYBOARD, id 19)
[     7.527] (WW) EDID timing clock 353.80 exceeds claimed max 345MHz, fixing
[     7.527] (II) modeset(0): EDID vendor "AUO", prod id 44944
[     7.527] (II) modeset(0): Using EDID range info for horizontal sync
[     7.527] (II) modeset(0): Using EDID range info for vertical refresh
[     7.527] (II) modeset(0): Printing DDC gathered Modelines:
[     7.527] (II) modeset(0): Modeline "1920x1080"x0.0  353.80  1920 2028 2076 2080  1080 1083 1088 1180 -hsync -vsync (170.1 kHz eP)
[     7.527] (II) modeset(0): Modeline "1920x1080"x0.0  143.00  1920 2028 2076 2080  1080 1083 1088 1142 -hsync -vsync (68.8 kHz e)
[     8.387] (WW) EDID timing clock 353.80 exceeds claimed max 345MHz, fixing
[     8.387] (II) modeset(0): EDID vendor "AUO", prod id 44944
[     8.387] (II) modeset(0): Using hsync ranges from config file
[     8.387] (II) modeset(0): Using vrefresh ranges from config file
[     8.387] (II) modeset(0): Printing DDC gathered Modelines:
[     8.387] (II) modeset(0): Modeline "1920x1080"x0.0  353.80  1920 2028 2076 2080  1080 1083 1088 1180 -hsync -vsync (170.1 kHz eP)
[     8.387] (II) modeset(0): Modeline "1920x1080"x0.0  143.00  1920 2028 2076 2080  1080 1083 1088 1142 -hsync -vsync (68.8 kHz e)
[     8.394] (WW) EDID timing clock 353.80 exceeds claimed max 345MHz, fixing
[     8.394] (II) modeset(0): EDID vendor "AUO", prod id 44944
[     8.394] (II) modeset(0): Using hsync ranges from config file
[     8.394] (II) modeset(0): Using vrefresh ranges from config file
[     8.394] (II) modeset(0): Printing DDC gathered Modelines:
[     8.394] (II) modeset(0): Modeline "1920x1080"x0.0  353.80  1920 2028 2076 2080  1080 1083 1088 1180 -hsync -vsync (170.1 kHz eP)
[     8.394] (II) modeset(0): Modeline "1920x1080"x0.0  143.00  1920 2028 2076 2080  1080 1083 1088 1142 -hsync -vsync (68.8 kHz e)
[     8.394] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     8.394] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[     8.394] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[     8.394] (--) NVIDIA(GPU-0): 
[     8.394] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     8.394] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[     8.394] (--) NVIDIA(GPU-0): DFP-1: 2660.0 MHz maximum pixel clock
[     8.394] (--) NVIDIA(GPU-0): 
[     8.395] (--) NVIDIA(GPU-0): DFP-2: disconnected
[     8.395] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[     8.395] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[     8.395] (--) NVIDIA(GPU-0): 
[     8.410] (**) Option "fd" "57"
[     8.410] (II) event12 - CUST0001:00 04F3:30FA Mouse: device removed
[     8.414] (**) Option "fd" "60"
[     8.414] (II) event11 - ETPS/2 Elantech Touchpad: device removed

Offline

#11 2023-01-29 21:44:39

seth
Member
Registered: 2012-09-03
Posts: 51,056

Re: [SOLVED] MSI GL 65 Leopard NVIDIA Black Screen

The xorg log shows that you're running on the IGP

printenv

openbox just crashes?

type openbox-session

Offline

#12 2023-01-29 22:24:09

arod529
Member
Registered: 2023-01-29
Posts: 6

Re: [SOLVED] MSI GL 65 Leopard NVIDIA Black Screen

Sorry, I've tried to look through the xorg log, and I'm really not sure what to look at that tells me that.

I thought the glxinfo was telling me that the nvidia drivers were rendering with and without prime-run.

In addition, if I run glxgears --info it reports the GPU as the render, again with or without prime-run. It should be reporting my processor as the render without prime-run.

GL_RENDERER   = NVIDIA GeForce GTX 1660 Ti/PCIe/SSE2

The computer hitches a lot too. Eg, if I let the cpu idle because it isn't drawing much, then drag a window, it freeze until the turbo kicks in and thenn I can move the window as much as I want and it is fine.

printenv

SHELL=/bin/bash
SESSION_MANAGER=local/archLaptop:@/tmp/.ICE-unix/14612,unix/archLaptop:/tmp/.ICE-unix/14612
WINDOWID=60817429
COLORTERM=truecolor
XDG_CONFIG_DIRS=/etc/xdg
HISTCONTROL=erasedups:ignorespace
XDG_MENU_PREFIX=xfce-
SSH_AUTH_SOCK=/tmp/ssh-XXXXXXnOSuVc/agent.14631
GIT_PS1_SHOWDIRTYSTATE=1
DESKTOP_SESSION=xfce
SSH_AGENT_PID=14632
KITTY_PID=15808
EDITOR=vim
GTK_MODULES=canberra-gtk-module:canberra-gtk-module
XDG_SEAT=seat0
PWD=/home/alex
LOGNAME=alex
XDG_SESSION_TYPE=tty
SYSTEMD_EXEC_PID=14564
XAUTHORITY=/home/alex/.Xauthority
DESKTOP_STARTUP_ID=xfsettingsd/kitty/14647-2-archLaptop_TIME1765079
KITTY_PUBLIC_KEY=1:S_$t#g1BFg@vmb26fOfOCx2ZR-BdGO@KyBJ(`arj
GIT_PS1_SHOWCOLORHINTS=1
WINDOWPATH=1
MOTD_SHOWN=pam
HOME=/home/alex
LANG=en_US.UTF-8
XDG_CURRENT_DESKTOP=XFCE
KITTY_WINDOW_ID=1
INVOCATION_ID=0cce58b56b84489fae9a7826c6e4f033
XDG_SESSION_CLASS=user
TERMINFO=/usr/lib/kitty/terminfo
TERM=xterm-kitty
USER=alex
SUDO_EDITOR=vim
DISPLAY=:0.0
SHLVL=3
XDG_VTNR=1
XDG_SESSION_ID=4
XDG_RUNTIME_DIR=/run/user/1000
PS1=\[\e]133;k;start_kitty\a\]\[\e]133;A\a\]\[\e]133;k;end_kitty\a\][\u@\h \W$(__git_ps1 " (%s)")]\$\[\e]133;k;start_suffix_kitty\a\]\[\e[5 q\]\[\e]2;\w\a\]\[\e]133;k;end_suffix_kitty\a\]
DEBUGINFOD_URLS=https://debuginfod.archlinux.org 
XDG_DATA_DIRS=/usr/local/share:/usr/share
PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
__GLX_VENDOR_LIBRARY_NAME=nvidia
SAL_USE_VCLPLUGIN=gen
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
MAIL=/var/spool/mail/alex
__NV_PRIME_RENDER_OFFLOAD=1
GIT_PS1_HIDE_IF_PWD_IGNORED=1
KITTY_INSTALLATION_DIR=/usr/lib/kitty
_=/usr/bin/printenv

Offline

#13 2023-01-29 22:33:03

seth
Member
Registered: 2012-09-03
Posts: 51,056

Re: [SOLVED] MSI GL 65 Leopard NVIDIA Black Screen

printenv wrote:

__GLX_VENDOR_LIBRARY_NAME=nvidia
__NV_PRIME_RENDER_OFFLOAD=1

seth wrote:

don't export any of that in your bash_profile, that's wrong.

Likewise not iin your bashrc nor anywhere else.

Offline

#14 2023-01-29 22:47:07

arod529
Member
Registered: 2023-01-29
Posts: 6

Re: [SOLVED] MSI GL 65 Leopard NVIDIA Black Screen

seth wrote:

Ok, don't export any of that in your bash_profile, that's wrong.

I failed to understand the broader meaning of that and have other environment variables to clean up as well, as a couple that were intended to be program specific ones that are the culprit here.

The lag is fixed and the correct gpu is being used now.

Thank you for all the help seth.

Last edited by arod529 (2023-01-29 22:49:01)

Offline

Board footer

Powered by FluxBB