You are not logged in.

#1 2023-10-28 18:20:41

QuadrupleA
Member
Registered: 2023-10-28
Posts: 8

Terrible external monitor perf / final attempt at desktop linux

Longtime Windows user, but been increasingly hating it and attempting to switch to Linux as a desktop workstation. Love Arch, but the desktop enviroment / video setup has unfortunately been 20-40 hours of fighting incompatibilities, bugs, and errors and I'm just about to throw in the towel on it. NVIDIA incompatibilities are the likely culprit. Thought I'd post as a last resort here, see if anyone has any ideas. Would love to use it as a desktop, I've used server-side Linux for decades and love it, but the the amount of troubleshooting has become insane.

Biggest problem right now: very shitty performance on an external monitor, something like 20-60 hz on a display that's set to 144hz refresh. Integrated lapotop display (also at 144hz) is butter smooth. I'm a longtime game engine developer / low-level graphics programmer so choppy graphics perf sticks out pretty badly. Very hard to use e.g. Visual Studio Code, Chromium - scrolling is janky and laggy. On a Windows boot it's all very smooth on both monitors.

Some relevant info:
  * Arch Linux packages fully up to date as of yesterday (Linux 6.5.9-arch2-1)
  * Desktop: GNOME wayland 45.0
  * Laptop specs: ASUS Tuf Gaming A15 / FA506IV ( https://www.asus.com/laptops/for-gaming … /techspec/ )
  * GPU 0: (PCI 01:00.0: NVIDIA Corporation TU106M [GeForce RTX 2060 Mobile] (rev a1))
  * GPU 1: (PCI 06:00:0: Advanced Micro Devices, Inc. [AMD/ATI] Renoir (rev c6))
  * Cable: Cable Matters USB-C Video Cable
  * AMD driver: amdgpu
  * NVIDIA driver: nvidia (proprietary)
  * Monitor:  ViewSonic Corporation 27"

I followed all the steps in:

   https://wiki.archlinux.org/title/NVIDIA
   https://wiki.archlinux.org/title/NVIDIA#Wayland
   https://wiki.archlinux.org/title/Wayland#Requirements
   https://wiki.archlinux.org/title/PRIME
   https://wiki.archlinux.org/title/NVIDIA_Optimus

Plus many others. Getting GDM and various apps to just start in wayland mode was an adventure, but that's sorted now.

Some symptoms:
  * glxgears on external 144hz display:
        252 frames in 5.0 seconds = 50.249 FPS
        244 frames in 5.0 seconds = 48.794 FPS
        293 frames in 5.0 seconds = 58.459 FPS
  * glxgears on builtin 144hz display:
        710 frames in 5.0 seconds = 141.984 FPS
        718 frames in 5.0 seconds = 143.577 FPS
        714 frames in 5.0 seconds = 142.794 FPS

  * Running a fullscreen WebGL shader (https://www.shadertoy.com/view/Xs33Df) fullscreen in Chromium using prime-run:  - very stuttery, runs 1 sec at maybe 30fps, pauses 1sec. Smooth on internal display.

  * Mouse cursor is 144hz-smooth on the external display, interestingly, even though dragging windows is laggy, making me wonder if it's some kind of cable bandwidth issue (not sure if the display stack does dirty-detection and just copies changed pixels).

Some maybe-relevant errata in journalctl / dmesg (I've researched and troubleshooted these extensively, very few relevant resources):

* kernel: amdgpu 0000:06:00.0: amdgpu: Secure display: Generic Failure.
* kernel: amdgpu 0000:06:00.0: amdgpu: SECUREDISPLAY: query securedisplay TA failed. ret 0x0
* (udev-worker)[431]: 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.
* (udev-worker)[431]: 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.
* kernel: usb 3-2: 2:1: cannot get freq at ep 0x1
* kernel: usb 3-2: 3:1: cannot get freq at ep 0x82
* kernel: nvidia-gpu 0000:01:00.3: i2c timeout error e0000000
* kernel: ucsi_ccg 7-0008: i2c_transfer failed -110
* kernel: ucsi_ccg 7-0008: ucsi_ccg_init failed - -110
* kernel: ucsi_acpi USBC000:00: error -ETIMEDOUT: PPM init failed

Dmesg on unplugging and re-plugging the USB-C / DisplayPort cable:

[ 2779.386841] usb 3-1: USB disconnect, device number 2
[ 2779.850359] usb 3-1: new full-speed USB device number 5 using xhci_hcd
[ 2780.001578] usb 3-1: not running at top speed; connect to a high speed hub
[ 2780.020282] usb 3-1: New USB device found, idVendor=0bda, idProduct=5442, bcdDevice= 3.00
[ 2780.020296] usb 3-1: New USB device strings: Mfr=17, Product=18, SerialNumber=19
[ 2780.020302] usb 3-1: Product: Cable Matters USB-C Video Cable
[ 2780.020308] usb 3-1: Manufacturer: Cable Matters Inc.
[ 2780.020312] usb 3-1: SerialNumber: 123456789ABCDEFGH
[ 2780.158025] usb 3-1: USB disconnect, device number 5
[ 2788.793414] usb 3-1: new full-speed USB device number 6 using xhci_hcd
[ 2788.812500] [drm] [nvidia-drm] [GPU ID 0x00000100] Framebuffer memory not appropriate for scanout
[ 2788.812514] [drm] [nvidia-drm] [GPU ID 0x00000100] Framebuffer memory not appropriate for scanout
[ 2788.944057] usb 3-1: not running at top speed; connect to a high speed hub
[ 2788.962948] usb 3-1: New USB device found, idVendor=0bda, idProduct=5442, bcdDevice= 3.00
[ 2788.962963] usb 3-1: New USB device strings: Mfr=17, Product=18, SerialNumber=19
[ 2788.962969] usb 3-1: Product: Cable Matters USB-C Video Cable
[ 2788.962975] usb 3-1: Manufacturer: Cable Matters Inc.
[ 2788.962979] usb 3-1: SerialNumber: 123456789ABCDEFGH

The i2c failures on boot are related to USB (the USB-C / displayport is provided by the NVIDIA card) which is suspect, and the "not running at top speed" error above also seems relevant.

If there happens to be some kind of executive-level highly paid hardware engineer with ample free time perusing the forums here who can probe the depths of PCI, USB-3, XHCI, DisplayPort, NVIDIA, Optimus, PRIME, etc. and provide some guidance on how to get a stupid monitor to work correctly, let me know!

Otherwise I guess I'll try booting arch again in a year or so, with new NVIDIA drivers... maybe next year is the year of the Linux desktop.

Offline

#2 2023-10-29 11:14:10

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 14,987

Re: Terrible external monitor perf / final attempt at desktop linux

If there happens to be some kind of executive-level highly paid hardware engineer with ample free time perusing the forums here who can probe the depths of PCI, USB-3, XHCI, DisplayPort, NVIDIA, Optimus, PRIME, etc. and provide some guidance on how to get a stupid monitor to work correctly, let me know!

No idea if that individual exists, maybe a retired sysadmin (windows server & desktop support in production environments) with almost 2 decades of personal linux desktop experience can try ?

You have tried using the example at https://wiki.archlinux.org/title/PRIME# … figuration ?

To give more help, I'd need more info.
Please post full lspci -k and  journal output as well as model/type/specs of the used cable & monitor .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#3 2023-10-29 16:06:41

QuadrupleA
Member
Registered: 2023-10-28
Posts: 8

Re: Terrible external monitor perf / final attempt at desktop linux

Thanks Lone_Wolf - see dumps from "sudo journalctl -b" and "lspci -k" below, let me know if anything jumps out. And yes, I did run through that PRIME wayland configuration section in the wiki, and can run applications on either GPU:

$ DRI_PRIME=0 glxinfo | grep -i "renderer string"
OpenGL renderer string: AMD Radeon Graphics (renoir, LLVM 16.0.6, DRM 3.54, 6.5.9-arch2-1)
$ DRI_PRIME=pci-0000_01_00_0 __VK_LAYER_NV_optimus=NVIDIA_only __GLX_VENDOR_LIBRARY_NAME=nvidia glxinfo | grep -i "renderer string"
OpenGL renderer string: NVIDIA GeForce RTX 2060/PCIe/SSE2

Also with prime-run from the nvidia-prime package (small shell script similar to the above):

$ prime-run glxinfo | grep -i "renderer string"
OpenGL renderer string: NVIDIA GeForce RTX 2060/PCIe/SSE2

Same poor framerate on either GPU on the external monitor in e.g. glxgears unfortunately, making me suspect the cable / USBC / DisplayPort link.

EDIT: possibly relevant note, I was trying out Sway for a few days before I switched to GNOME and it exhibited the same framerate problems - so likely not a compositor issue (mutter, wl-roots etc.).

------

lspci

00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne Root Complex
	Subsystem: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne Root Complex
00:00.2 IOMMU: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne IOMMU
	Subsystem: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne IOMMU
00:01.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe Dummy Host Bridge
00:01.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe GPP Bridge
	Subsystem: ASUSTeK Computer Inc. Renoir PCIe GPP Bridge
	Kernel driver in use: pcieport
00:02.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe Dummy Host Bridge
00:02.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne PCIe GPP Bridge
	Subsystem: ASUSTeK Computer Inc. Renoir/Cezanne PCIe GPP Bridge
	Kernel driver in use: pcieport
00:02.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne PCIe GPP Bridge
	Subsystem: ASUSTeK Computer Inc. Renoir/Cezanne PCIe GPP Bridge
	Kernel driver in use: pcieport
00:02.3 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne PCIe GPP Bridge
	Subsystem: ASUSTeK Computer Inc. Renoir/Cezanne PCIe GPP Bridge
	Kernel driver in use: pcieport
00:02.4 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne PCIe GPP Bridge
	Subsystem: ASUSTeK Computer Inc. Renoir/Cezanne PCIe GPP Bridge
	Kernel driver in use: pcieport
00:08.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe Dummy Host Bridge
00:08.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir Internal PCIe GPP Bridge to Bus
	Subsystem: Advanced Micro Devices, Inc. [AMD] Renoir Internal PCIe GPP Bridge to Bus
	Kernel driver in use: pcieport
00:08.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir Internal PCIe GPP Bridge to Bus
	Subsystem: Advanced Micro Devices, Inc. [AMD] Renoir Internal PCIe GPP Bridge to Bus
	Kernel driver in use: pcieport
00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 51)
	Subsystem: ASUSTeK Computer Inc. FCH SMBus Controller
	Kernel driver in use: piix4_smbus
	Kernel modules: i2c_piix4, sp5100_tco
00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 51)
	Subsystem: ASUSTeK Computer Inc. FCH LPC Bridge
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 0
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 1
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 2
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 3
	Kernel driver in use: k10temp
	Kernel modules: k10temp
00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 4
00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 5
00:18.6 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 6
00:18.7 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 7
01:00.0 VGA compatible controller: NVIDIA Corporation TU106M [GeForce RTX 2060 Mobile] (rev a1)
	Subsystem: ASUSTeK Computer Inc. TU106M [GeForce RTX 2060 Mobile]
	Kernel driver in use: nvidia
	Kernel modules: nouveau, nvidia_drm, nvidia
01:00.1 Audio device: NVIDIA Corporation TU106 High Definition Audio Controller (rev a1)
	Subsystem: ASUSTeK Computer Inc. TU106 High Definition Audio Controller
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel
01:00.2 USB controller: NVIDIA Corporation TU106 USB 3.1 Host Controller (rev a1)
	Subsystem: ASUSTeK Computer Inc. TU106 USB 3.1 Host Controller
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci
01:00.3 Serial bus controller: NVIDIA Corporation TU106 USB Type-C UCSI Controller (rev a1)
	Subsystem: ASUSTeK Computer Inc. TU106 USB Type-C UCSI Controller
	Kernel driver in use: nvidia-gpu
	Kernel modules: i2c_nvidia_gpu
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
	Subsystem: ASUSTeK Computer Inc. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
	Kernel driver in use: r8169
	Kernel modules: r8169
03:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8822CE 802.11ac PCIe Wireless Network Adapter
	Subsystem: Lite-On Communications Inc RTL8822CE 802.11ac PCIe Wireless Network Adapter
	Kernel driver in use: rtw_8822ce
	Kernel modules: rtw88_8822ce
04:00.0 Non-Volatile memory controller: Micron/Crucial Technology P2 [Nick P2] / P3 / P3 Plus NVMe PCIe SSD (DRAM-less) (rev 01)
	Subsystem: Micron/Crucial Technology P2 NVMe PCIe SSD
	Kernel driver in use: nvme
	Kernel modules: nvme
05:00.0 Non-Volatile memory controller: Sandisk Corp SanDisk Ultra 3D / WD Blue SN550 NVMe SSD (rev 01)
	Subsystem: Sandisk Corp WD Blue SN550 NVMe SSD
	Kernel driver in use: nvme
	Kernel modules: nvme
06:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Renoir (rev c6)
	Subsystem: ASUSTeK Computer Inc. Renoir
	Kernel driver in use: amdgpu
	Kernel modules: amdgpu
06:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Renoir Radeon High Definition Audio Controller
	Subsystem: ASUSTeK Computer Inc. Renoir Radeon High Definition Audio Controller
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel
06:00.2 Encryption controller: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 10h-1fh) Platform Security Processor
	Subsystem: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 10h-1fh) Platform Security Processor
	Kernel driver in use: ccp
	Kernel modules: ccp
06:00.3 USB controller: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne USB 3.1
	Subsystem: ASUSTeK Computer Inc. Renoir/Cezanne USB 3.1
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci
06:00.4 USB controller: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne USB 3.1
	Subsystem: ASUSTeK Computer Inc. Renoir/Cezanne USB 3.1
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci
06:00.5 Multimedia controller: Advanced Micro Devices, Inc. [AMD] ACP/ACP3X/ACP6x Audio Coprocessor (rev 01)
	Subsystem: Device 1e21:1043
	Kernel modules: snd_pci_acp3x, snd_rn_pci_acp3x, snd_pci_acp5x, snd_pci_acp6x, snd_acp_pci, snd_rpl_pci_acp6x, snd_pci_ps, snd_sof_amd_renoir, snd_sof_amd_rembrandt
06:00.6 Audio device: Advanced Micro Devices, Inc. [AMD] Family 17h/19h HD Audio Controller
	DeviceName: HD Audio Controller
	Subsystem: ASUSTeK Computer Inc. Family 17h/19h HD Audio Controller
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel
07:00.0 SATA controller: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] (rev 81)
	Subsystem: ASUSTeK Computer Inc. FCH SATA Controller [AHCI mode]
	Kernel driver in use: ahci
07:00.1 SATA controller: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] (rev 81)
	Subsystem: ASUSTeK Computer Inc. FCH SATA Controller [AHCI mode]
	Kernel driver in use: ahci

journalctl

Oct 29 08:40:46 laptop2021 kernel: Linux version 6.5.9-arch2-1 (linux@archlinux) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU Binutils) 2.41.0) #1 SMP PREEMPT_DYNAMIC Thu, 26 Oct 2023 00:52:20 +0000
Oct 29 08:40:46 laptop2021 kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=f71d8c0d-6d2e-45bd-8cb5-18a077099165 rw nvidia_drm.modeset=1
Oct 29 08:40:46 laptop2021 kernel: BIOS-provided physical RAM map:
Oct 29 08:40:46 laptop2021 kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
Oct 29 08:40:46 laptop2021 kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Oct 29 08:40:46 laptop2021 kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009bfefff] usable
Oct 29 08:40:46 laptop2021 kernel: BIOS-e820: [mem 0x0000000009bff000-0x0000000009ffffff] reserved
Oct 29 08:40:46 laptop2021 kernel: BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
Oct 29 08:40:46 laptop2021 kernel: BIOS-e820: [mem 0x000000000a200000-0x000000000a20cfff] ACPI NVS
Oct 29 08:40:46 laptop2021 kernel: BIOS-e820: [mem 0x000000000a20d000-0x00000000ab4c4fff] usable
Oct 29 08:40:46 laptop2021 kernel: BIOS-e820: [mem 0x00000000ab4c5000-0x00000000ac9defff] reserved
Oct 29 08:40:46 laptop2021 kernel: BIOS-e820: [mem 0x00000000ac9df000-0x00000000aca2efff] ACPI data
Oct 29 08:40:46 laptop2021 kernel: BIOS-e820: [mem 0x00000000aca2f000-0x00000000acbdffff] ACPI NVS
Oct 29 08:40:46 laptop2021 kernel: BIOS-e820: [mem 0x00000000acbe0000-0x00000000ad5fefff] reserved
Oct 29 08:40:46 laptop2021 kernel: BIOS-e820: [mem 0x00000000ad5ff000-0x00000000adffffff] usable
Oct 29 08:40:46 laptop2021 kernel: BIOS-e820: [mem 0x00000000ae000000-0x00000000afffffff] reserved
Oct 29 08:40:46 laptop2021 kernel: BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
Oct 29 08:40:46 laptop2021 kernel: BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
Oct 29 08:40:46 laptop2021 kernel: BIOS-e820: [mem 0x0000000100000000-0x000000042f33ffff] usable
Oct 29 08:40:46 laptop2021 kernel: BIOS-e820: [mem 0x000000042f340000-0x00000004701fffff] reserved
Oct 29 08:40:46 laptop2021 kernel: The simpledrm driver will not be probed
Oct 29 08:40:46 laptop2021 kernel: NX (Execute Disable) protection: active
Oct 29 08:40:46 laptop2021 kernel: e820: update [mem 0x8b3d3018-0x8b3e2257] usable ==> usable
Oct 29 08:40:46 laptop2021 kernel: e820: update [mem 0x8b3d3018-0x8b3e2257] usable ==> usable
Oct 29 08:40:46 laptop2021 kernel: e820: update [mem 0x8b3c5018-0x8b3d2457] usable ==> usable
Oct 29 08:40:46 laptop2021 kernel: e820: update [mem 0x8b3c5018-0x8b3d2457] usable ==> usable
Oct 29 08:40:46 laptop2021 kernel: extended physical RAM map:
Oct 29 08:40:46 laptop2021 kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
Oct 29 08:40:46 laptop2021 kernel: reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Oct 29 08:40:46 laptop2021 kernel: reserve setup_data: [mem 0x0000000000100000-0x0000000009bfefff] usable
Oct 29 08:40:46 laptop2021 kernel: reserve setup_data: [mem 0x0000000009bff000-0x0000000009ffffff] reserved
Oct 29 08:40:46 laptop2021 kernel: reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
Oct 29 08:40:46 laptop2021 kernel: reserve setup_data: [mem 0x000000000a200000-0x000000000a20cfff] ACPI NVS
Oct 29 08:40:46 laptop2021 kernel: reserve setup_data: [mem 0x000000000a20d000-0x000000008b3c5017] usable
Oct 29 08:40:46 laptop2021 kernel: reserve setup_data: [mem 0x000000008b3c5018-0x000000008b3d2457] usable
Oct 29 08:40:46 laptop2021 kernel: reserve setup_data: [mem 0x000000008b3d2458-0x000000008b3d3017] usable
Oct 29 08:40:46 laptop2021 kernel: reserve setup_data: [mem 0x000000008b3d3018-0x000000008b3e2257] usable
Oct 29 08:40:46 laptop2021 kernel: reserve setup_data: [mem 0x000000008b3e2258-0x00000000ab4c4fff] usable
Oct 29 08:40:46 laptop2021 kernel: reserve setup_data: [mem 0x00000000ab4c5000-0x00000000ac9defff] reserved
Oct 29 08:40:46 laptop2021 kernel: reserve setup_data: [mem 0x00000000ac9df000-0x00000000aca2efff] ACPI data
Oct 29 08:40:46 laptop2021 kernel: reserve setup_data: [mem 0x00000000aca2f000-0x00000000acbdffff] ACPI NVS
Oct 29 08:40:46 laptop2021 kernel: reserve setup_data: [mem 0x00000000acbe0000-0x00000000ad5fefff] reserved
Oct 29 08:40:46 laptop2021 kernel: reserve setup_data: [mem 0x00000000ad5ff000-0x00000000adffffff] usable
Oct 29 08:40:46 laptop2021 kernel: reserve setup_data: [mem 0x00000000ae000000-0x00000000afffffff] reserved
Oct 29 08:40:46 laptop2021 kernel: reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
Oct 29 08:40:46 laptop2021 kernel: reserve setup_data: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
Oct 29 08:40:46 laptop2021 kernel: reserve setup_data: [mem 0x0000000100000000-0x000000042f33ffff] usable
Oct 29 08:40:46 laptop2021 kernel: reserve setup_data: [mem 0x000000042f340000-0x00000004701fffff] reserved
Oct 29 08:40:46 laptop2021 kernel: efi: EFI v2.7 by American Megatrends
Oct 29 08:40:46 laptop2021 kernel: efi: ACPI=0xaca2e000 ACPI 2.0=0xaca2e014 TPMFinalLog=0xacb9a000 SMBIOS=0xad402000 SMBIOS 3.0=0xad401000 MEMATTR=0x9e2f1818 ESRT=0xaa388a18 INITRD=0x9e822f98 RNG=0xac9ee018 TPMEventLog=0x9e2e4018 
Oct 29 08:40:46 laptop2021 kernel: random: crng init done
Oct 29 08:40:46 laptop2021 kernel: efi: Remove mem422: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
Oct 29 08:40:46 laptop2021 kernel: e820: remove [mem 0xf0000000-0xf7ffffff] reserved
Oct 29 08:40:46 laptop2021 kernel: efi: Remove mem423: MMIO range=[0xfd000000-0xfedfffff] (30MB) from e820 map
Oct 29 08:40:46 laptop2021 kernel: e820: remove [mem 0xfd000000-0xfedfffff] reserved
Oct 29 08:40:46 laptop2021 kernel: efi: Not removing mem424: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
Oct 29 08:40:46 laptop2021 kernel: efi: Remove mem425: MMIO range=[0xfee01000-0xffffffff] (17MB) from e820 map
Oct 29 08:40:46 laptop2021 kernel: e820: remove [mem 0xfee01000-0xffffffff] reserved
Oct 29 08:40:46 laptop2021 kernel: efi: Remove mem427: MMIO range=[0x450000000-0x4701fffff] (514MB) from e820 map
Oct 29 08:40:46 laptop2021 kernel: e820: remove [mem 0x450000000-0x4701fffff] reserved
Oct 29 08:40:46 laptop2021 kernel: SMBIOS 3.2.0 present.
Oct 29 08:40:46 laptop2021 kernel: DMI: ASUSTeK COMPUTER INC. ASUS TUF Gaming A15 FA506IV_TUF506IV/FA506IV, BIOS FA506IV.320 06/01/2022
Oct 29 08:40:46 laptop2021 kernel: tsc: Fast TSC calibration using PIT
Oct 29 08:40:46 laptop2021 kernel: tsc: Detected 2894.796 MHz processor
Oct 29 08:40:46 laptop2021 kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Oct 29 08:40:46 laptop2021 kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Oct 29 08:40:46 laptop2021 kernel: last_pfn = 0x42f340 max_arch_pfn = 0x400000000
Oct 29 08:40:46 laptop2021 kernel: MTRR map: 5 entries (3 fixed + 2 variable; max 20), built from 9 variable MTRRs
Oct 29 08:40:46 laptop2021 kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Oct 29 08:40:46 laptop2021 kernel: e820: update [mem 0xb0000000-0xffffffff] usable ==> reserved
Oct 29 08:40:46 laptop2021 kernel: last_pfn = 0xae000 max_arch_pfn = 0x400000000
Oct 29 08:40:46 laptop2021 kernel: esrt: Reserving ESRT space from 0x00000000aa388a18 to 0x00000000aa388a50.
Oct 29 08:40:46 laptop2021 kernel: e820: update [mem 0xaa388000-0xaa388fff] usable ==> reserved
Oct 29 08:40:46 laptop2021 kernel: Using GB pages for direct mapping
Oct 29 08:40:46 laptop2021 kernel: Secure boot disabled
Oct 29 08:40:46 laptop2021 kernel: RAMDISK: [mem 0x8c367000-0x93d11fff]
Oct 29 08:40:46 laptop2021 kernel: ACPI: Early table checksum verification disabled
Oct 29 08:40:46 laptop2021 kernel: ACPI: RSDP 0x00000000ACA2E014 000024 (v02 _ASUS_)
Oct 29 08:40:46 laptop2021 kernel: ACPI: XSDT 0x00000000ACA2D728 0000E4 (v01 _ASUS_ Notebook 01072009 AMI  01000013)
Oct 29 08:40:46 laptop2021 kernel: ACPI: FACP 0x00000000ACA22000 000114 (v06 _ASUS_ Notebook 01072009 AMI  00010013)
Oct 29 08:40:46 laptop2021 kernel: ACPI: DSDT 0x00000000ACA17000 00A0F8 (v02 _ASUS_ Notebook 01072009 INTL 20120913)
Oct 29 08:40:46 laptop2021 kernel: ACPI: FACS 0x00000000ACB98000 000040
Oct 29 08:40:46 laptop2021 kernel: ACPI: MSDM 0x00000000ACA2C000 000055 (v03 _ASUS_ Notebook 01072009 ASUS 00000001)
Oct 29 08:40:46 laptop2021 kernel: ACPI: SSDT 0x00000000ACA24000 007216 (v02 AMD    AmdTable 00000002 MSFT 04000000)
Oct 29 08:40:46 laptop2021 kernel: ACPI: IVRS 0x00000000ACA23000 0001A4 (v02 AMD    AmdTable 00000001 AMD  00000000)
Oct 29 08:40:46 laptop2021 kernel: ACPI: FIDT 0x00000000ACA16000 00009C (v01 _ASUS_ Notebook 01072009 AMI  00010013)
Oct 29 08:40:46 laptop2021 kernel: ACPI: MCFG 0x00000000ACA15000 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00010013)
Oct 29 08:40:46 laptop2021 kernel: ACPI: HPET 0x00000000ACA14000 000038 (v01 _ASUS_ Notebook 01072009 AMI  00000005)
Oct 29 08:40:46 laptop2021 kernel: ACPI: VFCT 0x00000000ACA06000 00D484 (v01 _ASUS_ Notebook 00000001 AMD  31504F47)
Oct 29 08:40:46 laptop2021 kernel: ACPI: TPM2 0x00000000ACA04000 00004C (v04 _ASUS_ Notebook 00000001 AMI  00000000)
Oct 29 08:40:46 laptop2021 kernel: ACPI: SSDT 0x00000000ACA00000 0039F4 (v01 AMD    AmdTable 00000001 AMD  00000001)
Oct 29 08:40:46 laptop2021 kernel: ACPI: CRAT 0x00000000AC9FF000 000F28 (v01 AMD    AmdTable 00000001 AMD  00000001)
Oct 29 08:40:46 laptop2021 kernel: ACPI: CDIT 0x00000000AC9FE000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
Oct 29 08:40:46 laptop2021 kernel: ACPI: BGRT 0x00000000ACA05000 000038 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
Oct 29 08:40:46 laptop2021 kernel: ACPI: SSDT 0x00000000AC9FD000 0000B9 (v01 AMD    AmdTable 00000001 INTL 20120913)
Oct 29 08:40:46 laptop2021 kernel: ACPI: SSDT 0x00000000AC9FC000 000D37 (v01 AMD    AmdTable 00000001 INTL 20120913)
Oct 29 08:40:46 laptop2021 kernel: ACPI: SSDT 0x00000000AC9FA000 0010A5 (v01 AMD    AmdTable 00000001 INTL 20120913)
Oct 29 08:40:46 laptop2021 kernel: ACPI: SSDT 0x00000000AC9F9000 000A92 (v01 AsusQO Nv18dGPU 00000001 INTL 20120913)
Oct 29 08:40:46 laptop2021 kernel: ACPI: SSDT 0x00000000AC9F5000 0030C8 (v01 AMD    AmdTable 00000001 INTL 20120913)
Oct 29 08:40:46 laptop2021 kernel: ACPI: WSMT 0x00000000AC9F4000 000028 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
Oct 29 08:40:46 laptop2021 kernel: ACPI: APIC 0x00000000AC9F3000 0000DE (v03 _ASUS_ Notebook 01072009 AMI  00010013)
Oct 29 08:40:46 laptop2021 kernel: ACPI: SSDT 0x00000000AC9F2000 00007D (v01 AMD    AmdTable 00000001 INTL 20120913)
Oct 29 08:40:46 laptop2021 kernel: ACPI: SSDT 0x00000000AC9F1000 000517 (v01 AMD    AmdTable 00000001 INTL 20120913)
Oct 29 08:40:46 laptop2021 kernel: ACPI: SSDT 0x00000000AC9F0000 0006DB (v01 AMD    AmdTable 00000001 INTL 20120913)
Oct 29 08:40:46 laptop2021 kernel: ACPI: FPDT 0x00000000AC9EF000 000044 (v01 _ASUS_ A M I    01072009 AMI  01000013)
Oct 29 08:40:46 laptop2021 kernel: ACPI: Reserving FACP table memory at [mem 0xaca22000-0xaca22113]
Oct 29 08:40:46 laptop2021 kernel: ACPI: Reserving DSDT table memory at [mem 0xaca17000-0xaca210f7]
Oct 29 08:40:46 laptop2021 kernel: ACPI: Reserving FACS table memory at [mem 0xacb98000-0xacb9803f]
Oct 29 08:40:46 laptop2021 kernel: ACPI: Reserving MSDM table memory at [mem 0xaca2c000-0xaca2c054]
Oct 29 08:40:46 laptop2021 kernel: ACPI: Reserving SSDT table memory at [mem 0xaca24000-0xaca2b215]
Oct 29 08:40:46 laptop2021 kernel: ACPI: Reserving IVRS table memory at [mem 0xaca23000-0xaca231a3]
Oct 29 08:40:46 laptop2021 kernel: ACPI: Reserving FIDT table memory at [mem 0xaca16000-0xaca1609b]
Oct 29 08:40:46 laptop2021 kernel: ACPI: Reserving MCFG table memory at [mem 0xaca15000-0xaca1503b]
Oct 29 08:40:46 laptop2021 kernel: ACPI: Reserving HPET table memory at [mem 0xaca14000-0xaca14037]
Oct 29 08:40:46 laptop2021 kernel: ACPI: Reserving VFCT table memory at [mem 0xaca06000-0xaca13483]
Oct 29 08:40:46 laptop2021 kernel: ACPI: Reserving TPM2 table memory at [mem 0xaca04000-0xaca0404b]
Oct 29 08:40:46 laptop2021 kernel: ACPI: Reserving SSDT table memory at [mem 0xaca00000-0xaca039f3]
Oct 29 08:40:46 laptop2021 kernel: ACPI: Reserving CRAT table memory at [mem 0xac9ff000-0xac9fff27]
Oct 29 08:40:46 laptop2021 kernel: ACPI: Reserving CDIT table memory at [mem 0xac9fe000-0xac9fe028]
Oct 29 08:40:46 laptop2021 kernel: ACPI: Reserving BGRT table memory at [mem 0xaca05000-0xaca05037]
Oct 29 08:40:46 laptop2021 kernel: ACPI: Reserving SSDT table memory at [mem 0xac9fd000-0xac9fd0b8]
Oct 29 08:40:46 laptop2021 kernel: ACPI: Reserving SSDT table memory at [mem 0xac9fc000-0xac9fcd36]
Oct 29 08:40:46 laptop2021 kernel: ACPI: Reserving SSDT table memory at [mem 0xac9fa000-0xac9fb0a4]
Oct 29 08:40:46 laptop2021 kernel: ACPI: Reserving SSDT table memory at [mem 0xac9f9000-0xac9f9a91]
Oct 29 08:40:46 laptop2021 kernel: ACPI: Reserving SSDT table memory at [mem 0xac9f5000-0xac9f80c7]
Oct 29 08:40:46 laptop2021 kernel: ACPI: Reserving WSMT table memory at [mem 0xac9f4000-0xac9f4027]
Oct 29 08:40:46 laptop2021 kernel: ACPI: Reserving APIC table memory at [mem 0xac9f3000-0xac9f30dd]
Oct 29 08:40:46 laptop2021 kernel: ACPI: Reserving SSDT table memory at [mem 0xac9f2000-0xac9f207c]
Oct 29 08:40:46 laptop2021 kernel: ACPI: Reserving SSDT table memory at [mem 0xac9f1000-0xac9f1516]
Oct 29 08:40:46 laptop2021 kernel: ACPI: Reserving SSDT table memory at [mem 0xac9f0000-0xac9f06da]
Oct 29 08:40:46 laptop2021 kernel: ACPI: Reserving FPDT table memory at [mem 0xac9ef000-0xac9ef043]
Oct 29 08:40:46 laptop2021 kernel: No NUMA configuration found
Oct 29 08:40:46 laptop2021 kernel: Faking a node at [mem 0x0000000000000000-0x000000042f33ffff]
Oct 29 08:40:46 laptop2021 kernel: NODE_DATA(0) allocated [mem 0x42f33b000-0x42f33ffff]
Oct 29 08:40:46 laptop2021 kernel: Zone ranges:
Oct 29 08:40:46 laptop2021 kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Oct 29 08:40:46 laptop2021 kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Oct 29 08:40:46 laptop2021 kernel:   Normal   [mem 0x0000000100000000-0x000000042f33ffff]
Oct 29 08:40:46 laptop2021 kernel:   Device   empty
Oct 29 08:40:46 laptop2021 kernel: Movable zone start for each node
Oct 29 08:40:46 laptop2021 kernel: Early memory node ranges
Oct 29 08:40:46 laptop2021 kernel:   node   0: [mem 0x0000000000001000-0x000000000009ffff]
Oct 29 08:40:46 laptop2021 kernel:   node   0: [mem 0x0000000000100000-0x0000000009bfefff]
Oct 29 08:40:46 laptop2021 kernel:   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
Oct 29 08:40:46 laptop2021 kernel:   node   0: [mem 0x000000000a20d000-0x00000000ab4c4fff]
Oct 29 08:40:46 laptop2021 kernel:   node   0: [mem 0x00000000ad5ff000-0x00000000adffffff]
Oct 29 08:40:46 laptop2021 kernel:   node   0: [mem 0x0000000100000000-0x000000042f33ffff]
Oct 29 08:40:46 laptop2021 kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000042f33ffff]
Oct 29 08:40:46 laptop2021 kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Oct 29 08:40:46 laptop2021 kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Oct 29 08:40:46 laptop2021 kernel: On node 0, zone DMA32: 1025 pages in unavailable ranges
Oct 29 08:40:46 laptop2021 kernel: On node 0, zone DMA32: 13 pages in unavailable ranges
Oct 29 08:40:46 laptop2021 kernel: On node 0, zone DMA32: 8506 pages in unavailable ranges
Oct 29 08:40:46 laptop2021 kernel: On node 0, zone Normal: 8192 pages in unavailable ranges
Oct 29 08:40:46 laptop2021 kernel: On node 0, zone Normal: 3264 pages in unavailable ranges
Oct 29 08:40:46 laptop2021 kernel: ACPI: PM-Timer IO Port: 0x808
Oct 29 08:40:46 laptop2021 kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Oct 29 08:40:46 laptop2021 kernel: IOAPIC[0]: apic_id 17, version 33, address 0xfec00000, GSI 0-23
Oct 29 08:40:46 laptop2021 kernel: IOAPIC[1]: apic_id 18, version 33, address 0xfec01000, GSI 24-55
Oct 29 08:40:46 laptop2021 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Oct 29 08:40:46 laptop2021 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Oct 29 08:40:46 laptop2021 kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Oct 29 08:40:46 laptop2021 kernel: ACPI: HPET id: 0x10228201 base: 0xfed00000
Oct 29 08:40:46 laptop2021 kernel: e820: update [mem 0xa9fad000-0xa9fdbfff] usable ==> reserved
Oct 29 08:40:46 laptop2021 kernel: smpboot: Allowing 16 CPUs, 0 hotplug CPUs
Oct 29 08:40:46 laptop2021 kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Oct 29 08:40:46 laptop2021 kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Oct 29 08:40:46 laptop2021 kernel: PM: hibernation: Registered nosave memory: [mem 0x09bff000-0x09ffffff]
Oct 29 08:40:46 laptop2021 kernel: PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20cfff]
Oct 29 08:40:46 laptop2021 kernel: PM: hibernation: Registered nosave memory: [mem 0x8b3c5000-0x8b3c5fff]
Oct 29 08:40:46 laptop2021 kernel: PM: hibernation: Registered nosave memory: [mem 0x8b3d2000-0x8b3d2fff]
Oct 29 08:40:46 laptop2021 kernel: PM: hibernation: Registered nosave memory: [mem 0x8b3d3000-0x8b3d3fff]
Oct 29 08:40:46 laptop2021 kernel: PM: hibernation: Registered nosave memory: [mem 0x8b3e2000-0x8b3e2fff]
Oct 29 08:40:46 laptop2021 kernel: PM: hibernation: Registered nosave memory: [mem 0xa9fad000-0xa9fdbfff]
Oct 29 08:40:46 laptop2021 kernel: PM: hibernation: Registered nosave memory: [mem 0xaa388000-0xaa388fff]
Oct 29 08:40:46 laptop2021 kernel: PM: hibernation: Registered nosave memory: [mem 0xab4c5000-0xac9defff]
Oct 29 08:40:46 laptop2021 kernel: PM: hibernation: Registered nosave memory: [mem 0xac9df000-0xaca2efff]
Oct 29 08:40:46 laptop2021 kernel: PM: hibernation: Registered nosave memory: [mem 0xaca2f000-0xacbdffff]
Oct 29 08:40:46 laptop2021 kernel: PM: hibernation: Registered nosave memory: [mem 0xacbe0000-0xad5fefff]
Oct 29 08:40:46 laptop2021 kernel: PM: hibernation: Registered nosave memory: [mem 0xae000000-0xafffffff]
Oct 29 08:40:46 laptop2021 kernel: PM: hibernation: Registered nosave memory: [mem 0xb0000000-0xfedfffff]
Oct 29 08:40:46 laptop2021 kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Oct 29 08:40:46 laptop2021 kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
Oct 29 08:40:46 laptop2021 kernel: [mem 0xb0000000-0xfedfffff] available for PCI devices
Oct 29 08:40:46 laptop2021 kernel: Booting paravirtualized kernel on bare hardware
Oct 29 08:40:46 laptop2021 kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Oct 29 08:40:46 laptop2021 kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
Oct 29 08:40:46 laptop2021 kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
Oct 29 08:40:46 laptop2021 kernel: pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
Oct 29 08:40:46 laptop2021 kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
Oct 29 08:40:46 laptop2021 kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=f71d8c0d-6d2e-45bd-8cb5-18a077099165 rw nvidia_drm.modeset=1
Oct 29 08:40:46 laptop2021 kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
Oct 29 08:40:46 laptop2021 kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Oct 29 08:40:46 laptop2021 kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Oct 29 08:40:46 laptop2021 kernel: Fallback order for Node 0: 0 
Oct 29 08:40:46 laptop2021 kernel: Built 1 zonelists, mobility grouping on.  Total pages: 3978816
Oct 29 08:40:46 laptop2021 kernel: Policy zone: Normal
Oct 29 08:40:46 laptop2021 kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Oct 29 08:40:46 laptop2021 kernel: software IO TLB: area num 16.
Oct 29 08:40:46 laptop2021 kernel: Memory: 15551048K/16168540K available (16384K kernel code, 2123K rwdata, 12960K rodata, 3392K init, 3904K bss, 617232K reserved, 0K cma-reserved)
Oct 29 08:40:46 laptop2021 kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
Oct 29 08:40:46 laptop2021 kernel: ftrace: allocating 48468 entries in 190 pages
Oct 29 08:40:46 laptop2021 kernel: ftrace: allocated 190 pages with 6 groups
Oct 29 08:40:46 laptop2021 kernel: Dynamic Preempt: full
Oct 29 08:40:46 laptop2021 kernel: rcu: Preemptible hierarchical RCU implementation.
Oct 29 08:40:46 laptop2021 kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
Oct 29 08:40:46 laptop2021 kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Oct 29 08:40:46 laptop2021 kernel:         Trampoline variant of Tasks RCU enabled.
Oct 29 08:40:46 laptop2021 kernel:         Rude variant of Tasks RCU enabled.
Oct 29 08:40:46 laptop2021 kernel:         Tracing variant of Tasks RCU enabled.
Oct 29 08:40:46 laptop2021 kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Oct 29 08:40:46 laptop2021 kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
Oct 29 08:40:46 laptop2021 kernel: NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
Oct 29 08:40:46 laptop2021 kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Oct 29 08:40:46 laptop2021 kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Oct 29 08:40:46 laptop2021 kernel: Console: colour dummy device 80x25
Oct 29 08:40:46 laptop2021 kernel: printk: console [tty0] enabled
Oct 29 08:40:46 laptop2021 kernel: ACPI: Core revision 20230331
Oct 29 08:40:46 laptop2021 kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Oct 29 08:40:46 laptop2021 kernel: APIC: Switch to symmetric I/O mode setup
Oct 29 08:40:46 laptop2021 kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
Oct 29 08:40:46 laptop2021 kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
Oct 29 08:40:46 laptop2021 kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
Oct 29 08:40:46 laptop2021 kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
Oct 29 08:40:46 laptop2021 kernel: AMD-Vi: Using global IVHD EFR:0x206d73ef22254ade, EFR2:0x0
Oct 29 08:40:46 laptop2021 kernel: Switched APIC routing to physical flat.
Oct 29 08:40:46 laptop2021 kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Oct 29 08:40:46 laptop2021 kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x29ba0ef804d, max_idle_ns: 440795228302 ns
Oct 29 08:40:46 laptop2021 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5791.82 BogoMIPS (lpj=9649320)
Oct 29 08:40:46 laptop2021 kernel: Zenbleed: please update your microcode for the most optimal fix
Oct 29 08:40:46 laptop2021 kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Oct 29 08:40:46 laptop2021 kernel: LVT offset 1 assigned for vector 0xf9
Oct 29 08:40:46 laptop2021 kernel: LVT offset 2 assigned for vector 0xf4
Oct 29 08:40:46 laptop2021 kernel: process: using mwait in idle threads
Oct 29 08:40:46 laptop2021 kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
Oct 29 08:40:46 laptop2021 kernel: Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
Oct 29 08:40:46 laptop2021 kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Oct 29 08:40:46 laptop2021 kernel: Spectre V2 : Mitigation: Retpolines
Oct 29 08:40:46 laptop2021 kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Oct 29 08:40:46 laptop2021 kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Oct 29 08:40:46 laptop2021 kernel: Spectre V2 : Enabling Speculation Barrier for firmware calls
Oct 29 08:40:46 laptop2021 kernel: RETBleed: Mitigation: untrained return thunk
Oct 29 08:40:46 laptop2021 kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Oct 29 08:40:46 laptop2021 kernel: Spectre V2 : Selecting STIBP always-on mode to complement retbleed mitigation
Oct 29 08:40:46 laptop2021 kernel: Spectre V2 : User space: Mitigation: STIBP always-on protection
Oct 29 08:40:46 laptop2021 kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Oct 29 08:40:46 laptop2021 kernel: Speculative Return Stack Overflow: Mitigation: safe RET
Oct 29 08:40:46 laptop2021 kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Oct 29 08:40:46 laptop2021 kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Oct 29 08:40:46 laptop2021 kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Oct 29 08:40:46 laptop2021 kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Oct 29 08:40:46 laptop2021 kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
Oct 29 08:40:46 laptop2021 kernel: Freeing SMP alternatives memory: 40K
Oct 29 08:40:46 laptop2021 kernel: pid_max: default: 32768 minimum: 301
Oct 29 08:40:46 laptop2021 kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
Oct 29 08:40:46 laptop2021 kernel: landlock: Up and running.
Oct 29 08:40:46 laptop2021 kernel: Yama: becoming mindful.
Oct 29 08:40:46 laptop2021 kernel: LSM support for eBPF active
Oct 29 08:40:46 laptop2021 kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Oct 29 08:40:46 laptop2021 kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Oct 29 08:40:46 laptop2021 kernel: smpboot: CPU0: AMD Ryzen 7 4800H with Radeon Graphics (family: 0x17, model: 0x60, stepping: 0x1)
Oct 29 08:40:46 laptop2021 kernel: RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Oct 29 08:40:46 laptop2021 kernel: RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Oct 29 08:40:46 laptop2021 kernel: RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Oct 29 08:40:46 laptop2021 kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Oct 29 08:40:46 laptop2021 kernel: ... version:                0
Oct 29 08:40:46 laptop2021 kernel: ... bit width:              48
Oct 29 08:40:46 laptop2021 kernel: ... generic registers:      6
Oct 29 08:40:46 laptop2021 kernel: ... value mask:             0000ffffffffffff
Oct 29 08:40:46 laptop2021 kernel: ... max period:             00007fffffffffff
Oct 29 08:40:46 laptop2021 kernel: ... fixed-purpose events:   0
Oct 29 08:40:46 laptop2021 kernel: ... event mask:             000000000000003f
Oct 29 08:40:46 laptop2021 kernel: signal: max sigframe size: 1776
Oct 29 08:40:46 laptop2021 kernel: rcu: Hierarchical SRCU implementation.
Oct 29 08:40:46 laptop2021 kernel: rcu:         Max phase no-delay instances is 1000.
Oct 29 08:40:46 laptop2021 kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Oct 29 08:40:46 laptop2021 kernel: smp: Bringing up secondary CPUs ...
Oct 29 08:40:46 laptop2021 kernel: smpboot: x86: Booting SMP configuration:
Oct 29 08:40:46 laptop2021 kernel: .... node  #0, CPUs:        #2  #4  #6  #8 #10 #12 #14
Oct 29 08:40:46 laptop2021 kernel: TSC synchronization [CPU#0 -> CPU#8]:
Oct 29 08:40:46 laptop2021 kernel: Measured 4727 cycles TSC warp between CPUs, turning off TSC clock.
Oct 29 08:40:46 laptop2021 kernel: tsc: Marking TSC unstable due to check_tsc_sync_source failed
Oct 29 08:40:46 laptop2021 kernel:   #1  #3  #5  #7  #9 #11 #13 #15
Oct 29 08:40:46 laptop2021 kernel: Spectre V2 : Update user space SMT mitigation: STIBP always-on
Oct 29 08:40:46 laptop2021 kernel: smp: Brought up 1 node, 16 CPUs
Oct 29 08:40:46 laptop2021 kernel: smpboot: Max logical packages: 1
Oct 29 08:40:46 laptop2021 kernel: smpboot: Total of 16 processors activated (92670.20 BogoMIPS)
Oct 29 08:40:46 laptop2021 kernel: devtmpfs: initialized
Oct 29 08:40:46 laptop2021 kernel: x86/mm: Memory block size: 128MB
Oct 29 08:40:46 laptop2021 kernel: ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20cfff] (53248 bytes)
Oct 29 08:40:46 laptop2021 kernel: ACPI: PM: Registering ACPI NVS region [mem 0xaca2f000-0xacbdffff] (1773568 bytes)
Oct 29 08:40:46 laptop2021 kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Oct 29 08:40:46 laptop2021 kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Oct 29 08:40:46 laptop2021 kernel: pinctrl core: initialized pinctrl subsystem
Oct 29 08:40:46 laptop2021 kernel: PM: RTC time: 15:40:40, date: 2023-10-29
Oct 29 08:40:46 laptop2021 kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Oct 29 08:40:46 laptop2021 kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Oct 29 08:40:46 laptop2021 kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Oct 29 08:40:46 laptop2021 kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Oct 29 08:40:46 laptop2021 kernel: audit: initializing netlink subsys (disabled)
Oct 29 08:40:46 laptop2021 kernel: audit: type=2000 audit(1698594040.169:1): state=initialized audit_enabled=0 res=1
Oct 29 08:40:46 laptop2021 kernel: thermal_sys: Registered thermal governor 'fair_share'
Oct 29 08:40:46 laptop2021 kernel: thermal_sys: Registered thermal governor 'bang_bang'
Oct 29 08:40:46 laptop2021 kernel: thermal_sys: Registered thermal governor 'step_wise'
Oct 29 08:40:46 laptop2021 kernel: thermal_sys: Registered thermal governor 'user_space'
Oct 29 08:40:46 laptop2021 kernel: thermal_sys: Registered thermal governor 'power_allocator'
Oct 29 08:40:46 laptop2021 kernel: cpuidle: using governor ladder
Oct 29 08:40:46 laptop2021 kernel: cpuidle: using governor menu
Oct 29 08:40:46 laptop2021 kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Oct 29 08:40:46 laptop2021 kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
Oct 29 08:40:46 laptop2021 kernel: PCI: not using MMCONFIG
Oct 29 08:40:46 laptop2021 kernel: PCI: Using configuration type 1 for base access
Oct 29 08:40:46 laptop2021 kernel: PCI: Using configuration type 1 for extended access
Oct 29 08:40:46 laptop2021 kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Oct 29 08:40:46 laptop2021 kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Oct 29 08:40:46 laptop2021 kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Oct 29 08:40:46 laptop2021 kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Oct 29 08:40:46 laptop2021 kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Oct 29 08:40:46 laptop2021 kernel: ACPI: Added _OSI(Module Device)
Oct 29 08:40:46 laptop2021 kernel: ACPI: Added _OSI(Processor Device)
Oct 29 08:40:46 laptop2021 kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Oct 29 08:40:46 laptop2021 kernel: ACPI: Added _OSI(Processor Aggregator Device)
Oct 29 08:40:46 laptop2021 kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP4.WLAN], AE_NOT_FOUND (20230331/dswload2-162)
Oct 29 08:40:46 laptop2021 kernel: fbcon: Taking over console
Oct 29 08:40:46 laptop2021 kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20230331/psobject-220)
Oct 29 08:40:46 laptop2021 kernel: ACPI: Skipping parse of AML opcode: Scope (0x0010)
Oct 29 08:40:46 laptop2021 kernel: ACPI: 11 ACPI AML tables successfully acquired and loaded
Oct 29 08:40:46 laptop2021 kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Oct 29 08:40:46 laptop2021 kernel: ACPI: EC: EC started
Oct 29 08:40:46 laptop2021 kernel: ACPI: EC: interrupt blocked
Oct 29 08:40:46 laptop2021 kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Oct 29 08:40:46 laptop2021 kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
Oct 29 08:40:46 laptop2021 kernel: ACPI: Interpreter enabled
Oct 29 08:40:46 laptop2021 kernel: ACPI: PM: (supports S0 S3 S4 S5)
Oct 29 08:40:46 laptop2021 kernel: ACPI: Using IOAPIC for interrupt routing
Oct 29 08:40:46 laptop2021 kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
Oct 29 08:40:46 laptop2021 kernel: PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved as ACPI motherboard resource
Oct 29 08:40:46 laptop2021 kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Oct 29 08:40:46 laptop2021 kernel: PCI: Using E820 reservations for host bridge windows
Oct 29 08:40:46 laptop2021 kernel: ACPI: Enabled 6 GPEs in block 00 to 1F
Oct 29 08:40:46 laptop2021 kernel: ACPI: \_SB_.PCI0.GPP4.WRST: New power resource
Oct 29 08:40:46 laptop2021 kernel: ACPI: \_SB_.P0S0: New power resource
Oct 29 08:40:46 laptop2021 kernel: ACPI: \_SB_.P3S0: New power resource
Oct 29 08:40:46 laptop2021 kernel: ACPI: \_SB_.P0S1: New power resource
Oct 29 08:40:46 laptop2021 kernel: ACPI: \_SB_.P3S1: New power resource
Oct 29 08:40:46 laptop2021 kernel: ACPI: \_SB_.PCI0.GPP0.PG00: New power resource
Oct 29 08:40:46 laptop2021 kernel: ACPI: \_SB_.PRWL: New power resource
Oct 29 08:40:46 laptop2021 kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Oct 29 08:40:46 laptop2021 kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Oct 29 08:40:46 laptop2021 kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
Oct 29 08:40:46 laptop2021 kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Oct 29 08:40:46 laptop2021 kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
Oct 29 08:40:46 laptop2021 kernel: PCI host bridge to bus 0000:00
Oct 29 08:40:46 laptop2021 kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
Oct 29 08:40:46 laptop2021 kernel: pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
Oct 29 08:40:46 laptop2021 kernel: pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
Oct 29 08:40:46 laptop2021 kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Oct 29 08:40:46 laptop2021 kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
Oct 29 08:40:46 laptop2021 kernel: pci_bus 0000:00: root bus resource [mem 0xb0000000-0xfebfffff window]
Oct 29 08:40:46 laptop2021 kernel: pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
Oct 29 08:40:46 laptop2021 kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:01.1: [1022:1633] type 01 class 0x060400
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:02.1: enabling Extended Tags
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:02.2: enabling Extended Tags
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:02.3: [1022:1634] type 01 class 0x060400
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:02.4: [1022:1634] type 01 class 0x060400
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:02.4: enabling Extended Tags
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:08.1: enabling Extended Tags
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:08.2: [1022:1635] type 01 class 0x060400
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:08.2: enabling Extended Tags
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:18.0: [1022:1448] type 00 class 0x060000
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:18.1: [1022:1449] type 00 class 0x060000
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:18.2: [1022:144a] type 00 class 0x060000
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:18.3: [1022:144b] type 00 class 0x060000
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:18.4: [1022:144c] type 00 class 0x060000
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:18.5: [1022:144d] type 00 class 0x060000
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:18.6: [1022:144e] type 00 class 0x060000
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:18.7: [1022:144f] type 00 class 0x060000
Oct 29 08:40:46 laptop2021 kernel: pci 0000:01:00.0: [10de:1f15] type 00 class 0x030000
Oct 29 08:40:46 laptop2021 kernel: pci 0000:01:00.0: reg 0x10: [mem 0xfb000000-0xfbffffff]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:01:00.0: reg 0x14: [mem 0xb0000000-0xbfffffff 64bit pref]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xc0000000-0xc1ffffff 64bit pref]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:01:00.0: reg 0x24: [io  0xf000-0xf07f]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfc000000-0xfc07ffff pref]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
Oct 29 08:40:46 laptop2021 kernel: pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.1 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
Oct 29 08:40:46 laptop2021 kernel: pci 0000:01:00.1: [10de:10f9] type 00 class 0x040300
Oct 29 08:40:46 laptop2021 kernel: pci 0000:01:00.1: reg 0x10: [mem 0xfc080000-0xfc083fff]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:01:00.2: [10de:1ada] type 00 class 0x0c0330
Oct 29 08:40:46 laptop2021 kernel: pci 0000:01:00.2: reg 0x10: [mem 0xc2000000-0xc203ffff 64bit pref]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:01:00.2: reg 0x1c: [mem 0xc2040000-0xc204ffff 64bit pref]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:01:00.2: PME# supported from D0 D3hot D3cold
Oct 29 08:40:46 laptop2021 kernel: pci 0000:01:00.3: [10de:1adb] type 00 class 0x0c8000
Oct 29 08:40:46 laptop2021 kernel: pci 0000:01:00.3: reg 0x10: [mem 0xfc084000-0xfc084fff]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:01:00.3: PME# supported from D0 D3hot D3cold
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:01.1:   bridge window [io  0xf000-0xffff]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:01.1:   bridge window [mem 0xfb000000-0xfc0fffff]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:01.1:   bridge window [mem 0xb0000000-0xc20fffff 64bit pref]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
Oct 29 08:40:46 laptop2021 kernel: pci 0000:02:00.0: reg 0x10: [io  0xe000-0xe0ff]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:02:00.0: reg 0x18: [mem 0xfca04000-0xfca04fff 64bit]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:02:00.0: reg 0x20: [mem 0xfca00000-0xfca03fff 64bit]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:02:00.0: supports D1 D2
Oct 29 08:40:46 laptop2021 kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:02.1: PCI bridge to [bus 02]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:02.1:   bridge window [io  0xe000-0xefff]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:02.1:   bridge window [mem 0xfca00000-0xfcafffff]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:03:00.0: [10ec:c822] type 00 class 0x028000
Oct 29 08:40:46 laptop2021 kernel: pci 0000:03:00.0: reg 0x10: [io  0xd000-0xd0ff]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:03:00.0: reg 0x18: [mem 0xfc900000-0xfc90ffff 64bit]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:03:00.0: supports D1 D2
Oct 29 08:40:46 laptop2021 kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:02.2: PCI bridge to [bus 03]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:02.2:   bridge window [io  0xd000-0xdfff]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:02.2:   bridge window [mem 0xfc900000-0xfc9fffff]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:04:00.0: [c0a9:540a] type 00 class 0x010802
Oct 29 08:40:46 laptop2021 kernel: pci 0000:04:00.0: reg 0x10: [mem 0xfc800000-0xfc803fff 64bit]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:02.3: PCI bridge to [bus 04]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:02.3:   bridge window [mem 0xfc800000-0xfc8fffff]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:05:00.0: [15b7:5009] type 00 class 0x010802
Oct 29 08:40:46 laptop2021 kernel: pci 0000:05:00.0: reg 0x10: [mem 0xfc700000-0xfc703fff 64bit]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:05:00.0: reg 0x20: [mem 0xfc704000-0xfc7040ff 64bit]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:02.4: PCI bridge to [bus 05]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:02.4:   bridge window [mem 0xfc700000-0xfc7fffff]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.0: [1002:1636] type 00 class 0x030000
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.0: reg 0x18: [mem 0xe0000000-0xe01fffff 64bit pref]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.0: reg 0x20: [io  0xc000-0xc0ff]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.0: reg 0x24: [mem 0xfc500000-0xfc57ffff]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.0: enabling Extended Tags
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.0: BAR 0: assigned to efifb
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.0: PME# supported from D1 D2 D3hot D3cold
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.1: [1002:1637] type 00 class 0x040300
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.1: reg 0x10: [mem 0xfc5c8000-0xfc5cbfff]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.1: enabling Extended Tags
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.1: PME# supported from D1 D2 D3hot D3cold
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.2: [1022:15df] type 00 class 0x108000
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.2: reg 0x18: [mem 0xfc400000-0xfc4fffff]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.2: reg 0x24: [mem 0xfc5cc000-0xfc5cdfff]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.2: enabling Extended Tags
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.3: [1022:1639] type 00 class 0x0c0330
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.3: reg 0x10: [mem 0xfc300000-0xfc3fffff 64bit]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.3: enabling Extended Tags
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.3: PME# supported from D0 D3hot D3cold
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.4: [1022:1639] type 00 class 0x0c0330
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.4: reg 0x10: [mem 0xfc200000-0xfc2fffff 64bit]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.4: enabling Extended Tags
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.4: PME# supported from D0 D3hot D3cold
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.5: [1022:15e2] type 00 class 0x048000
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.5: reg 0x10: [mem 0xfc580000-0xfc5bffff]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.5: enabling Extended Tags
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.5: PME# supported from D0 D3hot D3cold
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.6: [1022:15e3] type 00 class 0x040300
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.6: reg 0x10: [mem 0xfc5c0000-0xfc5c7fff]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.6: enabling Extended Tags
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.6: PME# supported from D0 D3hot D3cold
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:08.1: PCI bridge to [bus 06]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:08.1:   bridge window [io  0xc000-0xcfff]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc5fffff]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:08.1:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:07:00.0: [1022:7901] type 00 class 0x010601
Oct 29 08:40:46 laptop2021 kernel: pci 0000:07:00.0: reg 0x24: [mem 0xfc601000-0xfc6017ff]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:07:00.0: enabling Extended Tags
Oct 29 08:40:46 laptop2021 kernel: pci 0000:07:00.1: [1022:7901] type 00 class 0x010601
Oct 29 08:40:46 laptop2021 kernel: pci 0000:07:00.1: reg 0x24: [mem 0xfc600000-0xfc6007ff]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:07:00.1: enabling Extended Tags
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:08.2: PCI bridge to [bus 07]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:08.2:   bridge window [mem 0xfc600000-0xfc6fffff]
Oct 29 08:40:46 laptop2021 kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Oct 29 08:40:46 laptop2021 kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Oct 29 08:40:46 laptop2021 kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Oct 29 08:40:46 laptop2021 kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Oct 29 08:40:46 laptop2021 kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Oct 29 08:40:46 laptop2021 kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Oct 29 08:40:46 laptop2021 kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Oct 29 08:40:46 laptop2021 kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Oct 29 08:40:46 laptop2021 kernel: ACPI: EC: interrupt unblocked
Oct 29 08:40:46 laptop2021 kernel: ACPI: EC: event unblocked
Oct 29 08:40:46 laptop2021 kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Oct 29 08:40:46 laptop2021 kernel: ACPI: EC: GPE=0x3
Oct 29 08:40:46 laptop2021 kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete
Oct 29 08:40:46 laptop2021 kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
Oct 29 08:40:46 laptop2021 kernel: iommu: Default domain type: Translated
Oct 29 08:40:46 laptop2021 kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Oct 29 08:40:46 laptop2021 kernel: SCSI subsystem initialized
Oct 29 08:40:46 laptop2021 kernel: libata version 3.00 loaded.
Oct 29 08:40:46 laptop2021 kernel: ACPI: bus type USB registered
Oct 29 08:40:46 laptop2021 kernel: usbcore: registered new interface driver usbfs
Oct 29 08:40:46 laptop2021 kernel: usbcore: registered new interface driver hub
Oct 29 08:40:46 laptop2021 kernel: usbcore: registered new device driver usb
Oct 29 08:40:46 laptop2021 kernel: pps_core: LinuxPPS API ver. 1 registered
Oct 29 08:40:46 laptop2021 kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Oct 29 08:40:46 laptop2021 kernel: PTP clock support registered
Oct 29 08:40:46 laptop2021 kernel: EDAC MC: Ver: 3.0.0
Oct 29 08:40:46 laptop2021 kernel: efivars: Registered efivars operations
Oct 29 08:40:46 laptop2021 kernel: NetLabel: Initializing
Oct 29 08:40:46 laptop2021 kernel: NetLabel:  domain hash size = 128
Oct 29 08:40:46 laptop2021 kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Oct 29 08:40:46 laptop2021 kernel: NetLabel:  unlabeled traffic allowed by default
Oct 29 08:40:46 laptop2021 kernel: mctp: management component transport protocol core
Oct 29 08:40:46 laptop2021 kernel: NET: Registered PF_MCTP protocol family
Oct 29 08:40:46 laptop2021 kernel: PCI: Using ACPI for IRQ routing
Oct 29 08:40:46 laptop2021 kernel: PCI: pci_cache_line_size set to 64 bytes
Oct 29 08:40:46 laptop2021 kernel: e820: reserve RAM buffer [mem 0x09bff000-0x0bffffff]
Oct 29 08:40:46 laptop2021 kernel: e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
Oct 29 08:40:46 laptop2021 kernel: e820: reserve RAM buffer [mem 0x8b3c5018-0x8bffffff]
Oct 29 08:40:46 laptop2021 kernel: e820: reserve RAM buffer [mem 0x8b3d3018-0x8bffffff]
Oct 29 08:40:46 laptop2021 kernel: e820: reserve RAM buffer [mem 0xa9fad000-0xabffffff]
Oct 29 08:40:46 laptop2021 kernel: e820: reserve RAM buffer [mem 0xaa388000-0xabffffff]
Oct 29 08:40:46 laptop2021 kernel: e820: reserve RAM buffer [mem 0xab4c5000-0xabffffff]
Oct 29 08:40:46 laptop2021 kernel: e820: reserve RAM buffer [mem 0xae000000-0xafffffff]
Oct 29 08:40:46 laptop2021 kernel: e820: reserve RAM buffer [mem 0x42f340000-0x42fffffff]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device
Oct 29 08:40:46 laptop2021 kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Oct 29 08:40:46 laptop2021 kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.0: vgaarb: setting as boot VGA device (overriding previous)
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.0: vgaarb: bridge control possible
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Oct 29 08:40:46 laptop2021 kernel: vgaarb: loaded
Oct 29 08:40:46 laptop2021 kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Oct 29 08:40:46 laptop2021 kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Oct 29 08:40:46 laptop2021 kernel: clocksource: Switched to clocksource hpet
Oct 29 08:40:46 laptop2021 kernel: VFS: Disk quotas dquot_6.6.0
Oct 29 08:40:46 laptop2021 kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Oct 29 08:40:46 laptop2021 kernel: pnp: PnP ACPI init
Oct 29 08:40:46 laptop2021 kernel: system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
Oct 29 08:40:46 laptop2021 kernel: system 00:03: [io  0x04d0-0x04d1] has been reserved
Oct 29 08:40:46 laptop2021 kernel: system 00:03: [io  0x040b] has been reserved
Oct 29 08:40:46 laptop2021 kernel: system 00:03: [io  0x04d6] has been reserved
Oct 29 08:40:46 laptop2021 kernel: system 00:03: [io  0x0c00-0x0c01] has been reserved
Oct 29 08:40:46 laptop2021 kernel: system 00:03: [io  0x0c14] has been reserved
Oct 29 08:40:46 laptop2021 kernel: system 00:03: [io  0x0c50-0x0c51] has been reserved
Oct 29 08:40:46 laptop2021 kernel: system 00:03: [io  0x0c52] has been reserved
Oct 29 08:40:46 laptop2021 kernel: system 00:03: [io  0x0c6c] has been reserved
Oct 29 08:40:46 laptop2021 kernel: system 00:03: [io  0x0c6f] has been reserved
Oct 29 08:40:46 laptop2021 kernel: system 00:03: [io  0x0cd0-0x0cd1] has been reserved
Oct 29 08:40:46 laptop2021 kernel: system 00:03: [io  0x0cd2-0x0cd3] has been reserved
Oct 29 08:40:46 laptop2021 kernel: system 00:03: [io  0x0cd4-0x0cd5] has been reserved
Oct 29 08:40:46 laptop2021 kernel: system 00:03: [io  0x0cd6-0x0cd7] has been reserved
Oct 29 08:40:46 laptop2021 kernel: system 00:03: [io  0x0cd8-0x0cdf] has been reserved
Oct 29 08:40:46 laptop2021 kernel: system 00:03: [io  0x0800-0x089f] has been reserved
Oct 29 08:40:46 laptop2021 kernel: system 00:03: [io  0x0b00-0x0b0f] has been reserved
Oct 29 08:40:46 laptop2021 kernel: system 00:03: [io  0x0b20-0x0b3f] has been reserved
Oct 29 08:40:46 laptop2021 kernel: system 00:03: [io  0x0900-0x090f] has been reserved
Oct 29 08:40:46 laptop2021 kernel: system 00:03: [io  0x0910-0x091f] has been reserved
Oct 29 08:40:46 laptop2021 kernel: system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
Oct 29 08:40:46 laptop2021 kernel: system 00:03: [mem 0xfec01000-0xfec01fff] could not be reserved
Oct 29 08:40:46 laptop2021 kernel: system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
Oct 29 08:40:46 laptop2021 kernel: system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
Oct 29 08:40:46 laptop2021 kernel: system 00:03: [mem 0xfed80000-0xfed8ffff] could not be reserved
Oct 29 08:40:46 laptop2021 kernel: system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
Oct 29 08:40:46 laptop2021 kernel: system 00:03: [mem 0xff000000-0xffffffff] has been reserved
Oct 29 08:40:46 laptop2021 kernel: pnp: PnP ACPI: found 4 devices
Oct 29 08:40:46 laptop2021 kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Oct 29 08:40:46 laptop2021 kernel: NET: Registered PF_INET protocol family
Oct 29 08:40:46 laptop2021 kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Oct 29 08:40:46 laptop2021 kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Oct 29 08:40:46 laptop2021 kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Oct 29 08:40:46 laptop2021 kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Oct 29 08:40:46 laptop2021 kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Oct 29 08:40:46 laptop2021 kernel: TCP: Hash tables configured (established 131072 bind 65536)
Oct 29 08:40:46 laptop2021 kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Oct 29 08:40:46 laptop2021 kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Oct 29 08:40:46 laptop2021 kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Oct 29 08:40:46 laptop2021 kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Oct 29 08:40:46 laptop2021 kernel: NET: Registered PF_XDP protocol family
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:01.1:   bridge window [io  0xf000-0xffff]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:01.1:   bridge window [mem 0xfb000000-0xfc0fffff]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:01.1:   bridge window [mem 0xb0000000-0xc20fffff 64bit pref]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:02.1: PCI bridge to [bus 02]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:02.1:   bridge window [io  0xe000-0xefff]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:02.1:   bridge window [mem 0xfca00000-0xfcafffff]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:02.2: PCI bridge to [bus 03]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:02.2:   bridge window [io  0xd000-0xdfff]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:02.2:   bridge window [mem 0xfc900000-0xfc9fffff]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:02.3: PCI bridge to [bus 04]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:02.3:   bridge window [mem 0xfc800000-0xfc8fffff]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:02.4: PCI bridge to [bus 05]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:02.4:   bridge window [mem 0xfc700000-0xfc7fffff]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:08.1: PCI bridge to [bus 06]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:08.1:   bridge window [io  0xc000-0xcfff]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc5fffff]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:08.1:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:08.2: PCI bridge to [bus 07]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:08.2:   bridge window [mem 0xfc600000-0xfc6fffff]
Oct 29 08:40:46 laptop2021 kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
Oct 29 08:40:46 laptop2021 kernel: pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
Oct 29 08:40:46 laptop2021 kernel: pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
Oct 29 08:40:46 laptop2021 kernel: pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
Oct 29 08:40:46 laptop2021 kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
Oct 29 08:40:46 laptop2021 kernel: pci_bus 0000:00: resource 9 [mem 0xb0000000-0xfebfffff window]
Oct 29 08:40:46 laptop2021 kernel: pci_bus 0000:00: resource 10 [mem 0xfee00000-0xffffffff window]
Oct 29 08:40:46 laptop2021 kernel: pci_bus 0000:01: resource 0 [io  0xf000-0xffff]
Oct 29 08:40:46 laptop2021 kernel: pci_bus 0000:01: resource 1 [mem 0xfb000000-0xfc0fffff]
Oct 29 08:40:46 laptop2021 kernel: pci_bus 0000:01: resource 2 [mem 0xb0000000-0xc20fffff 64bit pref]
Oct 29 08:40:46 laptop2021 kernel: pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
Oct 29 08:40:46 laptop2021 kernel: pci_bus 0000:02: resource 1 [mem 0xfca00000-0xfcafffff]
Oct 29 08:40:46 laptop2021 kernel: pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
Oct 29 08:40:46 laptop2021 kernel: pci_bus 0000:03: resource 1 [mem 0xfc900000-0xfc9fffff]
Oct 29 08:40:46 laptop2021 kernel: pci_bus 0000:04: resource 1 [mem 0xfc800000-0xfc8fffff]
Oct 29 08:40:46 laptop2021 kernel: pci_bus 0000:05: resource 1 [mem 0xfc700000-0xfc7fffff]
Oct 29 08:40:46 laptop2021 kernel: pci_bus 0000:06: resource 0 [io  0xc000-0xcfff]
Oct 29 08:40:46 laptop2021 kernel: pci_bus 0000:06: resource 1 [mem 0xfc200000-0xfc5fffff]
Oct 29 08:40:46 laptop2021 kernel: pci_bus 0000:06: resource 2 [mem 0xd0000000-0xe01fffff 64bit pref]
Oct 29 08:40:46 laptop2021 kernel: pci_bus 0000:07: resource 1 [mem 0xfc600000-0xfc6fffff]
Oct 29 08:40:46 laptop2021 kernel: pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
Oct 29 08:40:46 laptop2021 kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Oct 29 08:40:46 laptop2021 kernel: pci 0000:01:00.2: D0 power state depends on 0000:01:00.0
Oct 29 08:40:46 laptop2021 kernel: pci 0000:01:00.3: D0 power state depends on 0000:01:00.0
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.1: D0 power state depends on 0000:06:00.0
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.3: extending delay after power-on from D3hot to 20 msec
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.4: extending delay after power-on from D3hot to 20 msec
Oct 29 08:40:46 laptop2021 kernel: PCI: CLS 64 bytes, default 64
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:01.0: Adding to iommu group 0
Oct 29 08:40:46 laptop2021 kernel: Trying to unpack rootfs image as initramfs...
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:01.1: Adding to iommu group 1
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:02.0: Adding to iommu group 2
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:02.1: Adding to iommu group 3
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:02.2: Adding to iommu group 4
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:02.3: Adding to iommu group 5
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:02.4: Adding to iommu group 6
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:08.0: Adding to iommu group 7
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:08.1: Adding to iommu group 7
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:08.2: Adding to iommu group 7
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:14.0: Adding to iommu group 8
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:14.3: Adding to iommu group 8
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:18.0: Adding to iommu group 9
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:18.1: Adding to iommu group 9
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:18.2: Adding to iommu group 9
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:18.3: Adding to iommu group 9
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:18.4: Adding to iommu group 9
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:18.5: Adding to iommu group 9
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:18.6: Adding to iommu group 9
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:18.7: Adding to iommu group 9
Oct 29 08:40:46 laptop2021 kernel: pci 0000:01:00.0: Adding to iommu group 10
Oct 29 08:40:46 laptop2021 kernel: pci 0000:01:00.1: Adding to iommu group 10
Oct 29 08:40:46 laptop2021 kernel: pci 0000:01:00.2: Adding to iommu group 10
Oct 29 08:40:46 laptop2021 kernel: pci 0000:01:00.3: Adding to iommu group 10
Oct 29 08:40:46 laptop2021 kernel: pci 0000:02:00.0: Adding to iommu group 11
Oct 29 08:40:46 laptop2021 kernel: pci 0000:03:00.0: Adding to iommu group 12
Oct 29 08:40:46 laptop2021 kernel: pci 0000:04:00.0: Adding to iommu group 13
Oct 29 08:40:46 laptop2021 kernel: pci 0000:05:00.0: Adding to iommu group 14
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.0: Adding to iommu group 7
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.1: Adding to iommu group 7
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.2: Adding to iommu group 7
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.3: Adding to iommu group 7
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.4: Adding to iommu group 7
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.5: Adding to iommu group 7
Oct 29 08:40:46 laptop2021 kernel: pci 0000:06:00.6: Adding to iommu group 7
Oct 29 08:40:46 laptop2021 kernel: pci 0000:07:00.0: Adding to iommu group 7
Oct 29 08:40:46 laptop2021 kernel: pci 0000:07:00.1: Adding to iommu group 7
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:00.2: PCI INT A: not connected
Oct 29 08:40:46 laptop2021 kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
Oct 29 08:40:46 laptop2021 kernel: AMD-Vi: Extended features (0x206d73ef22254ade, 0x0): PPR X2APIC NX GT IA GA PC GA_vAPIC
Oct 29 08:40:46 laptop2021 kernel: AMD-Vi: Interrupt remapping enabled
Oct 29 08:40:46 laptop2021 kernel: AMD-Vi: X2APIC enabled
Oct 29 08:40:46 laptop2021 kernel: AMD-Vi: Virtual APIC enabled
Oct 29 08:40:46 laptop2021 kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Oct 29 08:40:46 laptop2021 kernel: software IO TLB: mapped [mem 0x00000000a183c000-0x00000000a583c000] (64MB)
Oct 29 08:40:46 laptop2021 kernel: LVT offset 0 assigned for vector 0x400
Oct 29 08:40:46 laptop2021 kernel: perf: AMD IBS detected (0x000003ff)
Oct 29 08:40:46 laptop2021 kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Oct 29 08:40:46 laptop2021 kernel: Initialise system trusted keyrings
Oct 29 08:40:46 laptop2021 kernel: Key type blacklist registered
Oct 29 08:40:46 laptop2021 kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Oct 29 08:40:46 laptop2021 kernel: zbud: loaded
Oct 29 08:40:46 laptop2021 kernel: integrity: Platform Keyring initialized
Oct 29 08:40:46 laptop2021 kernel: integrity: Machine keyring initialized
Oct 29 08:40:46 laptop2021 kernel: Key type asymmetric registered
Oct 29 08:40:46 laptop2021 kernel: Asymmetric key parser 'x509' registered
Oct 29 08:40:46 laptop2021 kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Oct 29 08:40:46 laptop2021 kernel: io scheduler mq-deadline registered
Oct 29 08:40:46 laptop2021 kernel: io scheduler kyber registered
Oct 29 08:40:46 laptop2021 kernel: io scheduler bfq registered
Oct 29 08:40:46 laptop2021 kernel: pcieport 0000:00:01.1: PME: Signaling with IRQ 26
Oct 29 08:40:46 laptop2021 kernel: pcieport 0000:00:02.1: PME: Signaling with IRQ 27
Oct 29 08:40:46 laptop2021 kernel: pcieport 0000:00:02.2: PME: Signaling with IRQ 28
Oct 29 08:40:46 laptop2021 kernel: pcieport 0000:00:02.3: PME: Signaling with IRQ 29
Oct 29 08:40:46 laptop2021 kernel: pcieport 0000:00:02.4: PME: Signaling with IRQ 30
Oct 29 08:40:46 laptop2021 kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 31
Oct 29 08:40:46 laptop2021 kernel: pcieport 0000:00:08.2: PME: Signaling with IRQ 32
Oct 29 08:40:46 laptop2021 kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Oct 29 08:40:46 laptop2021 kernel: efifb: probing for efifb
Oct 29 08:40:46 laptop2021 kernel: efifb: framebuffer at 0xd0000000, using 8100k, total 8100k
Oct 29 08:40:46 laptop2021 kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
Oct 29 08:40:46 laptop2021 kernel: efifb: scrolling: redraw
Oct 29 08:40:46 laptop2021 kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Oct 29 08:40:46 laptop2021 kernel: Console: switching to colour frame buffer device 240x67
Oct 29 08:40:46 laptop2021 kernel: fb0: EFI VGA frame buffer device
Oct 29 08:40:46 laptop2021 kernel: ACPI: AC: AC Adapter [ACAD] (on-line)
Oct 29 08:40:46 laptop2021 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Oct 29 08:40:46 laptop2021 kernel: ACPI: button: Power Button [PWRB]
Oct 29 08:40:46 laptop2021 kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Oct 29 08:40:46 laptop2021 kernel: ACPI: button: Sleep Button [SLPB]
Oct 29 08:40:46 laptop2021 kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
Oct 29 08:40:46 laptop2021 kernel: ACPI: button: Lid Switch [LID0]
Oct 29 08:40:46 laptop2021 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Oct 29 08:40:46 laptop2021 kernel: ACPI: button: Power Button [PWRF]
Oct 29 08:40:46 laptop2021 kernel: Monitor-Mwait will be used to enter C-1 state
Oct 29 08:40:46 laptop2021 kernel: ACPI: \_SB_.PLTF.P000: Found 3 idle states
Oct 29 08:40:46 laptop2021 kernel: ACPI: FW issue: working around C-state latencies out of order
Oct 29 08:40:46 laptop2021 kernel: ACPI: \_SB_.PLTF.P001: Found 3 idle states
Oct 29 08:40:46 laptop2021 kernel: ACPI: FW issue: working around C-state latencies out of order
Oct 29 08:40:46 laptop2021 kernel: ACPI: \_SB_.PLTF.P002: Found 3 idle states
Oct 29 08:40:46 laptop2021 kernel: ACPI: FW issue: working around C-state latencies out of order
Oct 29 08:40:46 laptop2021 kernel: ACPI: \_SB_.PLTF.P003: Found 3 idle states
Oct 29 08:40:46 laptop2021 kernel: ACPI: FW issue: working around C-state latencies out of order
Oct 29 08:40:46 laptop2021 kernel: ACPI: \_SB_.PLTF.P004: Found 3 idle states
Oct 29 08:40:46 laptop2021 kernel: ACPI: FW issue: working around C-state latencies out of order
Oct 29 08:40:46 laptop2021 kernel: ACPI: \_SB_.PLTF.P005: Found 3 idle states
Oct 29 08:40:46 laptop2021 kernel: ACPI: FW issue: working around C-state latencies out of order
Oct 29 08:40:46 laptop2021 kernel: ACPI: \_SB_.PLTF.P006: Found 3 idle states
Oct 29 08:40:46 laptop2021 kernel: ACPI: FW issue: working around C-state latencies out of order
Oct 29 08:40:46 laptop2021 kernel: ACPI: \_SB_.PLTF.P007: Found 3 idle states
Oct 29 08:40:46 laptop2021 kernel: ACPI: FW issue: working around C-state latencies out of order
Oct 29 08:40:46 laptop2021 kernel: ACPI: \_SB_.PLTF.P008: Found 3 idle states
Oct 29 08:40:46 laptop2021 kernel: ACPI: FW issue: working around C-state latencies out of order
Oct 29 08:40:46 laptop2021 kernel: ACPI: \_SB_.PLTF.P009: Found 3 idle states
Oct 29 08:40:46 laptop2021 kernel: ACPI: FW issue: working around C-state latencies out of order
Oct 29 08:40:46 laptop2021 kernel: ACPI: \_SB_.PLTF.P00A: Found 3 idle states
Oct 29 08:40:46 laptop2021 kernel: ACPI: FW issue: working around C-state latencies out of order
Oct 29 08:40:46 laptop2021 kernel: ACPI: \_SB_.PLTF.P00B: Found 3 idle states
Oct 29 08:40:46 laptop2021 kernel: ACPI: FW issue: working around C-state latencies out of order
Oct 29 08:40:46 laptop2021 kernel: ACPI: \_SB_.PLTF.P00C: Found 3 idle states
Oct 29 08:40:46 laptop2021 kernel: ACPI: FW issue: working around C-state latencies out of order
Oct 29 08:40:46 laptop2021 kernel: ACPI: \_SB_.PLTF.P00D: Found 3 idle states
Oct 29 08:40:46 laptop2021 kernel: ACPI: FW issue: working around C-state latencies out of order
Oct 29 08:40:46 laptop2021 kernel: ACPI: \_SB_.PLTF.P00E: Found 3 idle states
Oct 29 08:40:46 laptop2021 kernel: ACPI: FW issue: working around C-state latencies out of order
Oct 29 08:40:46 laptop2021 kernel: ACPI: \_SB_.PLTF.P00F: Found 3 idle states
Oct 29 08:40:46 laptop2021 kernel: ACPI: FW issue: working around C-state latencies out of order
Oct 29 08:40:46 laptop2021 kernel: ACPI: \_TZ_.THRM: Invalid passive threshold
Oct 29 08:40:46 laptop2021 kernel: ACPI: \_TZ_.THRM: Invalid active0 threshold
Oct 29 08:40:46 laptop2021 kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_TZ.THRM._SCP.CTYP], AE_NOT_FOUND (20230331/psargs-330)
Oct 29 08:40:46 laptop2021 kernel: ACPI Error: Aborting method \_TZ.THRM._SCP due to previous error (AE_NOT_FOUND) (20230331/psparse-529)
Oct 29 08:40:46 laptop2021 kernel: thermal LNXTHERM:00: registered as thermal_zone0
Oct 29 08:40:46 laptop2021 kernel: ACPI: thermal: Thermal Zone [THRM] (38 C)
Oct 29 08:40:46 laptop2021 kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Oct 29 08:40:46 laptop2021 kernel: ACPI: battery: Slot [BAT1] (battery present)
Oct 29 08:40:46 laptop2021 kernel: Non-volatile memory driver v1.3
Oct 29 08:40:46 laptop2021 kernel: Linux agpgart interface v0.103
Oct 29 08:40:46 laptop2021 kernel: tpm_crb MSFT0101:00: Disabling hwrng
Oct 29 08:40:46 laptop2021 kernel: AMD-Vi: AMD IOMMUv2 loaded and initialized
Oct 29 08:40:46 laptop2021 kernel: ACPI: bus type drm_connector registered
Oct 29 08:40:46 laptop2021 kernel: ahci 0000:07:00.0: version 3.0
Oct 29 08:40:46 laptop2021 kernel: ahci 0000:07:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
Oct 29 08:40:46 laptop2021 kernel: ahci 0000:07:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
Oct 29 08:40:46 laptop2021 kernel: scsi host0: ahci
Oct 29 08:40:46 laptop2021 kernel: ata1: SATA max UDMA/133 abar m2048@0xfc601000 port 0xfc601100 irq 34
Oct 29 08:40:46 laptop2021 kernel: ahci 0000:07:00.1: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
Oct 29 08:40:46 laptop2021 kernel: ahci 0000:07:00.1: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
Oct 29 08:40:46 laptop2021 kernel: scsi host1: ahci
Oct 29 08:40:46 laptop2021 kernel: ata2: SATA max UDMA/133 abar m2048@0xfc600000 port 0xfc600100 irq 36
Oct 29 08:40:46 laptop2021 kernel: usbcore: registered new interface driver usbserial_generic
Oct 29 08:40:46 laptop2021 kernel: usbserial: USB Serial support registered for generic
Oct 29 08:40:46 laptop2021 kernel: rtc_cmos 00:01: RTC can wake from S4
Oct 29 08:40:46 laptop2021 kernel: rtc_cmos 00:01: registered as rtc0
Oct 29 08:40:46 laptop2021 kernel: rtc_cmos 00:01: setting system clock to 2023-10-29T15:40:40 UTC (1698594040)
Oct 29 08:40:46 laptop2021 kernel: rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Oct 29 08:40:46 laptop2021 kernel: amd_pstate: the _CPC object is not present in SBIOS or ACPI disabled
Oct 29 08:40:46 laptop2021 kernel: ledtrig-cpu: registered to indicate activity on CPUs
Oct 29 08:40:46 laptop2021 kernel: hid: raw HID events driver (C) Jiri Kosina
Oct 29 08:40:46 laptop2021 kernel: drop_monitor: Initializing network drop monitor service
Oct 29 08:40:46 laptop2021 kernel: Initializing XFRM netlink socket
Oct 29 08:40:46 laptop2021 kernel: NET: Registered PF_INET6 protocol family
Oct 29 08:40:46 laptop2021 kernel: Freeing initrd memory: 124588K
Oct 29 08:40:46 laptop2021 kernel: Segment Routing with IPv6
Oct 29 08:40:46 laptop2021 kernel: RPL Segment Routing with IPv6
Oct 29 08:40:46 laptop2021 kernel: In-situ OAM (IOAM) with IPv6
Oct 29 08:40:46 laptop2021 kernel: NET: Registered PF_PACKET protocol family
Oct 29 08:40:46 laptop2021 kernel: microcode: CPU6: patch_level=0x08600104
Oct 29 08:40:46 laptop2021 kernel: microcode: CPU7: patch_level=0x08600104
Oct 29 08:40:46 laptop2021 kernel: microcode: CPU0: patch_level=0x08600104
Oct 29 08:40:46 laptop2021 kernel: microcode: CPU1: patch_level=0x08600104
Oct 29 08:40:46 laptop2021 kernel: microcode: CPU4: patch_level=0x08600104
Oct 29 08:40:46 laptop2021 kernel: microcode: CPU5: patch_level=0x08600104
Oct 29 08:40:46 laptop2021 kernel: microcode: CPU9: patch_level=0x08600104
Oct 29 08:40:46 laptop2021 kernel: microcode: CPU3: patch_level=0x08600104
Oct 29 08:40:46 laptop2021 kernel: microcode: CPU2: patch_level=0x08600104
Oct 29 08:40:46 laptop2021 kernel: microcode: CPU10: patch_level=0x08600104
Oct 29 08:40:46 laptop2021 kernel: microcode: CPU12: patch_level=0x08600104
Oct 29 08:40:46 laptop2021 kernel: microcode: CPU13: patch_level=0x08600104
Oct 29 08:40:46 laptop2021 kernel: microcode: CPU11: patch_level=0x08600104
Oct 29 08:40:46 laptop2021 kernel: microcode: CPU15: patch_level=0x08600104
Oct 29 08:40:46 laptop2021 kernel: microcode: CPU14: patch_level=0x08600104
Oct 29 08:40:46 laptop2021 kernel: microcode: CPU8: patch_level=0x08600104
Oct 29 08:40:46 laptop2021 kernel: microcode: Microcode Update Driver: v2.2.
Oct 29 08:40:46 laptop2021 kernel: resctrl: L3 allocation detected
Oct 29 08:40:46 laptop2021 kernel: resctrl: MB allocation detected
Oct 29 08:40:46 laptop2021 kernel: resctrl: L3 monitoring detected
Oct 29 08:40:46 laptop2021 kernel: IPI shorthand broadcast: enabled
Oct 29 08:40:46 laptop2021 kernel: registered taskstats version 1
Oct 29 08:40:46 laptop2021 kernel: Loading compiled-in X.509 certificates
Oct 29 08:40:46 laptop2021 kernel: Loaded X.509 cert 'Build time autogenerated kernel key: fdf346533dc3b21715f417acfd13597229d45208'
Oct 29 08:40:46 laptop2021 kernel: zswap: loaded using pool zstd/zsmalloc
Oct 29 08:40:46 laptop2021 kernel: Key type .fscrypt registered
Oct 29 08:40:46 laptop2021 kernel: Key type fscrypt-provisioning registered
Oct 29 08:40:46 laptop2021 kernel: PM:   Magic number: 11:927:690
Oct 29 08:40:46 laptop2021 kernel: mem mem: hash matches
Oct 29 08:40:46 laptop2021 kernel: ata2: SATA link down (SStatus 0 SControl 300)
Oct 29 08:40:46 laptop2021 kernel: ata1: SATA link down (SStatus 0 SControl 300)
Oct 29 08:40:46 laptop2021 kernel: RAS: Correctable Errors collector initialized.
Oct 29 08:40:46 laptop2021 kernel: Unstable clock detected, switching default tracing clock to "global"
                                   If you want to keep using the local clock, then add:
                                     "trace_clock=local"
                                   on the kernel command line
Oct 29 08:40:46 laptop2021 kernel: clk: Disabling unused clocks
Oct 29 08:40:46 laptop2021 kernel: Freeing unused decrypted memory: 2036K
Oct 29 08:40:46 laptop2021 kernel: Freeing unused kernel image (initmem) memory: 3392K
Oct 29 08:40:46 laptop2021 kernel: Write protecting the kernel read-only data: 30720k
Oct 29 08:40:46 laptop2021 kernel: Freeing unused kernel image (rodata/data gap) memory: 1376K
Oct 29 08:40:46 laptop2021 kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Oct 29 08:40:46 laptop2021 kernel: rodata_test: all tests were successful
Oct 29 08:40:46 laptop2021 kernel: Run /init as init process
Oct 29 08:40:46 laptop2021 kernel:   with arguments:
Oct 29 08:40:46 laptop2021 kernel:     /init
Oct 29 08:40:46 laptop2021 kernel:   with environment:
Oct 29 08:40:46 laptop2021 kernel:     HOME=/
Oct 29 08:40:46 laptop2021 kernel:     TERM=linux
Oct 29 08:40:46 laptop2021 kernel:     BOOT_IMAGE=/vmlinuz-linux
Oct 29 08:40:46 laptop2021 kernel: ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
Oct 29 08:40:46 laptop2021 kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:10/LNXVIDEO:00/input/input4
Oct 29 08:40:46 laptop2021 kernel: [drm] amdgpu kernel modesetting enabled.
Oct 29 08:40:46 laptop2021 kernel: amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle
Oct 29 08:40:46 laptop2021 kernel: ATPX version 1, functions 0x00000201
Oct 29 08:40:46 laptop2021 kernel: ATPX Hybrid Graphics
Oct 29 08:40:46 laptop2021 kernel: amdgpu: CRAT table disabled by module option
Oct 29 08:40:46 laptop2021 kernel: amdgpu: Virtual CRAT table created for CPU
Oct 29 08:40:46 laptop2021 kernel: amdgpu: Topology: Add CPU node
Oct 29 08:40:46 laptop2021 kernel: amdgpu 0000:06:00.0: enabling device (0006 -> 0007)
Oct 29 08:40:46 laptop2021 kernel: [drm] initializing kernel modesetting (RENOIR 0x1002:0x1636 0x1043:0x1E21 0xC6).
Oct 29 08:40:46 laptop2021 kernel: [drm] register mmio base: 0xFC500000
Oct 29 08:40:46 laptop2021 kernel: [drm] register mmio size: 524288
Oct 29 08:40:46 laptop2021 kernel: [drm] add ip block number 0 <soc15_common>
Oct 29 08:40:46 laptop2021 kernel: [drm] add ip block number 1 <gmc_v9_0>
Oct 29 08:40:46 laptop2021 kernel: [drm] add ip block number 2 <vega10_ih>
Oct 29 08:40:46 laptop2021 kernel: [drm] add ip block number 3 <psp>
Oct 29 08:40:46 laptop2021 kernel: [drm] add ip block number 4 <smu>
Oct 29 08:40:46 laptop2021 kernel: [drm] add ip block number 5 <dm>
Oct 29 08:40:46 laptop2021 kernel: [drm] add ip block number 6 <gfx_v9_0>
Oct 29 08:40:46 laptop2021 kernel: [drm] add ip block number 7 <sdma_v4_0>
Oct 29 08:40:46 laptop2021 kernel: [drm] add ip block number 8 <vcn_v2_0>
Oct 29 08:40:46 laptop2021 kernel: [drm] add ip block number 9 <jpeg_v2_0>
Oct 29 08:40:46 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: Fetched VBIOS from VFCT
Oct 29 08:40:46 laptop2021 kernel: amdgpu: ATOM BIOS: 113-RENOIR-025
Oct 29 08:40:46 laptop2021 kernel: [drm] VCN decode is enabled in VM mode
Oct 29 08:40:46 laptop2021 kernel: [drm] VCN encode is enabled in VM mode
Oct 29 08:40:46 laptop2021 kernel: [drm] JPEG decode is enabled in VM mode
Oct 29 08:40:46 laptop2021 kernel: [drm] MCBP is enabled
Oct 29 08:40:46 laptop2021 kernel: Console: switching to colour dummy device 80x25
Oct 29 08:40:46 laptop2021 kernel: amdgpu 0000:06:00.0: vgaarb: deactivate vga console
Oct 29 08:40:46 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled
Oct 29 08:40:46 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: MODE2 reset
Oct 29 08:40:46 laptop2021 kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Oct 29 08:40:46 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
Oct 29 08:40:46 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
Oct 29 08:40:46 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
Oct 29 08:40:46 laptop2021 kernel: [drm] Detected VRAM RAM=512M, BAR=512M
Oct 29 08:40:46 laptop2021 kernel: [drm] RAM width 128bits DDR4
Oct 29 08:40:46 laptop2021 kernel: [drm] amdgpu: 512M of VRAM memory ready
Oct 29 08:40:46 laptop2021 kernel: [drm] amdgpu: 7704M of GTT memory ready.
Oct 29 08:40:46 laptop2021 kernel: [drm] GART: num cpu pages 262144, num gpu pages 262144
Oct 29 08:40:46 laptop2021 kernel: [drm] PCIE GART of 1024M enabled.
Oct 29 08:40:46 laptop2021 kernel: [drm] PTB located at 0x000000F41FC00000
Oct 29 08:40:46 laptop2021 kernel: [drm] Loading DMUB firmware via PSP: version=0x01010027
Oct 29 08:40:46 laptop2021 kernel: [drm] Found VCN firmware Version ENC: 1.20 DEC: 6 VEP: 0 Revision: 0
Oct 29 08:40:46 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: Will use PSP to load VCN firmware
Oct 29 08:40:46 laptop2021 kernel: [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
Oct 29 08:40:46 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: RAS: optional ras ta ucode is not available
Oct 29 08:40:46 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: RAP: optional rap ta ucode is not available
Oct 29 08:40:46 laptop2021 kernel: [drm] psp gfx command LOAD_TA(0x1) failed and response status is (0x7)
Oct 29 08:40:46 laptop2021 kernel: [drm] psp gfx command INVOKE_CMD(0x3) failed and response status is (0x4)
Oct 29 08:40:46 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: Secure display: Generic Failure.
Oct 29 08:40:46 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: SECUREDISPLAY: query securedisplay TA failed. ret 0x0
Oct 29 08:40:46 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: SMU is initialized successfully!
Oct 29 08:40:46 laptop2021 kernel: [drm] Display Core v3.2.241 initialized on DCN 2.1
Oct 29 08:40:46 laptop2021 kernel: [drm] DP-HDMI FRL PCON supported
Oct 29 08:40:46 laptop2021 kernel: [drm] DMUB hardware initialized: version=0x01010027
Oct 29 08:40:46 laptop2021 kernel: [drm] kiq ring mec 2 pipe 1 q 0
Oct 29 08:40:46 laptop2021 kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
Oct 29 08:40:46 laptop2021 kernel: [drm] JPEG decode initialized successfully.
Oct 29 08:40:46 laptop2021 kernel: amdgpu: HMM registered 512MB device memory
Oct 29 08:40:46 laptop2021 kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
Oct 29 08:40:46 laptop2021 kernel: kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
Oct 29 08:40:46 laptop2021 kernel: amdgpu: Virtual CRAT table created for GPU
Oct 29 08:40:46 laptop2021 kernel: amdgpu: Topology: Add dGPU node [0x1636:0x1002]
Oct 29 08:40:46 laptop2021 kernel: kfd kfd: amdgpu: added device 1002:1636
Oct 29 08:40:46 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 8, active_cu_number 7
Oct 29 08:40:46 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
Oct 29 08:40:46 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: ring gfx_low uses VM inv eng 1 on hub 0
Oct 29 08:40:46 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: ring gfx_high uses VM inv eng 4 on hub 0
Oct 29 08:40:46 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 5 on hub 0
Oct 29 08:40:46 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 6 on hub 0
Oct 29 08:40:46 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 7 on hub 0
Oct 29 08:40:46 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 8 on hub 0
Oct 29 08:40:46 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 9 on hub 0
Oct 29 08:40:46 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 10 on hub 0
Oct 29 08:40:46 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 11 on hub 0
Oct 29 08:40:46 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 12 on hub 0
Oct 29 08:40:46 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 13 on hub 0
Oct 29 08:40:46 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 8
Oct 29 08:40:46 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 8
Oct 29 08:40:46 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 8
Oct 29 08:40:46 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 8
Oct 29 08:40:46 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 8
Oct 29 08:40:46 laptop2021 kernel: [drm] Initialized amdgpu 3.54.0 20150101 for 0000:06:00.0 on minor 0
Oct 29 08:40:46 laptop2021 kernel: fbcon: amdgpudrmfb (fb0) is primary device
Oct 29 08:40:46 laptop2021 kernel: [drm] DSC precompute is not needed.
Oct 29 08:40:46 laptop2021 kernel: Console: switching to colour frame buffer device 240x67
Oct 29 08:40:46 laptop2021 kernel: amdgpu 0000:06:00.0: [drm] fb0: amdgpudrmfb frame buffer device
Oct 29 08:40:46 laptop2021 kernel: nvidia: loading out-of-tree module taints kernel.
Oct 29 08:40:46 laptop2021 kernel: nvidia: module license 'NVIDIA' taints kernel.
Oct 29 08:40:46 laptop2021 kernel: Disabling lock debugging due to kernel taint
Oct 29 08:40:46 laptop2021 kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Oct 29 08:40:46 laptop2021 kernel: nvidia: module license taints kernel.
Oct 29 08:40:46 laptop2021 kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 235
Oct 29 08:40:46 laptop2021 kernel: 
Oct 29 08:40:46 laptop2021 kernel: nvidia 0000:01:00.0: enabling device (0000 -> 0003)
Oct 29 08:40:46 laptop2021 kernel: nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
Oct 29 08:40:46 laptop2021 kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  535.113.01  Tue Sep 12 19:41:24 UTC 2023
Oct 29 08:40:46 laptop2021 kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  535.113.01  Tue Sep 12 19:45:42 UTC 2023
Oct 29 08:40:46 laptop2021 kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
Oct 29 08:40:46 laptop2021 kernel: nvidia-uvm: Loaded the UVM driver, major device number 511.
Oct 29 08:40:46 laptop2021 kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Oct 29 08:40:46 laptop2021 kernel: ACPI Warning: \_SB.PCI0.GPP0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20230331/nsarguments-61)
Oct 29 08:40:46 laptop2021 kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 1
Oct 29 08:40:46 laptop2021 kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
Oct 29 08:40:46 laptop2021 kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Oct 29 08:40:46 laptop2021 kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Oct 29 08:40:46 laptop2021 kernel: xhci_hcd 0000:01:00.2: xHCI Host Controller
Oct 29 08:40:46 laptop2021 kernel: xhci_hcd 0000:01:00.2: new USB bus registered, assigned bus number 1
Oct 29 08:40:46 laptop2021 kernel: xhci_hcd 0000:01:00.2: hcc params 0x0180ff05 hci version 0x110 quirks 0x0000000000000010
Oct 29 08:40:46 laptop2021 kernel: xhci_hcd 0000:01:00.2: xHCI Host Controller
Oct 29 08:40:46 laptop2021 kernel: xhci_hcd 0000:01:00.2: new USB bus registered, assigned bus number 2
Oct 29 08:40:46 laptop2021 kernel: xhci_hcd 0000:01:00.2: Host supports USB 3.1 Enhanced SuperSpeed
Oct 29 08:40:46 laptop2021 kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
Oct 29 08:40:46 laptop2021 kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 29 08:40:46 laptop2021 kernel: usb usb1: Product: xHCI Host Controller
Oct 29 08:40:46 laptop2021 kernel: usb usb1: Manufacturer: Linux 6.5.9-arch2-1 xhci-hcd
Oct 29 08:40:46 laptop2021 kernel: usb usb1: SerialNumber: 0000:01:00.2
Oct 29 08:40:46 laptop2021 kernel: hub 1-0:1.0: USB hub found
Oct 29 08:40:46 laptop2021 kernel: hub 1-0:1.0: 2 ports detected
Oct 29 08:40:46 laptop2021 kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Oct 29 08:40:46 laptop2021 kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.05
Oct 29 08:40:46 laptop2021 kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 29 08:40:46 laptop2021 kernel: usb usb2: Product: xHCI Host Controller
Oct 29 08:40:46 laptop2021 kernel: usb usb2: Manufacturer: Linux 6.5.9-arch2-1 xhci-hcd
Oct 29 08:40:46 laptop2021 kernel: usb usb2: SerialNumber: 0000:01:00.2
Oct 29 08:40:46 laptop2021 kernel: hub 2-0:1.0: USB hub found
Oct 29 08:40:46 laptop2021 kernel: hub 2-0:1.0: 4 ports detected
Oct 29 08:40:46 laptop2021 kernel: xhci_hcd 0000:06:00.3: xHCI Host Controller
Oct 29 08:40:46 laptop2021 kernel: xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 3
Oct 29 08:40:46 laptop2021 kernel: xhci_hcd 0000:06:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
Oct 29 08:40:46 laptop2021 kernel: xhci_hcd 0000:06:00.3: xHCI Host Controller
Oct 29 08:40:46 laptop2021 kernel: xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 4
Oct 29 08:40:46 laptop2021 kernel: xhci_hcd 0000:06:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Oct 29 08:40:46 laptop2021 kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
Oct 29 08:40:46 laptop2021 kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 29 08:40:46 laptop2021 kernel: usb usb3: Product: xHCI Host Controller
Oct 29 08:40:46 laptop2021 kernel: usb usb3: Manufacturer: Linux 6.5.9-arch2-1 xhci-hcd
Oct 29 08:40:46 laptop2021 kernel: usb usb3: SerialNumber: 0000:06:00.3
Oct 29 08:40:46 laptop2021 kernel: hub 3-0:1.0: USB hub found
Oct 29 08:40:46 laptop2021 kernel: hub 3-0:1.0: 4 ports detected
Oct 29 08:40:46 laptop2021 kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Oct 29 08:40:46 laptop2021 kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.05
Oct 29 08:40:46 laptop2021 kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 29 08:40:46 laptop2021 kernel: usb usb4: Product: xHCI Host Controller
Oct 29 08:40:46 laptop2021 kernel: usb usb4: Manufacturer: Linux 6.5.9-arch2-1 xhci-hcd
Oct 29 08:40:46 laptop2021 kernel: usb usb4: SerialNumber: 0000:06:00.3
Oct 29 08:40:46 laptop2021 kernel: hub 4-0:1.0: USB hub found
Oct 29 08:40:46 laptop2021 kernel: hub 4-0:1.0: 2 ports detected
Oct 29 08:40:46 laptop2021 kernel: xhci_hcd 0000:06:00.4: xHCI Host Controller
Oct 29 08:40:46 laptop2021 kernel: xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 5
Oct 29 08:40:46 laptop2021 kernel: xhci_hcd 0000:06:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
Oct 29 08:40:46 laptop2021 kernel: xhci_hcd 0000:06:00.4: xHCI Host Controller
Oct 29 08:40:46 laptop2021 kernel: xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 6
Oct 29 08:40:46 laptop2021 kernel: xhci_hcd 0000:06:00.4: Host supports USB 3.1 Enhanced SuperSpeed
Oct 29 08:40:46 laptop2021 kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
Oct 29 08:40:46 laptop2021 kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 29 08:40:46 laptop2021 kernel: usb usb5: Product: xHCI Host Controller
Oct 29 08:40:46 laptop2021 kernel: usb usb5: Manufacturer: Linux 6.5.9-arch2-1 xhci-hcd
Oct 29 08:40:46 laptop2021 kernel: usb usb5: SerialNumber: 0000:06:00.4
Oct 29 08:40:46 laptop2021 kernel: hub 5-0:1.0: USB hub found
Oct 29 08:40:46 laptop2021 kernel: hub 5-0:1.0: 4 ports detected
Oct 29 08:40:46 laptop2021 kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
Oct 29 08:40:46 laptop2021 kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.05
Oct 29 08:40:46 laptop2021 kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 29 08:40:46 laptop2021 kernel: usb usb6: Product: xHCI Host Controller
Oct 29 08:40:46 laptop2021 kernel: usb usb6: Manufacturer: Linux 6.5.9-arch2-1 xhci-hcd
Oct 29 08:40:46 laptop2021 kernel: usb usb6: SerialNumber: 0000:06:00.4
Oct 29 08:40:46 laptop2021 kernel: hub 6-0:1.0: USB hub found
Oct 29 08:40:46 laptop2021 kernel: hub 6-0:1.0: 2 ports detected
Oct 29 08:40:46 laptop2021 kernel: nvme 0000:04:00.0: platform quirk: setting simple suspend
Oct 29 08:40:46 laptop2021 kernel: nvme 0000:05:00.0: platform quirk: setting simple suspend
Oct 29 08:40:46 laptop2021 kernel: nvme nvme0: pci function 0000:04:00.0
Oct 29 08:40:46 laptop2021 kernel: nvme nvme1: pci function 0000:05:00.0
Oct 29 08:40:46 laptop2021 kernel: nvme nvme0: missing or invalid SUBNQN field.
Oct 29 08:40:46 laptop2021 kernel: nvme nvme1: allocated 32 MiB host memory buffer.
Oct 29 08:40:46 laptop2021 kernel: nvme nvme1: 16/0/0 default/read/poll queues
Oct 29 08:40:46 laptop2021 kernel:  nvme1n1: p1 p2 p3 p4 p5
Oct 29 08:40:46 laptop2021 kernel: nvme nvme0: allocated 32 MiB host memory buffer.
Oct 29 08:40:46 laptop2021 kernel: nvme nvme0: 8/0/0 default/read/poll queues
Oct 29 08:40:46 laptop2021 kernel: nvme nvme0: Ignoring bogus Namespace Identifiers
Oct 29 08:40:46 laptop2021 kernel:  nvme0n1: p1 p2
Oct 29 08:40:46 laptop2021 kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
Oct 29 08:40:46 laptop2021 kernel: usb 3-1: new full-speed USB device number 2 using xhci_hcd
Oct 29 08:40:46 laptop2021 kernel: usb 5-1: new full-speed USB device number 2 using xhci_hcd
Oct 29 08:40:46 laptop2021 kernel: EXT4-fs (nvme0n1p2): mounted filesystem f71d8c0d-6d2e-45bd-8cb5-18a077099165 r/w with ordered data mode. Quota mode: none.
Oct 29 08:40:46 laptop2021 systemd[1]: systemd 254.5-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Oct 29 08:40:46 laptop2021 systemd[1]: Detected architecture x86-64.
Oct 29 08:40:46 laptop2021 systemd[1]: Hostname set to <laptop2021>.
Oct 29 08:40:46 laptop2021 kernel: usb 3-1: not running at top speed; connect to a high speed hub
Oct 29 08:40:46 laptop2021 kernel: usb 5-1: New USB device found, idVendor=04ca, idProduct=4005, bcdDevice= 0.00
Oct 29 08:40:46 laptop2021 kernel: usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Oct 29 08:40:46 laptop2021 kernel: usb 5-1: Product: Bluetooth Radio
Oct 29 08:40:46 laptop2021 kernel: usb 5-1: Manufacturer: Realtek
Oct 29 08:40:46 laptop2021 kernel: usb 5-1: SerialNumber: 00e04c000001
Oct 29 08:40:46 laptop2021 kernel: usb 3-1: New USB device found, idVendor=0bda, idProduct=5442, bcdDevice= 3.00
Oct 29 08:40:46 laptop2021 kernel: usb 3-1: New USB device strings: Mfr=17, Product=18, SerialNumber=19
Oct 29 08:40:46 laptop2021 kernel: usb 3-1: Product: Cable Matters USB-C Video Cable
Oct 29 08:40:46 laptop2021 kernel: usb 3-1: Manufacturer: Cable Matters Inc.
Oct 29 08:40:46 laptop2021 kernel: usb 3-1: SerialNumber: 123456789ABCDEFGH
Oct 29 08:40:46 laptop2021 kernel: usb 6-2: new SuperSpeed USB device number 2 using xhci_hcd
Oct 29 08:40:46 laptop2021 kernel: usb 6-2: New USB device found, idVendor=05e3, idProduct=0620, bcdDevice=93.06
Oct 29 08:40:46 laptop2021 kernel: usb 6-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 29 08:40:46 laptop2021 kernel: usb 6-2: Product: USB3.1 Hub
Oct 29 08:40:46 laptop2021 kernel: usb 6-2: Manufacturer: GenesysLogic
Oct 29 08:40:46 laptop2021 kernel: usb 3-2: new full-speed USB device number 3 using xhci_hcd
Oct 29 08:40:46 laptop2021 systemd[1]: bpf-lsm: LSM BPF program attached
Oct 29 08:40:46 laptop2021 kernel: hub 6-2:1.0: USB hub found
Oct 29 08:40:46 laptop2021 kernel: hub 6-2:1.0: 4 ports detected
Oct 29 08:40:46 laptop2021 kernel: usb 5-2: new high-speed USB device number 3 using xhci_hcd
Oct 29 08:40:46 laptop2021 kernel: usb 3-2: New USB device found, idVendor=194f, idProduct=0302, bcdDevice= 2.70
Oct 29 08:40:46 laptop2021 kernel: usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 29 08:40:46 laptop2021 kernel: usb 3-2: Product: AudioBox USB
Oct 29 08:40:46 laptop2021 kernel: usb 3-2: Manufacturer: PreSonus Audio
Oct 29 08:40:46 laptop2021 systemd[1]: Queued start job for default target Graphical Interface.
Oct 29 08:40:46 laptop2021 kernel: usb 5-2: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=93.06
Oct 29 08:40:46 laptop2021 kernel: usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 29 08:40:46 laptop2021 kernel: usb 5-2: Product: USB2.1 Hub
Oct 29 08:40:46 laptop2021 kernel: usb 5-2: Manufacturer: GenesysLogic
Oct 29 08:40:46 laptop2021 systemd[1]: Created slice Slice /system/getty.
Oct 29 08:40:46 laptop2021 systemd[1]: Created slice Slice /system/modprobe.
Oct 29 08:40:46 laptop2021 systemd[1]: Created slice User and Session Slice.
Oct 29 08:40:46 laptop2021 systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Oct 29 08:40:46 laptop2021 systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Oct 29 08:40:46 laptop2021 systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Oct 29 08:40:46 laptop2021 kernel: usb 3-4: new high-speed USB device number 4 using xhci_hcd
Oct 29 08:40:46 laptop2021 systemd[1]: Reached target Local Encrypted Volumes.
Oct 29 08:40:46 laptop2021 systemd[1]: Reached target Login Prompts.
Oct 29 08:40:46 laptop2021 systemd[1]: Reached target Local Integrity Protected Volumes.
Oct 29 08:40:46 laptop2021 systemd[1]: Reached target Path Units.
Oct 29 08:40:46 laptop2021 systemd[1]: Reached target Remote File Systems.
Oct 29 08:40:46 laptop2021 systemd[1]: Reached target Slice Units.
Oct 29 08:40:46 laptop2021 systemd[1]: Reached target Swaps.
Oct 29 08:40:46 laptop2021 systemd[1]: Reached target Local Verity Protected Volumes.
Oct 29 08:40:46 laptop2021 systemd[1]: Listening on Device-mapper event daemon FIFOs.
Oct 29 08:40:46 laptop2021 systemd[1]: Listening on LVM2 poll daemon socket.
Oct 29 08:40:46 laptop2021 systemd[1]: Listening on Process Core Dump Socket.
Oct 29 08:40:46 laptop2021 systemd[1]: Listening on Journal Socket (/dev/log).
Oct 29 08:40:46 laptop2021 systemd[1]: Listening on Journal Socket.
Oct 29 08:40:46 laptop2021 systemd[1]: Listening on udev Control Socket.
Oct 29 08:40:46 laptop2021 systemd[1]: Listening on udev Kernel Socket.
Oct 29 08:40:46 laptop2021 systemd[1]: Mounting Huge Pages File System...
Oct 29 08:40:46 laptop2021 systemd[1]: Mounting POSIX Message Queue File System...
Oct 29 08:40:46 laptop2021 systemd[1]: Mounting Kernel Debug File System...
Oct 29 08:40:46 laptop2021 systemd[1]: Mounting Kernel Trace File System...
Oct 29 08:40:46 laptop2021 systemd[1]: Mounting Temporary Directory /tmp...
Oct 29 08:40:46 laptop2021 systemd[1]: Starting Create List of Static Device Nodes...
Oct 29 08:40:46 laptop2021 systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Oct 29 08:40:46 laptop2021 systemd[1]: Starting Load Kernel Module configfs...
Oct 29 08:40:46 laptop2021 systemd[1]: Starting Load Kernel Module dm_mod...
Oct 29 08:40:46 laptop2021 systemd[1]: Starting Load Kernel Module drm...
Oct 29 08:40:46 laptop2021 systemd[1]: Starting Load Kernel Module fuse...
Oct 29 08:40:46 laptop2021 systemd[1]: Starting Load Kernel Module loop...
Oct 29 08:40:46 laptop2021 systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Oct 29 08:40:46 laptop2021 systemd[1]: Starting Journal Service...
Oct 29 08:40:46 laptop2021 systemd[1]: Starting Load Kernel Modules...
Oct 29 08:40:46 laptop2021 systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Oct 29 08:40:46 laptop2021 systemd[1]: Starting Remount Root and Kernel File Systems...
Oct 29 08:40:46 laptop2021 kernel: hub 5-2:1.0: USB hub found
Oct 29 08:40:46 laptop2021 kernel: hub 5-2:1.0: 4 ports detected
Oct 29 08:40:46 laptop2021 systemd[1]: Starting Coldplug All udev Devices...
Oct 29 08:40:46 laptop2021 kernel: loop: module loaded
Oct 29 08:40:46 laptop2021 systemd[1]: Mounted Huge Pages File System.
Oct 29 08:40:46 laptop2021 systemd[1]: Mounted POSIX Message Queue File System.
Oct 29 08:40:46 laptop2021 systemd[1]: Mounted Kernel Debug File System.
Oct 29 08:40:46 laptop2021 systemd[1]: Mounted Kernel Trace File System.
Oct 29 08:40:46 laptop2021 systemd[1]: Mounted Temporary Directory /tmp.
Oct 29 08:40:46 laptop2021 systemd-journald[332]: Collecting audit messages is disabled.
Oct 29 08:40:46 laptop2021 kernel: EXT4-fs (nvme0n1p2): re-mounted f71d8c0d-6d2e-45bd-8cb5-18a077099165 r/w. Quota mode: none.
Oct 29 08:40:46 laptop2021 kernel: device-mapper: uevent: version 1.0.3
Oct 29 08:40:46 laptop2021 kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
Oct 29 08:40:46 laptop2021 kernel: fuse: init (API version 7.38)
Oct 29 08:40:46 laptop2021 kernel: usb 6-2.4: new SuperSpeed USB device number 3 using xhci_hcd
Oct 29 08:40:46 laptop2021 kernel: usb 6-2.4: New USB device found, idVendor=05e3, idProduct=0620, bcdDevice=93.06
Oct 29 08:40:46 laptop2021 kernel: usb 6-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 29 08:40:46 laptop2021 kernel: usb 6-2.4: Product: USB3.1 Hub
Oct 29 08:40:46 laptop2021 kernel: usb 6-2.4: Manufacturer: GenesysLogic
Oct 29 08:40:46 laptop2021 systemd[1]: Finished Create List of Static Device Nodes.
Oct 29 08:40:46 laptop2021 systemd[1]: modprobe@configfs.service: Deactivated successfully.
Oct 29 08:40:46 laptop2021 systemd-journald[332]: Journal started
Oct 29 08:40:46 laptop2021 systemd-journald[332]: Runtime Journal (/run/log/journal/6932a57505d64acc84f1f30b873d9450) is 8.0M, max 770.4M, 762.4M free.
Oct 29 08:40:46 laptop2021 systemd-modules-load[333]: Inserted module 'crypto_user'
Oct 29 08:40:46 laptop2021 systemd[1]: Finished Load Kernel Module configfs.
Oct 29 08:40:46 laptop2021 systemd[1]: Started Journal Service.
Oct 29 08:40:46 laptop2021 systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Oct 29 08:40:46 laptop2021 kernel: hub 6-2.4:1.0: USB hub found
Oct 29 08:40:46 laptop2021 kernel: hub 6-2.4:1.0: 4 ports detected
Oct 29 08:40:46 laptop2021 systemd[1]: Finished Load Kernel Module dm_mod.
Oct 29 08:40:46 laptop2021 kernel: usb 3-4: New USB device found, idVendor=13d3, idProduct=56a2, bcdDevice=19.02
Oct 29 08:40:46 laptop2021 kernel: usb 3-4: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Oct 29 08:40:46 laptop2021 kernel: usb 3-4: Product: USB2.0 HD UVC WebCam
Oct 29 08:40:46 laptop2021 kernel: usb 3-4: Manufacturer: Azurewave
Oct 29 08:40:46 laptop2021 kernel: usb 3-4: SerialNumber: 0x0001
Oct 29 08:40:46 laptop2021 systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Oct 29 08:40:46 laptop2021 systemd[1]: modprobe@drm.service: Deactivated successfully.
Oct 29 08:40:47 laptop2021 systemd[1]: Finished Load Kernel Module drm.
Oct 29 08:40:47 laptop2021 systemd[1]: modprobe@fuse.service: Deactivated successfully.
Oct 29 08:40:47 laptop2021 systemd[1]: Finished Load Kernel Module fuse.
Oct 29 08:40:47 laptop2021 systemd[1]: modprobe@loop.service: Deactivated successfully.
Oct 29 08:40:47 laptop2021 systemd[1]: Finished Load Kernel Module loop.
Oct 29 08:40:47 laptop2021 systemd[1]: Finished Load Kernel Modules.
Oct 29 08:40:47 laptop2021 systemd[1]: Finished Remount Root and Kernel File Systems.
Oct 29 08:40:47 laptop2021 systemd[1]: Finished Coldplug All udev Devices.
Oct 29 08:40:47 laptop2021 systemd[1]: Mounting FUSE Control File System...
Oct 29 08:40:47 laptop2021 systemd[1]: Mounting Kernel Configuration File System...
Oct 29 08:40:47 laptop2021 systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Oct 29 08:40:47 laptop2021 kernel: usb 5-2.4: new high-speed USB device number 4 using xhci_hcd
Oct 29 08:40:47 laptop2021 systemd[1]: Starting Flush Journal to Persistent Storage...
Oct 29 08:40:47 laptop2021 systemd[1]: Starting Load/Save OS Random Seed...
Oct 29 08:40:47 laptop2021 systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Oct 29 08:40:47 laptop2021 systemd[1]: Starting Apply Kernel Variables...
Oct 29 08:40:47 laptop2021 systemd-journald[332]: Time spent on flushing to /var/log/journal/6932a57505d64acc84f1f30b873d9450 is 78.703ms for 1151 entries.
Oct 29 08:40:47 laptop2021 systemd-journald[332]: System Journal (/var/log/journal/6932a57505d64acc84f1f30b873d9450) is 438.7M, max 4.0G, 3.5G free.
Oct 29 08:40:47 laptop2021 systemd-journald[332]: Received client request to flush runtime journal.
Oct 29 08:40:47 laptop2021 systemd-journald[332]: /var/log/journal/6932a57505d64acc84f1f30b873d9450/system.journal: Journal file uses a different sequence number ID, rotating.
Oct 29 08:40:47 laptop2021 systemd-journald[332]: Rotating system journal.
Oct 29 08:40:47 laptop2021 systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Oct 29 08:40:47 laptop2021 systemd[1]: Mounted FUSE Control File System.
Oct 29 08:40:47 laptop2021 systemd[1]: Mounted Kernel Configuration File System.
Oct 29 08:40:47 laptop2021 systemd[1]: Finished Apply Kernel Variables.
Oct 29 08:40:47 laptop2021 systemd[1]: Finished Load/Save OS Random Seed.
Oct 29 08:40:47 laptop2021 kernel: usb 5-2.4: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=93.06
Oct 29 08:40:47 laptop2021 kernel: usb 5-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 29 08:40:47 laptop2021 kernel: usb 5-2.4: Product: USB2.1 Hub
Oct 29 08:40:47 laptop2021 kernel: usb 5-2.4: Manufacturer: GenesysLogic
Oct 29 08:40:47 laptop2021 systemd[1]: Finished Flush Journal to Persistent Storage.
Oct 29 08:40:47 laptop2021 kernel: hub 5-2.4:1.0: USB hub found
Oct 29 08:40:47 laptop2021 kernel: hub 5-2.4:1.0: 4 ports detected
Oct 29 08:40:47 laptop2021 systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Oct 29 08:40:47 laptop2021 kernel: usb 6-2.4.4: new SuperSpeed USB device number 4 using xhci_hcd
Oct 29 08:40:47 laptop2021 systemd[1]: Starting Create System Users...
Oct 29 08:40:47 laptop2021 kernel: usb 6-2.4.4: New USB device found, idVendor=05e3, idProduct=0620, bcdDevice=93.06
Oct 29 08:40:47 laptop2021 kernel: usb 6-2.4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 29 08:40:47 laptop2021 kernel: usb 6-2.4.4: Product: USB3.1 Hub
Oct 29 08:40:47 laptop2021 kernel: usb 6-2.4.4: Manufacturer: GenesysLogic
Oct 29 08:40:47 laptop2021 kernel: hub 6-2.4.4:1.0: USB hub found
Oct 29 08:40:47 laptop2021 kernel: hub 6-2.4.4:1.0: 4 ports detected
Oct 29 08:40:47 laptop2021 systemd[1]: Finished Create System Users.
Oct 29 08:40:47 laptop2021 systemd[1]: Starting Create Static Device Nodes in /dev...
Oct 29 08:40:47 laptop2021 systemd[1]: Finished Create Static Device Nodes in /dev.
Oct 29 08:40:47 laptop2021 systemd[1]: Reached target Preparation for Local File Systems.
Oct 29 08:40:47 laptop2021 systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Oct 29 08:40:47 laptop2021 systemd[1]: Starting Rule-based Manager for Device Events and Files...
Oct 29 08:40:47 laptop2021 systemd-udevd[381]: Using default interface naming scheme 'v253'.
Oct 29 08:40:47 laptop2021 systemd[1]: Started Rule-based Manager for Device Events and Files.
Oct 29 08:40:47 laptop2021 mtp-probe[399]: checking bus 3, device 4: "/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb3/3-4"
Oct 29 08:40:47 laptop2021 mtp-probe[399]: bus: 3, device: 4 was not an MTP device
Oct 29 08:40:47 laptop2021 (udev-worker)[424]: 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.
Oct 29 08:40:47 laptop2021 kernel: usb 5-2.4.3: new full-speed USB device number 5 using xhci_hcd
Oct 29 08:40:47 laptop2021 kernel: mc: Linux media interface: v0.10
Oct 29 08:40:47 laptop2021 (udev-worker)[424]: 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.
Oct 29 08:40:47 laptop2021 kernel: input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input6
Oct 29 08:40:47 laptop2021 systemd[1]: Found device CT1000P3SSD8 1.
Oct 29 08:40:47 laptop2021 kernel: nvidia-gpu 0000:01:00.3: enabling device (0000 -> 0002)
Oct 29 08:40:47 laptop2021 kernel: videodev: Linux video capture interface: v2.00
Oct 29 08:40:47 laptop2021 kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Oct 29 08:40:47 laptop2021 kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Oct 29 08:40:47 laptop2021 kernel: input: PC Speaker as /devices/platform/pcspkr/input/input7
Oct 29 08:40:47 laptop2021 kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Oct 29 08:40:47 laptop2021 kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Oct 29 08:40:47 laptop2021 kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Oct 29 08:40:47 laptop2021 kernel: acpi_cpufreq: overriding BIOS provided _PSD data
Oct 29 08:40:47 laptop2021 systemd[1]: Found device WDC PC SN530 SDBPNPZ-1T00-1002 OS.
Oct 29 08:40:47 laptop2021 systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Oct 29 08:40:47 laptop2021 kernel: usb 5-2.4.3: New USB device found, idVendor=056a, idProduct=00b8, bcdDevice= 1.04
Oct 29 08:40:47 laptop2021 kernel: usb 5-2.4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 29 08:40:47 laptop2021 kernel: usb 5-2.4.3: Product: PTK-440
Oct 29 08:40:47 laptop2021 kernel: usb 5-2.4.3: Manufacturer: Tablet
Oct 29 08:40:47 laptop2021 systemd[1]: Mounting /boot...
Oct 29 08:40:47 laptop2021 systemd[1]: Mounting /mnt/win...
Oct 29 08:40:47 laptop2021 systemd[1]: Starting Virtual Console Setup...
Oct 29 08:40:47 laptop2021 kernel: ntfs3: Max link count 4000
Oct 29 08:40:47 laptop2021 kernel: ntfs3: Enabled Linux POSIX ACLs support
Oct 29 08:40:47 laptop2021 kernel: ntfs3: Read-only LZX/Xpress compression included
Oct 29 08:40:47 laptop2021 systemd[1]: Finished Virtual Console Setup.
Oct 29 08:40:47 laptop2021 kernel: usb 5-2.4.4: new high-speed USB device number 6 using xhci_hcd
Oct 29 08:40:48 laptop2021 kernel: input: ELAN1203:00 04F3:307A Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-ELAN1203:00/0018:04F3:307A.0001/input/input8
Oct 29 08:40:48 laptop2021 kernel: input: ELAN1203:00 04F3:307A Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-ELAN1203:00/0018:04F3:307A.0001/input/input9
Oct 29 08:40:48 laptop2021 kernel: hid-generic 0018:04F3:307A.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN1203:00 04F3:307A] on i2c-ELAN1203:00
Oct 29 08:40:48 laptop2021 kernel: cryptd: max_cpu_qlen set to 1000
Oct 29 08:40:48 laptop2021 kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Oct 29 08:40:48 laptop2021 kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Oct 29 08:40:48 laptop2021 kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Oct 29 08:40:48 laptop2021 systemd[1]: Mounted /boot.
Oct 29 08:40:48 laptop2021 kernel: AVX2 version of gcm_enc/dec engaged.
Oct 29 08:40:48 laptop2021 kernel: AES CTR mode by8 optimization enabled
Oct 29 08:40:48 laptop2021 kernel: asus_wmi: ASUS WMI generic driver loaded
Oct 29 08:40:48 laptop2021 kernel: asus_wmi: Initialization: 0x1
Oct 29 08:40:48 laptop2021 kernel: asus_wmi: BIOS WMI version: 8.1
Oct 29 08:40:48 laptop2021 kernel: asus_wmi: SFUN value: 0x4a0061
Oct 29 08:40:48 laptop2021 kernel: asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
Oct 29 08:40:48 laptop2021 kernel: asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
Oct 29 08:40:48 laptop2021 kernel: usb 3-4: Found UVC 1.00 device USB2.0 HD UVC WebCam (13d3:56a2)
Oct 29 08:40:48 laptop2021 kernel: usbcore: registered new interface driver uvcvideo
Oct 29 08:40:48 laptop2021 mtp-probe[500]: checking bus 3, device 4: "/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb3/3-4"
Oct 29 08:40:48 laptop2021 mtp-probe[500]: bus: 3, device: 4 was not an MTP device
Oct 29 08:40:48 laptop2021 kernel: r8169 0000:02:00.0 eth0: RTL8168h/8111h, 3c:7c:3f:1b:fc:a0, XID 541, IRQ 92
Oct 29 08:40:48 laptop2021 kernel: r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Oct 29 08:40:48 laptop2021 kernel: asus-nb-wmi asus-nb-wmi: Using throttle_thermal_policy for platform_profile support
Oct 29 08:40:48 laptop2021 mtp-probe[504]: checking bus 3, device 3: "/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb3/3-2"
Oct 29 08:40:48 laptop2021 kernel: r8169 0000:02:00.0 enp2s0: renamed from eth0
Oct 29 08:40:48 laptop2021 mtp-probe[504]: bus: 3, device: 3 was not an MTP device
Oct 29 08:40:48 laptop2021 systemd[1]: Created slice Slice /system/systemd-backlight.
Oct 29 08:40:48 laptop2021 kernel: input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input10
Oct 29 08:40:48 laptop2021 kernel: usb 5-2.4.4: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=93.06
Oct 29 08:40:48 laptop2021 kernel: usb 5-2.4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 29 08:40:48 laptop2021 kernel: usb 5-2.4.4: Product: USB2.1 Hub
Oct 29 08:40:48 laptop2021 kernel: usb 5-2.4.4: Manufacturer: GenesysLogic
Oct 29 08:40:48 laptop2021 kernel: input: ELAN1203:00 04F3:307A Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-ELAN1203:00/0018:04F3:307A.0001/input/input11
Oct 29 08:40:48 laptop2021 kernel: asus_wmi: fan_curve_get_factory_default (0x00110024) failed: -19
Oct 29 08:40:48 laptop2021 kernel: input: ELAN1203:00 04F3:307A Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-ELAN1203:00/0018:04F3:307A.0001/input/input12
Oct 29 08:40:48 laptop2021 kernel: hid-multitouch 0018:04F3:307A.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN1203:00 04F3:307A] on i2c-ELAN1203:00
Oct 29 08:40:48 laptop2021 kernel: asus_wmi: fan_curve_get_factory_default (0x00110025) failed: -19
Oct 29 08:40:48 laptop2021 kernel: ccp 0000:06:00.2: enabling device (0000 -> 0002)
Oct 29 08:40:48 laptop2021 kernel: hub 5-2.4.4:1.0: USB hub found
Oct 29 08:40:48 laptop2021 kernel: hub 5-2.4.4:1.0: 4 ports detected
Oct 29 08:40:48 laptop2021 kernel: ccp 0000:06:00.2: ccp: unable to access the device: you might be running a broken BIOS.
Oct 29 08:40:48 laptop2021 kernel: mousedev: PS/2 mouse device common for all mice
Oct 29 08:40:48 laptop2021 kernel: ccp 0000:06:00.2: tee enabled
Oct 29 08:40:48 laptop2021 kernel: ccp 0000:06:00.2: psp enabled
Oct 29 08:40:48 laptop2021 kernel: ACPI: battery: new extension: ASUS Battery Extension
Oct 29 08:40:48 laptop2021 kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Oct 29 08:40:48 laptop2021 kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Oct 29 08:40:48 laptop2021 kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Oct 29 08:40:48 laptop2021 kernel: cfg80211: failed to load regulatory.db
Oct 29 08:40:48 laptop2021 systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:amdgpu_bl0...
Oct 29 08:40:48 laptop2021 systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:asus::kbd_backlight...
Oct 29 08:40:48 laptop2021 kernel: snd_rn_pci_acp3x 0000:06:00.5: enabling device (0000 -> 0002)
Oct 29 08:40:48 laptop2021 systemd[1]: Finished Load/Save Screen Backlight Brightness of leds:asus::kbd_backlight.
Oct 29 08:40:48 laptop2021 mtp-probe[515]: checking bus 5, device 5: "/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.3"
Oct 29 08:40:48 laptop2021 mtp-probe[515]: bus: 5, device: 5 was not an MTP device
Oct 29 08:40:48 laptop2021 kernel: Bluetooth: Core ver 2.22
Oct 29 08:40:48 laptop2021 kernel: NET: Registered PF_BLUETOOTH protocol family
Oct 29 08:40:48 laptop2021 kernel: Bluetooth: HCI device and connection manager initialized
Oct 29 08:40:48 laptop2021 kernel: Bluetooth: HCI socket layer initialized
Oct 29 08:40:48 laptop2021 kernel: Bluetooth: L2CAP socket layer initialized
Oct 29 08:40:48 laptop2021 kernel: Bluetooth: SCO socket layer initialized
Oct 29 08:40:48 laptop2021 kernel: snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
Oct 29 08:40:48 laptop2021 kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Oct 29 08:40:48 laptop2021 kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Oct 29 08:40:48 laptop2021 kernel: snd_hda_intel 0000:06:00.1: enabling device (0000 -> 0002)
Oct 29 08:40:48 laptop2021 kernel: snd_hda_intel 0000:06:00.1: Handle vga_switcheroo audio client
Oct 29 08:40:48 laptop2021 kernel: snd_hda_intel 0000:06:00.6: enabling device (0000 -> 0002)
Oct 29 08:40:48 laptop2021 kernel: input: Tablet PTK-440 Mouse as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.3/5-2.4.3:1.0/0003:056A:00B8.0002/input/input13
Oct 29 08:40:48 laptop2021 kernel: hid-generic 0003:056A:00B8.0002: input,hidraw1: USB HID v1.00 Mouse [Tablet PTK-440] on usb-0000:06:00.4-2.4.3/input0
Oct 29 08:40:48 laptop2021 kernel: usbcore: registered new interface driver usbhid
Oct 29 08:40:48 laptop2021 kernel: usbhid: USB HID core driver
Oct 29 08:40:48 laptop2021 mtp-probe[519]: checking bus 5, device 5: "/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.3"
Oct 29 08:40:48 laptop2021 mtp-probe[519]: bus: 5, device: 5 was not an MTP device
Oct 29 08:40:48 laptop2021 kernel: snd_hda_intel 0000:06:00.1: bound 0000:06:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
Oct 29 08:40:48 laptop2021 systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:amdgpu_bl0.
Oct 29 08:40:48 laptop2021 kernel: input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card1/input15
Oct 29 08:40:48 laptop2021 kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input16
Oct 29 08:40:48 laptop2021 kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input17
Oct 29 08:40:48 laptop2021 kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input18
Oct 29 08:40:48 laptop2021 kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input19
Oct 29 08:40:48 laptop2021 systemd[1]: Reached target Sound Card.
Oct 29 08:40:48 laptop2021 kernel: usb 3-2: 2:1: cannot get freq at ep 0x1
Oct 29 08:40:48 laptop2021 kernel: usb 3-2: 3:1: cannot get freq at ep 0x82
Oct 29 08:40:48 laptop2021 kernel: usb 3-2: Quirk or no altest; falling back to MIDI 1.0
Oct 29 08:40:48 laptop2021 kernel: usbcore: registered new interface driver snd-usb-audio
Oct 29 08:40:48 laptop2021 kernel: snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Oct 29 08:40:48 laptop2021 kernel: snd_hda_codec_realtek hdaudioC2D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Oct 29 08:40:48 laptop2021 kernel: snd_hda_codec_realtek hdaudioC2D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Oct 29 08:40:48 laptop2021 kernel: snd_hda_codec_realtek hdaudioC2D0:    mono: mono_out=0x0
Oct 29 08:40:48 laptop2021 kernel: snd_hda_codec_realtek hdaudioC2D0:    inputs:
Oct 29 08:40:48 laptop2021 kernel: snd_hda_codec_realtek hdaudioC2D0:      Headset Mic=0x19
Oct 29 08:40:48 laptop2021 kernel: snd_hda_codec_realtek hdaudioC2D0:      Internal Mic=0x12
Oct 29 08:40:48 laptop2021 kernel: usbcore: registered new interface driver btusb
Oct 29 08:40:48 laptop2021 kernel: Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000c lmp_ver=0a lmp_subver=8822
Oct 29 08:40:48 laptop2021 kernel: Bluetooth: hci0: RTL: rom_version status=0 version=3
Oct 29 08:40:48 laptop2021 kernel: Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_fw.bin
Oct 29 08:40:48 laptop2021 kernel: kvm_amd: TSC scaling supported
Oct 29 08:40:48 laptop2021 kernel: kvm_amd: Nested Virtualization enabled
Oct 29 08:40:48 laptop2021 kernel: kvm_amd: Nested Paging enabled
Oct 29 08:40:48 laptop2021 kernel: kvm_amd: SEV enabled (ASIDs 1 - 14)
Oct 29 08:40:48 laptop2021 kernel: kvm_amd: SEV-ES disabled (ASIDs 0 - 0)
Oct 29 08:40:48 laptop2021 kernel: kvm_amd: Virtual VMLOAD VMSAVE supported
Oct 29 08:40:48 laptop2021 kernel: kvm_amd: Virtual GIF supported
Oct 29 08:40:48 laptop2021 kernel: kvm_amd: LBR virtualization supported
Oct 29 08:40:48 laptop2021 kernel: Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_config.bin
Oct 29 08:40:48 laptop2021 kernel: Bluetooth: hci0: RTL: cfg_sz 6, total sz 35990
Oct 29 08:40:48 laptop2021 kernel: rtw_8822ce 0000:03:00.0: enabling device (0000 -> 0003)
Oct 29 08:40:48 laptop2021 kernel: rtw_8822ce 0000:03:00.0: WOW Firmware version 9.9.4, H2C version 15
Oct 29 08:40:48 laptop2021 kernel: rtw_8822ce 0000:03:00.0: Firmware version 9.9.15, H2C version 15
Oct 29 08:40:48 laptop2021 kernel: MCE: In-kernel MCE decoding enabled.
Oct 29 08:40:48 laptop2021 kernel: input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card2/input20
Oct 29 08:40:48 laptop2021 systemd[1]: Starting Load/Save RF Kill Switch Status...
Oct 29 08:40:48 laptop2021 systemd[1]: Reached target Bluetooth Support.
Oct 29 08:40:48 laptop2021 kernel: input: Wacom Intuos4 4x6 Pen as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.3/5-2.4.3:1.0/0003:056A:00B8.0002/input/input21
Oct 29 08:40:48 laptop2021 kernel: input: Wacom Intuos4 4x6 Pad as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.3/5-2.4.3:1.0/0003:056A:00B8.0002/input/input23
Oct 29 08:40:48 laptop2021 kernel: wacom 0003:056A:00B8.0002: hidraw1: USB HID v1.00 Mouse [Tablet PTK-440] on usb-0000:06:00.4-2.4.3/input0
Oct 29 08:40:48 laptop2021 systemd[1]: Started Load/Save RF Kill Switch Status.
Oct 29 08:40:48 laptop2021 kernel: rtw_8822ce 0000:03:00.0 wlp3s0: renamed from wlan0
Oct 29 08:40:48 laptop2021 kernel: usb 5-2.4.4.3: new low-speed USB device number 7 using xhci_hcd
Oct 29 08:40:48 laptop2021 kernel: intel_rapl_common: Found RAPL domain package
Oct 29 08:40:48 laptop2021 kernel: intel_rapl_common: Found RAPL domain core
Oct 29 08:40:48 laptop2021 systemd[1]: Mounted /mnt/win.
Oct 29 08:40:48 laptop2021 systemd[1]: Reached target Local File Systems.
Oct 29 08:40:48 laptop2021 kernel: usb 5-2.4.4.3: New USB device found, idVendor=04f2, idProduct=0939, bcdDevice= 1.00
Oct 29 08:40:48 laptop2021 kernel: usb 5-2.4.4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 29 08:40:48 laptop2021 kernel: usb 5-2.4.4.3: Product: USB Optical Mouse
Oct 29 08:40:48 laptop2021 kernel: usb 5-2.4.4.3: Manufacturer: PixArt
Oct 29 08:40:48 laptop2021 systemd[1]: Starting Rebuild Dynamic Linker Cache...
Oct 29 08:40:48 laptop2021 systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Oct 29 08:40:48 laptop2021 systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Oct 29 08:40:48 laptop2021 systemd[1]: Starting Create Volatile Files and Directories...
Oct 29 08:40:48 laptop2021 kernel: input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.4/5-2.4.4.3/5-2.4.4.3:1.0/0003:04F2:0939.0003/input/input24
Oct 29 08:40:48 laptop2021 kernel: hid-generic 0003:04F2:0939.0003: input,hidraw2: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:06:00.4-2.4.4.3/input0
Oct 29 08:40:48 laptop2021 mtp-probe[546]: checking bus 5, device 7: "/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.4/5-2.4.4.3"
Oct 29 08:40:48 laptop2021 mtp-probe[546]: bus: 5, device: 7 was not an MTP device
Oct 29 08:40:48 laptop2021 systemd[1]: Finished Create Volatile Files and Directories.
Oct 29 08:40:48 laptop2021 systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Oct 29 08:40:48 laptop2021 systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Oct 29 08:40:48 laptop2021 kernel: Bluetooth: hci0: RTL: fw version 0x0cc6d2e3
Oct 29 08:40:48 laptop2021 systemd[1]: Starting Rebuild Journal Catalog...
Oct 29 08:40:48 laptop2021 systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Oct 29 08:40:48 laptop2021 systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Oct 29 08:40:48 laptop2021 mtp-probe[553]: checking bus 5, device 7: "/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.4/5-2.4.4.3"
Oct 29 08:40:48 laptop2021 mtp-probe[553]: bus: 5, device: 7 was not an MTP device
Oct 29 08:40:48 laptop2021 kernel: usb 5-2.4.4.4: new low-speed USB device number 8 using xhci_hcd
Oct 29 08:40:48 laptop2021 systemd[1]: Finished Rebuild Dynamic Linker Cache.
Oct 29 08:40:48 laptop2021 systemd[1]: Finished Rebuild Journal Catalog.
Oct 29 08:40:48 laptop2021 systemd[1]: Starting Update is Completed...
Oct 29 08:40:48 laptop2021 kernel: Bluetooth: hci0: AOSP extensions version v1.00
Oct 29 08:40:48 laptop2021 kernel: Bluetooth: hci0: AOSP quality report is supported
Oct 29 08:40:48 laptop2021 systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Oct 29 08:40:48 laptop2021 kernel: usb 5-2.4.4.4: New USB device found, idVendor=04f2, idProduct=0833, bcdDevice= 2.30
Oct 29 08:40:48 laptop2021 kernel: usb 5-2.4.4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 29 08:40:48 laptop2021 kernel: usb 5-2.4.4.4: Product: USB Keyboard
Oct 29 08:40:48 laptop2021 kernel: usb 5-2.4.4.4: Manufacturer: CHICONY
Oct 29 08:40:48 laptop2021 systemd[1]: Finished Update is Completed.
Oct 29 08:40:48 laptop2021 systemd[1]: Reached target System Initialization.
Oct 29 08:40:48 laptop2021 systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Oct 29 08:40:48 laptop2021 systemd[1]: Started Daily man-db regeneration.
Oct 29 08:40:48 laptop2021 systemd[1]: Started Daily verification of password and group files.
Oct 29 08:40:48 laptop2021 systemd[1]: Started Daily Cleanup of Temporary Directories.
Oct 29 08:40:48 laptop2021 systemd[1]: Reached target Timer Units.
Oct 29 08:40:49 laptop2021 systemd[1]: Listening on D-Bus System Message Bus Socket.
Oct 29 08:40:49 laptop2021 systemd[1]: Reached target Socket Units.
Oct 29 08:40:49 laptop2021 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).
Oct 29 08:40:49 laptop2021 systemd[1]: Reached target Basic System.
Oct 29 08:40:49 laptop2021 systemd[1]: Starting D-Bus System Message Bus...
Oct 29 08:40:49 laptop2021 systemd[1]: Starting User Login Management...
Oct 29 08:40:49 laptop2021 kernel: nvidia-gpu 0000:01:00.3: i2c timeout error e0000000
Oct 29 08:40:49 laptop2021 kernel: ucsi_ccg 6-0008: i2c_transfer failed -110
Oct 29 08:40:49 laptop2021 kernel: ucsi_ccg 6-0008: ucsi_ccg_init failed - -110
Oct 29 08:40:49 laptop2021 kernel: ucsi_ccg: probe of 6-0008 failed with error -110
Oct 29 08:40:49 laptop2021 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).
Oct 29 08:40:49 laptop2021 systemd[1]: Started Verify integrity of password and group files.
Oct 29 08:40:49 laptop2021 kernel: input: CHICONY USB Keyboard as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.4/5-2.4.4.4/5-2.4.4.4:1.0/0003:04F2:0833.0004/input/input25
Oct 29 08:40:49 laptop2021 systemd[1]: Started D-Bus System Message Bus.
Oct 29 08:40:49 laptop2021 systemd[1]: Starting Network Manager...
Oct 29 08:40:49 laptop2021 systemd-logind[561]: New seat seat0.
Oct 29 08:40:49 laptop2021 systemd-logind[561]: Watching system buttons on /dev/input/event3 (Power Button)
Oct 29 08:40:49 laptop2021 systemd-logind[561]: Watching system buttons on /dev/input/event0 (Power Button)
Oct 29 08:40:49 laptop2021 systemd-logind[561]: Watching system buttons on /dev/input/event2 (Lid Switch)
Oct 29 08:40:49 laptop2021 systemd-logind[561]: Watching system buttons on /dev/input/event1 (Sleep Button)
Oct 29 08:40:49 laptop2021 systemd[1]: shadow.service: Deactivated successfully.
Oct 29 08:40:49 laptop2021 systemd-logind[561]: Watching system buttons on /dev/input/event5 (AT Translated Set 2 keyboard)
Oct 29 08:40:49 laptop2021 NetworkManager[563]: <info>  [1698594049.1079] NetworkManager (version 1.44.2-3) is starting... (boot:1fe0650b-1fcf-4c10-916f-d82bb7d338f7)
Oct 29 08:40:49 laptop2021 NetworkManager[563]: <info>  [1698594049.1080] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Oct 29 08:40:49 laptop2021 kernel: hid-generic 0003:04F2:0833.0004: input,hidraw3: USB HID v1.11 Keyboard [CHICONY USB Keyboard] on usb-0000:06:00.4-2.4.4.4/input0
Oct 29 08:40:49 laptop2021 NetworkManager[563]: <info>  [1698594049.1181] manager[0x555caab3a090]: monitoring kernel firmware directory '/lib/firmware'.
Oct 29 08:40:49 laptop2021 dbus-daemon[559]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.2' (uid=0 pid=563 comm="/usr/bin/NetworkManager --no-daemon")
Oct 29 08:40:49 laptop2021 kernel: input: CHICONY USB Keyboard System Control as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.4/5-2.4.4.4/5-2.4.4.4:1.1/0003:04F2:0833.0005/input/input26
Oct 29 08:40:49 laptop2021 systemd[1]: Started User Login Management.
Oct 29 08:40:49 laptop2021 kernel: input: CHICONY USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.4/5-2.4.4.4/5-2.4.4.4:1.1/0003:04F2:0833.0005/input/input27
Oct 29 08:40:49 laptop2021 kernel: input: CHICONY USB Keyboard as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.4/5-2.4.4.4/5-2.4.4.4:1.1/0003:04F2:0833.0005/input/input28
Oct 29 08:40:49 laptop2021 kernel: hid-generic 0003:04F2:0833.0005: input,hiddev96,hidraw4: USB HID v1.11 Device [CHICONY USB Keyboard] on usb-0000:06:00.4-2.4.4.4/input1
Oct 29 08:40:49 laptop2021 mtp-probe[592]: checking bus 5, device 8: "/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.4/5-2.4.4.4"
Oct 29 08:40:49 laptop2021 mtp-probe[592]: bus: 5, device: 8 was not an MTP device
Oct 29 08:40:49 laptop2021 systemd[1]: Starting Hostname Service...
Oct 29 08:40:49 laptop2021 dbus-daemon[559]: [system] Successfully activated service 'org.freedesktop.hostname1'
Oct 29 08:40:49 laptop2021 systemd[1]: Started Hostname Service.
Oct 29 08:40:49 laptop2021 systemd-logind[561]: Watching system buttons on /dev/input/event20 (CHICONY USB Keyboard)
Oct 29 08:40:49 laptop2021 NetworkManager[563]: <info>  [1698594049.2764] hostname: hostname: using hostnamed
Oct 29 08:40:49 laptop2021 NetworkManager[563]: <info>  [1698594049.2764] hostname: static hostname changed from (none) to "laptop2021"
Oct 29 08:40:49 laptop2021 NetworkManager[563]: <info>  [1698594049.2775] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Oct 29 08:40:49 laptop2021 NetworkManager[563]: <info>  [1698594049.2791] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:02.2/0000:03:00.0/ieee80211/phy0/rfkill1) (driver rtw_8822ce)
Oct 29 08:40:49 laptop2021 NetworkManager[563]: <info>  [1698594049.2793] manager[0x555caab3a090]: rfkill: Wi-Fi hardware radio set enabled
Oct 29 08:40:49 laptop2021 NetworkManager[563]: <info>  [1698594049.2793] manager[0x555caab3a090]: rfkill: WWAN hardware radio set enabled
Oct 29 08:40:49 laptop2021 systemd-logind[561]: Watching system buttons on /dev/input/event21 (CHICONY USB Keyboard System Control)
Oct 29 08:40:49 laptop2021 NetworkManager[563]: <info>  [1698594049.2914] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-adsl.so)
Oct 29 08:40:49 laptop2021 mtp-probe[603]: checking bus 5, device 8: "/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.4/5-2.4.4.4"
Oct 29 08:40:49 laptop2021 NetworkManager[563]: <info>  [1698594049.2935] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-wifi.so)
Oct 29 08:40:49 laptop2021 mtp-probe[603]: bus: 5, device: 8 was not an MTP device
Oct 29 08:40:49 laptop2021 NetworkManager[563]: <info>  [1698594049.3002] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-bluetooth.so)
Oct 29 08:40:49 laptop2021 NetworkManager[563]: <info>  [1698594049.3245] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-team.so)
Oct 29 08:40:49 laptop2021 NetworkManager[563]: <info>  [1698594049.3257] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-ovs.so)
Oct 29 08:40:49 laptop2021 NetworkManager[563]: <info>  [1698594049.3265] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-wwan.so)
Oct 29 08:40:49 laptop2021 NetworkManager[563]: <info>  [1698594049.3267] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Oct 29 08:40:49 laptop2021 NetworkManager[563]: <info>  [1698594049.3267] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Oct 29 08:40:49 laptop2021 NetworkManager[563]: <info>  [1698594049.3267] manager: Networking is enabled by state file
Oct 29 08:40:49 laptop2021 dbus-daemon[559]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.2' (uid=0 pid=563 comm="/usr/bin/NetworkManager --no-daemon")
Oct 29 08:40:49 laptop2021 NetworkManager[563]: <info>  [1698594049.3270] settings: Loaded settings plugin: keyfile (internal)
Oct 29 08:40:49 laptop2021 NetworkManager[563]: <info>  [1698594049.3294] dhcp: init: Using DHCP client 'internal'
Oct 29 08:40:49 laptop2021 NetworkManager[563]: <info>  [1698594049.3295] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Oct 29 08:40:49 laptop2021 NetworkManager[563]: <info>  [1698594049.3302] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Oct 29 08:40:49 laptop2021 NetworkManager[563]: <info>  [1698594049.3304] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Oct 29 08:40:49 laptop2021 NetworkManager[563]: <info>  [1698594049.3307] device (lo): Activation: starting connection 'lo' (0c45a884-159d-4833-91ec-1ef385525625)
Oct 29 08:40:49 laptop2021 NetworkManager[563]: <info>  [1698594049.3312] manager: (enp2s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Oct 29 08:40:49 laptop2021 NetworkManager[563]: <info>  [1698594049.3318] settings: (enp2s0): created default wired connection 'Wired connection 1'
Oct 29 08:40:49 laptop2021 NetworkManager[563]: <info>  [1698594049.3318] device (enp2s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 29 08:40:49 laptop2021 systemd[1]: Starting Network Manager Script Dispatcher Service...
Oct 29 08:40:49 laptop2021 kernel: Generic FE-GE Realtek PHY r8169-0-200:00: attached PHY driver (mii_bus:phy_addr=r8169-0-200:00, irq=MAC)
Oct 29 08:40:49 laptop2021 dbus-daemon[559]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Oct 29 08:40:49 laptop2021 systemd[1]: Started Network Manager Script Dispatcher Service.
Oct 29 08:40:49 laptop2021 NetworkManager[563]: <info>  [1698594049.5671] device (wlp3s0): driver supports Access Point (AP) mode
Oct 29 08:40:49 laptop2021 NetworkManager[563]: <info>  [1698594049.5679] manager: (wlp3s0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Oct 29 08:40:49 laptop2021 kernel: r8169 0000:02:00.0 enp2s0: Link is Down
Oct 29 08:40:49 laptop2021 NetworkManager[563]: <info>  [1698594049.5682] device (wlp3s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 29 08:40:50 laptop2021 NetworkManager[563]: <info>  [1698594050.5223] device (wlp3s0): set-hw-addr: set MAC address to C2:73:34:A7:EF:E0 (scanning)
Oct 29 08:40:50 laptop2021 dbus-daemon[559]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.2' (uid=0 pid=563 comm="/usr/bin/NetworkManager --no-daemon")
Oct 29 08:40:50 laptop2021 NetworkManager[563]: <info>  [1698594050.7438] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Oct 29 08:40:50 laptop2021 systemd[1]: Started Network Manager.
Oct 29 08:40:50 laptop2021 NetworkManager[563]: <info>  [1698594050.7470] ovsdb: disconnected from ovsdb
Oct 29 08:40:50 laptop2021 NetworkManager[563]: <info>  [1698594050.7471] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Oct 29 08:40:50 laptop2021 NetworkManager[563]: <info>  [1698594050.7474] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Oct 29 08:40:50 laptop2021 NetworkManager[563]: <info>  [1698594050.7477] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Oct 29 08:40:50 laptop2021 NetworkManager[563]: <info>  [1698594050.7488] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Oct 29 08:40:50 laptop2021 NetworkManager[563]: <info>  [1698594050.7541] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Oct 29 08:40:50 laptop2021 NetworkManager[563]: <info>  [1698594050.7544] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Oct 29 08:40:50 laptop2021 NetworkManager[563]: <info>  [1698594050.7551] device (lo): Activation: successful, device activated.
Oct 29 08:40:50 laptop2021 systemd[1]: Starting WPA supplicant...
Oct 29 08:40:50 laptop2021 dbus-daemon[559]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Oct 29 08:40:50 laptop2021 systemd[1]: Started WPA supplicant.
Oct 29 08:40:50 laptop2021 wpa_supplicant[609]: Successfully initialized wpa_supplicant
Oct 29 08:40:50 laptop2021 systemd[1]: Reached target Network.
Oct 29 08:40:50 laptop2021 systemd[1]: Starting Network Time Service...
Oct 29 08:40:50 laptop2021 systemd[1]: Starting Permit User Sessions...
Oct 29 08:40:50 laptop2021 ntpd[610]: ntpd 4.2.8p17@1.4004-o Tue Jun  6 14:05:47 UTC 2023 (1): Starting
Oct 29 08:40:50 laptop2021 ntpd[610]: Command line: /usr/bin/ntpd -g -u ntp:ntp
Oct 29 08:40:50 laptop2021 ntpd[610]: ----------------------------------------------------
Oct 29 08:40:50 laptop2021 ntpd[610]: ntp-4 is maintained by Network Time Foundation,
Oct 29 08:40:50 laptop2021 ntpd[610]: Inc. (NTF), a non-profit 501(c)(3) public-benefit
Oct 29 08:40:50 laptop2021 ntpd[610]: corporation.  Support and training for ntp-4 are
Oct 29 08:40:50 laptop2021 ntpd[610]: available at https://www.nwtime.org/support
Oct 29 08:40:50 laptop2021 ntpd[610]: ----------------------------------------------------
Oct 29 08:40:50 laptop2021 ntpd[610]: DEBUG behavior is enabled - a violation of any
Oct 29 08:40:50 laptop2021 ntpd[610]: diagnostic assertion will cause ntpd to abort
Oct 29 08:40:50 laptop2021 ntpd[614]: proto: precision = 0.977 usec (-20)
Oct 29 08:40:50 laptop2021 ntpd[614]: basedate set to 2023-05-25
Oct 29 08:40:50 laptop2021 ntpd[614]: gps base set to 2023-05-28 (week 2264)
Oct 29 08:40:50 laptop2021 ntpd[614]: initial drift restored to 7.595000
Oct 29 08:40:50 laptop2021 ntpd[614]: Listen and drop on 0 v6wildcard [::]:123
Oct 29 08:40:50 laptop2021 ntpd[614]: Listen and drop on 1 v4wildcard 0.0.0.0:123
Oct 29 08:40:50 laptop2021 ntpd[614]: Listen normally on 2 lo 127.0.0.1:123
Oct 29 08:40:50 laptop2021 ntpd[614]: Listen normally on 3 lo [::1]:123
Oct 29 08:40:50 laptop2021 ntpd[614]: Listening on routing socket on fd #20 for interface updates
Oct 29 08:40:50 laptop2021 ntpd[614]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
Oct 29 08:40:50 laptop2021 ntpd[614]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
Oct 29 08:40:50 laptop2021 wpa_supplicant[609]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
Oct 29 08:40:50 laptop2021 NetworkManager[563]: <info>  [1698594050.8493] device (wlp3s0): supplicant interface state: internal-starting -> disconnected
Oct 29 08:40:50 laptop2021 NetworkManager[563]: <info>  [1698594050.8495] device (wlp3s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Oct 29 08:40:50 laptop2021 systemd[1]: Finished Permit User Sessions.
Oct 29 08:40:50 laptop2021 systemd[1]: Starting GNOME Display Manager...
Oct 29 08:40:50 laptop2021 systemd[1]: Started Network Time Service.
Oct 29 08:40:50 laptop2021 systemd[1]: Reached target Multi-User System.
Oct 29 08:40:50 laptop2021 systemd[1]: Started GNOME Display Manager.
Oct 29 08:40:50 laptop2021 systemd[1]: Reached target Graphical Interface.
Oct 29 08:40:50 laptop2021 systemd[1]: Startup finished in 13.390s (firmware) + 4.286s (loader) + 6.234s (kernel) + 4.600s (userspace) = 28.511s.
Oct 29 08:40:50 laptop2021 dbus-daemon[559]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' requested by ':1.6' (uid=0 pid=616 comm="/usr/bin/gdm")
Oct 29 08:40:50 laptop2021 systemd[1]: Reached target User and Group Name Lookups.
Oct 29 08:40:50 laptop2021 systemd[1]: Starting Accounts Service...
Oct 29 08:40:50 laptop2021 dbus-daemon[559]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.7' (uid=0 pid=622 comm="/usr/lib/accounts-daemon")
Oct 29 08:40:50 laptop2021 systemd[1]: Starting Authorization Manager...
Oct 29 08:40:50 laptop2021 polkitd[627]: Started polkitd version 123
Oct 29 08:40:50 laptop2021 polkitd[627]: Loading rules from directory /etc/polkit-1/rules.d
Oct 29 08:40:50 laptop2021 polkitd[627]: Loading rules from directory /usr/share/polkit-1/rules.d
Oct 29 08:40:50 laptop2021 polkitd[627]: Finished loading, compiling and executing 9 rules
Oct 29 08:40:50 laptop2021 dbus-daemon[559]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Oct 29 08:40:50 laptop2021 systemd[1]: Started Authorization Manager.
Oct 29 08:40:50 laptop2021 polkitd[627]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Oct 29 08:40:50 laptop2021 accounts-daemon[622]: started daemon version 23.13.0
Oct 29 08:40:50 laptop2021 dbus-daemon[559]: [system] Successfully activated service 'org.freedesktop.Accounts'
Oct 29 08:40:50 laptop2021 systemd[1]: Started Accounts Service.
Oct 29 08:40:51 laptop2021 systemd-logind[561]: New session 1 of user gdm.
Oct 29 08:40:51 laptop2021 systemd[1]: Created slice User Slice of UID 120.
Oct 29 08:40:51 laptop2021 systemd[1]: Starting User Runtime Directory /run/user/120...
Oct 29 08:40:51 laptop2021 systemd[1]: Finished User Runtime Directory /run/user/120.
Oct 29 08:40:51 laptop2021 systemd[1]: Starting User Manager for UID 120...
Oct 29 08:40:51 laptop2021 dbus-daemon[559]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.11' (uid=0 pid=650 comm="(systemd)")
Oct 29 08:40:51 laptop2021 dbus-daemon[559]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 29 08:40:51 laptop2021 (systemd)[650]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[gdm] ruser=[<unknown>] rhost=[<unknown>]
Oct 29 08:40:51 laptop2021 (systemd)[650]: pam_unix(systemd-user:session): session opened for user gdm(uid=120) by gdm(uid=0)
Oct 29 08:40:51 laptop2021 systemd[650]: Queued start job for default target Main User Target.
Oct 29 08:40:51 laptop2021 systemd[650]: Created slice User Application Slice.
Oct 29 08:40:51 laptop2021 systemd[650]: Reached target Paths.
Oct 29 08:40:51 laptop2021 systemd[650]: Reached target Timers.
Oct 29 08:40:51 laptop2021 systemd[650]: Starting D-Bus User Message Bus Socket...
Oct 29 08:40:51 laptop2021 systemd[650]: Listening on GnuPG network certificate management daemon.
Oct 29 08:40:51 laptop2021 systemd[650]: Listening on GCR ssh-agent wrapper.
Oct 29 08:40:51 laptop2021 systemd[650]: Listening on GNOME Keyring daemon.
Oct 29 08:40:51 laptop2021 systemd[650]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Oct 29 08:40:51 laptop2021 systemd[650]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Oct 29 08:40:51 laptop2021 systemd[650]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Oct 29 08:40:51 laptop2021 systemd[650]: Listening on GnuPG cryptographic agent and passphrase cache.
Oct 29 08:40:51 laptop2021 systemd[650]: Listening on p11-kit server.
Oct 29 08:40:51 laptop2021 systemd[650]: Listening on PipeWire Multimedia System Sockets.
Oct 29 08:40:51 laptop2021 systemd[650]: Listening on Sound System.
Oct 29 08:40:51 laptop2021 systemd[650]: Listening on D-Bus User Message Bus Socket.
Oct 29 08:40:51 laptop2021 systemd[650]: Reached target Sockets.
Oct 29 08:40:51 laptop2021 systemd[650]: Reached target Basic System.
Oct 29 08:40:51 laptop2021 systemd[1]: Started User Manager for UID 120.
Oct 29 08:40:51 laptop2021 systemd[650]: Starting Update XDG user dir configuration...
Oct 29 08:40:51 laptop2021 systemd[1]: Started Session 1 of User gdm.
Oct 29 08:40:51 laptop2021 systemd[650]: Finished Update XDG user dir configuration.
Oct 29 08:40:51 laptop2021 systemd[650]: Reached target Main User Target.
Oct 29 08:40:51 laptop2021 systemd[650]: Startup finished in 177ms.
Oct 29 08:40:51 laptop2021 systemd[650]: Created slice User Core Session Slice.
Oct 29 08:40:51 laptop2021 systemd[650]: Starting D-Bus User Message Bus...
Oct 29 08:40:51 laptop2021 systemd[650]: Started D-Bus User Message Bus.
Oct 29 08:40:51 laptop2021 dbus-daemon[664]: [session uid=120 pid=664] Successfully activated service 'org.freedesktop.systemd1'
Oct 29 08:40:51 laptop2021 /usr/lib/gdm-wayland-session[667]: dbus-daemon[667]: [session uid=120 pid=667] Activating service name='org.freedesktop.systemd1' requested by ':1.2' (uid=120 pid=668 comm="/usr/lib/gnome-session-binary --autostart /usr/sha")
Oct 29 08:40:51 laptop2021 /usr/lib/gdm-wayland-session[667]: dbus-daemon[667]: [session uid=120 pid=667] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Oct 29 08:40:51 laptop2021 gnome-session[668]: gnome-session-binary[668]: WARNING: Could not check if unit gnome-session-wayland@gnome-login.target is active: Error calling StartServiceByName for org.freedesktop.systemd1: Process org.freedesktop.systemd1 exited with status 1
Oct 29 08:40:51 laptop2021 gnome-session-binary[668]: WARNING: Could not check if unit gnome-session-wayland@gnome-login.target is active: Error calling StartServiceByName for org.freedesktop.systemd1: Process org.freedesktop.systemd1 exited with status 1
Oct 29 08:40:51 laptop2021 gnome-shell[680]: Running GNOME Shell (using mutter 45.0) as a Wayland display server
Oct 29 08:40:51 laptop2021 gnome-shell[680]: Failed to make thread 'KMS thread' realtime scheduled: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.RealtimeKit1" does not exist
Oct 29 08:40:51 laptop2021 gnome-shell[680]: Device '/dev/dri/card1' prefers shadow buffer
Oct 29 08:40:51 laptop2021 gnome-shell[680]: Added device '/dev/dri/card1' (nvidia-drm) using atomic mode setting.
Oct 29 08:40:51 laptop2021 wpa_supplicant[609]: wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Oct 29 08:40:52 laptop2021 gnome-shell[680]: Device '/dev/dri/card0' prefers shadow buffer
Oct 29 08:40:52 laptop2021 gnome-shell[680]: Added device '/dev/dri/card0' (amdgpu) using atomic mode setting.
Oct 29 08:40:52 laptop2021 gnome-shell[680]: Failed to initialize accelerated iGPU/dGPU framebuffer sharing: No EGL display
Oct 29 08:40:52 laptop2021 gnome-shell[680]: Created gbm renderer for '/dev/dri/card1'
Oct 29 08:40:52 laptop2021 gnome-shell[680]: Created gbm renderer for '/dev/dri/card0'
Oct 29 08:40:52 laptop2021 gnome-shell[680]: Boot VGA GPU /dev/dri/card0 selected as primary
Oct 29 08:40:52 laptop2021 gnome-shell[680]: Obtained a high priority EGL context
Oct 29 08:40:52 laptop2021 gnome-shell[680]: Obtained a high priority EGL context
Oct 29 08:40:52 laptop2021 wpa_supplicant[609]: wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Oct 29 08:40:52 laptop2021 /usr/lib/gdm-wayland-session[667]: dbus-daemon[667]: [session uid=120 pid=667] Activating service name='org.a11y.Bus' requested by ':1.4' (uid=120 pid=680 comm="/usr/bin/gnome-shell")
Oct 29 08:40:52 laptop2021 /usr/lib/gdm-wayland-session[667]: dbus-daemon[667]: [session uid=120 pid=667] Successfully activated service 'org.a11y.Bus'
Oct 29 08:40:52 laptop2021 gnome-shell[680]: Using public X11 display :1024, (using :1025 for managed services)
Oct 29 08:40:52 laptop2021 gnome-shell[680]: Using Wayland display name 'wayland-0'
Oct 29 08:40:52 laptop2021 kernel: gnome-shell[680]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
Oct 29 08:40:52 laptop2021 org.gnome.Shell.desktop[729]: libEGL warning: egl: failed to create dri2 screen
Oct 29 08:40:52 laptop2021 org.gnome.Shell.desktop[729]: libEGL warning: egl: failed to create dri2 screen
Oct 29 08:40:52 laptop2021 /usr/lib/gdm-wayland-session[727]: dbus-daemon[727]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=120 pid=680 comm="/usr/bin/gnome-shell")
Oct 29 08:40:52 laptop2021 dbus-daemon[559]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.15' (uid=120 pid=680 comm="/usr/bin/gnome-shell")
Oct 29 08:40:52 laptop2021 /usr/lib/gdm-wayland-session[727]: dbus-daemon[727]: Successfully activated service 'org.a11y.atspi.Registry'
Oct 29 08:40:52 laptop2021 /usr/lib/gdm-wayland-session[735]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Oct 29 08:40:53 laptop2021 systemd[1]: Starting Manage, Install and Generate Color Profiles...
Oct 29 08:40:53 laptop2021 dbus-daemon[559]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Oct 29 08:40:53 laptop2021 systemd[1]: Started Manage, Install and Generate Color Profiles.
Oct 29 08:40:53 laptop2021 gnome-shell[680]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly.
Oct 29 08:40:53 laptop2021 gnome-shell[680]: Will monitor session 1
Oct 29 08:40:53 laptop2021 dbus-daemon[559]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' requested by ':1.15' (uid=120 pid=680 comm="/usr/bin/gnome-shell")
Oct 29 08:40:53 laptop2021 systemd[1]: Starting Locale Service...
Oct 29 08:40:53 laptop2021 /usr/lib/gdm-wayland-session[667]: dbus-daemon[667]: [session uid=120 pid=667] Activating service name='org.gnome.Shell.Screencast' requested by ':1.3' (uid=120 pid=680 comm="/usr/bin/gnome-shell")
Oct 29 08:40:53 laptop2021 dbus-daemon[559]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.19' (uid=967 pid=744 comm="/usr/lib/colord-sane")
Oct 29 08:40:53 laptop2021 dbus-daemon[559]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
Oct 29 08:40:53 laptop2021 /usr/lib/gdm-wayland-session[667]: dbus-daemon[667]: [session uid=120 pid=667] Activating service name='org.freedesktop.impl.portal.PermissionStore' requested by ':1.3' (uid=120 pid=680 comm="/usr/bin/gnome-shell")
Oct 29 08:40:53 laptop2021 /usr/lib/gdm-wayland-session[667]: dbus-daemon[667]: [session uid=120 pid=667] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
Oct 29 08:40:53 laptop2021 kernel: ucsi_acpi USBC000:00: error -ETIMEDOUT: PPM init failed
Oct 29 08:40:53 laptop2021 dbus-daemon[559]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.15' (uid=120 pid=680 comm="/usr/bin/gnome-shell")
Oct 29 08:40:53 laptop2021 /usr/lib/gdm-wayland-session[667]: dbus-daemon[667]: [session uid=120 pid=667] Activating service name='org.gnome.Shell.Notifications' requested by ':1.3' (uid=120 pid=680 comm="/usr/bin/gnome-shell")
Oct 29 08:40:53 laptop2021 dbus-daemon[559]: [system] Successfully activated service 'org.freedesktop.locale1'
Oct 29 08:40:53 laptop2021 gnome-shell[680]: Extension apps-menu@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/apps-menu@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/apps-menu@gnome-shell-extensions.gcampax.github.com will not be loaded
Oct 29 08:40:53 laptop2021 gnome-shell[680]: Extension auto-move-windows@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com will not be loaded
Oct 29 08:40:53 laptop2021 gnome-shell[680]: Extension drive-menu@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/drive-menu@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/drive-menu@gnome-shell-extensions.gcampax.github.com will not be loaded
Oct 29 08:40:53 laptop2021 gnome-shell[680]: Extension launch-new-instance@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/launch-new-instance@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/launch-new-instance@gnome-shell-extensions.gcampax.github.com will not be loaded
Oct 29 08:40:53 laptop2021 gnome-shell[680]: Extension light-style@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/light-style@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/light-style@gnome-shell-extensions.gcampax.github.com will not be loaded
Oct 29 08:40:53 laptop2021 gnome-shell[680]: Extension native-window-placement@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/native-window-placement@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/native-window-placement@gnome-shell-extensions.gcampax.github.com will not be loaded
Oct 29 08:40:53 laptop2021 gnome-shell[680]: Extension places-menu@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/places-menu@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/places-menu@gnome-shell-extensions.gcampax.github.com will not be loaded
Oct 29 08:40:53 laptop2021 gnome-shell[680]: Extension screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com will not be loaded
Oct 29 08:40:53 laptop2021 gnome-shell[680]: Extension user-theme@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/user-theme@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/user-theme@gnome-shell-extensions.gcampax.github.com will not be loaded
Oct 29 08:40:53 laptop2021 gnome-shell[680]: Extension window-list@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/window-list@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/window-list@gnome-shell-extensions.gcampax.github.com will not be loaded
Oct 29 08:40:53 laptop2021 gnome-shell[680]: Extension windowsNavigator@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/windowsNavigator@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/windowsNavigator@gnome-shell-extensions.gcampax.github.com will not be loaded
Oct 29 08:40:53 laptop2021 gnome-shell[680]: Extension workspace-indicator@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/workspace-indicator@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/workspace-indicator@gnome-shell-extensions.gcampax.github.com will not be loaded
Oct 29 08:40:53 laptop2021 org.gnome.Shell.desktop[680]: Window manager warning: Failed to parse saved session file: Failed to open file “/var/lib/gdm/.config/mutter/sessions/10e084b6cdb9ee640b169859405147970700000006680000.ms”: No such file or directory
Oct 29 08:40:53 laptop2021 gnome-shell[680]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
Oct 29 08:40:53 laptop2021 gnome-shell[680]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
Oct 29 08:40:53 laptop2021 /usr/lib/gdm-wayland-session[667]: dbus-daemon[667]: [session uid=120 pid=667] Successfully activated service 'org.gnome.Shell.Notifications'
Oct 29 08:40:53 laptop2021 systemd[1]: Starting Daemon for power management...
Oct 29 08:40:53 laptop2021 systemd[1]: Started Locale Service.
Oct 29 08:40:53 laptop2021 polkitd[627]: Registered Authentication Agent for unix-session:1 (system bus name :1.15 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Oct 29 08:40:53 laptop2021 kernel: rfkill: input handler disabled
Oct 29 08:40:53 laptop2021 /usr/lib/gdm-wayland-session[667]: dbus-daemon[667]: [session uid=120 pid=667] Activating service name='org.freedesktop.systemd1' requested by ':1.9' (uid=120 pid=788 comm="/usr/lib/gsd-sharing")
Oct 29 08:40:53 laptop2021 /usr/lib/gdm-wayland-session[667]: dbus-daemon[667]: [session uid=120 pid=667] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Oct 29 08:40:53 laptop2021 gsd-sharing[788]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Oct 29 08:40:53 laptop2021 gsd-sharing[788]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Oct 29 08:40:53 laptop2021 NetworkManager[563]: <info>  [1698594053.5037] agent-manager: agent[dc7d3bd33698eeaf,:1.15/org.gnome.Shell.NetworkAgent/120]: agent registered
Oct 29 08:40:53 laptop2021 systemd[650]: Started PipeWire Multimedia Service.
Oct 29 08:40:53 laptop2021 dbus-daemon[559]: [system] Activating via systemd: service name='org.freedesktop.GeoClue2' unit='geoclue.service' requested by ':1.15' (uid=120 pid=680 comm="/usr/bin/gnome-shell")
Oct 29 08:40:53 laptop2021 systemd[1]: systemd-rfkill.service: Deactivated successfully.
Oct 29 08:40:53 laptop2021 systemd[650]: Started PipeWire Media Session Manager.
Oct 29 08:40:53 laptop2021 systemd[650]: Starting Sound Service...
Oct 29 08:40:53 laptop2021 dbus-daemon[559]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.28' (uid=120 pid=948 comm="/usr/bin/pipewire")
Oct 29 08:40:53 laptop2021 systemd[1]: Starting Location Lookup Service...
Oct 29 08:40:53 laptop2021 systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Oct 29 08:40:53 laptop2021 dbus-daemon[559]: [system] Successfully activated service 'org.freedesktop.UPower'
Oct 29 08:40:53 laptop2021 systemd[1]: Started Daemon for power management.
Oct 29 08:40:53 laptop2021 dbus-daemon[559]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Oct 29 08:40:53 laptop2021 rtkit-daemon[958]: Successfully called chroot.
Oct 29 08:40:53 laptop2021 systemd[1]: Started RealtimeKit Scheduling Policy Service.
Oct 29 08:40:53 laptop2021 rtkit-daemon[958]: Successfully dropped privileges.
Oct 29 08:40:53 laptop2021 rtkit-daemon[958]: Successfully limited resources.
Oct 29 08:40:53 laptop2021 rtkit-daemon[958]: Running.
Oct 29 08:40:53 laptop2021 rtkit-daemon[958]: Canary thread running.
Oct 29 08:40:53 laptop2021 rtkit-daemon[958]: Watchdog thread running.
Oct 29 08:40:53 laptop2021 rtkit-daemon[958]: Supervising 0 threads of 0 processes of 0 users.
Oct 29 08:40:53 laptop2021 rtkit-daemon[958]: Supervising 0 threads of 0 processes of 0 users.
Oct 29 08:40:53 laptop2021 rtkit-daemon[958]: Successfully made thread 951 of process 951 owned by '120' high priority at nice level -11.
Oct 29 08:40:53 laptop2021 rtkit-daemon[958]: Supervising 1 threads of 1 processes of 1 users.
Oct 29 08:40:53 laptop2021 rtkit-daemon[958]: Supervising 1 threads of 1 processes of 1 users.
Oct 29 08:40:53 laptop2021 rtkit-daemon[958]: Supervising 1 threads of 1 processes of 1 users.
Oct 29 08:40:53 laptop2021 rtkit-daemon[958]: Supervising 1 threads of 1 processes of 1 users.
Oct 29 08:40:53 laptop2021 rtkit-daemon[958]: Supervising 1 threads of 1 processes of 1 users.
Oct 29 08:40:53 laptop2021 rtkit-daemon[958]: Successfully made thread 948 of process 948 owned by '120' high priority at nice level -11.
Oct 29 08:40:53 laptop2021 rtkit-daemon[958]: Supervising 2 threads of 2 processes of 1 users.
Oct 29 08:40:53 laptop2021 dbus-daemon[559]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.33' (uid=965 pid=957 comm="/usr/lib/geoclue")
Oct 29 08:40:53 laptop2021 dbus-daemon[559]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
Oct 29 08:40:53 laptop2021 geoclue[957]: Failed to connect to avahi service: Daemon not running
Oct 29 08:40:53 laptop2021 dbus-daemon[559]: [system] Successfully activated service 'org.freedesktop.GeoClue2'
Oct 29 08:40:53 laptop2021 systemd[1]: Started Location Lookup Service.
Oct 29 08:40:53 laptop2021 rtkit-daemon[958]: Successfully made thread 955 of process 948 owned by '120' RT at priority 20.
Oct 29 08:40:53 laptop2021 rtkit-daemon[958]: Supervising 3 threads of 2 processes of 1 users.
Oct 29 08:40:53 laptop2021 rtkit-daemon[958]: Successfully made thread 954 of process 950 owned by '120' RT at priority 20.
Oct 29 08:40:53 laptop2021 rtkit-daemon[958]: Supervising 4 threads of 3 processes of 1 users.
Oct 29 08:40:53 laptop2021 /usr/lib/gdm-wayland-session[667]: dbus-daemon[667]: [session uid=120 pid=667] Successfully activated service 'org.gnome.Shell.Screencast'
Oct 29 08:40:53 laptop2021 gnome-session-binary[668]: Entering running state
Oct 29 08:40:53 laptop2021 xbrlapi.desktop[1023]: openConnection: connect: No such file or directory
Oct 29 08:40:53 laptop2021 xbrlapi.desktop[1023]: cannot connect to braille devices daemon brltty at :0
Oct 29 08:40:53 laptop2021 org.gnome.Shell.desktop[1020]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Oct 29 08:40:53 laptop2021 org.gnome.Shell.desktop[1020]: > Warning:          Could not resolve keysym XF86CameraAccessEnable
Oct 29 08:40:53 laptop2021 org.gnome.Shell.desktop[1020]: > Warning:          Could not resolve keysym XF86CameraAccessDisable
Oct 29 08:40:53 laptop2021 org.gnome.Shell.desktop[1020]: > Warning:          Could not resolve keysym XF86CameraAccessToggle
Oct 29 08:40:53 laptop2021 org.gnome.Shell.desktop[1020]: > Warning:          Could not resolve keysym XF86NextElement
Oct 29 08:40:53 laptop2021 org.gnome.Shell.desktop[1020]: > Warning:          Could not resolve keysym XF86PreviousElement
Oct 29 08:40:53 laptop2021 org.gnome.Shell.desktop[1020]: > Warning:          Could not resolve keysym XF86AutopilotEngageToggle
Oct 29 08:40:53 laptop2021 org.gnome.Shell.desktop[1020]: > Warning:          Could not resolve keysym XF86MarkWaypoint
Oct 29 08:40:53 laptop2021 org.gnome.Shell.desktop[1020]: > Warning:          Could not resolve keysym XF86Sos
Oct 29 08:40:53 laptop2021 org.gnome.Shell.desktop[1020]: > Warning:          Could not resolve keysym XF86NavChart
Oct 29 08:40:53 laptop2021 org.gnome.Shell.desktop[1020]: > Warning:          Could not resolve keysym XF86FishingChart
Oct 29 08:40:53 laptop2021 org.gnome.Shell.desktop[1020]: > Warning:          Could not resolve keysym XF86SingleRangeRadar
Oct 29 08:40:53 laptop2021 org.gnome.Shell.desktop[1020]: > Warning:          Could not resolve keysym XF86DualRangeRadar
Oct 29 08:40:53 laptop2021 org.gnome.Shell.desktop[1020]: > Warning:          Could not resolve keysym XF86RadarOverlay
Oct 29 08:40:53 laptop2021 org.gnome.Shell.desktop[1020]: > Warning:          Could not resolve keysym XF86TraditionalSonar
Oct 29 08:40:53 laptop2021 org.gnome.Shell.desktop[1020]: > Warning:          Could not resolve keysym XF86ClearvuSonar
Oct 29 08:40:53 laptop2021 org.gnome.Shell.desktop[1020]: > Warning:          Could not resolve keysym XF86SidevuSonar
Oct 29 08:40:53 laptop2021 org.gnome.Shell.desktop[1020]: > Warning:          Could not resolve keysym XF86NavInfo
Oct 29 08:40:53 laptop2021 org.gnome.Shell.desktop[1020]: Errors from xkbcomp are not fatal to the X server
Oct 29 08:40:53 laptop2021 kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Framebuffer memory not appropriate for scanout
Oct 29 08:40:53 laptop2021 kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Framebuffer memory not appropriate for scanout
Oct 29 08:40:53 laptop2021 rtkit-daemon[958]: Supervising 4 threads of 3 processes of 1 users.
Oct 29 08:40:53 laptop2021 rtkit-daemon[958]: Supervising 4 threads of 3 processes of 1 users.
Oct 29 08:40:53 laptop2021 rtkit-daemon[958]: Successfully made thread 699 of process 680 owned by '120' RT at priority 20.
Oct 29 08:40:53 laptop2021 rtkit-daemon[958]: Supervising 5 threads of 4 processes of 1 users.
Oct 29 08:40:53 laptop2021 rtkit-daemon[958]: Successfully made thread 699 of process 680 owned by '120' high priority at nice level 0.
Oct 29 08:40:53 laptop2021 rtkit-daemon[958]: Supervising 5 threads of 4 processes of 1 users.
Oct 29 08:40:53 laptop2021 rtkit-daemon[958]: Supervising 4 threads of 3 processes of 1 users.
Oct 29 08:40:53 laptop2021 rtkit-daemon[958]: Supervising 4 threads of 3 processes of 1 users.
Oct 29 08:40:53 laptop2021 rtkit-daemon[958]: Successfully made thread 699 of process 680 owned by '120' RT at priority 20.
Oct 29 08:40:53 laptop2021 rtkit-daemon[958]: Supervising 5 threads of 4 processes of 1 users.
Oct 29 08:40:53 laptop2021 kernel: usb 3-2: 3:1: cannot get freq at ep 0x82
Oct 29 08:40:53 laptop2021 gsd-media-keys[831]: Failed to grab accelerator for keybinding settings:hibernate
Oct 29 08:40:53 laptop2021 gsd-media-keys[831]: Failed to grab accelerator for keybinding settings:playback-repeat
Oct 29 08:40:53 laptop2021 /usr/lib/gdm-wayland-session[667]: dbus-daemon[667]: [session uid=120 pid=667] Activating service name='org.gnome.ScreenSaver' requested by ':1.23' (uid=120 pid=877 comm="/usr/lib/gsd-power")
Oct 29 08:40:53 laptop2021 gnome-shell[680]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
Oct 29 08:40:53 laptop2021 /usr/lib/gdm-wayland-session[667]: dbus-daemon[667]: [session uid=120 pid=667] Successfully activated service 'org.gnome.ScreenSaver'
Oct 29 08:40:53 laptop2021 org.gnome.Shell.desktop[1054]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Oct 29 08:40:53 laptop2021 org.gnome.Shell.desktop[1054]: > Warning:          Unsupported maximum keycode 708, clipping.
Oct 29 08:40:53 laptop2021 org.gnome.Shell.desktop[1054]: >                   X11 cannot support keycodes above 255.
Oct 29 08:40:53 laptop2021 org.gnome.Shell.desktop[1054]: > Warning:          Could not resolve keysym XF86CameraAccessEnable
Oct 29 08:40:53 laptop2021 org.gnome.Shell.desktop[1054]: > Warning:          Could not resolve keysym XF86CameraAccessDisable
Oct 29 08:40:53 laptop2021 org.gnome.Shell.desktop[1054]: > Warning:          Could not resolve keysym XF86CameraAccessToggle
Oct 29 08:40:53 laptop2021 org.gnome.Shell.desktop[1054]: > Warning:          Could not resolve keysym XF86NextElement
Oct 29 08:40:53 laptop2021 org.gnome.Shell.desktop[1054]: > Warning:          Could not resolve keysym XF86PreviousElement
Oct 29 08:40:53 laptop2021 org.gnome.Shell.desktop[1054]: > Warning:          Could not resolve keysym XF86AutopilotEngageToggle
Oct 29 08:40:53 laptop2021 org.gnome.Shell.desktop[1054]: > Warning:          Could not resolve keysym XF86MarkWaypoint
Oct 29 08:40:53 laptop2021 org.gnome.Shell.desktop[1054]: > Warning:          Could not resolve keysym XF86Sos
Oct 29 08:40:53 laptop2021 org.gnome.Shell.desktop[1054]: > Warning:          Could not resolve keysym XF86NavChart
Oct 29 08:40:53 laptop2021 org.gnome.Shell.desktop[1054]: > Warning:          Could not resolve keysym XF86FishingChart
Oct 29 08:40:53 laptop2021 org.gnome.Shell.desktop[1054]: > Warning:          Could not resolve keysym XF86SingleRangeRadar
Oct 29 08:40:53 laptop2021 org.gnome.Shell.desktop[1054]: > Warning:          Could not resolve keysym XF86DualRangeRadar
Oct 29 08:40:53 laptop2021 org.gnome.Shell.desktop[1054]: > Warning:          Could not resolve keysym XF86RadarOverlay
Oct 29 08:40:53 laptop2021 org.gnome.Shell.desktop[1054]: > Warning:          Could not resolve keysym XF86TraditionalSonar
Oct 29 08:40:53 laptop2021 org.gnome.Shell.desktop[1054]: > Warning:          Could not resolve keysym XF86ClearvuSonar
Oct 29 08:40:53 laptop2021 org.gnome.Shell.desktop[1054]: > Warning:          Could not resolve keysym XF86SidevuSonar
Oct 29 08:40:53 laptop2021 org.gnome.Shell.desktop[1054]: > Warning:          Could not resolve keysym XF86NavInfo
Oct 29 08:40:53 laptop2021 org.gnome.Shell.desktop[1054]: Errors from xkbcomp are not fatal to the X server
Oct 29 08:40:54 laptop2021 wpa_supplicant[609]: wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Oct 29 08:40:54 laptop2021 gnome-shell[680]: Registering session with GDM
Oct 29 08:40:54 laptop2021 rtkit-daemon[958]: Supervising 5 threads of 4 processes of 1 users.
Oct 29 08:40:54 laptop2021 wpa_supplicant[609]: wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Oct 29 08:40:54 laptop2021 rtkit-daemon[958]: Successfully made thread 1073 of process 951 owned by '120' RT at priority 5.
Oct 29 08:40:54 laptop2021 rtkit-daemon[958]: Supervising 6 threads of 4 processes of 1 users.
Oct 29 08:40:54 laptop2021 rtkit-daemon[958]: Supervising 6 threads of 4 processes of 1 users.
Oct 29 08:40:54 laptop2021 rtkit-daemon[958]: Successfully made thread 1075 of process 951 owned by '120' RT at priority 5.
Oct 29 08:40:54 laptop2021 rtkit-daemon[958]: Supervising 7 threads of 4 processes of 1 users.
Oct 29 08:40:54 laptop2021 rtkit-daemon[958]: Supervising 7 threads of 4 processes of 1 users.
Oct 29 08:40:54 laptop2021 rtkit-daemon[958]: Successfully made thread 1077 of process 951 owned by '120' RT at priority 5.
Oct 29 08:40:54 laptop2021 rtkit-daemon[958]: Supervising 8 threads of 4 processes of 1 users.
Oct 29 08:40:54 laptop2021 rtkit-daemon[958]: Supervising 8 threads of 4 processes of 1 users.
Oct 29 08:40:54 laptop2021 rtkit-daemon[958]: Successfully made thread 1079 of process 951 owned by '120' RT at priority 5.
Oct 29 08:40:54 laptop2021 rtkit-daemon[958]: Supervising 9 threads of 4 processes of 1 users.
Oct 29 08:40:54 laptop2021 rtkit-daemon[958]: Supervising 9 threads of 4 processes of 1 users.
Oct 29 08:40:54 laptop2021 rtkit-daemon[958]: Successfully made thread 1081 of process 951 owned by '120' RT at priority 5.
Oct 29 08:40:54 laptop2021 rtkit-daemon[958]: Supervising 10 threads of 4 processes of 1 users.
Oct 29 08:40:54 laptop2021 systemd[650]: Started Sound Service.
Oct 29 08:40:54 laptop2021 NetworkManager[563]: <info>  [1698594054.6521] policy: auto-activating connection 'MayaNetNorth' (b38faa8e-2a08-4518-93fc-069dc637355f)
Oct 29 08:40:54 laptop2021 NetworkManager[563]: <info>  [1698594054.6525] device (wlp3s0): Activation: starting connection 'MayaNetNorth' (b38faa8e-2a08-4518-93fc-069dc637355f)
Oct 29 08:40:54 laptop2021 NetworkManager[563]: <info>  [1698594054.6526] device (wlp3s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Oct 29 08:40:54 laptop2021 NetworkManager[563]: <info>  [1698594054.6528] manager: NetworkManager state is now CONNECTING
Oct 29 08:40:54 laptop2021 NetworkManager[563]: <info>  [1698594054.7021] device (wlp3s0): set-hw-addr: reset MAC address to 80:30:49:E7:69:35 (preserve)
Oct 29 08:40:54 laptop2021 NetworkManager[563]: <info>  [1698594054.9214] device (wlp3s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Oct 29 08:40:54 laptop2021 NetworkManager[563]: <info>  [1698594054.9219] device (wlp3s0): Activation: (wifi) access point 'MayaNetNorth' has security, but secrets are required.
Oct 29 08:40:54 laptop2021 NetworkManager[563]: <info>  [1698594054.9219] device (wlp3s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Oct 29 08:40:54 laptop2021 NetworkManager[563]: <info>  [1698594054.9221] sup-iface[c130ef738a10dced,0,wlp3s0]: wps: type pbc start...
Oct 29 08:40:54 laptop2021 NetworkManager[563]: <info>  [1698594054.9226] device (wlp3s0): supplicant interface state: disconnected -> interface_disabled
Oct 29 08:40:54 laptop2021 NetworkManager[563]: <info>  [1698594054.9237] device (wlp3s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Oct 29 08:40:54 laptop2021 NetworkManager[563]: <info>  [1698594054.9242] device (wlp3s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Oct 29 08:40:54 laptop2021 NetworkManager[563]: <info>  [1698594054.9246] device (wlp3s0): Activation: (wifi) connection 'MayaNetNorth' has security, and secrets exist.  No new secrets needed.
Oct 29 08:40:54 laptop2021 NetworkManager[563]: <info>  [1698594054.9247] Config: added 'ssid' value 'MayaNetNorth'
Oct 29 08:40:54 laptop2021 NetworkManager[563]: <info>  [1698594054.9247] Config: added 'scan_ssid' value '1'
Oct 29 08:40:54 laptop2021 NetworkManager[563]: <info>  [1698594054.9248] Config: added 'bgscan' value 'simple:30:-65:300'
Oct 29 08:40:54 laptop2021 NetworkManager[563]: <info>  [1698594054.9248] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Oct 29 08:40:54 laptop2021 NetworkManager[563]: <info>  [1698594054.9248] Config: added 'auth_alg' value 'OPEN'
Oct 29 08:40:54 laptop2021 NetworkManager[563]: <info>  [1698594054.9248] Config: added 'psk' value '<hidden>'
Oct 29 08:40:54 laptop2021 wpa_supplicant[609]: wlp3s0: WPS-CANCEL
Oct 29 08:40:54 laptop2021 NetworkManager[563]: <info>  [1698594054.9490] device (wlp3s0): supplicant interface state: interface_disabled -> inactive
Oct 29 08:40:54 laptop2021 wpa_supplicant[609]: wlp3s0: SME: Trying to authenticate with 9c:c9:eb:f5:29:b6 (SSID='MayaNetNorth' freq=5240 MHz)
Oct 29 08:40:54 laptop2021 kernel: wlp3s0: authenticate with 9c:c9:eb:f5:29:b6
Oct 29 08:40:55 laptop2021 NetworkManager[563]: <info>  [1698594055.4341] device (wlp3s0): supplicant interface state: inactive -> authenticating
Oct 29 08:40:55 laptop2021 kernel: wlp3s0: send auth to 9c:c9:eb:f5:29:b6 (try 1/3)
Oct 29 08:40:55 laptop2021 kernel: wlp3s0: send auth to 9c:c9:eb:f5:29:b6 (try 2/3)
Oct 29 08:40:55 laptop2021 wpa_supplicant[609]: wlp3s0: Trying to associate with 9c:c9:eb:f5:29:b6 (SSID='MayaNetNorth' freq=5240 MHz)
Oct 29 08:40:55 laptop2021 NetworkManager[563]: <info>  [1698594055.5427] device (wlp3s0): supplicant interface state: authenticating -> associating
Oct 29 08:40:55 laptop2021 kernel: wlp3s0: authenticated
Oct 29 08:40:55 laptop2021 kernel: wlp3s0: associate with 9c:c9:eb:f5:29:b6 (try 1/3)
Oct 29 08:40:55 laptop2021 kernel: wlp3s0: associate with 9c:c9:eb:f5:29:b6 (try 2/3)
Oct 29 08:40:55 laptop2021 wpa_supplicant[609]: wlp3s0: Associated with 9c:c9:eb:f5:29:b6
Oct 29 08:40:55 laptop2021 wpa_supplicant[609]: wlp3s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Oct 29 08:40:55 laptop2021 kernel: wlp3s0: RX AssocResp from 9c:c9:eb:f5:29:b6 (capab=0x1511 status=0 aid=2)
Oct 29 08:40:55 laptop2021 kernel: wlp3s0: associated
Oct 29 08:40:55 laptop2021 NetworkManager[563]: <info>  [1698594055.6782] device (wlp3s0): supplicant interface state: associating -> associated
Oct 29 08:40:55 laptop2021 NetworkManager[563]: <info>  [1698594055.6885] device (wlp3s0): supplicant interface state: associated -> 4way_handshake
Oct 29 08:40:55 laptop2021 wpa_supplicant[609]: wlp3s0: WPA: Key negotiation completed with 9c:c9:eb:f5:29:b6 [PTK=CCMP GTK=CCMP]
Oct 29 08:40:55 laptop2021 wpa_supplicant[609]: wlp3s0: CTRL-EVENT-CONNECTED - Connection to 9c:c9:eb:f5:29:b6 completed [id=0 id_str=]
Oct 29 08:40:55 laptop2021 NetworkManager[563]: <info>  [1698594055.7832] device (wlp3s0): supplicant interface state: 4way_handshake -> completed
Oct 29 08:40:55 laptop2021 NetworkManager[563]: <info>  [1698594055.7833] device (wlp3s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "MayaNetNorth"
Oct 29 08:40:55 laptop2021 NetworkManager[563]: <info>  [1698594055.7838] device (wlp3s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Oct 29 08:40:55 laptop2021 NetworkManager[563]: <info>  [1698594055.7850] dhcp4 (wlp3s0): activation: beginning transaction (timeout in 45 seconds)
Oct 29 08:40:55 laptop2021 dbus-daemon[559]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.45' (uid=0 pid=1094 comm="gdm-session-worker [pam/gdm-password]")
Oct 29 08:40:55 laptop2021 dbus-daemon[559]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 29 08:40:56 laptop2021 NetworkManager[563]: <info>  [1698594056.4285] dhcp4 (wlp3s0): state changed new lease, address=192.168.1.4
Oct 29 08:40:56 laptop2021 NetworkManager[563]: <info>  [1698594056.4290] policy: set 'MayaNetNorth' (wlp3s0) as default for IPv4 routing and DNS
Oct 29 08:40:56 laptop2021 dbus-daemon[559]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.2' (uid=0 pid=563 comm="/usr/bin/NetworkManager --no-daemon")
Oct 29 08:40:56 laptop2021 /usr/lib/gdm-wayland-session[667]: dbus-daemon[667]: [session uid=120 pid=667] Activating service name='org.freedesktop.systemd1' requested by ':1.9' (uid=120 pid=788 comm="/usr/lib/gsd-sharing")
Oct 29 08:40:56 laptop2021 dbus-daemon[559]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Oct 29 08:40:56 laptop2021 /usr/lib/gdm-wayland-session[667]: dbus-daemon[667]: [session uid=120 pid=667] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Oct 29 08:40:56 laptop2021 gsd-sharing[788]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Oct 29 08:40:56 laptop2021 gsd-sharing[788]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Oct 29 08:40:56 laptop2021 NetworkManager[563]: <info>  [1698594056.4455] device (wlp3s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Oct 29 08:40:56 laptop2021 NetworkManager[563]: <info>  [1698594056.4482] device (wlp3s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Oct 29 08:40:56 laptop2021 NetworkManager[563]: <info>  [1698594056.4483] device (wlp3s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Oct 29 08:40:56 laptop2021 NetworkManager[563]: <info>  [1698594056.4485] manager: NetworkManager state is now CONNECTED_SITE
Oct 29 08:40:56 laptop2021 NetworkManager[563]: <info>  [1698594056.4488] device (wlp3s0): Activation: successful, device activated.
Oct 29 08:40:56 laptop2021 NetworkManager[563]: <info>  [1698594056.4493] manager: startup complete
Oct 29 08:40:56 laptop2021 NetworkManager[563]: <info>  [1698594056.8621] manager: NetworkManager state is now CONNECTED_GLOBAL
Oct 29 08:40:57 laptop2021 gdm-password][1094]: gkr-pam: unable to locate daemon control file
Oct 29 08:40:57 laptop2021 gdm-password][1094]: gkr-pam: stashed password to try later in open session
Oct 29 08:40:57 laptop2021 gdm-password][1094]: pam_unix(gdm-password:session): session opened for user luke(uid=1000) by luke(uid=0)
Oct 29 08:40:57 laptop2021 systemd[1]: Created slice User Slice of UID 1000.
Oct 29 08:40:57 laptop2021 systemd[1]: Starting User Runtime Directory /run/user/1000...
Oct 29 08:40:57 laptop2021 systemd-logind[561]: New session 3 of user luke.
Oct 29 08:40:57 laptop2021 systemd[1]: Finished User Runtime Directory /run/user/1000.
Oct 29 08:40:57 laptop2021 systemd[1]: Starting User Manager for UID 1000...
Oct 29 08:40:57 laptop2021 dbus-daemon[559]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.48' (uid=0 pid=1125 comm="(systemd)")
Oct 29 08:40:57 laptop2021 dbus-daemon[559]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 29 08:40:57 laptop2021 (systemd)[1125]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[luke] ruser=[<unknown>] rhost=[<unknown>]
Oct 29 08:40:57 laptop2021 (systemd)[1125]: pam_unix(systemd-user:session): session opened for user luke(uid=1000) by luke(uid=0)
Oct 29 08:40:57 laptop2021 systemd[1125]: Queued start job for default target Main User Target.
Oct 29 08:40:57 laptop2021 systemd-journald[332]: /var/log/journal/6932a57505d64acc84f1f30b873d9450/user-1000.journal: Journal file uses a different sequence number ID, rotating.
Oct 29 08:40:57 laptop2021 systemd[1125]: Created slice User Application Slice.
Oct 29 08:40:57 laptop2021 systemd[1125]: Reached target Paths.
Oct 29 08:40:57 laptop2021 systemd[1125]: Reached target Timers.
Oct 29 08:40:57 laptop2021 systemd[1125]: Starting D-Bus User Message Bus Socket...
Oct 29 08:40:57 laptop2021 gnome-keyring-daemon[1138]: GNOME_KEYRING_CONTROL=/run/user/1000/keyring
Oct 29 08:40:57 laptop2021 systemd[1125]: Listening on GnuPG network certificate management daemon.
Oct 29 08:40:57 laptop2021 systemd[1125]: Listening on GCR ssh-agent wrapper.
Oct 29 08:40:57 laptop2021 systemd[1125]: Listening on GNOME Keyring daemon.
Oct 29 08:40:57 laptop2021 systemd[1125]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Oct 29 08:40:57 laptop2021 systemd[1125]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Oct 29 08:40:57 laptop2021 systemd[1125]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Oct 29 08:40:57 laptop2021 systemd[1125]: Listening on GnuPG cryptographic agent and passphrase cache.
Oct 29 08:40:57 laptop2021 systemd[1125]: Listening on p11-kit server.
Oct 29 08:40:57 laptop2021 systemd[1125]: Listening on PipeWire Multimedia System Sockets.
Oct 29 08:40:57 laptop2021 systemd[1125]: Listening on Sound System.
Oct 29 08:40:57 laptop2021 systemd[1125]: Listening on D-Bus User Message Bus Socket.
Oct 29 08:40:57 laptop2021 systemd[1125]: Reached target Sockets.
Oct 29 08:40:57 laptop2021 systemd[1125]: Reached target Basic System.
Oct 29 08:40:57 laptop2021 systemd[1]: Started User Manager for UID 1000.
Oct 29 08:40:57 laptop2021 systemd[1125]: Starting Update XDG user dir configuration...
Oct 29 08:40:57 laptop2021 systemd[1]: Started Session 3 of User luke.
Oct 29 08:40:57 laptop2021 systemd[1125]: Finished Update XDG user dir configuration.
Oct 29 08:40:57 laptop2021 systemd[1125]: Reached target Main User Target.
Oct 29 08:40:57 laptop2021 systemd[1125]: Started GNOME Keyring daemon.
Oct 29 08:40:57 laptop2021 systemd[1125]: Startup finished in 232ms.
Oct 29 08:40:57 laptop2021 systemd[1125]: Created slice User Core Session Slice.
Oct 29 08:40:57 laptop2021 systemd[1125]: Starting D-Bus User Message Bus...
Oct 29 08:40:57 laptop2021 systemd[1125]: Started D-Bus User Message Bus.
Oct 29 08:40:57 laptop2021 gdm-password][1094]: gkr-pam: unlocked login keyring
Oct 29 08:40:57 laptop2021 pipewire-media-session[950]: ms.mod.default-profile: device 'alsa_card.pci-0000_01_00.1': can't restore profile: No such device
Oct 29 08:40:57 laptop2021 kernel: rfkill: input handler enabled
Oct 29 08:40:57 laptop2021 systemd[1125]: Created slice Slice /app/gnome-session-manager.
Oct 29 08:40:57 laptop2021 systemd[1125]: Reached target GNOME Wayland Session.
Oct 29 08:40:57 laptop2021 systemd[1125]: Reached target Session services which should run early before the graphical session is brought up.
Oct 29 08:40:57 laptop2021 systemd[1125]: Reached target GNOME Shell.
Oct 29 08:40:58 laptop2021 systemd[1125]: Starting Monitor Session leader for GNOME Session...
Oct 29 08:40:58 laptop2021 systemd[1125]: Started Monitor Session leader for GNOME Session.
Oct 29 08:40:58 laptop2021 systemd[1125]: Reached target Tasks to be run before GNOME Session starts.
Oct 29 08:40:58 laptop2021 systemd[1125]: Starting GNOME Session Manager (session: gnome)...
Oct 29 08:40:58 laptop2021 gnome-keyring-daemon[1240]: discover_other_daemon: 1
Oct 29 08:40:58 laptop2021 gnome-keyring-ssh.desktop[1240]: discover_other_daemon: 1GNOME_KEYRING_CONTROL=/run/user/1000/keyring
Oct 29 08:40:58 laptop2021 gnome-keyring-ssh.desktop[1240]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Oct 29 08:40:58 laptop2021 gnome-keyring-pkcs11.desktop[1246]: discover_other_daemon: 1GNOME_KEYRING_CONTROL=/run/user/1000/keyring
Oct 29 08:40:58 laptop2021 gnome-keyring-pkcs11.desktop[1246]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Oct 29 08:40:58 laptop2021 gnome-keyring-d[1138]: The PKCS#11 component was already initialized
Oct 29 08:40:58 laptop2021 gnome-keyring-daemon[1138]: The PKCS#11 component was already initialized
Oct 29 08:40:58 laptop2021 systemd[1125]: Started Application launched by gnome-session-binary.
Oct 29 08:40:58 laptop2021 gnome-keyring-daemon[1246]: discover_other_daemon: 1
Oct 29 08:40:58 laptop2021 gnome-keyring-d[1138]: The Secret Service was already initialized
Oct 29 08:40:58 laptop2021 gnome-keyring-daemon[1138]: The Secret Service was already initialized
Oct 29 08:40:58 laptop2021 gnome-keyring-secrets.desktop[1247]: discover_other_daemon: 1GNOME_KEYRING_CONTROL=/run/user/1000/keyring
Oct 29 08:40:58 laptop2021 gnome-keyring-secrets.desktop[1247]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Oct 29 08:40:58 laptop2021 gnome-keyring-daemon[1247]: discover_other_daemon: 1
Oct 29 08:40:58 laptop2021 systemd[1125]: app-gnome-gnome\x2dkeyring\x2dssh-1235.scope: Couldn't move process 1235 to requested cgroup '/user.slice/user-1000.slice/user@1000.service/app.slice/app-gnome-gnome\x2dkeyring\x2dssh-1235.scope': No such process
Oct 29 08:40:58 laptop2021 systemd[1125]: app-gnome-gnome\x2dkeyring\x2dssh-1235.scope: Failed to add PIDs to scope's control group: No such process
Oct 29 08:40:58 laptop2021 systemd[1125]: app-gnome-gnome\x2dkeyring\x2dssh-1235.scope: Failed with result 'resources'.
Oct 29 08:40:58 laptop2021 systemd[1125]: Failed to start Application launched by gnome-session-binary.
Oct 29 08:40:58 laptop2021 systemd[1125]: Started GNOME Session Manager (session: gnome).
Oct 29 08:40:58 laptop2021 systemd[1125]: Reached target GNOME Session Manager is ready.
Oct 29 08:40:58 laptop2021 gnome-session[1214]: gnome-session-binary[1214]: GnomeDesktop-WARNING: Could not create transient scope for PID 1241: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 1241 does not exist.
Oct 29 08:40:58 laptop2021 gnome-session-binary[1214]: GnomeDesktop-WARNING: Could not create transient scope for PID 1241: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 1241 does not exist.
Oct 29 08:40:58 laptop2021 systemd[1125]: Starting GNOME Shell on Wayland...
Oct 29 08:40:58 laptop2021 systemd[1125]: GNOME Shell on X11 was skipped because of an unmet condition check (ConditionEnvironment=XDG_SESSION_TYPE=x11).
Oct 29 08:40:58 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.11' (uid=1000 pid=1251 comm="/usr/bin/gnome-shell")
Oct 29 08:40:58 laptop2021 systemd[1125]: Starting Virtual filesystem service...
Oct 29 08:40:58 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Successfully activated service 'org.gtk.vfs.Daemon'
Oct 29 08:40:58 laptop2021 systemd[1125]: Started Virtual filesystem service.
Oct 29 08:40:58 laptop2021 gnome-shell[1251]: Running GNOME Shell (using mutter 45.0) as a Wayland display server
Oct 29 08:40:58 laptop2021 rtkit-daemon[958]: Supervising 10 threads of 4 processes of 1 users.
Oct 29 08:40:58 laptop2021 rtkit-daemon[958]: Supervising 10 threads of 4 processes of 1 users.
Oct 29 08:40:58 laptop2021 rtkit-daemon[958]: Successfully made thread 1283 of process 1251 owned by '1000' RT at priority 20.
Oct 29 08:40:58 laptop2021 rtkit-daemon[958]: Supervising 11 threads of 5 processes of 2 users.
Oct 29 08:40:58 laptop2021 gnome-shell[1251]: Made thread 'KMS thread' realtime scheduled
Oct 29 08:40:58 laptop2021 gnome-shell[1251]: Device '/dev/dri/card1' prefers shadow buffer
Oct 29 08:40:58 laptop2021 gnome-shell[1251]: Added device '/dev/dri/card1' (nvidia-drm) using atomic mode setting.
Oct 29 08:40:58 laptop2021 gnome-shell[1251]: Device '/dev/dri/card0' prefers shadow buffer
Oct 29 08:40:58 laptop2021 gnome-shell[1251]: Added device '/dev/dri/card0' (amdgpu) using atomic mode setting.
Oct 29 08:40:58 laptop2021 gnome-shell[1251]: Failed to initialize accelerated iGPU/dGPU framebuffer sharing: No EGL display
Oct 29 08:40:58 laptop2021 gnome-shell[1251]: Created gbm renderer for '/dev/dri/card1'
Oct 29 08:40:58 laptop2021 gnome-shell[1251]: Created gbm renderer for '/dev/dri/card0'
Oct 29 08:40:58 laptop2021 gnome-shell[1251]: Boot VGA GPU /dev/dri/card0 selected as primary
Oct 29 08:40:58 laptop2021 gnome-shell[1251]: Obtained a high priority EGL context
Oct 29 08:40:58 laptop2021 gnome-shell[1251]: Obtained a high priority EGL context
Oct 29 08:40:59 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.14' (uid=1000 pid=1251 comm="/usr/bin/gnome-shell")
Oct 29 08:40:59 laptop2021 systemd[1125]: Starting Accessibility services bus...
Oct 29 08:40:59 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Successfully activated service 'org.a11y.Bus'
Oct 29 08:40:59 laptop2021 systemd[1125]: Started Accessibility services bus.
Oct 29 08:40:59 laptop2021 gnome-shell[1251]: Using public X11 display :0, (using :1 for managed services)
Oct 29 08:40:59 laptop2021 gnome-shell[1251]: Using Wayland display name 'wayland-0'
Oct 29 08:40:59 laptop2021 at-spi-bus-launcher[1407]: dbus-daemon[1407]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=1251 comm="/usr/bin/gnome-shell")
Oct 29 08:40:59 laptop2021 at-spi-bus-launcher[1407]: dbus-daemon[1407]: Successfully activated service 'org.a11y.atspi.Registry'
Oct 29 08:40:59 laptop2021 at-spi-bus-launcher[1410]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Oct 29 08:40:59 laptop2021 systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Oct 29 08:40:59 laptop2021 gnome-shell[1251]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly.
Oct 29 08:40:59 laptop2021 gnome-shell[1251]: Will monitor session 3
Oct 29 08:40:59 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Activating service name='org.gnome.Shell.Screencast' requested by ':1.11' (uid=1000 pid=1251 comm="/usr/bin/gnome-shell")
Oct 29 08:40:59 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service' requested by ':1.11' (uid=1000 pid=1251 comm="/usr/bin/gnome-shell")
Oct 29 08:40:59 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Activating service name='org.gnome.Shell.CalendarServer' requested by ':1.11' (uid=1000 pid=1251 comm="/usr/bin/gnome-shell")
Oct 29 08:40:59 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Activating via systemd: service name='org.gnome.evolution.dataserver.Sources5' unit='evolution-source-registry.service' requested by ':1.19' (uid=1000 pid=1422 comm="/usr/lib/gnome-shell-calendar-server")
Oct 29 08:40:59 laptop2021 systemd[1125]: Starting sandboxed app permission store...
Oct 29 08:40:59 laptop2021 systemd[1125]: Starting Evolution source registry...
Oct 29 08:40:59 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
Oct 29 08:40:59 laptop2021 systemd[1125]: Started sandboxed app permission store.
Oct 29 08:40:59 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Activating service name='org.gnome.Shell.Notifications' requested by ':1.11' (uid=1000 pid=1251 comm="/usr/bin/gnome-shell")
Oct 29 08:40:59 laptop2021 gnome-shell[1251]: Could not issue 'GetUnit' systemd call
Oct 29 08:40:59 laptop2021 systemd[1125]: Started GNOME Shell on Wayland.
Oct 29 08:40:59 laptop2021 systemd[1125]: Reached target GNOME Session is initialized.
Oct 29 08:40:59 laptop2021 systemd[1125]: GNOME session X11 services is inactive.
Oct 29 08:40:59 laptop2021 systemd[1125]: Dependency failed for GNOME XSettings service.
Oct 29 08:40:59 laptop2021 systemd[1125]: org.gnome.SettingsDaemon.XSettings.service: Job org.gnome.SettingsDaemon.XSettings.service/start failed with result 'dependency'.
Oct 29 08:40:59 laptop2021 systemd[1125]: gnome-session-x11-services-ready.target: Job gnome-session-x11-services-ready.target/verify-active failed with result 'dependency'.
Oct 29 08:40:59 laptop2021 systemd[1125]: Reached target GNOME Session (session: gnome).
Oct 29 08:40:59 laptop2021 systemd[1125]: Reached target GNOME XSettings target.
Oct 29 08:40:59 laptop2021 systemd[1125]: Starting Signal initialization done to GNOME Session Manager...
Oct 29 08:40:59 laptop2021 systemd[1125]: Starting GNOME accessibility service...
Oct 29 08:40:59 laptop2021 systemd[1125]: Starting GNOME color management service...
Oct 29 08:40:59 laptop2021 systemd[1125]: Starting GNOME date & time service...
Oct 29 08:40:59 laptop2021 systemd[1125]: Starting GNOME maintenance of expirable data service...
Oct 29 08:40:59 laptop2021 systemd[1125]: Starting GNOME keyboard configuration service...
Oct 29 08:40:59 laptop2021 systemd[1125]: Starting GNOME keyboard shortcuts service...
Oct 29 08:40:59 laptop2021 systemd[1125]: Starting GNOME power management service...
Oct 29 08:40:59 laptop2021 systemd[1125]: Starting GNOME printer notifications service...
Oct 29 08:40:59 laptop2021 gnome-shell[1251]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
Oct 29 08:40:59 laptop2021 systemd[1125]: Starting GNOME RFKill support service...
Oct 29 08:40:59 laptop2021 systemd[1125]: Starting GNOME FreeDesktop screensaver service...
Oct 29 08:40:59 laptop2021 systemd[1125]: Starting GNOME file sharing service...
Oct 29 08:40:59 laptop2021 systemd[1125]: Starting GNOME smartcard service...
Oct 29 08:40:59 laptop2021 gnome-session-binary[1214]: Entering running state
Oct 29 08:40:59 laptop2021 systemd[1125]: Starting GNOME sound sample caching service...
Oct 29 08:40:59 laptop2021 systemd[1125]: Starting GNOME USB protection service...
Oct 29 08:40:59 laptop2021 systemd[1125]: Starting GNOME Wacom tablet support service...
Oct 29 08:40:59 laptop2021 systemd[1125]: Finished Signal initialization done to GNOME Session Manager.
Oct 29 08:40:59 laptop2021 dbus-daemon[559]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.55' (uid=1000 pid=1474 comm="/usr/lib/gsd-disk-utility-notify")
Oct 29 08:40:59 laptop2021 systemd[1]: Starting Disk Manager...
Oct 29 08:40:59 laptop2021 systemd[1125]: Started GNOME accessibility service.
Oct 29 08:40:59 laptop2021 systemd[1125]: Started Application launched by gnome-session-binary.
Oct 29 08:40:59 laptop2021 systemd[1125]: Started Application launched by gnome-session-binary.
Oct 29 08:40:59 laptop2021 systemd[1125]: Started Application launched by gnome-session-binary.
Oct 29 08:40:59 laptop2021 systemd[1125]: Started Application launched by gnome-session-binary.
Oct 29 08:40:59 laptop2021 systemd[1125]: Reached target GNOME accessibility target.
Oct 29 08:40:59 laptop2021 systemd[1125]: Started GNOME maintenance of expirable data service.
Oct 29 08:40:59 laptop2021 systemd[1125]: Reached target GNOME maintenance of expirable data target.
Oct 29 08:40:59 laptop2021 udisksd[1539]: udisks daemon version 2.10.1 starting
Oct 29 08:40:59 laptop2021 systemd[1125]: Started GNOME date & time service.
Oct 29 08:40:59 laptop2021 systemd[1125]: Reached target GNOME date & time target.
Oct 29 08:40:59 laptop2021 systemd[1125]: Started GNOME FreeDesktop screensaver service.
Oct 29 08:40:59 laptop2021 systemd[1125]: Reached target GNOME FreeDesktop screensaver target.
Oct 29 08:40:59 laptop2021 systemd[1125]: Started GNOME printer notifications service.
Oct 29 08:40:59 laptop2021 systemd[1125]: Reached target GNOME printer notifications target.
Oct 29 08:40:59 laptop2021 kernel: rfkill: input handler disabled
Oct 29 08:40:59 laptop2021 systemd[1125]: Started GNOME file sharing service.
Oct 29 08:40:59 laptop2021 systemd[1125]: Reached target GNOME file sharing target.
Oct 29 08:40:59 laptop2021 systemd[1125]: Started GNOME RFKill support service.
Oct 29 08:40:59 laptop2021 systemd[1125]: Reached target GNOME RFKill support target.
Oct 29 08:40:59 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Successfully activated service 'org.gnome.Shell.Notifications'
Oct 29 08:40:59 laptop2021 systemd[1125]: Started GNOME smartcard service.
Oct 29 08:40:59 laptop2021 systemd[1125]: Reached target GNOME smartcard target.
Oct 29 08:40:59 laptop2021 systemd[1125]: Started GNOME USB protection service.
Oct 29 08:40:59 laptop2021 systemd[1125]: Reached target GNOME USB protection target.
Oct 29 08:40:59 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Activating service name='org.gnome.ScreenSaver' requested by ':1.33' (uid=1000 pid=1517 comm="/usr/lib/gsd-usb-protection")
Oct 29 08:40:59 laptop2021 systemd[1125]: Started GNOME sound sample caching service.
Oct 29 08:40:59 laptop2021 systemd[1125]: Reached target GNOME sound sample caching target.
Oct 29 08:40:59 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Activating service name='org.gnome.OnlineAccounts' requested by ':1.21' (uid=1000 pid=1439 comm="/usr/lib/evolution-source-registry")
Oct 29 08:40:59 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Successfully activated service 'org.gnome.evolution.dataserver.Sources5'
Oct 29 08:40:59 laptop2021 systemd[1125]: Started Evolution source registry.
Oct 29 08:40:59 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Activating via systemd: service name='org.gnome.evolution.dataserver.Calendar8' unit='evolution-calendar-factory.service' requested by ':1.19' (uid=1000 pid=1422 comm="/usr/lib/gnome-shell-calendar-server")
Oct 29 08:40:59 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Successfully activated service 'org.gnome.ScreenSaver'
Oct 29 08:40:59 laptop2021 goa-daemon[1632]: goa-daemon version 3.48.0 starting
Oct 29 08:40:59 laptop2021 systemd[1125]: Starting Evolution calendar service...
Oct 29 08:40:59 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Activating service name='org.gnome.Identity' requested by ':1.44' (uid=1000 pid=1632 comm="/usr/lib/goa-daemon")
Oct 29 08:40:59 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Successfully activated service 'org.gnome.OnlineAccounts'
Oct 29 08:40:59 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Successfully activated service 'org.gnome.Shell.CalendarServer'
Oct 29 08:40:59 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Successfully activated service 'org.gnome.Identity'
Oct 29 08:40:59 laptop2021 ntpd[614]: Listen normally on 4 wlp3s0 192.168.1.4:123
Oct 29 08:40:59 laptop2021 ntpd[614]: Listen normally on 5 wlp3s0 [fe80::cefe:6a49:9a4e:c03a%3]:123
Oct 29 08:40:59 laptop2021 ntpd[614]: new interface(s) found: waking up resolver
Oct 29 08:40:59 laptop2021 gnome-shell[1251]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
Oct 29 08:40:59 laptop2021 gsd-usb-protect[1517]: Failed to fetch USBGuard parameters: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.usbguard1 was not provided by any .service files
Oct 29 08:40:59 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.11' (uid=1000 pid=1251 comm="/usr/bin/gnome-shell")
Oct 29 08:40:59 laptop2021 systemd[1125]: Starting Virtual filesystem service - disk device monitor...
Oct 29 08:40:59 laptop2021 dbus-daemon[559]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Oct 29 08:40:59 laptop2021 systemd[1]: Started Disk Manager.
Oct 29 08:40:59 laptop2021 udisksd[1539]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Oct 29 08:40:59 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Successfully activated service 'org.gnome.evolution.dataserver.Calendar8'
Oct 29 08:40:59 laptop2021 systemd[1125]: Started Evolution calendar service.
Oct 29 08:40:59 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
Oct 29 08:40:59 laptop2021 systemd[1125]: Started Virtual filesystem service - disk device monitor.
Oct 29 08:40:59 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Activating via systemd: service name='org.gnome.evolution.dataserver.AddressBook10' unit='evolution-addressbook-factory.service' requested by ':1.46' (uid=1000 pid=1652 comm="/usr/lib/evolution-calendar-factory")
Oct 29 08:40:59 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Activating via systemd: service name='org.gtk.vfs.MTPVolumeMonitor' unit='gvfs-mtp-volume-monitor.service' requested by ':1.11' (uid=1000 pid=1251 comm="/usr/bin/gnome-shell")
Oct 29 08:40:59 laptop2021 systemd[1125]: Starting Evolution address book service...
Oct 29 08:40:59 laptop2021 systemd[1125]: Starting Virtual filesystem service - Media Transfer Protocol monitor...
Oct 29 08:40:59 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Successfully activated service 'org.gtk.vfs.MTPVolumeMonitor'
Oct 29 08:40:59 laptop2021 systemd[1125]: Started Virtual filesystem service - Media Transfer Protocol monitor.
Oct 29 08:40:59 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Activating via systemd: service name='org.gtk.vfs.GPhoto2VolumeMonitor' unit='gvfs-gphoto2-volume-monitor.service' requested by ':1.11' (uid=1000 pid=1251 comm="/usr/bin/gnome-shell")
Oct 29 08:40:59 laptop2021 systemd[1125]: Starting Virtual filesystem service - digital camera monitor...
Oct 29 08:40:59 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Successfully activated service 'org.gnome.evolution.dataserver.AddressBook10'
Oct 29 08:40:59 laptop2021 systemd[1125]: Started Evolution address book service.
Oct 29 08:40:59 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Successfully activated service 'org.gtk.vfs.GPhoto2VolumeMonitor'
Oct 29 08:40:59 laptop2021 systemd[1125]: Started Virtual filesystem service - digital camera monitor.
Oct 29 08:40:59 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Activating via systemd: service name='org.gtk.vfs.GoaVolumeMonitor' unit='gvfs-goa-volume-monitor.service' requested by ':1.11' (uid=1000 pid=1251 comm="/usr/bin/gnome-shell")
Oct 29 08:40:59 laptop2021 systemd[1125]: Starting Virtual filesystem service - GNOME Online Accounts monitor...
Oct 29 08:40:59 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Successfully activated service 'org.gtk.vfs.GoaVolumeMonitor'
Oct 29 08:40:59 laptop2021 systemd[1125]: Started Virtual filesystem service - GNOME Online Accounts monitor.
Oct 29 08:40:59 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Activating via systemd: service name='org.gtk.vfs.AfcVolumeMonitor' unit='gvfs-afc-volume-monitor.service' requested by ':1.11' (uid=1000 pid=1251 comm="/usr/bin/gnome-shell")
Oct 29 08:40:59 laptop2021 systemd[1125]: Starting Virtual filesystem service - Apple File Conduit monitor...
Oct 29 08:40:59 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Successfully activated service 'org.gtk.vfs.AfcVolumeMonitor'
Oct 29 08:40:59 laptop2021 systemd[1125]: Started Virtual filesystem service - Apple File Conduit monitor.
Oct 29 08:40:59 laptop2021 polkitd[627]: Registered Authentication Agent for unix-session:3 (system bus name :1.53 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Oct 29 08:40:59 laptop2021 NetworkManager[563]: <info>  [1698594059.9945] agent-manager: agent[4fedce2b5158ada1,:1.53/org.gnome.Shell.NetworkAgent/1000]: agent registered
Oct 29 08:41:00 laptop2021 systemd[1125]: Started PipeWire Multimedia Service.
Oct 29 08:41:00 laptop2021 systemd[1125]: Started PipeWire Media Session Manager.
Oct 29 08:41:00 laptop2021 systemd[1125]: Starting Sound Service...
Oct 29 08:41:00 laptop2021 rtkit-daemon[958]: Supervising 11 threads of 5 processes of 2 users.
Oct 29 08:41:00 laptop2021 rtkit-daemon[958]: Supervising 11 threads of 5 processes of 2 users.
Oct 29 08:41:00 laptop2021 rtkit-daemon[958]: Supervising 11 threads of 5 processes of 2 users.
Oct 29 08:41:00 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Activating via systemd: service name='org.freedesktop.portal.Desktop' unit='xdg-desktop-portal.service' requested by ':1.40' (uid=1000 pid=1487 comm="/usr/bin/gnome-software --gapplication-service")
Oct 29 08:41:00 laptop2021 systemd[1125]: Starting Portal service...
Oct 29 08:41:00 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Successfully activated service 'org.gnome.Shell.Screencast'
Oct 29 08:41:00 laptop2021 rtkit-daemon[958]: Successfully made thread 1734 of process 1734 owned by '1000' high priority at nice level -11.
Oct 29 08:41:00 laptop2021 rtkit-daemon[958]: Supervising 12 threads of 6 processes of 2 users.
Oct 29 08:41:00 laptop2021 rtkit-daemon[958]: Supervising 12 threads of 6 processes of 2 users.
Oct 29 08:41:00 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Activating via systemd: service name='org.freedesktop.portal.Documents' unit='xdg-document-portal.service' requested by ':1.57' (uid=1000 pid=1759 comm="/usr/lib/xdg-desktop-portal")
Oct 29 08:41:00 laptop2021 rtkit-daemon[958]: Successfully made thread 1746 of process 1734 owned by '1000' RT at priority 20.
Oct 29 08:41:00 laptop2021 rtkit-daemon[958]: Supervising 13 threads of 6 processes of 2 users.
Oct 29 08:41:00 laptop2021 systemd[1125]: Starting flatpak document portal service...
Oct 29 08:41:00 laptop2021 rtkit-daemon[958]: Successfully made thread 1738 of process 1738 owned by '1000' high priority at nice level -11.
Oct 29 08:41:00 laptop2021 rtkit-daemon[958]: Supervising 14 threads of 7 processes of 2 users.
Oct 29 08:41:00 laptop2021 rtkit-daemon[958]: Supervising 14 threads of 7 processes of 2 users.
Oct 29 08:41:00 laptop2021 rtkit-daemon[958]: Supervising 14 threads of 7 processes of 2 users.
Oct 29 08:41:00 laptop2021 rtkit-daemon[958]: Successfully made thread 1745 of process 1736 owned by '1000' RT at priority 20.
Oct 29 08:41:00 laptop2021 rtkit-daemon[958]: Supervising 15 threads of 8 processes of 2 users.
Oct 29 08:41:00 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Successfully activated service 'org.freedesktop.portal.Documents'
Oct 29 08:41:00 laptop2021 systemd[1125]: Started flatpak document portal service.
Oct 29 08:41:00 laptop2021 systemd[1125]: Started GNOME color management service.
Oct 29 08:41:00 laptop2021 systemd[1125]: Reached target GNOME color management target.
Oct 29 08:41:00 laptop2021 systemd[1125]: Started GNOME keyboard configuration service.
Oct 29 08:41:00 laptop2021 systemd[1125]: Reached target GNOME keyboard configuration target.
Oct 29 08:41:00 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.gnome' unit='xdg-desktop-portal-gnome.service' requested by ':1.57' (uid=1000 pid=1759 comm="/usr/lib/xdg-desktop-portal")
Oct 29 08:41:00 laptop2021 systemd[1125]: Started GNOME keyboard shortcuts service.
Oct 29 08:41:00 laptop2021 systemd[1125]: Reached target GNOME keyboard shortcuts target.
Oct 29 08:41:00 laptop2021 systemd[1125]: Started GNOME power management service.
Oct 29 08:41:00 laptop2021 systemd[1125]: Reached target GNOME power management target.
Oct 29 08:41:00 laptop2021 systemd[1125]: Started GNOME Wacom tablet support service.
Oct 29 08:41:00 laptop2021 systemd[1125]: Reached target GNOME Wacom tablet support target.
Oct 29 08:41:00 laptop2021 systemd[1125]: Reached target GNOME Session.
Oct 29 08:41:00 laptop2021 systemd[1125]: Reached target GNOME Wayland Session (session: gnome).
Oct 29 08:41:00 laptop2021 systemd[1125]: Reached target Current graphical user session.
Oct 29 08:41:00 laptop2021 systemd[1125]: Starting Portal service (GNOME implementation)...
Oct 29 08:41:00 laptop2021 kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Framebuffer memory not appropriate for scanout
Oct 29 08:41:00 laptop2021 kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Framebuffer memory not appropriate for scanout
Oct 29 08:41:00 laptop2021 rtkit-daemon[958]: Successfully made thread 1283 of process 1251 owned by '1000' high priority at nice level 0.
Oct 29 08:41:00 laptop2021 rtkit-daemon[958]: Supervising 15 threads of 8 processes of 2 users.
Oct 29 08:41:00 laptop2021 rtkit-daemon[958]: Supervising 14 threads of 7 processes of 2 users.
Oct 29 08:41:00 laptop2021 rtkit-daemon[958]: Supervising 14 threads of 7 processes of 2 users.
Oct 29 08:41:00 laptop2021 rtkit-daemon[958]: Successfully made thread 1283 of process 1251 owned by '1000' RT at priority 20.
Oct 29 08:41:00 laptop2021 rtkit-daemon[958]: Supervising 15 threads of 8 processes of 2 users.
Oct 29 08:41:00 laptop2021 rtkit-daemon[958]: Successfully made thread 1283 of process 1251 owned by '1000' high priority at nice level 0.
Oct 29 08:41:00 laptop2021 rtkit-daemon[958]: Supervising 15 threads of 8 processes of 2 users.
Oct 29 08:41:00 laptop2021 rtkit-daemon[958]: Supervising 14 threads of 7 processes of 2 users.
Oct 29 08:41:00 laptop2021 rtkit-daemon[958]: Supervising 14 threads of 7 processes of 2 users.
Oct 29 08:41:00 laptop2021 rtkit-daemon[958]: Successfully made thread 1283 of process 1251 owned by '1000' RT at priority 20.
Oct 29 08:41:00 laptop2021 rtkit-daemon[958]: Supervising 15 threads of 8 processes of 2 users.
Oct 29 08:41:00 laptop2021 gsd-media-keys[1482]: Failed to grab accelerator for keybinding settings:hibernate
Oct 29 08:41:00 laptop2021 gsd-media-keys[1482]: Failed to grab accelerator for keybinding settings:playback-repeat
Oct 29 08:41:00 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Successfully activated service 'org.freedesktop.impl.portal.desktop.gnome'
Oct 29 08:41:00 laptop2021 systemd[1125]: Started Portal service (GNOME implementation).
Oct 29 08:41:00 laptop2021 rtkit-daemon[958]: Supervising 15 threads of 8 processes of 2 users.
Oct 29 08:41:00 laptop2021 rtkit-daemon[958]: Supervising 15 threads of 8 processes of 2 users.
Oct 29 08:41:00 laptop2021 rtkit-daemon[958]: Supervising 15 threads of 8 processes of 2 users.
Oct 29 08:41:00 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.gtk' unit='xdg-desktop-portal-gtk.service' requested by ':1.57' (uid=1000 pid=1759 comm="/usr/lib/xdg-desktop-portal")
Oct 29 08:41:00 laptop2021 gnome-shell[1251]: GNOME Shell started at Sun Oct 29 2023 08:40:59 GMT-0700 (Pacific Daylight Time)
Oct 29 08:41:00 laptop2021 gnome-shell[1251]: Registering session with GDM
Oct 29 08:41:00 laptop2021 systemd[1125]: Starting Portal service (GTK/GNOME implementation)...
Oct 29 08:41:00 laptop2021 gnome-shell[680]: Connection to xwayland lost
Oct 29 08:41:00 laptop2021 gnome-shell[680]: Xwayland terminated, exiting since it was mandatory
Oct 29 08:41:00 laptop2021 gnome-shell[680]: (../mutter/src/core/meta-context.c:533):meta_context_terminate: runtime check failed: (g_main_loop_is_running (priv->main_loop))
Oct 29 08:41:00 laptop2021 gnome-shell[680]: JS ERROR: Gio.IOErrorEnum: Xwayland exited unexpectedly
                                             @resource:///org/gnome/shell/ui/init.js:21:20
Oct 29 08:41:00 laptop2021 gnome-shell[680]: Execution of main.js threw exception: Module resource:///org/gnome/shell/ui/init.js threw an exception
Oct 29 08:41:00 laptop2021 systemd-logind[561]: Session 1 logged out. Waiting for processes to exit.
Oct 29 08:41:00 laptop2021 systemd[1]: session-1.scope: Deactivated successfully.
Oct 29 08:41:00 laptop2021 systemd[1]: session-1.scope: Consumed 5.079s CPU time.
Oct 29 08:41:00 laptop2021 systemd-logind[561]: Removed session 1.
Oct 29 08:41:00 laptop2021 polkitd[627]: Unregistered Authentication Agent for unix-session:1 (system bus name :1.15, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
Oct 29 08:41:00 laptop2021 gdm[616]: Gdm: Child process -661 was already dead.
Oct 29 08:41:00 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Successfully activated service 'org.freedesktop.impl.portal.desktop.gtk'
Oct 29 08:41:00 laptop2021 systemd[1125]: Started Portal service (GTK/GNOME implementation).
Oct 29 08:41:00 laptop2021 rtkit-daemon[958]: Supervising 8 threads of 6 processes of 2 users.
Oct 29 08:41:00 laptop2021 rtkit-daemon[958]: Successfully made thread 1869 of process 1738 owned by '1000' RT at priority 5.
Oct 29 08:41:00 laptop2021 rtkit-daemon[958]: Supervising 9 threads of 6 processes of 2 users.
Oct 29 08:41:00 laptop2021 rtkit-daemon[958]: Supervising 9 threads of 6 processes of 2 users.
Oct 29 08:41:00 laptop2021 rtkit-daemon[958]: Successfully made thread 1872 of process 1738 owned by '1000' RT at priority 5.
Oct 29 08:41:00 laptop2021 rtkit-daemon[958]: Supervising 10 threads of 6 processes of 2 users.
Oct 29 08:41:00 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Successfully activated service 'org.freedesktop.portal.Desktop'
Oct 29 08:41:00 laptop2021 systemd[1125]: Started Portal service.
Oct 29 08:41:00 laptop2021 rtkit-daemon[958]: Supervising 10 threads of 6 processes of 2 users.
Oct 29 08:41:00 laptop2021 rtkit-daemon[958]: Successfully made thread 1875 of process 1738 owned by '1000' RT at priority 5.
Oct 29 08:41:00 laptop2021 rtkit-daemon[958]: Supervising 11 threads of 6 processes of 2 users.
Oct 29 08:41:00 laptop2021 rtkit-daemon[958]: Supervising 11 threads of 6 processes of 2 users.
Oct 29 08:41:00 laptop2021 rtkit-daemon[958]: Successfully made thread 1877 of process 1738 owned by '1000' RT at priority 5.
Oct 29 08:41:00 laptop2021 rtkit-daemon[958]: Supervising 12 threads of 6 processes of 2 users.
Oct 29 08:41:00 laptop2021 dbus-daemon[559]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.85' (uid=1000 pid=1738 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo")
Oct 29 08:41:00 laptop2021 dbus-daemon[559]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
Oct 29 08:41:01 laptop2021 pulseaudio[1738]: stat('/etc/pulse/default.pa.d'): No such file or directory
Oct 29 08:41:01 laptop2021 systemd[1125]: Started Sound Service.
Oct 29 08:41:01 laptop2021 gnome-software[1487]: Failed to load /usr/lib/gnome-software/plugins-20/libgs_plugin_fwupd.so: failed to open plugin /usr/lib/gnome-software/plugins-20/libgs_plugin_fwupd.so: libfwupd.so.2: cannot open shared object file: No such file or directory
Oct 29 08:41:01 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Activating service name='org.gnome.Epiphany.WebAppProvider' requested by ':1.40' (uid=1000 pid=1487 comm="/usr/bin/gnome-software --gapplication-service")
Oct 29 08:41:01 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Successfully activated service 'org.gnome.Epiphany.WebAppProvider'
Oct 29 08:41:01 laptop2021 rtkit-daemon[958]: Supervising 12 threads of 6 processes of 2 users.
Oct 29 08:41:01 laptop2021 rtkit-daemon[958]: Successfully made thread 1897 of process 1738 owned by '1000' RT at priority 5.
Oct 29 08:41:01 laptop2021 rtkit-daemon[958]: Supervising 13 threads of 6 processes of 2 users.
Oct 29 08:41:01 laptop2021 pulseaudio[1738]: GetManagedObjects() failed: org.freedesktop.systemd1.NoSuchUnit: Unit dbus-org.bluez.service not found.
Oct 29 08:41:05 laptop2021 gnome-software[1487]: libostree pull from 'flathub' for appstream2/x86_64 complete
                                                 security: GPG: summary+commit 
                                                 security: SIGN: disabled http: TLS
                                                 non-delta: meta: 7 content: 15
                                                 transfer: secs: 1 size: 8.0 MB
Oct 29 08:41:05 laptop2021 gnome-software[1487]: /var/tmp/flatpak-cache-0S5BD2/repo-KtLVpz: Pulled appstream2/x86_64 from flathub
Oct 29 08:41:05 laptop2021 dbus-daemon[559]: [system] Activating via systemd: service name='org.freedesktop.Flatpak.SystemHelper' unit='flatpak-system-helper.service' requested by ':1.83' (uid=1000 pid=1487 comm="/usr/bin/gnome-software --gapplication-service")
Oct 29 08:41:05 laptop2021 systemd[1]: Starting flatpak system helper...
Oct 29 08:41:05 laptop2021 dbus-daemon[559]: [system] Successfully activated service 'org.freedesktop.Flatpak.SystemHelper'
Oct 29 08:41:05 laptop2021 systemd[1]: Started flatpak system helper.
Oct 29 08:41:05 laptop2021 flatpak-system-helper[1933]: system: Pulled appstream2/x86_64 from /var/tmp/flatpak-cache-0S5BD2/repo-KtLVpz
Oct 29 08:41:07 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Activating via systemd: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.40' (uid=1000 pid=1487 comm="/usr/bin/gnome-software --gapplication-service")
Oct 29 08:41:07 laptop2021 systemd[1125]: Starting User preferences database...
Oct 29 08:41:07 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Successfully activated service 'ca.desrt.dconf'
Oct 29 08:41:07 laptop2021 systemd[1125]: Started User preferences database.
Oct 29 08:41:07 laptop2021 gnome-software[1487]: Only 5 apps for curated list, hiding
Oct 29 08:41:08 laptop2021 gnome-shell[1973]: warn: wayland.c:1512: no server-side cursors available, falling back to client-side cursors
Oct 29 08:41:08 laptop2021 gnome-shell[1973]: warn: wayland.c:1733: no decoration manager available - using CSDs unconditionally
Oct 29 08:41:08 laptop2021 systemd[1125]: Started Application launched by gnome-shell.
Oct 29 08:41:10 laptop2021 systemd[1]: Stopping User Manager for UID 120...
Oct 29 08:41:10 laptop2021 systemd[650]: Activating special unit Exit the Session...
Oct 29 08:41:10 laptop2021 systemd[650]: Stopped target Main User Target.
Oct 29 08:41:10 laptop2021 systemd[650]: Stopping D-Bus User Message Bus...
Oct 29 08:41:10 laptop2021 systemd[650]: Stopping PipeWire Media Session Manager...
Oct 29 08:41:10 laptop2021 systemd[650]: Stopped D-Bus User Message Bus.
Oct 29 08:41:10 laptop2021 systemd[650]: Stopped PipeWire Media Session Manager.
Oct 29 08:41:10 laptop2021 systemd[650]: Stopping PipeWire Multimedia Service...
Oct 29 08:41:10 laptop2021 systemd[650]: Stopped PipeWire Multimedia Service.
Oct 29 08:41:10 laptop2021 systemd[650]: Removed slice User Core Session Slice.
Oct 29 08:41:10 laptop2021 systemd[650]: Stopped target Basic System.
Oct 29 08:41:10 laptop2021 systemd[650]: Stopped target Paths.
Oct 29 08:41:10 laptop2021 systemd[650]: Stopped target Sockets.
Oct 29 08:41:10 laptop2021 systemd[650]: Stopped target Timers.
Oct 29 08:41:10 laptop2021 systemd[650]: Closed D-Bus User Message Bus Socket.
Oct 29 08:41:10 laptop2021 systemd[650]: Closed GnuPG network certificate management daemon.
Oct 29 08:41:10 laptop2021 systemd[650]: Closed GCR ssh-agent wrapper.
Oct 29 08:41:10 laptop2021 systemd[650]: Closed GNOME Keyring daemon.
Oct 29 08:41:10 laptop2021 systemd[650]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Oct 29 08:41:10 laptop2021 systemd[650]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Oct 29 08:41:10 laptop2021 systemd[650]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Oct 29 08:41:10 laptop2021 systemd[650]: Closed GnuPG cryptographic agent and passphrase cache.
Oct 29 08:41:10 laptop2021 systemd[650]: Closed p11-kit server.
Oct 29 08:41:10 laptop2021 systemd[650]: Closed PipeWire Multimedia System Sockets.
Oct 29 08:41:10 laptop2021 systemd[650]: Closed Sound System.
Oct 29 08:41:10 laptop2021 systemd[650]: Removed slice User Application Slice.
Oct 29 08:41:10 laptop2021 systemd[650]: Reached target Shutdown.
Oct 29 08:41:10 laptop2021 systemd[650]: Finished Exit the Session.
Oct 29 08:41:10 laptop2021 systemd[650]: Reached target Exit the Session.
Oct 29 08:41:10 laptop2021 (sd-pam)[651]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[gdm] ruser=[<unknown>] rhost=[<unknown>]
Oct 29 08:41:10 laptop2021 systemd[1]: user@120.service: Deactivated successfully.
Oct 29 08:41:10 laptop2021 systemd[1]: Stopped User Manager for UID 120.
Oct 29 08:41:11 laptop2021 systemd[1]: Stopping User Runtime Directory /run/user/120...
Oct 29 08:41:11 laptop2021 systemd[1]: run-user-120.mount: Deactivated successfully.
Oct 29 08:41:11 laptop2021 systemd[1]: user-runtime-dir@120.service: Deactivated successfully.
Oct 29 08:41:11 laptop2021 systemd[1]: Stopped User Runtime Directory /run/user/120.
Oct 29 08:41:11 laptop2021 systemd[1]: Removed slice User Slice of UID 120.
Oct 29 08:41:11 laptop2021 systemd[1]: user-120.slice: Consumed 5.923s CPU time.
Oct 29 08:41:11 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Activating service name='org.gnome.Nautilus' requested by ':1.11' (uid=1000 pid=1251 comm="/usr/bin/gnome-shell")
Oct 29 08:41:11 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Activating service name='org.gnome.Calculator.SearchProvider' requested by ':1.11' (uid=1000 pid=1251 comm="/usr/bin/gnome-shell")
Oct 29 08:41:11 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Activating service name='org.gnome.Characters' requested by ':1.11' (uid=1000 pid=1251 comm="/usr/bin/gnome-shell")
Oct 29 08:41:11 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Activating service name='org.gnome.clocks' requested by ':1.11' (uid=1000 pid=1251 comm="/usr/bin/gnome-shell")
Oct 29 08:41:11 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Activating service name='org.gnome.Settings.SearchProvider' requested by ':1.11' (uid=1000 pid=1251 comm="/usr/bin/gnome-shell")
Oct 29 08:41:11 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Activating service name='org.gnome.Epiphany.SearchProvider' requested by ':1.11' (uid=1000 pid=1251 comm="/usr/bin/gnome-shell")
Oct 29 08:41:11 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Successfully activated service 'org.gnome.Settings.SearchProvider'
Oct 29 08:41:11 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Successfully activated service 'org.gnome.Calculator.SearchProvider'
Oct 29 08:41:11 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Successfully activated service 'org.gnome.clocks'
Oct 29 08:41:11 laptop2021 nautilus[2016]: Connecting to org.freedesktop.Tracker3.Miner.Files
Oct 29 08:41:11 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Successfully activated service 'org.gnome.Nautilus'
Oct 29 08:41:11 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Successfully activated service 'org.gnome.Characters'
Oct 29 08:41:11 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Activating via systemd: service name='org.freedesktop.Tracker3.Miner.Files' unit='tracker-miner-fs-3.service' requested by ':1.77' (uid=1000 pid=2016 comm="/usr/bin/nautilus --gapplication-service")
Oct 29 08:41:11 laptop2021 systemd[1125]: Created slice User Background Tasks Slice.
Oct 29 08:41:11 laptop2021 gnome-character[2020]: JS LOG: Characters Application started
Oct 29 08:41:11 laptop2021 systemd[1125]: Starting Tracker file system data miner...
Oct 29 08:41:11 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Activating service name='org.gnome.NautilusPreviewer' requested by ':1.77' (uid=1000 pid=2016 comm="/usr/bin/nautilus --gapplication-service")
Oct 29 08:41:11 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Successfully activated service 'org.gnome.Epiphany.SearchProvider'
Oct 29 08:41:11 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Successfully activated service 'org.freedesktop.Tracker3.Miner.Files'
Oct 29 08:41:11 laptop2021 systemd[1125]: Started Tracker file system data miner.
Oct 29 08:41:11 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Activating via systemd: service name='org.freedesktop.Tracker3.Miner.Extract' unit='tracker-extract-3.service' requested by ':1.83' (uid=1000 pid=2090 comm="/usr/lib/tracker-miner-fs-3")
Oct 29 08:41:11 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Successfully activated service 'org.gnome.NautilusPreviewer'
Oct 29 08:41:11 laptop2021 systemd[1125]: Starting Tracker metadata extractor...
Oct 29 08:41:11 laptop2021 dbus-daemon[1149]: [session uid=1000 pid=1149] Successfully activated service 'org.freedesktop.Tracker3.Miner.Extract'
Oct 29 08:41:11 laptop2021 systemd[1125]: Started Tracker metadata extractor.
Oct 29 08:41:14 laptop2021 gnome-software[1487]: Only 5 apps for curated list, hiding
Oct 29 08:41:21 laptop2021 gnome-character[2020]: JS LOG: Characters Application exiting
Oct 29 08:41:24 laptop2021 gnome-software[1487]: Only 5 apps for curated list, hiding
Oct 29 08:41:30 laptop2021 systemd[1]: systemd-localed.service: Deactivated successfully.
Oct 29 08:41:30 laptop2021 systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Oct 29 08:41:35 laptop2021 dbus-daemon[559]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.93' (uid=0 pid=2232 comm="sudo journalctl -b 0")
Oct 29 08:41:35 laptop2021 dbus-daemon[559]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 29 08:41:35 laptop2021 sudo[2232]:     luke : TTY=pts/0 ; PWD=/home/luke ; USER=root ; COMMAND=/usr/bin/journalctl -b 0
Oct 29 08:41:35 laptop2021 sudo[2232]: pam_unix(sudo:session): session opened for user root(uid=0) by luke(uid=1000)

Last edited by QuadrupleA (2023-10-29 16:55:40)

Offline

#4 2023-10-31 12:23:13

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 14,987

Re: Terrible external monitor perf / final attempt at desktop linux

01:00.0 VGA compatible controller: NVIDIA Corporation TU106M [GeForce RTX 2060 Mobile] (rev a1)
	Subsystem: ASUSTeK Computer Inc. TU106M [GeForce RTX 2060 Mobile]
	Kernel driver in use: nvidia
	Kernel modules: nouveau, nvidia_drm, nvidia
01:00.1 Audio device: NVIDIA Corporation TU106 High Definition Audio Controller (rev a1)
	Subsystem: ASUSTeK Computer Inc. TU106 High Definition Audio Controller
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel
01:00.2 USB controller: NVIDIA Corporation TU106 USB 3.1 Host Controller (rev a1)
	Subsystem: ASUSTeK Computer Inc. TU106 USB 3.1 Host Controller
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci
01:00.3 Serial bus controller: NVIDIA Corporation TU106 USB Type-C UCSI Controller (rev a1)
	Subsystem: ASUSTeK Computer Inc. TU106 USB Type-C UCSI Controller
	Kernel driver in use: nvidia-gpu
	Kernel modules: i2c_nvidia_gpu

06:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Renoir (rev c6)
	Subsystem: ASUSTeK Computer Inc. Renoir
	Kernel driver in use: amdgpu
	Kernel modules: amdgpu
06:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Renoir Radeon High Definition Audio Controller
	Subsystem: ASUSTeK Computer Inc. Renoir Radeon High Definition Audio Controller
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel

Your system doesn't use hybrid graphics, but 2 independent videocards. The setup has similarities with using an eGPU over thunderbolt.

PRIME should be able to cope with it (and appears to do that) though not satisfactorily .


Oct 29 08:40:51 laptop2021 gnome-shell[680]: Device '/dev/dri/card1' prefers shadow buffer
Oct 29 08:40:51 laptop2021 gnome-shell[680]: Added device '/dev/dri/card1' (nvidia-drm) using atomic mode setting.
Oct 29 08:40:51 laptop2021 wpa_supplicant[609]: wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Oct 29 08:40:52 laptop2021 gnome-shell[680]: Device '/dev/dri/card0' prefers shadow buffer
Oct 29 08:40:52 laptop2021 gnome-shell[680]: Added device '/dev/dri/card0' (amdgpu) using atomic mode setting.
Oct 29 08:40:52 laptop2021 gnome-shell[680]: Failed to initialize accelerated iGPU/dGPU framebuffer sharing: No EGL display
Oct 29 08:40:52 laptop2021 gnome-shell[680]: Created gbm renderer for '/dev/dri/card1'
Oct 29 08:40:52 laptop2021 gnome-shell[680]: Created gbm renderer for '/dev/dri/card0'
Oct 29 08:40:52 laptop2021 gnome-shell[680]: Boot VGA GPU /dev/dri/card0 selected as primary
Oct 29 08:40:52 laptop2021 gnome-shell[680]: Obtained a high priority EGL context
Oct 29 08:40:52 laptop2021 gnome-shell[680]: Obtained a high priority EGL context

Oct 29 08:40:52 laptop2021 org.gnome.Shell.desktop[729]: libEGL warning: egl: failed to create dri2 screen
Oct 29 08:40:52 laptop2021 org.gnome.Shell.desktop[729]: libEGL warning: egl: failed to create dri2 screen

Oct 29 08:40:53 laptop2021 kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Framebuffer memory not appropriate for scanout
Oct 29 08:40:53 laptop2021 kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Framebuffer memory not appropriate for scanout

Those clearly show gnome/wayland has trouble with your setup .
The issue is further complicated by your external screen being hardwired to the nvidia card and the internal probably to the amd card.
.
Not sure how to solve the issue, but you need to look for information about using multiple gpu systems under wayland.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#5 2023-11-01 01:01:34

QuadrupleA
Member
Registered: 2023-10-28
Posts: 8

Re: Terrible external monitor perf / final attempt at desktop linux

Well one GPU can render an app and send its output to a display on another GPU, and you can choose which GPU to run an app on - I think that's hybrid: https://wiki.archlinux.org/title/Hybrid_graphics

And yeah, something defintely wrong with my setup. I looked up all that I could find documentation-wise on hybrid / multi-gpu graphics config in Linux / Wayland without much luck.

Thinking I'd better give up on it at this point, but if I get vast free time I might read some source code  where these messages are generated and backtrack.

Offline

#6 2023-11-01 08:54:21

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

Re: Terrible external monitor perf / final attempt at desktop linux

The cursor renders in HW so it's likely the compositor.

Move to gnome on X11 (I don't care - there's no other way to get some useful data from the system. And yes, gnome 45 has introduced a tearing-because-stupid bug. Irrelevant for the situation at hand) then post
1. updated status on the situation
2. xorg log
3. "xrandr --verbose"
4. https://wiki.archlinux.org/title/PRIME# … ronization state and

b/c "glxgears on external 144hz display" … "glxgears on builtin 144hz display" see the caveat in https://wiki.archlinux.org/title/PRIME#Reverse_PRIME and while using X11 anyway, you might also test an uncomposited environment like openbox.

Offline

#7 2023-11-01 16:39:12

QuadrupleA
Member
Registered: 2023-10-28
Posts: 8

Re: Terrible external monitor perf / final attempt at desktop linux

Thanks seth -

Just tried again in X11 mode (in this case booting GDM in wayland mode but selcting Gnome Xorg from the session menu), the problem's actually fixed there. Glxgears runs at 144hz on both monitors and both GPUs. Initially I had a lot of trouble with X, but I believe that was with Nouveau, and perhaps the troubleshooting / configuration already done on the wayland side got some things things working in Xorg.

I had hoped to run in Wayland for handwavey reasons, because it's "modern" and "fast" and "the future", and I have plenty of bad memories of configuring X setups in the past, but maybe just falling back to X is the way to go? Don't want to sidetrack this thread with Xorg vs. Wayland, plenty on that elsewhere I can catch up with.

So I'll do some homework there, decide if X is fine and if not, see how far I should go with wayland troubleshooting here.

Offline

#8 2023-11-02 21:41:32

QuadrupleA
Member
Registered: 2023-10-28
Posts: 8

Re: Terrible external monitor perf / final attempt at desktop linux

After some brainstorming, I think I'd like to get wayland working. My hope was to try putting together a stable and clean Linux install to use for decades to come, migratable to a new PC someday, etc. X on my system has its own issues - Chromium WebGL weirdness on NVIDIA, programs that only support wayland, etc. So if it's going to involve dozens of hours of low-level troubleshooting, I'd rather invest them more future-oriented on the wayland side.

That aside, diagnostic info from X mode below - let me know if anything jumps out. I see some ACPI warnings, and that the external display is definitely connected to the NVIDIA.

2: Xorg logs (first is GDM session, 2nd is GNOME desktop session)

[    11.474] (--) Log file renamed from "/var/log/Xorg.pid-710.log" to "/var/log/Xorg.0.log"
[    11.476] 
X.Org X Server 1.21.1.9
X Protocol Version 11, Revision 0
[    11.476] Current Operating System: Linux laptop2021 6.5.9-arch2-1 #1 SMP PREEMPT_DYNAMIC Thu, 26 Oct 2023 00:52:20 +0000 x86_64
[    11.476] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=f71d8c0d-6d2e-45bd-8cb5-18a077099165 rw loglevel=3 quiet
[    11.476]  
[    11.476] Current version of pixman: 0.42.2
[    11.476] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    11.476] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    11.476] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Nov  1 19:55:50 2023
[    11.478] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    11.478] (==) No Layout section.  Using the first Screen section.
[    11.478] (==) No screen section available. Using defaults.
[    11.478] (**) |-->Screen "Default Screen Section" (0)
[    11.478] (**) |   |-->Monitor "<default monitor>"
[    11.478] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    11.478] (==) Automatically adding devices
[    11.478] (==) Automatically enabling devices
[    11.478] (==) Automatically adding GPU devices
[    11.478] (==) Automatically binding GPU devices
[    11.478] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    11.479] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    11.479] 	Entry deleted from font path.
[    11.479] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[    11.479] 	Entry deleted from font path.
[    11.479] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    11.479] 	Entry deleted from font path.
[    11.479] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    11.479] 	Entry deleted from font path.
[    11.479] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    11.479] 	Entry deleted from font path.
[    11.479] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    11.479] 	Entry deleted from font path.
[    11.479] (==) FontPath set to:
	
[    11.479] (==) ModulePath set to "/usr/lib/xorg/modules"
[    11.479] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    11.479] (II) Module ABI versions:
[    11.479] 	X.Org ANSI C Emulation: 0.4
[    11.479] 	X.Org Video Driver: 25.2
[    11.479] 	X.Org XInput driver : 24.4
[    11.479] 	X.Org Server Extension : 10.0
[    11.479] (++) using VT number 1

[    11.481] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
[    11.481] (II) xfree86: Adding drm device (/dev/dri/card0)
[    11.481] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/drm/card0
[    11.482] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
[    11.482] (II) xfree86: Adding drm device (/dev/dri/card1)
[    11.482] (II) Platform probe for /sys/devices/pci0000:00/0000:00:08.1/0000:06:00.0/drm/card1
[    11.483] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 15 paused 0
[    11.485] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    11.487] (--) PCI: (1@0:0:0) 10de:1f15:1043:1e21 rev 161, Mem @ 0xfb000000/16777216, 0xb0000000/268435456, 0xc0000000/33554432, I/O @ 0x0000f000/128, BIOS @ 0x????????/524288
[    11.487] (--) PCI:*(6@0:0:0) 1002:1636:1043:1e21 rev 198, Mem @ 0xd0000000/268435456, 0xe0000000/2097152, 0xfc500000/524288, I/O @ 0x0000c000/256
[    11.487] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    11.487] (II) LoadModule: "glx"
[    11.488] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    11.490] (II) Module glx: vendor="X.Org Foundation"
[    11.490] 	compiled for 1.21.1.9, module version = 1.0.0
[    11.490] 	ABI class: X.Org Server Extension, version 10.0
[    11.490] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[    11.490] 	loading driver: nvidia
[    11.490] (==) Matched ati as autoconfigured driver 0
[    11.490] (==) Matched nvidia as autoconfigured driver 1
[    11.490] (==) Matched nouveau as autoconfigured driver 2
[    11.490] (==) Matched nv as autoconfigured driver 3
[    11.490] (==) Matched modesetting as autoconfigured driver 4
[    11.490] (==) Matched fbdev as autoconfigured driver 5
[    11.490] (==) Matched vesa as autoconfigured driver 6
[    11.490] (==) Assigned the driver to the xf86ConfigLayout
[    11.490] (II) LoadModule: "ati"
[    11.491] (WW) Warning, couldn't open module ati
[    11.491] (EE) Failed to load module "ati" (module does not exist, 0)
[    11.491] (II) LoadModule: "nvidia"
[    11.491] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    11.497] (II) Module nvidia: vendor="NVIDIA Corporation"
[    11.497] 	compiled for 1.6.99.901, module version = 1.0.0
[    11.497] 	Module class: X.Org Video Driver
[    11.498] (II) LoadModule: "nouveau"
[    11.498] (WW) Warning, couldn't open module nouveau
[    11.498] (EE) Failed to load module "nouveau" (module does not exist, 0)
[    11.498] (II) LoadModule: "nv"
[    11.498] (WW) Warning, couldn't open module nv
[    11.498] (EE) Failed to load module "nv" (module does not exist, 0)
[    11.498] (II) LoadModule: "modesetting"
[    11.498] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    11.499] (II) Module modesetting: vendor="X.Org Foundation"
[    11.499] 	compiled for 1.21.1.9, module version = 1.21.1
[    11.499] 	Module class: X.Org Video Driver
[    11.499] 	ABI class: X.Org Video Driver, version 25.2
[    11.499] (II) LoadModule: "fbdev"
[    11.500] (WW) Warning, couldn't open module fbdev
[    11.500] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    11.500] (II) LoadModule: "vesa"
[    11.500] (WW) Warning, couldn't open module vesa
[    11.500] (EE) Failed to load module "vesa" (module does not exist, 0)
[    11.500] (II) NVIDIA dlloader X Driver  535.113.01  Tue Sep 12 19:49:52 UTC 2023
[    11.500] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    11.500] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    11.500] (II) modeset(0): using drv /dev/dri/card1
[    11.500] (II) systemd-logind: releasing fd for 226:0
[    11.502] (II) Loading sub module "fb"
[    11.502] (II) LoadModule: "fb"
[    11.502] (II) Module "fb" already built-in
[    11.502] (II) Loading sub module "wfb"
[    11.502] (II) LoadModule: "wfb"
[    11.502] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    11.503] (II) Module wfb: vendor="X.Org Foundation"
[    11.503] 	compiled for 1.21.1.9, module version = 1.0.0
[    11.503] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    11.504] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    11.504] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    11.504] (==) modeset(0): RGB weight 888
[    11.504] (==) modeset(0): Default visual is TrueColor
[    11.504] (II) Loading sub module "glamoregl"
[    11.504] (II) LoadModule: "glamoregl"
[    11.504] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    11.507] (II) Module glamoregl: vendor="X.Org Foundation"
[    11.507] 	compiled for 1.21.1.9, module version = 1.0.1
[    11.507] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    12.617] (II) modeset(0): glamor X acceleration enabled on AMD Radeon Graphics (renoir, LLVM 16.0.6, DRM 3.54, 6.5.9-arch2-1)
[    12.617] (II) modeset(0): glamor initialized
[    12.617] (==) modeset(0): VariableRefresh: disabled
[    12.617] (==) modeset(0): AsyncFlipSecondaries: disabled
[    12.620] (II) modeset(0): Output eDP-1 has no monitor section
[    12.620] (II) modeset(0): Output HDMI-1 has no monitor section
[    12.623] (II) modeset(0): EDID for output eDP-1
[    12.623] (II) modeset(0): Manufacturer: NCP  Model: 4d  Serial#: 0
[    12.623] (II) modeset(0): Year: 2019  Week: 51
[    12.623] (II) modeset(0): EDID Version: 1.4
[    12.623] (II) modeset(0): Digital Display Input
[    12.623] (II) modeset(0): 8 bits per channel
[    12.623] (II) modeset(0): Digital interface is DisplayPort
[    12.623] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    12.623] (II) modeset(0): Gamma: 2.20
[    12.623] (II) modeset(0): No DPMS capabilities specified
[    12.623] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[    12.623] (II) modeset(0): First detailed timing is preferred mode
[    12.623] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    12.623] (II) modeset(0): Display is continuous-frequency
[    12.623] (II) modeset(0): redX: 0.595 redY: 0.361   greenX: 0.346 greenY: 0.555
[    12.623] (II) modeset(0): blueX: 0.157 blueY: 0.106   whiteX: 0.312 whiteY: 0.328
[    12.623] (II) modeset(0): Manufacturer's mask: 0
[    12.623] (II) modeset(0): Supported detailed timing:
[    12.623] (II) modeset(0): clock: 354.7 MHz   Image Size:  344 x 194 mm
[    12.623] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2180 h_border: 0
[    12.623] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1130 v_border: 0
[    12.623] (II) modeset(0): Supported detailed timing:
[    12.623] (II) modeset(0): clock: 147.8 MHz   Image Size:  344 x 194 mm
[    12.623] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2180 h_border: 0
[    12.623] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1130 v_border: 0
[    12.623] (II) modeset(0): Ranges: V min: 48 V max: 144 Hz, H min: 163 H max: 163 kHz, PixClock max 355 MHz
[    12.623] (II) modeset(0):  LM156LF-2F03
[    12.623] (II) modeset(0): EDID (in hex):
[    12.624] (II) modeset(0): 	00ffffffffffff0038704d0000000000
[    12.624] (II) modeset(0): 	331d0104a5221378036850985c588e28
[    12.624] (II) modeset(0): 	1b505400000001010101010101010101
[    12.624] (II) modeset(0): 	010101010101918a8004713832403020
[    12.624] (II) modeset(0): 	350058c21000001abd39800471383240
[    12.624] (II) modeset(0): 	3020350058c21000001a000000fd0030
[    12.624] (II) modeset(0): 	90a3a323010a202020202020000000fe
[    12.624] (II) modeset(0): 	004c4d3135364c462d324630330a0035
[    12.624] (II) modeset(0): Printing probed modes for output eDP-1
[    12.624] (II) modeset(0): Modeline "1920x1080"x144.0  354.73  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (162.7 kHz eP)
[    12.624] (II) modeset(0): Modeline "1920x1080"x60.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[    12.624] (II) modeset(0): Modeline "1920x1080"x120.0  354.73  1920 1968 2000 2180  1080 1309 1314 1356 +hsync -vsync (162.7 kHz e)
[    12.624] (II) modeset(0): Modeline "1920x1080"x96.0  354.73  1920 1968 2000 2180  1080 1648 1653 1695 +hsync -vsync (162.7 kHz e)
[    12.624] (II) modeset(0): Modeline "1920x1080"x72.0  354.73  1920 1968 2000 2180  1080 2213 2218 2260 +hsync -vsync (162.7 kHz e)
[    12.624] (II) modeset(0): Modeline "1920x1080"x60.0  354.73  1920 1968 2000 2180  1080 2665 2670 2712 +hsync -vsync (162.7 kHz e)
[    12.624] (II) modeset(0): Modeline "1920x1080"x50.0  354.73  1920 1968 2000 2180  1080 3207 3212 3254 +hsync -vsync (162.7 kHz e)
[    12.624] (II) modeset(0): Modeline "1920x1080"x48.0  354.73  1920 1968 2000 2180  1080 3343 3348 3390 +hsync -vsync (162.7 kHz e)
[    12.624] (II) modeset(0): Modeline "1920x1080"x60.0  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    12.624] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    12.624] (II) modeset(0): Modeline "1920x1080"x60.0  147.81  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (67.8 kHz e)
[    12.624] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    12.624] (II) modeset(0): Modeline "1680x1050"x144.0  354.73  1680 1968 2000 2180  1050 1083 1088 1130 +hsync -vsync (162.7 kHz e)
[    12.624] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    12.624] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    12.624] (II) modeset(0): Modeline "1400x1050"x74.8  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[    12.624] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    12.624] (II) modeset(0): Modeline "1600x900"x60.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    12.624] (II) modeset(0): Modeline "1600x900"x59.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    12.624] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    12.624] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    12.624] (II) modeset(0): Modeline "1280x1024"x144.0  354.73  1280 1968 2000 2180  1024 1083 1088 1130 +hsync -vsync (162.7 kHz e)
[    12.624] (II) modeset(0): Modeline "1280x1024"x85.0  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[    12.624] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[    12.624] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    12.624] (II) modeset(0): Modeline "1440x900"x144.0  354.73  1440 1968 2000 2180  900 1083 1088 1130 +hsync -vsync (162.7 kHz e)
[    12.624] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    12.624] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    12.624] (II) modeset(0): Modeline "1280x960"x85.0  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync (85.9 kHz d)
[    12.624] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    12.624] (II) modeset(0): Modeline "1440x810"x60.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    12.624] (II) modeset(0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    12.624] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    12.624] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    12.624] (II) modeset(0): Modeline "1280x800"x144.0  354.73  1280 1968 2000 2180  800 1083 1088 1130 +hsync -vsync (162.7 kHz e)
[    12.624] (II) modeset(0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    12.624] (II) modeset(0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    12.624] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    12.624] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    12.624] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz d)
[    12.624] (II) modeset(0): Modeline "1280x720"x144.0  354.73  1280 1968 2000 2180  720 1083 1088 1130 +hsync -vsync (162.7 kHz e)
[    12.624] (II) modeset(0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    12.624] (II) modeset(0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    12.624] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    12.624] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    12.624] (II) modeset(0): Modeline "1024x768"x144.0  354.73  1024 1968 2000 2180  768 1083 1088 1130 +hsync -vsync (162.7 kHz e)
[    12.624] (II) modeset(0): Modeline "1024x768"x85.0  194.02  1024 1108 1220 1416  768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[    12.624] (II) modeset(0): Modeline "1024x768"x75.0  170.24  1024 1108 1220 1416  768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[    12.624] (II) modeset(0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    12.624] (II) modeset(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz d)
[    12.624] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz d)
[    12.624] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz d)
[    12.624] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    12.624] (II) modeset(0): Modeline "1024x768i"x87.0   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[    12.624] (II) modeset(0): Modeline "960x720"x85.0  170.68  960 1036 1144 1328  720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[    12.624] (II) modeset(0): Modeline "960x720"x75.0  148.50  960 1032 1144 1320  720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[    12.624] (II) modeset(0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    12.624] (II) modeset(0): Modeline "928x696"x75.0  144.00  928 992 1104 1280  696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[    12.624] (II) modeset(0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    12.624] (II) modeset(0): Modeline "896x672"x75.0  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[    12.624] (II) modeset(0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    12.624] (II) modeset(0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    12.624] (II) modeset(0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    12.624] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    12.624] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    12.624] (II) modeset(0): Modeline "960x600"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    12.624] (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    12.624] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz d)
[    12.624] (II) modeset(0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    12.624] (II) modeset(0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    12.624] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    12.624] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    12.624] (II) modeset(0): Modeline "800x600"x144.0  354.73  800 1968 2000 2180  600 1083 1088 1130 +hsync -vsync (162.7 kHz e)
[    12.624] (II) modeset(0): Modeline "800x600"x85.0  114.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[    12.624] (II) modeset(0): Modeline "800x600"x75.0  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[    12.624] (II) modeset(0): Modeline "800x600"x70.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[    12.624] (II) modeset(0): Modeline "800x600"x65.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[    12.624] (II) modeset(0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    12.625] (II) modeset(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz d)
[    12.625] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz d)
[    12.625] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz d)
[    12.625] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    12.625] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    12.625] (II) modeset(0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    12.625] (II) modeset(0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    12.625] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    12.625] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    12.625] (II) modeset(0): Modeline "700x525"x74.8   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[    12.625] (II) modeset(0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    12.625] (II) modeset(0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    12.625] (II) modeset(0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    12.625] (II) modeset(0): Modeline "640x512"x85.0   78.75  640 672 752 864  512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[    12.625] (II) modeset(0): Modeline "640x512"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[    12.625] (II) modeset(0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    12.625] (II) modeset(0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    12.625] (II) modeset(0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    12.625] (II) modeset(0): Modeline "640x480"x144.0  354.73  640 1968 2000 2180  480 1083 1088 1130 +hsync -vsync (162.7 kHz e)
[    12.625] (II) modeset(0): Modeline "640x480"x85.1   74.25  640 672 752 864  480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[    12.625] (II) modeset(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    12.625] (II) modeset(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz d)
[    12.625] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz d)
[    12.625] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
[    12.625] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    12.625] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    12.625] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    12.625] (II) modeset(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz d)
[    12.625] (II) modeset(0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    12.625] (II) modeset(0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    12.625] (II) modeset(0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    12.625] (II) modeset(0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    12.625] (II) modeset(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz d)
[    12.625] (II) modeset(0): Modeline "576x432"x75.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[    12.625] (II) modeset(0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    12.625] (II) modeset(0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    12.625] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    12.625] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    12.625] (II) modeset(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz d)
[    12.625] (II) modeset(0): Modeline "512x384"x85.0   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[    12.625] (II) modeset(0): Modeline "512x384"x75.0   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[    12.625] (II) modeset(0): Modeline "512x384"x70.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[    12.625] (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    12.625] (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)
[    12.625] (II) modeset(0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    12.625] (II) modeset(0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    12.625] (II) modeset(0): Modeline "416x312"x74.7   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[    12.625] (II) modeset(0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    12.625] (II) modeset(0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    12.625] (II) modeset(0): Modeline "400x300"x85.3   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[    12.625] (II) modeset(0): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[    12.625] (II) modeset(0): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[    12.625] (II) modeset(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    12.625] (II) modeset(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    12.625] (II) modeset(0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    12.625] (II) modeset(0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    12.625] (II) modeset(0): Modeline "320x240"x85.2   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[    12.625] (II) modeset(0): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[    12.625] (II) modeset(0): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[    12.625] (II) modeset(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    12.625] (II) modeset(0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    12.625] (II) modeset(0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    12.625] (II) modeset(0): Modeline "360x200"x85.0   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[    12.625] (II) modeset(0): Modeline "320x200"x85.3   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[    12.625] (II) modeset(0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    12.625] (II) modeset(0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    12.625] (II) modeset(0): Modeline "320x175"x85.3   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[    12.625] (II) modeset(0): EDID for output HDMI-1
[    12.625] (II) modeset(0): Output eDP-1 connected
[    12.625] (II) modeset(0): Output HDMI-1 disconnected
[    12.625] (II) modeset(0): Using exact sizes for initial modes
[    12.625] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[    12.625] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    12.625] (==) modeset(0): DPI set to (96, 96)
[    12.625] (II) Loading sub module "fb"
[    12.625] (II) LoadModule: "fb"
[    12.625] (II) Module "fb" already built-in
[    12.625] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[    12.625] (==) NVIDIA(G0): RGB weight 888
[    12.625] (==) NVIDIA(G0): Default visual is TrueColor
[    12.625] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[    12.625] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[    12.625] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[    12.625] (**) NVIDIA(G0): Enabling 2D acceleration
[    12.626] (II) Loading sub module "glxserver_nvidia"
[    12.626] (II) LoadModule: "glxserver_nvidia"
[    12.626] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[    12.655] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    12.655] 	compiled for 1.6.99.901, module version = 1.0.0
[    12.655] 	Module class: X.Org Server Extension
[    12.655] (II) NVIDIA GLX Module  535.113.01  Tue Sep 12 19:51:54 UTC 2023
[    12.656] (II) NVIDIA: The X server supports PRIME Render Offload.
[    12.708] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    12.708] (--) NVIDIA(0):     DFP-0 (boot)
[    12.708] (--) NVIDIA(0):     DFP-1
[    12.709] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce RTX 2060 (TU106-A) at PCI:1:0:0
[    12.709] (II) NVIDIA(G0):     (GPU-0)
[    12.709] (--) NVIDIA(G0): Memory: 6291456 kBytes
[    12.709] (--) NVIDIA(G0): VideoBIOS: 90.06.59.00.3a
[    12.709] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[    12.710] (--) NVIDIA(GPU-0): ViewSonic VX2758-Series (DFP-0): connected
[    12.710] (--) NVIDIA(GPU-0): ViewSonic VX2758-Series (DFP-0): Internal DisplayPort
[    12.710] (--) NVIDIA(GPU-0): ViewSonic VX2758-Series (DFP-0): 2660.0 MHz maximum pixel clock
[    12.710] (--) NVIDIA(GPU-0): 
[    12.712] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    12.712] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    12.712] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    12.712] (--) NVIDIA(GPU-0): 
[    12.777] (II) NVIDIA(G0): Validated MetaModes:
[    12.777] (II) NVIDIA(G0):     "NULL"
[    12.777] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[    13.039] (WW) NVIDIA(G0): Cannot find size of first mode for ViewSonic VX2758-Series
[    13.039] (WW) NVIDIA(G0):     (DFP-0); cannot compute DPI from ViewSonic VX2758-Series
[    13.039] (WW) NVIDIA(G0):     (DFP-0)'s EDID.
[    13.039] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[    13.237] (==) modeset(0): Backing store enabled
[    13.237] (==) modeset(0): Silken mouse enabled
[    13.239] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    13.239] (==) modeset(0): DPMS enabled
[    13.239] (II) modeset(0): [DRI2] Setup complete
[    13.239] (II) modeset(0): [DRI2]   DRI driver: radeonsi
[    13.239] (II) modeset(0): [DRI2]   VDPAU driver: radeonsi
[    13.240] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[    13.240] (II) NVIDIA:     access.
[    13.251] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    13.251] (II) NVIDIA(G0):     may not be running or the "AcpidSocketPath" X
[    13.251] (II) NVIDIA(G0):     configuration option may not be set correctly.  When the
[    13.251] (II) NVIDIA(G0):     ACPI event daemon is available, the NVIDIA X driver will
[    13.251] (II) NVIDIA(G0):     try to use it to receive ACPI event notifications.  For
[    13.251] (II) NVIDIA(G0):     details, please see the "ConnectToAcpid" and
[    13.251] (II) NVIDIA(G0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    13.251] (II) NVIDIA(G0):     Config Options in the README.
[    13.283] (II) NVIDIA(G0): Setting mode "NULL"
[    13.297] (==) NVIDIA(G0): Disabling shared memory pixmaps
[    13.297] (==) NVIDIA(G0): Backing store enabled
[    13.297] (==) NVIDIA(G0): Silken mouse enabled
[    13.297] (==) NVIDIA(G0): DPMS enabled
[    13.297] (II) Loading sub module "dri2"
[    13.297] (II) LoadModule: "dri2"
[    13.297] (II) Module "dri2" already built-in
[    13.297] (II) NVIDIA(G0): [DRI2] Setup complete
[    13.297] (II) NVIDIA(G0): [DRI2]   VDPAU driver: nvidia
[    13.297] (II) Initializing extension Generic Event Extension
[    13.297] (II) Initializing extension SHAPE
[    13.297] (II) Initializing extension MIT-SHM
[    13.297] (II) Initializing extension XInputExtension
[    13.298] (II) Initializing extension XTEST
[    13.298] (II) Initializing extension BIG-REQUESTS
[    13.298] (II) Initializing extension SYNC
[    13.298] (II) Initializing extension XKEYBOARD
[    13.298] (II) Initializing extension XC-MISC
[    13.298] (II) Initializing extension SECURITY
[    13.298] (II) Initializing extension XFIXES
[    13.298] (II) Initializing extension RENDER
[    13.298] (II) Initializing extension RANDR
[    13.298] (II) Initializing extension COMPOSITE
[    13.298] (II) Initializing extension DAMAGE
[    13.298] (II) Initializing extension MIT-SCREEN-SAVER
[    13.298] (II) Initializing extension DOUBLE-BUFFER
[    13.299] (II) Initializing extension RECORD
[    13.299] (II) Initializing extension DPMS
[    13.299] (II) Initializing extension Present
[    13.299] (II) Initializing extension DRI3
[    13.299] (II) Initializing extension X-Resource
[    13.299] (II) Initializing extension XVideo
[    13.299] (II) Initializing extension XVideo-MotionCompensation
[    13.299] (II) Initializing extension GLX
[    13.299] (II) Initializing extension GLX
[    13.299] (II) Indirect GLX disabled.
[    13.304] (II) AIGLX: Loaded and initialized radeonsi
[    13.304] (II) GLX: Initialized DRI2 GL provider for screen 0
[    13.304] (II) Initializing extension XFree86-VidModeExtension
[    13.304] (II) Initializing extension XFree86-DGA
[    13.304] (II) Initializing extension XFree86-DRI
[    13.304] (II) Initializing extension DRI2
[    13.304] (II) Initializing extension NV-GLX
[    13.304] (II) Initializing extension NV-CONTROL
[    13.304] (II) modeset(0): Damage tracking initialized
[    13.304] (II) modeset(0): Setting screen physical size to 508 x 285
[    13.373] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    13.373] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    13.373] (II) LoadModule: "libinput"
[    13.374] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    13.375] (II) Module libinput: vendor="X.Org Foundation"
[    13.375] 	compiled for 1.21.1.8, module version = 1.4.0
[    13.375] 	Module class: X.Org XInput Driver
[    13.375] 	ABI class: X.Org XInput driver, version 24.4
[    13.375] (II) Using input driver 'libinput' for 'Power Button'
[    13.377] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 47 paused 0
[    13.377] (**) Power Button: always reports core events
[    13.377] (**) Option "Device" "/dev/input/event3"
[    13.381] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    13.381] (II) event3  - Power Button: device is a keyboard
[    13.381] (II) event3  - Power Button: device removed
[    13.381] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    13.381] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    13.381] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    13.381] (II) event3  - Power Button: device is a keyboard
[    13.382] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event6)
[    13.382] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[    13.382] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[    13.383] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 50 paused 0
[    13.383] (**) Asus Wireless Radio Control: always reports core events
[    13.383] (**) Option "Device" "/dev/input/event6"
[    13.384] (II) event6  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[    13.384] (II) event6  - Asus Wireless Radio Control: device is a keyboard
[    13.384] (II) event6  - Asus Wireless Radio Control: device removed
[    13.384] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input6/event6"
[    13.384] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[    13.385] (II) event6  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[    13.385] (II) event6  - Asus Wireless Radio Control: device is a keyboard
[    13.385] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[    13.385] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    13.385] (II) Using input driver 'libinput' for 'Video Bus'
[    13.386] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 51 paused 0
[    13.386] (**) Video Bus: always reports core events
[    13.386] (**) Option "Device" "/dev/input/event4"
[    13.387] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    13.387] (II) event4  - Video Bus: device is a keyboard
[    13.388] (II) event4  - Video Bus: device removed
[    13.388] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:10/LNXVIDEO:00/input/input4/event4"
[    13.388] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    13.389] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    13.389] (II) event4  - Video Bus: device is a keyboard
[    13.389] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    13.389] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    13.389] (II) Using input driver 'libinput' for 'Power Button'
[    13.390] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 52 paused 0
[    13.390] (**) Power Button: always reports core events
[    13.390] (**) Option "Device" "/dev/input/event0"
[    13.392] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    13.392] (II) event0  - Power Button: device is a keyboard
[    13.392] (II) event0  - Power Button: device removed
[    13.392] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    13.392] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    13.393] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    13.393] (II) event0  - Power Button: device is a keyboard
[    13.393] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[    13.393] (II) No input driver specified, ignoring this device.
[    13.393] (II) This device may have been added with another device file.
[    13.394] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    13.394] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    13.394] (II) Using input driver 'libinput' for 'Sleep Button'
[    13.395] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 53 paused 0
[    13.395] (**) Sleep Button: always reports core events
[    13.395] (**) Option "Device" "/dev/input/event1"
[    13.395] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    13.395] (II) event1  - Sleep Button: device is a keyboard
[    13.395] (II) event1  - Sleep Button: device removed
[    13.395] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[    13.395] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[    13.396] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    13.396] (II) event1  - Sleep Button: device is a keyboard
[    13.397] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event13)
[    13.397] (II) No input driver specified, ignoring this device.
[    13.397] (II) This device may have been added with another device file.
[    13.397] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event14)
[    13.397] (II) No input driver specified, ignoring this device.
[    13.397] (II) This device may have been added with another device file.
[    13.397] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event15)
[    13.397] (II) No input driver specified, ignoring this device.
[    13.397] (II) This device may have been added with another device file.
[    13.398] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event16)
[    13.398] (II) No input driver specified, ignoring this device.
[    13.398] (II) This device may have been added with another device file.
[    13.398] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event12)
[    13.398] (II) No input driver specified, ignoring this device.
[    13.398] (II) This device may have been added with another device file.
[    13.399] (II) config/udev: Adding input device Wacom Intuos4 4x6 Pen (/dev/input/event17)
[    13.399] (**) Wacom Intuos4 4x6 Pen: Applying InputClass "libinput tablet catchall"
[    13.399] (II) Using input driver 'libinput' for 'Wacom Intuos4 4x6 Pen'
[    13.457] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 54 paused 0
[    13.457] (**) Wacom Intuos4 4x6 Pen: always reports core events
[    13.457] (**) Option "Device" "/dev/input/event17"
[    13.459] (II) event17 - Wacom Intuos4 4x6 Pen: is tagged by udev as: Tablet
[    13.508] (II) event17 - Wacom Intuos4 4x6 Pen: device is a tablet
[    13.508] (II) event17 - Wacom Intuos4 4x6 Pen: device removed
[    13.508] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.3/5-2.4.3:1.0/0003:056A:00B8.0002/input/input21/event17"
[    13.508] (II) XINPUT: Adding extended input device "Wacom Intuos4 4x6 Pen" (type: TABLET, id 11)
[    13.510] (II) event17 - Wacom Intuos4 4x6 Pen: is tagged by udev as: Tablet
[    13.552] (II) event17 - Wacom Intuos4 4x6 Pen: device is a tablet
[    13.552] (II) config/udev: Adding input device Wacom Intuos4 4x6 Pen (/dev/input/mouse2)
[    13.552] (II) No input driver specified, ignoring this device.
[    13.552] (II) This device may have been added with another device file.
[    13.554] (II) config/udev: Adding input device Wacom Intuos4 4x6 Pad (/dev/input/event18)
[    13.554] (**) Wacom Intuos4 4x6 Pad: Applying InputClass "libinput tablet catchall"
[    13.554] (II) Using input driver 'libinput' for 'Wacom Intuos4 4x6 Pad'
[    13.555] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 56 paused 0
[    13.555] (**) Wacom Intuos4 4x6 Pad: always reports core events
[    13.555] (**) Option "Device" "/dev/input/event18"
[    13.557] (II) event18 - Wacom Intuos4 4x6 Pad: is tagged by udev as: Tablet TabletPad
[    13.620] (II) event18 - Wacom Intuos4 4x6 Pad: device is a tablet pad
[    13.620] (II) event18 - Wacom Intuos4 4x6 Pad: device removed
[    13.620] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.3/5-2.4.3:1.0/0003:056A:00B8.0002/input/input23/event18"
[    13.620] (II) XINPUT: Adding extended input device "Wacom Intuos4 4x6 Pad" (type: PAD, id 12)
[    13.620] (**) Option "AccelerationScheme" "none"
[    13.620] (**) Wacom Intuos4 4x6 Pad: (accel) selected scheme none/0
[    13.620] (**) Wacom Intuos4 4x6 Pad: (accel) acceleration factor: 2.000
[    13.620] (**) Wacom Intuos4 4x6 Pad: (accel) acceleration threshold: 4
[    13.621] (II) event18 - Wacom Intuos4 4x6 Pad: is tagged by udev as: Tablet TabletPad
[    13.685] (II) event18 - Wacom Intuos4 4x6 Pad: device is a tablet pad
[    13.686] (II) config/udev: Adding input device Wacom Intuos4 4x6 Pad (/dev/input/js0)
[    13.686] (II) No input driver specified, ignoring this device.
[    13.686] (II) This device may have been added with another device file.
[    13.687] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/event19)
[    13.687] (**) PixArt USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[    13.687] (II) Using input driver 'libinput' for 'PixArt USB Optical Mouse'
[    13.688] (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 65 paused 0
[    13.688] (**) PixArt USB Optical Mouse: always reports core events
[    13.688] (**) Option "Device" "/dev/input/event19"
[    13.690] (II) event19 - PixArt USB Optical Mouse: is tagged by udev as: Mouse
[    13.690] (II) event19 - PixArt USB Optical Mouse: device is a pointer
[    13.690] (II) event19 - PixArt USB Optical Mouse: device removed
[    13.690] (II) libinput: PixArt USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    13.690] (II) libinput: PixArt USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    13.690] (II) libinput: PixArt USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    13.690] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.4/5-2.4.4.3/5-2.4.4.3:1.0/0003:04F2:0939.0003/input/input24/event19"
[    13.690] (II) XINPUT: Adding extended input device "PixArt USB Optical Mouse" (type: MOUSE, id 13)
[    13.690] (**) Option "AccelerationScheme" "none"
[    13.690] (**) PixArt USB Optical Mouse: (accel) selected scheme none/0
[    13.690] (**) PixArt USB Optical Mouse: (accel) acceleration factor: 2.000
[    13.690] (**) PixArt USB Optical Mouse: (accel) acceleration threshold: 4
[    13.692] (II) event19 - PixArt USB Optical Mouse: is tagged by udev as: Mouse
[    13.692] (II) event19 - PixArt USB Optical Mouse: device is a pointer
[    13.693] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/mouse3)
[    13.693] (II) No input driver specified, ignoring this device.
[    13.693] (II) This device may have been added with another device file.
[    13.694] (II) config/udev: Adding input device CHICONY USB Keyboard (/dev/input/event20)
[    13.694] (**) CHICONY USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    13.694] (II) Using input driver 'libinput' for 'CHICONY USB Keyboard'
[    13.695] (II) systemd-logind: got fd for /dev/input/event20 13:84 fd 66 paused 0
[    13.695] (**) CHICONY USB Keyboard: always reports core events
[    13.695] (**) Option "Device" "/dev/input/event20"
[    13.697] (II) event20 - CHICONY USB Keyboard: is tagged by udev as: Keyboard
[    13.697] (II) event20 - CHICONY USB Keyboard: device is a keyboard
[    13.697] (II) event20 - CHICONY USB Keyboard: device removed
[    13.697] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.4/5-2.4.4.4/5-2.4.4.4:1.0/0003:04F2:0833.0004/input/input25/event20"
[    13.697] (II) XINPUT: Adding extended input device "CHICONY USB Keyboard" (type: KEYBOARD, id 14)
[    13.699] (II) event20 - CHICONY USB Keyboard: is tagged by udev as: Keyboard
[    13.699] (II) event20 - CHICONY USB Keyboard: device is a keyboard
[    13.700] (II) config/udev: Adding input device CHICONY USB Keyboard System Control (/dev/input/event21)
[    13.700] (**) CHICONY USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[    13.700] (II) Using input driver 'libinput' for 'CHICONY USB Keyboard System Control'
[    13.701] (II) systemd-logind: got fd for /dev/input/event21 13:85 fd 67 paused 0
[    13.701] (**) CHICONY USB Keyboard System Control: always reports core events
[    13.701] (**) Option "Device" "/dev/input/event21"
[    13.703] (II) event21 - CHICONY USB Keyboard System Control: is tagged by udev as: Keyboard
[    13.703] (II) event21 - CHICONY USB Keyboard System Control: device is a keyboard
[    13.703] (II) event21 - CHICONY USB Keyboard System Control: device removed
[    13.703] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.4/5-2.4.4.4/5-2.4.4.4:1.1/0003:04F2:0833.0005/input/input26/event21"
[    13.703] (II) XINPUT: Adding extended input device "CHICONY USB Keyboard System Control" (type: KEYBOARD, id 15)
[    13.705] (II) event21 - CHICONY USB Keyboard System Control: is tagged by udev as: Keyboard
[    13.705] (II) event21 - CHICONY USB Keyboard System Control: device is a keyboard
[    13.706] (II) config/udev: Adding input device CHICONY USB Keyboard Consumer Control (/dev/input/event22)
[    13.706] (**) CHICONY USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[    13.706] (II) Using input driver 'libinput' for 'CHICONY USB Keyboard Consumer Control'
[    13.707] (II) systemd-logind: got fd for /dev/input/event22 13:86 fd 68 paused 0
[    13.707] (**) CHICONY USB Keyboard Consumer Control: always reports core events
[    13.707] (**) Option "Device" "/dev/input/event22"
[    13.709] (II) event22 - CHICONY USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[    13.709] (II) event22 - CHICONY USB Keyboard Consumer Control: device is a keyboard
[    13.709] (II) event22 - CHICONY USB Keyboard Consumer Control: device removed
[    13.709] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.4/5-2.4.4.4/5-2.4.4.4:1.1/0003:04F2:0833.0005/input/input27/event22"
[    13.709] (II) XINPUT: Adding extended input device "CHICONY USB Keyboard Consumer Control" (type: KEYBOARD, id 16)
[    13.711] (II) event22 - CHICONY USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[    13.711] (II) event22 - CHICONY USB Keyboard Consumer Control: device is a keyboard
[    13.712] (II) config/udev: Adding input device CHICONY USB Keyboard (/dev/input/event23)
[    13.712] (**) CHICONY USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    13.712] (II) Using input driver 'libinput' for 'CHICONY USB Keyboard'
[    13.713] (II) systemd-logind: got fd for /dev/input/event23 13:87 fd 69 paused 0
[    13.713] (**) CHICONY USB Keyboard: always reports core events
[    13.713] (**) Option "Device" "/dev/input/event23"
[    13.715] (II) event23 - CHICONY USB Keyboard: is tagged by udev as: Keyboard
[    13.715] (II) event23 - CHICONY USB Keyboard: device is a keyboard
[    13.715] (II) event23 - CHICONY USB Keyboard: device removed
[    13.715] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.4/5-2.4.4.4/5-2.4.4.4:1.1/0003:04F2:0833.0005/input/input28/event23"
[    13.715] (II) XINPUT: Adding extended input device "CHICONY USB Keyboard" (type: KEYBOARD, id 17)
[    13.717] (II) event23 - CHICONY USB Keyboard: is tagged by udev as: Keyboard
[    13.717] (II) event23 - CHICONY USB Keyboard: device is a keyboard
[    13.718] (II) config/udev: Adding input device HD-Audio Generic Headphone (/dev/input/event11)
[    13.718] (II) No input driver specified, ignoring this device.
[    13.718] (II) This device may have been added with another device file.
[    13.718] (II) config/udev: Adding input device ELAN1203:00 04F3:307A Mouse (/dev/input/event8)
[    13.718] (**) ELAN1203:00 04F3:307A Mouse: Applying InputClass "libinput pointer catchall"
[    13.718] (II) Using input driver 'libinput' for 'ELAN1203:00 04F3:307A Mouse'
[    13.719] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 70 paused 0
[    13.719] (**) ELAN1203:00 04F3:307A Mouse: always reports core events
[    13.719] (**) Option "Device" "/dev/input/event8"
[    13.720] (II) event8  - ELAN1203:00 04F3:307A Mouse: is tagged by udev as: Mouse Pointingstick
[    13.721] (II) event8  - ELAN1203:00 04F3:307A Mouse: device is a pointer
[    13.722] (II) event8  - ELAN1203:00 04F3:307A Mouse: device removed
[    13.722] (II) libinput: ELAN1203:00 04F3:307A Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    13.722] (II) libinput: ELAN1203:00 04F3:307A Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    13.722] (II) libinput: ELAN1203:00 04F3:307A Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    13.722] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:03/i2c-0/i2c-ELAN1203:00/0018:04F3:307A.0001/input/input10/event8"
[    13.722] (II) XINPUT: Adding extended input device "ELAN1203:00 04F3:307A Mouse" (type: MOUSE, id 18)
[    13.722] (**) Option "AccelerationScheme" "none"
[    13.722] (**) ELAN1203:00 04F3:307A Mouse: (accel) selected scheme none/0
[    13.722] (**) ELAN1203:00 04F3:307A Mouse: (accel) acceleration factor: 2.000
[    13.722] (**) ELAN1203:00 04F3:307A Mouse: (accel) acceleration threshold: 4
[    13.723] (II) event8  - ELAN1203:00 04F3:307A Mouse: is tagged by udev as: Mouse Pointingstick
[    13.723] (II) event8  - ELAN1203:00 04F3:307A Mouse: device is a pointer
[    13.725] (II) config/udev: Adding input device ELAN1203:00 04F3:307A Mouse (/dev/input/mouse0)
[    13.725] (II) No input driver specified, ignoring this device.
[    13.725] (II) This device may have been added with another device file.
[    13.725] (II) config/udev: Adding input device ELAN1203:00 04F3:307A Touchpad (/dev/input/event9)
[    13.725] (**) ELAN1203:00 04F3:307A Touchpad: Applying InputClass "libinput touchpad catchall"
[    13.725] (II) Using input driver 'libinput' for 'ELAN1203:00 04F3:307A Touchpad'
[    13.726] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 71 paused 0
[    13.726] (**) ELAN1203:00 04F3:307A Touchpad: always reports core events
[    13.726] (**) Option "Device" "/dev/input/event9"
[    13.727] (II) event9  - ELAN1203:00 04F3:307A Touchpad: is tagged by udev as: Touchpad
[    13.729] (II) event9  - ELAN1203:00 04F3:307A Touchpad: device is a touchpad
[    13.729] (II) event9  - ELAN1203:00 04F3:307A Touchpad: device removed
[    13.729] (II) libinput: ELAN1203:00 04F3:307A Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    13.729] (II) libinput: ELAN1203:00 04F3:307A Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    13.729] (II) libinput: ELAN1203:00 04F3:307A Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    13.729] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:03/i2c-0/i2c-ELAN1203:00/0018:04F3:307A.0001/input/input11/event9"
[    13.729] (II) XINPUT: Adding extended input device "ELAN1203:00 04F3:307A Touchpad" (type: TOUCHPAD, id 19)
[    13.730] (**) Option "AccelerationScheme" "none"
[    13.730] (**) ELAN1203:00 04F3:307A Touchpad: (accel) selected scheme none/0
[    13.730] (**) ELAN1203:00 04F3:307A Touchpad: (accel) acceleration factor: 2.000
[    13.730] (**) ELAN1203:00 04F3:307A Touchpad: (accel) acceleration threshold: 4
[    13.731] (II) event9  - ELAN1203:00 04F3:307A Touchpad: is tagged by udev as: Touchpad
[    13.732] (II) event9  - ELAN1203:00 04F3:307A Touchpad: device is a touchpad
[    13.733] (II) config/udev: Adding input device ELAN1203:00 04F3:307A Touchpad (/dev/input/mouse1)
[    13.733] (II) No input driver specified, ignoring this device.
[    13.733] (II) This device may have been added with another device file.
[    13.734] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event10)
[    13.734] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    13.734] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[    13.734] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 72 paused 0
[    13.734] (**) Asus WMI hotkeys: always reports core events
[    13.734] (**) Option "Device" "/dev/input/event10"
[    13.735] (II) event10 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    13.735] (II) event10 - Asus WMI hotkeys: device is a keyboard
[    13.735] (II) event10 - Asus WMI hotkeys: device removed
[    13.735] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input12/event10"
[    13.735] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 20)
[    13.736] (II) event10 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    13.736] (II) event10 - Asus WMI hotkeys: device is a keyboard
[    13.737] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[    13.737] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    13.737] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    13.737] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 73 paused 0
[    13.737] (**) AT Translated Set 2 keyboard: always reports core events
[    13.737] (**) Option "Device" "/dev/input/event5"
[    13.738] (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    13.738] (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
[    13.739] (II) event5  - AT Translated Set 2 keyboard: device removed
[    13.739] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[    13.739] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 21)
[    13.740] (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    13.740] (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
[    13.742] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[    13.742] (II) No input driver specified, ignoring this device.
[    13.742] (II) This device may have been added with another device file.
[    13.784] (--) NVIDIA(GPU-0): ViewSonic VX2758-Series (DFP-0): connected
[    13.784] (--) NVIDIA(GPU-0): ViewSonic VX2758-Series (DFP-0): Internal DisplayPort
[    13.784] (--) NVIDIA(GPU-0): ViewSonic VX2758-Series (DFP-0): 2660.0 MHz maximum pixel clock
[    13.784] (--) NVIDIA(GPU-0): 
[    14.180] (II) modeset(0): EDID vendor "NCP", prod id 77
[    14.180] (II) modeset(0): Using EDID range info for horizontal sync
[    14.180] (II) modeset(0): Using EDID range info for vertical refresh
[    14.180] (II) modeset(0): Printing DDC gathered Modelines:
[    14.180] (II) modeset(0): Modeline "1920x1080"x0.0  354.73  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (162.7 kHz eP)
[    14.180] (II) modeset(0): Modeline "1920x1080"x0.0  147.81  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (67.8 kHz e)
[    14.183] (II) modeset(0): EDID vendor "NCP", prod id 77
[    14.183] (II) modeset(0): Using hsync ranges from config file
[    14.183] (II) modeset(0): Using vrefresh ranges from config file
[    14.183] (II) modeset(0): Printing DDC gathered Modelines:
[    14.183] (II) modeset(0): Modeline "1920x1080"x0.0  354.73  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (162.7 kHz eP)
[    14.183] (II) modeset(0): Modeline "1920x1080"x0.0  147.81  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (67.8 kHz e)
[    14.183] (--) NVIDIA(GPU-0): ViewSonic VX2758-Series (DFP-0): connected
[    14.183] (--) NVIDIA(GPU-0): ViewSonic VX2758-Series (DFP-0): Internal DisplayPort
[    14.183] (--) NVIDIA(GPU-0): ViewSonic VX2758-Series (DFP-0): 2660.0 MHz maximum pixel clock
[    14.183] (--) NVIDIA(GPU-0): 
[    14.183] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    14.183] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    14.183] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    14.183] (--) NVIDIA(GPU-0): 
[    14.200] (II) modeset(0): EDID vendor "NCP", prod id 77
[    14.200] (II) modeset(0): Using hsync ranges from config file
[    14.200] (II) modeset(0): Using vrefresh ranges from config file
[    14.200] (II) modeset(0): Printing DDC gathered Modelines:
[    14.200] (II) modeset(0): Modeline "1920x1080"x0.0  354.73  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (162.7 kHz eP)
[    14.200] (II) modeset(0): Modeline "1920x1080"x0.0  147.81  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (67.8 kHz e)
[    14.203] (II) modeset(0): EDID vendor "NCP", prod id 77
[    14.203] (II) modeset(0): Using hsync ranges from config file
[    14.203] (II) modeset(0): Using vrefresh ranges from config file
[    14.203] (II) modeset(0): Printing DDC gathered Modelines:
[    14.203] (II) modeset(0): Modeline "1920x1080"x0.0  354.73  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (162.7 kHz eP)
[    14.203] (II) modeset(0): Modeline "1920x1080"x0.0  147.81  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (67.8 kHz e)
[    14.203] (--) NVIDIA(GPU-0): ViewSonic VX2758-Series (DFP-0): connected
[    14.203] (--) NVIDIA(GPU-0): ViewSonic VX2758-Series (DFP-0): Internal DisplayPort
[    14.203] (--) NVIDIA(GPU-0): ViewSonic VX2758-Series (DFP-0): 2660.0 MHz maximum pixel clock
[    14.203] (--) NVIDIA(GPU-0): 
[    14.203] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    14.203] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    14.203] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    14.203] (--) NVIDIA(GPU-0): 
[    14.369] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    14.369] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[    14.369] (--) NVIDIA(GPU-0): DFP-0: 2660.0 MHz maximum pixel clock
[    14.369] (--) NVIDIA(GPU-0): 
[    15.231] (--) NVIDIA(GPU-0): ViewSonic VX2758-Series (DFP-0): connected
[    15.231] (--) NVIDIA(GPU-0): ViewSonic VX2758-Series (DFP-0): Internal DisplayPort
[    15.231] (--) NVIDIA(GPU-0): ViewSonic VX2758-Series (DFP-0): 2660.0 MHz maximum pixel clock
[    15.231] (--) NVIDIA(GPU-0): 
[    15.243] (II) modeset(0): Allocate new frame buffer 4480x1440 stride
[    15.272] randr: failed to create shared pixmap
[    15.272] (EE) NVIDIA(G0): Failed to configure Reverse PRIME on output DP-1-0.
[    15.285] (II) modeset(0): EDID vendor "NCP", prod id 77
[    15.285] (II) modeset(0): Using hsync ranges from config file
[    15.285] (II) modeset(0): Using vrefresh ranges from config file
[    15.285] (II) modeset(0): Printing DDC gathered Modelines:
[    15.285] (II) modeset(0): Modeline "1920x1080"x0.0  354.73  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (162.7 kHz eP)
[    15.285] (II) modeset(0): Modeline "1920x1080"x0.0  147.81  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (67.8 kHz e)
[    15.289] (II) modeset(0): EDID vendor "NCP", prod id 77
[    15.289] (II) modeset(0): Using hsync ranges from config file
[    15.289] (II) modeset(0): Using vrefresh ranges from config file
[    15.289] (II) modeset(0): Printing DDC gathered Modelines:
[    15.289] (II) modeset(0): Modeline "1920x1080"x0.0  354.73  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (162.7 kHz eP)
[    15.289] (II) modeset(0): Modeline "1920x1080"x0.0  147.81  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (67.8 kHz e)
[    15.289] (--) NVIDIA(GPU-0): ViewSonic VX2758-Series (DFP-0): connected
[    15.289] (--) NVIDIA(GPU-0): ViewSonic VX2758-Series (DFP-0): Internal DisplayPort
[    15.289] (--) NVIDIA(GPU-0): ViewSonic VX2758-Series (DFP-0): 2660.0 MHz maximum pixel clock
[    15.289] (--) NVIDIA(GPU-0): 
[    15.291] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    15.291] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    15.291] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    15.291] (--) NVIDIA(GPU-0): 
[    19.326] (**) Option "fd" "47"
[    19.327] (II) event3  - Power Button: device removed
[    19.327] (**) Option "fd" "50"
[    19.327] (II) event6  - Asus Wireless Radio Control: device removed
[    19.327] (**) Option "fd" "51"
[    19.327] (II) event4  - Video Bus: device removed
[    19.327] (**) Option "fd" "52"
[    19.327] (II) event0  - Power Button: device removed
[    19.327] (**) Option "fd" "53"
[    19.327] (II) event1  - Sleep Button: device removed
[    19.327] (**) Option "fd" "54"
[    19.327] (II) event17 - Wacom Intuos4 4x6 Pen: device removed
[    19.328] (**) Option "fd" "56"
[    19.328] (II) event18 - Wacom Intuos4 4x6 Pad: device removed
[    19.328] (**) Option "fd" "65"
[    19.328] (II) event19 - PixArt USB Optical Mouse: device removed
[    19.328] (**) Option "fd" "66"
[    19.328] (II) event20 - CHICONY USB Keyboard: device removed
[    19.328] (**) Option "fd" "67"
[    19.328] (II) event21 - CHICONY USB Keyboard System Control: device removed
[    19.328] (**) Option "fd" "68"
[    19.328] (II) event22 - CHICONY USB Keyboard Consumer Control: device removed
[    19.329] (**) Option "fd" "69"
[    19.329] (II) event23 - CHICONY USB Keyboard: device removed
[    19.329] (**) Option "fd" "70"
[    19.329] (II) event8  - ELAN1203:00 04F3:307A Mouse: device removed
[    19.329] (**) Option "fd" "71"
[    19.329] (II) event9  - ELAN1203:00 04F3:307A Touchpad: device removed
[    19.329] (**) Option "fd" "72"
[    19.329] (II) event10 - Asus WMI hotkeys: device removed
[    19.330] (**) Option "fd" "73"
[    19.330] (II) event5  - AT Translated Set 2 keyboard: device removed
[    19.330] (II) AIGLX: Suspending AIGLX clients for VT switch
[    19.450] (EE) modeset(0): Failed to set CTM property: -13
[    19.450] (EE) modeset(0): failed to set mode: No such file or directory
[    19.450] (II) systemd-logind: got pause for 13:84
[    19.450] (II) systemd-logind: got pause for 13:67
[    19.450] (II) systemd-logind: got pause for 13:83
[    19.450] (II) systemd-logind: got pause for 13:73
[    19.450] (II) systemd-logind: got pause for 13:72
[    19.450] (II) systemd-logind: got pause for 13:81
[    19.450] (II) systemd-logind: got pause for 13:86
[    19.450] (II) systemd-logind: got pause for 13:87
[    19.450] (II) systemd-logind: got pause for 13:68
[    19.450] (II) systemd-logind: got pause for 13:74
[    19.450] (II) systemd-logind: got pause for 13:70
[    19.450] (II) systemd-logind: got pause for 13:69
[    19.450] (II) systemd-logind: got pause for 13:85
[    19.450] (II) systemd-logind: got pause for 13:65
[    19.450] (II) systemd-logind: got pause for 13:64
[    19.450] (II) systemd-logind: got pause for 13:82
[    23.349] (II) UnloadModule: "libinput"
[    23.349] (II) systemd-logind: releasing fd for 13:69
[    23.390] (II) UnloadModule: "libinput"
[    23.390] (II) systemd-logind: releasing fd for 13:74
[    23.417] (II) UnloadModule: "libinput"
[    23.417] (II) systemd-logind: releasing fd for 13:73
[    23.450] (II) UnloadModule: "libinput"
[    23.450] (II) systemd-logind: releasing fd for 13:72
[    23.490] (II) UnloadModule: "libinput"
[    23.490] (II) systemd-logind: releasing fd for 13:87
[    23.533] (II) UnloadModule: "libinput"
[    23.534] (II) systemd-logind: releasing fd for 13:86
[    23.573] (II) UnloadModule: "libinput"
[    23.574] (II) systemd-logind: releasing fd for 13:85
[    23.613] (II) UnloadModule: "libinput"
[    23.614] (II) systemd-logind: releasing fd for 13:84
[    23.643] (II) UnloadModule: "libinput"
[    23.643] (II) systemd-logind: releasing fd for 13:83
[    23.673] (II) UnloadModule: "libinput"
[    23.673] (II) systemd-logind: releasing fd for 13:82
[    23.697] (II) UnloadModule: "libinput"
[    23.697] (II) systemd-logind: releasing fd for 13:81
[    23.723] (II) UnloadModule: "libinput"
[    23.723] (II) systemd-logind: releasing fd for 13:65
[    23.764] (II) UnloadModule: "libinput"
[    23.764] (II) systemd-logind: releasing fd for 13:64
[    23.783] (II) UnloadModule: "libinput"
[    23.784] (II) systemd-logind: releasing fd for 13:68
[    23.803] (II) UnloadModule: "libinput"
[    23.803] (II) systemd-logind: releasing fd for 13:70
[    23.842] (II) UnloadModule: "libinput"
[    23.842] (II) systemd-logind: releasing fd for 13:67
[    23.865] (WW) NVIDIA(G0): Failed to set the display configuration
[    23.865] (WW) NVIDIA(G0):  - Setting a mode on head 0 failed: Insufficient permissions
[    23.865] (WW) NVIDIA(G0):  - Setting a mode on head 1 failed: Insufficient permissions
[    23.865] (WW) NVIDIA(G0):  - Setting a mode on head 2 failed: Insufficient permissions
[    23.865] (WW) NVIDIA(G0):  - Setting a mode on head 3 failed: Insufficient permissions
[    23.883] (II) NVIDIA(GPU-0): Deleting GPU-0
[    23.885] (II) Server terminated successfully (0). Closing log file.
[    19.452] _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
[    19.452] (--) Log file renamed from "/var/log/Xorg.pid-1205.log" to "/var/log/Xorg.1.log"
[    19.453] 
X.Org X Server 1.21.1.9
X Protocol Version 11, Revision 0
[    19.453] Current Operating System: Linux laptop2021 6.5.9-arch2-1 #1 SMP PREEMPT_DYNAMIC Thu, 26 Oct 2023 00:52:20 +0000 x86_64
[    19.453] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=f71d8c0d-6d2e-45bd-8cb5-18a077099165 rw loglevel=3 quiet
[    19.453]  
[    19.453] Current version of pixman: 0.42.2
[    19.453] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    19.453] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    19.453] (==) Log file: "/var/log/Xorg.1.log", Time: Wed Nov  1 19:55:58 2023
[    19.454] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    19.454] (==) No Layout section.  Using the first Screen section.
[    19.454] (==) No screen section available. Using defaults.
[    19.454] (**) |-->Screen "Default Screen Section" (0)
[    19.454] (**) |   |-->Monitor "<default monitor>"
[    19.454] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    19.454] (==) Automatically adding devices
[    19.454] (==) Automatically enabling devices
[    19.454] (==) Automatically adding GPU devices
[    19.454] (==) Automatically binding GPU devices
[    19.454] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    19.454] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    19.454] 	Entry deleted from font path.
[    19.454] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[    19.454] 	Entry deleted from font path.
[    19.454] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    19.454] 	Entry deleted from font path.
[    19.454] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    19.454] 	Entry deleted from font path.
[    19.454] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    19.454] 	Entry deleted from font path.
[    19.454] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    19.455] 	Entry deleted from font path.
[    19.455] (==) FontPath set to:
	
[    19.455] (==) ModulePath set to "/usr/lib/xorg/modules"
[    19.455] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    19.455] (II) Module ABI versions:
[    19.455] 	X.Org ANSI C Emulation: 0.4
[    19.455] 	X.Org Video Driver: 25.2
[    19.455] 	X.Org XInput driver : 24.4
[    19.455] 	X.Org Server Extension : 10.0
[    19.455] (++) using VT number 2

[    19.457] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_34
[    19.458] (II) xfree86: Adding drm device (/dev/dri/card0)
[    19.458] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/drm/card0
[    19.459] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 15 paused 0
[    19.459] (II) xfree86: Adding drm device (/dev/dri/card1)
[    19.459] (II) Platform probe for /sys/devices/pci0000:00/0000:00:08.1/0000:06:00.0/drm/card1
[    19.460] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 16 paused 0
[    19.462] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    19.464] (--) PCI: (1@0:0:0) 10de:1f15:1043:1e21 rev 161, Mem @ 0xfb000000/16777216, 0xb0000000/268435456, 0xc0000000/33554432, I/O @ 0x0000f000/128, BIOS @ 0x????????/524288
[    19.465] (--) PCI:*(6@0:0:0) 1002:1636:1043:1e21 rev 198, Mem @ 0xd0000000/268435456, 0xe0000000/2097152, 0xfc500000/524288, I/O @ 0x0000c000/256
[    19.465] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    19.465] (II) LoadModule: "glx"
[    19.465] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    19.466] (II) Module glx: vendor="X.Org Foundation"
[    19.466] 	compiled for 1.21.1.9, module version = 1.0.0
[    19.466] 	ABI class: X.Org Server Extension, version 10.0
[    19.466] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[    19.466] 	loading driver: nvidia
[    19.466] (==) Matched ati as autoconfigured driver 0
[    19.466] (==) Matched nvidia as autoconfigured driver 1
[    19.466] (==) Matched nouveau as autoconfigured driver 2
[    19.466] (==) Matched nv as autoconfigured driver 3
[    19.466] (==) Matched modesetting as autoconfigured driver 4
[    19.466] (==) Matched fbdev as autoconfigured driver 5
[    19.466] (==) Matched vesa as autoconfigured driver 6
[    19.466] (==) Assigned the driver to the xf86ConfigLayout
[    19.466] (II) LoadModule: "ati"
[    19.466] (WW) Warning, couldn't open module ati
[    19.466] (EE) Failed to load module "ati" (module does not exist, 0)
[    19.466] (II) LoadModule: "nvidia"
[    19.466] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    19.467] (II) Module nvidia: vendor="NVIDIA Corporation"
[    19.467] 	compiled for 1.6.99.901, module version = 1.0.0
[    19.467] 	Module class: X.Org Video Driver
[    19.467] (II) LoadModule: "nouveau"
[    19.467] (WW) Warning, couldn't open module nouveau
[    19.467] (EE) Failed to load module "nouveau" (module does not exist, 0)
[    19.467] (II) LoadModule: "nv"
[    19.467] (WW) Warning, couldn't open module nv
[    19.467] (EE) Failed to load module "nv" (module does not exist, 0)
[    19.467] (II) LoadModule: "modesetting"
[    19.467] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    19.468] (II) Module modesetting: vendor="X.Org Foundation"
[    19.468] 	compiled for 1.21.1.9, module version = 1.21.1
[    19.468] 	Module class: X.Org Video Driver
[    19.468] 	ABI class: X.Org Video Driver, version 25.2
[    19.468] (II) LoadModule: "fbdev"
[    19.468] (WW) Warning, couldn't open module fbdev
[    19.468] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    19.468] (II) LoadModule: "vesa"
[    19.468] (WW) Warning, couldn't open module vesa
[    19.468] (EE) Failed to load module "vesa" (module does not exist, 0)
[    19.468] (II) NVIDIA dlloader X Driver  535.113.01  Tue Sep 12 19:49:52 UTC 2023
[    19.468] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    19.468] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    19.468] (II) modeset(0): using drv /dev/dri/card1
[    19.468] (II) systemd-logind: releasing fd for 226:0
[    19.469] (II) Loading sub module "fb"
[    19.469] (II) LoadModule: "fb"
[    19.469] (II) Module "fb" already built-in
[    19.469] (II) Loading sub module "wfb"
[    19.469] (II) LoadModule: "wfb"
[    19.469] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    19.469] (II) Module wfb: vendor="X.Org Foundation"
[    19.469] 	compiled for 1.21.1.9, module version = 1.0.0
[    19.469] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    19.470] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    19.470] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    19.470] (==) modeset(0): RGB weight 888
[    19.470] (==) modeset(0): Default visual is TrueColor
[    19.470] (II) Loading sub module "glamoregl"
[    19.470] (II) LoadModule: "glamoregl"
[    19.470] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    19.472] (II) Module glamoregl: vendor="X.Org Foundation"
[    19.472] 	compiled for 1.21.1.9, module version = 1.0.1
[    19.472] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    19.509] (II) modeset(0): glamor X acceleration enabled on AMD Radeon Graphics (renoir, LLVM 16.0.6, DRM 3.54, 6.5.9-arch2-1)
[    19.509] (II) modeset(0): glamor initialized
[    19.509] (==) modeset(0): VariableRefresh: disabled
[    19.509] (==) modeset(0): AsyncFlipSecondaries: disabled
[    19.530] (II) modeset(0): Output eDP-1 has no monitor section
[    19.531] (II) modeset(0): Output HDMI-1 has no monitor section
[    19.552] (II) modeset(0): EDID for output eDP-1
[    19.552] (II) modeset(0): Manufacturer: NCP  Model: 4d  Serial#: 0
[    19.552] (II) modeset(0): Year: 2019  Week: 51
[    19.552] (II) modeset(0): EDID Version: 1.4
[    19.552] (II) modeset(0): Digital Display Input
[    19.552] (II) modeset(0): 8 bits per channel
[    19.552] (II) modeset(0): Digital interface is DisplayPort
[    19.552] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    19.552] (II) modeset(0): Gamma: 2.20
[    19.552] (II) modeset(0): No DPMS capabilities specified
[    19.552] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[    19.552] (II) modeset(0): First detailed timing is preferred mode
[    19.552] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    19.553] (II) modeset(0): Display is continuous-frequency
[    19.553] (II) modeset(0): redX: 0.595 redY: 0.361   greenX: 0.346 greenY: 0.555
[    19.553] (II) modeset(0): blueX: 0.157 blueY: 0.106   whiteX: 0.312 whiteY: 0.328
[    19.553] (II) modeset(0): Manufacturer's mask: 0
[    19.553] (II) modeset(0): Supported detailed timing:
[    19.553] (II) modeset(0): clock: 354.7 MHz   Image Size:  344 x 194 mm
[    19.553] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2180 h_border: 0
[    19.553] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1130 v_border: 0
[    19.553] (II) modeset(0): Supported detailed timing:
[    19.553] (II) modeset(0): clock: 147.8 MHz   Image Size:  344 x 194 mm
[    19.553] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2180 h_border: 0
[    19.553] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1130 v_border: 0
[    19.553] (II) modeset(0): Ranges: V min: 48 V max: 144 Hz, H min: 163 H max: 163 kHz, PixClock max 355 MHz
[    19.553] (II) modeset(0):  LM156LF-2F03
[    19.553] (II) modeset(0): EDID (in hex):
[    19.553] (II) modeset(0): 	00ffffffffffff0038704d0000000000
[    19.553] (II) modeset(0): 	331d0104a5221378036850985c588e28
[    19.553] (II) modeset(0): 	1b505400000001010101010101010101
[    19.553] (II) modeset(0): 	010101010101918a8004713832403020
[    19.553] (II) modeset(0): 	350058c21000001abd39800471383240
[    19.553] (II) modeset(0): 	3020350058c21000001a000000fd0030
[    19.553] (II) modeset(0): 	90a3a323010a202020202020000000fe
[    19.553] (II) modeset(0): 	004c4d3135364c462d324630330a0035
[    19.553] (II) modeset(0): Printing probed modes for output eDP-1
[    19.553] (II) modeset(0): Modeline "1920x1080"x144.0  354.73  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (162.7 kHz eP)
[    19.553] (II) modeset(0): Modeline "1920x1080"x60.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[    19.553] (II) modeset(0): Modeline "1920x1080"x120.0  354.73  1920 1968 2000 2180  1080 1309 1314 1356 +hsync -vsync (162.7 kHz e)
[    19.553] (II) modeset(0): Modeline "1920x1080"x96.0  354.73  1920 1968 2000 2180  1080 1648 1653 1695 +hsync -vsync (162.7 kHz e)
[    19.553] (II) modeset(0): Modeline "1920x1080"x72.0  354.73  1920 1968 2000 2180  1080 2213 2218 2260 +hsync -vsync (162.7 kHz e)
[    19.553] (II) modeset(0): Modeline "1920x1080"x60.0  354.73  1920 1968 2000 2180  1080 2665 2670 2712 +hsync -vsync (162.7 kHz e)
[    19.553] (II) modeset(0): Modeline "1920x1080"x50.0  354.73  1920 1968 2000 2180  1080 3207 3212 3254 +hsync -vsync (162.7 kHz e)
[    19.553] (II) modeset(0): Modeline "1920x1080"x48.0  354.73  1920 1968 2000 2180  1080 3343 3348 3390 +hsync -vsync (162.7 kHz e)
[    19.553] (II) modeset(0): Modeline "1920x1080"x60.0  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    19.553] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    19.553] (II) modeset(0): Modeline "1920x1080"x60.0  147.81  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (67.8 kHz e)
[    19.553] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    19.553] (II) modeset(0): Modeline "1680x1050"x144.0  354.73  1680 1968 2000 2180  1050 1083 1088 1130 +hsync -vsync (162.7 kHz e)
[    19.553] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    19.553] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    19.553] (II) modeset(0): Modeline "1400x1050"x74.8  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[    19.553] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    19.553] (II) modeset(0): Modeline "1600x900"x60.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    19.553] (II) modeset(0): Modeline "1600x900"x59.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    19.553] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    19.553] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    19.553] (II) modeset(0): Modeline "1280x1024"x144.0  354.73  1280 1968 2000 2180  1024 1083 1088 1130 +hsync -vsync (162.7 kHz e)
[    19.553] (II) modeset(0): Modeline "1280x1024"x85.0  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[    19.553] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[    19.553] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    19.553] (II) modeset(0): Modeline "1440x900"x144.0  354.73  1440 1968 2000 2180  900 1083 1088 1130 +hsync -vsync (162.7 kHz e)
[    19.553] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    19.553] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    19.553] (II) modeset(0): Modeline "1280x960"x85.0  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync (85.9 kHz d)
[    19.553] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    19.553] (II) modeset(0): Modeline "1440x810"x60.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    19.553] (II) modeset(0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    19.553] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    19.553] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    19.553] (II) modeset(0): Modeline "1280x800"x144.0  354.73  1280 1968 2000 2180  800 1083 1088 1130 +hsync -vsync (162.7 kHz e)
[    19.553] (II) modeset(0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    19.553] (II) modeset(0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    19.553] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    19.553] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    19.553] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz d)
[    19.553] (II) modeset(0): Modeline "1280x720"x144.0  354.73  1280 1968 2000 2180  720 1083 1088 1130 +hsync -vsync (162.7 kHz e)
[    19.553] (II) modeset(0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    19.553] (II) modeset(0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    19.553] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    19.553] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    19.553] (II) modeset(0): Modeline "1024x768"x144.0  354.73  1024 1968 2000 2180  768 1083 1088 1130 +hsync -vsync (162.7 kHz e)
[    19.553] (II) modeset(0): Modeline "1024x768"x85.0  194.02  1024 1108 1220 1416  768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[    19.553] (II) modeset(0): Modeline "1024x768"x75.0  170.24  1024 1108 1220 1416  768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[    19.553] (II) modeset(0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    19.553] (II) modeset(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz d)
[    19.553] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz d)
[    19.553] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz d)
[    19.553] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    19.553] (II) modeset(0): Modeline "1024x768i"x87.0   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[    19.553] (II) modeset(0): Modeline "960x720"x85.0  170.68  960 1036 1144 1328  720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[    19.553] (II) modeset(0): Modeline "960x720"x75.0  148.50  960 1032 1144 1320  720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[    19.553] (II) modeset(0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    19.553] (II) modeset(0): Modeline "928x696"x75.0  144.00  928 992 1104 1280  696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[    19.553] (II) modeset(0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    19.553] (II) modeset(0): Modeline "896x672"x75.0  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[    19.554] (II) modeset(0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    19.554] (II) modeset(0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    19.554] (II) modeset(0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    19.554] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    19.554] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    19.554] (II) modeset(0): Modeline "960x600"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    19.554] (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    19.554] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz d)
[    19.554] (II) modeset(0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    19.554] (II) modeset(0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    19.554] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    19.554] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    19.554] (II) modeset(0): Modeline "800x600"x144.0  354.73  800 1968 2000 2180  600 1083 1088 1130 +hsync -vsync (162.7 kHz e)
[    19.554] (II) modeset(0): Modeline "800x600"x85.0  114.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[    19.554] (II) modeset(0): Modeline "800x600"x75.0  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[    19.554] (II) modeset(0): Modeline "800x600"x70.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[    19.554] (II) modeset(0): Modeline "800x600"x65.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[    19.554] (II) modeset(0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    19.554] (II) modeset(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz d)
[    19.554] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz d)
[    19.554] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz d)
[    19.554] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    19.554] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    19.554] (II) modeset(0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    19.554] (II) modeset(0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    19.554] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    19.554] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    19.554] (II) modeset(0): Modeline "700x525"x74.8   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[    19.554] (II) modeset(0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    19.554] (II) modeset(0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    19.554] (II) modeset(0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    19.554] (II) modeset(0): Modeline "640x512"x85.0   78.75  640 672 752 864  512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[    19.554] (II) modeset(0): Modeline "640x512"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[    19.554] (II) modeset(0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    19.554] (II) modeset(0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    19.554] (II) modeset(0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    19.554] (II) modeset(0): Modeline "640x480"x144.0  354.73  640 1968 2000 2180  480 1083 1088 1130 +hsync -vsync (162.7 kHz e)
[    19.554] (II) modeset(0): Modeline "640x480"x85.1   74.25  640 672 752 864  480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[    19.554] (II) modeset(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    19.554] (II) modeset(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz d)
[    19.554] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz d)
[    19.554] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
[    19.554] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    19.554] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    19.554] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    19.554] (II) modeset(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz d)
[    19.554] (II) modeset(0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    19.554] (II) modeset(0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    19.554] (II) modeset(0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    19.554] (II) modeset(0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    19.554] (II) modeset(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz d)
[    19.554] (II) modeset(0): Modeline "576x432"x75.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[    19.554] (II) modeset(0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    19.554] (II) modeset(0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    19.554] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    19.554] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    19.554] (II) modeset(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz d)
[    19.554] (II) modeset(0): Modeline "512x384"x85.0   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[    19.554] (II) modeset(0): Modeline "512x384"x75.0   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[    19.554] (II) modeset(0): Modeline "512x384"x70.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[    19.554] (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    19.554] (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)
[    19.554] (II) modeset(0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    19.554] (II) modeset(0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    19.554] (II) modeset(0): Modeline "416x312"x74.7   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[    19.554] (II) modeset(0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    19.554] (II) modeset(0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    19.554] (II) modeset(0): Modeline "400x300"x85.3   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[    19.554] (II) modeset(0): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[    19.554] (II) modeset(0): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[    19.554] (II) modeset(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    19.554] (II) modeset(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    19.554] (II) modeset(0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    19.554] (II) modeset(0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    19.554] (II) modeset(0): Modeline "320x240"x85.2   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[    19.554] (II) modeset(0): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[    19.554] (II) modeset(0): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[    19.554] (II) modeset(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    19.554] (II) modeset(0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    19.554] (II) modeset(0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    19.554] (II) modeset(0): Modeline "360x200"x85.0   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[    19.554] (II) modeset(0): Modeline "320x200"x85.3   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[    19.554] (II) modeset(0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    19.554] (II) modeset(0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    19.554] (II) modeset(0): Modeline "320x175"x85.3   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[    19.554] (II) modeset(0): EDID for output HDMI-1
[    19.554] (II) modeset(0): Output eDP-1 connected
[    19.554] (II) modeset(0): Output HDMI-1 disconnected
[    19.554] (II) modeset(0): Using exact sizes for initial modes
[    19.554] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[    19.554] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    19.554] (==) modeset(0): DPI set to (96, 96)
[    19.554] (II) Loading sub module "fb"
[    19.554] (II) LoadModule: "fb"
[    19.554] (II) Module "fb" already built-in
[    19.555] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[    19.555] (==) NVIDIA(G0): RGB weight 888
[    19.555] (==) NVIDIA(G0): Default visual is TrueColor
[    19.555] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[    19.555] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[    19.555] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[    19.555] (**) NVIDIA(G0): Enabling 2D acceleration
[    19.555] (II) Loading sub module "glxserver_nvidia"
[    19.555] (II) LoadModule: "glxserver_nvidia"
[    19.555] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[    19.564] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    19.564] 	compiled for 1.6.99.901, module version = 1.0.0
[    19.564] 	Module class: X.Org Server Extension
[    19.564] (II) NVIDIA GLX Module  535.113.01  Tue Sep 12 19:51:54 UTC 2023
[    19.564] (II) NVIDIA: The X server supports PRIME Render Offload.
[    19.565] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    19.565] (--) NVIDIA(0):     DFP-0 (boot)
[    19.565] (--) NVIDIA(0):     DFP-1
[    19.566] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce RTX 2060 (TU106-A) at PCI:1:0:0
[    19.566] (II) NVIDIA(G0):     (GPU-0)
[    19.566] (--) NVIDIA(G0): Memory: 6291456 kBytes
[    19.566] (--) NVIDIA(G0): VideoBIOS: 90.06.59.00.3a
[    19.566] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[    19.566] (--) NVIDIA(GPU-0): ViewSonic VX2758-Series (DFP-0): connected
[    19.566] (--) NVIDIA(GPU-0): ViewSonic VX2758-Series (DFP-0): Internal DisplayPort
[    19.566] (--) NVIDIA(GPU-0): ViewSonic VX2758-Series (DFP-0): 2660.0 MHz maximum pixel clock
[    19.566] (--) NVIDIA(GPU-0): 
[    19.568] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    19.568] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    19.568] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    19.568] (--) NVIDIA(GPU-0): 
[    19.628] (II) NVIDIA(G0): Validated MetaModes:
[    19.628] (II) NVIDIA(G0):     "NULL"
[    19.628] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[    19.890] (WW) NVIDIA(G0): Cannot find size of first mode for ViewSonic VX2758-Series
[    19.890] (WW) NVIDIA(G0):     (DFP-0); cannot compute DPI from ViewSonic VX2758-Series
[    19.890] (WW) NVIDIA(G0):     (DFP-0)'s EDID.
[    19.890] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[    19.949] (==) modeset(0): Backing store enabled
[    19.949] (==) modeset(0): Silken mouse enabled
[    19.950] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    19.950] (==) modeset(0): DPMS enabled
[    19.950] (II) modeset(0): [DRI2] Setup complete
[    19.950] (II) modeset(0): [DRI2]   DRI driver: radeonsi
[    19.950] (II) modeset(0): [DRI2]   VDPAU driver: radeonsi
[    19.951] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[    19.951] (II) NVIDIA:     access.
[    19.960] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    19.960] (II) NVIDIA(G0):     may not be running or the "AcpidSocketPath" X
[    19.960] (II) NVIDIA(G0):     configuration option may not be set correctly.  When the
[    19.960] (II) NVIDIA(G0):     ACPI event daemon is available, the NVIDIA X driver will
[    19.960] (II) NVIDIA(G0):     try to use it to receive ACPI event notifications.  For
[    19.960] (II) NVIDIA(G0):     details, please see the "ConnectToAcpid" and
[    19.960] (II) NVIDIA(G0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    19.960] (II) NVIDIA(G0):     Config Options in the README.
[    19.978] (II) NVIDIA(G0): Setting mode "NULL"
[    19.991] (==) NVIDIA(G0): Disabling shared memory pixmaps
[    19.991] (==) NVIDIA(G0): Backing store enabled
[    19.991] (==) NVIDIA(G0): Silken mouse enabled
[    19.991] (==) NVIDIA(G0): DPMS enabled
[    19.991] (II) Loading sub module "dri2"
[    19.991] (II) LoadModule: "dri2"
[    19.991] (II) Module "dri2" already built-in
[    19.991] (II) NVIDIA(G0): [DRI2] Setup complete
[    19.991] (II) NVIDIA(G0): [DRI2]   VDPAU driver: nvidia
[    19.991] (II) Initializing extension Generic Event Extension
[    19.991] (II) Initializing extension SHAPE
[    19.991] (II) Initializing extension MIT-SHM
[    19.991] (II) Initializing extension XInputExtension
[    19.991] (II) Initializing extension XTEST
[    19.992] (II) Initializing extension BIG-REQUESTS
[    19.992] (II) Initializing extension SYNC
[    19.992] (II) Initializing extension XKEYBOARD
[    19.992] (II) Initializing extension XC-MISC
[    19.992] (II) Initializing extension SECURITY
[    19.992] (II) Initializing extension XFIXES
[    19.992] (II) Initializing extension RENDER
[    19.992] (II) Initializing extension RANDR
[    19.992] (II) Initializing extension COMPOSITE
[    19.992] (II) Initializing extension DAMAGE
[    19.992] (II) Initializing extension MIT-SCREEN-SAVER
[    19.992] (II) Initializing extension DOUBLE-BUFFER
[    19.992] (II) Initializing extension RECORD
[    19.993] (II) Initializing extension DPMS
[    19.993] (II) Initializing extension Present
[    19.993] (II) Initializing extension DRI3
[    19.993] (II) Initializing extension X-Resource
[    19.993] (II) Initializing extension XVideo
[    19.993] (II) Initializing extension XVideo-MotionCompensation
[    19.993] (II) Initializing extension GLX
[    19.993] (II) Initializing extension GLX
[    19.993] (II) Indirect GLX disabled.
[    19.997] (II) AIGLX: Loaded and initialized radeonsi
[    19.997] (II) GLX: Initialized DRI2 GL provider for screen 0
[    19.997] (II) Initializing extension XFree86-VidModeExtension
[    19.997] (II) Initializing extension XFree86-DGA
[    19.997] (II) Initializing extension XFree86-DRI
[    19.997] (II) Initializing extension DRI2
[    19.997] (II) Initializing extension NV-GLX
[    19.998] (II) Initializing extension NV-CONTROL
[    19.998] (II) modeset(0): Damage tracking initialized
[    19.998] (II) modeset(0): Setting screen physical size to 508 x 285
[    20.058] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    20.058] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    20.058] (II) LoadModule: "libinput"
[    20.058] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    20.059] (II) Module libinput: vendor="X.Org Foundation"
[    20.059] 	compiled for 1.21.1.8, module version = 1.4.0
[    20.059] 	Module class: X.Org XInput Driver
[    20.059] 	ABI class: X.Org XInput driver, version 24.4
[    20.059] (II) Using input driver 'libinput' for 'Power Button'
[    20.060] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 48 paused 0
[    20.060] (**) Power Button: always reports core events
[    20.061] (**) Option "Device" "/dev/input/event3"
[    20.062] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    20.062] (II) event3  - Power Button: device is a keyboard
[    20.062] (II) event3  - Power Button: device removed
[    20.062] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    20.062] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    20.063] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    20.063] (II) event3  - Power Button: device is a keyboard
[    20.063] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event6)
[    20.063] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[    20.063] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[    20.064] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 51 paused 0
[    20.064] (**) Asus Wireless Radio Control: always reports core events
[    20.064] (**) Option "Device" "/dev/input/event6"
[    20.065] (II) event6  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[    20.065] (II) event6  - Asus Wireless Radio Control: device is a keyboard
[    20.065] (II) event6  - Asus Wireless Radio Control: device removed
[    20.065] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input6/event6"
[    20.065] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[    20.066] (II) event6  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[    20.066] (II) event6  - Asus Wireless Radio Control: device is a keyboard
[    20.066] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[    20.066] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    20.066] (II) Using input driver 'libinput' for 'Video Bus'
[    20.067] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 52 paused 0
[    20.067] (**) Video Bus: always reports core events
[    20.067] (**) Option "Device" "/dev/input/event4"
[    20.068] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    20.068] (II) event4  - Video Bus: device is a keyboard
[    20.068] (II) event4  - Video Bus: device removed
[    20.068] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:10/LNXVIDEO:00/input/input4/event4"
[    20.068] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    20.069] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    20.069] (II) event4  - Video Bus: device is a keyboard
[    20.070] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    20.070] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    20.070] (II) Using input driver 'libinput' for 'Power Button'
[    20.071] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 53 paused 0
[    20.071] (**) Power Button: always reports core events
[    20.071] (**) Option "Device" "/dev/input/event0"
[    20.072] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    20.072] (II) event0  - Power Button: device is a keyboard
[    20.072] (II) event0  - Power Button: device removed
[    20.072] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    20.072] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    20.073] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    20.073] (II) event0  - Power Button: device is a keyboard
[    20.073] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[    20.073] (II) No input driver specified, ignoring this device.
[    20.073] (II) This device may have been added with another device file.
[    20.074] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    20.074] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    20.074] (II) Using input driver 'libinput' for 'Sleep Button'
[    20.074] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 54 paused 0
[    20.074] (**) Sleep Button: always reports core events
[    20.074] (**) Option "Device" "/dev/input/event1"
[    20.075] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    20.075] (II) event1  - Sleep Button: device is a keyboard
[    20.075] (II) event1  - Sleep Button: device removed
[    20.075] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[    20.075] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[    20.076] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    20.076] (II) event1  - Sleep Button: device is a keyboard
[    20.076] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event13)
[    20.077] (II) No input driver specified, ignoring this device.
[    20.077] (II) This device may have been added with another device file.
[    20.077] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event14)
[    20.077] (II) No input driver specified, ignoring this device.
[    20.077] (II) This device may have been added with another device file.
[    20.077] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event15)
[    20.077] (II) No input driver specified, ignoring this device.
[    20.077] (II) This device may have been added with another device file.
[    20.078] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event16)
[    20.078] (II) No input driver specified, ignoring this device.
[    20.078] (II) This device may have been added with another device file.
[    20.078] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event12)
[    20.078] (II) No input driver specified, ignoring this device.
[    20.078] (II) This device may have been added with another device file.
[    20.079] (II) config/udev: Adding input device Wacom Intuos4 4x6 Pen (/dev/input/event17)
[    20.079] (**) Wacom Intuos4 4x6 Pen: Applying InputClass "libinput tablet catchall"
[    20.079] (II) Using input driver 'libinput' for 'Wacom Intuos4 4x6 Pen'
[    20.080] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 55 paused 0
[    20.080] (**) Wacom Intuos4 4x6 Pen: always reports core events
[    20.080] (**) Option "Device" "/dev/input/event17"
[    20.081] (II) event17 - Wacom Intuos4 4x6 Pen: is tagged by udev as: Tablet
[    20.129] (II) event17 - Wacom Intuos4 4x6 Pen: device is a tablet
[    20.129] (II) event17 - Wacom Intuos4 4x6 Pen: device removed
[    20.129] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.3/5-2.4.3:1.0/0003:056A:00B8.0002/input/input21/event17"
[    20.129] (II) XINPUT: Adding extended input device "Wacom Intuos4 4x6 Pen" (type: TABLET, id 11)
[    20.131] (II) event17 - Wacom Intuos4 4x6 Pen: is tagged by udev as: Tablet
[    20.172] (II) event17 - Wacom Intuos4 4x6 Pen: device is a tablet
[    20.173] (II) config/udev: Adding input device Wacom Intuos4 4x6 Pen (/dev/input/mouse2)
[    20.173] (II) No input driver specified, ignoring this device.
[    20.173] (II) This device may have been added with another device file.
[    20.174] (II) config/udev: Adding input device Wacom Intuos4 4x6 Pad (/dev/input/event18)
[    20.174] (**) Wacom Intuos4 4x6 Pad: Applying InputClass "libinput tablet catchall"
[    20.174] (II) Using input driver 'libinput' for 'Wacom Intuos4 4x6 Pad'
[    20.175] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 57 paused 0
[    20.175] (**) Wacom Intuos4 4x6 Pad: always reports core events
[    20.175] (**) Option "Device" "/dev/input/event18"
[    20.176] (II) event18 - Wacom Intuos4 4x6 Pad: is tagged by udev as: Tablet TabletPad
[    20.240] (II) event18 - Wacom Intuos4 4x6 Pad: device is a tablet pad
[    20.240] (II) event18 - Wacom Intuos4 4x6 Pad: device removed
[    20.240] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.3/5-2.4.3:1.0/0003:056A:00B8.0002/input/input23/event18"
[    20.240] (II) XINPUT: Adding extended input device "Wacom Intuos4 4x6 Pad" (type: PAD, id 12)
[    20.240] (**) Option "AccelerationScheme" "none"
[    20.240] (**) Wacom Intuos4 4x6 Pad: (accel) selected scheme none/0
[    20.240] (**) Wacom Intuos4 4x6 Pad: (accel) acceleration factor: 2.000
[    20.240] (**) Wacom Intuos4 4x6 Pad: (accel) acceleration threshold: 4
[    20.242] (II) event18 - Wacom Intuos4 4x6 Pad: is tagged by udev as: Tablet TabletPad
[    20.303] (II) event18 - Wacom Intuos4 4x6 Pad: device is a tablet pad
[    20.304] (II) config/udev: Adding input device Wacom Intuos4 4x6 Pad (/dev/input/js0)
[    20.304] (II) No input driver specified, ignoring this device.
[    20.304] (II) This device may have been added with another device file.
[    20.305] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/event19)
[    20.305] (**) PixArt USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[    20.305] (II) Using input driver 'libinput' for 'PixArt USB Optical Mouse'
[    20.305] (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 66 paused 0
[    20.305] (**) PixArt USB Optical Mouse: always reports core events
[    20.305] (**) Option "Device" "/dev/input/event19"
[    20.307] (II) event19 - PixArt USB Optical Mouse: is tagged by udev as: Mouse
[    20.307] (II) event19 - PixArt USB Optical Mouse: device is a pointer
[    20.307] (II) event19 - PixArt USB Optical Mouse: device removed
[    20.307] (II) libinput: PixArt USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    20.307] (II) libinput: PixArt USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    20.307] (II) libinput: PixArt USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    20.307] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.4/5-2.4.4.3/5-2.4.4.3:1.0/0003:04F2:0939.0003/input/input24/event19"
[    20.307] (II) XINPUT: Adding extended input device "PixArt USB Optical Mouse" (type: MOUSE, id 13)
[    20.308] (**) Option "AccelerationScheme" "none"
[    20.308] (**) PixArt USB Optical Mouse: (accel) selected scheme none/0
[    20.308] (**) PixArt USB Optical Mouse: (accel) acceleration factor: 2.000
[    20.308] (**) PixArt USB Optical Mouse: (accel) acceleration threshold: 4
[    20.309] (II) event19 - PixArt USB Optical Mouse: is tagged by udev as: Mouse
[    20.309] (II) event19 - PixArt USB Optical Mouse: device is a pointer
[    20.311] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/mouse3)
[    20.311] (II) No input driver specified, ignoring this device.
[    20.311] (II) This device may have been added with another device file.
[    20.312] (II) config/udev: Adding input device CHICONY USB Keyboard (/dev/input/event20)
[    20.312] (**) CHICONY USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    20.312] (II) Using input driver 'libinput' for 'CHICONY USB Keyboard'
[    20.314] (II) systemd-logind: got fd for /dev/input/event20 13:84 fd 67 paused 0
[    20.314] (**) CHICONY USB Keyboard: always reports core events
[    20.314] (**) Option "Device" "/dev/input/event20"
[    20.315] (II) event20 - CHICONY USB Keyboard: is tagged by udev as: Keyboard
[    20.315] (II) event20 - CHICONY USB Keyboard: device is a keyboard
[    20.315] (II) event20 - CHICONY USB Keyboard: device removed
[    20.315] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.4/5-2.4.4.4/5-2.4.4.4:1.0/0003:04F2:0833.0004/input/input25/event20"
[    20.315] (II) XINPUT: Adding extended input device "CHICONY USB Keyboard" (type: KEYBOARD, id 14)
[    20.317] (II) event20 - CHICONY USB Keyboard: is tagged by udev as: Keyboard
[    20.317] (II) event20 - CHICONY USB Keyboard: device is a keyboard
[    20.318] (II) config/udev: Adding input device CHICONY USB Keyboard System Control (/dev/input/event21)
[    20.318] (**) CHICONY USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[    20.318] (II) Using input driver 'libinput' for 'CHICONY USB Keyboard System Control'
[    20.319] (II) systemd-logind: got fd for /dev/input/event21 13:85 fd 68 paused 0
[    20.319] (**) CHICONY USB Keyboard System Control: always reports core events
[    20.319] (**) Option "Device" "/dev/input/event21"
[    20.321] (II) event21 - CHICONY USB Keyboard System Control: is tagged by udev as: Keyboard
[    20.321] (II) event21 - CHICONY USB Keyboard System Control: device is a keyboard
[    20.321] (II) event21 - CHICONY USB Keyboard System Control: device removed
[    20.321] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.4/5-2.4.4.4/5-2.4.4.4:1.1/0003:04F2:0833.0005/input/input26/event21"
[    20.321] (II) XINPUT: Adding extended input device "CHICONY USB Keyboard System Control" (type: KEYBOARD, id 15)
[    20.323] (II) event21 - CHICONY USB Keyboard System Control: is tagged by udev as: Keyboard
[    20.323] (II) event21 - CHICONY USB Keyboard System Control: device is a keyboard
[    20.324] (II) config/udev: Adding input device CHICONY USB Keyboard Consumer Control (/dev/input/event22)
[    20.324] (**) CHICONY USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[    20.324] (II) Using input driver 'libinput' for 'CHICONY USB Keyboard Consumer Control'
[    20.325] (II) systemd-logind: got fd for /dev/input/event22 13:86 fd 69 paused 0
[    20.325] (**) CHICONY USB Keyboard Consumer Control: always reports core events
[    20.325] (**) Option "Device" "/dev/input/event22"
[    20.327] (II) event22 - CHICONY USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[    20.327] (II) event22 - CHICONY USB Keyboard Consumer Control: device is a keyboard
[    20.327] (II) event22 - CHICONY USB Keyboard Consumer Control: device removed
[    20.327] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.4/5-2.4.4.4/5-2.4.4.4:1.1/0003:04F2:0833.0005/input/input27/event22"
[    20.327] (II) XINPUT: Adding extended input device "CHICONY USB Keyboard Consumer Control" (type: KEYBOARD, id 16)
[    20.329] (II) event22 - CHICONY USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[    20.329] (II) event22 - CHICONY USB Keyboard Consumer Control: device is a keyboard
[    20.331] (II) config/udev: Adding input device CHICONY USB Keyboard (/dev/input/event23)
[    20.331] (**) CHICONY USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    20.331] (II) Using input driver 'libinput' for 'CHICONY USB Keyboard'
[    20.332] (II) systemd-logind: got fd for /dev/input/event23 13:87 fd 70 paused 0
[    20.332] (**) CHICONY USB Keyboard: always reports core events
[    20.332] (**) Option "Device" "/dev/input/event23"
[    20.333] (II) event23 - CHICONY USB Keyboard: is tagged by udev as: Keyboard
[    20.333] (II) event23 - CHICONY USB Keyboard: device is a keyboard
[    20.333] (II) event23 - CHICONY USB Keyboard: device removed
[    20.333] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.4/5-2.4.4.4/5-2.4.4.4:1.1/0003:04F2:0833.0005/input/input28/event23"
[    20.333] (II) XINPUT: Adding extended input device "CHICONY USB Keyboard" (type: KEYBOARD, id 17)
[    20.335] (II) event23 - CHICONY USB Keyboard: is tagged by udev as: Keyboard
[    20.335] (II) event23 - CHICONY USB Keyboard: device is a keyboard
[    20.336] (II) config/udev: Adding input device HD-Audio Generic Headphone (/dev/input/event11)
[    20.336] (II) No input driver specified, ignoring this device.
[    20.336] (II) This device may have been added with another device file.
[    20.336] (II) config/udev: Adding input device ELAN1203:00 04F3:307A Mouse (/dev/input/event8)
[    20.336] (**) ELAN1203:00 04F3:307A Mouse: Applying InputClass "libinput pointer catchall"
[    20.336] (II) Using input driver 'libinput' for 'ELAN1203:00 04F3:307A Mouse'
[    20.337] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 71 paused 0
[    20.337] (**) ELAN1203:00 04F3:307A Mouse: always reports core events
[    20.337] (**) Option "Device" "/dev/input/event8"
[    20.338] (II) event8  - ELAN1203:00 04F3:307A Mouse: is tagged by udev as: Mouse Pointingstick
[    20.338] (II) event8  - ELAN1203:00 04F3:307A Mouse: device is a pointer
[    20.339] (II) event8  - ELAN1203:00 04F3:307A Mouse: device removed
[    20.339] (II) libinput: ELAN1203:00 04F3:307A Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    20.339] (II) libinput: ELAN1203:00 04F3:307A Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    20.339] (II) libinput: ELAN1203:00 04F3:307A Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    20.339] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:03/i2c-0/i2c-ELAN1203:00/0018:04F3:307A.0001/input/input10/event8"
[    20.339] (II) XINPUT: Adding extended input device "ELAN1203:00 04F3:307A Mouse" (type: MOUSE, id 18)
[    20.339] (**) Option "AccelerationScheme" "none"
[    20.339] (**) ELAN1203:00 04F3:307A Mouse: (accel) selected scheme none/0
[    20.340] (**) ELAN1203:00 04F3:307A Mouse: (accel) acceleration factor: 2.000
[    20.340] (**) ELAN1203:00 04F3:307A Mouse: (accel) acceleration threshold: 4
[    20.341] (II) event8  - ELAN1203:00 04F3:307A Mouse: is tagged by udev as: Mouse Pointingstick
[    20.341] (II) event8  - ELAN1203:00 04F3:307A Mouse: device is a pointer
[    20.342] (II) config/udev: Adding input device ELAN1203:00 04F3:307A Mouse (/dev/input/mouse0)
[    20.343] (II) No input driver specified, ignoring this device.
[    20.343] (II) This device may have been added with another device file.
[    20.343] (II) config/udev: Adding input device ELAN1203:00 04F3:307A Touchpad (/dev/input/event9)
[    20.343] (**) ELAN1203:00 04F3:307A Touchpad: Applying InputClass "libinput touchpad catchall"
[    20.343] (II) Using input driver 'libinput' for 'ELAN1203:00 04F3:307A Touchpad'
[    20.344] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 72 paused 0
[    20.344] (**) ELAN1203:00 04F3:307A Touchpad: always reports core events
[    20.344] (**) Option "Device" "/dev/input/event9"
[    20.345] (II) event9  - ELAN1203:00 04F3:307A Touchpad: is tagged by udev as: Touchpad
[    20.346] (II) event9  - ELAN1203:00 04F3:307A Touchpad: device is a touchpad
[    20.346] (II) event9  - ELAN1203:00 04F3:307A Touchpad: device removed
[    20.346] (II) libinput: ELAN1203:00 04F3:307A Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    20.346] (II) libinput: ELAN1203:00 04F3:307A Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    20.346] (II) libinput: ELAN1203:00 04F3:307A Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    20.347] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:03/i2c-0/i2c-ELAN1203:00/0018:04F3:307A.0001/input/input11/event9"
[    20.347] (II) XINPUT: Adding extended input device "ELAN1203:00 04F3:307A Touchpad" (type: TOUCHPAD, id 19)
[    20.347] (**) Option "AccelerationScheme" "none"
[    20.347] (**) ELAN1203:00 04F3:307A Touchpad: (accel) selected scheme none/0
[    20.347] (**) ELAN1203:00 04F3:307A Touchpad: (accel) acceleration factor: 2.000
[    20.348] (**) ELAN1203:00 04F3:307A Touchpad: (accel) acceleration threshold: 4
[    20.348] (II) event9  - ELAN1203:00 04F3:307A Touchpad: is tagged by udev as: Touchpad
[    20.350] (II) event9  - ELAN1203:00 04F3:307A Touchpad: device is a touchpad
[    20.350] (II) config/udev: Adding input device ELAN1203:00 04F3:307A Touchpad (/dev/input/mouse1)
[    20.350] (II) No input driver specified, ignoring this device.
[    20.350] (II) This device may have been added with another device file.
[    20.351] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event10)
[    20.351] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    20.351] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[    20.352] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 73 paused 0
[    20.352] (**) Asus WMI hotkeys: always reports core events
[    20.352] (**) Option "Device" "/dev/input/event10"
[    20.352] (II) event10 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    20.352] (II) event10 - Asus WMI hotkeys: device is a keyboard
[    20.352] (II) event10 - Asus WMI hotkeys: device removed
[    20.352] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input12/event10"
[    20.352] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 20)
[    20.353] (II) event10 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    20.353] (II) event10 - Asus WMI hotkeys: device is a keyboard
[    20.354] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[    20.354] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    20.354] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    20.355] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 74 paused 0
[    20.355] (**) AT Translated Set 2 keyboard: always reports core events
[    20.355] (**) Option "Device" "/dev/input/event5"
[    20.355] (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    20.356] (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
[    20.357] (II) event5  - AT Translated Set 2 keyboard: device removed
[    20.357] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[    20.357] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 21)
[    20.358] (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    20.358] (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
[    20.359] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[    20.359] (II) No input driver specified, ignoring this device.
[    20.359] (II) This device may have been added with another device file.
[    21.077] (II) modeset(0): EDID vendor "NCP", prod id 77
[    21.077] (II) modeset(0): Using EDID range info for horizontal sync
[    21.077] (II) modeset(0): Using EDID range info for vertical refresh
[    21.077] (II) modeset(0): Printing DDC gathered Modelines:
[    21.077] (II) modeset(0): Modeline "1920x1080"x0.0  354.73  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (162.7 kHz eP)
[    21.077] (II) modeset(0): Modeline "1920x1080"x0.0  147.81  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (67.8 kHz e)
[    21.080] (II) modeset(0): EDID vendor "NCP", prod id 77
[    21.080] (II) modeset(0): Using hsync ranges from config file
[    21.080] (II) modeset(0): Using vrefresh ranges from config file
[    21.080] (II) modeset(0): Printing DDC gathered Modelines:
[    21.080] (II) modeset(0): Modeline "1920x1080"x0.0  354.73  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (162.7 kHz eP)
[    21.080] (II) modeset(0): Modeline "1920x1080"x0.0  147.81  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (67.8 kHz e)
[    21.081] (--) NVIDIA(GPU-0): ViewSonic VX2758-Series (DFP-0): connected
[    21.081] (--) NVIDIA(GPU-0): ViewSonic VX2758-Series (DFP-0): Internal DisplayPort
[    21.081] (--) NVIDIA(GPU-0): ViewSonic VX2758-Series (DFP-0): 2660.0 MHz maximum pixel clock
[    21.081] (--) NVIDIA(GPU-0): 
[    21.083] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    21.083] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    21.083] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    21.083] (--) NVIDIA(GPU-0): 
[    21.098] (II) modeset(0): EDID vendor "NCP", prod id 77
[    21.098] (II) modeset(0): Using hsync ranges from config file
[    21.098] (II) modeset(0): Using vrefresh ranges from config file
[    21.098] (II) modeset(0): Printing DDC gathered Modelines:
[    21.098] (II) modeset(0): Modeline "1920x1080"x0.0  354.73  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (162.7 kHz eP)
[    21.098] (II) modeset(0): Modeline "1920x1080"x0.0  147.81  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (67.8 kHz e)
[    21.101] (II) modeset(0): EDID vendor "NCP", prod id 77
[    21.101] (II) modeset(0): Using hsync ranges from config file
[    21.101] (II) modeset(0): Using vrefresh ranges from config file
[    21.101] (II) modeset(0): Printing DDC gathered Modelines:
[    21.101] (II) modeset(0): Modeline "1920x1080"x0.0  354.73  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (162.7 kHz eP)
[    21.101] (II) modeset(0): Modeline "1920x1080"x0.0  147.81  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (67.8 kHz e)
[    21.101] (--) NVIDIA(GPU-0): ViewSonic VX2758-Series (DFP-0): connected
[    21.101] (--) NVIDIA(GPU-0): ViewSonic VX2758-Series (DFP-0): Internal DisplayPort
[    21.101] (--) NVIDIA(GPU-0): ViewSonic VX2758-Series (DFP-0): 2660.0 MHz maximum pixel clock
[    21.101] (--) NVIDIA(GPU-0): 
[    21.104] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    21.104] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    21.104] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    21.104] (--) NVIDIA(GPU-0): 
[    21.477] (II) modeset(0): Allocate new frame buffer 4480x1440 stride
[    21.499] (II) modeset(0): Disabling kernel dirty updates, not required.
[    21.513] randr: failed to create shared pixmap
[    21.513] (EE) NVIDIA(G0): Failed to configure Reverse PRIME on output DP-1-0.
[    21.647] (II) modeset(0): EDID vendor "NCP", prod id 77
[    21.647] (II) modeset(0): Using hsync ranges from config file
[    21.647] (II) modeset(0): Using vrefresh ranges from config file
[    21.647] (II) modeset(0): Printing DDC gathered Modelines:
[    21.647] (II) modeset(0): Modeline "1920x1080"x0.0  354.73  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (162.7 kHz eP)
[    21.647] (II) modeset(0): Modeline "1920x1080"x0.0  147.81  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (67.8 kHz e)
[    21.651] (II) modeset(0): EDID vendor "NCP", prod id 77
[    21.651] (II) modeset(0): Using hsync ranges from config file
[    21.651] (II) modeset(0): Using vrefresh ranges from config file
[    21.651] (II) modeset(0): Printing DDC gathered Modelines:
[    21.651] (II) modeset(0): Modeline "1920x1080"x0.0  354.73  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (162.7 kHz eP)
[    21.651] (II) modeset(0): Modeline "1920x1080"x0.0  147.81  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (67.8 kHz e)
[    21.652] (--) NVIDIA(GPU-0): ViewSonic VX2758-Series (DFP-0): connected
[    21.652] (--) NVIDIA(GPU-0): ViewSonic VX2758-Series (DFP-0): Internal DisplayPort
[    21.652] (--) NVIDIA(GPU-0): ViewSonic VX2758-Series (DFP-0): 2660.0 MHz maximum pixel clock
[    21.652] (--) NVIDIA(GPU-0): 
[    21.654] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    21.654] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    21.654] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    21.654] (--) NVIDIA(GPU-0): 
[    41.252] (**) Option "fd" "48"
[    41.253] (II) event3  - Power Button: device removed
[    41.253] (**) Option "fd" "51"
[    41.253] (II) event6  - Asus Wireless Radio Control: device removed
[    41.253] (**) Option "fd" "52"
[    41.253] (II) event4  - Video Bus: device removed
[    41.253] (**) Option "fd" "53"
[    41.253] (II) event0  - Power Button: device removed
[    41.253] (**) Option "fd" "54"
[    41.253] (II) event1  - Sleep Button: device removed
[    41.253] (**) Option "fd" "55"
[    41.253] (II) event17 - Wacom Intuos4 4x6 Pen: device removed
[    41.253] (**) Option "fd" "57"
[    41.253] (II) event18 - Wacom Intuos4 4x6 Pad: device removed
[    41.253] (**) Option "fd" "66"
[    41.253] (II) event19 - PixArt USB Optical Mouse: device removed
[    41.253] (**) Option "fd" "67"
[    41.254] (II) event20 - CHICONY USB Keyboard: device removed
[    41.254] (**) Option "fd" "68"
[    41.254] (II) event21 - CHICONY USB Keyboard System Control: device removed
[    41.254] (**) Option "fd" "69"
[    41.254] (II) event22 - CHICONY USB Keyboard Consumer Control: device removed
[    41.254] (**) Option "fd" "70"
[    41.254] (II) event23 - CHICONY USB Keyboard: device removed
[    41.254] (**) Option "fd" "71"
[    41.254] (II) event8  - ELAN1203:00 04F3:307A Mouse: device removed
[    41.254] (**) Option "fd" "72"
[    41.254] (II) event9  - ELAN1203:00 04F3:307A Touchpad: device removed
[    41.254] (**) Option "fd" "73"
[    41.254] (II) event10 - Asus WMI hotkeys: device removed
[    41.254] (**) Option "fd" "74"
[    41.254] (II) event5  - AT Translated Set 2 keyboard: device removed
[    41.256] (II) UnloadModule: "libinput"
[    41.256] (II) systemd-logind: releasing fd for 13:69
[    41.257] (II) UnloadModule: "libinput"
[    41.257] (II) systemd-logind: releasing fd for 13:74
[    41.258] (II) UnloadModule: "libinput"
[    41.258] (II) systemd-logind: releasing fd for 13:73
[    41.258] (II) UnloadModule: "libinput"
[    41.258] (II) systemd-logind: releasing fd for 13:72
[    41.259] (II) UnloadModule: "libinput"
[    41.259] (II) systemd-logind: releasing fd for 13:87
[    41.259] (II) UnloadModule: "libinput"
[    41.259] (II) systemd-logind: releasing fd for 13:86
[    41.260] (II) UnloadModule: "libinput"
[    41.261] (II) systemd-logind: releasing fd for 13:85
[    41.261] (II) UnloadModule: "libinput"
[    41.261] (II) systemd-logind: releasing fd for 13:84
[    41.262] (II) UnloadModule: "libinput"
[    41.262] (II) systemd-logind: releasing fd for 13:83
[    41.262] (II) UnloadModule: "libinput"
[    41.262] (II) systemd-logind: releasing fd for 13:82
[    41.263] (II) UnloadModule: "libinput"
[    41.263] (II) systemd-logind: releasing fd for 13:81
[    41.263] (II) UnloadModule: "libinput"
[    41.263] (II) systemd-logind: releasing fd for 13:65
[    41.264] (II) UnloadModule: "libinput"
[    41.264] (II) systemd-logind: releasing fd for 13:64
[    41.264] (II) UnloadModule: "libinput"
[    41.264] (II) systemd-logind: releasing fd for 13:68
[    41.264] (II) UnloadModule: "libinput"
[    41.264] (II) systemd-logind: releasing fd for 13:70
[    41.266] (II) UnloadModule: "libinput"
[    41.266] (II) systemd-logind: releasing fd for 13:67
[    41.381] (II) NVIDIA(GPU-0): Deleting GPU-0
[    41.429] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[    41.429] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[    42.139] (II) Server terminated successfully (0). Closing log file.

3: xrandr --verbose

Screen 0: minimum 320 x 200, current 4480 x 1440, maximum 16384 x 16384
eDP-1 connected 1920x1080+2560+360 (0x45) normal (normal left inverted right x axis y axis) 344mm x 194mm
	Identifier: 0x42
	Timestamp:  22322
	Subpixel:   unknown
	Gamma:      1.0:1.0:1.0
	Brightness: 1.0
	Clones:    
	CRTC:       1
	CRTCs:      1 2 3 4
	Transform:  1.000000 0.000000 0.000000
	            0.000000 1.000000 0.000000
	            0.000000 0.000000 1.000000
	           filter: 
	_MUTTER_PRESENTATION_OUTPUT: 0 
	EDID: 
		00ffffffffffff0038704d0000000000
		331d0104a5221378036850985c588e28
		1b505400000001010101010101010101
		010101010101918a8004713832403020
		350058c21000001abd39800471383240
		3020350058c21000001a000000fd0030
		90a3a323010a202020202020000000fe
		004c4d3135364c462d324630330a0035
	HDCP Content Type: HDCP Type0 
		supported: HDCP Type0, HDCP Type1
	Content Protection: Undesired 
		supported: Undesired, Desired, Enabled
	vrr_capable: 1 
		range: (0, 1)
	Colorspace: Default 
		supported: Default, BT709_YCC, opRGB, BT2020_RGB, BT2020_YCC
	abm level: 0 
		range: (0, 4)
	max bpc: 16 
		range: (8, 16)
	underscan vborder: 0 
		range: (0, 128)
	underscan hborder: 0 
		range: (0, 128)
	underscan: off 
		supported: off, on, auto
	scaling mode: None 
		supported: None, Full, Center, Full aspect
	link-status: Good 
		supported: Good, Bad
	CTM: 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 
		0 1 
	CONNECTOR_ID: 78 
		supported: 78
	non-desktop: 0 
		range: (0, 1)
  1920x1080 (0x45) 354.730MHz +HSync -VSync *current +preferred
        h: width  1920 start 1968 end 2000 total 2180 skew    0 clock 162.72KHz
        v: height 1080 start 1083 end 1088 total 1130           clock 144.00Hz
  1920x1080 (0x46) 356.375MHz -HSync +VSync DoubleScan
        h: width  1920 start 2080 end 2288 total 2656 skew    0 clock 134.18KHz
        v: height 1080 start 1081 end 1084 total 1118           clock  60.01Hz
  1920x1080 (0x47) 354.730MHz +HSync -VSync
        h: width  1920 start 1968 end 2000 total 2180 skew    0 clock 162.72KHz
        v: height 1080 start 1309 end 1314 total 1356           clock 120.00Hz
  1920x1080 (0x48) 354.730MHz +HSync -VSync
        h: width  1920 start 1968 end 2000 total 2180 skew    0 clock 162.72KHz
        v: height 1080 start 1648 end 1653 total 1695           clock  96.00Hz
  1920x1080 (0x49) 354.730MHz +HSync -VSync
        h: width  1920 start 1968 end 2000 total 2180 skew    0 clock 162.72KHz
        v: height 1080 start 2213 end 2218 total 2260           clock  72.00Hz
  1920x1080 (0x4a) 354.730MHz +HSync -VSync
        h: width  1920 start 1968 end 2000 total 2180 skew    0 clock 162.72KHz
        v: height 1080 start 2665 end 2670 total 2712           clock  60.00Hz
  1920x1080 (0x4b) 354.730MHz +HSync -VSync
        h: width  1920 start 1968 end 2000 total 2180 skew    0 clock 162.72KHz
        v: height 1080 start 3207 end 3212 total 3254           clock  50.01Hz
  1920x1080 (0x4c) 354.730MHz +HSync -VSync
        h: width  1920 start 1968 end 2000 total 2180 skew    0 clock 162.72KHz
        v: height 1080 start 3343 end 3348 total 3390           clock  48.00Hz
  1920x1080 (0x4d) 266.500MHz +HSync -VSync DoubleScan
        h: width  1920 start 1944 end 1960 total 2000 skew    0 clock 133.25KHz
        v: height 1080 start 1081 end 1084 total 1111           clock  59.97Hz
  1920x1080 (0x4e) 173.000MHz -HSync +VSync
        h: width  1920 start 2048 end 2248 total 2576 skew    0 clock  67.16KHz
        v: height 1080 start 1083 end 1088 total 1120           clock  59.96Hz
  1920x1080 (0x4f) 147.810MHz +HSync -VSync
        h: width  1920 start 1968 end 2000 total 2180 skew    0 clock  67.80KHz
        v: height 1080 start 1083 end 1088 total 1130           clock  60.00Hz
  1920x1080 (0x50) 138.500MHz +HSync -VSync
        h: width  1920 start 1968 end 2000 total 2080 skew    0 clock  66.59KHz
        v: height 1080 start 1083 end 1088 total 1111           clock  59.93Hz
  1680x1050 (0x51) 354.730MHz +HSync -VSync
        h: width  1680 start 1968 end 2000 total 2180 skew    0 clock 162.72KHz
        v: height 1050 start 1083 end 1088 total 1130           clock 144.00Hz
  1680x1050 (0x52) 146.250MHz -HSync +VSync
        h: width  1680 start 1784 end 1960 total 2240 skew    0 clock  65.29KHz
        v: height 1050 start 1053 end 1059 total 1089           clock  59.95Hz
  1680x1050 (0x53) 119.000MHz +HSync -VSync
        h: width  1680 start 1728 end 1760 total 1840 skew    0 clock  64.67KHz
        v: height 1050 start 1053 end 1059 total 1080           clock  59.88Hz
  1400x1050 (0x54) 155.800MHz +HSync +VSync
        h: width  1400 start 1464 end 1784 total 1912 skew    0 clock  81.49KHz
        v: height 1050 start 1052 end 1064 total 1090           clock  74.76Hz
  1400x1050 (0x55) 122.000MHz +HSync +VSync
        h: width  1400 start 1488 end 1640 total 1880 skew    0 clock  64.89KHz
        v: height 1050 start 1052 end 1064 total 1082           clock  59.98Hz
  1600x900 (0x56) 246.000MHz -HSync +VSync DoubleScan
        h: width  1600 start 1728 end 1900 total 2200 skew    0 clock 111.82KHz
        v: height  900 start  901 end  904 total  932           clock  59.99Hz
  1600x900 (0x57) 186.500MHz +HSync -VSync DoubleScan
        h: width  1600 start 1624 end 1640 total 1680 skew    0 clock 111.01KHz
        v: height  900 start  901 end  904 total  926           clock  59.94Hz
  1600x900 (0x58) 118.250MHz -HSync +VSync
        h: width  1600 start 1696 end 1856 total 2112 skew    0 clock  55.99KHz
        v: height  900 start  903 end  908 total  934           clock  59.95Hz
  1600x900 (0x59) 97.500MHz +HSync -VSync
        h: width  1600 start 1648 end 1680 total 1760 skew    0 clock  55.40KHz
        v: height  900 start  903 end  908 total  926           clock  59.82Hz
  1280x1024 (0x5a) 354.730MHz +HSync -VSync
        h: width  1280 start 1968 end 2000 total 2180 skew    0 clock 162.72KHz
        v: height 1024 start 1083 end 1088 total 1130           clock 144.00Hz
  1280x1024 (0x5b) 157.500MHz +HSync +VSync
        h: width  1280 start 1344 end 1504 total 1728 skew    0 clock  91.15KHz
        v: height 1024 start 1025 end 1028 total 1072           clock  85.02Hz
  1280x1024 (0x5c) 135.000MHz +HSync +VSync
        h: width  1280 start 1296 end 1440 total 1688 skew    0 clock  79.98KHz
        v: height 1024 start 1025 end 1028 total 1066           clock  75.02Hz
  1280x1024 (0x5d) 108.000MHz +HSync +VSync
        h: width  1280 start 1328 end 1440 total 1688 skew    0 clock  63.98KHz
        v: height 1024 start 1025 end 1028 total 1066           clock  60.02Hz
  1440x900 (0x5e) 354.730MHz +HSync -VSync
        h: width  1440 start 1968 end 2000 total 2180 skew    0 clock 162.72KHz
        v: height  900 start 1083 end 1088 total 1130           clock 144.00Hz
  1400x900 (0x5f) 103.500MHz -HSync +VSync
        h: width  1400 start 1480 end 1624 total 1848 skew    0 clock  56.01KHz
        v: height  900 start  903 end  913 total  934           clock  59.96Hz
  1400x900 (0x60) 86.500MHz +HSync -VSync
        h: width  1400 start 1448 end 1480 total 1560 skew    0 clock  55.45KHz
        v: height  900 start  903 end  913 total  926           clock  59.88Hz
  1280x960 (0x61) 148.500MHz +HSync +VSync
        h: width  1280 start 1344 end 1504 total 1728 skew    0 clock  85.94KHz
        v: height  960 start  961 end  964 total 1011           clock  85.00Hz
  1280x960 (0x62) 108.000MHz +HSync +VSync
        h: width  1280 start 1376 end 1488 total 1800 skew    0 clock  60.00KHz
        v: height  960 start  961 end  964 total 1000           clock  60.00Hz
  1440x810 (0x63) 198.125MHz -HSync +VSync DoubleScan
        h: width  1440 start 1548 end 1704 total 1968 skew    0 clock 100.67KHz
        v: height  810 start  811 end  814 total  839           clock  60.00Hz
  1440x810 (0x64) 151.875MHz +HSync -VSync DoubleScan
        h: width  1440 start 1464 end 1480 total 1520 skew    0 clock  99.92KHz
        v: height  810 start  811 end  814 total  833           clock  59.97Hz
  1368x768 (0x65) 85.250MHz -HSync +VSync
        h: width  1368 start 1440 end 1576 total 1784 skew    0 clock  47.79KHz
        v: height  768 start  771 end  781 total  798           clock  59.88Hz
  1368x768 (0x66) 72.250MHz +HSync -VSync
        h: width  1368 start 1416 end 1448 total 1528 skew    0 clock  47.28KHz
        v: height  768 start  771 end  781 total  790           clock  59.85Hz
  1280x800 (0x67) 354.730MHz +HSync -VSync
        h: width  1280 start 1968 end 2000 total 2180 skew    0 clock 162.72KHz
        v: height  800 start 1083 end 1088 total 1130           clock 144.00Hz
  1280x800 (0x68) 174.250MHz -HSync +VSync DoubleScan
        h: width  1280 start 1380 end 1516 total 1752 skew    0 clock  99.46KHz
        v: height  800 start  801 end  804 total  829           clock  59.99Hz
  1280x800 (0x69) 134.250MHz +HSync -VSync DoubleScan
        h: width  1280 start 1304 end 1320 total 1360 skew    0 clock  98.71KHz
        v: height  800 start  801 end  804 total  823           clock  59.97Hz
  1280x800 (0x6a) 83.500MHz -HSync +VSync
        h: width  1280 start 1352 end 1480 total 1680 skew    0 clock  49.70KHz
        v: height  800 start  803 end  809 total  831           clock  59.81Hz
  1280x800 (0x6b) 71.000MHz +HSync -VSync
        h: width  1280 start 1328 end 1360 total 1440 skew    0 clock  49.31KHz
        v: height  800 start  803 end  809 total  823           clock  59.91Hz
  1152x864 (0x6c) 108.000MHz +HSync +VSync
        h: width  1152 start 1216 end 1344 total 1600 skew    0 clock  67.50KHz
        v: height  864 start  865 end  868 total  900           clock  75.00Hz
  1280x720 (0x6d) 354.730MHz +HSync -VSync
        h: width  1280 start 1968 end 2000 total 2180 skew    0 clock 162.72KHz
        v: height  720 start 1083 end 1088 total 1130           clock 144.00Hz
  1280x720 (0x6e) 156.125MHz -HSync +VSync DoubleScan
        h: width  1280 start 1376 end 1512 total 1744 skew    0 clock  89.52KHz
        v: height  720 start  721 end  724 total  746           clock  60.00Hz
  1280x720 (0x6f) 120.750MHz +HSync -VSync DoubleScan
        h: width  1280 start 1304 end 1320 total 1360 skew    0 clock  88.79KHz
        v: height  720 start  721 end  724 total  740           clock  59.99Hz
  1280x720 (0x70) 74.500MHz -HSync +VSync
        h: width  1280 start 1344 end 1472 total 1664 skew    0 clock  44.77KHz
        v: height  720 start  723 end  728 total  748           clock  59.86Hz
  1280x720 (0x71) 63.750MHz +HSync -VSync
        h: width  1280 start 1328 end 1360 total 1440 skew    0 clock  44.27KHz
        v: height  720 start  723 end  728 total  741           clock  59.74Hz
  1024x768 (0x72) 354.730MHz +HSync -VSync
        h: width  1024 start 1968 end 2000 total 2180 skew    0 clock 162.72KHz
        v: height  768 start 1083 end 1088 total 1130           clock 144.00Hz
  1024x768 (0x73) 194.020MHz -HSync +VSync DoubleScan
        h: width  1024 start 1108 end 1220 total 1416 skew    0 clock 137.02KHz
        v: height  768 start  768 end  770 total  806           clock  85.00Hz
  1024x768 (0x74) 170.240MHz -HSync +VSync DoubleScan
        h: width  1024 start 1108 end 1220 total 1416 skew    0 clock 120.23KHz
        v: height  768 start  768 end  770 total  801           clock  75.05Hz
  1024x768 (0x75) 133.475MHz -HSync +VSync DoubleScan
        h: width  1024 start 1100 end 1212 total 1400 skew    0 clock  95.34KHz
        v: height  768 start  768 end  770 total  794           clock  60.04Hz
  1024x768 (0x76) 94.500MHz +HSync +VSync
        h: width  1024 start 1072 end 1168 total 1376 skew    0 clock  68.68KHz
        v: height  768 start  769 end  772 total  808           clock  85.00Hz
  1024x768 (0x77) 78.750MHz +HSync +VSync
        h: width  1024 start 1040 end 1136 total 1312 skew    0 clock  60.02KHz
        v: height  768 start  769 end  772 total  800           clock  75.03Hz
  1024x768 (0x78) 75.000MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1328 skew    0 clock  56.48KHz
        v: height  768 start  771 end  777 total  806           clock  70.07Hz
  1024x768 (0x79) 65.000MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1344 skew    0 clock  48.36KHz
        v: height  768 start  771 end  777 total  806           clock  60.00Hz
  1024x768i (0x7a) 44.900MHz +HSync +VSync Interlace
        h: width  1024 start 1032 end 1208 total 1264 skew    0 clock  35.52KHz
        v: height  768 start  768 end  776 total  817           clock  86.96Hz
  960x720 (0x7b) 170.675MHz -HSync +VSync DoubleScan
        h: width   960 start 1036 end 1144 total 1328 skew    0 clock 128.52KHz
        v: height  720 start  720 end  722 total  756           clock  85.00Hz
  960x720 (0x7c) 148.500MHz -HSync +VSync DoubleScan
        h: width   960 start 1032 end 1144 total 1320 skew    0 clock 112.50KHz
        v: height  720 start  720 end  722 total  750           clock  75.00Hz
  960x720 (0x7d) 117.000MHz -HSync +VSync DoubleScan
        h: width   960 start 1024 end 1128 total 1300 skew    0 clock  90.00KHz
        v: height  720 start  720 end  722 total  750           clock  60.00Hz
  928x696 (0x7e) 144.000MHz -HSync +VSync DoubleScan
        h: width   928 start  992 end 1104 total 1280 skew    0 clock 112.50KHz
        v: height  696 start  696 end  698 total  750           clock  75.00Hz
  928x696 (0x7f) 109.150MHz -HSync +VSync DoubleScan
        h: width   928 start  976 end 1088 total 1264 skew    0 clock  86.35KHz
        v: height  696 start  696 end  698 total  719           clock  60.05Hz
  896x672 (0x80) 130.500MHz -HSync +VSync DoubleScan
        h: width   896 start  944 end 1052 total 1228 skew    0 clock 106.27KHz
        v: height  672 start  672 end  674 total  708           clock  75.05Hz
  896x672 (0x81) 102.400MHz -HSync +VSync DoubleScan
        h: width   896 start  960 end 1060 total 1224 skew    0 clock  83.66KHz
        v: height  672 start  672 end  674 total  697           clock  60.01Hz
  1024x576 (0x82) 98.500MHz -HSync +VSync DoubleScan
        h: width  1024 start 1092 end 1200 total 1376 skew    0 clock  71.58KHz
        v: height  576 start  577 end  580 total  597           clock  59.95Hz
  1024x576 (0x83) 78.375MHz +HSync -VSync DoubleScan
        h: width  1024 start 1048 end 1064 total 1104 skew    0 clock  70.99KHz
        v: height  576 start  577 end  580 total  592           clock  59.96Hz
  1024x576 (0x84) 46.500MHz -HSync +VSync
        h: width  1024 start 1064 end 1160 total 1296 skew    0 clock  35.88KHz
        v: height  576 start  579 end  584 total  599           clock  59.90Hz
  1024x576 (0x85) 42.000MHz +HSync -VSync
        h: width  1024 start 1072 end 1104 total 1184 skew    0 clock  35.47KHz
        v: height  576 start  579 end  584 total  593           clock  59.82Hz
  960x600 (0x86) 96.625MHz -HSync +VSync DoubleScan
        h: width   960 start 1028 end 1128 total 1296 skew    0 clock  74.56KHz
        v: height  600 start  601 end  604 total  622           clock  59.93Hz
  960x600 (0x87) 77.000MHz +HSync -VSync DoubleScan
        h: width   960 start  984 end 1000 total 1040 skew    0 clock  74.04KHz
        v: height  600 start  601 end  604 total  617           clock  60.00Hz
  832x624 (0x88) 57.284MHz -HSync -VSync
        h: width   832 start  864 end  928 total 1152 skew    0 clock  49.73KHz
        v: height  624 start  625 end  628 total  667           clock  74.55Hz
  960x540 (0x89) 86.500MHz -HSync +VSync DoubleScan
        h: width   960 start 1024 end 1124 total 1288 skew    0 clock  67.16KHz
        v: height  540 start  541 end  544 total  560           clock  59.96Hz
  960x540 (0x8a) 69.250MHz +HSync -VSync DoubleScan
        h: width   960 start  984 end 1000 total 1040 skew    0 clock  66.59KHz
        v: height  540 start  541 end  544 total  555           clock  59.99Hz
  960x540 (0x8b) 40.750MHz -HSync +VSync
        h: width   960 start  992 end 1088 total 1216 skew    0 clock  33.51KHz
        v: height  540 start  543 end  548 total  562           clock  59.63Hz
  960x540 (0x8c) 37.250MHz +HSync -VSync
        h: width   960 start 1008 end 1040 total 1120 skew    0 clock  33.26KHz
        v: height  540 start  543 end  548 total  556           clock  59.82Hz
  800x600 (0x8d) 354.730MHz +HSync -VSync
        h: width   800 start 1968 end 2000 total 2180 skew    0 clock 162.72KHz
        v: height  600 start 1083 end 1088 total 1130           clock 144.00Hz
  800x600 (0x8e) 114.750MHz +HSync +VSync DoubleScan
        h: width   800 start  832 end  928 total 1080 skew    0 clock 106.25KHz
        v: height  600 start  600 end  602 total  625           clock  85.00Hz
  800x600 (0x8f) 101.250MHz +HSync +VSync DoubleScan
        h: width   800 start  832 end  928 total 1080 skew    0 clock  93.75KHz
        v: height  600 start  600 end  602 total  625           clock  75.00Hz
  800x600 (0x90) 94.500MHz +HSync +VSync DoubleScan
        h: width   800 start  832 end  928 total 1080 skew    0 clock  87.50KHz
        v: height  600 start  600 end  602 total  625           clock  70.00Hz
  800x600 (0x91) 87.750MHz +HSync +VSync DoubleScan
        h: width   800 start  832 end  928 total 1080 skew    0 clock  81.25KHz
        v: height  600 start  600 end  602 total  625           clock  65.00Hz
  800x600 (0x92) 81.000MHz +HSync +VSync DoubleScan
        h: width   800 start  832 end  928 total 1080 skew    0 clock  75.00KHz
        v: height  600 start  600 end  602 total  625           clock  60.00Hz
  800x600 (0x93) 56.300MHz +HSync +VSync
        h: width   800 start  832 end  896 total 1048 skew    0 clock  53.72KHz
        v: height  600 start  601 end  604 total  631           clock  85.14Hz
  800x600 (0x94) 50.000MHz +HSync +VSync
        h: width   800 start  856 end  976 total 1040 skew    0 clock  48.08KHz
        v: height  600 start  637 end  643 total  666           clock  72.19Hz
  800x600 (0x95) 49.500MHz +HSync +VSync
        h: width   800 start  816 end  896 total 1056 skew    0 clock  46.88KHz
        v: height  600 start  601 end  604 total  625           clock  75.00Hz
  800x600 (0x96) 40.000MHz +HSync +VSync
        h: width   800 start  840 end  968 total 1056 skew    0 clock  37.88KHz
        v: height  600 start  601 end  605 total  628           clock  60.32Hz
  800x600 (0x97) 36.000MHz +HSync +VSync
        h: width   800 start  824 end  896 total 1024 skew    0 clock  35.16KHz
        v: height  600 start  601 end  603 total  625           clock  56.25Hz
  840x525 (0x98) 73.125MHz -HSync +VSync DoubleScan
        h: width   840 start  892 end  980 total 1120 skew    0 clock  65.29KHz
        v: height  525 start  526 end  529 total  544           clock  60.01Hz
  840x525 (0x99) 59.500MHz +HSync -VSync DoubleScan
        h: width   840 start  864 end  880 total  920 skew    0 clock  64.67KHz
        v: height  525 start  526 end  529 total  540           clock  59.88Hz
  864x486 (0x9a) 32.500MHz -HSync +VSync
        h: width   864 start  888 end  968 total 1072 skew    0 clock  30.32KHz
        v: height  486 start  489 end  494 total  506           clock  59.92Hz
  864x486 (0x9b) 30.500MHz +HSync -VSync
        h: width   864 start  912 end  944 total 1024 skew    0 clock  29.79KHz
        v: height  486 start  489 end  494 total  500           clock  59.57Hz
  700x525 (0x9c) 77.900MHz +HSync +VSync DoubleScan
        h: width   700 start  732 end  892 total  956 skew    0 clock  81.49KHz
        v: height  525 start  526 end  532 total  545           clock  74.76Hz
  700x525 (0x9d) 61.000MHz +HSync +VSync DoubleScan
        h: width   700 start  744 end  820 total  940 skew    0 clock  64.89KHz
        v: height  525 start  526 end  532 total  541           clock  59.98Hz
  800x450 (0x9e) 59.125MHz -HSync +VSync DoubleScan
        h: width   800 start  848 end  928 total 1056 skew    0 clock  55.99KHz
        v: height  450 start  451 end  454 total  467           clock  59.95Hz
  800x450 (0x9f) 48.750MHz +HSync -VSync DoubleScan
        h: width   800 start  824 end  840 total  880 skew    0 clock  55.40KHz
        v: height  450 start  451 end  454 total  463           clock  59.82Hz
  640x512 (0xa0) 78.750MHz +HSync +VSync DoubleScan
        h: width   640 start  672 end  752 total  864 skew    0 clock  91.15KHz
        v: height  512 start  512 end  514 total  536           clock  85.02Hz
  640x512 (0xa1) 67.500MHz +HSync +VSync DoubleScan
        h: width   640 start  648 end  720 total  844 skew    0 clock  79.98KHz
        v: height  512 start  512 end  514 total  533           clock  75.02Hz
  640x512 (0xa2) 54.000MHz +HSync +VSync DoubleScan
        h: width   640 start  664 end  720 total  844 skew    0 clock  63.98KHz
        v: height  512 start  512 end  514 total  533           clock  60.02Hz
  700x450 (0xa3) 51.750MHz -HSync +VSync DoubleScan
        h: width   700 start  740 end  812 total  924 skew    0 clock  56.01KHz
        v: height  450 start  451 end  456 total  467           clock  59.96Hz
  700x450 (0xa4) 43.250MHz +HSync -VSync DoubleScan
        h: width   700 start  724 end  740 total  780 skew    0 clock  55.45KHz
        v: height  450 start  451 end  456 total  463           clock  59.88Hz
  640x480 (0xa5) 354.730MHz +HSync -VSync
        h: width   640 start 1968 end 2000 total 2180 skew    0 clock 162.72KHz
        v: height  480 start 1083 end 1088 total 1130           clock 144.00Hz
  640x480 (0xa6) 74.250MHz +HSync +VSync DoubleScan
        h: width   640 start  672 end  752 total  864 skew    0 clock  85.94KHz
        v: height  480 start  480 end  482 total  505           clock  85.09Hz
  640x480 (0xa7) 54.000MHz +HSync +VSync DoubleScan
        h: width   640 start  688 end  744 total  900 skew    0 clock  60.00KHz
        v: height  480 start  480 end  482 total  500           clock  60.00Hz
  640x480 (0xa8) 36.000MHz -HSync -VSync
        h: width   640 start  696 end  752 total  832 skew    0 clock  43.27KHz
        v: height  480 start  481 end  484 total  509           clock  85.01Hz
  640x480 (0xa9) 31.500MHz -HSync -VSync
        h: width   640 start  664 end  704 total  832 skew    0 clock  37.86KHz
        v: height  480 start  489 end  492 total  520           clock  72.81Hz
  640x480 (0xaa) 31.500MHz -HSync -VSync
        h: width   640 start  656 end  720 total  840 skew    0 clock  37.50KHz
        v: height  480 start  481 end  484 total  500           clock  75.00Hz
  640x480 (0xab) 25.175MHz -HSync -VSync
        h: width   640 start  656 end  752 total  800 skew    0 clock  31.47KHz
        v: height  480 start  490 end  492 total  525           clock  59.94Hz
  720x405 (0xac) 22.500MHz -HSync +VSync
        h: width   720 start  744 end  808 total  896 skew    0 clock  25.11KHz
        v: height  405 start  408 end  413 total  422           clock  59.51Hz
  720x405 (0xad) 21.750MHz +HSync -VSync
        h: width   720 start  768 end  800 total  880 skew    0 clock  24.72KHz
        v: height  405 start  408 end  413 total  419           clock  58.99Hz
  720x400 (0xae) 35.500MHz -HSync +VSync
        h: width   720 start  756 end  828 total  936 skew    0 clock  37.93KHz
        v: height  400 start  401 end  404 total  446           clock  85.04Hz
  684x384 (0xaf) 42.625MHz -HSync +VSync DoubleScan
        h: width   684 start  720 end  788 total  892 skew    0 clock  47.79KHz
        v: height  384 start  385 end  390 total  399           clock  59.88Hz
  684x384 (0xb0) 36.125MHz +HSync -VSync DoubleScan
        h: width   684 start  708 end  724 total  764 skew    0 clock  47.28KHz
        v: height  384 start  385 end  390 total  395           clock  59.85Hz
  640x400 (0xb1) 41.750MHz -HSync +VSync DoubleScan
        h: width   640 start  676 end  740 total  840 skew    0 clock  49.70KHz
        v: height  400 start  401 end  404 total  415           clock  59.88Hz
  640x400 (0xb2) 35.500MHz +HSync -VSync DoubleScan
        h: width   640 start  664 end  680 total  720 skew    0 clock  49.31KHz
        v: height  400 start  401 end  404 total  411           clock  59.98Hz
  640x400 (0xb3) 31.500MHz -HSync +VSync
        h: width   640 start  672 end  736 total  832 skew    0 clock  37.86KHz
        v: height  400 start  401 end  404 total  445           clock  85.08Hz
  576x432 (0xb4) 54.000MHz +HSync +VSync DoubleScan
        h: width   576 start  608 end  672 total  800 skew    0 clock  67.50KHz
        v: height  432 start  432 end  434 total  450           clock  75.00Hz
  640x360 (0xb5) 37.250MHz -HSync +VSync DoubleScan
        h: width   640 start  672 end  736 total  832 skew    0 clock  44.77KHz
        v: height  360 start  361 end  364 total  374           clock  59.86Hz
  640x360 (0xb6) 31.875MHz +HSync -VSync DoubleScan
        h: width   640 start  664 end  680 total  720 skew    0 clock  44.27KHz
        v: height  360 start  361 end  364 total  370           clock  59.83Hz
  640x360 (0xb7) 18.000MHz -HSync +VSync
        h: width   640 start  664 end  720 total  800 skew    0 clock  22.50KHz
        v: height  360 start  363 end  368 total  376           clock  59.84Hz
  640x360 (0xb8) 17.750MHz +HSync -VSync
        h: width   640 start  688 end  720 total  800 skew    0 clock  22.19KHz
        v: height  360 start  363 end  368 total  374           clock  59.32Hz
  640x350 (0xb9) 31.500MHz +HSync -VSync
        h: width   640 start  672 end  736 total  832 skew    0 clock  37.86KHz
        v: height  350 start  382 end  385 total  445           clock  85.08Hz
  512x384 (0xba) 47.250MHz +HSync +VSync DoubleScan
        h: width   512 start  536 end  584 total  688 skew    0 clock  68.68KHz
        v: height  384 start  384 end  386 total  404           clock  85.00Hz
  512x384 (0xbb) 39.375MHz +HSync +VSync DoubleScan
        h: width   512 start  520 end  568 total  656 skew    0 clock  60.02KHz
        v: height  384 start  384 end  386 total  400           clock  75.03Hz
  512x384 (0xbc) 37.500MHz -HSync -VSync DoubleScan
        h: width   512 start  524 end  592 total  664 skew    0 clock  56.48KHz
        v: height  384 start  385 end  388 total  403           clock  70.07Hz
  512x384 (0xbd) 32.500MHz -HSync -VSync DoubleScan
        h: width   512 start  524 end  592 total  672 skew    0 clock  48.36KHz
        v: height  384 start  385 end  388 total  403           clock  60.00Hz
  512x384i (0xbe) 22.450MHz +HSync +VSync Interlace DoubleScan
        h: width   512 start  516 end  604 total  632 skew    0 clock  35.52KHz
        v: height  384 start  384 end  388 total  408           clock  87.06Hz
  512x288 (0xbf) 23.250MHz -HSync +VSync DoubleScan
        h: width   512 start  532 end  580 total  648 skew    0 clock  35.88KHz
        v: height  288 start  289 end  292 total  299           clock  60.00Hz
  512x288 (0xc0) 21.000MHz +HSync -VSync DoubleScan
        h: width   512 start  536 end  552 total  592 skew    0 clock  35.47KHz
        v: height  288 start  289 end  292 total  296           clock  59.92Hz
  416x312 (0xc1) 28.642MHz -HSync -VSync DoubleScan
        h: width   416 start  432 end  464 total  576 skew    0 clock  49.73KHz
        v: height  312 start  312 end  314 total  333           clock  74.66Hz
  480x270 (0xc2) 20.375MHz -HSync +VSync DoubleScan
        h: width   480 start  496 end  544 total  608 skew    0 clock  33.51KHz
        v: height  270 start  271 end  274 total  281           clock  59.63Hz
  480x270 (0xc3) 18.625MHz +HSync -VSync DoubleScan
        h: width   480 start  504 end  520 total  560 skew    0 clock  33.26KHz
        v: height  270 start  271 end  274 total  278           clock  59.82Hz
  400x300 (0xc4) 28.150MHz +HSync +VSync DoubleScan
        h: width   400 start  416 end  448 total  524 skew    0 clock  53.72KHz
        v: height  300 start  300 end  302 total  315           clock  85.27Hz
  400x300 (0xc5) 25.000MHz +HSync +VSync DoubleScan
        h: width   400 start  428 end  488 total  520 skew    0 clock  48.08KHz
        v: height  300 start  318 end  321 total  333           clock  72.19Hz
  400x300 (0xc6) 24.750MHz +HSync +VSync DoubleScan
        h: width   400 start  408 end  448 total  528 skew    0 clock  46.88KHz
        v: height  300 start  300 end  302 total  312           clock  75.12Hz
  400x300 (0xc7) 20.000MHz +HSync +VSync DoubleScan
        h: width   400 start  420 end  484 total  528 skew    0 clock  37.88KHz
        v: height  300 start  300 end  302 total  314           clock  60.32Hz
  400x300 (0xc8) 18.000MHz +HSync +VSync DoubleScan
        h: width   400 start  412 end  448 total  512 skew    0 clock  35.16KHz
        v: height  300 start  300 end  301 total  312           clock  56.34Hz
  432x243 (0xc9) 16.250MHz -HSync +VSync DoubleScan
        h: width   432 start  444 end  484 total  536 skew    0 clock  30.32KHz
        v: height  243 start  244 end  247 total  253           clock  59.92Hz
  432x243 (0xca) 15.250MHz +HSync -VSync DoubleScan
        h: width   432 start  456 end  472 total  512 skew    0 clock  29.79KHz
        v: height  243 start  244 end  247 total  250           clock  59.57Hz
  320x240 (0xcb) 18.000MHz -HSync -VSync DoubleScan
        h: width   320 start  348 end  376 total  416 skew    0 clock  43.27KHz
        v: height  240 start  240 end  242 total  254           clock  85.18Hz
  320x240 (0xcc) 15.750MHz -HSync -VSync DoubleScan
        h: width   320 start  332 end  352 total  416 skew    0 clock  37.86KHz
        v: height  240 start  244 end  246 total  260           clock  72.81Hz
  320x240 (0xcd) 15.750MHz -HSync -VSync DoubleScan
        h: width   320 start  328 end  360 total  420 skew    0 clock  37.50KHz
        v: height  240 start  240 end  242 total  250           clock  75.00Hz
  320x240 (0xce) 12.587MHz -HSync -VSync DoubleScan
        h: width   320 start  328 end  376 total  400 skew    0 clock  31.47KHz
        v: height  240 start  245 end  246 total  262           clock  60.05Hz
  360x202 (0xcf) 11.250MHz -HSync +VSync DoubleScan
        h: width   360 start  372 end  404 total  448 skew    0 clock  25.11KHz
        v: height  202 start  204 end  206 total  211           clock  59.51Hz
  360x202 (0xd0) 10.875MHz +HSync -VSync DoubleScan
        h: width   360 start  384 end  400 total  440 skew    0 clock  24.72KHz
        v: height  202 start  204 end  206 total  209           clock  59.13Hz
  360x200 (0xd1) 17.750MHz -HSync +VSync DoubleScan
        h: width   360 start  378 end  414 total  468 skew    0 clock  37.93KHz
        v: height  200 start  200 end  202 total  223           clock  85.04Hz
  320x200 (0xd2) 15.750MHz -HSync +VSync DoubleScan
        h: width   320 start  336 end  368 total  416 skew    0 clock  37.86KHz
        v: height  200 start  200 end  202 total  222           clock  85.27Hz
  320x180 (0xd3)  9.000MHz -HSync +VSync DoubleScan
        h: width   320 start  332 end  360 total  400 skew    0 clock  22.50KHz
        v: height  180 start  181 end  184 total  188           clock  59.84Hz
  320x180 (0xd4)  8.875MHz +HSync -VSync DoubleScan
        h: width   320 start  344 end  360 total  400 skew    0 clock  22.19KHz
        v: height  180 start  181 end  184 total  187           clock  59.32Hz
  320x175 (0xd5) 15.750MHz +HSync -VSync DoubleScan
        h: width   320 start  336 end  368 total  416 skew    0 clock  37.86KHz
        v: height  175 start  191 end  192 total  222           clock  85.27Hz
HDMI-1 disconnected (normal left inverted right x axis y axis)
	Identifier: 0x43
	Timestamp:  22322
	Subpixel:   unknown
	Clones:    
	CRTCs:      1 2 3 4
	Transform:  1.000000 0.000000 0.000000
	            0.000000 1.000000 0.000000
	            0.000000 0.000000 1.000000
	           filter: 
	HDCP Content Type: HDCP Type0 
		supported: HDCP Type0, HDCP Type1
	Content Protection: Undesired 
		supported: Undesired, Desired, Enabled
	vrr_capable: 0 
		range: (0, 1)
	Colorspace: Default 
		supported: Default, BT709_YCC, opRGB, BT2020_RGB, BT2020_YCC
	max bpc: 16 
		range: (8, 16)
	underscan vborder: 0 
		range: (0, 128)
	underscan hborder: 0 
		range: (0, 128)
	underscan: off 
		supported: off, on, auto
	scaling mode: None 
		supported: None, Full, Center, Full aspect
	link-status: Good 
		supported: Good, Bad
	CTM: 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 
		0 1 
	CONNECTOR_ID: 86 
		supported: 86
	non-desktop: 0 
		range: (0, 1)
DP-1-0 connected primary 2560x1440+0+0 (0x283) normal (normal left inverted right x axis y axis) 598mm x 336mm
	Identifier: 0x282
	Timestamp:  22213
	Subpixel:   unknown
	Gamma:      1.0:1.0:1.0
	Brightness: 1.0
	Clones:    
	CRTC:       0
	CRTCs:      0 5 6 7
	Transform:  1.000000 0.000000 0.000000
	            0.000000 1.000000 0.000000
	            0.000000 0.000000 1.000000
	           filter: 
	_MUTTER_PRESENTATION_OUTPUT: 0 
	PRIME Synchronization: 1 
		supported: 0, 1
	CTM: 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 
		0 1 
	CscMatrix: 65536 0 0 0 0 65536 0 0 0 0 65536 0 
	EDID: 
		00ffffffffffff005a6338a700000000
		2b1e0104b53c22783f9f00ad4f44ac27
		0d5054bfef80d1c08140818090409500
		a940b300a9c09ee00078a0a032501040
		350056502100001e000000fd003092f0
		f03c010a202020202020000000fc0056
		58323735382d536572696573000000ff
		005656463230343330323034390a0160
		020323f150010304050790121314161f
		2021223f40230907078301000065030c
		001000f5bd00a0a0a032502040450056
		502100001e023a801871382d40302036
		0056502100001efa7e80887038124018
		20350056502100001e565e00a0a0a029
		503020350056502100001e0000000000
		0000000000000000000000000000002b
	BorderDimensions: 4 
		supported: 4
	Border: 0 0 0 0 
		range: (0, 65535)
	SignalFormat: DisplayPort 
		supported: DisplayPort
	ConnectorType: DisplayPort 
	ConnectorNumber: 4 
	_ConnectorLocation: 4 
	non-desktop: 0 
		supported: 0, 1
  2560x1440 (0x283) 575.020MHz +HSync +VSync *current +preferred
        h: width  2560 start 2576 end 2640 total 2680 skew    0 clock 214.56KHz
        v: height 1440 start 1443 end 1448 total 1490           clock 144.00Hz
  2560x1440 (0x284) 486.290MHz +HSync +VSync
        h: width  2560 start 2592 end 2656 total 2720 skew    0 clock 178.78KHz
        v: height 1440 start 1444 end 1449 total 1490           clock 119.99Hz
  2560x1440 (0x285) 241.500MHz +HSync +VSync
        h: width  2560 start 2608 end 2640 total 2720 skew    0 clock  88.79KHz
        v: height 1440 start 1443 end 1448 total 1481           clock  59.95Hz
  1920x1080 (0x286) 325.060MHz +HSync +VSync
        h: width  1920 start 1944 end 1976 total 2056 skew    0 clock 158.10KHz
        v: height 1080 start 1083 end 1088 total 1098           clock 143.99Hz
  1920x1080 (0x287) 296.700MHz +HSync +VSync
        h: width  1920 start 2008 end 2052 total 2200 skew    0 clock 134.86KHz
        v: height 1080 start 1084 end 1089 total 1125           clock 119.88Hz
  1920x1080 (0x288) 297.000MHz +HSync +VSync
        h: width  1920 start 2448 end 2492 total 2640 skew    0 clock 112.50KHz
        v: height 1080 start 1084 end 1089 total 1125           clock 100.00Hz
  1920x1080 (0x289) 148.500MHz +HSync +VSync
        h: width  1920 start 2008 end 2052 total 2200 skew    0 clock  67.50KHz
        v: height 1080 start 1084 end 1089 total 1125           clock  60.00Hz
  1920x1080 (0x28a) 148.500MHz +HSync +VSync
        h: width  1920 start 1968 end 2000 total 2200 skew    0 clock  67.50KHz
        v: height 1080 start 1083 end 1089 total 1125           clock  60.00Hz
  1920x1080 (0x28b) 148.350MHz +HSync +VSync
        h: width  1920 start 2008 end 2052 total 2200 skew    0 clock  67.43KHz
        v: height 1080 start 1084 end 1089 total 1125           clock  59.94Hz
  1920x1080 (0x28c) 148.500MHz +HSync +VSync
        h: width  1920 start 2448 end 2492 total 2640 skew    0 clock  56.25KHz
        v: height 1080 start 1084 end 1089 total 1125           clock  50.00Hz
  1920x1080 (0x28d) 74.180MHz +HSync +VSync
        h: width  1920 start 2008 end 2052 total 2200 skew    0 clock  33.72KHz
        v: height 1080 start 1084 end 1089 total 1125           clock  29.97Hz
  1920x1080 (0x28e) 74.250MHz +HSync +VSync
        h: width  1920 start 2448 end 2492 total 2640 skew    0 clock  28.12KHz
        v: height 1080 start 1084 end 1089 total 1125           clock  25.00Hz
  1920x1080 (0x28f) 74.180MHz +HSync +VSync
        h: width  1920 start 2558 end 2602 total 2750 skew    0 clock  26.97KHz
        v: height 1080 start 1084 end 1089 total 1125           clock  23.98Hz
  1680x1050 (0x52) 146.250MHz -HSync +VSync
        h: width  1680 start 1784 end 1960 total 2240 skew    0 clock  65.29KHz
        v: height 1050 start 1053 end 1059 total 1089           clock  59.95Hz
  1600x1200 (0x290) 162.000MHz +HSync +VSync
        h: width  1600 start 1664 end 1856 total 2160 skew    0 clock  75.00KHz
        v: height 1200 start 1201 end 1204 total 1250           clock  60.00Hz
  1600x900 (0x291) 108.000MHz +HSync +VSync
        h: width  1600 start 1624 end 1704 total 1800 skew    0 clock  60.00KHz
        v: height  900 start  901 end  904 total 1000           clock  60.00Hz
  1440x900 (0x292) 106.500MHz -HSync +VSync
        h: width  1440 start 1520 end 1672 total 1904 skew    0 clock  55.93KHz
        v: height  900 start  903 end  909 total  934           clock  59.89Hz
  1400x1050 (0x293) 121.750MHz -HSync +VSync
        h: width  1400 start 1488 end 1632 total 1864 skew    0 clock  65.32KHz
        v: height 1050 start 1053 end 1057 total 1089           clock  59.98Hz
  1280x1024 (0x5c) 135.000MHz +HSync +VSync
        h: width  1280 start 1296 end 1440 total 1688 skew    0 clock  79.98KHz
        v: height 1024 start 1025 end 1028 total 1066           clock  75.02Hz
  1280x1024 (0x5d) 108.000MHz +HSync +VSync
        h: width  1280 start 1328 end 1440 total 1688 skew    0 clock  63.98KHz
        v: height 1024 start 1025 end 1028 total 1066           clock  60.02Hz
  1280x960 (0x62) 108.000MHz +HSync +VSync
        h: width  1280 start 1376 end 1488 total 1800 skew    0 clock  60.00KHz
        v: height  960 start  961 end  964 total 1000           clock  60.00Hz
  1280x720 (0x294) 74.180MHz +HSync +VSync
        h: width  1280 start 1390 end 1430 total 1650 skew    0 clock  44.96KHz
        v: height  720 start  725 end  730 total  750           clock  59.94Hz
  1280x720 (0x295) 74.250MHz +HSync +VSync
        h: width  1280 start 1720 end 1760 total 1980 skew    0 clock  37.50KHz
        v: height  720 start  725 end  730 total  750           clock  50.00Hz
  1024x768 (0x77) 78.750MHz +HSync +VSync
        h: width  1024 start 1040 end 1136 total 1312 skew    0 clock  60.02KHz
        v: height  768 start  769 end  772 total  800           clock  75.03Hz
  1024x768 (0x78) 75.000MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1328 skew    0 clock  56.48KHz
        v: height  768 start  771 end  777 total  806           clock  70.07Hz
  1024x768 (0x79) 65.000MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1344 skew    0 clock  48.36KHz
        v: height  768 start  771 end  777 total  806           clock  60.00Hz
  800x600 (0x95) 49.500MHz +HSync +VSync
        h: width   800 start  816 end  896 total 1056 skew    0 clock  46.88KHz
        v: height  600 start  601 end  604 total  625           clock  75.00Hz
  800x600 (0x94) 50.000MHz +HSync +VSync
        h: width   800 start  856 end  976 total 1040 skew    0 clock  48.08KHz
        v: height  600 start  637 end  643 total  666           clock  72.19Hz
  800x600 (0x96) 40.000MHz +HSync +VSync
        h: width   800 start  840 end  968 total 1056 skew    0 clock  37.88KHz
        v: height  600 start  601 end  605 total  628           clock  60.32Hz
  800x600 (0x97) 36.000MHz +HSync +VSync
        h: width   800 start  824 end  896 total 1024 skew    0 clock  35.16KHz
        v: height  600 start  601 end  603 total  625           clock  56.25Hz
  720x576 (0x296) 27.000MHz -HSync -VSync
        h: width   720 start  732 end  796 total  864 skew    0 clock  31.25KHz
        v: height  576 start  581 end  586 total  625           clock  50.00Hz
  720x480 (0x297) 27.000MHz -HSync -VSync
        h: width   720 start  736 end  798 total  858 skew    0 clock  31.47KHz
        v: height  480 start  489 end  495 total  525           clock  59.94Hz
  640x480 (0xaa) 31.500MHz -HSync -VSync
        h: width   640 start  656 end  720 total  840 skew    0 clock  37.50KHz
        v: height  480 start  481 end  484 total  500           clock  75.00Hz
  640x480 (0x298) 31.500MHz -HSync -VSync
        h: width   640 start  656 end  696 total  832 skew    0 clock  37.86KHz
        v: height  480 start  481 end  484 total  520           clock  72.81Hz
  640x480 (0xab) 25.175MHz -HSync -VSync
        h: width   640 start  656 end  752 total  800 skew    0 clock  31.47KHz
        v: height  480 start  490 end  492 total  525           clock  59.94Hz
  640x480 (0x299) 25.170MHz -HSync -VSync
        h: width   640 start  656 end  752 total  800 skew    0 clock  31.46KHz
        v: height  480 start  490 end  492 total  525           clock  59.93Hz
DP-1-1 disconnected (normal left inverted right x axis y axis)
	Identifier: 0x29a
	Timestamp:  22213
	Subpixel:   unknown
	Clones:    
	CRTCs:      0 5 6 7
	Transform:  1.000000 0.000000 0.000000
	            0.000000 1.000000 0.000000
	            0.000000 0.000000 1.000000
	           filter: 
	PRIME Synchronization: 1 
		supported: 0, 1
	CTM: 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 
		0 1 
	CscMatrix: 65536 0 0 0 0 65536 0 0 0 0 65536 0 
	BorderDimensions: 4 
		supported: 4
	Border: 0 0 0 0 
		range: (0, 65535)
	SignalFormat: TMDS 
		supported: TMDS
	ConnectorType: DisplayPort 
	ConnectorNumber: 4 
	_ConnectorLocation: 4 
	non-desktop: 0 
		supported: 0, 1
  1680x1050 (0x52) 146.250MHz -HSync +VSync
        h: width  1680 start 1784 end 1960 total 2240 skew    0 clock  65.29KHz
        v: height 1050 start 1053 end 1059 total 1089           clock  59.95Hz
  1280x1024 (0x5c) 135.000MHz +HSync +VSync
        h: width  1280 start 1296 end 1440 total 1688 skew    0 clock  79.98KHz
        v: height 1024 start 1025 end 1028 total 1066           clock  75.02Hz
  1280x1024 (0x5d) 108.000MHz +HSync +VSync
        h: width  1280 start 1328 end 1440 total 1688 skew    0 clock  63.98KHz
        v: height 1024 start 1025 end 1028 total 1066           clock  60.02Hz
  1280x960 (0x62) 108.000MHz +HSync +VSync
        h: width  1280 start 1376 end 1488 total 1800 skew    0 clock  60.00KHz
        v: height  960 start  961 end  964 total 1000           clock  60.00Hz
  1024x768 (0x77) 78.750MHz +HSync +VSync
        h: width  1024 start 1040 end 1136 total 1312 skew    0 clock  60.02KHz
        v: height  768 start  769 end  772 total  800           clock  75.03Hz
  1024x768 (0x78) 75.000MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1328 skew    0 clock  56.48KHz
        v: height  768 start  771 end  777 total  806           clock  70.07Hz
  1024x768 (0x79) 65.000MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1344 skew    0 clock  48.36KHz
        v: height  768 start  771 end  777 total  806           clock  60.00Hz
  800x600 (0x95) 49.500MHz +HSync +VSync
        h: width   800 start  816 end  896 total 1056 skew    0 clock  46.88KHz
        v: height  600 start  601 end  604 total  625           clock  75.00Hz
  800x600 (0x94) 50.000MHz +HSync +VSync
        h: width   800 start  856 end  976 total 1040 skew    0 clock  48.08KHz
        v: height  600 start  637 end  643 total  666           clock  72.19Hz
  800x600 (0x96) 40.000MHz +HSync +VSync
        h: width   800 start  840 end  968 total 1056 skew    0 clock  37.88KHz
        v: height  600 start  601 end  605 total  628           clock  60.32Hz
  800x600 (0x97) 36.000MHz +HSync +VSync
        h: width   800 start  824 end  896 total 1024 skew    0 clock  35.16KHz
        v: height  600 start  601 end  603 total  625           clock  56.25Hz
  640x480 (0xaa) 31.500MHz -HSync -VSync
        h: width   640 start  656 end  720 total  840 skew    0 clock  37.50KHz
        v: height  480 start  481 end  484 total  500           clock  75.00Hz
  640x480 (0xab) 25.175MHz -HSync -VSync
        h: width   640 start  656 end  752 total  800 skew    0 clock  31.47KHz
        v: height  480 start  490 end  492 total  525           clock  59.94Hz

4: from xrandr: "PRIME Synchronization: 1"

Re: Reverse PRIME, that wiki section (https://wiki.archlinux.org/title/PRIME#Reverse_PRIME) is Xorg only unfortunately. But good thinking, this setup often involves rendering on iGPU and outputting to the monitor on the dGPU, so an avenue worth exploring.

Offline

#9 2023-11-02 22:33:11

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

Re: Terrible external monitor perf / final attempt at desktop linux

First off all you'll have to enable https://wiki.archlinux.org/title/NVIDIA … de_setting
Then the internal panel is attached to the AMD chip, but the external one is on the nvidia chip, so reverse prime support/configuration in gnome is gonna be inevitable - and might be the present problem.
Also the internal output is vrr_capable, but the external one isn't - what might pose a problem: https://wiki.archlinux.org/title/Variab … figuration
As you may have noticed from that link, "wayland" isn't an entity - and the actual, wayland-implementing, compositor matters a lot. So you want to experiment a bit w/ the alterantives to gnome and see how they perform.

Chromium WebGL weirdness on NVIDIA, programs that only support wayland

Since wayland might or not be the future but not necessarily by implication the present: feel free to elaborate on that - esp. the latter part seems odd.

Offline

#10 2023-11-03 17:07:49

QuadrupleA
Member
Registered: 2023-10-28
Posts: 8

Re: Terrible external monitor perf / final attempt at desktop linux

Modesetting / KMS is already enabled (see journalctl kernel command line above with "nvidia_drm.modeset=1").

I did run Sway for a while, with the same problems as GNOME/mutter. I like the presentation of GNOME, one of the few desktop environments IMHO with good graphic design, typography etc. Also very widely used so ecosystem benefits. Not married to it though, might try others.

Re: wayland-only progs, I was thinking the foot terminal which I kinda like, and wmenu which I customized pretty heavily (although it doesn't run in GNOME anyway due to a particular fullscreen API/extension not being supported). Plus a bunch of configuration and troubleshooting for QT and Electron based apps that I already did to get them working with Wayland, and which interferes with Xorg.

I'll dive into VRR and reverse-PRIME a little deeper, those seem like promising avenues.

Offline

#11 2023-11-03 17:39:31

loqs
Member
Registered: 2014-03-06
Posts: 18,877

Re: Terrible external monitor perf / final attempt at desktop linux

QuadrupleA wrote:

Modesetting / KMS is already enabled (see journalctl kernel command line above with "nvidia_drm.modeset=1").

Were the Xorg logs from a different boot as they contain:

BOOT_IMAGE=/vmlinuz-linux root=UUID=f71d8c0d-6d2e-45bd-8cb5-18a077099165 rw loglevel=3 quiet

Offline

#12 2023-11-03 17:50:23

QuadrupleA
Member
Registered: 2023-10-28
Posts: 8

Re: Terrible external monitor perf / final attempt at desktop linux

loqs wrote:

Were the Xorg logs from a different boot as they contain:

BOOT_IMAGE=/vmlinuz-linux root=UUID=f71d8c0d-6d2e-45bd-8cb5-18a077099165 rw loglevel=3 quiet

Weird - they're copies of /var/log/Xorg.*.log. Just noticed they're dated Nov 1. I did boot into the fallback initramfs a couple days ago - does Xorg only log in special situations? I'm in an Xorg session now so should be Nov 3, but log date still Nov 1. journalctl -b shows the nvidia_drm.modeset=1 in the cmdline. Not very experienced with Xorg or its logging unfortunately.

Last edited by QuadrupleA (2023-11-03 17:50:48)

Offline

#13 2023-11-03 20:07:00

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

Re: Terrible external monitor perf / final attempt at desktop linux

Different ways to start X11 will cause the log to be written to different locations, https://wiki.archlinux.org/title/Xorg#General

bunch of configuration and troubleshooting for Qt and Electron based apps that I already did to get them working with Wayland, and which interferes with Xorg

Assuming you're unconditionally exporting some environment variables, you want to base those on eg. the XDG_SESSION_TYPE

If you're seeing something on the output that's wired to the nvidia chip, you're using reverse-prime already.
It's just, quite possibly, the condition you need to focus on when researching the problem.

Offline

#14 2023-11-04 03:58:49

QuadrupleA
Member
Registered: 2023-10-28
Posts: 8

Re: Terrible external monitor perf / final attempt at desktop linux

Spent the whole day digging as deep as I could into variable refresh rate, PRIME and reverse PRIME, Optimus, hybrid graphics, etc. Tried disabling the AMD GPU entirely, and the NVIDIA likewise, which was instructive as far as understanding what cards drive what displays and who copies to whose display framebuffer, but wasn't able to resolve any wayland or other issues.

The chromium WebGL problems are fixed running the whole system (both displays) on NVIDIA, but still errors out massively and falls back to software when telling chromium to run on the discrete GPU in hybrid mode (prime-run). Sounds like it's a chromium bug, others have reported it on NVIDIA hybrid setups although nobody so far had a solution that I can find. Not gonna worry about it for now, iGPU is fine for that, don't need high-performance WebGL anytime soon.

Variable refresh rate is supported by the monitor (ViewSonic VX2758-2KP-MHD) via AMD FreeSync, and many say it works unofficially with NVIDIA G-SYNC too, but X doesn't seem to think so. So future project I guess.

One oversight, I didn't have the xf86-video-amdgpu driver, so my integrated was running on the modesetting driver in X. Fixed now, although I don't notice much difference from it. And doesn't do anything for the wayland side.

I would like to use it as a laptop sometimes, so having the iGPU as a low-power option to save battery life is preferable, with the ability to switch rendering out to the dGPU on a per-app basis. Tried setting up GPU power management, to power down the NVIDIA when not in use (e.g. external monitor disconnected and all apps running on iGPU) but it's not working (/sys/class/drm/card*/device/power_state is always in D0, the high-power state, on both cards). So will table that for later.

Can't seem to get PRIME synchronization enabled, although I'm not having huge tearing or framerate issues in X (just wayland) so not going to worry about it for now.

X is reasonably stable, and wayland is still messed up, so might stick with X and continue with the workstation setup and see if it might be viable. Overall the whole desktop stack seems a little janky and duct taped together, not how I'd like it to be. But that's the current state of things I guess.

Re: Xorg log, my bad, I should have grabbed it from ~/.local/share/xorg. Anyway it's included towards the bottom of journalctl's output. I included that below, although I'm not sure what I'm even asking for help with at this point, it's like 57 different nebulous problems.

Nov 03 20:30:50 laptop2021 kernel: Linux version 6.5.9-arch2-1 (linux@archlinux) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU Binutils) 2.41.0) #1 SMP PREEMPT_DYNAMIC Thu, 26 Oct 2023 00:52:20 +0000
Nov 03 20:30:50 laptop2021 kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=f71d8c0d-6d2e-45bd-8cb5-18a077099165 rw nvidia_drm.modeset=1
Nov 03 20:30:50 laptop2021 kernel: BIOS-provided physical RAM map:
Nov 03 20:30:50 laptop2021 kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
Nov 03 20:30:50 laptop2021 kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Nov 03 20:30:50 laptop2021 kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009bfefff] usable
Nov 03 20:30:50 laptop2021 kernel: BIOS-e820: [mem 0x0000000009bff000-0x0000000009ffffff] reserved
Nov 03 20:30:50 laptop2021 kernel: BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
Nov 03 20:30:50 laptop2021 kernel: BIOS-e820: [mem 0x000000000a200000-0x000000000a20cfff] ACPI NVS
Nov 03 20:30:50 laptop2021 kernel: BIOS-e820: [mem 0x000000000a20d000-0x00000000ab4c2fff] usable
Nov 03 20:30:50 laptop2021 kernel: BIOS-e820: [mem 0x00000000ab4c3000-0x00000000ac9ddfff] reserved
Nov 03 20:30:50 laptop2021 kernel: BIOS-e820: [mem 0x00000000ac9de000-0x00000000aca2cfff] ACPI data
Nov 03 20:30:50 laptop2021 kernel: BIOS-e820: [mem 0x00000000aca2d000-0x00000000acbddfff] ACPI NVS
Nov 03 20:30:50 laptop2021 kernel: BIOS-e820: [mem 0x00000000acbde000-0x00000000ad5fefff] reserved
Nov 03 20:30:50 laptop2021 kernel: BIOS-e820: [mem 0x00000000ad5ff000-0x00000000adffffff] usable
Nov 03 20:30:50 laptop2021 kernel: BIOS-e820: [mem 0x00000000ae000000-0x00000000afffffff] reserved
Nov 03 20:30:50 laptop2021 kernel: BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
Nov 03 20:30:50 laptop2021 kernel: BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
Nov 03 20:30:50 laptop2021 kernel: BIOS-e820: [mem 0x0000000100000000-0x000000042f33ffff] usable
Nov 03 20:30:50 laptop2021 kernel: BIOS-e820: [mem 0x000000042f340000-0x00000004701fffff] reserved
Nov 03 20:30:50 laptop2021 kernel: The simpledrm driver will not be probed
Nov 03 20:30:50 laptop2021 kernel: NX (Execute Disable) protection: active
Nov 03 20:30:50 laptop2021 kernel: e820: update [mem 0x9eef8018-0x9ef07257] usable ==> usable
Nov 03 20:30:50 laptop2021 kernel: e820: update [mem 0x9eef8018-0x9ef07257] usable ==> usable
Nov 03 20:30:50 laptop2021 kernel: e820: update [mem 0x9eeea018-0x9eef7457] usable ==> usable
Nov 03 20:30:50 laptop2021 kernel: e820: update [mem 0x9eeea018-0x9eef7457] usable ==> usable
Nov 03 20:30:50 laptop2021 kernel: extended physical RAM map:
Nov 03 20:30:50 laptop2021 kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
Nov 03 20:30:50 laptop2021 kernel: reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Nov 03 20:30:50 laptop2021 kernel: reserve setup_data: [mem 0x0000000000100000-0x0000000009bfefff] usable
Nov 03 20:30:50 laptop2021 kernel: reserve setup_data: [mem 0x0000000009bff000-0x0000000009ffffff] reserved
Nov 03 20:30:50 laptop2021 kernel: reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
Nov 03 20:30:50 laptop2021 kernel: reserve setup_data: [mem 0x000000000a200000-0x000000000a20cfff] ACPI NVS
Nov 03 20:30:50 laptop2021 kernel: reserve setup_data: [mem 0x000000000a20d000-0x000000009eeea017] usable
Nov 03 20:30:50 laptop2021 kernel: reserve setup_data: [mem 0x000000009eeea018-0x000000009eef7457] usable
Nov 03 20:30:50 laptop2021 kernel: reserve setup_data: [mem 0x000000009eef7458-0x000000009eef8017] usable
Nov 03 20:30:50 laptop2021 kernel: reserve setup_data: [mem 0x000000009eef8018-0x000000009ef07257] usable
Nov 03 20:30:50 laptop2021 kernel: reserve setup_data: [mem 0x000000009ef07258-0x00000000ab4c2fff] usable
Nov 03 20:30:50 laptop2021 kernel: reserve setup_data: [mem 0x00000000ab4c3000-0x00000000ac9ddfff] reserved
Nov 03 20:30:50 laptop2021 kernel: reserve setup_data: [mem 0x00000000ac9de000-0x00000000aca2cfff] ACPI data
Nov 03 20:30:50 laptop2021 kernel: reserve setup_data: [mem 0x00000000aca2d000-0x00000000acbddfff] ACPI NVS
Nov 03 20:30:50 laptop2021 kernel: reserve setup_data: [mem 0x00000000acbde000-0x00000000ad5fefff] reserved
Nov 03 20:30:50 laptop2021 kernel: reserve setup_data: [mem 0x00000000ad5ff000-0x00000000adffffff] usable
Nov 03 20:30:50 laptop2021 kernel: reserve setup_data: [mem 0x00000000ae000000-0x00000000afffffff] reserved
Nov 03 20:30:50 laptop2021 kernel: reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
Nov 03 20:30:50 laptop2021 kernel: reserve setup_data: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
Nov 03 20:30:50 laptop2021 kernel: reserve setup_data: [mem 0x0000000100000000-0x000000042f33ffff] usable
Nov 03 20:30:50 laptop2021 kernel: reserve setup_data: [mem 0x000000042f340000-0x00000004701fffff] reserved
Nov 03 20:30:50 laptop2021 kernel: efi: EFI v2.7 by American Megatrends
Nov 03 20:30:50 laptop2021 kernel: efi: ACPI=0xaca2c000 ACPI 2.0=0xaca2c014 TPMFinalLog=0xacb98000 SMBIOS=0xad402000 SMBIOS 3.0=0xad401000 MEMATTR=0x9ef9d818 ESRT=0xaa386a98 INITRD=0x9e81bf98 RNG=0xac9ec018 TPMEventLog=0x9ef7e018 
Nov 03 20:30:50 laptop2021 kernel: random: crng init done
Nov 03 20:30:50 laptop2021 kernel: efi: Remove mem389: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
Nov 03 20:30:50 laptop2021 kernel: e820: remove [mem 0xf0000000-0xf7ffffff] reserved
Nov 03 20:30:50 laptop2021 kernel: efi: Remove mem390: MMIO range=[0xfd000000-0xfedfffff] (30MB) from e820 map
Nov 03 20:30:50 laptop2021 kernel: e820: remove [mem 0xfd000000-0xfedfffff] reserved
Nov 03 20:30:50 laptop2021 kernel: efi: Not removing mem391: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
Nov 03 20:30:50 laptop2021 kernel: efi: Remove mem392: MMIO range=[0xfee01000-0xffffffff] (17MB) from e820 map
Nov 03 20:30:50 laptop2021 kernel: e820: remove [mem 0xfee01000-0xffffffff] reserved
Nov 03 20:30:50 laptop2021 kernel: efi: Remove mem394: MMIO range=[0x450000000-0x4701fffff] (514MB) from e820 map
Nov 03 20:30:50 laptop2021 kernel: e820: remove [mem 0x450000000-0x4701fffff] reserved
Nov 03 20:30:50 laptop2021 kernel: SMBIOS 3.2.0 present.
Nov 03 20:30:50 laptop2021 kernel: DMI: ASUSTeK COMPUTER INC. ASUS TUF Gaming A15 FA506IV_TUF506IV/FA506IV, BIOS FA506IV.320 06/01/2022
Nov 03 20:30:50 laptop2021 kernel: tsc: Fast TSC calibration using PIT
Nov 03 20:30:50 laptop2021 kernel: tsc: Detected 2894.573 MHz processor
Nov 03 20:30:50 laptop2021 kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Nov 03 20:30:50 laptop2021 kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Nov 03 20:30:50 laptop2021 kernel: last_pfn = 0x42f340 max_arch_pfn = 0x400000000
Nov 03 20:30:50 laptop2021 kernel: MTRR map: 5 entries (3 fixed + 2 variable; max 20), built from 9 variable MTRRs
Nov 03 20:30:50 laptop2021 kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Nov 03 20:30:50 laptop2021 kernel: e820: update [mem 0xb0000000-0xffffffff] usable ==> reserved
Nov 03 20:30:50 laptop2021 kernel: last_pfn = 0xae000 max_arch_pfn = 0x400000000
Nov 03 20:30:50 laptop2021 kernel: esrt: Reserving ESRT space from 0x00000000aa386a98 to 0x00000000aa386ad0.
Nov 03 20:30:50 laptop2021 kernel: e820: update [mem 0xaa386000-0xaa386fff] usable ==> reserved
Nov 03 20:30:50 laptop2021 kernel: Using GB pages for direct mapping
Nov 03 20:30:50 laptop2021 kernel: Secure boot disabled
Nov 03 20:30:50 laptop2021 kernel: RAMDISK: [mem 0x8c2b3000-0x93c5dfff]
Nov 03 20:30:50 laptop2021 kernel: ACPI: Early table checksum verification disabled
Nov 03 20:30:50 laptop2021 kernel: ACPI: RSDP 0x00000000ACA2C014 000024 (v02 _ASUS_)
Nov 03 20:30:50 laptop2021 kernel: ACPI: XSDT 0x00000000ACA2B728 0000E4 (v01 _ASUS_ Notebook 01072009 AMI  01000013)
Nov 03 20:30:50 laptop2021 kernel: ACPI: FACP 0x00000000ACA20000 000114 (v06 _ASUS_ Notebook 01072009 AMI  00010013)
Nov 03 20:30:50 laptop2021 kernel: ACPI: DSDT 0x00000000ACA15000 00A0F8 (v02 _ASUS_ Notebook 01072009 INTL 20120913)
Nov 03 20:30:50 laptop2021 kernel: ACPI: FACS 0x00000000ACB96000 000040
Nov 03 20:30:50 laptop2021 kernel: ACPI: MSDM 0x00000000ACA2A000 000055 (v03 _ASUS_ Notebook 01072009 ASUS 00000001)
Nov 03 20:30:50 laptop2021 kernel: ACPI: SSDT 0x00000000ACA22000 007216 (v02 AMD    AmdTable 00000002 MSFT 04000000)
Nov 03 20:30:50 laptop2021 kernel: ACPI: IVRS 0x00000000ACA21000 0001A4 (v02 AMD    AmdTable 00000001 AMD  00000000)
Nov 03 20:30:50 laptop2021 kernel: ACPI: FIDT 0x00000000ACA14000 00009C (v01 _ASUS_ Notebook 01072009 AMI  00010013)
Nov 03 20:30:50 laptop2021 kernel: ACPI: MCFG 0x00000000ACA13000 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00010013)
Nov 03 20:30:50 laptop2021 kernel: ACPI: HPET 0x00000000ACA12000 000038 (v01 _ASUS_ Notebook 01072009 AMI  00000005)
Nov 03 20:30:50 laptop2021 kernel: ACPI: VFCT 0x00000000ACA04000 00D484 (v01 _ASUS_ Notebook 00000001 AMD  31504F47)
Nov 03 20:30:50 laptop2021 kernel: ACPI: TPM2 0x00000000ACA02000 00004C (v04 _ASUS_ Notebook 00000001 AMI  00000000)
Nov 03 20:30:50 laptop2021 kernel: ACPI: SSDT 0x00000000AC9FE000 0039F4 (v01 AMD    AmdTable 00000001 AMD  00000001)
Nov 03 20:30:50 laptop2021 kernel: ACPI: CRAT 0x00000000AC9FD000 000F28 (v01 AMD    AmdTable 00000001 AMD  00000001)
Nov 03 20:30:50 laptop2021 kernel: ACPI: CDIT 0x00000000AC9FC000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
Nov 03 20:30:50 laptop2021 kernel: ACPI: BGRT 0x00000000ACA03000 000038 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
Nov 03 20:30:50 laptop2021 kernel: ACPI: SSDT 0x00000000AC9FB000 0000B9 (v01 AMD    AmdTable 00000001 INTL 20120913)
Nov 03 20:30:50 laptop2021 kernel: ACPI: SSDT 0x00000000AC9FA000 000D37 (v01 AMD    AmdTable 00000001 INTL 20120913)
Nov 03 20:30:50 laptop2021 kernel: ACPI: SSDT 0x00000000AC9F8000 0010A5 (v01 AMD    AmdTable 00000001 INTL 20120913)
Nov 03 20:30:50 laptop2021 kernel: ACPI: SSDT 0x00000000AC9F7000 000A92 (v01 AsusQO Nv18dGPU 00000001 INTL 20120913)
Nov 03 20:30:50 laptop2021 kernel: ACPI: SSDT 0x00000000AC9F3000 0030C8 (v01 AMD    AmdTable 00000001 INTL 20120913)
Nov 03 20:30:50 laptop2021 kernel: ACPI: WSMT 0x00000000AC9F2000 000028 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
Nov 03 20:30:50 laptop2021 kernel: ACPI: APIC 0x00000000AC9F1000 0000DE (v03 _ASUS_ Notebook 01072009 AMI  00010013)
Nov 03 20:30:50 laptop2021 kernel: ACPI: SSDT 0x00000000AC9F0000 00007D (v01 AMD    AmdTable 00000001 INTL 20120913)
Nov 03 20:30:50 laptop2021 kernel: ACPI: SSDT 0x00000000AC9EF000 000517 (v01 AMD    AmdTable 00000001 INTL 20120913)
Nov 03 20:30:50 laptop2021 kernel: ACPI: SSDT 0x00000000AC9EE000 0006DB (v01 AMD    AmdTable 00000001 INTL 20120913)
Nov 03 20:30:50 laptop2021 kernel: ACPI: FPDT 0x00000000AC9ED000 000044 (v01 _ASUS_ A M I    01072009 AMI  01000013)
Nov 03 20:30:50 laptop2021 kernel: ACPI: Reserving FACP table memory at [mem 0xaca20000-0xaca20113]
Nov 03 20:30:50 laptop2021 kernel: ACPI: Reserving DSDT table memory at [mem 0xaca15000-0xaca1f0f7]
Nov 03 20:30:50 laptop2021 kernel: ACPI: Reserving FACS table memory at [mem 0xacb96000-0xacb9603f]
Nov 03 20:30:50 laptop2021 kernel: ACPI: Reserving MSDM table memory at [mem 0xaca2a000-0xaca2a054]
Nov 03 20:30:50 laptop2021 kernel: ACPI: Reserving SSDT table memory at [mem 0xaca22000-0xaca29215]
Nov 03 20:30:50 laptop2021 kernel: ACPI: Reserving IVRS table memory at [mem 0xaca21000-0xaca211a3]
Nov 03 20:30:50 laptop2021 kernel: ACPI: Reserving FIDT table memory at [mem 0xaca14000-0xaca1409b]
Nov 03 20:30:50 laptop2021 kernel: ACPI: Reserving MCFG table memory at [mem 0xaca13000-0xaca1303b]
Nov 03 20:30:50 laptop2021 kernel: ACPI: Reserving HPET table memory at [mem 0xaca12000-0xaca12037]
Nov 03 20:30:50 laptop2021 kernel: ACPI: Reserving VFCT table memory at [mem 0xaca04000-0xaca11483]
Nov 03 20:30:50 laptop2021 kernel: ACPI: Reserving TPM2 table memory at [mem 0xaca02000-0xaca0204b]
Nov 03 20:30:50 laptop2021 kernel: ACPI: Reserving SSDT table memory at [mem 0xac9fe000-0xaca019f3]
Nov 03 20:30:50 laptop2021 kernel: ACPI: Reserving CRAT table memory at [mem 0xac9fd000-0xac9fdf27]
Nov 03 20:30:50 laptop2021 kernel: ACPI: Reserving CDIT table memory at [mem 0xac9fc000-0xac9fc028]
Nov 03 20:30:50 laptop2021 kernel: ACPI: Reserving BGRT table memory at [mem 0xaca03000-0xaca03037]
Nov 03 20:30:50 laptop2021 kernel: ACPI: Reserving SSDT table memory at [mem 0xac9fb000-0xac9fb0b8]
Nov 03 20:30:50 laptop2021 kernel: ACPI: Reserving SSDT table memory at [mem 0xac9fa000-0xac9fad36]
Nov 03 20:30:50 laptop2021 kernel: ACPI: Reserving SSDT table memory at [mem 0xac9f8000-0xac9f90a4]
Nov 03 20:30:50 laptop2021 kernel: ACPI: Reserving SSDT table memory at [mem 0xac9f7000-0xac9f7a91]
Nov 03 20:30:50 laptop2021 kernel: ACPI: Reserving SSDT table memory at [mem 0xac9f3000-0xac9f60c7]
Nov 03 20:30:50 laptop2021 kernel: ACPI: Reserving WSMT table memory at [mem 0xac9f2000-0xac9f2027]
Nov 03 20:30:50 laptop2021 kernel: ACPI: Reserving APIC table memory at [mem 0xac9f1000-0xac9f10dd]
Nov 03 20:30:50 laptop2021 kernel: ACPI: Reserving SSDT table memory at [mem 0xac9f0000-0xac9f007c]
Nov 03 20:30:50 laptop2021 kernel: ACPI: Reserving SSDT table memory at [mem 0xac9ef000-0xac9ef516]
Nov 03 20:30:50 laptop2021 kernel: ACPI: Reserving SSDT table memory at [mem 0xac9ee000-0xac9ee6da]
Nov 03 20:30:50 laptop2021 kernel: ACPI: Reserving FPDT table memory at [mem 0xac9ed000-0xac9ed043]
Nov 03 20:30:50 laptop2021 kernel: No NUMA configuration found
Nov 03 20:30:50 laptop2021 kernel: Faking a node at [mem 0x0000000000000000-0x000000042f33ffff]
Nov 03 20:30:50 laptop2021 kernel: NODE_DATA(0) allocated [mem 0x42f33b000-0x42f33ffff]
Nov 03 20:30:50 laptop2021 kernel: Zone ranges:
Nov 03 20:30:50 laptop2021 kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Nov 03 20:30:50 laptop2021 kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Nov 03 20:30:50 laptop2021 kernel:   Normal   [mem 0x0000000100000000-0x000000042f33ffff]
Nov 03 20:30:50 laptop2021 kernel:   Device   empty
Nov 03 20:30:50 laptop2021 kernel: Movable zone start for each node
Nov 03 20:30:50 laptop2021 kernel: Early memory node ranges
Nov 03 20:30:50 laptop2021 kernel:   node   0: [mem 0x0000000000001000-0x000000000009ffff]
Nov 03 20:30:50 laptop2021 kernel:   node   0: [mem 0x0000000000100000-0x0000000009bfefff]
Nov 03 20:30:50 laptop2021 kernel:   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
Nov 03 20:30:50 laptop2021 kernel:   node   0: [mem 0x000000000a20d000-0x00000000ab4c2fff]
Nov 03 20:30:50 laptop2021 kernel:   node   0: [mem 0x00000000ad5ff000-0x00000000adffffff]
Nov 03 20:30:50 laptop2021 kernel:   node   0: [mem 0x0000000100000000-0x000000042f33ffff]
Nov 03 20:30:50 laptop2021 kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000042f33ffff]
Nov 03 20:30:50 laptop2021 kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Nov 03 20:30:50 laptop2021 kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Nov 03 20:30:50 laptop2021 kernel: On node 0, zone DMA32: 1025 pages in unavailable ranges
Nov 03 20:30:50 laptop2021 kernel: On node 0, zone DMA32: 13 pages in unavailable ranges
Nov 03 20:30:50 laptop2021 kernel: On node 0, zone DMA32: 8508 pages in unavailable ranges
Nov 03 20:30:50 laptop2021 kernel: On node 0, zone Normal: 8192 pages in unavailable ranges
Nov 03 20:30:50 laptop2021 kernel: On node 0, zone Normal: 3264 pages in unavailable ranges
Nov 03 20:30:50 laptop2021 kernel: ACPI: PM-Timer IO Port: 0x808
Nov 03 20:30:50 laptop2021 kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Nov 03 20:30:50 laptop2021 kernel: IOAPIC[0]: apic_id 17, version 33, address 0xfec00000, GSI 0-23
Nov 03 20:30:50 laptop2021 kernel: IOAPIC[1]: apic_id 18, version 33, address 0xfec01000, GSI 24-55
Nov 03 20:30:50 laptop2021 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Nov 03 20:30:50 laptop2021 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Nov 03 20:30:50 laptop2021 kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Nov 03 20:30:50 laptop2021 kernel: ACPI: HPET id: 0x10228201 base: 0xfed00000
Nov 03 20:30:50 laptop2021 kernel: e820: update [mem 0xa9fab000-0xa9fd9fff] usable ==> reserved
Nov 03 20:30:50 laptop2021 kernel: smpboot: Allowing 16 CPUs, 0 hotplug CPUs
Nov 03 20:30:50 laptop2021 kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Nov 03 20:30:50 laptop2021 kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Nov 03 20:30:50 laptop2021 kernel: PM: hibernation: Registered nosave memory: [mem 0x09bff000-0x09ffffff]
Nov 03 20:30:50 laptop2021 kernel: PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20cfff]
Nov 03 20:30:50 laptop2021 kernel: PM: hibernation: Registered nosave memory: [mem 0x9eeea000-0x9eeeafff]
Nov 03 20:30:50 laptop2021 kernel: PM: hibernation: Registered nosave memory: [mem 0x9eef7000-0x9eef7fff]
Nov 03 20:30:50 laptop2021 kernel: PM: hibernation: Registered nosave memory: [mem 0x9eef8000-0x9eef8fff]
Nov 03 20:30:50 laptop2021 kernel: PM: hibernation: Registered nosave memory: [mem 0x9ef07000-0x9ef07fff]
Nov 03 20:30:50 laptop2021 kernel: PM: hibernation: Registered nosave memory: [mem 0xa9fab000-0xa9fd9fff]
Nov 03 20:30:50 laptop2021 kernel: PM: hibernation: Registered nosave memory: [mem 0xaa386000-0xaa386fff]
Nov 03 20:30:50 laptop2021 kernel: PM: hibernation: Registered nosave memory: [mem 0xab4c3000-0xac9ddfff]
Nov 03 20:30:50 laptop2021 kernel: PM: hibernation: Registered nosave memory: [mem 0xac9de000-0xaca2cfff]
Nov 03 20:30:50 laptop2021 kernel: PM: hibernation: Registered nosave memory: [mem 0xaca2d000-0xacbddfff]
Nov 03 20:30:50 laptop2021 kernel: PM: hibernation: Registered nosave memory: [mem 0xacbde000-0xad5fefff]
Nov 03 20:30:50 laptop2021 kernel: PM: hibernation: Registered nosave memory: [mem 0xae000000-0xafffffff]
Nov 03 20:30:50 laptop2021 kernel: PM: hibernation: Registered nosave memory: [mem 0xb0000000-0xfedfffff]
Nov 03 20:30:50 laptop2021 kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Nov 03 20:30:50 laptop2021 kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
Nov 03 20:30:50 laptop2021 kernel: [mem 0xb0000000-0xfedfffff] available for PCI devices
Nov 03 20:30:50 laptop2021 kernel: Booting paravirtualized kernel on bare hardware
Nov 03 20:30:50 laptop2021 kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Nov 03 20:30:50 laptop2021 kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
Nov 03 20:30:50 laptop2021 kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
Nov 03 20:30:50 laptop2021 kernel: pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
Nov 03 20:30:50 laptop2021 kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
Nov 03 20:30:50 laptop2021 kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=f71d8c0d-6d2e-45bd-8cb5-18a077099165 rw nvidia_drm.modeset=1
Nov 03 20:30:50 laptop2021 kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
Nov 03 20:30:50 laptop2021 kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Nov 03 20:30:50 laptop2021 kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Nov 03 20:30:50 laptop2021 kernel: Fallback order for Node 0: 0 
Nov 03 20:30:50 laptop2021 kernel: Built 1 zonelists, mobility grouping on.  Total pages: 3978814
Nov 03 20:30:50 laptop2021 kernel: Policy zone: Normal
Nov 03 20:30:50 laptop2021 kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Nov 03 20:30:50 laptop2021 kernel: software IO TLB: area num 16.
Nov 03 20:30:50 laptop2021 kernel: Memory: 15551064K/16168532K available (16384K kernel code, 2123K rwdata, 12960K rodata, 3392K init, 3904K bss, 617208K reserved, 0K cma-reserved)
Nov 03 20:30:50 laptop2021 kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
Nov 03 20:30:50 laptop2021 kernel: ftrace: allocating 48468 entries in 190 pages
Nov 03 20:30:50 laptop2021 kernel: ftrace: allocated 190 pages with 6 groups
Nov 03 20:30:50 laptop2021 kernel: Dynamic Preempt: full
Nov 03 20:30:50 laptop2021 kernel: rcu: Preemptible hierarchical RCU implementation.
Nov 03 20:30:50 laptop2021 kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
Nov 03 20:30:50 laptop2021 kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Nov 03 20:30:50 laptop2021 kernel:         Trampoline variant of Tasks RCU enabled.
Nov 03 20:30:50 laptop2021 kernel:         Rude variant of Tasks RCU enabled.
Nov 03 20:30:50 laptop2021 kernel:         Tracing variant of Tasks RCU enabled.
Nov 03 20:30:50 laptop2021 kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Nov 03 20:30:50 laptop2021 kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
Nov 03 20:30:50 laptop2021 kernel: NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
Nov 03 20:30:50 laptop2021 kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Nov 03 20:30:50 laptop2021 kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Nov 03 20:30:50 laptop2021 kernel: Console: colour dummy device 80x25
Nov 03 20:30:50 laptop2021 kernel: printk: console [tty0] enabled
Nov 03 20:30:50 laptop2021 kernel: ACPI: Core revision 20230331
Nov 03 20:30:50 laptop2021 kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Nov 03 20:30:50 laptop2021 kernel: APIC: Switch to symmetric I/O mode setup
Nov 03 20:30:50 laptop2021 kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
Nov 03 20:30:50 laptop2021 kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
Nov 03 20:30:50 laptop2021 kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
Nov 03 20:30:50 laptop2021 kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
Nov 03 20:30:50 laptop2021 kernel: AMD-Vi: Using global IVHD EFR:0x206d73ef22254ade, EFR2:0x0
Nov 03 20:30:50 laptop2021 kernel: Switched APIC routing to physical flat.
Nov 03 20:30:50 laptop2021 kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Nov 03 20:30:50 laptop2021 kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x29b93c254d7, max_idle_ns: 440795254473 ns
Nov 03 20:30:50 laptop2021 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5791.36 BogoMIPS (lpj=9648576)
Nov 03 20:30:50 laptop2021 kernel: Zenbleed: please update your microcode for the most optimal fix
Nov 03 20:30:50 laptop2021 kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Nov 03 20:30:50 laptop2021 kernel: LVT offset 1 assigned for vector 0xf9
Nov 03 20:30:50 laptop2021 kernel: LVT offset 2 assigned for vector 0xf4
Nov 03 20:30:50 laptop2021 kernel: process: using mwait in idle threads
Nov 03 20:30:50 laptop2021 kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
Nov 03 20:30:50 laptop2021 kernel: Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
Nov 03 20:30:50 laptop2021 kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Nov 03 20:30:50 laptop2021 kernel: Spectre V2 : Mitigation: Retpolines
Nov 03 20:30:50 laptop2021 kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Nov 03 20:30:50 laptop2021 kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Nov 03 20:30:50 laptop2021 kernel: Spectre V2 : Enabling Speculation Barrier for firmware calls
Nov 03 20:30:50 laptop2021 kernel: RETBleed: Mitigation: untrained return thunk
Nov 03 20:30:50 laptop2021 kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Nov 03 20:30:50 laptop2021 kernel: Spectre V2 : Selecting STIBP always-on mode to complement retbleed mitigation
Nov 03 20:30:50 laptop2021 kernel: Spectre V2 : User space: Mitigation: STIBP always-on protection
Nov 03 20:30:50 laptop2021 kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Nov 03 20:30:50 laptop2021 kernel: Speculative Return Stack Overflow: Mitigation: safe RET
Nov 03 20:30:50 laptop2021 kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Nov 03 20:30:50 laptop2021 kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Nov 03 20:30:50 laptop2021 kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Nov 03 20:30:50 laptop2021 kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Nov 03 20:30:50 laptop2021 kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
Nov 03 20:30:50 laptop2021 kernel: Freeing SMP alternatives memory: 40K
Nov 03 20:30:50 laptop2021 kernel: pid_max: default: 32768 minimum: 301
Nov 03 20:30:50 laptop2021 kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
Nov 03 20:30:50 laptop2021 kernel: landlock: Up and running.
Nov 03 20:30:50 laptop2021 kernel: Yama: becoming mindful.
Nov 03 20:30:50 laptop2021 kernel: LSM support for eBPF active
Nov 03 20:30:50 laptop2021 kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Nov 03 20:30:50 laptop2021 kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Nov 03 20:30:50 laptop2021 kernel: smpboot: CPU0: AMD Ryzen 7 4800H with Radeon Graphics (family: 0x17, model: 0x60, stepping: 0x1)
Nov 03 20:30:50 laptop2021 kernel: RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Nov 03 20:30:50 laptop2021 kernel: RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Nov 03 20:30:50 laptop2021 kernel: RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Nov 03 20:30:50 laptop2021 kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Nov 03 20:30:50 laptop2021 kernel: ... version:                0
Nov 03 20:30:50 laptop2021 kernel: ... bit width:              48
Nov 03 20:30:50 laptop2021 kernel: ... generic registers:      6
Nov 03 20:30:50 laptop2021 kernel: ... value mask:             0000ffffffffffff
Nov 03 20:30:50 laptop2021 kernel: ... max period:             00007fffffffffff
Nov 03 20:30:50 laptop2021 kernel: ... fixed-purpose events:   0
Nov 03 20:30:50 laptop2021 kernel: ... event mask:             000000000000003f
Nov 03 20:30:50 laptop2021 kernel: signal: max sigframe size: 1776
Nov 03 20:30:50 laptop2021 kernel: rcu: Hierarchical SRCU implementation.
Nov 03 20:30:50 laptop2021 kernel: rcu:         Max phase no-delay instances is 1000.
Nov 03 20:30:50 laptop2021 kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Nov 03 20:30:50 laptop2021 kernel: smp: Bringing up secondary CPUs ...
Nov 03 20:30:50 laptop2021 kernel: smpboot: x86: Booting SMP configuration:
Nov 03 20:30:50 laptop2021 kernel: .... node  #0, CPUs:        #2  #4  #6  #8 #10 #12 #14
Nov 03 20:30:50 laptop2021 kernel: TSC synchronization [CPU#0 -> CPU#8]:
Nov 03 20:30:50 laptop2021 kernel: Measured 4379 cycles TSC warp between CPUs, turning off TSC clock.
Nov 03 20:30:50 laptop2021 kernel: tsc: Marking TSC unstable due to check_tsc_sync_source failed
Nov 03 20:30:50 laptop2021 kernel:   #1  #3  #5  #7  #9 #11 #13 #15
Nov 03 20:30:50 laptop2021 kernel: Spectre V2 : Update user space SMT mitigation: STIBP always-on
Nov 03 20:30:50 laptop2021 kernel: smp: Brought up 1 node, 16 CPUs
Nov 03 20:30:50 laptop2021 kernel: smpboot: Max logical packages: 1
Nov 03 20:30:50 laptop2021 kernel: smpboot: Total of 16 processors activated (92663.76 BogoMIPS)
Nov 03 20:30:50 laptop2021 kernel: devtmpfs: initialized
Nov 03 20:30:50 laptop2021 kernel: x86/mm: Memory block size: 128MB
Nov 03 20:30:50 laptop2021 kernel: ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20cfff] (53248 bytes)
Nov 03 20:30:50 laptop2021 kernel: ACPI: PM: Registering ACPI NVS region [mem 0xaca2d000-0xacbddfff] (1773568 bytes)
Nov 03 20:30:50 laptop2021 kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Nov 03 20:30:50 laptop2021 kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Nov 03 20:30:50 laptop2021 kernel: pinctrl core: initialized pinctrl subsystem
Nov 03 20:30:50 laptop2021 kernel: PM: RTC time: 03:30:44, date: 2023-11-04
Nov 03 20:30:50 laptop2021 kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Nov 03 20:30:50 laptop2021 kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Nov 03 20:30:50 laptop2021 kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Nov 03 20:30:50 laptop2021 kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Nov 03 20:30:50 laptop2021 kernel: audit: initializing netlink subsys (disabled)
Nov 03 20:30:50 laptop2021 kernel: audit: type=2000 audit(1699068644.166:1): state=initialized audit_enabled=0 res=1
Nov 03 20:30:50 laptop2021 kernel: thermal_sys: Registered thermal governor 'fair_share'
Nov 03 20:30:50 laptop2021 kernel: thermal_sys: Registered thermal governor 'bang_bang'
Nov 03 20:30:50 laptop2021 kernel: thermal_sys: Registered thermal governor 'step_wise'
Nov 03 20:30:50 laptop2021 kernel: thermal_sys: Registered thermal governor 'user_space'
Nov 03 20:30:50 laptop2021 kernel: thermal_sys: Registered thermal governor 'power_allocator'
Nov 03 20:30:50 laptop2021 kernel: cpuidle: using governor ladder
Nov 03 20:30:50 laptop2021 kernel: cpuidle: using governor menu
Nov 03 20:30:50 laptop2021 kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Nov 03 20:30:50 laptop2021 kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
Nov 03 20:30:50 laptop2021 kernel: PCI: not using MMCONFIG
Nov 03 20:30:50 laptop2021 kernel: PCI: Using configuration type 1 for base access
Nov 03 20:30:50 laptop2021 kernel: PCI: Using configuration type 1 for extended access
Nov 03 20:30:50 laptop2021 kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Nov 03 20:30:50 laptop2021 kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Nov 03 20:30:50 laptop2021 kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Nov 03 20:30:50 laptop2021 kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Nov 03 20:30:50 laptop2021 kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Nov 03 20:30:50 laptop2021 kernel: ACPI: Added _OSI(Module Device)
Nov 03 20:30:50 laptop2021 kernel: ACPI: Added _OSI(Processor Device)
Nov 03 20:30:50 laptop2021 kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Nov 03 20:30:50 laptop2021 kernel: ACPI: Added _OSI(Processor Aggregator Device)
Nov 03 20:30:50 laptop2021 kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP4.WLAN], AE_NOT_FOUND (20230331/dswload2-162)
Nov 03 20:30:50 laptop2021 kernel: fbcon: Taking over console
Nov 03 20:30:50 laptop2021 kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20230331/psobject-220)
Nov 03 20:30:50 laptop2021 kernel: ACPI: Skipping parse of AML opcode: Scope (0x0010)
Nov 03 20:30:50 laptop2021 kernel: ACPI: 11 ACPI AML tables successfully acquired and loaded
Nov 03 20:30:50 laptop2021 kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Nov 03 20:30:50 laptop2021 kernel: ACPI: EC: EC started
Nov 03 20:30:50 laptop2021 kernel: ACPI: EC: interrupt blocked
Nov 03 20:30:50 laptop2021 kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Nov 03 20:30:50 laptop2021 kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
Nov 03 20:30:50 laptop2021 kernel: ACPI: Interpreter enabled
Nov 03 20:30:50 laptop2021 kernel: ACPI: PM: (supports S0 S3 S4 S5)
Nov 03 20:30:50 laptop2021 kernel: ACPI: Using IOAPIC for interrupt routing
Nov 03 20:30:50 laptop2021 kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
Nov 03 20:30:50 laptop2021 kernel: PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved as ACPI motherboard resource
Nov 03 20:30:50 laptop2021 kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Nov 03 20:30:50 laptop2021 kernel: PCI: Using E820 reservations for host bridge windows
Nov 03 20:30:50 laptop2021 kernel: ACPI: Enabled 6 GPEs in block 00 to 1F
Nov 03 20:30:50 laptop2021 kernel: ACPI: \_SB_.PCI0.GPP4.WRST: New power resource
Nov 03 20:30:50 laptop2021 kernel: ACPI: \_SB_.P0S0: New power resource
Nov 03 20:30:50 laptop2021 kernel: ACPI: \_SB_.P3S0: New power resource
Nov 03 20:30:50 laptop2021 kernel: ACPI: \_SB_.P0S1: New power resource
Nov 03 20:30:50 laptop2021 kernel: ACPI: \_SB_.P3S1: New power resource
Nov 03 20:30:50 laptop2021 kernel: ACPI: \_SB_.PCI0.GPP0.PG00: New power resource
Nov 03 20:30:50 laptop2021 kernel: ACPI: \_SB_.PRWL: New power resource
Nov 03 20:30:50 laptop2021 kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Nov 03 20:30:50 laptop2021 kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Nov 03 20:30:50 laptop2021 kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
Nov 03 20:30:50 laptop2021 kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Nov 03 20:30:50 laptop2021 kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
Nov 03 20:30:50 laptop2021 kernel: PCI host bridge to bus 0000:00
Nov 03 20:30:50 laptop2021 kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
Nov 03 20:30:50 laptop2021 kernel: pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
Nov 03 20:30:50 laptop2021 kernel: pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
Nov 03 20:30:50 laptop2021 kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Nov 03 20:30:50 laptop2021 kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
Nov 03 20:30:50 laptop2021 kernel: pci_bus 0000:00: root bus resource [mem 0xb0000000-0xfebfffff window]
Nov 03 20:30:50 laptop2021 kernel: pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
Nov 03 20:30:50 laptop2021 kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:01.1: [1022:1633] type 01 class 0x060400
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:02.1: enabling Extended Tags
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:02.2: enabling Extended Tags
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:02.3: [1022:1634] type 01 class 0x060400
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:02.4: [1022:1634] type 01 class 0x060400
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:02.4: enabling Extended Tags
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:08.1: enabling Extended Tags
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:08.2: [1022:1635] type 01 class 0x060400
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:08.2: enabling Extended Tags
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:18.0: [1022:1448] type 00 class 0x060000
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:18.1: [1022:1449] type 00 class 0x060000
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:18.2: [1022:144a] type 00 class 0x060000
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:18.3: [1022:144b] type 00 class 0x060000
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:18.4: [1022:144c] type 00 class 0x060000
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:18.5: [1022:144d] type 00 class 0x060000
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:18.6: [1022:144e] type 00 class 0x060000
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:18.7: [1022:144f] type 00 class 0x060000
Nov 03 20:30:50 laptop2021 kernel: pci 0000:01:00.0: [10de:1f15] type 00 class 0x030000
Nov 03 20:30:50 laptop2021 kernel: pci 0000:01:00.0: reg 0x10: [mem 0xfb000000-0xfbffffff]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:01:00.0: reg 0x14: [mem 0xb0000000-0xbfffffff 64bit pref]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xc0000000-0xc1ffffff 64bit pref]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:01:00.0: reg 0x24: [io  0xf000-0xf07f]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfc000000-0xfc07ffff pref]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
Nov 03 20:30:50 laptop2021 kernel: pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.1 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
Nov 03 20:30:50 laptop2021 kernel: pci 0000:01:00.1: [10de:10f9] type 00 class 0x040300
Nov 03 20:30:50 laptop2021 kernel: pci 0000:01:00.1: reg 0x10: [mem 0xfc080000-0xfc083fff]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:01:00.2: [10de:1ada] type 00 class 0x0c0330
Nov 03 20:30:50 laptop2021 kernel: pci 0000:01:00.2: reg 0x10: [mem 0xc2000000-0xc203ffff 64bit pref]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:01:00.2: reg 0x1c: [mem 0xc2040000-0xc204ffff 64bit pref]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:01:00.2: PME# supported from D0 D3hot D3cold
Nov 03 20:30:50 laptop2021 kernel: pci 0000:01:00.3: [10de:1adb] type 00 class 0x0c8000
Nov 03 20:30:50 laptop2021 kernel: pci 0000:01:00.3: reg 0x10: [mem 0xfc084000-0xfc084fff]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:01:00.3: PME# supported from D0 D3hot D3cold
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:01.1:   bridge window [io  0xf000-0xffff]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:01.1:   bridge window [mem 0xfb000000-0xfc0fffff]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:01.1:   bridge window [mem 0xb0000000-0xc20fffff 64bit pref]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
Nov 03 20:30:50 laptop2021 kernel: pci 0000:02:00.0: reg 0x10: [io  0xe000-0xe0ff]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:02:00.0: reg 0x18: [mem 0xfca04000-0xfca04fff 64bit]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:02:00.0: reg 0x20: [mem 0xfca00000-0xfca03fff 64bit]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:02:00.0: supports D1 D2
Nov 03 20:30:50 laptop2021 kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:02.1: PCI bridge to [bus 02]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:02.1:   bridge window [io  0xe000-0xefff]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:02.1:   bridge window [mem 0xfca00000-0xfcafffff]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:03:00.0: [10ec:c822] type 00 class 0x028000
Nov 03 20:30:50 laptop2021 kernel: pci 0000:03:00.0: reg 0x10: [io  0xd000-0xd0ff]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:03:00.0: reg 0x18: [mem 0xfc900000-0xfc90ffff 64bit]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:03:00.0: supports D1 D2
Nov 03 20:30:50 laptop2021 kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:02.2: PCI bridge to [bus 03]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:02.2:   bridge window [io  0xd000-0xdfff]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:02.2:   bridge window [mem 0xfc900000-0xfc9fffff]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:04:00.0: [c0a9:540a] type 00 class 0x010802
Nov 03 20:30:50 laptop2021 kernel: pci 0000:04:00.0: reg 0x10: [mem 0xfc800000-0xfc803fff 64bit]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:02.3: PCI bridge to [bus 04]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:02.3:   bridge window [mem 0xfc800000-0xfc8fffff]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:05:00.0: [15b7:5009] type 00 class 0x010802
Nov 03 20:30:50 laptop2021 kernel: pci 0000:05:00.0: reg 0x10: [mem 0xfc700000-0xfc703fff 64bit]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:05:00.0: reg 0x20: [mem 0xfc704000-0xfc7040ff 64bit]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:02.4: PCI bridge to [bus 05]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:02.4:   bridge window [mem 0xfc700000-0xfc7fffff]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.0: [1002:1636] type 00 class 0x030000
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.0: reg 0x18: [mem 0xe0000000-0xe01fffff 64bit pref]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.0: reg 0x20: [io  0xc000-0xc0ff]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.0: reg 0x24: [mem 0xfc500000-0xfc57ffff]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.0: enabling Extended Tags
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.0: BAR 0: assigned to efifb
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.0: PME# supported from D1 D2 D3hot D3cold
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.1: [1002:1637] type 00 class 0x040300
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.1: reg 0x10: [mem 0xfc5c8000-0xfc5cbfff]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.1: enabling Extended Tags
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.1: PME# supported from D1 D2 D3hot D3cold
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.2: [1022:15df] type 00 class 0x108000
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.2: reg 0x18: [mem 0xfc400000-0xfc4fffff]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.2: reg 0x24: [mem 0xfc5cc000-0xfc5cdfff]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.2: enabling Extended Tags
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.3: [1022:1639] type 00 class 0x0c0330
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.3: reg 0x10: [mem 0xfc300000-0xfc3fffff 64bit]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.3: enabling Extended Tags
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.3: PME# supported from D0 D3hot D3cold
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.4: [1022:1639] type 00 class 0x0c0330
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.4: reg 0x10: [mem 0xfc200000-0xfc2fffff 64bit]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.4: enabling Extended Tags
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.4: PME# supported from D0 D3hot D3cold
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.5: [1022:15e2] type 00 class 0x048000
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.5: reg 0x10: [mem 0xfc580000-0xfc5bffff]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.5: enabling Extended Tags
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.5: PME# supported from D0 D3hot D3cold
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.6: [1022:15e3] type 00 class 0x040300
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.6: reg 0x10: [mem 0xfc5c0000-0xfc5c7fff]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.6: enabling Extended Tags
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.6: PME# supported from D0 D3hot D3cold
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:08.1: PCI bridge to [bus 06]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:08.1:   bridge window [io  0xc000-0xcfff]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc5fffff]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:08.1:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:07:00.0: [1022:7901] type 00 class 0x010601
Nov 03 20:30:50 laptop2021 kernel: pci 0000:07:00.0: reg 0x24: [mem 0xfc601000-0xfc6017ff]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:07:00.0: enabling Extended Tags
Nov 03 20:30:50 laptop2021 kernel: pci 0000:07:00.1: [1022:7901] type 00 class 0x010601
Nov 03 20:30:50 laptop2021 kernel: pci 0000:07:00.1: reg 0x24: [mem 0xfc600000-0xfc6007ff]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:07:00.1: enabling Extended Tags
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:08.2: PCI bridge to [bus 07]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:08.2:   bridge window [mem 0xfc600000-0xfc6fffff]
Nov 03 20:30:50 laptop2021 kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Nov 03 20:30:50 laptop2021 kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Nov 03 20:30:50 laptop2021 kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Nov 03 20:30:50 laptop2021 kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Nov 03 20:30:50 laptop2021 kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Nov 03 20:30:50 laptop2021 kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Nov 03 20:30:50 laptop2021 kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Nov 03 20:30:50 laptop2021 kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Nov 03 20:30:50 laptop2021 kernel: ACPI: EC: interrupt unblocked
Nov 03 20:30:50 laptop2021 kernel: ACPI: EC: event unblocked
Nov 03 20:30:50 laptop2021 kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Nov 03 20:30:50 laptop2021 kernel: ACPI: EC: GPE=0x3
Nov 03 20:30:50 laptop2021 kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete
Nov 03 20:30:50 laptop2021 kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
Nov 03 20:30:50 laptop2021 kernel: iommu: Default domain type: Translated
Nov 03 20:30:50 laptop2021 kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Nov 03 20:30:50 laptop2021 kernel: SCSI subsystem initialized
Nov 03 20:30:50 laptop2021 kernel: libata version 3.00 loaded.
Nov 03 20:30:50 laptop2021 kernel: ACPI: bus type USB registered
Nov 03 20:30:50 laptop2021 kernel: usbcore: registered new interface driver usbfs
Nov 03 20:30:50 laptop2021 kernel: usbcore: registered new interface driver hub
Nov 03 20:30:50 laptop2021 kernel: usbcore: registered new device driver usb
Nov 03 20:30:50 laptop2021 kernel: pps_core: LinuxPPS API ver. 1 registered
Nov 03 20:30:50 laptop2021 kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Nov 03 20:30:50 laptop2021 kernel: PTP clock support registered
Nov 03 20:30:50 laptop2021 kernel: EDAC MC: Ver: 3.0.0
Nov 03 20:30:50 laptop2021 kernel: efivars: Registered efivars operations
Nov 03 20:30:50 laptop2021 kernel: NetLabel: Initializing
Nov 03 20:30:50 laptop2021 kernel: NetLabel:  domain hash size = 128
Nov 03 20:30:50 laptop2021 kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Nov 03 20:30:50 laptop2021 kernel: NetLabel:  unlabeled traffic allowed by default
Nov 03 20:30:50 laptop2021 kernel: mctp: management component transport protocol core
Nov 03 20:30:50 laptop2021 kernel: NET: Registered PF_MCTP protocol family
Nov 03 20:30:50 laptop2021 kernel: PCI: Using ACPI for IRQ routing
Nov 03 20:30:50 laptop2021 kernel: PCI: pci_cache_line_size set to 64 bytes
Nov 03 20:30:50 laptop2021 kernel: e820: reserve RAM buffer [mem 0x09bff000-0x0bffffff]
Nov 03 20:30:50 laptop2021 kernel: e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
Nov 03 20:30:50 laptop2021 kernel: e820: reserve RAM buffer [mem 0x9eeea018-0x9fffffff]
Nov 03 20:30:50 laptop2021 kernel: e820: reserve RAM buffer [mem 0x9eef8018-0x9fffffff]
Nov 03 20:30:50 laptop2021 kernel: e820: reserve RAM buffer [mem 0xa9fab000-0xabffffff]
Nov 03 20:30:50 laptop2021 kernel: e820: reserve RAM buffer [mem 0xaa386000-0xabffffff]
Nov 03 20:30:50 laptop2021 kernel: e820: reserve RAM buffer [mem 0xab4c3000-0xabffffff]
Nov 03 20:30:50 laptop2021 kernel: e820: reserve RAM buffer [mem 0xae000000-0xafffffff]
Nov 03 20:30:50 laptop2021 kernel: e820: reserve RAM buffer [mem 0x42f340000-0x42fffffff]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device
Nov 03 20:30:50 laptop2021 kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Nov 03 20:30:50 laptop2021 kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.0: vgaarb: setting as boot VGA device (overriding previous)
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.0: vgaarb: bridge control possible
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Nov 03 20:30:50 laptop2021 kernel: vgaarb: loaded
Nov 03 20:30:50 laptop2021 kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Nov 03 20:30:50 laptop2021 kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Nov 03 20:30:50 laptop2021 kernel: clocksource: Switched to clocksource hpet
Nov 03 20:30:50 laptop2021 kernel: VFS: Disk quotas dquot_6.6.0
Nov 03 20:30:50 laptop2021 kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Nov 03 20:30:50 laptop2021 kernel: pnp: PnP ACPI init
Nov 03 20:30:50 laptop2021 kernel: system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
Nov 03 20:30:50 laptop2021 kernel: system 00:03: [io  0x04d0-0x04d1] has been reserved
Nov 03 20:30:50 laptop2021 kernel: system 00:03: [io  0x040b] has been reserved
Nov 03 20:30:50 laptop2021 kernel: system 00:03: [io  0x04d6] has been reserved
Nov 03 20:30:50 laptop2021 kernel: system 00:03: [io  0x0c00-0x0c01] has been reserved
Nov 03 20:30:50 laptop2021 kernel: system 00:03: [io  0x0c14] has been reserved
Nov 03 20:30:50 laptop2021 kernel: system 00:03: [io  0x0c50-0x0c51] has been reserved
Nov 03 20:30:50 laptop2021 kernel: system 00:03: [io  0x0c52] has been reserved
Nov 03 20:30:50 laptop2021 kernel: system 00:03: [io  0x0c6c] has been reserved
Nov 03 20:30:50 laptop2021 kernel: system 00:03: [io  0x0c6f] has been reserved
Nov 03 20:30:50 laptop2021 kernel: system 00:03: [io  0x0cd0-0x0cd1] has been reserved
Nov 03 20:30:50 laptop2021 kernel: system 00:03: [io  0x0cd2-0x0cd3] has been reserved
Nov 03 20:30:50 laptop2021 kernel: system 00:03: [io  0x0cd4-0x0cd5] has been reserved
Nov 03 20:30:50 laptop2021 kernel: system 00:03: [io  0x0cd6-0x0cd7] has been reserved
Nov 03 20:30:50 laptop2021 kernel: system 00:03: [io  0x0cd8-0x0cdf] has been reserved
Nov 03 20:30:50 laptop2021 kernel: system 00:03: [io  0x0800-0x089f] has been reserved
Nov 03 20:30:50 laptop2021 kernel: system 00:03: [io  0x0b00-0x0b0f] has been reserved
Nov 03 20:30:50 laptop2021 kernel: system 00:03: [io  0x0b20-0x0b3f] has been reserved
Nov 03 20:30:50 laptop2021 kernel: system 00:03: [io  0x0900-0x090f] has been reserved
Nov 03 20:30:50 laptop2021 kernel: system 00:03: [io  0x0910-0x091f] has been reserved
Nov 03 20:30:50 laptop2021 kernel: system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
Nov 03 20:30:50 laptop2021 kernel: system 00:03: [mem 0xfec01000-0xfec01fff] could not be reserved
Nov 03 20:30:50 laptop2021 kernel: system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
Nov 03 20:30:50 laptop2021 kernel: system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
Nov 03 20:30:50 laptop2021 kernel: system 00:03: [mem 0xfed80000-0xfed8ffff] could not be reserved
Nov 03 20:30:50 laptop2021 kernel: system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
Nov 03 20:30:50 laptop2021 kernel: system 00:03: [mem 0xff000000-0xffffffff] has been reserved
Nov 03 20:30:50 laptop2021 kernel: pnp: PnP ACPI: found 4 devices
Nov 03 20:30:50 laptop2021 kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Nov 03 20:30:50 laptop2021 kernel: NET: Registered PF_INET protocol family
Nov 03 20:30:50 laptop2021 kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Nov 03 20:30:50 laptop2021 kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Nov 03 20:30:50 laptop2021 kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Nov 03 20:30:50 laptop2021 kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Nov 03 20:30:50 laptop2021 kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Nov 03 20:30:50 laptop2021 kernel: TCP: Hash tables configured (established 131072 bind 65536)
Nov 03 20:30:50 laptop2021 kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Nov 03 20:30:50 laptop2021 kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Nov 03 20:30:50 laptop2021 kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Nov 03 20:30:50 laptop2021 kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Nov 03 20:30:50 laptop2021 kernel: NET: Registered PF_XDP protocol family
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:01.1:   bridge window [io  0xf000-0xffff]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:01.1:   bridge window [mem 0xfb000000-0xfc0fffff]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:01.1:   bridge window [mem 0xb0000000-0xc20fffff 64bit pref]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:02.1: PCI bridge to [bus 02]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:02.1:   bridge window [io  0xe000-0xefff]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:02.1:   bridge window [mem 0xfca00000-0xfcafffff]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:02.2: PCI bridge to [bus 03]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:02.2:   bridge window [io  0xd000-0xdfff]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:02.2:   bridge window [mem 0xfc900000-0xfc9fffff]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:02.3: PCI bridge to [bus 04]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:02.3:   bridge window [mem 0xfc800000-0xfc8fffff]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:02.4: PCI bridge to [bus 05]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:02.4:   bridge window [mem 0xfc700000-0xfc7fffff]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:08.1: PCI bridge to [bus 06]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:08.1:   bridge window [io  0xc000-0xcfff]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc5fffff]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:08.1:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:08.2: PCI bridge to [bus 07]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:08.2:   bridge window [mem 0xfc600000-0xfc6fffff]
Nov 03 20:30:50 laptop2021 kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
Nov 03 20:30:50 laptop2021 kernel: pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
Nov 03 20:30:50 laptop2021 kernel: pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
Nov 03 20:30:50 laptop2021 kernel: pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
Nov 03 20:30:50 laptop2021 kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
Nov 03 20:30:50 laptop2021 kernel: pci_bus 0000:00: resource 9 [mem 0xb0000000-0xfebfffff window]
Nov 03 20:30:50 laptop2021 kernel: pci_bus 0000:00: resource 10 [mem 0xfee00000-0xffffffff window]
Nov 03 20:30:50 laptop2021 kernel: pci_bus 0000:01: resource 0 [io  0xf000-0xffff]
Nov 03 20:30:50 laptop2021 kernel: pci_bus 0000:01: resource 1 [mem 0xfb000000-0xfc0fffff]
Nov 03 20:30:50 laptop2021 kernel: pci_bus 0000:01: resource 2 [mem 0xb0000000-0xc20fffff 64bit pref]
Nov 03 20:30:50 laptop2021 kernel: pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
Nov 03 20:30:50 laptop2021 kernel: pci_bus 0000:02: resource 1 [mem 0xfca00000-0xfcafffff]
Nov 03 20:30:50 laptop2021 kernel: pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
Nov 03 20:30:50 laptop2021 kernel: pci_bus 0000:03: resource 1 [mem 0xfc900000-0xfc9fffff]
Nov 03 20:30:50 laptop2021 kernel: pci_bus 0000:04: resource 1 [mem 0xfc800000-0xfc8fffff]
Nov 03 20:30:50 laptop2021 kernel: pci_bus 0000:05: resource 1 [mem 0xfc700000-0xfc7fffff]
Nov 03 20:30:50 laptop2021 kernel: pci_bus 0000:06: resource 0 [io  0xc000-0xcfff]
Nov 03 20:30:50 laptop2021 kernel: pci_bus 0000:06: resource 1 [mem 0xfc200000-0xfc5fffff]
Nov 03 20:30:50 laptop2021 kernel: pci_bus 0000:06: resource 2 [mem 0xd0000000-0xe01fffff 64bit pref]
Nov 03 20:30:50 laptop2021 kernel: pci_bus 0000:07: resource 1 [mem 0xfc600000-0xfc6fffff]
Nov 03 20:30:50 laptop2021 kernel: pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
Nov 03 20:30:50 laptop2021 kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Nov 03 20:30:50 laptop2021 kernel: pci 0000:01:00.2: D0 power state depends on 0000:01:00.0
Nov 03 20:30:50 laptop2021 kernel: pci 0000:01:00.3: D0 power state depends on 0000:01:00.0
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.1: D0 power state depends on 0000:06:00.0
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.3: extending delay after power-on from D3hot to 20 msec
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.4: extending delay after power-on from D3hot to 20 msec
Nov 03 20:30:50 laptop2021 kernel: PCI: CLS 64 bytes, default 64
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:01.0: Adding to iommu group 0
Nov 03 20:30:50 laptop2021 kernel: Trying to unpack rootfs image as initramfs...
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:01.1: Adding to iommu group 1
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:02.0: Adding to iommu group 2
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:02.1: Adding to iommu group 3
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:02.2: Adding to iommu group 4
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:02.3: Adding to iommu group 5
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:02.4: Adding to iommu group 6
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:08.0: Adding to iommu group 7
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:08.1: Adding to iommu group 7
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:08.2: Adding to iommu group 7
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:14.0: Adding to iommu group 8
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:14.3: Adding to iommu group 8
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:18.0: Adding to iommu group 9
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:18.1: Adding to iommu group 9
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:18.2: Adding to iommu group 9
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:18.3: Adding to iommu group 9
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:18.4: Adding to iommu group 9
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:18.5: Adding to iommu group 9
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:18.6: Adding to iommu group 9
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:18.7: Adding to iommu group 9
Nov 03 20:30:50 laptop2021 kernel: pci 0000:01:00.0: Adding to iommu group 10
Nov 03 20:30:50 laptop2021 kernel: pci 0000:01:00.1: Adding to iommu group 10
Nov 03 20:30:50 laptop2021 kernel: pci 0000:01:00.2: Adding to iommu group 10
Nov 03 20:30:50 laptop2021 kernel: pci 0000:01:00.3: Adding to iommu group 10
Nov 03 20:30:50 laptop2021 kernel: pci 0000:02:00.0: Adding to iommu group 11
Nov 03 20:30:50 laptop2021 kernel: pci 0000:03:00.0: Adding to iommu group 12
Nov 03 20:30:50 laptop2021 kernel: pci 0000:04:00.0: Adding to iommu group 13
Nov 03 20:30:50 laptop2021 kernel: pci 0000:05:00.0: Adding to iommu group 14
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.0: Adding to iommu group 7
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.1: Adding to iommu group 7
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.2: Adding to iommu group 7
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.3: Adding to iommu group 7
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.4: Adding to iommu group 7
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.5: Adding to iommu group 7
Nov 03 20:30:50 laptop2021 kernel: pci 0000:06:00.6: Adding to iommu group 7
Nov 03 20:30:50 laptop2021 kernel: pci 0000:07:00.0: Adding to iommu group 7
Nov 03 20:30:50 laptop2021 kernel: pci 0000:07:00.1: Adding to iommu group 7
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:00.2: PCI INT A: not connected
Nov 03 20:30:50 laptop2021 kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
Nov 03 20:30:50 laptop2021 kernel: AMD-Vi: Extended features (0x206d73ef22254ade, 0x0): PPR X2APIC NX GT IA GA PC GA_vAPIC
Nov 03 20:30:50 laptop2021 kernel: AMD-Vi: Interrupt remapping enabled
Nov 03 20:30:50 laptop2021 kernel: AMD-Vi: X2APIC enabled
Nov 03 20:30:50 laptop2021 kernel: AMD-Vi: Virtual APIC enabled
Nov 03 20:30:50 laptop2021 kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Nov 03 20:30:50 laptop2021 kernel: software IO TLB: mapped [mem 0x00000000a183a000-0x00000000a583a000] (64MB)
Nov 03 20:30:50 laptop2021 kernel: LVT offset 0 assigned for vector 0x400
Nov 03 20:30:50 laptop2021 kernel: perf: AMD IBS detected (0x000003ff)
Nov 03 20:30:50 laptop2021 kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Nov 03 20:30:50 laptop2021 kernel: Initialise system trusted keyrings
Nov 03 20:30:50 laptop2021 kernel: Key type blacklist registered
Nov 03 20:30:50 laptop2021 kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Nov 03 20:30:50 laptop2021 kernel: zbud: loaded
Nov 03 20:30:50 laptop2021 kernel: integrity: Platform Keyring initialized
Nov 03 20:30:50 laptop2021 kernel: integrity: Machine keyring initialized
Nov 03 20:30:50 laptop2021 kernel: Key type asymmetric registered
Nov 03 20:30:50 laptop2021 kernel: Asymmetric key parser 'x509' registered
Nov 03 20:30:50 laptop2021 kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Nov 03 20:30:50 laptop2021 kernel: io scheduler mq-deadline registered
Nov 03 20:30:50 laptop2021 kernel: io scheduler kyber registered
Nov 03 20:30:50 laptop2021 kernel: io scheduler bfq registered
Nov 03 20:30:50 laptop2021 kernel: pcieport 0000:00:01.1: PME: Signaling with IRQ 26
Nov 03 20:30:50 laptop2021 kernel: pcieport 0000:00:02.1: PME: Signaling with IRQ 27
Nov 03 20:30:50 laptop2021 kernel: pcieport 0000:00:02.2: PME: Signaling with IRQ 28
Nov 03 20:30:50 laptop2021 kernel: pcieport 0000:00:02.3: PME: Signaling with IRQ 29
Nov 03 20:30:50 laptop2021 kernel: pcieport 0000:00:02.4: PME: Signaling with IRQ 30
Nov 03 20:30:50 laptop2021 kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 31
Nov 03 20:30:50 laptop2021 kernel: pcieport 0000:00:08.2: PME: Signaling with IRQ 32
Nov 03 20:30:50 laptop2021 kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Nov 03 20:30:50 laptop2021 kernel: efifb: probing for efifb
Nov 03 20:30:50 laptop2021 kernel: efifb: framebuffer at 0xd0000000, using 8100k, total 8100k
Nov 03 20:30:50 laptop2021 kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
Nov 03 20:30:50 laptop2021 kernel: efifb: scrolling: redraw
Nov 03 20:30:50 laptop2021 kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Nov 03 20:30:50 laptop2021 kernel: Console: switching to colour frame buffer device 240x67
Nov 03 20:30:50 laptop2021 kernel: fb0: EFI VGA frame buffer device
Nov 03 20:30:50 laptop2021 kernel: ACPI: AC: AC Adapter [ACAD] (on-line)
Nov 03 20:30:50 laptop2021 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Nov 03 20:30:50 laptop2021 kernel: ACPI: button: Power Button [PWRB]
Nov 03 20:30:50 laptop2021 kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Nov 03 20:30:50 laptop2021 kernel: ACPI: button: Sleep Button [SLPB]
Nov 03 20:30:50 laptop2021 kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
Nov 03 20:30:50 laptop2021 kernel: ACPI: button: Lid Switch [LID0]
Nov 03 20:30:50 laptop2021 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Nov 03 20:30:50 laptop2021 kernel: ACPI: button: Power Button [PWRF]
Nov 03 20:30:50 laptop2021 kernel: Monitor-Mwait will be used to enter C-1 state
Nov 03 20:30:50 laptop2021 kernel: ACPI: \_SB_.PLTF.P000: Found 3 idle states
Nov 03 20:30:50 laptop2021 kernel: ACPI: FW issue: working around C-state latencies out of order
Nov 03 20:30:50 laptop2021 kernel: ACPI: \_SB_.PLTF.P001: Found 3 idle states
Nov 03 20:30:50 laptop2021 kernel: ACPI: FW issue: working around C-state latencies out of order
Nov 03 20:30:50 laptop2021 kernel: ACPI: \_SB_.PLTF.P002: Found 3 idle states
Nov 03 20:30:50 laptop2021 kernel: ACPI: FW issue: working around C-state latencies out of order
Nov 03 20:30:50 laptop2021 kernel: ACPI: \_SB_.PLTF.P003: Found 3 idle states
Nov 03 20:30:50 laptop2021 kernel: ACPI: FW issue: working around C-state latencies out of order
Nov 03 20:30:50 laptop2021 kernel: ACPI: \_SB_.PLTF.P004: Found 3 idle states
Nov 03 20:30:50 laptop2021 kernel: ACPI: FW issue: working around C-state latencies out of order
Nov 03 20:30:50 laptop2021 kernel: ACPI: \_SB_.PLTF.P005: Found 3 idle states
Nov 03 20:30:50 laptop2021 kernel: ACPI: FW issue: working around C-state latencies out of order
Nov 03 20:30:50 laptop2021 kernel: ACPI: \_SB_.PLTF.P006: Found 3 idle states
Nov 03 20:30:50 laptop2021 kernel: ACPI: FW issue: working around C-state latencies out of order
Nov 03 20:30:50 laptop2021 kernel: ACPI: \_SB_.PLTF.P007: Found 3 idle states
Nov 03 20:30:50 laptop2021 kernel: ACPI: FW issue: working around C-state latencies out of order
Nov 03 20:30:50 laptop2021 kernel: ACPI: \_SB_.PLTF.P008: Found 3 idle states
Nov 03 20:30:50 laptop2021 kernel: ACPI: FW issue: working around C-state latencies out of order
Nov 03 20:30:50 laptop2021 kernel: ACPI: \_SB_.PLTF.P009: Found 3 idle states
Nov 03 20:30:50 laptop2021 kernel: ACPI: FW issue: working around C-state latencies out of order
Nov 03 20:30:50 laptop2021 kernel: ACPI: \_SB_.PLTF.P00A: Found 3 idle states
Nov 03 20:30:50 laptop2021 kernel: ACPI: FW issue: working around C-state latencies out of order
Nov 03 20:30:50 laptop2021 kernel: ACPI: \_SB_.PLTF.P00B: Found 3 idle states
Nov 03 20:30:50 laptop2021 kernel: ACPI: FW issue: working around C-state latencies out of order
Nov 03 20:30:50 laptop2021 kernel: ACPI: \_SB_.PLTF.P00C: Found 3 idle states
Nov 03 20:30:50 laptop2021 kernel: ACPI: FW issue: working around C-state latencies out of order
Nov 03 20:30:50 laptop2021 kernel: ACPI: \_SB_.PLTF.P00D: Found 3 idle states
Nov 03 20:30:50 laptop2021 kernel: ACPI: FW issue: working around C-state latencies out of order
Nov 03 20:30:50 laptop2021 kernel: ACPI: \_SB_.PLTF.P00E: Found 3 idle states
Nov 03 20:30:50 laptop2021 kernel: ACPI: FW issue: working around C-state latencies out of order
Nov 03 20:30:50 laptop2021 kernel: ACPI: \_SB_.PLTF.P00F: Found 3 idle states
Nov 03 20:30:50 laptop2021 kernel: ACPI: FW issue: working around C-state latencies out of order
Nov 03 20:30:50 laptop2021 kernel: ACPI: \_TZ_.THRM: Invalid passive threshold
Nov 03 20:30:50 laptop2021 kernel: ACPI: \_TZ_.THRM: Invalid active0 threshold
Nov 03 20:30:50 laptop2021 kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_TZ.THRM._SCP.CTYP], AE_NOT_FOUND (20230331/psargs-330)
Nov 03 20:30:50 laptop2021 kernel: ACPI Error: Aborting method \_TZ.THRM._SCP due to previous error (AE_NOT_FOUND) (20230331/psparse-529)
Nov 03 20:30:50 laptop2021 kernel: thermal LNXTHERM:00: registered as thermal_zone0
Nov 03 20:30:50 laptop2021 kernel: ACPI: thermal: Thermal Zone [THRM] (43 C)
Nov 03 20:30:50 laptop2021 kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Nov 03 20:30:50 laptop2021 kernel: ACPI: battery: Slot [BAT1] (battery present)
Nov 03 20:30:50 laptop2021 kernel: Non-volatile memory driver v1.3
Nov 03 20:30:50 laptop2021 kernel: Linux agpgart interface v0.103
Nov 03 20:30:50 laptop2021 kernel: tpm_crb MSFT0101:00: Disabling hwrng
Nov 03 20:30:50 laptop2021 kernel: AMD-Vi: AMD IOMMUv2 loaded and initialized
Nov 03 20:30:50 laptop2021 kernel: ACPI: bus type drm_connector registered
Nov 03 20:30:50 laptop2021 kernel: ahci 0000:07:00.0: version 3.0
Nov 03 20:30:50 laptop2021 kernel: ahci 0000:07:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
Nov 03 20:30:50 laptop2021 kernel: ahci 0000:07:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
Nov 03 20:30:50 laptop2021 kernel: scsi host0: ahci
Nov 03 20:30:50 laptop2021 kernel: ata1: SATA max UDMA/133 abar m2048@0xfc601000 port 0xfc601100 irq 34
Nov 03 20:30:50 laptop2021 kernel: ahci 0000:07:00.1: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
Nov 03 20:30:50 laptop2021 kernel: ahci 0000:07:00.1: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
Nov 03 20:30:50 laptop2021 kernel: scsi host1: ahci
Nov 03 20:30:50 laptop2021 kernel: ata2: SATA max UDMA/133 abar m2048@0xfc600000 port 0xfc600100 irq 36
Nov 03 20:30:50 laptop2021 kernel: usbcore: registered new interface driver usbserial_generic
Nov 03 20:30:50 laptop2021 kernel: usbserial: USB Serial support registered for generic
Nov 03 20:30:50 laptop2021 kernel: rtc_cmos 00:01: RTC can wake from S4
Nov 03 20:30:50 laptop2021 kernel: rtc_cmos 00:01: registered as rtc0
Nov 03 20:30:50 laptop2021 kernel: rtc_cmos 00:01: setting system clock to 2023-11-04T03:30:44 UTC (1699068644)
Nov 03 20:30:50 laptop2021 kernel: rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Nov 03 20:30:50 laptop2021 kernel: amd_pstate: the _CPC object is not present in SBIOS or ACPI disabled
Nov 03 20:30:50 laptop2021 kernel: ledtrig-cpu: registered to indicate activity on CPUs
Nov 03 20:30:50 laptop2021 kernel: hid: raw HID events driver (C) Jiri Kosina
Nov 03 20:30:50 laptop2021 kernel: drop_monitor: Initializing network drop monitor service
Nov 03 20:30:50 laptop2021 kernel: Initializing XFRM netlink socket
Nov 03 20:30:50 laptop2021 kernel: NET: Registered PF_INET6 protocol family
Nov 03 20:30:50 laptop2021 kernel: Freeing initrd memory: 124588K
Nov 03 20:30:50 laptop2021 kernel: Segment Routing with IPv6
Nov 03 20:30:50 laptop2021 kernel: RPL Segment Routing with IPv6
Nov 03 20:30:50 laptop2021 kernel: In-situ OAM (IOAM) with IPv6
Nov 03 20:30:50 laptop2021 kernel: NET: Registered PF_PACKET protocol family
Nov 03 20:30:50 laptop2021 kernel: microcode: CPU6: patch_level=0x08600104
Nov 03 20:30:50 laptop2021 kernel: microcode: CPU7: patch_level=0x08600104
Nov 03 20:30:50 laptop2021 kernel: microcode: CPU1: patch_level=0x08600104
Nov 03 20:30:50 laptop2021 kernel: microcode: CPU0: patch_level=0x08600104
Nov 03 20:30:50 laptop2021 kernel: microcode: CPU4: patch_level=0x08600104
Nov 03 20:30:50 laptop2021 kernel: microcode: CPU5: patch_level=0x08600104
Nov 03 20:30:50 laptop2021 kernel: microcode: CPU9: patch_level=0x08600104
Nov 03 20:30:50 laptop2021 kernel: microcode: CPU2: patch_level=0x08600104
Nov 03 20:30:50 laptop2021 kernel: microcode: CPU3: patch_level=0x08600104
Nov 03 20:30:50 laptop2021 kernel: microcode: CPU13: patch_level=0x08600104
Nov 03 20:30:50 laptop2021 kernel: microcode: CPU10: patch_level=0x08600104
Nov 03 20:30:50 laptop2021 kernel: microcode: CPU11: patch_level=0x08600104
Nov 03 20:30:50 laptop2021 kernel: microcode: CPU12: patch_level=0x08600104
Nov 03 20:30:50 laptop2021 kernel: microcode: CPU14: patch_level=0x08600104
Nov 03 20:30:50 laptop2021 kernel: microcode: CPU15: patch_level=0x08600104
Nov 03 20:30:50 laptop2021 kernel: microcode: CPU8: patch_level=0x08600104
Nov 03 20:30:50 laptop2021 kernel: microcode: Microcode Update Driver: v2.2.
Nov 03 20:30:50 laptop2021 kernel: resctrl: L3 allocation detected
Nov 03 20:30:50 laptop2021 kernel: resctrl: MB allocation detected
Nov 03 20:30:50 laptop2021 kernel: resctrl: L3 monitoring detected
Nov 03 20:30:50 laptop2021 kernel: IPI shorthand broadcast: enabled
Nov 03 20:30:50 laptop2021 kernel: registered taskstats version 1
Nov 03 20:30:50 laptop2021 kernel: Loading compiled-in X.509 certificates
Nov 03 20:30:50 laptop2021 kernel: Loaded X.509 cert 'Build time autogenerated kernel key: fdf346533dc3b21715f417acfd13597229d45208'
Nov 03 20:30:50 laptop2021 kernel: zswap: loaded using pool zstd/zsmalloc
Nov 03 20:30:50 laptop2021 kernel: Key type .fscrypt registered
Nov 03 20:30:50 laptop2021 kernel: Key type fscrypt-provisioning registered
Nov 03 20:30:50 laptop2021 kernel: PM:   Magic number: 15:124:512
Nov 03 20:30:50 laptop2021 kernel: RAS: Correctable Errors collector initialized.
Nov 03 20:30:50 laptop2021 kernel: Unstable clock detected, switching default tracing clock to "global"
                                   If you want to keep using the local clock, then add:
                                     "trace_clock=local"
                                   on the kernel command line
Nov 03 20:30:50 laptop2021 kernel: clk: Disabling unused clocks
Nov 03 20:30:50 laptop2021 kernel: ata1: SATA link down (SStatus 0 SControl 300)
Nov 03 20:30:50 laptop2021 kernel: ata2: SATA link down (SStatus 0 SControl 300)
Nov 03 20:30:50 laptop2021 kernel: Freeing unused decrypted memory: 2036K
Nov 03 20:30:50 laptop2021 kernel: Freeing unused kernel image (initmem) memory: 3392K
Nov 03 20:30:50 laptop2021 kernel: Write protecting the kernel read-only data: 30720k
Nov 03 20:30:50 laptop2021 kernel: Freeing unused kernel image (rodata/data gap) memory: 1376K
Nov 03 20:30:50 laptop2021 kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Nov 03 20:30:50 laptop2021 kernel: rodata_test: all tests were successful
Nov 03 20:30:50 laptop2021 kernel: Run /init as init process
Nov 03 20:30:50 laptop2021 kernel:   with arguments:
Nov 03 20:30:50 laptop2021 kernel:     /init
Nov 03 20:30:50 laptop2021 kernel:   with environment:
Nov 03 20:30:50 laptop2021 kernel:     HOME=/
Nov 03 20:30:50 laptop2021 kernel:     TERM=linux
Nov 03 20:30:50 laptop2021 kernel:     BOOT_IMAGE=/vmlinuz-linux
Nov 03 20:30:50 laptop2021 kernel: ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
Nov 03 20:30:50 laptop2021 kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:10/LNXVIDEO:00/input/input4
Nov 03 20:30:50 laptop2021 kernel: [drm] amdgpu kernel modesetting enabled.
Nov 03 20:30:50 laptop2021 kernel: amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle
Nov 03 20:30:50 laptop2021 kernel: ATPX version 1, functions 0x00000201
Nov 03 20:30:50 laptop2021 kernel: ATPX Hybrid Graphics
Nov 03 20:30:50 laptop2021 kernel: amdgpu: CRAT table disabled by module option
Nov 03 20:30:50 laptop2021 kernel: amdgpu: Virtual CRAT table created for CPU
Nov 03 20:30:50 laptop2021 kernel: amdgpu: Topology: Add CPU node
Nov 03 20:30:50 laptop2021 kernel: amdgpu 0000:06:00.0: enabling device (0006 -> 0007)
Nov 03 20:30:50 laptop2021 kernel: [drm] initializing kernel modesetting (RENOIR 0x1002:0x1636 0x1043:0x1E21 0xC6).
Nov 03 20:30:50 laptop2021 kernel: [drm] register mmio base: 0xFC500000
Nov 03 20:30:50 laptop2021 kernel: [drm] register mmio size: 524288
Nov 03 20:30:50 laptop2021 kernel: [drm] add ip block number 0 <soc15_common>
Nov 03 20:30:50 laptop2021 kernel: [drm] add ip block number 1 <gmc_v9_0>
Nov 03 20:30:50 laptop2021 kernel: [drm] add ip block number 2 <vega10_ih>
Nov 03 20:30:50 laptop2021 kernel: [drm] add ip block number 3 <psp>
Nov 03 20:30:50 laptop2021 kernel: [drm] add ip block number 4 <smu>
Nov 03 20:30:50 laptop2021 kernel: [drm] add ip block number 5 <dm>
Nov 03 20:30:50 laptop2021 kernel: [drm] add ip block number 6 <gfx_v9_0>
Nov 03 20:30:50 laptop2021 kernel: [drm] add ip block number 7 <sdma_v4_0>
Nov 03 20:30:50 laptop2021 kernel: [drm] add ip block number 8 <vcn_v2_0>
Nov 03 20:30:50 laptop2021 kernel: [drm] add ip block number 9 <jpeg_v2_0>
Nov 03 20:30:50 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: Fetched VBIOS from VFCT
Nov 03 20:30:50 laptop2021 kernel: amdgpu: ATOM BIOS: 113-RENOIR-025
Nov 03 20:30:50 laptop2021 kernel: [drm] VCN decode is enabled in VM mode
Nov 03 20:30:50 laptop2021 kernel: [drm] VCN encode is enabled in VM mode
Nov 03 20:30:50 laptop2021 kernel: [drm] JPEG decode is enabled in VM mode
Nov 03 20:30:50 laptop2021 kernel: [drm] MCBP is enabled
Nov 03 20:30:50 laptop2021 kernel: Console: switching to colour dummy device 80x25
Nov 03 20:30:50 laptop2021 kernel: amdgpu 0000:06:00.0: vgaarb: deactivate vga console
Nov 03 20:30:50 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled
Nov 03 20:30:50 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: MODE2 reset
Nov 03 20:30:50 laptop2021 kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Nov 03 20:30:50 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
Nov 03 20:30:50 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
Nov 03 20:30:50 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
Nov 03 20:30:50 laptop2021 kernel: [drm] Detected VRAM RAM=512M, BAR=512M
Nov 03 20:30:50 laptop2021 kernel: [drm] RAM width 128bits DDR4
Nov 03 20:30:50 laptop2021 kernel: [drm] amdgpu: 512M of VRAM memory ready
Nov 03 20:30:50 laptop2021 kernel: [drm] amdgpu: 7704M of GTT memory ready.
Nov 03 20:30:50 laptop2021 kernel: [drm] GART: num cpu pages 262144, num gpu pages 262144
Nov 03 20:30:50 laptop2021 kernel: [drm] PCIE GART of 1024M enabled.
Nov 03 20:30:50 laptop2021 kernel: [drm] PTB located at 0x000000F41FC00000
Nov 03 20:30:50 laptop2021 kernel: [drm] Loading DMUB firmware via PSP: version=0x01010027
Nov 03 20:30:50 laptop2021 kernel: [drm] Found VCN firmware Version ENC: 1.20 DEC: 6 VEP: 0 Revision: 0
Nov 03 20:30:50 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: Will use PSP to load VCN firmware
Nov 03 20:30:50 laptop2021 kernel: [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
Nov 03 20:30:50 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: RAS: optional ras ta ucode is not available
Nov 03 20:30:50 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: RAP: optional rap ta ucode is not available
Nov 03 20:30:50 laptop2021 kernel: [drm] psp gfx command LOAD_TA(0x1) failed and response status is (0x7)
Nov 03 20:30:50 laptop2021 kernel: [drm] psp gfx command INVOKE_CMD(0x3) failed and response status is (0x4)
Nov 03 20:30:50 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: Secure display: Generic Failure.
Nov 03 20:30:50 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: SECUREDISPLAY: query securedisplay TA failed. ret 0x0
Nov 03 20:30:50 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: SMU is initialized successfully!
Nov 03 20:30:50 laptop2021 kernel: [drm] Display Core v3.2.241 initialized on DCN 2.1
Nov 03 20:30:50 laptop2021 kernel: [drm] DP-HDMI FRL PCON supported
Nov 03 20:30:50 laptop2021 kernel: [drm] DMUB hardware initialized: version=0x01010027
Nov 03 20:30:50 laptop2021 kernel: [drm] kiq ring mec 2 pipe 1 q 0
Nov 03 20:30:50 laptop2021 kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
Nov 03 20:30:50 laptop2021 kernel: [drm] JPEG decode initialized successfully.
Nov 03 20:30:50 laptop2021 kernel: amdgpu: HMM registered 512MB device memory
Nov 03 20:30:50 laptop2021 kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
Nov 03 20:30:50 laptop2021 kernel: kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
Nov 03 20:30:50 laptop2021 kernel: amdgpu: Virtual CRAT table created for GPU
Nov 03 20:30:50 laptop2021 kernel: amdgpu: Topology: Add dGPU node [0x1636:0x1002]
Nov 03 20:30:50 laptop2021 kernel: kfd kfd: amdgpu: added device 1002:1636
Nov 03 20:30:50 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 8, active_cu_number 7
Nov 03 20:30:50 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
Nov 03 20:30:50 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: ring gfx_low uses VM inv eng 1 on hub 0
Nov 03 20:30:50 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: ring gfx_high uses VM inv eng 4 on hub 0
Nov 03 20:30:50 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 5 on hub 0
Nov 03 20:30:50 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 6 on hub 0
Nov 03 20:30:50 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 7 on hub 0
Nov 03 20:30:50 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 8 on hub 0
Nov 03 20:30:50 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 9 on hub 0
Nov 03 20:30:50 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 10 on hub 0
Nov 03 20:30:50 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 11 on hub 0
Nov 03 20:30:50 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 12 on hub 0
Nov 03 20:30:50 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 13 on hub 0
Nov 03 20:30:50 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 8
Nov 03 20:30:50 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 8
Nov 03 20:30:50 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 8
Nov 03 20:30:50 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 8
Nov 03 20:30:50 laptop2021 kernel: amdgpu 0000:06:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 8
Nov 03 20:30:50 laptop2021 kernel: [drm] Initialized amdgpu 3.54.0 20150101 for 0000:06:00.0 on minor 0
Nov 03 20:30:50 laptop2021 kernel: fbcon: amdgpudrmfb (fb0) is primary device
Nov 03 20:30:50 laptop2021 kernel: [drm] DSC precompute is not needed.
Nov 03 20:30:50 laptop2021 kernel: Console: switching to colour frame buffer device 240x67
Nov 03 20:30:50 laptop2021 kernel: amdgpu 0000:06:00.0: [drm] fb0: amdgpudrmfb frame buffer device
Nov 03 20:30:50 laptop2021 kernel: nvidia: loading out-of-tree module taints kernel.
Nov 03 20:30:50 laptop2021 kernel: nvidia: module license 'NVIDIA' taints kernel.
Nov 03 20:30:50 laptop2021 kernel: Disabling lock debugging due to kernel taint
Nov 03 20:30:50 laptop2021 kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Nov 03 20:30:50 laptop2021 kernel: nvidia: module license taints kernel.
Nov 03 20:30:50 laptop2021 kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 235
Nov 03 20:30:50 laptop2021 kernel: 
Nov 03 20:30:50 laptop2021 kernel: nvidia 0000:01:00.0: enabling device (0000 -> 0003)
Nov 03 20:30:50 laptop2021 kernel: nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
Nov 03 20:30:50 laptop2021 kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  535.113.01  Tue Sep 12 19:41:24 UTC 2023
Nov 03 20:30:50 laptop2021 kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  535.113.01  Tue Sep 12 19:45:42 UTC 2023
Nov 03 20:30:50 laptop2021 kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
Nov 03 20:30:50 laptop2021 kernel: nvidia-uvm: Loaded the UVM driver, major device number 511.
Nov 03 20:30:50 laptop2021 kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Nov 03 20:30:50 laptop2021 kernel: ACPI Warning: \_SB.PCI0.GPP0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20230331/nsarguments-61)
Nov 03 20:30:50 laptop2021 kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 1
Nov 03 20:30:50 laptop2021 kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
Nov 03 20:30:50 laptop2021 kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Nov 03 20:30:50 laptop2021 kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Nov 03 20:30:50 laptop2021 kernel: xhci_hcd 0000:01:00.2: xHCI Host Controller
Nov 03 20:30:50 laptop2021 kernel: xhci_hcd 0000:01:00.2: new USB bus registered, assigned bus number 1
Nov 03 20:30:50 laptop2021 kernel: xhci_hcd 0000:01:00.2: hcc params 0x0180ff05 hci version 0x110 quirks 0x0000000000000010
Nov 03 20:30:50 laptop2021 kernel: xhci_hcd 0000:01:00.2: xHCI Host Controller
Nov 03 20:30:50 laptop2021 kernel: xhci_hcd 0000:01:00.2: new USB bus registered, assigned bus number 2
Nov 03 20:30:50 laptop2021 kernel: xhci_hcd 0000:01:00.2: Host supports USB 3.1 Enhanced SuperSpeed
Nov 03 20:30:50 laptop2021 kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
Nov 03 20:30:50 laptop2021 kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 03 20:30:50 laptop2021 kernel: usb usb1: Product: xHCI Host Controller
Nov 03 20:30:50 laptop2021 kernel: usb usb1: Manufacturer: Linux 6.5.9-arch2-1 xhci-hcd
Nov 03 20:30:50 laptop2021 kernel: usb usb1: SerialNumber: 0000:01:00.2
Nov 03 20:30:50 laptop2021 kernel: hub 1-0:1.0: USB hub found
Nov 03 20:30:50 laptop2021 kernel: hub 1-0:1.0: 2 ports detected
Nov 03 20:30:50 laptop2021 kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Nov 03 20:30:50 laptop2021 kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.05
Nov 03 20:30:50 laptop2021 kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 03 20:30:50 laptop2021 kernel: usb usb2: Product: xHCI Host Controller
Nov 03 20:30:50 laptop2021 kernel: usb usb2: Manufacturer: Linux 6.5.9-arch2-1 xhci-hcd
Nov 03 20:30:50 laptop2021 kernel: usb usb2: SerialNumber: 0000:01:00.2
Nov 03 20:30:50 laptop2021 kernel: hub 2-0:1.0: USB hub found
Nov 03 20:30:50 laptop2021 kernel: hub 2-0:1.0: 4 ports detected
Nov 03 20:30:50 laptop2021 kernel: xhci_hcd 0000:06:00.3: xHCI Host Controller
Nov 03 20:30:50 laptop2021 kernel: xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 3
Nov 03 20:30:50 laptop2021 kernel: xhci_hcd 0000:06:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
Nov 03 20:30:50 laptop2021 kernel: xhci_hcd 0000:06:00.3: xHCI Host Controller
Nov 03 20:30:50 laptop2021 kernel: xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 4
Nov 03 20:30:50 laptop2021 kernel: xhci_hcd 0000:06:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Nov 03 20:30:50 laptop2021 kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
Nov 03 20:30:50 laptop2021 kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 03 20:30:50 laptop2021 kernel: usb usb3: Product: xHCI Host Controller
Nov 03 20:30:50 laptop2021 kernel: usb usb3: Manufacturer: Linux 6.5.9-arch2-1 xhci-hcd
Nov 03 20:30:50 laptop2021 kernel: usb usb3: SerialNumber: 0000:06:00.3
Nov 03 20:30:50 laptop2021 kernel: hub 3-0:1.0: USB hub found
Nov 03 20:30:50 laptop2021 kernel: hub 3-0:1.0: 4 ports detected
Nov 03 20:30:50 laptop2021 kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Nov 03 20:30:50 laptop2021 kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.05
Nov 03 20:30:50 laptop2021 kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 03 20:30:50 laptop2021 kernel: usb usb4: Product: xHCI Host Controller
Nov 03 20:30:50 laptop2021 kernel: usb usb4: Manufacturer: Linux 6.5.9-arch2-1 xhci-hcd
Nov 03 20:30:50 laptop2021 kernel: usb usb4: SerialNumber: 0000:06:00.3
Nov 03 20:30:50 laptop2021 kernel: hub 4-0:1.0: USB hub found
Nov 03 20:30:50 laptop2021 kernel: hub 4-0:1.0: 2 ports detected
Nov 03 20:30:50 laptop2021 kernel: xhci_hcd 0000:06:00.4: xHCI Host Controller
Nov 03 20:30:50 laptop2021 kernel: xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 5
Nov 03 20:30:50 laptop2021 kernel: xhci_hcd 0000:06:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
Nov 03 20:30:50 laptop2021 kernel: xhci_hcd 0000:06:00.4: xHCI Host Controller
Nov 03 20:30:50 laptop2021 kernel: xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 6
Nov 03 20:30:50 laptop2021 kernel: xhci_hcd 0000:06:00.4: Host supports USB 3.1 Enhanced SuperSpeed
Nov 03 20:30:50 laptop2021 kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
Nov 03 20:30:50 laptop2021 kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 03 20:30:50 laptop2021 kernel: usb usb5: Product: xHCI Host Controller
Nov 03 20:30:50 laptop2021 kernel: usb usb5: Manufacturer: Linux 6.5.9-arch2-1 xhci-hcd
Nov 03 20:30:50 laptop2021 kernel: usb usb5: SerialNumber: 0000:06:00.4
Nov 03 20:30:50 laptop2021 kernel: hub 5-0:1.0: USB hub found
Nov 03 20:30:50 laptop2021 kernel: hub 5-0:1.0: 4 ports detected
Nov 03 20:30:50 laptop2021 kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
Nov 03 20:30:50 laptop2021 kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.05
Nov 03 20:30:50 laptop2021 kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 03 20:30:50 laptop2021 kernel: usb usb6: Product: xHCI Host Controller
Nov 03 20:30:50 laptop2021 kernel: usb usb6: Manufacturer: Linux 6.5.9-arch2-1 xhci-hcd
Nov 03 20:30:50 laptop2021 kernel: usb usb6: SerialNumber: 0000:06:00.4
Nov 03 20:30:50 laptop2021 kernel: hub 6-0:1.0: USB hub found
Nov 03 20:30:50 laptop2021 kernel: hub 6-0:1.0: 2 ports detected
Nov 03 20:30:50 laptop2021 kernel: nvme 0000:04:00.0: platform quirk: setting simple suspend
Nov 03 20:30:50 laptop2021 kernel: nvme 0000:05:00.0: platform quirk: setting simple suspend
Nov 03 20:30:50 laptop2021 kernel: nvme nvme0: pci function 0000:04:00.0
Nov 03 20:30:50 laptop2021 kernel: nvme nvme1: pci function 0000:05:00.0
Nov 03 20:30:50 laptop2021 kernel: nvme nvme0: missing or invalid SUBNQN field.
Nov 03 20:30:50 laptop2021 kernel: nvme nvme1: allocated 32 MiB host memory buffer.
Nov 03 20:30:50 laptop2021 kernel: nvme nvme1: 16/0/0 default/read/poll queues
Nov 03 20:30:50 laptop2021 kernel:  nvme1n1: p1 p2 p3 p4 p5
Nov 03 20:30:50 laptop2021 kernel: nvme nvme0: allocated 32 MiB host memory buffer.
Nov 03 20:30:50 laptop2021 kernel: nvme nvme0: 8/0/0 default/read/poll queues
Nov 03 20:30:50 laptop2021 kernel: nvme nvme0: Ignoring bogus Namespace Identifiers
Nov 03 20:30:50 laptop2021 kernel:  nvme0n1: p1 p2
Nov 03 20:30:50 laptop2021 kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
Nov 03 20:30:50 laptop2021 kernel: usb 5-1: new full-speed USB device number 2 using xhci_hcd
Nov 03 20:30:50 laptop2021 kernel: usb 3-1: new full-speed USB device number 2 using xhci_hcd
Nov 03 20:30:50 laptop2021 kernel: EXT4-fs (nvme0n1p2): mounted filesystem f71d8c0d-6d2e-45bd-8cb5-18a077099165 r/w with ordered data mode. Quota mode: none.
Nov 03 20:30:50 laptop2021 kernel: usb 3-1: not running at top speed; connect to a high speed hub
Nov 03 20:30:50 laptop2021 systemd[1]: systemd 254.5-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Nov 03 20:30:50 laptop2021 systemd[1]: Detected architecture x86-64.
Nov 03 20:30:50 laptop2021 systemd[1]: Hostname set to <laptop2021>.
Nov 03 20:30:50 laptop2021 kernel: usb 5-1: New USB device found, idVendor=04ca, idProduct=4005, bcdDevice= 0.00
Nov 03 20:30:50 laptop2021 kernel: usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 03 20:30:50 laptop2021 kernel: usb 5-1: Product: Bluetooth Radio
Nov 03 20:30:50 laptop2021 kernel: usb 5-1: Manufacturer: Realtek
Nov 03 20:30:50 laptop2021 kernel: usb 5-1: SerialNumber: 00e04c000001
Nov 03 20:30:50 laptop2021 kernel: usb 3-1: New USB device found, idVendor=0bda, idProduct=5442, bcdDevice= 3.00
Nov 03 20:30:50 laptop2021 kernel: usb 3-1: New USB device strings: Mfr=17, Product=18, SerialNumber=19
Nov 03 20:30:50 laptop2021 kernel: usb 3-1: Product: Cable Matters USB-C Video Cable
Nov 03 20:30:50 laptop2021 kernel: usb 3-1: Manufacturer: Cable Matters Inc.
Nov 03 20:30:50 laptop2021 kernel: usb 3-1: SerialNumber: 123456789ABCDEFGH
Nov 03 20:30:50 laptop2021 kernel: usb 6-2: new SuperSpeed USB device number 2 using xhci_hcd
Nov 03 20:30:50 laptop2021 kernel: usb 6-2: New USB device found, idVendor=05e3, idProduct=0620, bcdDevice=93.06
Nov 03 20:30:50 laptop2021 kernel: usb 6-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 03 20:30:50 laptop2021 kernel: usb 6-2: Product: USB3.1 Hub
Nov 03 20:30:50 laptop2021 kernel: usb 6-2: Manufacturer: GenesysLogic
Nov 03 20:30:50 laptop2021 kernel: usb 3-2: new full-speed USB device number 3 using xhci_hcd
Nov 03 20:30:50 laptop2021 kernel: hub 6-2:1.0: USB hub found
Nov 03 20:30:50 laptop2021 kernel: hub 6-2:1.0: 4 ports detected
Nov 03 20:30:50 laptop2021 kernel: usb 5-2: new high-speed USB device number 3 using xhci_hcd
Nov 03 20:30:50 laptop2021 systemd[1]: bpf-lsm: LSM BPF program attached
Nov 03 20:30:50 laptop2021 kernel: usb 3-2: New USB device found, idVendor=194f, idProduct=0302, bcdDevice= 2.70
Nov 03 20:30:50 laptop2021 kernel: usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 03 20:30:50 laptop2021 kernel: usb 3-2: Product: AudioBox USB
Nov 03 20:30:50 laptop2021 kernel: usb 3-2: Manufacturer: PreSonus Audio
Nov 03 20:30:50 laptop2021 kernel: usb 5-2: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=93.06
Nov 03 20:30:50 laptop2021 kernel: usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 03 20:30:50 laptop2021 kernel: usb 5-2: Product: USB2.1 Hub
Nov 03 20:30:50 laptop2021 kernel: usb 5-2: Manufacturer: GenesysLogic
Nov 03 20:30:50 laptop2021 kernel: usb 3-4: new high-speed USB device number 4 using xhci_hcd
Nov 03 20:30:50 laptop2021 kernel: hub 5-2:1.0: USB hub found
Nov 03 20:30:50 laptop2021 kernel: hub 5-2:1.0: 4 ports detected
Nov 03 20:30:50 laptop2021 kernel: usb 6-2.4: new SuperSpeed USB device number 3 using xhci_hcd
Nov 03 20:30:50 laptop2021 kernel: usb 6-2.4: New USB device found, idVendor=05e3, idProduct=0620, bcdDevice=93.06
Nov 03 20:30:50 laptop2021 kernel: usb 6-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 03 20:30:50 laptop2021 kernel: usb 6-2.4: Product: USB3.1 Hub
Nov 03 20:30:50 laptop2021 kernel: usb 6-2.4: Manufacturer: GenesysLogic
Nov 03 20:30:50 laptop2021 systemd[1]: Queued start job for default target Graphical Interface.
Nov 03 20:30:50 laptop2021 kernel: hub 6-2.4:1.0: USB hub found
Nov 03 20:30:50 laptop2021 kernel: hub 6-2.4:1.0: 4 ports detected
Nov 03 20:30:50 laptop2021 systemd[1]: Created slice Slice /system/getty.
Nov 03 20:30:50 laptop2021 systemd[1]: Created slice Slice /system/modprobe.
Nov 03 20:30:50 laptop2021 systemd[1]: Created slice User and Session Slice.
Nov 03 20:30:50 laptop2021 systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Nov 03 20:30:50 laptop2021 systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Nov 03 20:30:50 laptop2021 systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Nov 03 20:30:50 laptop2021 systemd[1]: Reached target Local Encrypted Volumes.
Nov 03 20:30:50 laptop2021 systemd[1]: Reached target Login Prompts.
Nov 03 20:30:50 laptop2021 systemd[1]: Reached target Local Integrity Protected Volumes.
Nov 03 20:30:50 laptop2021 systemd[1]: Reached target Path Units.
Nov 03 20:30:50 laptop2021 systemd[1]: Reached target Remote File Systems.
Nov 03 20:30:50 laptop2021 systemd[1]: Reached target Slice Units.
Nov 03 20:30:50 laptop2021 systemd[1]: Reached target Swaps.
Nov 03 20:30:50 laptop2021 systemd[1]: Reached target Local Verity Protected Volumes.
Nov 03 20:30:50 laptop2021 systemd[1]: Listening on Device-mapper event daemon FIFOs.
Nov 03 20:30:50 laptop2021 systemd[1]: Listening on LVM2 poll daemon socket.
Nov 03 20:30:50 laptop2021 systemd[1]: Listening on Process Core Dump Socket.
Nov 03 20:30:50 laptop2021 systemd[1]: Listening on Journal Socket (/dev/log).
Nov 03 20:30:50 laptop2021 systemd[1]: Listening on Journal Socket.
Nov 03 20:30:50 laptop2021 systemd[1]: Listening on udev Control Socket.
Nov 03 20:30:50 laptop2021 systemd[1]: Listening on udev Kernel Socket.
Nov 03 20:30:50 laptop2021 systemd[1]: Mounting Huge Pages File System...
Nov 03 20:30:50 laptop2021 systemd[1]: Mounting POSIX Message Queue File System...
Nov 03 20:30:50 laptop2021 systemd[1]: Mounting Kernel Debug File System...
Nov 03 20:30:50 laptop2021 systemd[1]: Mounting Kernel Trace File System...
Nov 03 20:30:50 laptop2021 systemd[1]: Mounting Temporary Directory /tmp...
Nov 03 20:30:50 laptop2021 systemd[1]: Starting Create List of Static Device Nodes...
Nov 03 20:30:50 laptop2021 systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Nov 03 20:30:50 laptop2021 systemd[1]: Starting Load Kernel Module configfs...
Nov 03 20:30:50 laptop2021 systemd[1]: Starting Load Kernel Module dm_mod...
Nov 03 20:30:50 laptop2021 systemd[1]: Starting Load Kernel Module drm...
Nov 03 20:30:50 laptop2021 systemd[1]: Starting Load Kernel Module fuse...
Nov 03 20:30:50 laptop2021 systemd[1]: Starting Load Kernel Module loop...
Nov 03 20:30:50 laptop2021 systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Nov 03 20:30:50 laptop2021 systemd[1]: Starting Journal Service...
Nov 03 20:30:50 laptop2021 systemd[1]: Starting Load Kernel Modules...
Nov 03 20:30:50 laptop2021 systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Nov 03 20:30:50 laptop2021 systemd[1]: Starting Remount Root and Kernel File Systems...
Nov 03 20:30:50 laptop2021 kernel: usb 3-4: New USB device found, idVendor=13d3, idProduct=56a2, bcdDevice=19.02
Nov 03 20:30:50 laptop2021 kernel: usb 3-4: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Nov 03 20:30:50 laptop2021 kernel: usb 3-4: Product: USB2.0 HD UVC WebCam
Nov 03 20:30:50 laptop2021 kernel: usb 3-4: Manufacturer: Azurewave
Nov 03 20:30:50 laptop2021 kernel: usb 3-4: SerialNumber: 0x0001
Nov 03 20:30:50 laptop2021 systemd[1]: Starting Coldplug All udev Devices...
Nov 03 20:30:50 laptop2021 kernel: loop: module loaded
Nov 03 20:30:50 laptop2021 systemd[1]: Mounted Huge Pages File System.
Nov 03 20:30:50 laptop2021 systemd[1]: Mounted POSIX Message Queue File System.
Nov 03 20:30:50 laptop2021 systemd[1]: Mounted Kernel Debug File System.
Nov 03 20:30:50 laptop2021 systemd[1]: Mounted Kernel Trace File System.
Nov 03 20:30:50 laptop2021 systemd[1]: Mounted Temporary Directory /tmp.
Nov 03 20:30:50 laptop2021 kernel: EXT4-fs (nvme0n1p2): re-mounted f71d8c0d-6d2e-45bd-8cb5-18a077099165 r/w. Quota mode: none.
Nov 03 20:30:50 laptop2021 systemd-journald[329]: Collecting audit messages is disabled.
Nov 03 20:30:50 laptop2021 kernel: device-mapper: uevent: version 1.0.3
Nov 03 20:30:50 laptop2021 kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
Nov 03 20:30:50 laptop2021 kernel: fuse: init (API version 7.38)
Nov 03 20:30:50 laptop2021 systemd[1]: Finished Create List of Static Device Nodes.
Nov 03 20:30:50 laptop2021 systemd[1]: modprobe@configfs.service: Deactivated successfully.
Nov 03 20:30:50 laptop2021 systemd[1]: Finished Load Kernel Module configfs.
Nov 03 20:30:50 laptop2021 systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Nov 03 20:30:50 laptop2021 systemd-journald[329]: Journal started
Nov 03 20:30:50 laptop2021 systemd-journald[329]: Runtime Journal (/run/log/journal/6932a57505d64acc84f1f30b873d9450) is 8.0M, max 770.4M, 762.4M free.
Nov 03 20:30:50 laptop2021 systemd-modules-load[330]: Inserted module 'crypto_user'
Nov 03 20:30:50 laptop2021 systemd[1]: Finished Load Kernel Module dm_mod.
Nov 03 20:30:50 laptop2021 systemd[1]: Started Journal Service.
Nov 03 20:30:51 laptop2021 systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Nov 03 20:30:51 laptop2021 systemd[1]: modprobe@drm.service: Deactivated successfully.
Nov 03 20:30:51 laptop2021 systemd[1]: Finished Load Kernel Module drm.
Nov 03 20:30:51 laptop2021 systemd[1]: modprobe@fuse.service: Deactivated successfully.
Nov 03 20:30:51 laptop2021 systemd[1]: Finished Load Kernel Module fuse.
Nov 03 20:30:51 laptop2021 systemd[1]: modprobe@loop.service: Deactivated successfully.
Nov 03 20:30:51 laptop2021 kernel: usb 5-2.4: new high-speed USB device number 4 using xhci_hcd
Nov 03 20:30:51 laptop2021 systemd[1]: Finished Load Kernel Module loop.
Nov 03 20:30:51 laptop2021 systemd[1]: Finished Load Kernel Modules.
Nov 03 20:30:51 laptop2021 systemd[1]: Finished Remount Root and Kernel File Systems.
Nov 03 20:30:51 laptop2021 kernel: usb 5-2.4: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=93.06
Nov 03 20:30:51 laptop2021 kernel: usb 5-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 03 20:30:51 laptop2021 kernel: usb 5-2.4: Product: USB2.1 Hub
Nov 03 20:30:51 laptop2021 kernel: usb 5-2.4: Manufacturer: GenesysLogic
Nov 03 20:30:51 laptop2021 systemd[1]: Finished Coldplug All udev Devices.
Nov 03 20:30:51 laptop2021 kernel: hub 5-2.4:1.0: USB hub found
Nov 03 20:30:51 laptop2021 kernel: hub 5-2.4:1.0: 4 ports detected
Nov 03 20:30:51 laptop2021 systemd[1]: Mounting FUSE Control File System...
Nov 03 20:30:51 laptop2021 systemd[1]: Mounting Kernel Configuration File System...
Nov 03 20:30:51 laptop2021 systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Nov 03 20:30:51 laptop2021 systemd[1]: Starting Flush Journal to Persistent Storage...
Nov 03 20:30:51 laptop2021 systemd[1]: Starting Load/Save OS Random Seed...
Nov 03 20:30:51 laptop2021 systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Nov 03 20:30:51 laptop2021 systemd[1]: Starting Apply Kernel Variables...
Nov 03 20:30:51 laptop2021 systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Nov 03 20:30:51 laptop2021 systemd-journald[329]: Time spent on flushing to /var/log/journal/6932a57505d64acc84f1f30b873d9450 is 83.712ms for 1157 entries.
Nov 03 20:30:51 laptop2021 systemd-journald[329]: System Journal (/var/log/journal/6932a57505d64acc84f1f30b873d9450) is 429.8M, max 4.0G, 3.5G free.
Nov 03 20:30:51 laptop2021 systemd-journald[329]: Received client request to flush runtime journal.
Nov 03 20:30:51 laptop2021 kernel: usb 6-2.4.4: new SuperSpeed USB device number 4 using xhci_hcd
Nov 03 20:30:51 laptop2021 systemd-journald[329]: /var/log/journal/6932a57505d64acc84f1f30b873d9450/system.journal: Journal file uses a different sequence number ID, rotating.
Nov 03 20:30:51 laptop2021 systemd-journald[329]: Rotating system journal.
Nov 03 20:30:51 laptop2021 kernel: usb 6-2.4.4: New USB device found, idVendor=05e3, idProduct=0620, bcdDevice=93.06
Nov 03 20:30:51 laptop2021 kernel: usb 6-2.4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 03 20:30:51 laptop2021 kernel: usb 6-2.4.4: Product: USB3.1 Hub
Nov 03 20:30:51 laptop2021 kernel: usb 6-2.4.4: Manufacturer: GenesysLogic
Nov 03 20:30:51 laptop2021 kernel: hub 6-2.4.4:1.0: USB hub found
Nov 03 20:30:51 laptop2021 kernel: hub 6-2.4.4:1.0: 4 ports detected
Nov 03 20:30:51 laptop2021 systemd[1]: Mounted FUSE Control File System.
Nov 03 20:30:51 laptop2021 systemd[1]: Mounted Kernel Configuration File System.
Nov 03 20:30:51 laptop2021 systemd[1]: Finished Apply Kernel Variables.
Nov 03 20:30:51 laptop2021 systemd[1]: Finished Load/Save OS Random Seed.
Nov 03 20:30:51 laptop2021 systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Nov 03 20:30:51 laptop2021 systemd[1]: Finished Flush Journal to Persistent Storage.
Nov 03 20:30:51 laptop2021 systemd[1]: Starting Create System Users...
Nov 03 20:30:51 laptop2021 systemd[1]: Finished Create System Users.
Nov 03 20:30:51 laptop2021 systemd[1]: Starting Create Static Device Nodes in /dev...
Nov 03 20:30:51 laptop2021 systemd[1]: Finished Create Static Device Nodes in /dev.
Nov 03 20:30:51 laptop2021 systemd[1]: Reached target Preparation for Local File Systems.
Nov 03 20:30:51 laptop2021 systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Nov 03 20:30:51 laptop2021 kernel: usb 5-2.4.3: new full-speed USB device number 5 using xhci_hcd
Nov 03 20:30:51 laptop2021 systemd[1]: Starting Rule-based Manager for Device Events and Files...
Nov 03 20:30:51 laptop2021 systemd-udevd[379]: Using default interface naming scheme 'v253'.
Nov 03 20:30:51 laptop2021 systemd[1]: Started Rule-based Manager for Device Events and Files.
Nov 03 20:30:51 laptop2021 mtp-probe[399]: checking bus 3, device 4: "/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb3/3-4"
Nov 03 20:30:51 laptop2021 mtp-probe[399]: bus: 3, device: 4 was not an MTP device
Nov 03 20:30:51 laptop2021 kernel: mc: Linux media interface: v0.10
Nov 03 20:30:51 laptop2021 (udev-worker)[439]: 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.
Nov 03 20:30:51 laptop2021 systemd[1]: Found device CT1000P3SSD8 1.
Nov 03 20:30:51 laptop2021 (udev-worker)[439]: 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.
Nov 03 20:30:51 laptop2021 kernel: input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input6
Nov 03 20:30:51 laptop2021 kernel: usb 5-2.4.3: New USB device found, idVendor=056a, idProduct=00b8, bcdDevice= 1.04
Nov 03 20:30:51 laptop2021 kernel: usb 5-2.4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 03 20:30:51 laptop2021 kernel: usb 5-2.4.3: Product: PTK-440
Nov 03 20:30:51 laptop2021 kernel: usb 5-2.4.3: Manufacturer: Tablet
Nov 03 20:30:51 laptop2021 kernel: nvidia-gpu 0000:01:00.3: enabling device (0000 -> 0002)
Nov 03 20:30:51 laptop2021 kernel: videodev: Linux video capture interface: v2.00
Nov 03 20:30:51 laptop2021 kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Nov 03 20:30:51 laptop2021 kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Nov 03 20:30:51 laptop2021 kernel: input: PC Speaker as /devices/platform/pcspkr/input/input7
Nov 03 20:30:51 laptop2021 kernel: acpi_cpufreq: overriding BIOS provided _PSD data
Nov 03 20:30:51 laptop2021 kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Nov 03 20:30:51 laptop2021 systemd[1]: Found device WDC PC SN530 SDBPNPZ-1T00-1002 OS.
Nov 03 20:30:51 laptop2021 systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Nov 03 20:30:51 laptop2021 kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Nov 03 20:30:51 laptop2021 kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Nov 03 20:30:51 laptop2021 kernel: usb 5-2.4.4: new high-speed USB device number 6 using xhci_hcd
Nov 03 20:30:51 laptop2021 systemd[1]: Mounting /boot...
Nov 03 20:30:51 laptop2021 systemd[1]: Mounting /mnt/win...
Nov 03 20:30:51 laptop2021 systemd[1]: Starting Virtual Console Setup...
Nov 03 20:30:52 laptop2021 systemd[1]: Finished Virtual Console Setup.
Nov 03 20:30:52 laptop2021 kernel: ntfs3: Max link count 4000
Nov 03 20:30:52 laptop2021 kernel: ntfs3: Enabled Linux POSIX ACLs support
Nov 03 20:30:52 laptop2021 kernel: ntfs3: Read-only LZX/Xpress compression included
Nov 03 20:30:52 laptop2021 kernel: usb 5-2.4.4: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=93.06
Nov 03 20:30:52 laptop2021 kernel: usb 5-2.4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 03 20:30:52 laptop2021 kernel: usb 5-2.4.4: Product: USB2.1 Hub
Nov 03 20:30:52 laptop2021 kernel: usb 5-2.4.4: Manufacturer: GenesysLogic
Nov 03 20:30:52 laptop2021 kernel: input: ELAN1203:00 04F3:307A Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-ELAN1203:00/0018:04F3:307A.0001/input/input8
Nov 03 20:30:52 laptop2021 kernel: input: ELAN1203:00 04F3:307A Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-ELAN1203:00/0018:04F3:307A.0001/input/input9
Nov 03 20:30:52 laptop2021 kernel: hid-generic 0018:04F3:307A.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN1203:00 04F3:307A] on i2c-ELAN1203:00
Nov 03 20:30:52 laptop2021 kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Nov 03 20:30:52 laptop2021 kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Nov 03 20:30:52 laptop2021 kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Nov 03 20:30:52 laptop2021 kernel: cryptd: max_cpu_qlen set to 1000
Nov 03 20:30:52 laptop2021 systemd[1]: Mounted /boot.
Nov 03 20:30:52 laptop2021 kernel: asus_wmi: ASUS WMI generic driver loaded
Nov 03 20:30:52 laptop2021 kernel: AVX2 version of gcm_enc/dec engaged.
Nov 03 20:30:52 laptop2021 kernel: AES CTR mode by8 optimization enabled
Nov 03 20:30:52 laptop2021 kernel: asus_wmi: Initialization: 0x1
Nov 03 20:30:52 laptop2021 kernel: asus_wmi: BIOS WMI version: 8.1
Nov 03 20:30:52 laptop2021 kernel: asus_wmi: SFUN value: 0x4a0061
Nov 03 20:30:52 laptop2021 kernel: asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
Nov 03 20:30:52 laptop2021 kernel: asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
Nov 03 20:30:52 laptop2021 kernel: r8169 0000:02:00.0 eth0: RTL8168h/8111h, 3c:7c:3f:1b:fc:a0, XID 541, IRQ 92
Nov 03 20:30:52 laptop2021 kernel: r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Nov 03 20:30:52 laptop2021 kernel: hub 5-2.4.4:1.0: USB hub found
Nov 03 20:30:52 laptop2021 kernel: hub 5-2.4.4:1.0: 4 ports detected
Nov 03 20:30:52 laptop2021 kernel: r8169 0000:02:00.0 enp2s0: renamed from eth0
Nov 03 20:30:52 laptop2021 kernel: asus-nb-wmi asus-nb-wmi: Using throttle_thermal_policy for platform_profile support
Nov 03 20:30:52 laptop2021 kernel: input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input10
Nov 03 20:30:52 laptop2021 kernel: usb 3-4: Found UVC 1.00 device USB2.0 HD UVC WebCam (13d3:56a2)
Nov 03 20:30:52 laptop2021 kernel: usbcore: registered new interface driver uvcvideo
Nov 03 20:30:52 laptop2021 mtp-probe[496]: checking bus 3, device 4: "/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb3/3-4"
Nov 03 20:30:52 laptop2021 mtp-probe[496]: bus: 3, device: 4 was not an MTP device
Nov 03 20:30:52 laptop2021 kernel: asus_wmi: fan_curve_get_factory_default (0x00110024) failed: -19
Nov 03 20:30:52 laptop2021 kernel: input: ELAN1203:00 04F3:307A Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-ELAN1203:00/0018:04F3:307A.0001/input/input11
Nov 03 20:30:52 laptop2021 kernel: asus_wmi: fan_curve_get_factory_default (0x00110025) failed: -19
Nov 03 20:30:52 laptop2021 kernel: input: ELAN1203:00 04F3:307A Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-ELAN1203:00/0018:04F3:307A.0001/input/input12
Nov 03 20:30:52 laptop2021 kernel: hid-multitouch 0018:04F3:307A.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN1203:00 04F3:307A] on i2c-ELAN1203:00
Nov 03 20:30:52 laptop2021 mtp-probe[499]: checking bus 3, device 4: "/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb3/3-4"
Nov 03 20:30:52 laptop2021 mtp-probe[500]: checking bus 3, device 3: "/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb3/3-2"
Nov 03 20:30:52 laptop2021 mtp-probe[499]: bus: 3, device: 4 was not an MTP device
Nov 03 20:30:52 laptop2021 mtp-probe[500]: bus: 3, device: 3 was not an MTP device
Nov 03 20:30:52 laptop2021 kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Nov 03 20:30:52 laptop2021 kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Nov 03 20:30:52 laptop2021 systemd[1]: Created slice Slice /system/systemd-backlight.
Nov 03 20:30:52 laptop2021 kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Nov 03 20:30:52 laptop2021 kernel: cfg80211: failed to load regulatory.db
Nov 03 20:30:52 laptop2021 kernel: mousedev: PS/2 mouse device common for all mice
Nov 03 20:30:52 laptop2021 kernel: ACPI: battery: new extension: ASUS Battery Extension
Nov 03 20:30:52 laptop2021 kernel: ccp 0000:06:00.2: enabling device (0000 -> 0002)
Nov 03 20:30:52 laptop2021 kernel: ccp 0000:06:00.2: ccp: unable to access the device: you might be running a broken BIOS.
Nov 03 20:30:52 laptop2021 kernel: ccp 0000:06:00.2: tee enabled
Nov 03 20:30:52 laptop2021 kernel: ccp 0000:06:00.2: psp enabled
Nov 03 20:30:52 laptop2021 mtp-probe[508]: checking bus 5, device 5: "/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.3"
Nov 03 20:30:52 laptop2021 kernel: snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
Nov 03 20:30:52 laptop2021 kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Nov 03 20:30:52 laptop2021 kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Nov 03 20:30:52 laptop2021 kernel: snd_hda_intel 0000:06:00.1: enabling device (0000 -> 0002)
Nov 03 20:30:52 laptop2021 kernel: snd_hda_intel 0000:06:00.1: Handle vga_switcheroo audio client
Nov 03 20:30:52 laptop2021 kernel: snd_hda_intel 0000:06:00.6: enabling device (0000 -> 0002)
Nov 03 20:30:52 laptop2021 kernel: snd_rn_pci_acp3x 0000:06:00.5: enabling device (0000 -> 0002)
Nov 03 20:30:52 laptop2021 systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:amdgpu_bl0...
Nov 03 20:30:52 laptop2021 mtp-probe[508]: bus: 5, device: 5 was not an MTP device
Nov 03 20:30:52 laptop2021 systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:asus::kbd_backlight...
Nov 03 20:30:52 laptop2021 kernel: snd_hda_intel 0000:06:00.1: bound 0000:06:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
Nov 03 20:30:52 laptop2021 kernel: input: Tablet PTK-440 Mouse as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.3/5-2.4.3:1.0/0003:056A:00B8.0002/input/input18
Nov 03 20:30:52 laptop2021 kernel: input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card1/input13
Nov 03 20:30:52 laptop2021 kernel: hid-generic 0003:056A:00B8.0002: input,hidraw1: USB HID v1.00 Mouse [Tablet PTK-440] on usb-0000:06:00.4-2.4.3/input0
Nov 03 20:30:52 laptop2021 kernel: usbcore: registered new interface driver usbhid
Nov 03 20:30:52 laptop2021 kernel: usbhid: USB HID core driver
Nov 03 20:30:52 laptop2021 kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input14
Nov 03 20:30:52 laptop2021 kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input15
Nov 03 20:30:52 laptop2021 kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input16
Nov 03 20:30:52 laptop2021 kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input17
Nov 03 20:30:52 laptop2021 mtp-probe[516]: checking bus 5, device 5: "/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.3"
Nov 03 20:30:52 laptop2021 mtp-probe[516]: bus: 5, device: 5 was not an MTP device
Nov 03 20:30:52 laptop2021 kernel: Bluetooth: Core ver 2.22
Nov 03 20:30:52 laptop2021 kernel: NET: Registered PF_BLUETOOTH protocol family
Nov 03 20:30:52 laptop2021 kernel: Bluetooth: HCI device and connection manager initialized
Nov 03 20:30:52 laptop2021 kernel: Bluetooth: HCI socket layer initialized
Nov 03 20:30:52 laptop2021 kernel: Bluetooth: L2CAP socket layer initialized
Nov 03 20:30:52 laptop2021 kernel: Bluetooth: SCO socket layer initialized
Nov 03 20:30:52 laptop2021 systemd[1]: Finished Load/Save Screen Backlight Brightness of leds:asus::kbd_backlight.
Nov 03 20:30:52 laptop2021 kernel: snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Nov 03 20:30:52 laptop2021 kernel: snd_hda_codec_realtek hdaudioC2D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Nov 03 20:30:52 laptop2021 kernel: snd_hda_codec_realtek hdaudioC2D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Nov 03 20:30:52 laptop2021 kernel: snd_hda_codec_realtek hdaudioC2D0:    mono: mono_out=0x0
Nov 03 20:30:52 laptop2021 kernel: snd_hda_codec_realtek hdaudioC2D0:    inputs:
Nov 03 20:30:52 laptop2021 kernel: snd_hda_codec_realtek hdaudioC2D0:      Headset Mic=0x19
Nov 03 20:30:52 laptop2021 kernel: snd_hda_codec_realtek hdaudioC2D0:      Internal Mic=0x12
Nov 03 20:30:52 laptop2021 kernel: usb 3-2: 2:1: cannot get freq at ep 0x1
Nov 03 20:30:52 laptop2021 kernel: usb 5-2.4.4.3: new low-speed USB device number 7 using xhci_hcd
Nov 03 20:30:52 laptop2021 kernel: usb 3-2: 3:1: cannot get freq at ep 0x82
Nov 03 20:30:52 laptop2021 kernel: usb 3-2: Quirk or no altest; falling back to MIDI 1.0
Nov 03 20:30:52 laptop2021 kernel: usbcore: registered new interface driver snd-usb-audio
Nov 03 20:30:52 laptop2021 kernel: kvm_amd: TSC scaling supported
Nov 03 20:30:52 laptop2021 kernel: kvm_amd: Nested Virtualization enabled
Nov 03 20:30:52 laptop2021 kernel: kvm_amd: Nested Paging enabled
Nov 03 20:30:52 laptop2021 kernel: kvm_amd: SEV enabled (ASIDs 1 - 14)
Nov 03 20:30:52 laptop2021 kernel: kvm_amd: SEV-ES disabled (ASIDs 0 - 0)
Nov 03 20:30:52 laptop2021 kernel: kvm_amd: Virtual VMLOAD VMSAVE supported
Nov 03 20:30:52 laptop2021 kernel: kvm_amd: Virtual GIF supported
Nov 03 20:30:52 laptop2021 kernel: kvm_amd: LBR virtualization supported
Nov 03 20:30:52 laptop2021 systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:amdgpu_bl0.
Nov 03 20:30:52 laptop2021 kernel: input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card2/input20
Nov 03 20:30:52 laptop2021 systemd[1]: Reached target Sound Card.
Nov 03 20:30:52 laptop2021 kernel: usbcore: registered new interface driver btusb
Nov 03 20:30:52 laptop2021 kernel: MCE: In-kernel MCE decoding enabled.
Nov 03 20:30:52 laptop2021 kernel: Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000c lmp_ver=0a lmp_subver=8822
Nov 03 20:30:52 laptop2021 kernel: Bluetooth: hci0: RTL: rom_version status=0 version=3
Nov 03 20:30:52 laptop2021 kernel: Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_fw.bin
Nov 03 20:30:52 laptop2021 kernel: Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_config.bin
Nov 03 20:30:52 laptop2021 kernel: Bluetooth: hci0: RTL: cfg_sz 6, total sz 35990
Nov 03 20:30:52 laptop2021 kernel: rtw_8822ce 0000:03:00.0: enabling device (0000 -> 0003)
Nov 03 20:30:52 laptop2021 kernel: rtw_8822ce 0000:03:00.0: Firmware version 9.9.15, H2C version 15
Nov 03 20:30:52 laptop2021 kernel: rtw_8822ce 0000:03:00.0: WOW Firmware version 9.9.4, H2C version 15
Nov 03 20:30:52 laptop2021 systemd[1]: Starting Load/Save RF Kill Switch Status...
Nov 03 20:30:52 laptop2021 systemd[1]: Reached target Bluetooth Support.
Nov 03 20:30:52 laptop2021 systemd[1]: Started Load/Save RF Kill Switch Status.
Nov 03 20:30:52 laptop2021 kernel: input: Wacom Intuos4 4x6 Pen as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.3/5-2.4.3:1.0/0003:056A:00B8.0002/input/input21
Nov 03 20:30:52 laptop2021 kernel: input: Wacom Intuos4 4x6 Pad as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.3/5-2.4.3:1.0/0003:056A:00B8.0002/input/input23
Nov 03 20:30:52 laptop2021 kernel: wacom 0003:056A:00B8.0002: hidraw1: USB HID v1.00 Mouse [Tablet PTK-440] on usb-0000:06:00.4-2.4.3/input0
Nov 03 20:30:52 laptop2021 kernel: rtw_8822ce 0000:03:00.0 wlp3s0: renamed from wlan0
Nov 03 20:30:52 laptop2021 kernel: usb 5-2.4.4.3: New USB device found, idVendor=04f2, idProduct=0939, bcdDevice= 1.00
Nov 03 20:30:52 laptop2021 kernel: usb 5-2.4.4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 03 20:30:52 laptop2021 kernel: usb 5-2.4.4.3: Product: USB Optical Mouse
Nov 03 20:30:52 laptop2021 kernel: usb 5-2.4.4.3: Manufacturer: PixArt
Nov 03 20:30:52 laptop2021 kernel: intel_rapl_common: Found RAPL domain package
Nov 03 20:30:52 laptop2021 kernel: intel_rapl_common: Found RAPL domain core
Nov 03 20:30:52 laptop2021 kernel: input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.4/5-2.4.4.3/5-2.4.4.3:1.0/0003:04F2:0939.0003/input/input24
Nov 03 20:30:52 laptop2021 kernel: hid-generic 0003:04F2:0939.0003: input,hidraw2: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:06:00.4-2.4.4.3/input0
Nov 03 20:30:52 laptop2021 mtp-probe[539]: checking bus 5, device 7: "/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.4/5-2.4.4.3"
Nov 03 20:30:52 laptop2021 mtp-probe[539]: bus: 5, device: 7 was not an MTP device
Nov 03 20:30:52 laptop2021 systemd[1]: Mounted /mnt/win.
Nov 03 20:30:52 laptop2021 systemd[1]: Reached target Local File Systems.
Nov 03 20:30:52 laptop2021 systemd[1]: Starting Rebuild Dynamic Linker Cache...
Nov 03 20:30:52 laptop2021 systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Nov 03 20:30:52 laptop2021 systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Nov 03 20:30:52 laptop2021 systemd[1]: Starting Create Volatile Files and Directories...
Nov 03 20:30:52 laptop2021 mtp-probe[547]: checking bus 5, device 7: "/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.4/5-2.4.4.3"
Nov 03 20:30:52 laptop2021 kernel: usb 5-2.4.4.4: new low-speed USB device number 8 using xhci_hcd
Nov 03 20:30:52 laptop2021 mtp-probe[547]: bus: 5, device: 7 was not an MTP device
Nov 03 20:30:52 laptop2021 kernel: Bluetooth: hci0: RTL: fw version 0x0cc6d2e3
Nov 03 20:30:52 laptop2021 systemd[1]: Finished Create Volatile Files and Directories.
Nov 03 20:30:52 laptop2021 kernel: usb 5-2.4.4.4: New USB device found, idVendor=04f2, idProduct=0833, bcdDevice= 2.30
Nov 03 20:30:52 laptop2021 kernel: usb 5-2.4.4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 03 20:30:52 laptop2021 kernel: usb 5-2.4.4.4: Product: USB Keyboard
Nov 03 20:30:52 laptop2021 kernel: usb 5-2.4.4.4: Manufacturer: CHICONY
Nov 03 20:30:52 laptop2021 systemd[1]: Finished Rebuild Dynamic Linker Cache.
Nov 03 20:30:52 laptop2021 systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Nov 03 20:30:52 laptop2021 systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Nov 03 20:30:52 laptop2021 systemd[1]: Starting Rebuild Journal Catalog...
Nov 03 20:30:52 laptop2021 systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Nov 03 20:30:52 laptop2021 systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Nov 03 20:30:52 laptop2021 systemd[1]: Finished Rebuild Journal Catalog.
Nov 03 20:30:52 laptop2021 kernel: input: CHICONY USB Keyboard as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.4/5-2.4.4.4/5-2.4.4.4:1.0/0003:04F2:0833.0004/input/input25
Nov 03 20:30:52 laptop2021 kernel: Bluetooth: hci0: AOSP extensions version v1.00
Nov 03 20:30:52 laptop2021 kernel: Bluetooth: hci0: AOSP quality report is supported
Nov 03 20:30:53 laptop2021 systemd[1]: Starting Update is Completed...
Nov 03 20:30:53 laptop2021 kernel: hid-generic 0003:04F2:0833.0004: input,hidraw3: USB HID v1.11 Keyboard [CHICONY USB Keyboard] on usb-0000:06:00.4-2.4.4.4/input0
Nov 03 20:30:53 laptop2021 kernel: input: CHICONY USB Keyboard System Control as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.4/5-2.4.4.4/5-2.4.4.4:1.1/0003:04F2:0833.0005/input/input26
Nov 03 20:30:53 laptop2021 systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Nov 03 20:30:53 laptop2021 kernel: nvidia-gpu 0000:01:00.3: i2c timeout error e0000000
Nov 03 20:30:53 laptop2021 kernel: ucsi_ccg 6-0008: i2c_transfer failed -110
Nov 03 20:30:53 laptop2021 kernel: ucsi_ccg 6-0008: ucsi_ccg_init failed - -110
Nov 03 20:30:53 laptop2021 kernel: ucsi_ccg: probe of 6-0008 failed with error -110
Nov 03 20:30:53 laptop2021 systemd[1]: Finished Update is Completed.
Nov 03 20:30:53 laptop2021 systemd[1]: Reached target System Initialization.
Nov 03 20:30:53 laptop2021 systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Nov 03 20:30:53 laptop2021 systemd[1]: Started Daily man-db regeneration.
Nov 03 20:30:53 laptop2021 systemd[1]: Started Daily verification of password and group files.
Nov 03 20:30:53 laptop2021 systemd[1]: Started Daily Cleanup of Temporary Directories.
Nov 03 20:30:53 laptop2021 systemd[1]: Reached target Timer Units.
Nov 03 20:30:53 laptop2021 systemd[1]: Listening on D-Bus System Message Bus Socket.
Nov 03 20:30:53 laptop2021 systemd[1]: Reached target Socket Units.
Nov 03 20:30:53 laptop2021 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).
Nov 03 20:30:53 laptop2021 systemd[1]: Reached target Basic System.
Nov 03 20:30:53 laptop2021 kernel: input: CHICONY USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.4/5-2.4.4.4/5-2.4.4.4:1.1/0003:04F2:0833.0005/input/input27
Nov 03 20:30:53 laptop2021 kernel: input: CHICONY USB Keyboard as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.4/5-2.4.4.4/5-2.4.4.4:1.1/0003:04F2:0833.0005/input/input28
Nov 03 20:30:53 laptop2021 kernel: hid-generic 0003:04F2:0833.0005: input,hiddev96,hidraw4: USB HID v1.11 Device [CHICONY USB Keyboard] on usb-0000:06:00.4-2.4.4.4/input1
Nov 03 20:30:53 laptop2021 mtp-probe[560]: checking bus 5, device 8: "/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.4/5-2.4.4.4"
Nov 03 20:30:53 laptop2021 mtp-probe[560]: bus: 5, device: 8 was not an MTP device
Nov 03 20:30:53 laptop2021 systemd[1]: Starting D-Bus System Message Bus...
Nov 03 20:30:53 laptop2021 systemd[1]: Starting NVIDIA Persistence Daemon...
Nov 03 20:30:53 laptop2021 systemd[1]: Starting User Login Management...
Nov 03 20:30:53 laptop2021 nvidia-persistenced[565]: Started (565)
Nov 03 20:30:53 laptop2021 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).
Nov 03 20:30:53 laptop2021 systemd[1]: Started NVIDIA Persistence Daemon.
Nov 03 20:30:53 laptop2021 systemd[1]: Started D-Bus System Message Bus.
Nov 03 20:30:53 laptop2021 systemd[1]: Starting Network Manager...
Nov 03 20:30:53 laptop2021 systemd-logind[564]: New seat seat0.
Nov 03 20:30:53 laptop2021 systemd-logind[564]: Watching system buttons on /dev/input/event3 (Power Button)
Nov 03 20:30:53 laptop2021 systemd-logind[564]: Watching system buttons on /dev/input/event0 (Power Button)
Nov 03 20:30:53 laptop2021 systemd-logind[564]: Watching system buttons on /dev/input/event2 (Lid Switch)
Nov 03 20:30:53 laptop2021 systemd-logind[564]: Watching system buttons on /dev/input/event1 (Sleep Button)
Nov 03 20:30:53 laptop2021 systemd-logind[564]: Watching system buttons on /dev/input/event5 (AT Translated Set 2 keyboard)
Nov 03 20:30:53 laptop2021 systemd[1]: Started User Login Management.
Nov 03 20:30:53 laptop2021 systemd-logind[564]: Watching system buttons on /dev/input/event20 (CHICONY USB Keyboard)
Nov 03 20:30:53 laptop2021 systemd-logind[564]: Watching system buttons on /dev/input/event21 (CHICONY USB Keyboard System Control)
Nov 03 20:30:53 laptop2021 NetworkManager[570]: <info>  [1699068653.2220] NetworkManager (version 1.44.2-3) is starting... (boot:f4bcd704-a601-41e8-a68f-09148676e2cd)
Nov 03 20:30:53 laptop2021 NetworkManager[570]: <info>  [1699068653.2220] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Nov 03 20:30:53 laptop2021 mtp-probe[601]: checking bus 5, device 8: "/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.4/5-2.4.4.4"
Nov 03 20:30:53 laptop2021 mtp-probe[601]: bus: 5, device: 8 was not an MTP device
Nov 03 20:30:53 laptop2021 NetworkManager[570]: <info>  [1699068653.2373] manager[0x55970a0e50f0]: monitoring kernel firmware directory '/lib/firmware'.
Nov 03 20:30:53 laptop2021 dbus-daemon[559]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.2' (uid=0 pid=570 comm="/usr/bin/NetworkManager --no-daemon")
Nov 03 20:30:53 laptop2021 systemd[1]: Starting Hostname Service...
Nov 03 20:30:53 laptop2021 dbus-daemon[559]: [system] Successfully activated service 'org.freedesktop.hostname1'
Nov 03 20:30:53 laptop2021 systemd[1]: Started Hostname Service.
Nov 03 20:30:53 laptop2021 NetworkManager[570]: <info>  [1699068653.3266] hostname: hostname: using hostnamed
Nov 03 20:30:53 laptop2021 NetworkManager[570]: <info>  [1699068653.3267] hostname: static hostname changed from (none) to "laptop2021"
Nov 03 20:30:53 laptop2021 NetworkManager[570]: <info>  [1699068653.3273] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Nov 03 20:30:53 laptop2021 NetworkManager[570]: <info>  [1699068653.3297] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:02.2/0000:03:00.0/ieee80211/phy0/rfkill1) (driver rtw_8822ce)
Nov 03 20:30:53 laptop2021 NetworkManager[570]: <info>  [1699068653.3302] manager[0x55970a0e50f0]: rfkill: Wi-Fi hardware radio set enabled
Nov 03 20:30:53 laptop2021 NetworkManager[570]: <info>  [1699068653.3302] manager[0x55970a0e50f0]: rfkill: WWAN hardware radio set enabled
Nov 03 20:30:53 laptop2021 NetworkManager[570]: <info>  [1699068653.3444] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-adsl.so)
Nov 03 20:30:53 laptop2021 NetworkManager[570]: <info>  [1699068653.3465] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-wifi.so)
Nov 03 20:30:53 laptop2021 NetworkManager[570]: <info>  [1699068653.3529] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-bluetooth.so)
Nov 03 20:30:53 laptop2021 NetworkManager[570]: <info>  [1699068653.3776] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-team.so)
Nov 03 20:30:53 laptop2021 NetworkManager[570]: <info>  [1699068653.3786] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-ovs.so)
Nov 03 20:30:53 laptop2021 NetworkManager[570]: <info>  [1699068653.3793] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-wwan.so)
Nov 03 20:30:53 laptop2021 NetworkManager[570]: <info>  [1699068653.3795] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Nov 03 20:30:53 laptop2021 NetworkManager[570]: <info>  [1699068653.3795] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Nov 03 20:30:53 laptop2021 NetworkManager[570]: <info>  [1699068653.3795] manager: Networking is enabled by state file
Nov 03 20:30:53 laptop2021 NetworkManager[570]: <info>  [1699068653.3798] settings: Loaded settings plugin: keyfile (internal)
Nov 03 20:30:53 laptop2021 dbus-daemon[559]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.2' (uid=0 pid=570 comm="/usr/bin/NetworkManager --no-daemon")
Nov 03 20:30:53 laptop2021 NetworkManager[570]: <info>  [1699068653.3828] dhcp: init: Using DHCP client 'internal'
Nov 03 20:30:53 laptop2021 NetworkManager[570]: <info>  [1699068653.3829] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Nov 03 20:30:53 laptop2021 NetworkManager[570]: <info>  [1699068653.3835] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Nov 03 20:30:53 laptop2021 NetworkManager[570]: <info>  [1699068653.3837] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Nov 03 20:30:53 laptop2021 NetworkManager[570]: <info>  [1699068653.3840] device (lo): Activation: starting connection 'lo' (2ab22525-d54e-4b07-b9f9-2b28486cf2aa)
Nov 03 20:30:53 laptop2021 NetworkManager[570]: <info>  [1699068653.3845] manager: (enp2s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Nov 03 20:30:53 laptop2021 NetworkManager[570]: <info>  [1699068653.3850] settings: (enp2s0): created default wired connection 'Wired connection 1'
Nov 03 20:30:53 laptop2021 NetworkManager[570]: <info>  [1699068653.3851] device (enp2s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Nov 03 20:30:53 laptop2021 kernel: Generic FE-GE Realtek PHY r8169-0-200:00: attached PHY driver (mii_bus:phy_addr=r8169-0-200:00, irq=MAC)
Nov 03 20:30:53 laptop2021 systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 03 20:30:53 laptop2021 dbus-daemon[559]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 03 20:30:53 laptop2021 systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 03 20:30:53 laptop2021 NetworkManager[570]: <info>  [1699068653.6132] device (wlp3s0): driver supports Access Point (AP) mode
Nov 03 20:30:53 laptop2021 NetworkManager[570]: <info>  [1699068653.6140] manager: (wlp3s0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Nov 03 20:30:53 laptop2021 NetworkManager[570]: <info>  [1699068653.6143] device (wlp3s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Nov 03 20:30:53 laptop2021 kernel: r8169 0000:02:00.0 enp2s0: Link is Down
Nov 03 20:30:54 laptop2021 NetworkManager[570]: <info>  [1699068654.5594] device (wlp3s0): set-hw-addr: set MAC address to 06:E5:A3:16:86:2E (scanning)
Nov 03 20:30:54 laptop2021 dbus-daemon[559]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.2' (uid=0 pid=570 comm="/usr/bin/NetworkManager --no-daemon")
Nov 03 20:30:54 laptop2021 NetworkManager[570]: <info>  [1699068654.7812] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Nov 03 20:30:54 laptop2021 systemd[1]: Started Network Manager.
Nov 03 20:30:54 laptop2021 NetworkManager[570]: <info>  [1699068654.7844] ovsdb: disconnected from ovsdb
Nov 03 20:30:54 laptop2021 NetworkManager[570]: <info>  [1699068654.7846] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Nov 03 20:30:54 laptop2021 NetworkManager[570]: <info>  [1699068654.7849] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Nov 03 20:30:54 laptop2021 NetworkManager[570]: <info>  [1699068654.7851] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Nov 03 20:30:54 laptop2021 NetworkManager[570]: <info>  [1699068654.7861] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Nov 03 20:30:54 laptop2021 NetworkManager[570]: <info>  [1699068654.7912] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Nov 03 20:30:54 laptop2021 NetworkManager[570]: <info>  [1699068654.7915] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Nov 03 20:30:54 laptop2021 NetworkManager[570]: <info>  [1699068654.7921] device (lo): Activation: successful, device activated.
Nov 03 20:30:54 laptop2021 systemd[1]: Starting WPA supplicant...
Nov 03 20:30:54 laptop2021 dbus-daemon[559]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Nov 03 20:30:54 laptop2021 systemd[1]: Started WPA supplicant.
Nov 03 20:30:54 laptop2021 wpa_supplicant[610]: Successfully initialized wpa_supplicant
Nov 03 20:30:54 laptop2021 systemd[1]: Reached target Network.
Nov 03 20:30:54 laptop2021 systemd[1]: Starting Network Time Service...
Nov 03 20:30:54 laptop2021 systemd[1]: Starting Permit User Sessions...
Nov 03 20:30:54 laptop2021 ntpd[611]: ntpd 4.2.8p17@1.4004-o Tue Jun  6 14:05:47 UTC 2023 (1): Starting
Nov 03 20:30:54 laptop2021 ntpd[611]: Command line: /usr/bin/ntpd -g -u ntp:ntp
Nov 03 20:30:54 laptop2021 ntpd[611]: ----------------------------------------------------
Nov 03 20:30:54 laptop2021 ntpd[611]: ntp-4 is maintained by Network Time Foundation,
Nov 03 20:30:54 laptop2021 ntpd[611]: Inc. (NTF), a non-profit 501(c)(3) public-benefit
Nov 03 20:30:54 laptop2021 ntpd[611]: corporation.  Support and training for ntp-4 are
Nov 03 20:30:54 laptop2021 ntpd[611]: available at https://www.nwtime.org/support
Nov 03 20:30:54 laptop2021 ntpd[611]: ----------------------------------------------------
Nov 03 20:30:54 laptop2021 ntpd[611]: DEBUG behavior is enabled - a violation of any
Nov 03 20:30:54 laptop2021 ntpd[611]: diagnostic assertion will cause ntpd to abort
Nov 03 20:30:54 laptop2021 ntpd[615]: proto: precision = 0.978 usec (-20)
Nov 03 20:30:54 laptop2021 ntpd[615]: basedate set to 2023-05-25
Nov 03 20:30:54 laptop2021 ntpd[615]: gps base set to 2023-05-28 (week 2264)
Nov 03 20:30:54 laptop2021 ntpd[615]: initial drift restored to 43.022000
Nov 03 20:30:54 laptop2021 ntpd[615]: Listen and drop on 0 v6wildcard [::]:123
Nov 03 20:30:54 laptop2021 ntpd[615]: Listen and drop on 1 v4wildcard 0.0.0.0:123
Nov 03 20:30:54 laptop2021 ntpd[615]: Listen normally on 2 lo 127.0.0.1:123
Nov 03 20:30:54 laptop2021 ntpd[615]: Listen normally on 3 lo [::1]:123
Nov 03 20:30:54 laptop2021 ntpd[615]: Listening on routing socket on fd #20 for interface updates
Nov 03 20:30:54 laptop2021 ntpd[615]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
Nov 03 20:30:54 laptop2021 ntpd[615]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
Nov 03 20:30:54 laptop2021 systemd[1]: Finished Permit User Sessions.
Nov 03 20:30:54 laptop2021 systemd[1]: Starting GNOME Display Manager...
Nov 03 20:30:54 laptop2021 systemd[1]: Started Network Time Service.
Nov 03 20:30:54 laptop2021 systemd[1]: Reached target Multi-User System.
Nov 03 20:30:54 laptop2021 systemd[1]: Started GNOME Display Manager.
Nov 03 20:30:54 laptop2021 systemd[1]: Reached target Graphical Interface.
Nov 03 20:30:54 laptop2021 wpa_supplicant[610]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
Nov 03 20:30:54 laptop2021 systemd[1]: Startup finished in 9.880s (firmware) + 3.102s (loader) + 6.148s (kernel) + 4.714s (userspace) = 23.845s.
Nov 03 20:30:54 laptop2021 NetworkManager[570]: <info>  [1699068654.9242] device (wlp3s0): supplicant interface state: internal-starting -> disconnected
Nov 03 20:30:54 laptop2021 NetworkManager[570]: <info>  [1699068654.9243] device (wlp3s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Nov 03 20:30:54 laptop2021 dbus-daemon[559]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' requested by ':1.6' (uid=0 pid=617 comm="/usr/bin/gdm")
Nov 03 20:30:54 laptop2021 systemd[1]: Reached target User and Group Name Lookups.
Nov 03 20:30:54 laptop2021 systemd[1]: Starting Accounts Service...
Nov 03 20:30:54 laptop2021 dbus-daemon[559]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.7' (uid=0 pid=623 comm="/usr/lib/accounts-daemon")
Nov 03 20:30:54 laptop2021 systemd[1]: Starting Authorization Manager...
Nov 03 20:30:55 laptop2021 polkitd[628]: Started polkitd version 123
Nov 03 20:30:55 laptop2021 polkitd[628]: Loading rules from directory /etc/polkit-1/rules.d
Nov 03 20:30:55 laptop2021 polkitd[628]: Loading rules from directory /usr/share/polkit-1/rules.d
Nov 03 20:30:55 laptop2021 polkitd[628]: Finished loading, compiling and executing 9 rules
Nov 03 20:30:55 laptop2021 dbus-daemon[559]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Nov 03 20:30:55 laptop2021 systemd[1]: Started Authorization Manager.
Nov 03 20:30:55 laptop2021 polkitd[628]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Nov 03 20:30:55 laptop2021 accounts-daemon[623]: started daemon version 23.13.0
Nov 03 20:30:55 laptop2021 dbus-daemon[559]: [system] Successfully activated service 'org.freedesktop.Accounts'
Nov 03 20:30:55 laptop2021 systemd[1]: Started Accounts Service.
Nov 03 20:30:55 laptop2021 systemd[1]: Created slice User Slice of UID 120.
Nov 03 20:30:55 laptop2021 systemd[1]: Starting User Runtime Directory /run/user/120...
Nov 03 20:30:55 laptop2021 systemd-logind[564]: New session 1 of user gdm.
Nov 03 20:30:55 laptop2021 systemd[1]: Finished User Runtime Directory /run/user/120.
Nov 03 20:30:55 laptop2021 systemd[1]: Starting User Manager for UID 120...
Nov 03 20:30:55 laptop2021 dbus-daemon[559]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.11' (uid=0 pid=651 comm="(systemd)")
Nov 03 20:30:55 laptop2021 dbus-daemon[559]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 03 20:30:55 laptop2021 (systemd)[651]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[gdm] ruser=[<unknown>] rhost=[<unknown>]
Nov 03 20:30:55 laptop2021 (systemd)[651]: pam_unix(systemd-user:session): session opened for user gdm(uid=120) by gdm(uid=0)
Nov 03 20:30:55 laptop2021 systemd[651]: Queued start job for default target Main User Target.
Nov 03 20:30:55 laptop2021 systemd[651]: Created slice User Application Slice.
Nov 03 20:30:55 laptop2021 systemd[651]: Reached target Paths.
Nov 03 20:30:55 laptop2021 systemd[651]: Reached target Timers.
Nov 03 20:30:55 laptop2021 systemd[651]: Starting D-Bus User Message Bus Socket...
Nov 03 20:30:55 laptop2021 systemd[651]: Listening on GnuPG network certificate management daemon.
Nov 03 20:30:55 laptop2021 systemd[651]: Listening on GCR ssh-agent wrapper.
Nov 03 20:30:55 laptop2021 systemd[651]: Listening on GNOME Keyring daemon.
Nov 03 20:30:55 laptop2021 systemd[651]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 03 20:30:55 laptop2021 systemd[651]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Nov 03 20:30:55 laptop2021 systemd[651]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Nov 03 20:30:55 laptop2021 systemd[651]: Listening on GnuPG cryptographic agent and passphrase cache.
Nov 03 20:30:55 laptop2021 systemd[651]: Listening on p11-kit server.
Nov 03 20:30:55 laptop2021 systemd[651]: Listening on PipeWire Multimedia System Sockets.
Nov 03 20:30:55 laptop2021 systemd[651]: Listening on Sound System.
Nov 03 20:30:55 laptop2021 systemd[651]: Listening on D-Bus User Message Bus Socket.
Nov 03 20:30:55 laptop2021 systemd[651]: Reached target Sockets.
Nov 03 20:30:55 laptop2021 systemd[651]: Reached target Basic System.
Nov 03 20:30:55 laptop2021 systemd[1]: Started User Manager for UID 120.
Nov 03 20:30:55 laptop2021 systemd[651]: Starting Update XDG user dir configuration...
Nov 03 20:30:55 laptop2021 systemd[1]: Started Session 1 of User gdm.
Nov 03 20:30:55 laptop2021 systemd[651]: Finished Update XDG user dir configuration.
Nov 03 20:30:55 laptop2021 systemd[651]: Reached target Main User Target.
Nov 03 20:30:55 laptop2021 systemd[651]: Startup finished in 232ms.
Nov 03 20:30:55 laptop2021 systemd[651]: Created slice User Core Session Slice.
Nov 03 20:30:55 laptop2021 systemd[651]: Starting D-Bus User Message Bus...
Nov 03 20:30:55 laptop2021 systemd[651]: Started D-Bus User Message Bus.
Nov 03 20:30:55 laptop2021 dbus-daemon[666]: [session uid=120 pid=666] Successfully activated service 'org.freedesktop.systemd1'
Nov 03 20:30:55 laptop2021 /usr/lib/gdm-wayland-session[669]: dbus-daemon[669]: [session uid=120 pid=669] Activating service name='org.freedesktop.systemd1' requested by ':1.2' (uid=120 pid=670 comm="/usr/lib/gnome-session-binary --autostart /usr/sha")
Nov 03 20:30:55 laptop2021 /usr/lib/gdm-wayland-session[669]: dbus-daemon[669]: [session uid=120 pid=669] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Nov 03 20:30:55 laptop2021 gnome-session[670]: gnome-session-binary[670]: WARNING: Could not check if unit gnome-session-wayland@gnome-login.target is active: Error calling StartServiceByName for org.freedesktop.systemd1: Process org.freedesktop.systemd1 exited with status 1
Nov 03 20:30:55 laptop2021 gnome-session-binary[670]: WARNING: Could not check if unit gnome-session-wayland@gnome-login.target is active: Error calling StartServiceByName for org.freedesktop.systemd1: Process org.freedesktop.systemd1 exited with status 1
Nov 03 20:30:55 laptop2021 gnome-shell[683]: Running GNOME Shell (using mutter 45.1) as a Wayland display server
Nov 03 20:30:55 laptop2021 gnome-shell[683]: Failed to make thread 'KMS thread' realtime scheduled: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.RealtimeKit1" does not exist
Nov 03 20:30:56 laptop2021 kernel: gnome-shell[683]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
Nov 03 20:30:56 laptop2021 gnome-shell[683]: Device '/dev/dri/card1' prefers shadow buffer
Nov 03 20:30:56 laptop2021 gnome-shell[683]: Added device '/dev/dri/card1' (nvidia-drm) using atomic mode setting.
Nov 03 20:30:56 laptop2021 wpa_supplicant[610]: wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Nov 03 20:30:56 laptop2021 gnome-shell[683]: Device '/dev/dri/card0' prefers shadow buffer
Nov 03 20:30:56 laptop2021 gnome-shell[683]: Added device '/dev/dri/card0' (amdgpu) using atomic mode setting.
Nov 03 20:30:56 laptop2021 gnome-shell[683]: Created gbm renderer for '/dev/dri/card1'
Nov 03 20:30:56 laptop2021 gnome-shell[683]: Created gbm renderer for '/dev/dri/card0'
Nov 03 20:30:56 laptop2021 gnome-shell[683]: Boot VGA GPU /dev/dri/card0 selected as primary
Nov 03 20:30:56 laptop2021 gnome-shell[683]: Obtained a high priority EGL context
Nov 03 20:30:56 laptop2021 gnome-shell[683]: Obtained a high priority EGL context
Nov 03 20:30:57 laptop2021 gnome-shell[683]: Secondary GPU initialization failed (Failed to create gbm_surface: Function not implemented). Falling back to GPU-less mode instead, so the secondary monitor may be slow to update.
Nov 03 20:30:57 laptop2021 /usr/lib/gdm-wayland-session[669]: dbus-daemon[669]: [session uid=120 pid=669] Activating service name='org.a11y.Bus' requested by ':1.4' (uid=120 pid=683 comm="/usr/bin/gnome-shell")
Nov 03 20:30:57 laptop2021 /usr/lib/gdm-wayland-session[669]: dbus-daemon[669]: [session uid=120 pid=669] Successfully activated service 'org.a11y.Bus'
Nov 03 20:30:57 laptop2021 gnome-shell[683]: Using public X11 display :1024, (using :1025 for managed services)
Nov 03 20:30:57 laptop2021 gnome-shell[683]: Using Wayland display name 'wayland-0'
Nov 03 20:30:57 laptop2021 kernel: ucsi_acpi USBC000:00: error -ETIMEDOUT: PPM init failed
Nov 03 20:30:57 laptop2021 /usr/lib/gdm-wayland-session[730]: dbus-daemon[730]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=120 pid=683 comm="/usr/bin/gnome-shell")
Nov 03 20:30:57 laptop2021 dbus-daemon[559]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.15' (uid=120 pid=683 comm="/usr/bin/gnome-shell")
Nov 03 20:30:57 laptop2021 /usr/lib/gdm-wayland-session[730]: dbus-daemon[730]: Successfully activated service 'org.a11y.atspi.Registry'
Nov 03 20:30:57 laptop2021 /usr/lib/gdm-wayland-session[734]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Nov 03 20:30:57 laptop2021 systemd[1]: Starting Manage, Install and Generate Color Profiles...
Nov 03 20:30:57 laptop2021 dbus-daemon[559]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Nov 03 20:30:57 laptop2021 systemd[1]: Started Manage, Install and Generate Color Profiles.
Nov 03 20:30:57 laptop2021 systemd[1]: systemd-rfkill.service: Deactivated successfully.
Nov 03 20:30:57 laptop2021 gnome-shell[683]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly.
Nov 03 20:30:57 laptop2021 gnome-shell[683]: Will monitor session 1
Nov 03 20:30:57 laptop2021 dbus-daemon[559]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' requested by ':1.15' (uid=120 pid=683 comm="/usr/bin/gnome-shell")
Nov 03 20:30:57 laptop2021 dbus-daemon[559]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.19' (uid=967 pid=749 comm="/usr/lib/colord-sane")
Nov 03 20:30:57 laptop2021 systemd[1]: Starting Locale Service...
Nov 03 20:30:57 laptop2021 dbus-daemon[559]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
Nov 03 20:30:57 laptop2021 /usr/lib/gdm-wayland-session[669]: dbus-daemon[669]: [session uid=120 pid=669] Activating service name='org.gnome.Shell.Screencast' requested by ':1.3' (uid=120 pid=683 comm="/usr/bin/gnome-shell")
Nov 03 20:30:57 laptop2021 /usr/lib/gdm-wayland-session[669]: dbus-daemon[669]: [session uid=120 pid=669] Activating service name='org.freedesktop.impl.portal.PermissionStore' requested by ':1.3' (uid=120 pid=683 comm="/usr/bin/gnome-shell")
Nov 03 20:30:57 laptop2021 /usr/lib/gdm-wayland-session[669]: dbus-daemon[669]: [session uid=120 pid=669] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
Nov 03 20:30:57 laptop2021 dbus-daemon[559]: [system] Successfully activated service 'org.freedesktop.locale1'
Nov 03 20:30:57 laptop2021 systemd[1]: Started Locale Service.
Nov 03 20:30:57 laptop2021 dbus-daemon[559]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.15' (uid=120 pid=683 comm="/usr/bin/gnome-shell")
Nov 03 20:30:57 laptop2021 /usr/lib/gdm-wayland-session[669]: dbus-daemon[669]: [session uid=120 pid=669] Activating service name='org.gnome.Shell.Notifications' requested by ':1.3' (uid=120 pid=683 comm="/usr/bin/gnome-shell")
Nov 03 20:30:57 laptop2021 gnome-shell[683]: Extension apps-menu@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/apps-menu@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/apps-menu@gnome-shell-extensions.gcampax.github.com will not be loaded
Nov 03 20:30:57 laptop2021 gnome-shell[683]: Extension auto-move-windows@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com will not be loaded
Nov 03 20:30:57 laptop2021 gnome-shell[683]: Extension drive-menu@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/drive-menu@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/drive-menu@gnome-shell-extensions.gcampax.github.com will not be loaded
Nov 03 20:30:57 laptop2021 gnome-shell[683]: Extension launch-new-instance@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/launch-new-instance@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/launch-new-instance@gnome-shell-extensions.gcampax.github.com will not be loaded
Nov 03 20:30:57 laptop2021 gnome-shell[683]: Extension light-style@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/light-style@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/light-style@gnome-shell-extensions.gcampax.github.com will not be loaded
Nov 03 20:30:57 laptop2021 gnome-shell[683]: Extension native-window-placement@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/native-window-placement@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/native-window-placement@gnome-shell-extensions.gcampax.github.com will not be loaded
Nov 03 20:30:57 laptop2021 gnome-shell[683]: Extension places-menu@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/places-menu@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/places-menu@gnome-shell-extensions.gcampax.github.com will not be loaded
Nov 03 20:30:57 laptop2021 gnome-shell[683]: Extension screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com will not be loaded
Nov 03 20:30:57 laptop2021 gnome-shell[683]: Extension user-theme@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/user-theme@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/user-theme@gnome-shell-extensions.gcampax.github.com will not be loaded
Nov 03 20:30:57 laptop2021 gnome-shell[683]: Extension window-list@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/window-list@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/window-list@gnome-shell-extensions.gcampax.github.com will not be loaded
Nov 03 20:30:57 laptop2021 gnome-shell[683]: Extension windowsNavigator@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/windowsNavigator@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/windowsNavigator@gnome-shell-extensions.gcampax.github.com will not be loaded
Nov 03 20:30:57 laptop2021 gnome-shell[683]: Extension workspace-indicator@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/workspace-indicator@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/workspace-indicator@gnome-shell-extensions.gcampax.github.com will not be loaded
Nov 03 20:30:57 laptop2021 org.gnome.Shell.desktop[683]: Window manager warning: Failed to parse saved session file: Failed to open file “/var/lib/gdm/.config/mutter/sessions/10e3a21e0715a6f4dc169906865561661700000006700000.ms”: No such file or directory
Nov 03 20:30:57 laptop2021 gnome-shell[683]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
Nov 03 20:30:57 laptop2021 /usr/lib/gdm-wayland-session[669]: dbus-daemon[669]: [session uid=120 pid=669] Successfully activated service 'org.gnome.Shell.Notifications'
Nov 03 20:30:57 laptop2021 systemd[1]: Starting Daemon for power management...
Nov 03 20:30:57 laptop2021 polkitd[628]: Registered Authentication Agent for unix-session:1 (system bus name :1.15 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Nov 03 20:30:57 laptop2021 gnome-shell[683]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
Nov 03 20:30:57 laptop2021 kernel: rfkill: input handler disabled
Nov 03 20:30:57 laptop2021 /usr/lib/gdm-wayland-session[669]: dbus-daemon[669]: [session uid=120 pid=669] Activating service name='org.freedesktop.systemd1' requested by ':1.9' (uid=120 pid=796 comm="/usr/lib/gsd-sharing")
Nov 03 20:30:57 laptop2021 /usr/lib/gdm-wayland-session[669]: dbus-daemon[669]: [session uid=120 pid=669] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Nov 03 20:30:57 laptop2021 gsd-sharing[796]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Nov 03 20:30:57 laptop2021 gsd-sharing[796]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Nov 03 20:30:57 laptop2021 NetworkManager[570]: <info>  [1699068657.9902] agent-manager: agent[3ec240b64b494f64,:1.15/org.gnome.Shell.NetworkAgent/120]: agent registered
Nov 03 20:30:58 laptop2021 dbus-daemon[559]: [system] Activating via systemd: service name='org.freedesktop.GeoClue2' unit='geoclue.service' requested by ':1.15' (uid=120 pid=683 comm="/usr/bin/gnome-shell")
Nov 03 20:30:58 laptop2021 systemd[651]: Started PipeWire Multimedia Service.
Nov 03 20:30:58 laptop2021 systemd[651]: Started PipeWire Media Session Manager.
Nov 03 20:30:58 laptop2021 systemd[1]: Starting Location Lookup Service...
Nov 03 20:30:58 laptop2021 systemd[651]: Starting Sound Service...
Nov 03 20:30:58 laptop2021 dbus-daemon[559]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.29' (uid=120 pid=956 comm="/usr/bin/pipewire")
Nov 03 20:30:58 laptop2021 systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Nov 03 20:30:58 laptop2021 dbus-daemon[559]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Nov 03 20:30:58 laptop2021 systemd[1]: Started RealtimeKit Scheduling Policy Service.
Nov 03 20:30:58 laptop2021 rtkit-daemon[972]: Successfully called chroot.
Nov 03 20:30:58 laptop2021 rtkit-daemon[972]: Successfully dropped privileges.
Nov 03 20:30:58 laptop2021 rtkit-daemon[972]: Successfully limited resources.
Nov 03 20:30:58 laptop2021 rtkit-daemon[972]: Canary thread running.
Nov 03 20:30:58 laptop2021 rtkit-daemon[972]: Running.
Nov 03 20:30:58 laptop2021 rtkit-daemon[972]: Watchdog thread running.
Nov 03 20:30:58 laptop2021 rtkit-daemon[972]: Supervising 0 threads of 0 processes of 0 users.
Nov 03 20:30:58 laptop2021 rtkit-daemon[972]: Supervising 0 threads of 0 processes of 0 users.
Nov 03 20:30:58 laptop2021 rtkit-daemon[972]: Successfully made thread 960 of process 960 owned by '120' high priority at nice level -11.
Nov 03 20:30:58 laptop2021 rtkit-daemon[972]: Supervising 1 threads of 1 processes of 1 users.
Nov 03 20:30:58 laptop2021 rtkit-daemon[972]: Supervising 1 threads of 1 processes of 1 users.
Nov 03 20:30:58 laptop2021 rtkit-daemon[972]: Supervising 1 threads of 1 processes of 1 users.
Nov 03 20:30:58 laptop2021 rtkit-daemon[972]: Supervising 1 threads of 1 processes of 1 users.
Nov 03 20:30:58 laptop2021 rtkit-daemon[972]: Supervising 1 threads of 1 processes of 1 users.
Nov 03 20:30:58 laptop2021 rtkit-daemon[972]: Successfully made thread 956 of process 956 owned by '120' high priority at nice level -11.
Nov 03 20:30:58 laptop2021 rtkit-daemon[972]: Supervising 2 threads of 2 processes of 1 users.
Nov 03 20:30:58 laptop2021 dbus-daemon[559]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.34' (uid=965 pid=959 comm="/usr/lib/geoclue")
Nov 03 20:30:58 laptop2021 dbus-daemon[559]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
Nov 03 20:30:58 laptop2021 geoclue[959]: Failed to connect to avahi service: Daemon not running
Nov 03 20:30:58 laptop2021 dbus-daemon[559]: [system] Successfully activated service 'org.freedesktop.GeoClue2'
Nov 03 20:30:58 laptop2021 systemd[1]: Started Location Lookup Service.
Nov 03 20:30:58 laptop2021 rtkit-daemon[972]: Successfully made thread 974 of process 956 owned by '120' RT at priority 20.
Nov 03 20:30:58 laptop2021 rtkit-daemon[972]: Supervising 3 threads of 2 processes of 1 users.
Nov 03 20:30:58 laptop2021 dbus-daemon[559]: [system] Successfully activated service 'org.freedesktop.UPower'
Nov 03 20:30:58 laptop2021 systemd[1]: Started Daemon for power management.
Nov 03 20:30:58 laptop2021 rtkit-daemon[972]: Successfully made thread 971 of process 958 owned by '120' RT at priority 20.
Nov 03 20:30:58 laptop2021 rtkit-daemon[972]: Supervising 4 threads of 3 processes of 1 users.
Nov 03 20:30:58 laptop2021 org.gnome.Shell.desktop[1008]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Nov 03 20:30:58 laptop2021 org.gnome.Shell.desktop[1008]: > Warning:          Could not resolve keysym XF86CameraAccessEnable
Nov 03 20:30:58 laptop2021 org.gnome.Shell.desktop[1008]: > Warning:          Could not resolve keysym XF86CameraAccessDisable
Nov 03 20:30:58 laptop2021 org.gnome.Shell.desktop[1008]: > Warning:          Could not resolve keysym XF86CameraAccessToggle
Nov 03 20:30:58 laptop2021 org.gnome.Shell.desktop[1008]: > Warning:          Could not resolve keysym XF86NextElement
Nov 03 20:30:58 laptop2021 org.gnome.Shell.desktop[1008]: > Warning:          Could not resolve keysym XF86PreviousElement
Nov 03 20:30:58 laptop2021 org.gnome.Shell.desktop[1008]: > Warning:          Could not resolve keysym XF86AutopilotEngageToggle
Nov 03 20:30:58 laptop2021 org.gnome.Shell.desktop[1008]: > Warning:          Could not resolve keysym XF86MarkWaypoint
Nov 03 20:30:58 laptop2021 org.gnome.Shell.desktop[1008]: > Warning:          Could not resolve keysym XF86Sos
Nov 03 20:30:58 laptop2021 org.gnome.Shell.desktop[1008]: > Warning:          Could not resolve keysym XF86NavChart
Nov 03 20:30:58 laptop2021 org.gnome.Shell.desktop[1008]: > Warning:          Could not resolve keysym XF86FishingChart
Nov 03 20:30:58 laptop2021 org.gnome.Shell.desktop[1008]: > Warning:          Could not resolve keysym XF86SingleRangeRadar
Nov 03 20:30:58 laptop2021 org.gnome.Shell.desktop[1008]: > Warning:          Could not resolve keysym XF86DualRangeRadar
Nov 03 20:30:58 laptop2021 org.gnome.Shell.desktop[1008]: > Warning:          Could not resolve keysym XF86RadarOverlay
Nov 03 20:30:58 laptop2021 org.gnome.Shell.desktop[1008]: > Warning:          Could not resolve keysym XF86TraditionalSonar
Nov 03 20:30:58 laptop2021 org.gnome.Shell.desktop[1008]: > Warning:          Could not resolve keysym XF86ClearvuSonar
Nov 03 20:30:58 laptop2021 org.gnome.Shell.desktop[1008]: > Warning:          Could not resolve keysym XF86SidevuSonar
Nov 03 20:30:58 laptop2021 org.gnome.Shell.desktop[1008]: > Warning:          Could not resolve keysym XF86NavInfo
Nov 03 20:30:58 laptop2021 org.gnome.Shell.desktop[1008]: Errors from xkbcomp are not fatal to the X server
Nov 03 20:30:58 laptop2021 /usr/lib/gdm-wayland-session[669]: dbus-daemon[669]: [session uid=120 pid=669] Successfully activated service 'org.gnome.Shell.Screencast'
Nov 03 20:30:58 laptop2021 wpa_supplicant[610]: wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Nov 03 20:30:58 laptop2021 gnome-session-binary[670]: Entering running state
Nov 03 20:30:58 laptop2021 xbrlapi.desktop[1022]: openConnection: connect: No such file or directory
Nov 03 20:30:58 laptop2021 xbrlapi.desktop[1022]: cannot connect to braille devices daemon brltty at :0
Nov 03 20:30:58 laptop2021 kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Framebuffer memory not appropriate for scanout
Nov 03 20:30:58 laptop2021 kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Framebuffer memory not appropriate for scanout
Nov 03 20:30:58 laptop2021 rtkit-daemon[972]: Supervising 4 threads of 3 processes of 1 users.
Nov 03 20:30:58 laptop2021 rtkit-daemon[972]: Supervising 4 threads of 3 processes of 1 users.
Nov 03 20:30:58 laptop2021 rtkit-daemon[972]: Successfully made thread 701 of process 683 owned by '120' RT at priority 20.
Nov 03 20:30:58 laptop2021 rtkit-daemon[972]: Supervising 5 threads of 4 processes of 1 users.
Nov 03 20:30:58 laptop2021 rtkit-daemon[972]: Successfully made thread 701 of process 683 owned by '120' high priority at nice level 0.
Nov 03 20:30:58 laptop2021 rtkit-daemon[972]: Supervising 5 threads of 4 processes of 1 users.
Nov 03 20:30:58 laptop2021 wpa_supplicant[610]: wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Nov 03 20:30:58 laptop2021 rtkit-daemon[972]: Supervising 4 threads of 3 processes of 1 users.
Nov 03 20:30:58 laptop2021 rtkit-daemon[972]: Supervising 4 threads of 3 processes of 1 users.
Nov 03 20:30:58 laptop2021 rtkit-daemon[972]: Successfully made thread 701 of process 683 owned by '120' RT at priority 20.
Nov 03 20:30:58 laptop2021 rtkit-daemon[972]: Supervising 5 threads of 4 processes of 1 users.
Nov 03 20:30:58 laptop2021 /usr/lib/gdm-wayland-session[669]: dbus-daemon[669]: [session uid=120 pid=669] Activating service name='org.gnome.ScreenSaver' requested by ':1.22' (uid=120 pid=881 comm="/usr/lib/gsd-power")
Nov 03 20:30:58 laptop2021 kernel: usb 3-2: 3:1: cannot get freq at ep 0x82
Nov 03 20:30:58 laptop2021 gnome-shell[683]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
Nov 03 20:30:58 laptop2021 gsd-media-keys[835]: Failed to grab accelerator for keybinding settings:playback-repeat
Nov 03 20:30:58 laptop2021 gsd-media-keys[835]: Failed to grab accelerator for keybinding settings:hibernate
Nov 03 20:30:58 laptop2021 /usr/lib/gdm-wayland-session[669]: dbus-daemon[669]: [session uid=120 pid=669] Successfully activated service 'org.gnome.ScreenSaver'
Nov 03 20:30:58 laptop2021 org.gnome.Shell.desktop[1052]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Nov 03 20:30:58 laptop2021 org.gnome.Shell.desktop[1052]: > Warning:          Unsupported maximum keycode 708, clipping.
Nov 03 20:30:58 laptop2021 org.gnome.Shell.desktop[1052]: >                   X11 cannot support keycodes above 255.
Nov 03 20:30:58 laptop2021 org.gnome.Shell.desktop[1052]: > Warning:          Could not resolve keysym XF86CameraAccessEnable
Nov 03 20:30:58 laptop2021 org.gnome.Shell.desktop[1052]: > Warning:          Could not resolve keysym XF86CameraAccessDisable
Nov 03 20:30:58 laptop2021 org.gnome.Shell.desktop[1052]: > Warning:          Could not resolve keysym XF86CameraAccessToggle
Nov 03 20:30:58 laptop2021 org.gnome.Shell.desktop[1052]: > Warning:          Could not resolve keysym XF86NextElement
Nov 03 20:30:58 laptop2021 org.gnome.Shell.desktop[1052]: > Warning:          Could not resolve keysym XF86PreviousElement
Nov 03 20:30:58 laptop2021 org.gnome.Shell.desktop[1052]: > Warning:          Could not resolve keysym XF86AutopilotEngageToggle
Nov 03 20:30:58 laptop2021 org.gnome.Shell.desktop[1052]: > Warning:          Could not resolve keysym XF86MarkWaypoint
Nov 03 20:30:58 laptop2021 org.gnome.Shell.desktop[1052]: > Warning:          Could not resolve keysym XF86Sos
Nov 03 20:30:58 laptop2021 org.gnome.Shell.desktop[1052]: > Warning:          Could not resolve keysym XF86NavChart
Nov 03 20:30:58 laptop2021 org.gnome.Shell.desktop[1052]: > Warning:          Could not resolve keysym XF86FishingChart
Nov 03 20:30:58 laptop2021 org.gnome.Shell.desktop[1052]: > Warning:          Could not resolve keysym XF86SingleRangeRadar
Nov 03 20:30:58 laptop2021 org.gnome.Shell.desktop[1052]: > Warning:          Could not resolve keysym XF86DualRangeRadar
Nov 03 20:30:58 laptop2021 org.gnome.Shell.desktop[1052]: > Warning:          Could not resolve keysym XF86RadarOverlay
Nov 03 20:30:58 laptop2021 org.gnome.Shell.desktop[1052]: > Warning:          Could not resolve keysym XF86TraditionalSonar
Nov 03 20:30:58 laptop2021 org.gnome.Shell.desktop[1052]: > Warning:          Could not resolve keysym XF86ClearvuSonar
Nov 03 20:30:58 laptop2021 org.gnome.Shell.desktop[1052]: > Warning:          Could not resolve keysym XF86SidevuSonar
Nov 03 20:30:58 laptop2021 org.gnome.Shell.desktop[1052]: > Warning:          Could not resolve keysym XF86NavInfo
Nov 03 20:30:58 laptop2021 org.gnome.Shell.desktop[1052]: Errors from xkbcomp are not fatal to the X server
Nov 03 20:30:58 laptop2021 NetworkManager[570]: <info>  [1699068658.7158] policy: auto-activating connection 'MayaNetNorth' (b38faa8e-2a08-4518-93fc-069dc637355f)
Nov 03 20:30:58 laptop2021 NetworkManager[570]: <info>  [1699068658.7162] device (wlp3s0): Activation: starting connection 'MayaNetNorth' (b38faa8e-2a08-4518-93fc-069dc637355f)
Nov 03 20:30:58 laptop2021 NetworkManager[570]: <info>  [1699068658.7163] device (wlp3s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Nov 03 20:30:58 laptop2021 NetworkManager[570]: <info>  [1699068658.7165] manager: NetworkManager state is now CONNECTING
Nov 03 20:30:58 laptop2021 gnome-shell[683]: Registering session with GDM
Nov 03 20:30:58 laptop2021 NetworkManager[570]: <info>  [1699068658.7655] device (wlp3s0): set-hw-addr: reset MAC address to 80:30:49:E7:69:35 (preserve)
Nov 03 20:30:58 laptop2021 rtkit-daemon[972]: Supervising 5 threads of 4 processes of 1 users.
Nov 03 20:30:58 laptop2021 rtkit-daemon[972]: Successfully made thread 1072 of process 960 owned by '120' RT at priority 5.
Nov 03 20:30:58 laptop2021 rtkit-daemon[972]: Supervising 6 threads of 4 processes of 1 users.
Nov 03 20:30:58 laptop2021 NetworkManager[570]: <info>  [1699068658.9837] device (wlp3s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Nov 03 20:30:58 laptop2021 NetworkManager[570]: <info>  [1699068658.9841] device (wlp3s0): Activation: (wifi) access point 'MayaNetNorth' has security, but secrets are required.
Nov 03 20:30:58 laptop2021 NetworkManager[570]: <info>  [1699068658.9841] device (wlp3s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Nov 03 20:30:58 laptop2021 NetworkManager[570]: <info>  [1699068658.9842] sup-iface[18e113b47806ab1a,0,wlp3s0]: wps: type pbc start...
Nov 03 20:30:58 laptop2021 NetworkManager[570]: <info>  [1699068658.9845] device (wlp3s0): supplicant interface state: disconnected -> interface_disabled
Nov 03 20:30:58 laptop2021 NetworkManager[570]: <info>  [1699068658.9849] device (wlp3s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Nov 03 20:30:58 laptop2021 NetworkManager[570]: <info>  [1699068658.9852] device (wlp3s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Nov 03 20:30:58 laptop2021 NetworkManager[570]: <info>  [1699068658.9856] device (wlp3s0): Activation: (wifi) connection 'MayaNetNorth' has security, and secrets exist.  No new secrets needed.
Nov 03 20:30:58 laptop2021 NetworkManager[570]: <info>  [1699068658.9857] Config: added 'ssid' value 'MayaNetNorth'
Nov 03 20:30:58 laptop2021 NetworkManager[570]: <info>  [1699068658.9857] Config: added 'scan_ssid' value '1'
Nov 03 20:30:58 laptop2021 NetworkManager[570]: <info>  [1699068658.9858] Config: added 'bgscan' value 'simple:30:-65:300'
Nov 03 20:30:58 laptop2021 NetworkManager[570]: <info>  [1699068658.9858] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Nov 03 20:30:58 laptop2021 NetworkManager[570]: <info>  [1699068658.9858] Config: added 'auth_alg' value 'OPEN'
Nov 03 20:30:58 laptop2021 NetworkManager[570]: <info>  [1699068658.9859] Config: added 'psk' value '<hidden>'
Nov 03 20:30:59 laptop2021 rtkit-daemon[972]: Supervising 6 threads of 4 processes of 1 users.
Nov 03 20:30:59 laptop2021 rtkit-daemon[972]: Successfully made thread 1074 of process 960 owned by '120' RT at priority 5.
Nov 03 20:30:59 laptop2021 rtkit-daemon[972]: Supervising 7 threads of 4 processes of 1 users.
Nov 03 20:30:59 laptop2021 wpa_supplicant[610]: wlp3s0: WPS-CANCEL
Nov 03 20:30:59 laptop2021 NetworkManager[570]: <info>  [1699068659.0258] device (wlp3s0): supplicant interface state: interface_disabled -> inactive
Nov 03 20:30:59 laptop2021 rtkit-daemon[972]: Supervising 7 threads of 4 processes of 1 users.
Nov 03 20:30:59 laptop2021 wpa_supplicant[610]: wlp3s0: SME: Trying to authenticate with 9c:c9:eb:f5:29:b6 (SSID='MayaNetNorth' freq=5240 MHz)
Nov 03 20:30:59 laptop2021 rtkit-daemon[972]: Successfully made thread 1076 of process 960 owned by '120' RT at priority 5.
Nov 03 20:30:59 laptop2021 rtkit-daemon[972]: Supervising 8 threads of 4 processes of 1 users.
Nov 03 20:30:59 laptop2021 kernel: wlp3s0: authenticate with 9c:c9:eb:f5:29:b6
Nov 03 20:30:59 laptop2021 rtkit-daemon[972]: Supervising 8 threads of 4 processes of 1 users.
Nov 03 20:30:59 laptop2021 rtkit-daemon[972]: Successfully made thread 1078 of process 960 owned by '120' RT at priority 5.
Nov 03 20:30:59 laptop2021 rtkit-daemon[972]: Supervising 9 threads of 4 processes of 1 users.
Nov 03 20:30:59 laptop2021 rtkit-daemon[972]: Supervising 9 threads of 4 processes of 1 users.
Nov 03 20:30:59 laptop2021 rtkit-daemon[972]: Successfully made thread 1080 of process 960 owned by '120' RT at priority 5.
Nov 03 20:30:59 laptop2021 rtkit-daemon[972]: Supervising 10 threads of 4 processes of 1 users.
Nov 03 20:30:59 laptop2021 systemd[651]: Started Sound Service.
Nov 03 20:30:59 laptop2021 NetworkManager[570]: <info>  [1699068659.5171] device (wlp3s0): supplicant interface state: inactive -> authenticating
Nov 03 20:30:59 laptop2021 kernel: wlp3s0: send auth to 9c:c9:eb:f5:29:b6 (try 1/3)
Nov 03 20:30:59 laptop2021 wpa_supplicant[610]: wlp3s0: Trying to associate with 9c:c9:eb:f5:29:b6 (SSID='MayaNetNorth' freq=5240 MHz)
Nov 03 20:30:59 laptop2021 NetworkManager[570]: <info>  [1699068659.5212] device (wlp3s0): supplicant interface state: authenticating -> associating
Nov 03 20:30:59 laptop2021 kernel: wlp3s0: authenticated
Nov 03 20:30:59 laptop2021 kernel: wlp3s0: associate with 9c:c9:eb:f5:29:b6 (try 1/3)
Nov 03 20:30:59 laptop2021 kernel: wlp3s0: associate with 9c:c9:eb:f5:29:b6 (try 2/3)
Nov 03 20:30:59 laptop2021 wpa_supplicant[610]: wlp3s0: Associated with 9c:c9:eb:f5:29:b6
Nov 03 20:30:59 laptop2021 wpa_supplicant[610]: wlp3s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 03 20:30:59 laptop2021 kernel: wlp3s0: RX AssocResp from 9c:c9:eb:f5:29:b6 (capab=0x1511 status=0 aid=4)
Nov 03 20:30:59 laptop2021 kernel: wlp3s0: associated
Nov 03 20:30:59 laptop2021 NetworkManager[570]: <info>  [1699068659.6538] device (wlp3s0): supplicant interface state: associating -> associated
Nov 03 20:30:59 laptop2021 NetworkManager[570]: <info>  [1699068659.6640] device (wlp3s0): supplicant interface state: associated -> 4way_handshake
Nov 03 20:30:59 laptop2021 wpa_supplicant[610]: wlp3s0: WPA: Key negotiation completed with 9c:c9:eb:f5:29:b6 [PTK=CCMP GTK=CCMP]
Nov 03 20:30:59 laptop2021 wpa_supplicant[610]: wlp3s0: CTRL-EVENT-CONNECTED - Connection to 9c:c9:eb:f5:29:b6 completed [id=0 id_str=]
Nov 03 20:30:59 laptop2021 NetworkManager[570]: <info>  [1699068659.7464] device (wlp3s0): supplicant interface state: 4way_handshake -> completed
Nov 03 20:30:59 laptop2021 NetworkManager[570]: <info>  [1699068659.7464] device (wlp3s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "MayaNetNorth"
Nov 03 20:30:59 laptop2021 NetworkManager[570]: <info>  [1699068659.7466] device (wlp3s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Nov 03 20:30:59 laptop2021 NetworkManager[570]: <info>  [1699068659.7469] dhcp4 (wlp3s0): activation: beginning transaction (timeout in 45 seconds)
Nov 03 20:31:00 laptop2021 NetworkManager[570]: <info>  [1699068660.0446] dhcp4 (wlp3s0): state changed new lease, address=192.168.1.4
Nov 03 20:31:00 laptop2021 NetworkManager[570]: <info>  [1699068660.0449] policy: set 'MayaNetNorth' (wlp3s0) as default for IPv4 routing and DNS
Nov 03 20:31:00 laptop2021 dbus-daemon[559]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.2' (uid=0 pid=570 comm="/usr/bin/NetworkManager --no-daemon")
Nov 03 20:31:00 laptop2021 dbus-daemon[559]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Nov 03 20:31:00 laptop2021 /usr/lib/gdm-wayland-session[669]: dbus-daemon[669]: [session uid=120 pid=669] Activating service name='org.freedesktop.systemd1' requested by ':1.9' (uid=120 pid=796 comm="/usr/lib/gsd-sharing")
Nov 03 20:31:00 laptop2021 /usr/lib/gdm-wayland-session[669]: dbus-daemon[669]: [session uid=120 pid=669] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Nov 03 20:31:00 laptop2021 gsd-sharing[796]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Nov 03 20:31:00 laptop2021 gsd-sharing[796]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Nov 03 20:31:00 laptop2021 rtkit-daemon[972]: Successfully made thread 701 of process 683 owned by '120' high priority at nice level 0.
Nov 03 20:31:00 laptop2021 rtkit-daemon[972]: Supervising 10 threads of 4 processes of 1 users.
Nov 03 20:31:00 laptop2021 NetworkManager[570]: <info>  [1699068660.0640] device (wlp3s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Nov 03 20:31:00 laptop2021 NetworkManager[570]: <info>  [1699068660.0656] device (wlp3s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Nov 03 20:31:00 laptop2021 NetworkManager[570]: <info>  [1699068660.0658] device (wlp3s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Nov 03 20:31:00 laptop2021 NetworkManager[570]: <info>  [1699068660.0660] manager: NetworkManager state is now CONNECTED_SITE
Nov 03 20:31:00 laptop2021 NetworkManager[570]: <info>  [1699068660.0663] device (wlp3s0): Activation: successful, device activated.
Nov 03 20:31:00 laptop2021 NetworkManager[570]: <info>  [1699068660.0667] manager: startup complete
Nov 03 20:31:00 laptop2021 rtkit-daemon[972]: Supervising 9 threads of 3 processes of 1 users.
Nov 03 20:31:00 laptop2021 rtkit-daemon[972]: Supervising 9 threads of 3 processes of 1 users.
Nov 03 20:31:00 laptop2021 rtkit-daemon[972]: Successfully made thread 701 of process 683 owned by '120' RT at priority 20.
Nov 03 20:31:00 laptop2021 rtkit-daemon[972]: Supervising 10 threads of 4 processes of 1 users.
Nov 03 20:31:00 laptop2021 rtkit-daemon[972]: Successfully made thread 701 of process 683 owned by '120' high priority at nice level 0.
Nov 03 20:31:00 laptop2021 rtkit-daemon[972]: Supervising 10 threads of 4 processes of 1 users.
Nov 03 20:31:00 laptop2021 pipewire-media-session[958]: ms.mod.default-profile: device 'alsa_card.pci-0000_01_00.1': can't restore profile: No such device
Nov 03 20:31:00 laptop2021 rtkit-daemon[972]: Supervising 9 threads of 3 processes of 1 users.
Nov 03 20:31:00 laptop2021 rtkit-daemon[972]: Supervising 9 threads of 3 processes of 1 users.
Nov 03 20:31:00 laptop2021 rtkit-daemon[972]: Successfully made thread 701 of process 683 owned by '120' RT at priority 20.
Nov 03 20:31:00 laptop2021 rtkit-daemon[972]: Supervising 10 threads of 4 processes of 1 users.
Nov 03 20:31:00 laptop2021 NetworkManager[570]: <info>  [1699068660.4491] manager: NetworkManager state is now CONNECTED_GLOBAL
Nov 03 20:31:00 laptop2021 dbus-daemon[559]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.46' (uid=0 pid=1112 comm="gdm-session-worker [pam/gdm-password]")
Nov 03 20:31:00 laptop2021 dbus-daemon[559]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 03 20:31:01 laptop2021 gnome-shell[683]: g_hash_table_steal_extended: assertion 'hash_table != NULL' failed
Nov 03 20:31:01 laptop2021 gnome-shell[683]: Created gbm renderer for '/dev/dri/card1'
Nov 03 20:31:01 laptop2021 gnome-shell[683]: Secondary GPU initialization failed (Failed to create gbm_surface: Function not implemented). Falling back to GPU-less mode instead, so the secondary monitor may be slow to update.
Nov 03 20:31:01 laptop2021 kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Framebuffer memory not appropriate for scanout
Nov 03 20:31:01 laptop2021 kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Framebuffer memory not appropriate for scanout
Nov 03 20:31:01 laptop2021 rtkit-daemon[972]: Successfully made thread 701 of process 683 owned by '120' high priority at nice level 0.
Nov 03 20:31:01 laptop2021 rtkit-daemon[972]: Supervising 10 threads of 4 processes of 1 users.
Nov 03 20:31:01 laptop2021 rtkit-daemon[972]: Supervising 9 threads of 3 processes of 1 users.
Nov 03 20:31:01 laptop2021 rtkit-daemon[972]: Supervising 9 threads of 3 processes of 1 users.
Nov 03 20:31:01 laptop2021 rtkit-daemon[972]: Successfully made thread 701 of process 683 owned by '120' RT at priority 20.
Nov 03 20:31:01 laptop2021 rtkit-daemon[972]: Supervising 10 threads of 4 processes of 1 users.
Nov 03 20:31:01 laptop2021 rtkit-daemon[972]: Successfully made thread 701 of process 683 owned by '120' high priority at nice level 0.
Nov 03 20:31:01 laptop2021 rtkit-daemon[972]: Supervising 10 threads of 4 processes of 1 users.
Nov 03 20:31:01 laptop2021 rtkit-daemon[972]: Supervising 9 threads of 3 processes of 1 users.
Nov 03 20:31:01 laptop2021 rtkit-daemon[972]: Supervising 9 threads of 3 processes of 1 users.
Nov 03 20:31:01 laptop2021 rtkit-daemon[972]: Successfully made thread 701 of process 683 owned by '120' RT at priority 20.
Nov 03 20:31:01 laptop2021 rtkit-daemon[972]: Supervising 10 threads of 4 processes of 1 users.
Nov 03 20:31:01 laptop2021 pipewire[956]: spa.alsa: 'hdmi:0': playback open failed: Device or resource busy
Nov 03 20:31:01 laptop2021 pipewire[956]: mod.adapter: 0x559f4907d930: can't get format: Device or resource busy
Nov 03 20:31:01 laptop2021 pipewire-media-session[958]: ms.core: error id:49 seq:644 res:-16 (Device or resource busy): can't create node: Device or resource busy
Nov 03 20:31:02 laptop2021 ntpd[615]: Listen normally on 4 wlp3s0 192.168.1.4:123
Nov 03 20:31:02 laptop2021 ntpd[615]: Listen normally on 5 wlp3s0 [fe80::cefe:6a49:9a4e:c03a%3]:123
Nov 03 20:31:02 laptop2021 ntpd[615]: new interface(s) found: waking up resolver
Nov 03 20:31:03 laptop2021 systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Nov 03 20:31:06 laptop2021 gdm-password][1112]: gkr-pam: unable to locate daemon control file
Nov 03 20:31:06 laptop2021 gdm-password][1112]: gkr-pam: stashed password to try later in open session
Nov 03 20:31:06 laptop2021 gdm-password][1112]: pam_unix(gdm-password:session): session opened for user luke(uid=1000) by luke(uid=0)
Nov 03 20:31:06 laptop2021 systemd[1]: Created slice User Slice of UID 1000.
Nov 03 20:31:06 laptop2021 systemd[1]: Starting User Runtime Directory /run/user/1000...
Nov 03 20:31:06 laptop2021 systemd-logind[564]: New session 3 of user luke.
Nov 03 20:31:06 laptop2021 systemd[1]: Finished User Runtime Directory /run/user/1000.
Nov 03 20:31:06 laptop2021 systemd[1]: Starting User Manager for UID 1000...
Nov 03 20:31:06 laptop2021 dbus-daemon[559]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.49' (uid=0 pid=1143 comm="(systemd)")
Nov 03 20:31:06 laptop2021 dbus-daemon[559]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 03 20:31:06 laptop2021 (systemd)[1143]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[luke] ruser=[<unknown>] rhost=[<unknown>]
Nov 03 20:31:06 laptop2021 (systemd)[1143]: pam_unix(systemd-user:session): session opened for user luke(uid=1000) by luke(uid=0)
Nov 03 20:31:06 laptop2021 systemd[1143]: Queued start job for default target Main User Target.
Nov 03 20:31:06 laptop2021 systemd-journald[329]: /var/log/journal/6932a57505d64acc84f1f30b873d9450/user-1000.journal: Journal file uses a different sequence number ID, rotating.
Nov 03 20:31:06 laptop2021 systemd[1143]: Created slice User Application Slice.
Nov 03 20:31:06 laptop2021 systemd[1143]: Reached target Paths.
Nov 03 20:31:06 laptop2021 systemd[1143]: Reached target Timers.
Nov 03 20:31:06 laptop2021 systemd[1143]: Starting D-Bus User Message Bus Socket...
Nov 03 20:31:06 laptop2021 gnome-keyring-daemon[1157]: GNOME_KEYRING_CONTROL=/run/user/1000/keyring
Nov 03 20:31:06 laptop2021 systemd[1143]: Listening on GnuPG network certificate management daemon.
Nov 03 20:31:06 laptop2021 systemd[1143]: Listening on GCR ssh-agent wrapper.
Nov 03 20:31:06 laptop2021 systemd[1143]: Listening on GNOME Keyring daemon.
Nov 03 20:31:06 laptop2021 systemd[1143]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 03 20:31:06 laptop2021 systemd[1143]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Nov 03 20:31:06 laptop2021 systemd[1143]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Nov 03 20:31:06 laptop2021 systemd[1143]: Listening on GnuPG cryptographic agent and passphrase cache.
Nov 03 20:31:06 laptop2021 systemd[1143]: Listening on p11-kit server.
Nov 03 20:31:06 laptop2021 systemd[1143]: Listening on PipeWire Multimedia System Sockets.
Nov 03 20:31:06 laptop2021 systemd[1143]: Listening on Sound System.
Nov 03 20:31:06 laptop2021 systemd[1143]: Listening on D-Bus User Message Bus Socket.
Nov 03 20:31:06 laptop2021 systemd[1143]: Reached target Sockets.
Nov 03 20:31:06 laptop2021 systemd[1143]: Reached target Basic System.
Nov 03 20:31:06 laptop2021 systemd[1]: Started User Manager for UID 1000.
Nov 03 20:31:06 laptop2021 systemd[1143]: Starting Update XDG user dir configuration...
Nov 03 20:31:06 laptop2021 systemd[1]: Started Session 3 of User luke.
Nov 03 20:31:06 laptop2021 systemd[1143]: Finished Update XDG user dir configuration.
Nov 03 20:31:06 laptop2021 systemd[1143]: Reached target Main User Target.
Nov 03 20:31:06 laptop2021 systemd[1143]: Started GNOME Keyring daemon.
Nov 03 20:31:06 laptop2021 systemd[1143]: Startup finished in 225ms.
Nov 03 20:31:06 laptop2021 systemd[1143]: Created slice User Core Session Slice.
Nov 03 20:31:06 laptop2021 systemd[1143]: Starting D-Bus User Message Bus...
Nov 03 20:31:06 laptop2021 systemd[1143]: Started D-Bus User Message Bus.
Nov 03 20:31:06 laptop2021 gdm-password][1112]: gkr-pam: unlocked login keyring
Nov 03 20:31:07 laptop2021 pipewire-media-session[958]: ms.mod.default-profile: device 'alsa_card.pci-0000_01_00.1': can't restore profile: No such device
Nov 03 20:31:07 laptop2021 kernel: rfkill: input handler enabled
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (--) Log file renamed from "/home/luke/.local/share/xorg/Xorg.pid-1192.log" to "/home/luke/.local/share/xorg/Xorg.0.log"
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: X.Org X Server 1.21.1.9
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: X Protocol Version 11, Revision 0
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: Current Operating System: Linux laptop2021 6.5.9-arch2-1 #1 SMP PREEMPT_DYNAMIC Thu, 26 Oct 2023 00:52:20 +0000 x86_64
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=f71d8c0d-6d2e-45bd-8cb5-18a077099165 rw nvidia_drm.modeset=1
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]:  
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: Current version of pixman: 0.42.2
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]:         Before reporting problems, check http://wiki.x.org
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]:         to make sure that you have the latest version.
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: Markers: (--) probed, (**) from config file, (==) default setting,
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]:         (++) from command line, (!!) notice, (II) informational,
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]:         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (==) Log file: "/home/luke/.local/share/xorg/Xorg.0.log", Time: Fri Nov  3 20:31:07 2023
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (==) No Layout section.  Using the first Screen section.
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (==) No screen section available. Using defaults.
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (**) |-->Screen "Default Screen Section" (0)
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (**) |   |-->Monitor "<default monitor>"
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (==) No monitor specified for screen "Default Screen Section".
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]:         Using a default monitor configuration.
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (==) Automatically adding devices
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (==) Automatically enabling devices
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (==) Automatically adding GPU devices
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (==) Automatically binding GPU devices
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (==) Max clients allowed: 256, resource mask: 0x1fffff
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (WW) The directory "/usr/share/fonts/misc" does not exist.
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]:         Entry deleted from font path.
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (WW) The directory "/usr/share/fonts/TTF" does not exist.
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]:         Entry deleted from font path.
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (WW) The directory "/usr/share/fonts/OTF" does not exist.
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]:         Entry deleted from font path.
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (WW) The directory "/usr/share/fonts/Type1" does not exist.
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]:         Entry deleted from font path.
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (WW) The directory "/usr/share/fonts/100dpi" does not exist.
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]:         Entry deleted from font path.
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (WW) The directory "/usr/share/fonts/75dpi" does not exist.
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]:         Entry deleted from font path.
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (==) FontPath set to:
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]:         
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (==) ModulePath set to "/usr/lib/xorg/modules"
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) The server relies on udev to provide the list of input devices.
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]:         If no devices become available, reconfigure udev or disable AutoAddDevices.
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Module ABI versions:
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]:         X.Org ANSI C Emulation: 0.4
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]:         X.Org Video Driver: 25.2
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]:         X.Org XInput driver : 24.4
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]:         X.Org Server Extension : 10.0
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (++) using VT number 2
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) xfree86: Adding drm device (/dev/dri/card1)
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/drm/card1
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 14 paused 0
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) xfree86: Adding drm device (/dev/dri/card0)
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Platform probe for /sys/devices/pci0000:00/0000:00:08.1/0000:06:00.0/drm/card0
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 15 paused 0
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (--) PCI: (1@0:0:0) 10de:1f15:1043:1e21 rev 161, Mem @ 0xfb000000/16777216, 0xb0000000/268435456, 0xc0000000/33554432, I/O @ 0x0000f000/128, BIOS @ 0x????????/524288
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (--) PCI:*(6@0:0:0) 1002:1636:1043:1e21 rev 198, Mem @ 0xd0000000/268435456, 0xe0000000/2097152, 0xfc500000/524288, I/O @ 0x0000c000/256
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) LoadModule: "glx"
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Module glx: vendor="X.Org Foundation"
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]:         compiled for 1.21.1.9, module version = 1.0.0
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]:         ABI class: X.Org Server Extension, version 10.0
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Applying OutputClass "AMDgpu" to /dev/dri/card0
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]:         loading driver: amdgpu
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Applying OutputClass "nvidia" to /dev/dri/card1
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]:         loading driver: nvidia
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (==) Matched amdgpu as autoconfigured driver 0
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (==) Matched ati as autoconfigured driver 1
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (==) Matched nvidia as autoconfigured driver 2
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (==) Matched nouveau as autoconfigured driver 3
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (==) Matched nv as autoconfigured driver 4
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (==) Matched modesetting as autoconfigured driver 5
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (==) Matched fbdev as autoconfigured driver 6
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (==) Matched vesa as autoconfigured driver 7
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (==) Assigned the driver to the xf86ConfigLayout
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) LoadModule: "amdgpu"
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Module amdgpu: vendor="X.Org Foundation"
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]:         compiled for 1.21.1.7, module version = 23.0.0
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]:         Module class: X.Org Video Driver
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]:         ABI class: X.Org Video Driver, version 25.2
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) LoadModule: "ati"
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (WW) Warning, couldn't open module ati
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (EE) Failed to load module "ati" (module does not exist, 0)
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) LoadModule: "nvidia"
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Module nvidia: vendor="NVIDIA Corporation"
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]:         compiled for 1.6.99.901, module version = 1.0.0
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]:         Module class: X.Org Video Driver
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) LoadModule: "nouveau"
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (WW) Warning, couldn't open module nouveau
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (EE) Failed to load module "nouveau" (module does not exist, 0)
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) LoadModule: "nv"
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (WW) Warning, couldn't open module nv
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (EE) Failed to load module "nv" (module does not exist, 0)
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) LoadModule: "modesetting"
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Module modesetting: vendor="X.Org Foundation"
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]:         compiled for 1.21.1.9, module version = 1.21.1
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]:         Module class: X.Org Video Driver
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]:         ABI class: X.Org Video Driver, version 25.2
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) LoadModule: "fbdev"
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (WW) Warning, couldn't open module fbdev
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (EE) Failed to load module "fbdev" (module does not exist, 0)
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) LoadModule: "vesa"
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (WW) Warning, couldn't open module vesa
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (EE) Failed to load module "vesa" (module does not exist, 0)
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU: Driver for AMD Radeon:
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]:         All GPUs supported by the amdgpu kernel driver
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) NVIDIA dlloader X Driver  535.113.01  Tue Sep 12 19:49:52 UTC 2023
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) modesetting: Driver for Modesetting Kernel Drivers: kms
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (WW) Falling back to old probe method for modesetting
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) systemd-logind: releasing fd for 226:1
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Loading sub module "fb"
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) LoadModule: "fb"
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Module "fb" already built-in
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Loading sub module "wfb"
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) LoadModule: "wfb"
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Loading /usr/lib/xorg/modules/libwfb.so
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Module wfb: vendor="X.Org Foundation"
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]:         compiled for 1.21.1.9, module version = 1.0.0
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]:         ABI class: X.Org ANSI C Emulation, version 0.4
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Creating default Display subsection in Screen section
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]:         "Default Screen Section" for depth/fbbpp 24/32
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (==) AMDGPU(0): Default visual is TrueColor
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Applying OutputClass "AMDgpu" options to /dev/dri/card0
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (==) AMDGPU(0): RGB weight 888
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (--) AMDGPU(0): Chipset: "AMD Radeon Graphics" (ChipID = 0x1636)
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Loading sub module "fb"
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) LoadModule: "fb"
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Module "fb" already built-in
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Loading sub module "dri2"
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) LoadModule: "dri2"
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Module "dri2" already built-in
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Loading sub module "glamoregl"
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) LoadModule: "glamoregl"
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Loading /usr/lib/xorg/modules/libglamoregl.so
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Module glamoregl: vendor="X.Org Foundation"
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]:         compiled for 1.21.1.9, module version = 1.0.1
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]:         ABI class: X.Org ANSI C Emulation, version 0.4
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): glamor X acceleration enabled on AMD Radeon Graphics (renoir, LLVM 16.0.6, DRM 3.54, 6.5.9-arch2-1)
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): glamor detected, initialising EGL layer.
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (==) AMDGPU(0): TearFree property default: auto
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (==) AMDGPU(0): VariableRefresh: disabled
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (==) AMDGPU(0): AsyncFlipSecondaries: disabled
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): KMS Pageflipping: enabled
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Output eDP has no monitor section
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Output HDMI-A-0 has no monitor section
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): EDID for output eDP
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Manufacturer: NCP  Model: 4d  Serial#: 0
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Year: 2019  Week: 51
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): EDID Version: 1.4
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Digital Display Input
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): 8 bits per channel
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Digital interface is DisplayPort
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Max Image Size [cm]: horiz.: 34  vert.: 19
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Gamma: 2.20
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): No DPMS capabilities specified
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Supported color encodings: RGB 4:4:4
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): First detailed timing is preferred mode
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Preferred mode is native pixel format and refresh rate
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Display is continuous-frequency
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): redX: 0.595 redY: 0.361   greenX: 0.346 greenY: 0.555
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): blueX: 0.157 blueY: 0.106   whiteX: 0.312 whiteY: 0.328
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Manufacturer's mask: 0
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Supported detailed timing:
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): clock: 354.7 MHz   Image Size:  344 x 194 mm
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2180 h_border: 0
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1130 v_border: 0
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Supported detailed timing:
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): clock: 147.8 MHz   Image Size:  344 x 194 mm
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2180 h_border: 0
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1130 v_border: 0
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Ranges: V min: 48 V max: 144 Hz, H min: 163 H max: 163 kHz, PixClock max 355 MHz
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0):  LM156LF-2F03
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): EDID (in hex):
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0):         00ffffffffffff0038704d0000000000
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0):         331d0104a5221378036850985c588e28
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0):         1b505400000001010101010101010101
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0):         010101010101918a8004713832403020
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0):         350058c21000001abd39800471383240
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0):         3020350058c21000001a000000fd0030
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0):         90a3a323010a202020202020000000fe
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0):         004c4d3135364c462d324630330a0035
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Printing probed modes for output eDP
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Modeline "1920x1080"x144.0  354.73  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (162.7 kHz eP)
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Modeline "1920x1080"x120.0  354.73  1920 1968 2000 2180  1080 1309 1314 1356 +hsync -vsync (162.7 kHz e)
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Modeline "1920x1080"x96.0  354.73  1920 1968 2000 2180  1080 1648 1653 1695 +hsync -vsync (162.7 kHz e)
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Modeline "1920x1080"x72.0  354.73  1920 1968 2000 2180  1080 2213 2218 2260 +hsync -vsync (162.7 kHz e)
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Modeline "1920x1080"x60.0  354.73  1920 1968 2000 2180  1080 2665 2670 2712 +hsync -vsync (162.7 kHz e)
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Modeline "1920x1080"x50.0  354.73  1920 1968 2000 2180  1080 3207 3212 3254 +hsync -vsync (162.7 kHz e)
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Modeline "1920x1080"x48.0  354.73  1920 1968 2000 2180  1080 3343 3348 3390 +hsync -vsync (162.7 kHz e)
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Modeline "1920x1080"x60.0  147.81  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (67.8 kHz e)
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Modeline "1680x1050"x144.0  354.73  1680 1968 2000 2180  1050 1083 1088 1130 +hsync -vsync (162.7 kHz e)
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Modeline "1280x1024"x144.0  354.73  1280 1968 2000 2180  1024 1083 1088 1130 +hsync -vsync (162.7 kHz e)
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Modeline "1440x900"x144.0  354.73  1440 1968 2000 2180  900 1083 1088 1130 +hsync -vsync (162.7 kHz e)
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Modeline "1280x800"x144.0  354.73  1280 1968 2000 2180  800 1083 1088 1130 +hsync -vsync (162.7 kHz e)
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Modeline "1280x720"x144.0  354.73  1280 1968 2000 2180  720 1083 1088 1130 +hsync -vsync (162.7 kHz e)
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Modeline "1024x768"x144.0  354.73  1024 1968 2000 2180  768 1083 1088 1130 +hsync -vsync (162.7 kHz e)
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Modeline "800x600"x144.0  354.73  800 1968 2000 2180  600 1083 1088 1130 +hsync -vsync (162.7 kHz e)
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Modeline "640x480"x144.0  354.73  640 1968 2000 2180  480 1083 1088 1130 +hsync -vsync (162.7 kHz e)
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): EDID for output HDMI-A-0
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Output eDP connected
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Output HDMI-A-0 disconnected
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Using exact sizes for initial modes
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Output eDP using initial mode 1920x1080 +0+0
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): mem size init: gart size :1e0e0d000 vram size: s:1de61000 visible:1de61000
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (==) AMDGPU(0): DPI set to (96, 96)
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0)
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Loading sub module "ramdac"
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) LoadModule: "ramdac"
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Module "ramdac" already built-in
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (==) NVIDIA(G0): RGB weight 888
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (==) NVIDIA(G0): Default visual is TrueColor
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Applying OutputClass "nvidia" options to /dev/dri/card1
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (**) NVIDIA(G0): Enabling 2D acceleration
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Loading sub module "glxserver_nvidia"
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) LoadModule: "glxserver_nvidia"
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]:         compiled for 1.6.99.901, module version = 1.0.0
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]:         Module class: X.Org Server Extension
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) NVIDIA GLX Module  535.113.01  Tue Sep 12 19:51:54 UTC 2023
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) NVIDIA: The X server supports PRIME Render Offload.
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (--) NVIDIA(0):     DFP-0 (boot)
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (--) NVIDIA(0):     DFP-1
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce RTX 2060 (TU106-A) at PCI:1:0:0
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) NVIDIA(G0):     (GPU-0)
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (--) NVIDIA(G0): Memory: 6291456 kBytes
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (--) NVIDIA(G0): VideoBIOS: 90.06.59.00.3a
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) NVIDIA(G0): Detected PCI Express Link width: 16X
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (--) NVIDIA(GPU-0): ViewSonic VX2758-Series (DFP-0): connected
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (--) NVIDIA(GPU-0): ViewSonic VX2758-Series (DFP-0): Internal DisplayPort
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (--) NVIDIA(GPU-0): ViewSonic VX2758-Series (DFP-0): 2660.0 MHz maximum pixel clock
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (--) NVIDIA(GPU-0):
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (--) NVIDIA(GPU-0): DFP-1: disconnected
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (--) NVIDIA(GPU-0):
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) NVIDIA(G0): Validated MetaModes:
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) NVIDIA(G0):     "NULL"
Nov 03 20:31:07 laptop2021 /usr/lib/gdm-x-session[1192]: (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (WW) NVIDIA(G0): Cannot find size of first mode for ViewSonic VX2758-Series
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (WW) NVIDIA(G0):     (DFP-0); cannot compute DPI from ViewSonic VX2758-Series
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (WW) NVIDIA(G0):     (DFP-0)'s EDID.
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) UnloadModule: "modesetting"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Unloading modesetting
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): [DRI2] Setup complete
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): [DRI2]   DRI driver: radeonsi
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): [DRI2]   VDPAU driver: radeonsi
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Front buffer pitch: 7680 bytes
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): SYNC extension fences enabled
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Present extension enabled
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (==) AMDGPU(0): DRI3 enabled
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (==) AMDGPU(0): Backing store enabled
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Direct rendering enabled
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Use GLAMOR acceleration.
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Acceleration enabled
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (==) AMDGPU(0): DPMS enabled
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (==) AMDGPU(0): Silken mouse enabled
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Set up textured video (glamor)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (WW) AMDGPU(0): Option "HotplugDriver" is not used
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (WW) NVIDIA: Failed to bind sideband socket to
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (WW) NVIDIA:     '/var/run/nvidia-xdriver-7e9b54df' Permission denied
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) NVIDIA:     access.
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) NVIDIA(G0):     may not be running or the "AcpidSocketPath" X
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) NVIDIA(G0):     configuration option may not be set correctly.  When the
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) NVIDIA(G0):     ACPI event daemon is available, the NVIDIA X driver will
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) NVIDIA(G0):     try to use it to receive ACPI event notifications.  For
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) NVIDIA(G0):     details, please see the "ConnectToAcpid" and
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) NVIDIA(G0):     "AcpidSocketPath" X configuration options in Appendix B: X
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) NVIDIA(G0):     Config Options in the README.
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) NVIDIA(G0): Setting mode "NULL"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (==) NVIDIA(G0): Disabling shared memory pixmaps
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (==) NVIDIA(G0): Backing store enabled
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (==) NVIDIA(G0): Silken mouse enabled
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (==) NVIDIA(G0): DPMS enabled
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Loading sub module "dri2"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) LoadModule: "dri2"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Module "dri2" already built-in
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) NVIDIA(G0): [DRI2] Setup complete
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) NVIDIA(G0): [DRI2]   VDPAU driver: nvidia
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Initializing extension Generic Event Extension
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Initializing extension SHAPE
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Initializing extension MIT-SHM
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Initializing extension XInputExtension
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Initializing extension XTEST
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Initializing extension BIG-REQUESTS
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Initializing extension SYNC
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Initializing extension XKEYBOARD
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Initializing extension XC-MISC
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Initializing extension SECURITY
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Initializing extension XFIXES
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Initializing extension RENDER
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Initializing extension RANDR
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Initializing extension COMPOSITE
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Initializing extension DAMAGE
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Initializing extension MIT-SCREEN-SAVER
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Initializing extension DOUBLE-BUFFER
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Initializing extension RECORD
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Initializing extension DPMS
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Initializing extension Present
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Initializing extension DRI3
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Initializing extension X-Resource
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Initializing extension XVideo
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Initializing extension XVideo-MotionCompensation
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Initializing extension GLX
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Initializing extension GLX
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Indirect GLX disabled.
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AIGLX: Loaded and initialized radeonsi
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) GLX: Initialized DRI2 GL provider for screen 0
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Initializing extension XFree86-VidModeExtension
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Initializing extension XFree86-DGA
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Initializing extension XFree86-DRI
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Initializing extension DRI2
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Initializing extension NV-GLX
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Initializing extension NV-CONTROL
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Setting screen physical size to 508 x 285
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1247]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1247]: > Warning:          Could not resolve keysym XF86CameraAccessEnable
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1247]: > Warning:          Could not resolve keysym XF86CameraAccessDisable
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1247]: > Warning:          Could not resolve keysym XF86CameraAccessToggle
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1247]: > Warning:          Could not resolve keysym XF86NextElement
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1247]: > Warning:          Could not resolve keysym XF86PreviousElement
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1247]: > Warning:          Could not resolve keysym XF86AutopilotEngageToggle
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1247]: > Warning:          Could not resolve keysym XF86MarkWaypoint
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1247]: > Warning:          Could not resolve keysym XF86Sos
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1247]: > Warning:          Could not resolve keysym XF86NavChart
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1247]: > Warning:          Could not resolve keysym XF86FishingChart
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1247]: > Warning:          Could not resolve keysym XF86SingleRangeRadar
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1247]: > Warning:          Could not resolve keysym XF86DualRangeRadar
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1247]: > Warning:          Could not resolve keysym XF86RadarOverlay
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1247]: > Warning:          Could not resolve keysym XF86TraditionalSonar
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1247]: > Warning:          Could not resolve keysym XF86ClearvuSonar
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1247]: > Warning:          Could not resolve keysym XF86SidevuSonar
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1247]: > Warning:          Could not resolve keysym XF86NavInfo
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1247]: Errors from xkbcomp are not fatal to the X server
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) config/udev: Adding input device Power Button (/dev/input/event3)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Power Button: Applying InputClass "libinput keyboard catchall"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) LoadModule: "libinput"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Module libinput: vendor="X.Org Foundation"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]:         compiled for 1.21.1.8, module version = 1.4.0
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]:         Module class: X.Org XInput Driver
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]:         ABI class: X.Org XInput driver, version 24.4
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Using input driver 'libinput' for 'Power Button'
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 44 paused 0
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Power Button: always reports core events
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Option "Device" "/dev/input/event3"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event3  - Power Button: is tagged by udev as: Keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event3  - Power Button: device is a keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event3  - Power Button: device removed
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event3  - Power Button: is tagged by udev as: Keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event3  - Power Button: device is a keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event6)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 47 paused 0
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Asus Wireless Radio Control: always reports core events
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Option "Device" "/dev/input/event6"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event6  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event6  - Asus Wireless Radio Control: device is a keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event6  - Asus Wireless Radio Control: device removed
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input6/event6"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event6  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event6  - Asus Wireless Radio Control: device is a keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) config/udev: Adding input device Video Bus (/dev/input/event4)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Video Bus: Applying InputClass "libinput keyboard catchall"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Using input driver 'libinput' for 'Video Bus'
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 48 paused 0
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Video Bus: always reports core events
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Option "Device" "/dev/input/event4"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event4  - Video Bus: is tagged by udev as: Keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event4  - Video Bus: device is a keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event4  - Video Bus: device removed
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:10/LNXVIDEO:00/input/input4/event4"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event4  - Video Bus: is tagged by udev as: Keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event4  - Video Bus: device is a keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) config/udev: Adding input device Power Button (/dev/input/event0)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Power Button: Applying InputClass "libinput keyboard catchall"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Using input driver 'libinput' for 'Power Button'
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 49 paused 0
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Power Button: always reports core events
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Option "Device" "/dev/input/event0"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event0  - Power Button: is tagged by udev as: Keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event0  - Power Button: device is a keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event0  - Power Button: device removed
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event0  - Power Button: is tagged by udev as: Keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event0  - Power Button: device is a keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) No input driver specified, ignoring this device.
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) This device may have been added with another device file.
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Using input driver 'libinput' for 'Sleep Button'
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 50 paused 0
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Sleep Button: always reports core events
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Option "Device" "/dev/input/event1"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event1  - Sleep Button: is tagged by udev as: Keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event1  - Sleep Button: device is a keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event1  - Sleep Button: device removed
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event1  - Sleep Button: is tagged by udev as: Keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event1  - Sleep Button: device is a keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event13)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) No input driver specified, ignoring this device.
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) This device may have been added with another device file.
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event14)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) No input driver specified, ignoring this device.
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) This device may have been added with another device file.
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event15)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) No input driver specified, ignoring this device.
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) This device may have been added with another device file.
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event16)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) No input driver specified, ignoring this device.
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) This device may have been added with another device file.
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event12)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) No input driver specified, ignoring this device.
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) This device may have been added with another device file.
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) config/udev: Adding input device Wacom Intuos4 4x6 Pen (/dev/input/event17)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Wacom Intuos4 4x6 Pen: Applying InputClass "libinput tablet catchall"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Using input driver 'libinput' for 'Wacom Intuos4 4x6 Pen'
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 51 paused 0
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Wacom Intuos4 4x6 Pen: always reports core events
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Option "Device" "/dev/input/event17"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event17 - Wacom Intuos4 4x6 Pen: is tagged by udev as: Tablet
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event17 - Wacom Intuos4 4x6 Pen: device is a tablet
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event17 - Wacom Intuos4 4x6 Pen: device removed
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.3/5-2.4.3:1.0/0003:056A:00B8.0002/input/input21/event17"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) XINPUT: Adding extended input device "Wacom Intuos4 4x6 Pen" (type: TABLET, id 11)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event17 - Wacom Intuos4 4x6 Pen: is tagged by udev as: Tablet
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event17 - Wacom Intuos4 4x6 Pen: device is a tablet
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) config/udev: Adding input device Wacom Intuos4 4x6 Pen (/dev/input/mouse2)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) No input driver specified, ignoring this device.
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) This device may have been added with another device file.
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) config/udev: Adding input device Wacom Intuos4 4x6 Pad (/dev/input/event18)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Wacom Intuos4 4x6 Pad: Applying InputClass "libinput tablet catchall"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Using input driver 'libinput' for 'Wacom Intuos4 4x6 Pad'
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 53 paused 0
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Wacom Intuos4 4x6 Pad: always reports core events
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Option "Device" "/dev/input/event18"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event18 - Wacom Intuos4 4x6 Pad: is tagged by udev as: Tablet TabletPad
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event18 - Wacom Intuos4 4x6 Pad: device is a tablet pad
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event18 - Wacom Intuos4 4x6 Pad: device removed
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.3/5-2.4.3:1.0/0003:056A:00B8.0002/input/input23/event18"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) XINPUT: Adding extended input device "Wacom Intuos4 4x6 Pad" (type: PAD, id 12)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Option "AccelerationScheme" "none"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Wacom Intuos4 4x6 Pad: (accel) selected scheme none/0
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Wacom Intuos4 4x6 Pad: (accel) acceleration factor: 2.000
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Wacom Intuos4 4x6 Pad: (accel) acceleration threshold: 4
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event18 - Wacom Intuos4 4x6 Pad: is tagged by udev as: Tablet TabletPad
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event18 - Wacom Intuos4 4x6 Pad: device is a tablet pad
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) config/udev: Adding input device Wacom Intuos4 4x6 Pad (/dev/input/js0)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) No input driver specified, ignoring this device.
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) This device may have been added with another device file.
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/event19)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) PixArt USB Optical Mouse: Applying InputClass "libinput pointer catchall"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Using input driver 'libinput' for 'PixArt USB Optical Mouse'
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 62 paused 0
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) PixArt USB Optical Mouse: always reports core events
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Option "Device" "/dev/input/event19"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event19 - PixArt USB Optical Mouse: is tagged by udev as: Mouse
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event19 - PixArt USB Optical Mouse: device is a pointer
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event19 - PixArt USB Optical Mouse: device removed
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) libinput: PixArt USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) libinput: PixArt USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) libinput: PixArt USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.4/5-2.4.4.3/5-2.4.4.3:1.0/0003:04F2:0939.0003/input/input24/event19"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) XINPUT: Adding extended input device "PixArt USB Optical Mouse" (type: MOUSE, id 13)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Option "AccelerationScheme" "none"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) PixArt USB Optical Mouse: (accel) selected scheme none/0
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) PixArt USB Optical Mouse: (accel) acceleration factor: 2.000
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) PixArt USB Optical Mouse: (accel) acceleration threshold: 4
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event19 - PixArt USB Optical Mouse: is tagged by udev as: Mouse
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event19 - PixArt USB Optical Mouse: device is a pointer
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/mouse3)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) No input driver specified, ignoring this device.
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) This device may have been added with another device file.
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) config/udev: Adding input device CHICONY USB Keyboard (/dev/input/event20)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) CHICONY USB Keyboard: Applying InputClass "libinput keyboard catchall"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Using input driver 'libinput' for 'CHICONY USB Keyboard'
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) systemd-logind: got fd for /dev/input/event20 13:84 fd 63 paused 0
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) CHICONY USB Keyboard: always reports core events
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Option "Device" "/dev/input/event20"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event20 - CHICONY USB Keyboard: is tagged by udev as: Keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event20 - CHICONY USB Keyboard: device is a keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event20 - CHICONY USB Keyboard: device removed
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.4/5-2.4.4.4/5-2.4.4.4:1.0/0003:04F2:0833.0004/input/input25/event20"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) XINPUT: Adding extended input device "CHICONY USB Keyboard" (type: KEYBOARD, id 14)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event20 - CHICONY USB Keyboard: is tagged by udev as: Keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event20 - CHICONY USB Keyboard: device is a keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) config/udev: Adding input device CHICONY USB Keyboard System Control (/dev/input/event21)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) CHICONY USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Using input driver 'libinput' for 'CHICONY USB Keyboard System Control'
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) systemd-logind: got fd for /dev/input/event21 13:85 fd 64 paused 0
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) CHICONY USB Keyboard System Control: always reports core events
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Option "Device" "/dev/input/event21"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event21 - CHICONY USB Keyboard System Control: is tagged by udev as: Keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event21 - CHICONY USB Keyboard System Control: device is a keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event21 - CHICONY USB Keyboard System Control: device removed
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.4/5-2.4.4.4/5-2.4.4.4:1.1/0003:04F2:0833.0005/input/input26/event21"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) XINPUT: Adding extended input device "CHICONY USB Keyboard System Control" (type: KEYBOARD, id 15)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event21 - CHICONY USB Keyboard System Control: is tagged by udev as: Keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event21 - CHICONY USB Keyboard System Control: device is a keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) config/udev: Adding input device CHICONY USB Keyboard Consumer Control (/dev/input/event22)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) CHICONY USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Using input driver 'libinput' for 'CHICONY USB Keyboard Consumer Control'
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) systemd-logind: got fd for /dev/input/event22 13:86 fd 65 paused 0
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) CHICONY USB Keyboard Consumer Control: always reports core events
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Option "Device" "/dev/input/event22"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event22 - CHICONY USB Keyboard Consumer Control: is tagged by udev as: Keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event22 - CHICONY USB Keyboard Consumer Control: device is a keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event22 - CHICONY USB Keyboard Consumer Control: device removed
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.4/5-2.4.4.4/5-2.4.4.4:1.1/0003:04F2:0833.0005/input/input27/event22"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) XINPUT: Adding extended input device "CHICONY USB Keyboard Consumer Control" (type: KEYBOARD, id 16)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event22 - CHICONY USB Keyboard Consumer Control: is tagged by udev as: Keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event22 - CHICONY USB Keyboard Consumer Control: device is a keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) config/udev: Adding input device CHICONY USB Keyboard (/dev/input/event23)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) CHICONY USB Keyboard: Applying InputClass "libinput keyboard catchall"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Using input driver 'libinput' for 'CHICONY USB Keyboard'
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) systemd-logind: got fd for /dev/input/event23 13:87 fd 66 paused 0
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) CHICONY USB Keyboard: always reports core events
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Option "Device" "/dev/input/event23"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event23 - CHICONY USB Keyboard: is tagged by udev as: Keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event23 - CHICONY USB Keyboard: device is a keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event23 - CHICONY USB Keyboard: device removed
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4.4/5-2.4.4.4/5-2.4.4.4:1.1/0003:04F2:0833.0005/input/input28/event23"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) XINPUT: Adding extended input device "CHICONY USB Keyboard" (type: KEYBOARD, id 17)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event23 - CHICONY USB Keyboard: is tagged by udev as: Keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event23 - CHICONY USB Keyboard: device is a keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) config/udev: Adding input device HD-Audio Generic Headphone (/dev/input/event11)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) No input driver specified, ignoring this device.
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) This device may have been added with another device file.
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) config/udev: Adding input device ELAN1203:00 04F3:307A Mouse (/dev/input/event9)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) ELAN1203:00 04F3:307A Mouse: Applying InputClass "libinput pointer catchall"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Using input driver 'libinput' for 'ELAN1203:00 04F3:307A Mouse'
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 67 paused 0
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) ELAN1203:00 04F3:307A Mouse: always reports core events
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Option "Device" "/dev/input/event9"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event9  - ELAN1203:00 04F3:307A Mouse: is tagged by udev as: Mouse Pointingstick
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event9  - ELAN1203:00 04F3:307A Mouse: device is a pointer
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event9  - ELAN1203:00 04F3:307A Mouse: device removed
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) libinput: ELAN1203:00 04F3:307A Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) libinput: ELAN1203:00 04F3:307A Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) libinput: ELAN1203:00 04F3:307A Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:03/i2c-0/i2c-ELAN1203:00/0018:04F3:307A.0001/input/input11/event9"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) XINPUT: Adding extended input device "ELAN1203:00 04F3:307A Mouse" (type: MOUSE, id 18)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Option "AccelerationScheme" "none"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) ELAN1203:00 04F3:307A Mouse: (accel) selected scheme none/0
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) ELAN1203:00 04F3:307A Mouse: (accel) acceleration factor: 2.000
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) ELAN1203:00 04F3:307A Mouse: (accel) acceleration threshold: 4
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event9  - ELAN1203:00 04F3:307A Mouse: is tagged by udev as: Mouse Pointingstick
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event9  - ELAN1203:00 04F3:307A Mouse: device is a pointer
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) config/udev: Adding input device ELAN1203:00 04F3:307A Mouse (/dev/input/mouse0)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) No input driver specified, ignoring this device.
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) This device may have been added with another device file.
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) config/udev: Adding input device ELAN1203:00 04F3:307A Touchpad (/dev/input/event10)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) ELAN1203:00 04F3:307A Touchpad: Applying InputClass "libinput touchpad catchall"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Using input driver 'libinput' for 'ELAN1203:00 04F3:307A Touchpad'
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 68 paused 0
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) ELAN1203:00 04F3:307A Touchpad: always reports core events
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Option "Device" "/dev/input/event10"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event10 - ELAN1203:00 04F3:307A Touchpad: is tagged by udev as: Touchpad
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event10 - ELAN1203:00 04F3:307A Touchpad: device is a touchpad
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event10 - ELAN1203:00 04F3:307A Touchpad: device removed
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) libinput: ELAN1203:00 04F3:307A Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) libinput: ELAN1203:00 04F3:307A Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) libinput: ELAN1203:00 04F3:307A Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:03/i2c-0/i2c-ELAN1203:00/0018:04F3:307A.0001/input/input12/event10"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) XINPUT: Adding extended input device "ELAN1203:00 04F3:307A Touchpad" (type: TOUCHPAD, id 19)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Option "AccelerationScheme" "none"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) ELAN1203:00 04F3:307A Touchpad: (accel) selected scheme none/0
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) ELAN1203:00 04F3:307A Touchpad: (accel) acceleration factor: 2.000
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) ELAN1203:00 04F3:307A Touchpad: (accel) acceleration threshold: 4
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event10 - ELAN1203:00 04F3:307A Touchpad: is tagged by udev as: Touchpad
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event10 - ELAN1203:00 04F3:307A Touchpad: device is a touchpad
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) config/udev: Adding input device ELAN1203:00 04F3:307A Touchpad (/dev/input/mouse1)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) No input driver specified, ignoring this device.
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) This device may have been added with another device file.
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event8)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 69 paused 0
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Asus WMI hotkeys: always reports core events
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Option "Device" "/dev/input/event8"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event8  - Asus WMI hotkeys: is tagged by udev as: Keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event8  - Asus WMI hotkeys: device is a keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event8  - Asus WMI hotkeys: device removed
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input10/event8"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 20)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event8  - Asus WMI hotkeys: is tagged by udev as: Keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event8  - Asus WMI hotkeys: device is a keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 70 paused 0
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) AT Translated Set 2 keyboard: always reports core events
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Option "Device" "/dev/input/event5"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event5  - AT Translated Set 2 keyboard: device removed
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 21)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) No input driver specified, ignoring this device.
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1192]: (II) This device may have been added with another device file.
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1284]: /etc/gdm/Xsession: Beginning session setup...
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1296]: localuser:luke being added to access control list
Nov 03 20:31:08 laptop2021 /usr/lib/gdm-x-session[1284]: /etc/gdm/Xsession: Setup done, will execute: /usr/bin/gnome-session
Nov 03 20:31:08 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.4' (uid=1000 pid=1304 comm="/usr/lib/gnome-session-check-accelerated")
Nov 03 20:31:08 laptop2021 systemd[1143]: Starting Accessibility services bus...
Nov 03 20:31:08 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Successfully activated service 'org.a11y.Bus'
Nov 03 20:31:08 laptop2021 systemd[1143]: Started Accessibility services bus.
Nov 03 20:31:09 laptop2021 systemd[1143]: Created slice Slice /app/gnome-session-manager.
Nov 03 20:31:09 laptop2021 systemd[1143]: Reached target GNOME X11 Session.
Nov 03 20:31:09 laptop2021 systemd[1143]: Reached target Session services which should run early before the graphical session is brought up.
Nov 03 20:31:09 laptop2021 systemd[1143]: Reached target GNOME Shell.
Nov 03 20:31:09 laptop2021 systemd[1143]: Starting Monitor Session leader for GNOME Session...
Nov 03 20:31:09 laptop2021 systemd[1143]: Started Monitor Session leader for GNOME Session.
Nov 03 20:31:09 laptop2021 systemd[1143]: Reached target Tasks to be run before GNOME Session starts.
Nov 03 20:31:09 laptop2021 systemd[1143]: Starting GNOME Session Manager (session: gnome)...
Nov 03 20:31:09 laptop2021 gnome-keyring-daemon[1347]: discover_other_daemon: 1
Nov 03 20:31:09 laptop2021 gnome-keyring-ssh.desktop[1347]: discover_other_daemon: 1GNOME_KEYRING_CONTROL=/run/user/1000/keyring
Nov 03 20:31:09 laptop2021 gnome-keyring-ssh.desktop[1347]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Nov 03 20:31:09 laptop2021 gnome-keyring-secrets.desktop[1350]: discover_other_daemon: 1GNOME_KEYRING_CONTROL=/run/user/1000/keyring
Nov 03 20:31:09 laptop2021 gnome-keyring-secrets.desktop[1350]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Nov 03 20:31:09 laptop2021 gnome-keyring-daemon[1157]: The Secret Service was already initialized
Nov 03 20:31:09 laptop2021 gnome-keyring-pkcs11.desktop[1351]: discover_other_daemon: 1GNOME_KEYRING_CONTROL=/run/user/1000/keyring
Nov 03 20:31:09 laptop2021 gnome-keyring-pkcs11.desktop[1351]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Nov 03 20:31:09 laptop2021 gnome-keyring-d[1157]: The Secret Service was already initialized
Nov 03 20:31:09 laptop2021 gnome-keyring-daemon[1157]: The PKCS#11 component was already initialized
Nov 03 20:31:09 laptop2021 gnome-keyring-d[1157]: The PKCS#11 component was already initialized
Nov 03 20:31:09 laptop2021 gnome-keyring-daemon[1351]: discover_other_daemon: 1
Nov 03 20:31:09 laptop2021 systemd[1143]: app-gnome-gnome\x2dkeyring\x2dpkcs11-1346.scope: Couldn't move process 1346 to requested cgroup '/user.slice/user-1000.slice/user@1000.service/app.slice/app-gnome-gnome\x2dkeyring\x2dpkcs11-1346.scope': No such process
Nov 03 20:31:09 laptop2021 gnome-keyring-daemon[1350]: discover_other_daemon: 1
Nov 03 20:31:09 laptop2021 systemd[1143]: app-gnome-gnome\x2dkeyring\x2dpkcs11-1346.scope: Failed to add PIDs to scope's control group: No such process
Nov 03 20:31:09 laptop2021 systemd[1143]: app-gnome-gnome\x2dkeyring\x2dpkcs11-1346.scope: Failed with result 'resources'.
Nov 03 20:31:09 laptop2021 systemd[1143]: Failed to start Application launched by gnome-session-binary.
Nov 03 20:31:09 laptop2021 systemd[1143]: app-gnome-gnome\x2dkeyring\x2dsecrets-1343.scope: Couldn't move process 1343 to requested cgroup '/user.slice/user-1000.slice/user@1000.service/app.slice/app-gnome-gnome\x2dkeyring\x2dsecrets-1343.scope': No such process
Nov 03 20:31:09 laptop2021 systemd[1143]: app-gnome-gnome\x2dkeyring\x2dsecrets-1343.scope: Failed to add PIDs to scope's control group: No such process
Nov 03 20:31:09 laptop2021 systemd[1143]: app-gnome-gnome\x2dkeyring\x2dsecrets-1343.scope: Failed with result 'resources'.
Nov 03 20:31:09 laptop2021 systemd[1143]: Failed to start Application launched by gnome-session-binary.
Nov 03 20:31:09 laptop2021 systemd[1143]: app-gnome-gnome\x2dkeyring\x2dssh-1339.scope: Couldn't move process 1339 to requested cgroup '/user.slice/user-1000.slice/user@1000.service/app.slice/app-gnome-gnome\x2dkeyring\x2dssh-1339.scope': No such process
Nov 03 20:31:09 laptop2021 systemd[1143]: app-gnome-gnome\x2dkeyring\x2dssh-1339.scope: Failed to add PIDs to scope's control group: No such process
Nov 03 20:31:09 laptop2021 systemd[1143]: app-gnome-gnome\x2dkeyring\x2dssh-1339.scope: Failed with result 'resources'.
Nov 03 20:31:09 laptop2021 systemd[1143]: Failed to start Application launched by gnome-session-binary.
Nov 03 20:31:09 laptop2021 systemd[1143]: Started GNOME Session Manager (session: gnome).
Nov 03 20:31:09 laptop2021 systemd[1143]: Reached target GNOME Session Manager is ready.
Nov 03 20:31:09 laptop2021 systemd[1143]: GNOME Shell on Wayland was skipped because of an unmet condition check (ConditionEnvironment=XDG_SESSION_TYPE=wayland).
Nov 03 20:31:09 laptop2021 systemd[1143]: Starting GNOME Shell on X11...
Nov 03 20:31:09 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.14' (uid=1000 pid=1355 comm="/usr/bin/gnome-shell")
Nov 03 20:31:09 laptop2021 systemd[1143]: Starting Virtual filesystem service...
Nov 03 20:31:09 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Successfully activated service 'org.gtk.vfs.Daemon'
Nov 03 20:31:09 laptop2021 systemd[1143]: Started Virtual filesystem service.
Nov 03 20:31:09 laptop2021 gnome-shell[1355]: Running GNOME Shell (using mutter 45.1) as a X11 window and compositing manager
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): EDID vendor "NCP", prod id 77
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Using EDID range info for horizontal sync
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Using EDID range info for vertical refresh
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Printing DDC gathered Modelines:
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Modeline "1920x1080"x0.0  354.73  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (162.7 kHz eP)
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Modeline "1920x1080"x0.0  147.81  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (67.8 kHz e)
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): EDID vendor "NCP", prod id 77
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Using hsync ranges from config file
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Using vrefresh ranges from config file
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Printing DDC gathered Modelines:
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Modeline "1920x1080"x0.0  354.73  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (162.7 kHz eP)
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Modeline "1920x1080"x0.0  147.81  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (67.8 kHz e)
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: (--) NVIDIA(GPU-0): ViewSonic VX2758-Series (DFP-0): connected
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: (--) NVIDIA(GPU-0): ViewSonic VX2758-Series (DFP-0): Internal DisplayPort
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: (--) NVIDIA(GPU-0): ViewSonic VX2758-Series (DFP-0): 2660.0 MHz maximum pixel clock
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: (--) NVIDIA(GPU-0):
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: (--) NVIDIA(GPU-0): DFP-1: disconnected
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: (--) NVIDIA(GPU-0):
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Allocate new frame buffer 4480x1440
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0):  => pitch 17920 bytes
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: randr: falling back to unsynchronized pixmap sharing
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: (II) NVIDIA(G0): Setting mode "DP-1-0: nvidia-auto-select @2560x1440 +0+0 {AllowGSYNC=Off, ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}"
Nov 03 20:31:09 laptop2021 at-spi-bus-launcher[1316]: dbus-daemon[1316]: Activating service name='org.a11y.atspi.Registry' requested by ':1.1' (uid=1000 pid=1355 comm="/usr/bin/gnome-shell")
Nov 03 20:31:09 laptop2021 at-spi-bus-launcher[1316]: dbus-daemon[1316]: Successfully activated service 'org.a11y.atspi.Registry'
Nov 03 20:31:09 laptop2021 at-spi-bus-launcher[1416]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): EDID vendor "NCP", prod id 77
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Using hsync ranges from config file
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Using vrefresh ranges from config file
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Printing DDC gathered Modelines:
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Modeline "1920x1080"x0.0  354.73  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (162.7 kHz eP)
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Modeline "1920x1080"x0.0  147.81  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (67.8 kHz e)
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): EDID vendor "NCP", prod id 77
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Using hsync ranges from config file
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Using vrefresh ranges from config file
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Printing DDC gathered Modelines:
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Modeline "1920x1080"x0.0  354.73  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (162.7 kHz eP)
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: (II) AMDGPU(0): Modeline "1920x1080"x0.0  147.81  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (67.8 kHz e)
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: (--) NVIDIA(GPU-0): ViewSonic VX2758-Series (DFP-0): connected
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: (--) NVIDIA(GPU-0): ViewSonic VX2758-Series (DFP-0): Internal DisplayPort
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: (--) NVIDIA(GPU-0): ViewSonic VX2758-Series (DFP-0): 2660.0 MHz maximum pixel clock
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: (--) NVIDIA(GPU-0):
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: (--) NVIDIA(GPU-0): DFP-1: disconnected
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
Nov 03 20:31:09 laptop2021 /usr/lib/gdm-x-session[1192]: (--) NVIDIA(GPU-0):
Nov 03 20:31:10 laptop2021 gnome-shell[1355]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly.
Nov 03 20:31:10 laptop2021 gnome-shell[1355]: Will monitor session 3
Nov 03 20:31:10 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Activating service name='org.gnome.Shell.Screencast' requested by ':1.14' (uid=1000 pid=1355 comm="/usr/bin/gnome-shell")
Nov 03 20:31:10 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service' requested by ':1.14' (uid=1000 pid=1355 comm="/usr/bin/gnome-shell")
Nov 03 20:31:10 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Activating service name='org.gnome.Shell.CalendarServer' requested by ':1.14' (uid=1000 pid=1355 comm="/usr/bin/gnome-shell")
Nov 03 20:31:10 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Activating via systemd: service name='org.gnome.evolution.dataserver.Sources5' unit='evolution-source-registry.service' requested by ':1.21' (uid=1000 pid=1425 comm="/usr/lib/gnome-shell-calendar-server")
Nov 03 20:31:10 laptop2021 systemd[1143]: Starting sandboxed app permission store...
Nov 03 20:31:10 laptop2021 systemd[1143]: Starting Evolution source registry...
Nov 03 20:31:10 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
Nov 03 20:31:10 laptop2021 systemd[1143]: Started sandboxed app permission store.
Nov 03 20:31:10 laptop2021 /usr/lib/gdm-x-session[1437]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Nov 03 20:31:10 laptop2021 /usr/lib/gdm-x-session[1437]: > Warning:          Could not resolve keysym XF86CameraAccessEnable
Nov 03 20:31:10 laptop2021 /usr/lib/gdm-x-session[1437]: > Warning:          Could not resolve keysym XF86CameraAccessDisable
Nov 03 20:31:10 laptop2021 /usr/lib/gdm-x-session[1437]: > Warning:          Could not resolve keysym XF86CameraAccessToggle
Nov 03 20:31:10 laptop2021 /usr/lib/gdm-x-session[1437]: > Warning:          Could not resolve keysym XF86NextElement
Nov 03 20:31:10 laptop2021 /usr/lib/gdm-x-session[1437]: > Warning:          Could not resolve keysym XF86PreviousElement
Nov 03 20:31:10 laptop2021 /usr/lib/gdm-x-session[1437]: > Warning:          Could not resolve keysym XF86AutopilotEngageToggle
Nov 03 20:31:10 laptop2021 /usr/lib/gdm-x-session[1437]: > Warning:          Could not resolve keysym XF86MarkWaypoint
Nov 03 20:31:10 laptop2021 /usr/lib/gdm-x-session[1437]: > Warning:          Could not resolve keysym XF86Sos
Nov 03 20:31:10 laptop2021 /usr/lib/gdm-x-session[1437]: > Warning:          Could not resolve keysym XF86NavChart
Nov 03 20:31:10 laptop2021 /usr/lib/gdm-x-session[1437]: > Warning:          Could not resolve keysym XF86FishingChart
Nov 03 20:31:10 laptop2021 /usr/lib/gdm-x-session[1437]: > Warning:          Could not resolve keysym XF86SingleRangeRadar
Nov 03 20:31:10 laptop2021 /usr/lib/gdm-x-session[1437]: > Warning:          Could not resolve keysym XF86DualRangeRadar
Nov 03 20:31:10 laptop2021 /usr/lib/gdm-x-session[1437]: > Warning:          Could not resolve keysym XF86RadarOverlay
Nov 03 20:31:10 laptop2021 /usr/lib/gdm-x-session[1437]: > Warning:          Could not resolve keysym XF86TraditionalSonar
Nov 03 20:31:10 laptop2021 /usr/lib/gdm-x-session[1437]: > Warning:          Could not resolve keysym XF86ClearvuSonar
Nov 03 20:31:10 laptop2021 /usr/lib/gdm-x-session[1437]: > Warning:          Could not resolve keysym XF86SidevuSonar
Nov 03 20:31:10 laptop2021 /usr/lib/gdm-x-session[1437]: > Warning:          Could not resolve keysym XF86NavInfo
Nov 03 20:31:10 laptop2021 /usr/lib/gdm-x-session[1437]: Errors from xkbcomp are not fatal to the X server
Nov 03 20:31:10 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Activating service name='org.gnome.Shell.Notifications' requested by ':1.14' (uid=1000 pid=1355 comm="/usr/bin/gnome-shell")
Nov 03 20:31:10 laptop2021 gnome-shell[1355]: Could not issue 'GetUnit' systemd call
Nov 03 20:31:10 laptop2021 systemd[1143]: Started GNOME Shell on X11.
Nov 03 20:31:10 laptop2021 systemd[1143]: Reached target GNOME Session is initialized.
Nov 03 20:31:10 laptop2021 systemd[1143]: Reached target GNOME session X11 services.
Nov 03 20:31:10 laptop2021 systemd[1143]: Reached target GNOME Session (session: gnome).
Nov 03 20:31:10 laptop2021 systemd[1143]: Starting Signal initialization done to GNOME Session Manager...
Nov 03 20:31:10 laptop2021 systemd[1143]: Starting GNOME accessibility service...
Nov 03 20:31:10 laptop2021 systemd[1143]: Starting GNOME color management service...
Nov 03 20:31:10 laptop2021 systemd[1143]: Starting GNOME date & time service...
Nov 03 20:31:10 laptop2021 systemd[1143]: Starting GNOME maintenance of expirable data service...
Nov 03 20:31:10 laptop2021 systemd[1143]: Starting GNOME keyboard configuration service...
Nov 03 20:31:10 laptop2021 systemd[1143]: Starting GNOME keyboard shortcuts service...
Nov 03 20:31:10 laptop2021 systemd[1143]: Starting GNOME power management service...
Nov 03 20:31:10 laptop2021 gnome-shell[1355]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
Nov 03 20:31:10 laptop2021 systemd[1143]: Starting GNOME printer notifications service...
Nov 03 20:31:10 laptop2021 systemd[1143]: Starting GNOME RFKill support service...
Nov 03 20:31:10 laptop2021 systemd[1143]: Starting GNOME FreeDesktop screensaver service...
Nov 03 20:31:10 laptop2021 systemd[1143]: Starting GNOME file sharing service...
Nov 03 20:31:10 laptop2021 systemd[1143]: Starting GNOME smartcard service...
Nov 03 20:31:10 laptop2021 systemd[1143]: Starting GNOME sound sample caching service...
Nov 03 20:31:10 laptop2021 systemd[1143]: Starting GNOME USB protection service...
Nov 03 20:31:10 laptop2021 systemd[1143]: Starting GNOME Wacom tablet support service...
Nov 03 20:31:10 laptop2021 dbus-daemon[559]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.58' (uid=1000 pid=1488 comm="/usr/lib/gsd-disk-utility-notify")
Nov 03 20:31:10 laptop2021 systemd[1143]: Starting GNOME XSettings service...
Nov 03 20:31:10 laptop2021 gnome-session-binary[1332]: Entering running state
Nov 03 20:31:10 laptop2021 systemd[1]: Starting Disk Manager...
Nov 03 20:31:10 laptop2021 systemd[1143]: Finished Signal initialization done to GNOME Session Manager.
Nov 03 20:31:10 laptop2021 udisksd[1537]: udisks daemon version 2.10.1 starting
Nov 03 20:31:10 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Successfully activated service 'org.gnome.Shell.Notifications'
Nov 03 20:31:10 laptop2021 kernel: rfkill: input handler disabled
Nov 03 20:31:10 laptop2021 systemd[1143]: Started GNOME FreeDesktop screensaver service.
Nov 03 20:31:10 laptop2021 systemd[1143]: Started GNOME printer notifications service.
Nov 03 20:31:10 laptop2021 systemd[1143]: Started GNOME date & time service.
Nov 03 20:31:10 laptop2021 systemd[1143]: Started Application launched by gnome-session-binary.
Nov 03 20:31:10 laptop2021 systemd[1143]: Started Application launched by gnome-session-binary.
Nov 03 20:31:10 laptop2021 systemd[1143]: Started Application launched by gnome-session-binary.
Nov 03 20:31:10 laptop2021 systemd[1143]: Started Application launched by gnome-session-binary.
Nov 03 20:31:10 laptop2021 systemd[1143]: Reached target GNOME date & time target.
Nov 03 20:31:10 laptop2021 systemd[1143]: Reached target GNOME printer notifications target.
Nov 03 20:31:10 laptop2021 systemd[1143]: Reached target GNOME FreeDesktop screensaver target.
Nov 03 20:31:10 laptop2021 systemd[1143]: Started GNOME RFKill support service.
Nov 03 20:31:10 laptop2021 systemd[1143]: Started GNOME accessibility service.
Nov 03 20:31:10 laptop2021 systemd[1143]: Reached target GNOME accessibility target.
Nov 03 20:31:10 laptop2021 systemd[1143]: Reached target GNOME RFKill support target.
Nov 03 20:31:10 laptop2021 systemd[1143]: Started GNOME maintenance of expirable data service.
Nov 03 20:31:10 laptop2021 systemd[1143]: Reached target GNOME maintenance of expirable data target.
Nov 03 20:31:10 laptop2021 systemd[1143]: Started GNOME file sharing service.
Nov 03 20:31:10 laptop2021 systemd[1143]: Reached target GNOME file sharing target.
Nov 03 20:31:10 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Activating service name='org.gnome.OnlineAccounts' requested by ':1.23' (uid=1000 pid=1445 comm="/usr/lib/evolution-source-registry")
Nov 03 20:31:10 laptop2021 systemd[1143]: Started GNOME USB protection service.
Nov 03 20:31:10 laptop2021 systemd[1143]: Started GNOME smartcard service.
Nov 03 20:31:10 laptop2021 systemd[1143]: Reached target GNOME smartcard target.
Nov 03 20:31:10 laptop2021 systemd[1143]: Reached target GNOME USB protection target.
Nov 03 20:31:10 laptop2021 systemd[1143]: Started GNOME keyboard configuration service.
Nov 03 20:31:10 laptop2021 systemd[1143]: Reached target GNOME keyboard configuration target.
Nov 03 20:31:10 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Activating service name='org.gnome.ScreenSaver' requested by ':1.35' (uid=1000 pid=1525 comm="/usr/lib/gsd-usb-protection")
Nov 03 20:31:10 laptop2021 systemd[1143]: Started GNOME sound sample caching service.
Nov 03 20:31:10 laptop2021 systemd[1143]: Reached target GNOME sound sample caching target.
Nov 03 20:31:10 laptop2021 systemd[1143]: Started GNOME color management service.
Nov 03 20:31:10 laptop2021 systemd[1143]: Reached target GNOME color management target.
Nov 03 20:31:10 laptop2021 systemd[1143]: Started GNOME keyboard shortcuts service.
Nov 03 20:31:10 laptop2021 systemd[1143]: Reached target GNOME keyboard shortcuts target.
Nov 03 20:31:10 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Successfully activated service 'org.gnome.evolution.dataserver.Sources5'
Nov 03 20:31:10 laptop2021 systemd[1143]: Starting Sound Service...
Nov 03 20:31:10 laptop2021 systemd[1143]: Started Evolution source registry.
Nov 03 20:31:10 laptop2021 systemd[1143]: Started GNOME Wacom tablet support service.
Nov 03 20:31:10 laptop2021 systemd[1143]: Started GNOME power management service.
Nov 03 20:31:10 laptop2021 systemd[1143]: Reached target GNOME power management target.
Nov 03 20:31:10 laptop2021 systemd[1143]: Reached target GNOME Wacom tablet support target.
Nov 03 20:31:10 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Activating via systemd: service name='org.gnome.evolution.dataserver.Calendar8' unit='evolution-calendar-factory.service' requested by ':1.21' (uid=1000 pid=1425 comm="/usr/lib/gnome-shell-calendar-server")
Nov 03 20:31:10 laptop2021 systemd[1143]: Starting Evolution calendar service...
Nov 03 20:31:10 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Successfully activated service 'org.gnome.ScreenSaver'
Nov 03 20:31:10 laptop2021 goa-daemon[1585]: goa-daemon version 3.48.0 starting
Nov 03 20:31:10 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Activating service name='org.gnome.Identity' requested by ':1.47' (uid=1000 pid=1585 comm="/usr/lib/goa-daemon")
Nov 03 20:31:10 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Successfully activated service 'org.gnome.OnlineAccounts'
Nov 03 20:31:10 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Successfully activated service 'org.gnome.Shell.CalendarServer'
Nov 03 20:31:10 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Successfully activated service 'org.gnome.Identity'
Nov 03 20:31:10 laptop2021 rtkit-daemon[972]: Successfully made thread 1640 of process 1640 owned by '1000' high priority at nice level -11.
Nov 03 20:31:10 laptop2021 rtkit-daemon[972]: Supervising 11 threads of 5 processes of 2 users.
Nov 03 20:31:10 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Successfully activated service 'org.gnome.evolution.dataserver.Calendar8'
Nov 03 20:31:10 laptop2021 systemd[1143]: Started Evolution calendar service.
Nov 03 20:31:10 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Activating via systemd: service name='org.gnome.evolution.dataserver.AddressBook10' unit='evolution-addressbook-factory.service' requested by ':1.48' (uid=1000 pid=1653 comm="/usr/lib/evolution-calendar-factory")
Nov 03 20:31:10 laptop2021 gsd-usb-protect[1525]: Failed to fetch USBGuard parameters: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.usbguard1 was not provided by any .service files
Nov 03 20:31:10 laptop2021 systemd[1143]: Starting Evolution address book service...
Nov 03 20:31:10 laptop2021 gsd-media-keys[1489]: Failed to grab accelerator for keybinding settings:playback-repeat
Nov 03 20:31:10 laptop2021 gsd-media-keys[1489]: Failed to grab accelerator for keybinding settings:screensaver
Nov 03 20:31:10 laptop2021 gsd-media-keys[1489]: Failed to grab accelerator for keybinding settings:playback-random
Nov 03 20:31:10 laptop2021 gsd-media-keys[1489]: Failed to grab accelerator for keybinding settings:hibernate
Nov 03 20:31:10 laptop2021 gsd-media-keys[1489]: Failed to grab accelerator for keybinding settings:rotate-video-lock
Nov 03 20:31:10 laptop2021 gnome-shell[1355]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
Nov 03 20:31:10 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Successfully activated service 'org.gnome.Shell.Screencast'
Nov 03 20:31:10 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Activating via systemd: service name='org.freedesktop.portal.Desktop' unit='xdg-desktop-portal.service' requested by ':1.38' (uid=1000 pid=1492 comm="/usr/bin/gnome-software --gapplication-service")
Nov 03 20:31:10 laptop2021 systemd[1143]: Starting Portal service...
Nov 03 20:31:10 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.14' (uid=1000 pid=1355 comm="/usr/bin/gnome-shell")
Nov 03 20:31:10 laptop2021 dbus-daemon[559]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Nov 03 20:31:10 laptop2021 systemd[1]: Started Disk Manager.
Nov 03 20:31:10 laptop2021 systemd[1143]: Starting Virtual filesystem service - disk device monitor...
Nov 03 20:31:10 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Successfully activated service 'org.gnome.evolution.dataserver.AddressBook10'
Nov 03 20:31:10 laptop2021 systemd[1143]: Started Evolution address book service.
Nov 03 20:31:10 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Activating via systemd: service name='org.freedesktop.portal.Documents' unit='xdg-document-portal.service' requested by ':1.52' (uid=1000 pid=1747 comm="/usr/lib/xdg-desktop-portal")
Nov 03 20:31:10 laptop2021 systemd[1143]: Starting flatpak document portal service...
Nov 03 20:31:10 laptop2021 udisksd[1537]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Nov 03 20:31:10 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Successfully activated service 'org.freedesktop.portal.Documents'
Nov 03 20:31:10 laptop2021 systemd[1143]: Started flatpak document portal service.
Nov 03 20:31:10 laptop2021 rtkit-daemon[972]: Supervising 11 threads of 5 processes of 2 users.
Nov 03 20:31:10 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.gnome' unit='xdg-desktop-portal-gnome.service' requested by ':1.52' (uid=1000 pid=1747 comm="/usr/lib/xdg-desktop-portal")
Nov 03 20:31:10 laptop2021 rtkit-daemon[972]: Successfully made thread 1773 of process 1640 owned by '1000' RT at priority 5.
Nov 03 20:31:10 laptop2021 rtkit-daemon[972]: Supervising 12 threads of 5 processes of 2 users.
Nov 03 20:31:10 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
Nov 03 20:31:10 laptop2021 systemd[1143]: Started Virtual filesystem service - disk device monitor.
Nov 03 20:31:10 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Activating via systemd: service name='org.gtk.vfs.MTPVolumeMonitor' unit='gvfs-mtp-volume-monitor.service' requested by ':1.14' (uid=1000 pid=1355 comm="/usr/bin/gnome-shell")
Nov 03 20:31:10 laptop2021 systemd[1143]: Starting Virtual filesystem service - Media Transfer Protocol monitor...
Nov 03 20:31:10 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Successfully activated service 'org.gtk.vfs.MTPVolumeMonitor'
Nov 03 20:31:10 laptop2021 systemd[1143]: Started Virtual filesystem service - Media Transfer Protocol monitor.
Nov 03 20:31:10 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Activating via systemd: service name='org.gtk.vfs.GPhoto2VolumeMonitor' unit='gvfs-gphoto2-volume-monitor.service' requested by ':1.14' (uid=1000 pid=1355 comm="/usr/bin/gnome-shell")
Nov 03 20:31:10 laptop2021 systemd[1143]: Starting Virtual filesystem service - digital camera monitor...
Nov 03 20:31:10 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Successfully activated service 'org.gtk.vfs.GPhoto2VolumeMonitor'
Nov 03 20:31:10 laptop2021 systemd[1143]: Started Virtual filesystem service - digital camera monitor.
Nov 03 20:31:10 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Activating via systemd: service name='org.gtk.vfs.GoaVolumeMonitor' unit='gvfs-goa-volume-monitor.service' requested by ':1.14' (uid=1000 pid=1355 comm="/usr/bin/gnome-shell")
Nov 03 20:31:10 laptop2021 systemd[1143]: Starting Virtual filesystem service - GNOME Online Accounts monitor...
Nov 03 20:31:10 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Successfully activated service 'org.gtk.vfs.GoaVolumeMonitor'
Nov 03 20:31:10 laptop2021 systemd[1143]: Started Virtual filesystem service - GNOME Online Accounts monitor.
Nov 03 20:31:10 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Activating via systemd: service name='org.gtk.vfs.AfcVolumeMonitor' unit='gvfs-afc-volume-monitor.service' requested by ':1.14' (uid=1000 pid=1355 comm="/usr/bin/gnome-shell")
Nov 03 20:31:10 laptop2021 systemd[1143]: Starting Virtual filesystem service - Apple File Conduit monitor...
Nov 03 20:31:10 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Successfully activated service 'org.gtk.vfs.AfcVolumeMonitor'
Nov 03 20:31:10 laptop2021 systemd[1143]: Started Virtual filesystem service - Apple File Conduit monitor.
Nov 03 20:31:10 laptop2021 polkitd[628]: Registered Authentication Agent for unix-session:3 (system bus name :1.55 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Nov 03 20:31:10 laptop2021 systemd[1143]: Started GNOME XSettings service.
Nov 03 20:31:10 laptop2021 systemd[1143]: GNOME session X11 services is inactive.
Nov 03 20:31:10 laptop2021 systemd[1143]: Reached target GNOME XSettings target.
Nov 03 20:31:10 laptop2021 systemd[1143]: Reached target GNOME Session.
Nov 03 20:31:10 laptop2021 systemd[1143]: Reached target GNOME X11 Session (session: gnome).
Nov 03 20:31:10 laptop2021 systemd[1143]: Reached target Current graphical user session.
Nov 03 20:31:10 laptop2021 systemd[1143]: Starting Portal service (GNOME implementation)...
Nov 03 20:31:10 laptop2021 NetworkManager[570]: <info>  [1699068670.9078] agent-manager: agent[139ebbf1bdb80a48,:1.55/org.gnome.Shell.NetworkAgent/1000]: agent registered
Nov 03 20:31:11 laptop2021 rtkit-daemon[972]: Supervising 12 threads of 5 processes of 2 users.
Nov 03 20:31:11 laptop2021 systemd[1143]: Started PipeWire Multimedia Service.
Nov 03 20:31:11 laptop2021 systemd[1143]: Started PipeWire Media Session Manager.
Nov 03 20:31:11 laptop2021 rtkit-daemon[972]: Successfully made thread 1821 of process 1640 owned by '1000' RT at priority 5.
Nov 03 20:31:11 laptop2021 rtkit-daemon[972]: Supervising 13 threads of 5 processes of 2 users.
Nov 03 20:31:11 laptop2021 rtkit-daemon[972]: Supervising 13 threads of 5 processes of 2 users.
Nov 03 20:31:11 laptop2021 rtkit-daemon[972]: Supervising 13 threads of 5 processes of 2 users.
Nov 03 20:31:11 laptop2021 rtkit-daemon[972]: Supervising 13 threads of 5 processes of 2 users.
Nov 03 20:31:11 laptop2021 rtkit-daemon[972]: Supervising 13 threads of 5 processes of 2 users.
Nov 03 20:31:11 laptop2021 rtkit-daemon[972]: Supervising 13 threads of 5 processes of 2 users.
Nov 03 20:31:11 laptop2021 rtkit-daemon[972]: Supervising 13 threads of 5 processes of 2 users.
Nov 03 20:31:11 laptop2021 rtkit-daemon[972]: Successfully made thread 1819 of process 1819 owned by '1000' high priority at nice level -11.
Nov 03 20:31:11 laptop2021 rtkit-daemon[972]: Supervising 14 threads of 6 processes of 2 users.
Nov 03 20:31:11 laptop2021 rtkit-daemon[972]: Successfully made thread 1838 of process 1819 owned by '1000' RT at priority 20.
Nov 03 20:31:11 laptop2021 rtkit-daemon[972]: Supervising 15 threads of 6 processes of 2 users.
Nov 03 20:31:11 laptop2021 rtkit-daemon[972]: Successfully made thread 1837 of process 1828 owned by '1000' RT at priority 20.
Nov 03 20:31:11 laptop2021 rtkit-daemon[972]: Supervising 16 threads of 7 processes of 2 users.
Nov 03 20:31:11 laptop2021 rtkit-daemon[972]: Supervising 16 threads of 7 processes of 2 users.
Nov 03 20:31:11 laptop2021 rtkit-daemon[972]: Successfully made thread 1858 of process 1640 owned by '1000' RT at priority 5.
Nov 03 20:31:11 laptop2021 rtkit-daemon[972]: Supervising 17 threads of 7 processes of 2 users.
Nov 03 20:31:11 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Successfully activated service 'org.freedesktop.impl.portal.desktop.gnome'
Nov 03 20:31:11 laptop2021 systemd[1143]: Started Portal service (GNOME implementation).
Nov 03 20:31:11 laptop2021 pipewire[1819]: spa.alsa: 'front:2': capture open failed: Device or resource busy
Nov 03 20:31:11 laptop2021 pipewire[1819]: mod.adapter: 0x5648e5811e50: can't get format: Device or resource busy
Nov 03 20:31:11 laptop2021 pipewire-media-session[1828]: ms.core: error id:48 seq:262 res:-16 (Device or resource busy): can't create node: Device or resource busy
Nov 03 20:31:11 laptop2021 rtkit-daemon[972]: Supervising 17 threads of 7 processes of 2 users.
Nov 03 20:31:11 laptop2021 rtkit-daemon[972]: Supervising 17 threads of 7 processes of 2 users.
Nov 03 20:31:11 laptop2021 rtkit-daemon[972]: Supervising 17 threads of 7 processes of 2 users.
Nov 03 20:31:11 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.gtk' unit='xdg-desktop-portal-gtk.service' requested by ':1.52' (uid=1000 pid=1747 comm="/usr/lib/xdg-desktop-portal")
Nov 03 20:31:11 laptop2021 rtkit-daemon[972]: Supervising 17 threads of 7 processes of 2 users.
Nov 03 20:31:11 laptop2021 systemd[1143]: Starting Portal service (GTK/GNOME implementation)...
Nov 03 20:31:11 laptop2021 rtkit-daemon[972]: Successfully made thread 1879 of process 1640 owned by '1000' RT at priority 5.
Nov 03 20:31:11 laptop2021 rtkit-daemon[972]: Supervising 18 threads of 7 processes of 2 users.
Nov 03 20:31:11 laptop2021 rtkit-daemon[972]: Supervising 18 threads of 7 processes of 2 users.
Nov 03 20:31:11 laptop2021 rtkit-daemon[972]: Successfully made thread 1881 of process 1640 owned by '1000' RT at priority 5.
Nov 03 20:31:11 laptop2021 rtkit-daemon[972]: Supervising 19 threads of 7 processes of 2 users.
Nov 03 20:31:11 laptop2021 dbus-daemon[559]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.85' (uid=1000 pid=1640 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo")
Nov 03 20:31:11 laptop2021 dbus-daemon[559]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
Nov 03 20:31:11 laptop2021 pulseaudio[1640]: stat('/etc/pulse/default.pa.d'): No such file or directory
Nov 03 20:31:11 laptop2021 systemd[1143]: Started Sound Service.
Nov 03 20:31:11 laptop2021 pulseaudio[1640]: GetManagedObjects() failed: org.freedesktop.systemd1.NoSuchUnit: Unit dbus-org.bluez.service not found.
Nov 03 20:31:11 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Successfully activated service 'org.freedesktop.impl.portal.desktop.gtk'
Nov 03 20:31:11 laptop2021 systemd[1143]: Started Portal service (GTK/GNOME implementation).
Nov 03 20:31:11 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Successfully activated service 'org.freedesktop.portal.Desktop'
Nov 03 20:31:11 laptop2021 systemd[1143]: Started Portal service.
Nov 03 20:31:11 laptop2021 gnome-shell[1355]: GNOME Shell started at Fri Nov 03 2023 20:31:10 GMT-0700 (Pacific Daylight Time)
Nov 03 20:31:11 laptop2021 gnome-shell[1355]: Registering session with GDM
Nov 03 20:31:11 laptop2021 gnome-shell[683]: Connection to xwayland lost
Nov 03 20:31:11 laptop2021 gnome-shell[683]: Xwayland terminated, exiting since it was mandatory
Nov 03 20:31:11 laptop2021 gnome-shell[683]: (../mutter/src/core/meta-context.c:533):meta_context_terminate: runtime check failed: (g_main_loop_is_running (priv->main_loop))
Nov 03 20:31:11 laptop2021 gsd-sharing[796]: Error releasing name org.gnome.SettingsDaemon.Sharing: The connection is closed
Nov 03 20:31:11 laptop2021 systemd-logind[564]: Session 1 logged out. Waiting for processes to exit.
Nov 03 20:31:11 laptop2021 gnome-software[1492]: Failed to load /usr/lib/gnome-software/plugins-20/libgs_plugin_fwupd.so: failed to open plugin /usr/lib/gnome-software/plugins-20/libgs_plugin_fwupd.so: libfwupd.so.2: cannot open shared object file: No such file or directory
Nov 03 20:31:11 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Activating service name='org.gnome.Epiphany.WebAppProvider' requested by ':1.38' (uid=1000 pid=1492 comm="/usr/bin/gnome-software --gapplication-service")
Nov 03 20:31:11 laptop2021 polkitd[628]: Unregistered Authentication Agent for unix-session:1 (system bus name :1.15, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
Nov 03 20:31:11 laptop2021 systemd[1]: session-1.scope: Deactivated successfully.
Nov 03 20:31:11 laptop2021 gdm[617]: Gdm: Child process -663 was already dead.
Nov 03 20:31:11 laptop2021 systemd[1]: session-1.scope: Consumed 6.674s CPU time.
Nov 03 20:31:11 laptop2021 systemd-logind[564]: Removed session 1.
Nov 03 20:31:11 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Successfully activated service 'org.gnome.Epiphany.WebAppProvider'
Nov 03 20:31:13 laptop2021 gnome-software[1492]: Only 5 apps for curated list, hiding
Nov 03 20:31:13 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Activating service name='org.gnome.Console' requested by ':1.14' (uid=1000 pid=1355 comm="/usr/bin/gnome-shell")
Nov 03 20:31:13 laptop2021 dbus-daemon[1167]: [session uid=1000 pid=1167] Successfully activated service 'org.gnome.Console'
Nov 03 20:31:14 laptop2021 systemd[1143]: Started VTE child process 1972 launched by kgx process 1955.
Nov 03 20:31:14 laptop2021 gnome-shell[1355]: Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x1600004
Nov 03 20:31:21 laptop2021 systemd[1]: Stopping User Manager for UID 120...
Nov 03 20:31:21 laptop2021 systemd[651]: Activating special unit Exit the Session...
Nov 03 20:31:21 laptop2021 systemd[651]: Stopped target Main User Target.
Nov 03 20:31:21 laptop2021 systemd[651]: Stopping D-Bus User Message Bus...
Nov 03 20:31:21 laptop2021 systemd[651]: Stopping PipeWire Media Session Manager...
Nov 03 20:31:21 laptop2021 systemd[651]: Stopped D-Bus User Message Bus.
Nov 03 20:31:21 laptop2021 systemd[651]: Stopped PipeWire Media Session Manager.
Nov 03 20:31:21 laptop2021 systemd[651]: Stopping PipeWire Multimedia Service...
Nov 03 20:31:21 laptop2021 systemd[651]: Stopped PipeWire Multimedia Service.
Nov 03 20:31:21 laptop2021 systemd[651]: Removed slice User Core Session Slice.
Nov 03 20:31:21 laptop2021 systemd[651]: Stopped target Basic System.
Nov 03 20:31:21 laptop2021 systemd[651]: Stopped target Paths.
Nov 03 20:31:21 laptop2021 systemd[651]: Stopped target Sockets.
Nov 03 20:31:21 laptop2021 systemd[651]: Stopped target Timers.
Nov 03 20:31:21 laptop2021 systemd[651]: Closed D-Bus User Message Bus Socket.
Nov 03 20:31:21 laptop2021 systemd[651]: Closed GnuPG network certificate management daemon.
Nov 03 20:31:21 laptop2021 systemd[651]: Closed GCR ssh-agent wrapper.
Nov 03 20:31:21 laptop2021 systemd[651]: Closed GNOME Keyring daemon.
Nov 03 20:31:21 laptop2021 systemd[651]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 03 20:31:21 laptop2021 systemd[651]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Nov 03 20:31:21 laptop2021 systemd[651]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Nov 03 20:31:21 laptop2021 systemd[651]: Closed GnuPG cryptographic agent and passphrase cache.
Nov 03 20:31:21 laptop2021 systemd[651]: Closed p11-kit server.
Nov 03 20:31:21 laptop2021 systemd[651]: Closed PipeWire Multimedia System Sockets.
Nov 03 20:31:21 laptop2021 systemd[651]: Closed Sound System.
Nov 03 20:31:21 laptop2021 systemd[651]: Removed slice User Application Slice.
Nov 03 20:31:21 laptop2021 systemd[651]: Reached target Shutdown.
Nov 03 20:31:21 laptop2021 systemd[651]: Finished Exit the Session.
Nov 03 20:31:21 laptop2021 systemd[651]: Reached target Exit the Session.
Nov 03 20:31:21 laptop2021 (sd-pam)[653]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[gdm] ruser=[<unknown>] rhost=[<unknown>]
Nov 03 20:31:21 laptop2021 systemd[1]: user@120.service: Deactivated successfully.
Nov 03 20:31:21 laptop2021 systemd[1]: Stopped User Manager for UID 120.
Nov 03 20:31:22 laptop2021 systemd[1]: Stopping User Runtime Directory /run/user/120...
Nov 03 20:31:22 laptop2021 systemd[1]: run-user-120.mount: Deactivated successfully.
Nov 03 20:31:22 laptop2021 systemd[1]: user-runtime-dir@120.service: Deactivated successfully.
Nov 03 20:31:22 laptop2021 systemd[1]: Stopped User Runtime Directory /run/user/120.
Nov 03 20:31:22 laptop2021 systemd[1]: Removed slice User Slice of UID 120.
Nov 03 20:31:22 laptop2021 systemd[1]: user-120.slice: Consumed 7.547s CPU time.
Nov 03 20:31:23 laptop2021 gnome-software[1492]: Only 5 apps for curated list, hiding
Nov 03 20:31:25 laptop2021 dbus-daemon[559]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.89' (uid=0 pid=2031 comm="sudo journalctl -b")
Nov 03 20:31:25 laptop2021 dbus-daemon[559]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 03 20:31:25 laptop2021 sudo[2031]:     luke : TTY=pts/0 ; PWD=/home/luke ; USER=root ; COMMAND=/usr/bin/journalctl -b
Nov 03 20:31:25 laptop2021 sudo[2031]: pam_unix(sudo:session): session opened for user root(uid=0) by luke(uid=1000)

Offline

Board footer

Powered by FluxBB