You are not logged in.

#1 2022-07-25 01:59:48

poslop
Member
Registered: 2022-06-11
Posts: 10

Stuck at 60 Hz on a 300 Hz laptop

xrandr doesnt show a 300 hz option and when i add a new modeline i get an error saying unable to configure crtc4.  this happens whether i am useing my integrated graphics or my 3060 as my primary gpu.  ive done a lot of searching and i cannot find anything on this issue

Last edited by poslop (2022-07-25 21:43:44)

Offline

#2 2022-07-25 14:37:18

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,739

Re: Stuck at 60 Hz on a 300 Hz laptop

1. Please fix your shift key.  Treat yourself and Heinrich  Hertz some respect by capitalizing I, I've and Hz.  And This, for that matter. 
2. Tell us specifically, showing the commands, what you have done.  Show us output.  When yo do so, be sure to use BBCode code tags.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#3 2022-07-25 19:46:11

poslop
Member
Registered: 2022-06-11
Posts: 10

Re: Stuck at 60 Hz on a 300 Hz laptop

I have fixed my shift key and I'll post some of my logs and Xorg configs.

First I tried using Optimus manager and envycontrol but both were configuring everything wrong so I am now using manual configs

The only configs I have are in /etc/X11/xorg.conf.d/.  I use a  crude script I made to rename the configs to .old or .conf depending on which mode I want.  The script also blacklists Nvidia drivers and other stuff like that.  I have no issues with these configs.

Here are my files inside of xorg.conf.d
20-intel.conf

Section "Device"
 Identifier "Intel Graphics"
 Driver "modesetting"
 Option "TearFree" "True"
EndSection

Here is 20-nvidia.conf

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "nvidia"
    Inactive "intel"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "nvidia"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BusID          "PCI:1:0:0"
    Option "ModeValidation" "AllowNonEdidModes"
EndSection

Section "Screen"
    Identifier     "nvidia"
    Device         "nvidia"
    Option 	   "AllowEmptyInitialConfiguration"
    Monitor        "Monitor0"
EndSection

Section "Device"
    Identifier "intel"
    Driver "modesetting"
EndSection

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

Section "Files" 
   ModulePath "/usr/lib/nvidia/xorg"
   ModulePath "/usr/lib/xorg/modules"
EndSection

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

Now I will show the exact commands I use to change xrandr to use 300 Hz while using the Intel config

$ xrandr
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
eDP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 194mm
   1920x1080     60.00*+  59.97    59.96    59.93  
   1680x1050     59.95    59.88  
   1400x1050     59.98  
   1600x900      59.99    59.94    59.95    59.82  
   1280x1024     60.02  
   1400x900      59.96    59.88  
   1280x960      60.00  
   1440x810      60.00    59.97  
   1368x768      59.88    59.85  
   1280x800      59.99    59.97    59.81    59.91  
   1280x720      60.00    59.99    59.86    59.74  
   1024x768      60.04    60.00  
   960x720       60.00  
   928x696       60.05  
   896x672       60.01  
   1024x576      59.95    59.96    59.90    59.82  
   960x600       59.93    60.00  
   960x540       59.96    59.99    59.63    59.82  
   800x600       60.00    60.32    56.25  
   840x525       60.01    59.88  
   864x486       59.92    59.57  
   700x525       59.98  
   800x450       59.95    59.82  
   640x512       60.02  
   700x450       59.96    59.88  
   640x480       60.00    59.94  
   720x405       59.51    58.99  
   684x384       59.88    59.85  
   640x400       59.88    59.98  
   640x360       59.86    59.83    59.84    59.32  
   512x384       60.00  
   512x288       60.00    59.92  
   480x270       59.63    59.82  
   400x300       60.32    56.34  
   432x243       59.92    59.57  
   320x240       60.05  
   360x202       59.51    59.13  
   320x180       59.84    59.32  
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)

There is no option for 300 Hz so I try adding a new modeline.

$ cvt 1920 1080 300
# 1920x1080 299.73 Hz (CVT) hsync: 389.05 kHz; pclk: 1052.00 MHz
Modeline "1920x1080_300.00"  1052.00  1920 2104 2312 2704  1080 1083 1088 1298 -hsync +vsync

$ xrandr --newmode "1920x1080_300.00"  1052.00  1920 2104 2312 2704  1080 1083 1088 1298 -hsync +vsync

$ xrandr --addmode eDP-1 1920x1080_300.00

$ xrandr
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
eDP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 194mm
   1920x1080     60.00*+  59.97    59.96    59.93
   1680x1050     59.95    59.88
   1400x1050     59.98
   1600x900      59.99    59.94    59.95    59.82
   1280x1024     60.02
   1400x900      59.96    59.88
   1280x960      60.00
   1440x810      60.00    59.97
   1368x768      59.88    59.85
   1280x800      59.99    59.97    59.81    59.91
   1280x720      60.00    59.99    59.86    59.74
   1024x768      60.04    60.00
   960x720       60.00
   928x696       60.05
   896x672       60.01
   1024x576      59.95    59.96    59.90    59.82
   960x600       59.93    60.00
   960x540       59.96    59.99    59.63    59.82
   800x600       60.00    60.32    56.25
   840x525       60.01    59.88
   864x486       59.92    59.57
   700x525       59.98
   800x450       59.95    59.82
   640x512       60.02
   700x450       59.96    59.88
   640x480       60.00    59.94
   720x405       59.51    58.99
   684x384       59.88    59.85
   640x400       59.88    59.98
   640x360       59.86    59.83    59.84    59.32
   512x384       60.00
   512x288       60.00    59.92
   480x270       59.63    59.82
   400x300       60.32    56.34
   432x243       59.92    59.57
   320x240       60.05
   360x202       59.51    59.13
   320x180       59.84    59.32
   1920x1080_300.00 299.73
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)

Now I set the screen to the new mode

$ xrandr --output eDP-1 --mode 1920x1080_300.00
xrandr: Configure crtc 0 failed

This is /var/log/Xorg.0.log right after running those commands

[     7.558] 
X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
[     7.558] Current Operating System: Linux poslop-a 5.18.14-arch1-1 #1 SMP PREEMPT_DYNAMIC Sat, 23 Jul 2022 11:46:17 +0000 x86_64
[     7.558] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=a99ac6cb-8d8e-488d-93d6-ffe2e4b5dcee rw rootfstype=ext4 drm.edid_firmware=edid/edid.bin loglevel=3 ibt=off nvidia-drm.modeset=1 i915.enable_guc=3 i915.enable_fbc=1
[     7.558]  
[     7.558] Current version of pixman: 0.40.0
[     7.558] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     7.558] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     7.558] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jul 25 13:58:51 2022
[     7.559] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     7.559] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     7.559] (==) No Layout section.  Using the first Screen section.
[     7.559] (==) No screen section available. Using defaults.
[     7.559] (**) |-->Screen "Default Screen Section" (0)
[     7.559] (**) |   |-->Monitor "<default monitor>"
[     7.559] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[     7.559] (**) |   |-->Device "Intel Graphics"
[     7.559] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     7.559] (==) Automatically adding devices
[     7.559] (==) Automatically enabling devices
[     7.559] (==) Automatically adding GPU devices
[     7.559] (==) Automatically binding GPU devices
[     7.559] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     7.560] (WW) The directory "/usr/share/fonts/misc" does not exist.
[     7.560] 	Entry deleted from font path.
[     7.560] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[     7.560] 	Entry deleted from font path.
[     7.560] 	(Run 'mkfontdir' on "/usr/share/fonts/TTF").
[     7.560] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     7.560] 	Entry deleted from font path.
[     7.560] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     7.560] 	Entry deleted from font path.
[     7.560] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     7.560] 	Entry deleted from font path.
[     7.560] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     7.560] 	Entry deleted from font path.
[     7.560] (==) FontPath set to:
	
[     7.560] (==) ModulePath set to "/usr/lib/xorg/modules"
[     7.560] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     7.560] (II) Module ABI versions:
[     7.560] 	X.Org ANSI C Emulation: 0.4
[     7.560] 	X.Org Video Driver: 25.2
[     7.560] 	X.Org XInput driver : 24.4
[     7.560] 	X.Org Server Extension : 10.0
[     7.560] (++) using VT number 7

[     7.560] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     7.561] (II) xfree86: Adding drm device (/dev/dri/card0)
[     7.561] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[     7.574] (--) PCI:*(0@0:2:0) 8086:46a6:1043:1cbc rev 12, Mem @ 0x622e000000/16777216, 0x4000000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[     7.574] (II) Open ACPI successful (/var/run/acpid.socket)
[     7.574] (II) LoadModule: "glx"
[     7.574] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     7.581] (II) Module glx: vendor="X.Org Foundation"
[     7.581] 	compiled for 1.21.1.4, module version = 1.0.0
[     7.581] 	ABI class: X.Org Server Extension, version 10.0
[     7.581] (II) LoadModule: "modesetting"
[     7.581] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     7.582] (II) Module modesetting: vendor="X.Org Foundation"
[     7.582] 	compiled for 1.21.1.4, module version = 1.21.1
[     7.582] 	Module class: X.Org Video Driver
[     7.582] 	ABI class: X.Org Video Driver, version 25.2
[     7.582] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     7.605] (II) modeset(0): using drv /dev/dri/card0
[     7.605] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     7.605] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[     7.605] (==) modeset(0): RGB weight 888
[     7.605] (==) modeset(0): Default visual is TrueColor
[     7.605] (II) Loading sub module "glamoregl"
[     7.605] (II) LoadModule: "glamoregl"
[     7.605] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     7.612] (II) Module glamoregl: vendor="X.Org Foundation"
[     7.612] 	compiled for 1.21.1.4, module version = 1.0.1
[     7.612] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     8.075] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) Graphics (ADL GT2)
[     8.075] (II) modeset(0): glamor initialized
[     8.075] (==) modeset(0): VariableRefresh: disabled
[     8.075] (==) modeset(0): AsyncFlipSecondaries: disabled
[     8.077] (II) modeset(0): Output eDP-1 has no monitor section
[     8.080] (II) modeset(0): Output DP-1 has no monitor section
[     8.083] (II) modeset(0): Output DP-2 has no monitor section
[     8.085] (II) modeset(0): EDID for output eDP-1
[     8.085] (II) modeset(0): Manufacturer: TMX  Model: 1561  Serial#: 0
[     8.085] (II) modeset(0): Year: 2021  Week: 30
[     8.085] (II) modeset(0): EDID Version: 1.4
[     8.085] (II) modeset(0): Digital Display Input
[     8.085] (II) modeset(0): 8 bits per channel
[     8.085] (II) modeset(0): Digital interface is DisplayPort
[     8.085] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[     8.085] (II) modeset(0): Gamma: 2.20
[     8.085] (II) modeset(0): No DPMS capabilities specified
[     8.085] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[     8.085] (II) modeset(0): Default color space is primary color space
[     8.085] (II) modeset(0): First detailed timing is preferred mode
[     8.085] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[     8.085] (II) modeset(0): Display is continuous-frequency
[     8.085] (II) modeset(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
[     8.085] (II) modeset(0): blueX: 0.150 blueY: 0.060   whiteX: 0.312 whiteY: 0.329
[     8.085] (II) modeset(0): Manufacturer's mask: 0
[     8.085] (II) modeset(0): Supported detailed timing:
[     8.085] (II) modeset(0): clock: 142.3 MHz   Image Size:  344 x 194 mm
[     8.085] (II) modeset(0): h_active: 1920  h_sync: 1963  h_sync_end 1995 h_blank_end 2080 h_border: 0
[     8.085] (II) modeset(0): v_active: 1080  v_sync: 1103  v_sync_end 1108 v_blanking: 1140 v_border: 0
[     8.085] (II) modeset(0): Ranges: V min: 48 V max: 300 Hz, H min: 342 H max: 342 kHz, PixClock max 725 MHz
[     8.085] (II) modeset(0): Monitor name: TL156VDXP0101
[     8.085] (II) modeset(0): Number of EDID sections to follow: 1
[     8.085] (II) modeset(0): EDID (in hex):
[     8.085] (II) modeset(0): 	00ffffffffffff0051b8611500000000
[     8.085] (II) modeset(0): 	1e1f0104a522137807ee91a3544c9926
[     8.085] (II) modeset(0): 	0f505400000001010101010101010101
[     8.085] (II) modeset(0): 	010101010101933780a070383c402b20
[     8.085] (II) modeset(0): 	750458c210000018000000fd0e302d57
[     8.085] (II) modeset(0): 	5748010a20202020202000000010000a
[     8.085] (II) modeset(0): 	202020202020202020202020000000fc
[     8.085] (II) modeset(0): 	00544c31353656445850303130310194
[     8.085] (II) modeset(0): 	7013790000030114df1501847f079f00
[     8.085] (II) modeset(0): 	2a001f0037043b001600040000000000
[     8.085] (II) modeset(0): 	00000000000000000000000000000000
[     8.085] (II) modeset(0): 	00000000000000000000000000000000
[     8.085] (II) modeset(0): 	00000000000000000000000000000000
[     8.085] (II) modeset(0): 	00000000000000000000000000000000
[     8.085] (II) modeset(0): 	00000000000000000000000000000000
[     8.085] (II) modeset(0): 	0000000000000000000000000000e590
[     8.086] (II) modeset(0): Printing probed modes for output eDP-1
[     8.086] (II) modeset(0): Modeline "1920x1080"x60.0  142.27  1920 1963 1995 2080  1080 1103 1108 1140 -hsync -vsync (68.4 kHz eP)
[     8.086] (II) modeset(0): Modeline "1920x1080"x60.0  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[     8.086] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[     8.086] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[     8.086] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[     8.086] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[     8.086] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[     8.086] (II) modeset(0): Modeline "1600x900"x60.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[     8.086] (II) modeset(0): Modeline "1600x900"x59.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[     8.086] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[     8.086] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[     8.086] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[     8.086] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[     8.086] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[     8.086] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[     8.086] (II) modeset(0): Modeline "1440x810"x60.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[     8.086] (II) modeset(0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[     8.086] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[     8.086] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[     8.086] (II) modeset(0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[     8.086] (II) modeset(0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[     8.086] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[     8.086] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[     8.086] (II) modeset(0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[     8.086] (II) modeset(0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[     8.086] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[     8.086] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[     8.086] (II) modeset(0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[     8.086] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[     8.086] (II) modeset(0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[     8.086] (II) modeset(0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[     8.086] (II) modeset(0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[     8.086] (II) modeset(0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[     8.086] (II) modeset(0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[     8.086] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[     8.086] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[     8.086] (II) modeset(0): Modeline "960x600"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[     8.086] (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[     8.086] (II) modeset(0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[     8.086] (II) modeset(0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[     8.086] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[     8.086] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[     8.086] (II) modeset(0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[     8.086] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[     8.086] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[     8.086] (II) modeset(0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[     8.086] (II) modeset(0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[     8.086] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[     8.086] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[     8.086] (II) modeset(0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[     8.086] (II) modeset(0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[     8.086] (II) modeset(0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[     8.086] (II) modeset(0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[     8.086] (II) modeset(0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[     8.086] (II) modeset(0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[     8.086] (II) modeset(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[     8.086] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[     8.086] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[     8.086] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[     8.086] (II) modeset(0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[     8.086] (II) modeset(0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[     8.086] (II) modeset(0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[     8.086] (II) modeset(0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[     8.086] (II) modeset(0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[     8.086] (II) modeset(0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[     8.086] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[     8.086] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[     8.086] (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[     8.086] (II) modeset(0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[     8.086] (II) modeset(0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[     8.086] (II) modeset(0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[     8.086] (II) modeset(0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[     8.086] (II) modeset(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[     8.086] (II) modeset(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[     8.086] (II) modeset(0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[     8.086] (II) modeset(0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[     8.086] (II) modeset(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[     8.086] (II) modeset(0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[     8.086] (II) modeset(0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[     8.086] (II) modeset(0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[     8.086] (II) modeset(0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[     8.086] (II) modeset(0): EDID for output DP-1
[     8.086] (II) modeset(0): EDID for output DP-2
[     8.086] (II) modeset(0): Output eDP-1 connected
[     8.086] (II) modeset(0): Output DP-1 disconnected
[     8.086] (II) modeset(0): Output DP-2 disconnected
[     8.086] (II) modeset(0): Using exact sizes for initial modes
[     8.086] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[     8.086] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[     8.086] (==) modeset(0): DPI set to (96, 96)
[     8.086] (II) Loading sub module "fb"
[     8.086] (II) LoadModule: "fb"
[     8.086] (II) Module "fb" already built-in
[     8.104] (==) modeset(0): Backing store enabled
[     8.104] (==) modeset(0): Silken mouse enabled
[     8.189] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[     8.189] (==) modeset(0): DPMS enabled
[     8.189] (WW) modeset(0): Option "TearFree" is not used
[     8.190] (II) modeset(0): [DRI2] Setup complete
[     8.190] (II) modeset(0): [DRI2]   DRI driver: iris
[     8.190] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[     8.190] (II) Initializing extension Generic Event Extension
[     8.190] (II) Initializing extension SHAPE
[     8.190] (II) Initializing extension MIT-SHM
[     8.190] (II) Initializing extension XInputExtension
[     8.191] (II) Initializing extension XTEST
[     8.191] (II) Initializing extension BIG-REQUESTS
[     8.191] (II) Initializing extension SYNC
[     8.191] (II) Initializing extension XKEYBOARD
[     8.192] (II) Initializing extension XC-MISC
[     8.192] (II) Initializing extension SECURITY
[     8.192] (II) Initializing extension XFIXES
[     8.192] (II) Initializing extension RENDER
[     8.192] (II) Initializing extension RANDR
[     8.193] (II) Initializing extension COMPOSITE
[     8.193] (II) Initializing extension DAMAGE
[     8.193] (II) Initializing extension MIT-SCREEN-SAVER
[     8.193] (II) Initializing extension DOUBLE-BUFFER
[     8.193] (II) Initializing extension RECORD
[     8.194] (II) Initializing extension DPMS
[     8.194] (II) Initializing extension Present
[     8.194] (II) Initializing extension DRI3
[     8.194] (II) Initializing extension X-Resource
[     8.194] (II) Initializing extension XVideo
[     8.194] (II) Initializing extension XVideo-MotionCompensation
[     8.194] (II) Initializing extension GLX
[     8.202] (II) AIGLX: Loaded and initialized iris
[     8.202] (II) GLX: Initialized DRI2 GL provider for screen 0
[     8.202] (II) Initializing extension XFree86-VidModeExtension
[     8.202] (II) Initializing extension XFree86-DGA
[     8.202] (II) Initializing extension XFree86-DRI
[     8.202] (II) Initializing extension DRI2
[     8.203] (II) modeset(0): Damage tracking initialized
[     8.203] (II) modeset(0): Setting screen physical size to 508 x 285
[     8.252] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[     8.252] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     8.252] (**) Video Bus: Applying InputClass "system-keyboard"
[     8.252] (II) LoadModule: "libinput"
[     8.252] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     8.254] (II) Module libinput: vendor="X.Org Foundation"
[     8.254] 	compiled for 1.21.1.3, module version = 1.2.1
[     8.254] 	Module class: X.Org XInput Driver
[     8.254] 	ABI class: X.Org XInput driver, version 24.4
[     8.254] (II) Using input driver 'libinput' for 'Video Bus'
[     8.254] (**) Video Bus: always reports core events
[     8.254] (**) Option "Device" "/dev/input/event6"
[     8.260] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[     8.260] (II) event6  - Video Bus: device is a keyboard
[     8.260] (II) event6  - Video Bus: device removed
[     8.306] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input6/event6"
[     8.307] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[     8.307] (**) Option "xkb_model" "pc105+inet"
[     8.307] (**) Option "xkb_layout" "us"
[     8.307] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     8.324] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[     8.324] (II) event6  - Video Bus: device is a keyboard
[     8.325] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     8.325] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     8.325] (**) Power Button: Applying InputClass "system-keyboard"
[     8.325] (II) Using input driver 'libinput' for 'Power Button'
[     8.325] (**) Power Button: always reports core events
[     8.325] (**) Option "Device" "/dev/input/event1"
[     8.325] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     8.325] (II) event1  - Power Button: device is a keyboard
[     8.325] (II) event1  - Power Button: device removed
[     8.346] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[     8.347] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[     8.347] (**) Option "xkb_model" "pc105+inet"
[     8.347] (**) Option "xkb_layout" "us"
[     8.347] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     8.348] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     8.348] (II) event1  - Power Button: device is a keyboard
[     8.349] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[     8.349] (II) No input driver specified, ignoring this device.
[     8.349] (II) This device may have been added with another device file.
[     8.349] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[     8.350] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     8.350] (**) Sleep Button: Applying InputClass "system-keyboard"
[     8.350] (II) Using input driver 'libinput' for 'Sleep Button'
[     8.350] (**) Sleep Button: always reports core events
[     8.350] (**) Option "Device" "/dev/input/event0"
[     8.351] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[     8.351] (II) event0  - Sleep Button: device is a keyboard
[     8.351] (II) event0  - Sleep Button: device removed
[     8.403] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[     8.403] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[     8.403] (**) Option "xkb_model" "pc105+inet"
[     8.403] (**) Option "xkb_layout" "us"
[     8.403] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     8.405] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[     8.405] (II) event0  - Sleep Button: device is a keyboard
[     8.407] (II) config/udev: Adding input device ASUSTeK COMPUTER INC. C-Media(R) Audio (/dev/input/event14)
[     8.407] (**) ASUSTeK COMPUTER INC. C-Media(R) Audio: Applying InputClass "libinput keyboard catchall"
[     8.407] (**) ASUSTeK COMPUTER INC. C-Media(R) Audio: Applying InputClass "system-keyboard"
[     8.407] (II) Using input driver 'libinput' for 'ASUSTeK COMPUTER INC. C-Media(R) Audio'
[     8.407] (**) ASUSTeK COMPUTER INC. C-Media(R) Audio: always reports core events
[     8.407] (**) Option "Device" "/dev/input/event14"
[     8.408] (II) event14 - ASUSTeK COMPUTER INC. C-Media(R) Audio: is tagged by udev as: Keyboard
[     8.408] (II) event14 - ASUSTeK COMPUTER INC. C-Media(R) Audio: device is a keyboard
[     8.409] (II) event14 - ASUSTeK COMPUTER INC. C-Media(R) Audio: device removed
[     8.470] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.3/0003:0B05:6203.0006/input/input29/event14"
[     8.470] (II) XINPUT: Adding extended input device "ASUSTeK COMPUTER INC. C-Media(R) Audio" (type: KEYBOARD, id 9)
[     8.470] (**) Option "xkb_model" "pc105+inet"
[     8.470] (**) Option "xkb_layout" "us"
[     8.470] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     8.472] (II) event14 - ASUSTeK COMPUTER INC. C-Media(R) Audio: is tagged by udev as: Keyboard
[     8.472] (II) event14 - ASUSTeK COMPUTER INC. C-Media(R) Audio: device is a keyboard
[     8.473] (II) config/udev: Adding input device ASUF1204:00 2808:0104 Mouse (/dev/input/event7)
[     8.473] (**) ASUF1204:00 2808:0104 Mouse: Applying InputClass "libinput pointer catchall"
[     8.473] (II) Using input driver 'libinput' for 'ASUF1204:00 2808:0104 Mouse'
[     8.473] (**) ASUF1204:00 2808:0104 Mouse: always reports core events
[     8.473] (**) Option "Device" "/dev/input/event7"
[     8.474] (II) event7  - ASUF1204:00 2808:0104 Mouse: is tagged by udev as: Mouse Pointingstick
[     8.474] (II) event7  - ASUF1204:00 2808:0104 Mouse: device is a pointer
[     8.475] (II) event7  - ASUF1204:00 2808:0104 Mouse: device removed
[     8.567] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-9/i2c-ASUF1204:00/0018:2808:0104.0001/input/input32/event7"
[     8.567] (II) XINPUT: Adding extended input device "ASUF1204:00 2808:0104 Mouse" (type: MOUSE, id 10)
[     8.567] (**) Option "AccelerationScheme" "none"
[     8.567] (**) ASUF1204:00 2808:0104 Mouse: (accel) selected scheme none/0
[     8.567] (**) ASUF1204:00 2808:0104 Mouse: (accel) acceleration factor: 2.000
[     8.567] (**) ASUF1204:00 2808:0104 Mouse: (accel) acceleration threshold: 4
[     8.569] (II) event7  - ASUF1204:00 2808:0104 Mouse: is tagged by udev as: Mouse Pointingstick
[     8.570] (II) event7  - ASUF1204:00 2808:0104 Mouse: device is a pointer
[     8.571] (II) config/udev: Adding input device ASUF1204:00 2808:0104 Mouse (/dev/input/mouse0)
[     8.571] (II) No input driver specified, ignoring this device.
[     8.571] (II) This device may have been added with another device file.
[     8.572] (II) config/udev: Adding input device ASUF1204:00 2808:0104 Touchpad (/dev/input/event8)
[     8.572] (**) ASUF1204:00 2808:0104 Touchpad: Applying InputClass "libinput touchpad catchall"
[     8.572] (II) Using input driver 'libinput' for 'ASUF1204:00 2808:0104 Touchpad'
[     8.572] (**) ASUF1204:00 2808:0104 Touchpad: always reports core events
[     8.572] (**) Option "Device" "/dev/input/event8"
[     8.573] (II) event8  - ASUF1204:00 2808:0104 Touchpad: is tagged by udev as: Touchpad
[     8.575] (II) event8  - ASUF1204:00 2808:0104 Touchpad: device is a touchpad
[     8.575] (II) event8  - ASUF1204:00 2808:0104 Touchpad: device removed
[     8.630] (**) Option "NaturalScrolling" "True"
[     8.631] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-9/i2c-ASUF1204:00/0018:2808:0104.0001/input/input33/event8"
[     8.631] (II) XINPUT: Adding extended input device "ASUF1204:00 2808:0104 Touchpad" (type: TOUCHPAD, id 11)
[     8.633] (**) Option "AccelerationScheme" "none"
[     8.633] (**) ASUF1204:00 2808:0104 Touchpad: (accel) selected scheme none/0
[     8.633] (**) ASUF1204:00 2808:0104 Touchpad: (accel) acceleration factor: 2.000
[     8.633] (**) ASUF1204:00 2808:0104 Touchpad: (accel) acceleration threshold: 4
[     8.635] (II) event8  - ASUF1204:00 2808:0104 Touchpad: is tagged by udev as: Touchpad
[     8.637] (II) event8  - ASUF1204:00 2808:0104 Touchpad: device is a touchpad
[     8.638] (II) config/udev: Adding input device ASUF1204:00 2808:0104 Touchpad (/dev/input/mouse1)
[     8.638] (II) No input driver specified, ignoring this device.
[     8.638] (II) This device may have been added with another device file.
[     8.638] (II) config/udev: Adding input device ITE5570:00 048D:8051 (/dev/input/event9)
[     8.639] (**) ITE5570:00 048D:8051: Applying InputClass "libinput keyboard catchall"
[     8.639] (**) ITE5570:00 048D:8051: Applying InputClass "system-keyboard"
[     8.639] (II) Using input driver 'libinput' for 'ITE5570:00 048D:8051'
[     8.639] (**) ITE5570:00 048D:8051: always reports core events
[     8.639] (**) Option "Device" "/dev/input/event9"
[     8.639] (II) event9  - ITE5570:00 048D:8051: is tagged by udev as: Keyboard
[     8.640] (II) event9  - ITE5570:00 048D:8051: device is a keyboard
[     8.640] (II) event9  - ITE5570:00 048D:8051: device removed
[     8.700] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.2/i2c_designware.1/i2c-10/i2c-ITE5570:00/0018:048D:8051.0002/input/input11/event9"
[     8.700] (II) XINPUT: Adding extended input device "ITE5570:00 048D:8051" (type: KEYBOARD, id 12)
[     8.700] (**) Option "xkb_model" "pc105+inet"
[     8.700] (**) Option "xkb_layout" "us"
[     8.700] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     8.702] (II) event9  - ITE5570:00 048D:8051: is tagged by udev as: Keyboard
[     8.702] (II) event9  - ITE5570:00 048D:8051: device is a keyboard
[     8.703] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event15)
[     8.703] (II) No input driver specified, ignoring this device.
[     8.703] (II) This device may have been added with another device file.
[     8.704] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event16)
[     8.704] (II) No input driver specified, ignoring this device.
[     8.704] (II) This device may have been added with another device file.
[     8.704] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event17)
[     8.704] (II) No input driver specified, ignoring this device.
[     8.704] (II) This device may have been added with another device file.
[     8.705] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event18)
[     8.705] (II) No input driver specified, ignoring this device.
[     8.705] (II) This device may have been added with another device file.
[     8.705] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event19)
[     8.705] (II) No input driver specified, ignoring this device.
[     8.705] (II) This device may have been added with another device file.
[     8.706] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=11 (/dev/input/event20)
[     8.706] (II) No input driver specified, ignoring this device.
[     8.706] (II) This device may have been added with another device file.
[     8.706] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=12 (/dev/input/event21)
[     8.706] (II) No input driver specified, ignoring this device.
[     8.706] (II) This device may have been added with another device file.
[     8.706] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=13 (/dev/input/event22)
[     8.706] (II) No input driver specified, ignoring this device.
[     8.706] (II) This device may have been added with another device file.
[     8.707] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=14 (/dev/input/event23)
[     8.707] (II) No input driver specified, ignoring this device.
[     8.707] (II) This device may have been added with another device file.
[     8.707] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=15 (/dev/input/event24)
[     8.707] (II) No input driver specified, ignoring this device.
[     8.707] (II) This device may have been added with another device file.
[     8.707] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=16 (/dev/input/event25)
[     8.707] (II) No input driver specified, ignoring this device.
[     8.707] (II) This device may have been added with another device file.
[     8.708] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=17 (/dev/input/event26)
[     8.708] (II) No input driver specified, ignoring this device.
[     8.708] (II) This device may have been added with another device file.
[     8.708] (II) config/udev: Adding input device Intel HID events (/dev/input/event4)
[     8.708] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[     8.708] (**) Intel HID events: Applying InputClass "system-keyboard"
[     8.708] (II) Using input driver 'libinput' for 'Intel HID events'
[     8.708] (**) Intel HID events: always reports core events
[     8.708] (**) Option "Device" "/dev/input/event4"
[     8.708] (II) event4  - Intel HID events: is tagged by udev as: Keyboard
[     8.709] (II) event4  - Intel HID events: device is a keyboard
[     8.709] (II) event4  - Intel HID events: device removed
[     8.737] (**) Option "config_info" "udev:/sys/devices/platform/INTC1070:00/input/input4/event4"
[     8.737] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 13)
[     8.737] (**) Option "xkb_model" "pc105+inet"
[     8.737] (**) Option "xkb_layout" "us"
[     8.737] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     8.738] (II) event4  - Intel HID events: is tagged by udev as: Keyboard
[     8.738] (II) event4  - Intel HID events: device is a keyboard
[     8.739] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event5)
[     8.739] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[     8.739] (**) Intel HID 5 button array: Applying InputClass "system-keyboard"
[     8.740] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[     8.740] (**) Intel HID 5 button array: always reports core events
[     8.740] (**) Option "Device" "/dev/input/event5"
[     8.740] (II) event5  - Intel HID 5 button array: is tagged by udev as: Keyboard
[     8.741] (II) event5  - Intel HID 5 button array: device is a keyboard
[     8.741] (II) event5  - Intel HID 5 button array: device removed
[     8.776] (**) Option "config_info" "udev:/sys/devices/platform/INTC1070:00/input/input5/event5"
[     8.776] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 14)
[     8.776] (**) Option "xkb_model" "pc105+inet"
[     8.777] (**) Option "xkb_layout" "us"
[     8.777] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     8.779] (II) event5  - Intel HID 5 button array: is tagged by udev as: Keyboard
[     8.779] (II) event5  - Intel HID 5 button array: device is a keyboard
[     8.780] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event28)
[     8.780] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     8.780] (**) Asus WMI hotkeys: Applying InputClass "system-keyboard"
[     8.780] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[     8.780] (**) Asus WMI hotkeys: always reports core events
[     8.780] (**) Option "Device" "/dev/input/event28"
[     8.781] (II) event28 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[     8.781] (II) event28 - Asus WMI hotkeys: device is a keyboard
[     8.782] (II) event28 - Asus WMI hotkeys: device removed
[     8.810] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input31/event28"
[     8.810] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 15)
[     8.810] (**) Option "xkb_model" "pc105+inet"
[     8.810] (**) Option "xkb_layout" "us"
[     8.810] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     8.811] (II) event28 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[     8.811] (II) event28 - Asus WMI hotkeys: device is a keyboard
[     8.812] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[     8.812] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     8.812] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[     8.812] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     8.812] (**) AT Translated Set 2 keyboard: always reports core events
[     8.812] (**) Option "Device" "/dev/input/event3"
[     8.814] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     8.814] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[     8.815] (II) event3  - AT Translated Set 2 keyboard: device removed
[     8.866] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[     8.866] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 16)
[     8.867] (**) Option "xkb_model" "pc105+inet"
[     8.867] (**) Option "xkb_layout" "us"
[     8.867] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     8.868] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     8.869] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[     8.871] (II) config/udev: Adding input device PC Speaker (/dev/input/event27)
[     8.871] (II) No input driver specified, ignoring this device.
[     8.871] (II) This device may have been added with another device file.
[     8.972] (II) config/udev: removing device ITE5570:00 048D:8051
[     8.972] (II) event9  - ITE5570:00 048D:8051: device removed
[     9.013] (II) UnloadModule: "libinput"
[     9.014] (II) config/udev: Adding input device ITE5570:00 048D:8051 (/dev/input/event9)
[     9.014] (**) ITE5570:00 048D:8051: Applying InputClass "libinput keyboard catchall"
[     9.014] (**) ITE5570:00 048D:8051: Applying InputClass "system-keyboard"
[     9.014] (II) Using input driver 'libinput' for 'ITE5570:00 048D:8051'
[     9.014] (**) ITE5570:00 048D:8051: always reports core events
[     9.014] (**) Option "Device" "/dev/input/event9"
[     9.016] (II) event9  - ITE5570:00 048D:8051: is tagged by udev as: Keyboard
[     9.016] (II) event9  - ITE5570:00 048D:8051: device is a keyboard
[     9.017] (II) event9  - ITE5570:00 048D:8051: device removed
[     9.073] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.2/i2c_designware.1/i2c-10/i2c-ITE5570:00/0018:048D:8051.0002/input/input11/event9"
[     9.073] (II) XINPUT: Adding extended input device "ITE5570:00 048D:8051" (type: KEYBOARD, id 12)
[     9.073] (**) Option "xkb_model" "pc105+inet"
[     9.073] (**) Option "xkb_layout" "us"
[     9.073] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     9.075] (II) event9  - ITE5570:00 048D:8051: is tagged by udev as: Keyboard
[     9.075] (II) event9  - ITE5570:00 048D:8051: device is a keyboard
[     9.078] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event15)
[     9.078] (II) No input driver specified, ignoring this device.
[     9.078] (II) This device may have been added with another device file.
[     9.078] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event16)
[     9.078] (II) No input driver specified, ignoring this device.
[     9.078] (II) This device may have been added with another device file.
[     9.079] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event17)
[     9.079] (II) No input driver specified, ignoring this device.
[     9.079] (II) This device may have been added with another device file.
[     9.079] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event18)
[     9.079] (II) No input driver specified, ignoring this device.
[     9.079] (II) This device may have been added with another device file.
[     9.079] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=11 (/dev/input/event20)
[     9.079] (II) No input driver specified, ignoring this device.
[     9.079] (II) This device may have been added with another device file.
[     9.079] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event19)
[     9.079] (II) No input driver specified, ignoring this device.
[     9.079] (II) This device may have been added with another device file.
[     9.080] (II) config/udev: removing device ASUSTeK COMPUTER INC. C-Media(R) Audio
[     9.080] (II) event14 - ASUSTeK COMPUTER INC. C-Media(R) Audio: device removed
[     9.136] (II) UnloadModule: "libinput"
[     9.137] (II) config/udev: Adding input device ASUSTeK COMPUTER INC. C-Media(R) Audio (/dev/input/event14)
[     9.137] (**) ASUSTeK COMPUTER INC. C-Media(R) Audio: Applying InputClass "libinput keyboard catchall"
[     9.137] (**) ASUSTeK COMPUTER INC. C-Media(R) Audio: Applying InputClass "system-keyboard"
[     9.137] (II) Using input driver 'libinput' for 'ASUSTeK COMPUTER INC. C-Media(R) Audio'
[     9.137] (**) ASUSTeK COMPUTER INC. C-Media(R) Audio: always reports core events
[     9.137] (**) Option "Device" "/dev/input/event14"
[     9.139] (II) event14 - ASUSTeK COMPUTER INC. C-Media(R) Audio: is tagged by udev as: Keyboard
[     9.139] (II) event14 - ASUSTeK COMPUTER INC. C-Media(R) Audio: device is a keyboard
[     9.140] (II) event14 - ASUSTeK COMPUTER INC. C-Media(R) Audio: device removed
[     9.166] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.3/0003:0B05:6203.0006/input/input29/event14"
[     9.167] (II) XINPUT: Adding extended input device "ASUSTeK COMPUTER INC. C-Media(R) Audio" (type: KEYBOARD, id 9)
[     9.167] (**) Option "xkb_model" "pc105+inet"
[     9.167] (**) Option "xkb_layout" "us"
[     9.167] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     9.169] (II) event14 - ASUSTeK COMPUTER INC. C-Media(R) Audio: is tagged by udev as: Keyboard
[     9.169] (II) event14 - ASUSTeK COMPUTER INC. C-Media(R) Audio: device is a keyboard
[     9.170] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=13 (/dev/input/event22)
[     9.170] (II) No input driver specified, ignoring this device.
[     9.170] (II) This device may have been added with another device file.
[     9.171] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=12 (/dev/input/event21)
[     9.171] (II) No input driver specified, ignoring this device.
[     9.171] (II) This device may have been added with another device file.
[     9.171] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=15 (/dev/input/event24)
[     9.171] (II) No input driver specified, ignoring this device.
[     9.171] (II) This device may have been added with another device file.
[     9.171] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=16 (/dev/input/event25)
[     9.171] (II) No input driver specified, ignoring this device.
[     9.171] (II) This device may have been added with another device file.
[     9.172] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=14 (/dev/input/event23)
[     9.172] (II) No input driver specified, ignoring this device.
[     9.172] (II) This device may have been added with another device file.
[     9.172] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=17 (/dev/input/event26)
[     9.172] (II) No input driver specified, ignoring this device.
[     9.172] (II) This device may have been added with another device file.
[     9.172] (II) config/udev: Adding input device (unnamed) (/dev/input/event13)
[     9.172] (**) (unnamed): Applying InputClass "libinput keyboard catchall"
[     9.172] (**) (unnamed): Applying InputClass "system-keyboard"
[     9.172] (II) Using input driver 'libinput' for '(unnamed)'
[     9.172] (**) (unnamed): always reports core events
[     9.172] (**) Option "Device" "/dev/input/event13"
[     9.172] (EE) client bug: Invalid path /dev/input/event13
[     9.172] (EE) libinput: (unnamed): Failed to create a device for /dev/input/event13
[     9.172] (EE) PreInit returned 2 for "(unnamed)"
[     9.172] (II) UnloadModule: "libinput"
[     9.172] (II) config/udev: Adding input device PC Speaker (/dev/input/event27)
[     9.172] (II) No input driver specified, ignoring this device.
[     9.172] (II) This device may have been added with another device file.
[     9.172] (II) config/udev: removing device Asus WMI hotkeys
[     9.172] (II) event28 - Asus WMI hotkeys: device removed
[     9.196] (II) UnloadModule: "libinput"
[     9.197] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event28)
[     9.197] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     9.197] (**) Asus WMI hotkeys: Applying InputClass "system-keyboard"
[     9.197] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[     9.197] (**) Asus WMI hotkeys: always reports core events
[     9.197] (**) Option "Device" "/dev/input/event28"
[     9.198] (II) event28 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[     9.198] (II) event28 - Asus WMI hotkeys: device is a keyboard
[     9.198] (II) event28 - Asus WMI hotkeys: device removed
[     9.223] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input31/event28"
[     9.223] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 15)
[     9.223] (**) Option "xkb_model" "pc105+inet"
[     9.223] (**) Option "xkb_layout" "us"
[     9.223] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     9.225] (II) event28 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[     9.225] (II) event28 - Asus WMI hotkeys: device is a keyboard
[     9.226] (II) config/udev: removing device ASUF1204:00 2808:0104 Mouse
[     9.226] (II) event7  - ASUF1204:00 2808:0104 Mouse: device removed
[     9.276] (II) UnloadModule: "libinput"
[     9.277] (II) config/udev: Adding input device ASUF1204:00 2808:0104 Mouse (/dev/input/event7)
[     9.277] (**) ASUF1204:00 2808:0104 Mouse: Applying InputClass "libinput pointer catchall"
[     9.277] (II) Using input driver 'libinput' for 'ASUF1204:00 2808:0104 Mouse'
[     9.277] (**) ASUF1204:00 2808:0104 Mouse: always reports core events
[     9.277] (**) Option "Device" "/dev/input/event7"
[     9.278] (II) event7  - ASUF1204:00 2808:0104 Mouse: is tagged by udev as: Mouse Pointingstick
[     9.279] (II) event7  - ASUF1204:00 2808:0104 Mouse: device is a pointer
[     9.280] (II) event7  - ASUF1204:00 2808:0104 Mouse: device removed
[     9.336] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-9/i2c-ASUF1204:00/0018:2808:0104.0001/input/input32/event7"
[     9.337] (II) XINPUT: Adding extended input device "ASUF1204:00 2808:0104 Mouse" (type: MOUSE, id 10)
[     9.337] (**) Option "AccelerationScheme" "none"
[     9.337] (**) ASUF1204:00 2808:0104 Mouse: (accel) selected scheme none/0
[     9.337] (**) ASUF1204:00 2808:0104 Mouse: (accel) acceleration factor: 2.000
[     9.337] (**) ASUF1204:00 2808:0104 Mouse: (accel) acceleration threshold: 4
[     9.339] (II) event7  - ASUF1204:00 2808:0104 Mouse: is tagged by udev as: Mouse Pointingstick
[     9.339] (II) event7  - ASUF1204:00 2808:0104 Mouse: device is a pointer
[     9.341] (II) config/udev: removing device ASUF1204:00 2808:0104 Touchpad
[     9.341] (II) event8  - ASUF1204:00 2808:0104 Touchpad: device removed
[     9.386] (II) UnloadModule: "libinput"
[     9.387] (II) config/udev: Adding input device ASUF1204:00 2808:0104 Touchpad (/dev/input/event8)
[     9.387] (**) ASUF1204:00 2808:0104 Touchpad: Applying InputClass "libinput touchpad catchall"
[     9.387] (II) Using input driver 'libinput' for 'ASUF1204:00 2808:0104 Touchpad'
[     9.387] (**) ASUF1204:00 2808:0104 Touchpad: always reports core events
[     9.387] (**) Option "Device" "/dev/input/event8"
[     9.389] (II) event8  - ASUF1204:00 2808:0104 Touchpad: is tagged by udev as: Touchpad
[     9.391] (II) event8  - ASUF1204:00 2808:0104 Touchpad: device is a touchpad
[     9.392] (II) event8  - ASUF1204:00 2808:0104 Touchpad: device removed
[     9.447] (**) Option "NaturalScrolling" "True"
[     9.447] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-9/i2c-ASUF1204:00/0018:2808:0104.0001/input/input33/event8"
[     9.447] (II) XINPUT: Adding extended input device "ASUF1204:00 2808:0104 Touchpad" (type: TOUCHPAD, id 11)
[     9.449] (**) Option "AccelerationScheme" "none"
[     9.449] (**) ASUF1204:00 2808:0104 Touchpad: (accel) selected scheme none/0
[     9.449] (**) ASUF1204:00 2808:0104 Touchpad: (accel) acceleration factor: 2.000
[     9.449] (**) ASUF1204:00 2808:0104 Touchpad: (accel) acceleration threshold: 4
[     9.450] (II) event8  - ASUF1204:00 2808:0104 Touchpad: is tagged by udev as: Touchpad
[     9.452] (II) event8  - ASUF1204:00 2808:0104 Touchpad: device is a touchpad
[     9.453] (II) config/udev: Adding input device ASUF1204:00 2808:0104 Mouse (/dev/input/mouse0)
[     9.453] (II) No input driver specified, ignoring this device.
[     9.453] (II) This device may have been added with another device file.
[     9.453] (II) config/udev: Adding input device ASUF1204:00 2808:0104 Touchpad (/dev/input/mouse1)
[     9.453] (II) No input driver specified, ignoring this device.
[     9.453] (II) This device may have been added with another device file.
[     9.454] (II) config/udev: Adding input device Logitech G305 (/dev/input/mouse2)
[     9.454] (**) Logitech G305: Applying InputClass "system-keyboard"
[     9.454] (II) No input driver specified, ignoring this device.
[     9.454] (II) This device may have been added with another device file.
[     9.454] (II) config/udev: Adding input device Logitech G305 (/dev/input/event10)
[     9.454] (**) Logitech G305: Applying InputClass "libinput pointer catchall"
[     9.454] (**) Logitech G305: Applying InputClass "libinput keyboard catchall"
[     9.454] (**) Logitech G305: Applying InputClass "system-keyboard"
[     9.454] (II) Using input driver 'libinput' for 'Logitech G305'
[     9.454] (**) Logitech G305: always reports core events
[     9.454] (**) Option "Device" "/dev/input/event10"
[     9.454] (II) event10 - Logitech G305: is tagged by udev as: Keyboard Mouse
[     9.454] (II) event10 - Logitech G305: device is a pointer
[     9.454] (II) event10 - Logitech G305: device is a keyboard
[     9.455] (II) event10 - Logitech G305: device removed
[     9.490] (II) libinput: Logitech G305: needs a virtual subdevice
[     9.490] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.2/0003:046D:C53F.0005/0003:046D:4074.0007/input/input41/event10"
[     9.490] (II) XINPUT: Adding extended input device "Logitech G305" (type: MOUSE, id 17)
[     9.491] (**) Option "AccelerationScheme" "none"
[     9.491] (**) Logitech G305: (accel) selected scheme none/0
[     9.491] (**) Logitech G305: (accel) acceleration factor: 2.000
[     9.491] (**) Logitech G305: (accel) acceleration threshold: 4
[     9.493] (II) event10 - Logitech G305: is tagged by udev as: Keyboard Mouse
[     9.493] (II) event10 - Logitech G305: device is a pointer
[     9.493] (II) event10 - Logitech G305: device is a keyboard
[     9.494] (**) Logitech G305: Applying InputClass "libinput pointer catchall"
[     9.494] (**) Logitech G305: Applying InputClass "libinput keyboard catchall"
[     9.494] (**) Logitech G305: Applying InputClass "system-keyboard"
[     9.494] (II) Using input driver 'libinput' for 'Logitech G305'
[     9.494] (**) Logitech G305: always reports core events
[     9.494] (**) Option "Device" "/dev/input/event10"
[     9.494] (II) libinput: Logitech G305: is a virtual subdevice
[     9.494] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.2/0003:046D:C53F.0005/0003:046D:4074.0007/input/input41/event10"
[     9.494] (II) XINPUT: Adding extended input device "Logitech G305" (type: KEYBOARD, id 18)
[     9.494] (**) Option "xkb_model" "pc105+inet"
[     9.494] (**) Option "xkb_layout" "us"
[     9.494] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   165.070] (II) modeset(0): EDID vendor "TMX", prod id 5473
[   165.070] (II) modeset(0): Using EDID range info for horizontal sync
[   165.070] (II) modeset(0): Using EDID range info for vertical refresh
[   165.070] (II) modeset(0): Printing DDC gathered Modelines:
[   165.070] (II) modeset(0): Modeline "1920x1080"x0.0  142.27  1920 1963 1995 2080  1080 1103 1108 1140 -hsync -vsync (68.4 kHz eP)
[   165.087] (II) modeset(0): EDID vendor "TMX", prod id 5473
[   165.087] (II) modeset(0): Using hsync ranges from config file
[   165.087] (II) modeset(0): Using vrefresh ranges from config file
[   165.087] (II) modeset(0): Printing DDC gathered Modelines:
[   165.087] (II) modeset(0): Modeline "1920x1080"x0.0  142.27  1920 1963 1995 2080  1080 1103 1108 1140 -hsync -vsync (68.4 kHz eP)
[  1148.779] (EE) event10 - Logitech G305: client bug: event processing lagging behind by 32ms, your system is too slow
[  1150.121] (EE) event10 - Logitech G305: client bug: event processing lagging behind by 27ms, your system is too slow
[  1158.142] (EE) event10 - Logitech G305: client bug: event processing lagging behind by 29ms, your system is too slow
[  1204.701] (EE) event10 - Logitech G305: client bug: event processing lagging behind by 28ms, your system is too slow
[  2211.729] (II) modeset(0): EDID vendor "TMX", prod id 5473
[  2211.729] (II) modeset(0): Using hsync ranges from config file
[  2211.729] (II) modeset(0): Using vrefresh ranges from config file
[  2211.729] (II) modeset(0): Printing DDC gathered Modelines:
[  2211.729] (II) modeset(0): Modeline "1920x1080"x0.0  142.27  1920 1963 1995 2080  1080 1103 1108 1140 -hsync -vsync (68.4 kHz eP)
[  2218.882] (II) modeset(0): EDID vendor "TMX", prod id 5473
[  2218.882] (II) modeset(0): Using hsync ranges from config file
[  2218.882] (II) modeset(0): Using vrefresh ranges from config file
[  2218.882] (II) modeset(0): Printing DDC gathered Modelines:
[  2218.882] (II) modeset(0): Modeline "1920x1080"x0.0  142.27  1920 1963 1995 2080  1080 1103 1108 1140 -hsync -vsync (68.4 kHz eP)
[  2361.297] (II) modeset(0): EDID vendor "TMX", prod id 5473
[  2361.297] (II) modeset(0): Using hsync ranges from config file
[  2361.297] (II) modeset(0): Using vrefresh ranges from config file
[  2361.297] (II) modeset(0): Printing DDC gathered Modelines:
[  2361.297] (II) modeset(0): Modeline "1920x1080"x0.0  142.27  1920 1963 1995 2080  1080 1103 1108 1140 -hsync -vsync (68.4 kHz eP)
[  2370.981] (II) modeset(0): EDID vendor "TMX", prod id 5473
[  2370.981] (II) modeset(0): Using hsync ranges from config file
[  2370.981] (II) modeset(0): Using vrefresh ranges from config file
[  2370.981] (II) modeset(0): Printing DDC gathered Modelines:
[  2370.982] (II) modeset(0): Modeline "1920x1080"x0.0  142.27  1920 1963 1995 2080  1080 1103 1108 1140 -hsync -vsync (68.4 kHz eP)
[  2372.939] (II) modeset(0): EDID vendor "TMX", prod id 5473
[  2372.939] (II) modeset(0): Using hsync ranges from config file
[  2372.939] (II) modeset(0): Using vrefresh ranges from config file
[  2372.939] (II) modeset(0): Printing DDC gathered Modelines:
[  2372.939] (II) modeset(0): Modeline "1920x1080"x0.0  142.27  1920 1963 1995 2080  1080 1103 1108 1140 -hsync -vsync (68.4 kHz eP)
[  2383.996] (II) modeset(0): EDID vendor "TMX", prod id 5473
[  2383.996] (II) modeset(0): Using hsync ranges from config file
[  2383.996] (II) modeset(0): Using vrefresh ranges from config file
[  2383.996] (II) modeset(0): Printing DDC gathered Modelines:
[  2383.996] (II) modeset(0): Modeline "1920x1080"x0.0  142.27  1920 1963 1995 2080  1080 1103 1108 1140 -hsync -vsync (68.4 kHz eP)
[  2385.858] (II) modeset(0): EDID vendor "TMX", prod id 5473
[  2385.858] (II) modeset(0): Using hsync ranges from config file
[  2385.858] (II) modeset(0): Using vrefresh ranges from config file
[  2385.858] (II) modeset(0): Printing DDC gathered Modelines:
[  2385.858] (II) modeset(0): Modeline "1920x1080"x0.0  142.27  1920 1963 1995 2080  1080 1103 1108 1140 -hsync -vsync (68.4 kHz eP)
[  2392.859] (EE) event10 - Logitech G305: client bug: event processing lagging behind by 22ms, your system is too slow
[  2392.859] (EE) event10 - Logitech G305: WARNING: log rate limit exceeded (5 msgs per 60min). Discarding future messages.
[  2492.411] (II) modeset(0): EDID vendor "TMX", prod id 5473
[  2492.411] (II) modeset(0): Using hsync ranges from config file
[  2492.411] (II) modeset(0): Using vrefresh ranges from config file
[  2492.411] (II) modeset(0): Printing DDC gathered Modelines:
[  2492.411] (II) modeset(0): Modeline "1920x1080"x0.0  142.27  1920 1963 1995 2080  1080 1103 1108 1140 -hsync -vsync (68.4 kHz eP)
[  2496.009] (II) modeset(0): EDID vendor "TMX", prod id 5473
[  2496.009] (II) modeset(0): Using hsync ranges from config file
[  2496.009] (II) modeset(0): Using vrefresh ranges from config file
[  2496.009] (II) modeset(0): Printing DDC gathered Modelines:
[  2496.009] (II) modeset(0): Modeline "1920x1080"x0.0  142.27  1920 1963 1995 2080  1080 1103 1108 1140 -hsync -vsync (68.4 kHz eP)
[  2499.815] (II) modeset(0): EDID vendor "TMX", prod id 5473
[  2499.815] (II) modeset(0): Using hsync ranges from config file
[  2499.815] (II) modeset(0): Using vrefresh ranges from config file
[  2499.815] (II) modeset(0): Printing DDC gathered Modelines:
[  2499.815] (II) modeset(0): Modeline "1920x1080"x0.0  142.27  1920 1963 1995 2080  1080 1103 1108 1140 -hsync -vsync (68.4 kHz eP)
[  2506.502] (II) modeset(0): EDID vendor "TMX", prod id 5473
[  2506.502] (II) modeset(0): Using hsync ranges from config file
[  2506.502] (II) modeset(0): Using vrefresh ranges from config file
[  2506.502] (II) modeset(0): Printing DDC gathered Modelines:
[  2506.502] (II) modeset(0): Modeline "1920x1080"x0.0  142.27  1920 1963 1995 2080  1080 1103 1108 1140 -hsync -vsync (68.4 kHz eP)
[  2518.000] (EE) modeset(0): failed to set mode: No such file or directory
[  2519.387] (II) modeset(0): EDID vendor "TMX", prod id 5473
[  2519.387] (II) modeset(0): Using hsync ranges from config file
[  2519.387] (II) modeset(0): Using vrefresh ranges from config file
[  2519.387] (II) modeset(0): Printing DDC gathered Modelines:
[  2519.387] (II) modeset(0): Modeline "1920x1080"x0.0  142.27  1920 1963 1995 2080  1080 1103 1108 1140 -hsync -vsync (68.4 kHz eP)
[  2519.420] (II) modeset(0): EDID vendor "TMX", prod id 5473
[  2519.420] (II) modeset(0): Using hsync ranges from config file
[  2519.420] (II) modeset(0): Using vrefresh ranges from config file
[  2519.420] (II) modeset(0): Printing DDC gathered Modelines:
[  2519.420] (II) modeset(0): Modeline "1920x1080"x0.0  142.27  1920 1963 1995 2080  1080 1103 1108 1140 -hsync -vsync (68.4 kHz eP)
[  2519.454] (II) modeset(0): EDID vendor "TMX", prod id 5473
[  2519.454] (II) modeset(0): Using hsync ranges from config file
[  2519.454] (II) modeset(0): Using vrefresh ranges from config file
[  2519.454] (II) modeset(0): Printing DDC gathered Modelines:
[  2519.454] (II) modeset(0): Modeline "1920x1080"x0.0  142.27  1920 1963 1995 2080  1080 1103 1108 1140 -hsync -vsync (68.4 kHz eP)
[  2526.261] (EE) client bug: timer event10 debounce short: scheduled expiry is in the past (-22ms), your system is too slow

Now I will post some system info

$ uname -r
5.18.14-arch1-1
$ inxi -Gxxx
Graphics:
  Device-1: Intel Alder Lake-P Integrated Graphics vendor: ASUSTeK
    driver: i915 v: kernel arch: Gen12.2 ports: active: eDP-1 empty: DP-1,DP-2
    bus-ID: 0000:00:02.0 chip-ID: 8086:46a6 class-ID: 0300
  Device-2: Sonix USB2.0 HD UVC WebCam type: USB driver: N/A bus-ID: 3-7:3
    chip-ID: 322e:202c class-ID: 0e02
  Display: x11 server: X.org v: 1.21.1.4 compositor: Picom v: git-7e568
    driver: X: loaded: modesetting gpu: i915 display-ID: :0 screens: 1
  Screen-1: 0 s-res: 1920x1080 s-size: <missing: xdpyinfo>
  Monitor-1: eDP-1 model: TL156VDXP0101 res: 1920x1080 hz: 60 dpi: 142
    size: 344x194mm (13.54x7.64") diag: 395mm (15.5") modes: 1920x1080
  OpenGL: renderer: Mesa Intel Graphics (ADL GT2) v: 4.6 Mesa 22.1.3
    direct render: Yes

I will try now in Nvidia mode and make a new reply with results.  Its usually the exact same.

Offline

#4 2022-07-25 20:17:18

poslop
Member
Registered: 2022-06-11
Posts: 10

Re: Stuck at 60 Hz on a 300 Hz laptop

Now useing the nvidia config this is the result going through the same steps

$ xrandr
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
DP-0 disconnected primary (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
HDMI-0 disconnected (normal left inverted right x axis y axis)
eDP-1-2 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 194mm
   1920x1080     60.00*+  59.97    59.96    59.93
   1680x1050     59.95    59.88
   1400x1050     59.98
   1600x900      59.99    59.94    59.95    59.82
   1280x1024     60.02
   1400x900      59.96    59.88
   1280x960      60.00
   1440x810      60.00    59.97
   1368x768      59.88    59.85
   1280x800      59.99    59.97    59.81    59.91
   1280x720      60.00    59.99    59.86    59.74
   1024x768      60.04    60.00
   960x720       60.00
   928x696       60.05
   896x672       60.01
   1024x576      59.95    59.96    59.90    59.82
   960x600       59.93    60.00
   960x540       59.96    59.99    59.63    59.82
   800x600       60.00    60.32    56.25
   840x525       60.01    59.88
   864x486       59.92    59.57
   700x525       59.98
   800x450       59.95    59.82
   640x512       60.02
   700x450       59.96    59.88
   640x480       60.00    59.94
   720x405       59.51    58.99
   684x384       59.88    59.85
   640x400       59.88    59.98
   640x360       59.86    59.83    59.84    59.32
   512x384       60.00
   512x288       60.00    59.92
   480x270       59.63    59.82
   400x300       60.32    56.34
   432x243       59.92    59.57
   320x240       60.05
   360x202       59.51    59.13
   320x180       59.84    59.32
DP-1-2 disconnected (normal left inverted right x axis y axis)
DP-1-3 disconnected (normal left inverted right x axis y axis)
$ cvt 1920 1080 300
# 1920x1080 299.73 Hz (CVT) hsync: 389.05 kHz; pclk: 1052.00 MHz
Modeline "1920x1080_300.00"  1052.00  1920 2104 2312 2704  1080 1083 1088 1298 -hsync +vsync

$ xrandr --newmode "1920x1080_300.00"  1052.00  1920 2104 2312 2704  1080 1083 1088 1298 -hsync +vsync

$ xrandr --addmode eDP-1-2 1920x1080_300.00

$ xrandr
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
DP-0 disconnected primary (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
HDMI-0 disconnected (normal left inverted right x axis y axis)
eDP-1-2 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 194mm
   1920x1080     60.00*+  59.97    59.96    59.93
   1680x1050     59.95    59.88
   1400x1050     59.98
   1600x900      59.99    59.94    59.95    59.82
   1280x1024     60.02
   1400x900      59.96    59.88
   1280x960      60.00
   1440x810      60.00    59.97
   1368x768      59.88    59.85
   1280x800      59.99    59.97    59.81    59.91
   1280x720      60.00    59.99    59.86    59.74
   1024x768      60.04    60.00
   960x720       60.00
   928x696       60.05
   896x672       60.01
   1024x576      59.95    59.96    59.90    59.82
   960x600       59.93    60.00
   960x540       59.96    59.99    59.63    59.82
   800x600       60.00    60.32    56.25
   840x525       60.01    59.88
   864x486       59.92    59.57
   700x525       59.98
   800x450       59.95    59.82
   640x512       60.02
   700x450       59.96    59.88
   640x480       60.00    59.94
   720x405       59.51    58.99
   684x384       59.88    59.85
   640x400       59.88    59.98
   640x360       59.86    59.83    59.84    59.32
   512x384       60.00
   512x288       60.00    59.92
   480x270       59.63    59.82
   400x300       60.32    56.34
   432x243       59.92    59.57
   320x240       60.05
   360x202       59.51    59.13
   320x180       59.84    59.32
   1920x1080_300.00 299.73
DP-1-2 disconnected (normal left inverted right x axis y axis)
DP-1-3 disconnected (normal left inverted right x axis y axis)
  1920x1080_300.00 (0x2d6) 1052.000MHz -HSync +VSync
        h: width  1920 start 2104 end 2312 total 2704 skew    0 clock 389.05KHz
        v: height 1080 start 1083 end 1088 total 1298           clock 299.73Hz

Now I set the mode to 300 Hz

$ xrandr --output eDP-1-2 --mode 1920x1080_300.00
xrandr: Configure crtc 4 failed

Xorg logs

[    11.352] 
X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
[    11.352] Current Operating System: Linux poslop-a 5.18.14-arch1-1 #1 SMP PREEMPT_DYNAMIC Sat, 23 Jul 2022 11:46:17 +0000 x86_64
[    11.352] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=a99ac6cb-8d8e-488d-93d6-ffe2e4b5dcee rw rootfstype=ext4 drm.edid_firmware=edid/edid.bin loglevel=3 ibt=off nvidia-drm.modeset=1 i915.enable_guc=3 i915.enable_fbc=1
[    11.352]  
[    11.352] Current version of pixman: 0.40.0
[    11.352] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    11.352] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    11.352] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jul 25 14:49:55 2022
[    11.352] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    11.352] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    11.352] (==) ServerLayout "Layout0"
[    11.352] (**) |-->Screen "nvidia" (0)
[    11.352] (**) |   |-->Monitor "Monitor0"
[    11.352] (**) |   |-->Device "nvidia"
[    11.352] (**) |   |-->GPUDevice "intel"
[    11.352] (**) |-->Inactive Device "intel"
[    11.352] (**) |-->Input Device "Keyboard0"
[    11.352] (**) |-->Input Device "Mouse0"
[    11.352] (==) Automatically adding devices
[    11.352] (==) Automatically enabling devices
[    11.352] (==) Automatically adding GPU devices
[    11.352] (==) Automatically binding GPU devices
[    11.352] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    11.352] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    11.352] 	Entry deleted from font path.
[    11.352] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[    11.352] 	Entry deleted from font path.
[    11.352] 	(Run 'mkfontdir' on "/usr/share/fonts/TTF").
[    11.352] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    11.352] 	Entry deleted from font path.
[    11.352] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    11.352] 	Entry deleted from font path.
[    11.352] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    11.352] 	Entry deleted from font path.
[    11.352] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    11.352] 	Entry deleted from font path.
[    11.352] (==) FontPath set to:
	
[    11.352] (**) ModulePath set to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[    11.352] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    11.352] (WW) Disabling Keyboard0
[    11.352] (WW) Disabling Mouse0
[    11.352] (II) Module ABI versions:
[    11.352] 	X.Org ANSI C Emulation: 0.4
[    11.352] 	X.Org Video Driver: 25.2
[    11.352] 	X.Org XInput driver : 24.4
[    11.352] 	X.Org Server Extension : 10.0
[    11.353] (++) using VT number 7

[    11.353] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    11.353] (II) xfree86: Adding drm device (/dev/dri/card0)
[    11.353] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[    11.384] (II) xfree86: Adding drm device (/dev/dri/card1)
[    11.384] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[    11.400] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[    11.400] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[    11.400] (**) OutputClass "nvidia" setting /dev/dri/card0 as PrimaryGPU
[    11.401] (--) PCI: (0@0:2:0) 8086:46a6:1043:1cbc rev 12, Mem @ 0x622e000000/16777216, 0x4000000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[    11.401] (--) PCI:*(1@0:0:0) 10de:2520:1043:1cbc rev 161, Mem @ 0x5f000000/16777216, 0x6000000000/8589934592, 0x6200000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[    11.401] (II) Open ACPI successful (/var/run/acpid.socket)
[    11.401] (II) LoadModule: "glx"
[    11.401] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    11.401] (II) Module glx: vendor="X.Org Foundation"
[    11.401] 	compiled for 1.21.1.4, module version = 1.0.0
[    11.401] 	ABI class: X.Org Server Extension, version 10.0
[    11.401] (II) LoadModule: "nvidia"
[    11.401] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    11.402] (II) Module nvidia: vendor="NVIDIA Corporation"
[    11.402] 	compiled for 1.6.99.901, module version = 1.0.0
[    11.402] 	Module class: X.Org Video Driver
[    11.402] (II) LoadModule: "modesetting"
[    11.402] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    11.402] (II) Module modesetting: vendor="X.Org Foundation"
[    11.402] 	compiled for 1.21.1.4, module version = 1.21.1
[    11.402] 	Module class: X.Org Video Driver
[    11.402] 	ABI class: X.Org Video Driver, version 25.2
[    11.402] (II) NVIDIA dlloader X Driver  515.57  Wed Jun 22 22:37:27 UTC 2022
[    11.402] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    11.402] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    11.402] (II) Loading sub module "fb"
[    11.402] (II) LoadModule: "fb"
[    11.402] (II) Module "fb" already built-in
[    11.402] (II) Loading sub module "wfb"
[    11.402] (II) LoadModule: "wfb"
[    11.402] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    11.402] (II) Module wfb: vendor="X.Org Foundation"
[    11.402] 	compiled for 1.21.1.4, module version = 1.0.0
[    11.402] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    11.402] (II) Loading sub module "ramdac"
[    11.402] (II) LoadModule: "ramdac"
[    11.402] (II) Module "ramdac" already built-in
[    11.402] (WW) Falling back to old probe method for modesetting
[    11.466] (II) modeset(G0): using drv /dev/dri/card1
[    11.467] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"nvidia" for depth/fbbpp 24/32
[    11.467] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    11.467] (==) NVIDIA(0): RGB weight 888
[    11.467] (==) NVIDIA(0): Default visual is TrueColor
[    11.467] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    11.467] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[    11.467] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[    11.467] (**) NVIDIA(0): Option "ModeValidation" "AllowNonEdidModes"
[    11.467] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[    11.467] (**) NVIDIA(0): Enabling 2D acceleration
[    11.467] (II) Loading sub module "glxserver_nvidia"
[    11.467] (II) LoadModule: "glxserver_nvidia"
[    11.467] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[    11.470] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    11.470] 	compiled for 1.6.99.901, module version = 1.0.0
[    11.470] 	Module class: X.Org Server Extension
[    11.470] (II) NVIDIA GLX Module  515.57  Wed Jun 22 22:33:44 UTC 2022
[    11.470] (II) NVIDIA: The X server supports PRIME Render Offload.
[    11.472] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    11.472] (--) NVIDIA(0):     DFP-0
[    11.472] (--) NVIDIA(0):     DFP-1
[    11.472] (--) NVIDIA(0):     DFP-2
[    11.472] (--) NVIDIA(0):     DFP-3
[    11.486] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 3060 Laptop GPU (GA106-A) at
[    11.486] (II) NVIDIA(0):     PCI:1:0:0 (GPU-0)
[    11.486] (--) NVIDIA(0): Memory: 6291456 kBytes
[    11.486] (--) NVIDIA(0): VideoBIOS: 94.06.36.00.3e
[    11.486] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    11.486] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    11.486] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[    11.486] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[    11.486] (--) NVIDIA(GPU-0): 
[    11.486] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    11.486] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    11.486] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    11.486] (--) NVIDIA(GPU-0): 
[    11.486] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    11.486] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[    11.486] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[    11.486] (--) NVIDIA(GPU-0): 
[    11.486] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    11.486] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    11.486] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    11.486] (--) NVIDIA(GPU-0): 
[    11.486] (==) NVIDIA(0): 
[    11.486] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    11.486] (==) NVIDIA(0):     will be used as the requested mode.
[    11.486] (==) NVIDIA(0): 
[    11.486] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[    11.486] (--) NVIDIA(0):     AllowEmptyInitialConfiguration is enabled
[    11.486] (II) NVIDIA(0): Validated MetaModes:
[    11.486] (II) NVIDIA(0):     "NULL"
[    11.486] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[    11.486] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[    11.486] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[    11.486] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[    11.486] (==) modeset(G0): RGB weight 888
[    11.486] (==) modeset(G0): Default visual is TrueColor
[    11.486] (II) Loading sub module "glamoregl"
[    11.486] (II) LoadModule: "glamoregl"
[    11.487] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    11.488] (II) Module glamoregl: vendor="X.Org Foundation"
[    11.488] 	compiled for 1.21.1.4, module version = 1.0.1
[    11.488] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    11.568] (II) modeset(G0): glamor X acceleration enabled on Mesa Intel(R) Graphics (ADL GT2)
[    11.568] (II) modeset(G0): glamor initialized
[    11.570] (II) modeset(G0): Output eDP-1-2 using monitor section Monitor0
[    11.570] (II) modeset(G0): Output DP-1-2 has no monitor section
[    11.573] (II) modeset(G0): Output DP-1-3 has no monitor section
[    11.575] (II) modeset(G0): EDID for output eDP-1-2
[    11.575] (II) modeset(G0): Manufacturer: TMX  Model: 1561  Serial#: 0
[    11.575] (II) modeset(G0): Year: 2021  Week: 30
[    11.575] (II) modeset(G0): EDID Version: 1.4
[    11.575] (II) modeset(G0): Digital Display Input
[    11.575] (II) modeset(G0): 8 bits per channel
[    11.575] (II) modeset(G0): Digital interface is DisplayPort
[    11.575] (II) modeset(G0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    11.575] (II) modeset(G0): Gamma: 2.20
[    11.575] (II) modeset(G0): No DPMS capabilities specified
[    11.575] (II) modeset(G0): Supported color encodings: RGB 4:4:4 
[    11.575] (II) modeset(G0): Default color space is primary color space
[    11.575] (II) modeset(G0): First detailed timing is preferred mode
[    11.575] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[    11.575] (II) modeset(G0): Display is continuous-frequency
[    11.575] (II) modeset(G0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
[    11.575] (II) modeset(G0): blueX: 0.150 blueY: 0.060   whiteX: 0.312 whiteY: 0.329
[    11.575] (II) modeset(G0): Manufacturer's mask: 0
[    11.575] (II) modeset(G0): Supported detailed timing:
[    11.575] (II) modeset(G0): clock: 142.3 MHz   Image Size:  344 x 194 mm
[    11.575] (II) modeset(G0): h_active: 1920  h_sync: 1963  h_sync_end 1995 h_blank_end 2080 h_border: 0
[    11.575] (II) modeset(G0): v_active: 1080  v_sync: 1103  v_sync_end 1108 v_blanking: 1140 v_border: 0
[    11.575] (II) modeset(G0): Ranges: V min: 48 V max: 300 Hz, H min: 342 H max: 342 kHz, PixClock max 725 MHz
[    11.575] (II) modeset(G0): Monitor name: TL156VDXP0101
[    11.575] (II) modeset(G0): Number of EDID sections to follow: 1
[    11.575] (II) modeset(G0): EDID (in hex):
[    11.575] (II) modeset(G0): 	00ffffffffffff0051b8611500000000
[    11.575] (II) modeset(G0): 	1e1f0104a522137807ee91a3544c9926
[    11.575] (II) modeset(G0): 	0f505400000001010101010101010101
[    11.575] (II) modeset(G0): 	010101010101933780a070383c402b20
[    11.575] (II) modeset(G0): 	750458c210000018000000fd0e302d57
[    11.575] (II) modeset(G0): 	5748010a20202020202000000010000a
[    11.575] (II) modeset(G0): 	202020202020202020202020000000fc
[    11.575] (II) modeset(G0): 	00544c31353656445850303130310194
[    11.575] (II) modeset(G0): 	7013790000030114df1501847f079f00
[    11.575] (II) modeset(G0): 	2a001f0037043b001600040000000000
[    11.575] (II) modeset(G0): 	00000000000000000000000000000000
[    11.575] (II) modeset(G0): 	00000000000000000000000000000000
[    11.575] (II) modeset(G0): 	00000000000000000000000000000000
[    11.575] (II) modeset(G0): 	00000000000000000000000000000000
[    11.575] (II) modeset(G0): 	00000000000000000000000000000000
[    11.575] (II) modeset(G0): 	0000000000000000000000000000e590
[    11.576] (II) modeset(G0): Printing probed modes for output eDP-1-2
[    11.576] (II) modeset(G0): Modeline "1920x1080"x60.0  142.27  1920 1963 1995 2080  1080 1103 1108 1140 -hsync -vsync (68.4 kHz eP)
[    11.576] (II) modeset(G0): Modeline "1920x1080"x60.0  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    11.576] (II) modeset(G0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    11.576] (II) modeset(G0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    11.576] (II) modeset(G0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    11.576] (II) modeset(G0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    11.576] (II) modeset(G0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    11.576] (II) modeset(G0): Modeline "1600x900"x60.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    11.576] (II) modeset(G0): Modeline "1600x900"x59.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    11.576] (II) modeset(G0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    11.576] (II) modeset(G0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    11.576] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    11.576] (II) modeset(G0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    11.576] (II) modeset(G0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    11.576] (II) modeset(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    11.576] (II) modeset(G0): Modeline "1440x810"x60.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    11.576] (II) modeset(G0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    11.576] (II) modeset(G0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    11.576] (II) modeset(G0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    11.576] (II) modeset(G0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    11.576] (II) modeset(G0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    11.576] (II) modeset(G0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    11.576] (II) modeset(G0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    11.576] (II) modeset(G0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    11.576] (II) modeset(G0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    11.576] (II) modeset(G0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    11.576] (II) modeset(G0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    11.576] (II) modeset(G0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    11.576] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    11.576] (II) modeset(G0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    11.576] (II) modeset(G0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    11.576] (II) modeset(G0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    11.576] (II) modeset(G0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    11.576] (II) modeset(G0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    11.576] (II) modeset(G0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    11.576] (II) modeset(G0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    11.576] (II) modeset(G0): Modeline "960x600"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    11.576] (II) modeset(G0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    11.576] (II) modeset(G0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    11.576] (II) modeset(G0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    11.576] (II) modeset(G0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    11.576] (II) modeset(G0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    11.576] (II) modeset(G0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    11.576] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    11.576] (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    11.576] (II) modeset(G0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    11.576] (II) modeset(G0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    11.576] (II) modeset(G0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    11.576] (II) modeset(G0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    11.576] (II) modeset(G0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    11.576] (II) modeset(G0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    11.576] (II) modeset(G0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    11.576] (II) modeset(G0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    11.576] (II) modeset(G0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    11.576] (II) modeset(G0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    11.576] (II) modeset(G0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    11.576] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    11.576] (II) modeset(G0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    11.576] (II) modeset(G0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    11.576] (II) modeset(G0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    11.576] (II) modeset(G0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    11.576] (II) modeset(G0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    11.576] (II) modeset(G0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    11.576] (II) modeset(G0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    11.576] (II) modeset(G0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    11.576] (II) modeset(G0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    11.576] (II) modeset(G0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    11.576] (II) modeset(G0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    11.576] (II) modeset(G0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    11.576] (II) modeset(G0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    11.576] (II) modeset(G0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    11.576] (II) modeset(G0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    11.576] (II) modeset(G0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    11.576] (II) modeset(G0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    11.576] (II) modeset(G0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    11.576] (II) modeset(G0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    11.576] (II) modeset(G0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    11.576] (II) modeset(G0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    11.576] (II) modeset(G0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    11.576] (II) modeset(G0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    11.576] (II) modeset(G0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    11.576] (II) modeset(G0): EDID for output DP-1-2
[    11.576] (II) modeset(G0): EDID for output DP-1-3
[    11.576] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[    11.576] (==) modeset(G0): DPI set to (96, 96)
[    11.576] (II) Loading sub module "fb"
[    11.576] (II) LoadModule: "fb"
[    11.576] (II) Module "fb" already built-in
[    11.577] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[    11.577] (II) NVIDIA:     access.
[    11.595] (II) NVIDIA(0): Setting mode "NULL"
[    11.610] (==) NVIDIA(0): Disabling shared memory pixmaps
[    11.610] (==) NVIDIA(0): Backing store enabled
[    11.610] (==) NVIDIA(0): Silken mouse enabled
[    11.611] (**) NVIDIA(0): DPMS enabled
[    11.611] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[    11.611] (II) Loading sub module "dri2"
[    11.611] (II) LoadModule: "dri2"
[    11.611] (II) Module "dri2" already built-in
[    11.611] (II) NVIDIA(0): [DRI2] Setup complete
[    11.611] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    11.615] (==) modeset(G0): Backing store enabled
[    11.615] (==) modeset(G0): Silken mouse enabled
[    11.684] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[    11.684] (**) modeset(G0): DPMS enabled
[    11.684] (WW) modeset(G0): Option "AllowEmptyInitialConfiguration" is not used
[    11.684] (II) modeset(G0): [DRI2] Setup complete
[    11.684] (II) modeset(G0): [DRI2]   DRI driver: iris
[    11.684] (II) modeset(G0): [DRI2]   VDPAU driver: va_gl
[    11.684] (II) modeset(G0): Disable reverse prime offload mode for i915.
[    11.684] (II) Initializing extension Generic Event Extension
[    11.685] (II) Initializing extension SHAPE
[    11.685] (II) Initializing extension MIT-SHM
[    11.685] (II) Initializing extension XInputExtension
[    11.685] (II) Initializing extension XTEST
[    11.686] (II) Initializing extension BIG-REQUESTS
[    11.686] (II) Initializing extension SYNC
[    11.686] (II) Initializing extension XKEYBOARD
[    11.686] (II) Initializing extension XC-MISC
[    11.686] (II) Initializing extension SECURITY
[    11.687] (II) Initializing extension XFIXES
[    11.687] (II) Initializing extension RENDER
[    11.687] (II) Initializing extension RANDR
[    11.687] (II) Initializing extension COMPOSITE
[    11.687] (II) Initializing extension DAMAGE
[    11.688] (II) Initializing extension MIT-SCREEN-SAVER
[    11.688] (II) Initializing extension DOUBLE-BUFFER
[    11.688] (II) Initializing extension RECORD
[    11.688] (II) Initializing extension DPMS
[    11.688] (II) Initializing extension Present
[    11.688] (II) Initializing extension DRI3
[    11.689] (II) Initializing extension X-Resource
[    11.689] (II) Initializing extension XVideo
[    11.689] (II) Initializing extension XVideo-MotionCompensation
[    11.689] (II) Initializing extension GLX
[    11.689] (II) Initializing extension GLX
[    11.689] (II) Indirect GLX disabled.
[    11.689] (II) GLX: Another vendor is already registered for screen 0
[    11.689] (II) Initializing extension XFree86-VidModeExtension
[    11.689] (II) Initializing extension XFree86-DGA
[    11.689] (II) Initializing extension XFree86-DRI
[    11.689] (II) Initializing extension DRI2
[    11.690] (II) Initializing extension NV-GLX
[    11.690] (II) Initializing extension NV-CONTROL
[    11.972] (II) modeset(G0): Damage tracking initialized
[    12.022] (II) config/udev: Adding input device Video Bus (/dev/input/event14)
[    12.022] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    12.022] (**) Video Bus: Applying InputClass "system-keyboard"
[    12.022] (II) LoadModule: "libinput"
[    12.022] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    12.022] (II) Module libinput: vendor="X.Org Foundation"
[    12.022] 	compiled for 1.21.1.3, module version = 1.2.1
[    12.022] 	Module class: X.Org XInput Driver
[    12.022] 	ABI class: X.Org XInput driver, version 24.4
[    12.022] (II) Using input driver 'libinput' for 'Video Bus'
[    12.022] (**) Video Bus: always reports core events
[    12.022] (**) Option "Device" "/dev/input/event14"
[    12.023] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[    12.023] (II) event14 - Video Bus: device is a keyboard
[    12.023] (II) event14 - Video Bus: device removed
[    12.052] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input22/event14"
[    12.052] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[    12.052] (**) Option "xkb_model" "pc105+inet"
[    12.052] (**) Option "xkb_layout" "us"
[    12.052] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    12.066] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[    12.066] (II) event14 - Video Bus: device is a keyboard
[    12.067] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[    12.067] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    12.067] (**) Video Bus: Applying InputClass "system-keyboard"
[    12.067] (II) Using input driver 'libinput' for 'Video Bus'
[    12.067] (**) Video Bus: always reports core events
[    12.067] (**) Option "Device" "/dev/input/event11"
[    12.067] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[    12.067] (II) event11 - Video Bus: device is a keyboard
[    12.067] (II) event11 - Video Bus: device removed
[    12.095] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input17/event11"
[    12.095] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    12.095] (**) Option "xkb_model" "pc105+inet"
[    12.095] (**) Option "xkb_layout" "us"
[    12.095] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    12.096] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[    12.097] (II) event11 - Video Bus: device is a keyboard
[    12.097] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    12.097] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    12.098] (**) Power Button: Applying InputClass "system-keyboard"
[    12.098] (II) Using input driver 'libinput' for 'Power Button'
[    12.098] (**) Power Button: always reports core events
[    12.098] (**) Option "Device" "/dev/input/event1"
[    12.098] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    12.099] (II) event1  - Power Button: device is a keyboard
[    12.099] (II) event1  - Power Button: device removed
[    12.148] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    12.148] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    12.148] (**) Option "xkb_model" "pc105+inet"
[    12.148] (**) Option "xkb_layout" "us"
[    12.148] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    12.150] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    12.150] (II) event1  - Power Button: device is a keyboard
[    12.150] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[    12.151] (II) No input driver specified, ignoring this device.
[    12.151] (II) This device may have been added with another device file.
[    12.151] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[    12.151] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    12.151] (**) Sleep Button: Applying InputClass "system-keyboard"
[    12.151] (II) Using input driver 'libinput' for 'Sleep Button'
[    12.151] (**) Sleep Button: always reports core events
[    12.151] (**) Option "Device" "/dev/input/event0"
[    12.152] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    12.152] (II) event0  - Sleep Button: device is a keyboard
[    12.152] (II) event0  - Sleep Button: device removed
[    12.174] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[    12.175] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    12.175] (**) Option "xkb_model" "pc105+inet"
[    12.175] (**) Option "xkb_layout" "us"
[    12.175] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    12.176] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    12.176] (II) event0  - Sleep Button: device is a keyboard
[    12.177] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event16)
[    12.177] (II) No input driver specified, ignoring this device.
[    12.177] (II) This device may have been added with another device file.
[    12.178] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event17)
[    12.178] (II) No input driver specified, ignoring this device.
[    12.178] (II) This device may have been added with another device file.
[    12.178] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event18)
[    12.178] (II) No input driver specified, ignoring this device.
[    12.178] (II) This device may have been added with another device file.
[    12.179] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event19)
[    12.179] (II) No input driver specified, ignoring this device.
[    12.179] (II) This device may have been added with another device file.
[    12.179] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event20)
[    12.179] (II) No input driver specified, ignoring this device.
[    12.179] (II) This device may have been added with another device file.
[    12.180] (II) config/udev: Adding input device Logitech G305 (/dev/input/event7)
[    12.180] (**) Logitech G305: Applying InputClass "libinput pointer catchall"
[    12.180] (**) Logitech G305: Applying InputClass "libinput keyboard catchall"
[    12.180] (**) Logitech G305: Applying InputClass "system-keyboard"
[    12.180] (II) Using input driver 'libinput' for 'Logitech G305'
[    12.180] (**) Logitech G305: always reports core events
[    12.180] (**) Option "Device" "/dev/input/event7"
[    12.182] (II) event7  - Logitech G305: is tagged by udev as: Keyboard Mouse
[    12.182] (II) event7  - Logitech G305: device is a pointer
[    12.182] (II) event7  - Logitech G305: device is a keyboard
[    12.182] (II) event7  - Logitech G305: device removed
[    12.201] (II) libinput: Logitech G305: needs a virtual subdevice
[    12.201] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.2/0003:046D:C53F.0003/0003:046D:4074.0007/input/input47/event7"
[    12.201] (II) XINPUT: Adding extended input device "Logitech G305" (type: MOUSE, id 10)
[    12.202] (**) Option "AccelerationScheme" "none"
[    12.202] (**) Logitech G305: (accel) selected scheme none/0
[    12.202] (**) Logitech G305: (accel) acceleration factor: 2.000
[    12.202] (**) Logitech G305: (accel) acceleration threshold: 4
[    12.204] (II) event7  - Logitech G305: is tagged by udev as: Keyboard Mouse
[    12.204] (II) event7  - Logitech G305: device is a pointer
[    12.204] (II) event7  - Logitech G305: device is a keyboard
[    12.206] (II) config/udev: Adding input device Logitech G305 (/dev/input/mouse0)
[    12.206] (**) Logitech G305: Applying InputClass "system-keyboard"
[    12.206] (II) No input driver specified, ignoring this device.
[    12.206] (II) This device may have been added with another device file.
[    12.206] (II) config/udev: Adding input device ASUSTeK COMPUTER INC. C-Media(R) Audio (/dev/input/event10)
[    12.206] (**) ASUSTeK COMPUTER INC. C-Media(R) Audio: Applying InputClass "libinput keyboard catchall"
[    12.206] (**) ASUSTeK COMPUTER INC. C-Media(R) Audio: Applying InputClass "system-keyboard"
[    12.206] (II) Using input driver 'libinput' for 'ASUSTeK COMPUTER INC. C-Media(R) Audio'
[    12.206] (**) ASUSTeK COMPUTER INC. C-Media(R) Audio: always reports core events
[    12.206] (**) Option "Device" "/dev/input/event10"
[    12.208] (II) event10 - ASUSTeK COMPUTER INC. C-Media(R) Audio: is tagged by udev as: Keyboard
[    12.208] (II) event10 - ASUSTeK COMPUTER INC. C-Media(R) Audio: device is a keyboard
[    12.208] (II) event10 - ASUSTeK COMPUTER INC. C-Media(R) Audio: device removed
[    12.235] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.3/0003:0B05:6203.0004/input/input11/event10"
[    12.235] (II) XINPUT: Adding extended input device "ASUSTeK COMPUTER INC. C-Media(R) Audio" (type: KEYBOARD, id 11)
[    12.235] (**) Option "xkb_model" "pc105+inet"
[    12.235] (**) Option "xkb_layout" "us"
[    12.235] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    12.237] (II) event10 - ASUSTeK COMPUTER INC. C-Media(R) Audio: is tagged by udev as: Keyboard
[    12.237] (II) event10 - ASUSTeK COMPUTER INC. C-Media(R) Audio: device is a keyboard
[    12.238] (II) config/udev: Adding input device ASUF1204:00 2808:0104 Mouse (/dev/input/event9)
[    12.238] (**) ASUF1204:00 2808:0104 Mouse: Applying InputClass "libinput pointer catchall"
[    12.238] (II) Using input driver 'libinput' for 'ASUF1204:00 2808:0104 Mouse'
[    12.238] (**) ASUF1204:00 2808:0104 Mouse: always reports core events
[    12.238] (**) Option "Device" "/dev/input/event9"
[    12.240] (II) event9  - ASUF1204:00 2808:0104 Mouse: is tagged by udev as: Mouse Pointingstick
[    12.240] (II) event9  - ASUF1204:00 2808:0104 Mouse: device is a pointer
[    12.241] (II) event9  - ASUF1204:00 2808:0104 Mouse: device removed
[    12.301] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-13/i2c-ASUF1204:00/0018:2808:0104.0005/input/input43/event9"
[    12.301] (II) XINPUT: Adding extended input device "ASUF1204:00 2808:0104 Mouse" (type: MOUSE, id 12)
[    12.301] (**) Option "AccelerationScheme" "none"
[    12.301] (**) ASUF1204:00 2808:0104 Mouse: (accel) selected scheme none/0
[    12.302] (**) ASUF1204:00 2808:0104 Mouse: (accel) acceleration factor: 2.000
[    12.302] (**) ASUF1204:00 2808:0104 Mouse: (accel) acceleration threshold: 4
[    12.304] (II) event9  - ASUF1204:00 2808:0104 Mouse: is tagged by udev as: Mouse Pointingstick
[    12.305] (II) event9  - ASUF1204:00 2808:0104 Mouse: device is a pointer
[    12.307] (II) config/udev: Adding input device ASUF1204:00 2808:0104 Mouse (/dev/input/mouse1)
[    12.307] (II) No input driver specified, ignoring this device.
[    12.307] (II) This device may have been added with another device file.
[    12.307] (II) config/udev: Adding input device ASUF1204:00 2808:0104 Touchpad (/dev/input/event12)
[    12.307] (**) ASUF1204:00 2808:0104 Touchpad: Applying InputClass "libinput touchpad catchall"
[    12.307] (II) Using input driver 'libinput' for 'ASUF1204:00 2808:0104 Touchpad'
[    12.307] (**) ASUF1204:00 2808:0104 Touchpad: always reports core events
[    12.307] (**) Option "Device" "/dev/input/event12"
[    12.308] (II) event12 - ASUF1204:00 2808:0104 Touchpad: is tagged by udev as: Touchpad
[    12.308] (II) event12 - ASUF1204:00 2808:0104 Touchpad: device is a touchpad
[    12.308] (II) event12 - ASUF1204:00 2808:0104 Touchpad: device removed
[    12.348] (**) Option "NaturalScrolling" "True"
[    12.349] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-13/i2c-ASUF1204:00/0018:2808:0104.0005/input/input44/event12"
[    12.349] (II) XINPUT: Adding extended input device "ASUF1204:00 2808:0104 Touchpad" (type: TOUCHPAD, id 13)
[    12.351] (**) Option "AccelerationScheme" "none"
[    12.351] (**) ASUF1204:00 2808:0104 Touchpad: (accel) selected scheme none/0
[    12.351] (**) ASUF1204:00 2808:0104 Touchpad: (accel) acceleration factor: 2.000
[    12.351] (**) ASUF1204:00 2808:0104 Touchpad: (accel) acceleration threshold: 4
[    12.353] (II) event12 - ASUF1204:00 2808:0104 Touchpad: is tagged by udev as: Touchpad
[    12.354] (II) event12 - ASUF1204:00 2808:0104 Touchpad: device is a touchpad
[    12.354] (II) config/udev: Adding input device ASUF1204:00 2808:0104 Touchpad (/dev/input/mouse2)
[    12.354] (II) No input driver specified, ignoring this device.
[    12.354] (II) This device may have been added with another device file.
[    12.354] (II) config/udev: Adding input device ITE5570:00 048D:8051 (/dev/input/event15)
[    12.354] (**) ITE5570:00 048D:8051: Applying InputClass "libinput keyboard catchall"
[    12.354] (**) ITE5570:00 048D:8051: Applying InputClass "system-keyboard"
[    12.354] (II) Using input driver 'libinput' for 'ITE5570:00 048D:8051'
[    12.354] (**) ITE5570:00 048D:8051: always reports core events
[    12.354] (**) Option "Device" "/dev/input/event15"
[    12.355] (II) event15 - ITE5570:00 048D:8051: is tagged by udev as: Keyboard
[    12.355] (II) event15 - ITE5570:00 048D:8051: device is a keyboard
[    12.355] (II) event15 - ITE5570:00 048D:8051: device removed
[    12.398] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.2/i2c_designware.1/i2c-14/i2c-ITE5570:00/0018:048D:8051.0006/input/input23/event15"
[    12.398] (II) XINPUT: Adding extended input device "ITE5570:00 048D:8051" (type: KEYBOARD, id 14)
[    12.398] (**) Option "xkb_model" "pc105+inet"
[    12.398] (**) Option "xkb_layout" "us"
[    12.398] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    12.400] (II) event15 - ITE5570:00 048D:8051: is tagged by udev as: Keyboard
[    12.400] (II) event15 - ITE5570:00 048D:8051: device is a keyboard
[    12.401] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event21)
[    12.401] (II) No input driver specified, ignoring this device.
[    12.401] (II) This device may have been added with another device file.
[    12.401] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event22)
[    12.401] (II) No input driver specified, ignoring this device.
[    12.401] (II) This device may have been added with another device file.
[    12.402] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event23)
[    12.402] (II) No input driver specified, ignoring this device.
[    12.402] (II) This device may have been added with another device file.
[    12.402] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event24)
[    12.402] (II) No input driver specified, ignoring this device.
[    12.402] (II) This device may have been added with another device file.
[    12.402] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event25)
[    12.403] (II) No input driver specified, ignoring this device.
[    12.403] (II) This device may have been added with another device file.
[    12.403] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=11 (/dev/input/event26)
[    12.403] (II) No input driver specified, ignoring this device.
[    12.403] (II) This device may have been added with another device file.
[    12.403] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=12 (/dev/input/event27)
[    12.403] (II) No input driver specified, ignoring this device.
[    12.403] (II) This device may have been added with another device file.
[    12.404] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=13 (/dev/input/event28)
[    12.404] (II) No input driver specified, ignoring this device.
[    12.404] (II) This device may have been added with another device file.
[    12.404] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=14 (/dev/input/event29)
[    12.404] (II) No input driver specified, ignoring this device.
[    12.404] (II) This device may have been added with another device file.
[    12.404] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=15 (/dev/input/event30)
[    12.404] (II) No input driver specified, ignoring this device.
[    12.404] (II) This device may have been added with another device file.
[    12.405] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=16 (/dev/input/event31)
[    12.405] (II) No input driver specified, ignoring this device.
[    12.405] (II) This device may have been added with another device file.
[    12.405] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=17 (/dev/input/event256)
[    12.405] (II) No input driver specified, ignoring this device.
[    12.405] (II) This device may have been added with another device file.
[    12.405] (II) config/udev: Adding input device Intel HID events (/dev/input/event4)
[    12.405] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[    12.405] (**) Intel HID events: Applying InputClass "system-keyboard"
[    12.405] (II) Using input driver 'libinput' for 'Intel HID events'
[    12.405] (**) Intel HID events: always reports core events
[    12.405] (**) Option "Device" "/dev/input/event4"
[    12.406] (II) event4  - Intel HID events: is tagged by udev as: Keyboard
[    12.406] (II) event4  - Intel HID events: device is a keyboard
[    12.406] (II) event4  - Intel HID events: device removed
[    12.428] (**) Option "config_info" "udev:/sys/devices/platform/INTC1070:00/input/input4/event4"
[    12.428] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 15)
[    12.428] (**) Option "xkb_model" "pc105+inet"
[    12.428] (**) Option "xkb_layout" "us"
[    12.428] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    12.430] (II) event4  - Intel HID events: is tagged by udev as: Keyboard
[    12.430] (II) event4  - Intel HID events: device is a keyboard
[    12.431] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event5)
[    12.431] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[    12.431] (**) Intel HID 5 button array: Applying InputClass "system-keyboard"
[    12.431] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[    12.431] (**) Intel HID 5 button array: always reports core events
[    12.431] (**) Option "Device" "/dev/input/event5"
[    12.432] (II) event5  - Intel HID 5 button array: is tagged by udev as: Keyboard
[    12.432] (II) event5  - Intel HID 5 button array: device is a keyboard
[    12.432] (II) event5  - Intel HID 5 button array: device removed
[    12.454] (**) Option "config_info" "udev:/sys/devices/platform/INTC1070:00/input/input5/event5"
[    12.455] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 16)
[    12.455] (**) Option "xkb_model" "pc105+inet"
[    12.455] (**) Option "xkb_layout" "us"
[    12.455] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    12.456] (II) event5  - Intel HID 5 button array: is tagged by udev as: Keyboard
[    12.456] (II) event5  - Intel HID 5 button array: device is a keyboard
[    12.457] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event6)
[    12.457] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    12.457] (**) Asus WMI hotkeys: Applying InputClass "system-keyboard"
[    12.457] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[    12.457] (**) Asus WMI hotkeys: always reports core events
[    12.457] (**) Option "Device" "/dev/input/event6"
[    12.458] (II) event6  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    12.458] (II) event6  - Asus WMI hotkeys: device is a keyboard
[    12.459] (II) event6  - Asus WMI hotkeys: device removed
[    12.488] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input37/event6"
[    12.488] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 17)
[    12.488] (**) Option "xkb_model" "pc105+inet"
[    12.488] (**) Option "xkb_layout" "us"
[    12.488] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    12.490] (II) event6  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    12.490] (II) event6  - Asus WMI hotkeys: device is a keyboard
[    12.491] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    12.491] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    12.491] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    12.491] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    12.491] (**) AT Translated Set 2 keyboard: always reports core events
[    12.491] (**) Option "Device" "/dev/input/event3"
[    12.492] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    12.492] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    12.494] (II) event3  - AT Translated Set 2 keyboard: device removed
[    12.541] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    12.541] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 18)
[    12.541] (**) Option "xkb_model" "pc105+inet"
[    12.541] (**) Option "xkb_layout" "us"
[    12.541] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    12.543] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    12.543] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    12.546] (II) config/udev: Adding input device PC Speaker (/dev/input/event257)
[    12.546] (II) No input driver specified, ignoring this device.
[    12.546] (II) This device may have been added with another device file.
[    12.549] (**) Logitech G305: Applying InputClass "libinput pointer catchall"
[    12.549] (**) Logitech G305: Applying InputClass "libinput keyboard catchall"
[    12.549] (**) Logitech G305: Applying InputClass "system-keyboard"
[    12.549] (II) Using input driver 'libinput' for 'Logitech G305'
[    12.549] (**) Logitech G305: always reports core events
[    12.549] (**) Option "Device" "/dev/input/event7"
[    12.549] (II) libinput: Logitech G305: is a virtual subdevice
[    12.549] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.2/0003:046D:C53F.0003/0003:046D:4074.0007/input/input47/event7"
[    12.549] (II) XINPUT: Adding extended input device "Logitech G305" (type: KEYBOARD, id 19)
[    12.549] (**) Option "xkb_model" "pc105+inet"
[    12.549] (**) Option "xkb_layout" "us"
[    12.549] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    12.553] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    12.553] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[    12.553] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[    12.553] (--) NVIDIA(GPU-0): 
[    12.554] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    12.554] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    12.554] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    12.554] (--) NVIDIA(GPU-0): 
[    12.554] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    12.554] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[    12.554] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[    12.554] (--) NVIDIA(GPU-0): 
[    12.554] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    12.554] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    12.554] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    12.554] (--) NVIDIA(GPU-0): 
[    36.775] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    36.775] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[    36.775] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[    36.775] (--) NVIDIA(GPU-0): 
[    36.776] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    36.776] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    36.776] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    36.776] (--) NVIDIA(GPU-0): 
[    36.776] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    36.776] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[    36.776] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[    36.776] (--) NVIDIA(GPU-0): 
[    36.777] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    36.777] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    36.777] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    36.777] (--) NVIDIA(GPU-0): 
[    36.777] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    36.777] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[    36.777] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[    36.777] (--) NVIDIA(GPU-0): 
[    36.778] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    36.778] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    36.778] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    36.778] (--) NVIDIA(GPU-0): 
[    36.778] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    36.778] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[    36.778] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[    36.778] (--) NVIDIA(GPU-0): 
[    36.779] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    36.779] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    36.779] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    36.779] (--) NVIDIA(GPU-0): 
[    36.877] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    36.877] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[    36.877] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[    36.877] (--) NVIDIA(GPU-0): 
[    36.877] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    36.877] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    36.877] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    36.877] (--) NVIDIA(GPU-0): 
[    36.877] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    36.877] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[    36.877] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[    36.877] (--) NVIDIA(GPU-0): 
[    36.878] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    36.878] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    36.878] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    36.878] (--) NVIDIA(GPU-0): 
[    36.878] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    36.878] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[    36.878] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[    36.878] (--) NVIDIA(GPU-0): 
[    36.878] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    36.878] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    36.878] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    36.878] (--) NVIDIA(GPU-0): 
[    36.878] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    36.878] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[    36.878] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[    36.878] (--) NVIDIA(GPU-0): 
[    36.878] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    36.878] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    36.878] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    36.878] (--) NVIDIA(GPU-0): 
[    36.899] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    36.899] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[    36.899] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[    36.899] (--) NVIDIA(GPU-0): 
[    36.899] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    36.899] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    36.899] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    36.899] (--) NVIDIA(GPU-0): 
[    36.899] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    36.899] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[    36.899] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[    36.899] (--) NVIDIA(GPU-0): 
[    36.899] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    36.899] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    36.899] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    36.899] (--) NVIDIA(GPU-0): 
[    36.899] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    36.899] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[    36.899] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[    36.899] (--) NVIDIA(GPU-0): 
[    36.899] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    36.899] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    36.899] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    36.899] (--) NVIDIA(GPU-0): 
[    36.899] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    36.899] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[    36.899] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[    36.899] (--) NVIDIA(GPU-0): 
[    36.899] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    36.899] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    36.899] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    36.899] (--) NVIDIA(GPU-0): 
[   359.966] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   359.966] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[   359.966] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[   359.966] (--) NVIDIA(GPU-0): 
[   359.967] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   359.967] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   359.967] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   359.967] (--) NVIDIA(GPU-0): 
[   359.967] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   359.967] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   359.967] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[   359.967] (--) NVIDIA(GPU-0): 
[   359.968] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   359.968] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   359.968] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   359.968] (--) NVIDIA(GPU-0): 
[   359.968] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   359.968] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[   359.968] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[   359.968] (--) NVIDIA(GPU-0): 
[   359.969] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   359.969] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   359.969] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   359.969] (--) NVIDIA(GPU-0): 
[   359.969] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   359.969] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   359.969] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[   359.969] (--) NVIDIA(GPU-0): 
[   359.970] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   359.970] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   359.970] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   359.970] (--) NVIDIA(GPU-0): 
[   425.531] (EE) event7  - Logitech G305: client bug: event processing lagging behind by 36ms, your system is too slow
[  1310.349] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-23ms), your system is too slow
[  1323.956] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  1323.956] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[  1323.956] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[  1323.956] (--) NVIDIA(GPU-0): 
[  1323.958] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  1323.958] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  1323.958] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  1323.958] (--) NVIDIA(GPU-0): 
[  1323.958] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1323.958] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  1323.958] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[  1323.958] (--) NVIDIA(GPU-0): 
[  1323.958] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  1323.958] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  1323.958] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  1323.958] (--) NVIDIA(GPU-0): 
[  1323.958] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  1323.958] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[  1323.958] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[  1323.958] (--) NVIDIA(GPU-0): 
[  1323.959] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  1323.959] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  1323.959] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  1323.959] (--) NVIDIA(GPU-0): 
[  1323.959] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1323.959] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  1323.959] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[  1323.959] (--) NVIDIA(GPU-0): 
[  1323.959] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  1323.959] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  1323.959] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  1323.959] (--) NVIDIA(GPU-0): 
[  1327.560] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  1327.560] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[  1327.560] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[  1327.560] (--) NVIDIA(GPU-0): 
[  1327.563] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  1327.563] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  1327.563] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  1327.563] (--) NVIDIA(GPU-0): 
[  1327.563] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1327.563] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  1327.563] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[  1327.563] (--) NVIDIA(GPU-0): 
[  1327.565] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  1327.565] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  1327.565] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  1327.565] (--) NVIDIA(GPU-0): 
[  1327.565] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  1327.565] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[  1327.565] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[  1327.565] (--) NVIDIA(GPU-0): 
[  1327.566] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  1327.566] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  1327.566] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  1327.566] (--) NVIDIA(GPU-0): 
[  1327.566] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1327.566] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  1327.566] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[  1327.566] (--) NVIDIA(GPU-0): 
[  1327.566] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  1327.566] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  1327.566] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  1327.566] (--) NVIDIA(GPU-0): 
[  1336.453] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  1336.453] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[  1336.453] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[  1336.453] (--) NVIDIA(GPU-0): 
[  1336.455] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  1336.455] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  1336.455] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  1336.455] (--) NVIDIA(GPU-0): 
[  1336.455] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1336.455] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  1336.455] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[  1336.455] (--) NVIDIA(GPU-0): 
[  1336.457] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  1336.457] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  1336.457] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  1336.457] (--) NVIDIA(GPU-0): 
[  1336.457] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  1336.457] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[  1336.457] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[  1336.457] (--) NVIDIA(GPU-0): 
[  1336.458] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  1336.458] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  1336.458] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  1336.458] (--) NVIDIA(GPU-0): 
[  1336.458] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1336.458] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  1336.458] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[  1336.458] (--) NVIDIA(GPU-0): 
[  1336.458] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  1336.458] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  1336.458] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  1336.458] (--) NVIDIA(GPU-0): 
[  1341.710] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-23ms), your system is too slow
[  1409.455] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  1409.455] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[  1409.455] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[  1409.455] (--) NVIDIA(GPU-0): 
[  1409.455] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  1409.455] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  1409.455] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  1409.455] (--) NVIDIA(GPU-0): 
[  1409.455] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1409.455] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  1409.455] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[  1409.455] (--) NVIDIA(GPU-0): 
[  1409.456] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  1409.456] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  1409.456] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  1409.456] (--) NVIDIA(GPU-0): 
[  1409.456] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  1409.456] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[  1409.456] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[  1409.456] (--) NVIDIA(GPU-0): 
[  1409.456] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  1409.456] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  1409.456] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  1409.456] (--) NVIDIA(GPU-0): 
[  1409.456] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1409.456] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  1409.456] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[  1409.456] (--) NVIDIA(GPU-0): 
[  1409.456] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  1409.456] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  1409.456] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  1409.456] (--) NVIDIA(GPU-0): 
[  1411.590] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  1411.590] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[  1411.590] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[  1411.590] (--) NVIDIA(GPU-0): 
[  1411.592] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  1411.592] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  1411.592] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  1411.592] (--) NVIDIA(GPU-0): 
[  1411.592] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1411.592] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  1411.592] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[  1411.592] (--) NVIDIA(GPU-0): 
[  1411.595] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  1411.595] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  1411.595] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  1411.595] (--) NVIDIA(GPU-0): 
[  1411.595] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  1411.595] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[  1411.595] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[  1411.595] (--) NVIDIA(GPU-0): 
[  1411.595] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  1411.595] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  1411.595] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  1411.595] (--) NVIDIA(GPU-0): 
[  1411.595] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1411.595] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  1411.595] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[  1411.595] (--) NVIDIA(GPU-0): 
[  1411.596] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  1411.596] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  1411.596] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  1411.596] (--) NVIDIA(GPU-0): 
[  1416.814] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-24ms), your system is too slow
[  1424.227] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  1424.227] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[  1424.227] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[  1424.227] (--) NVIDIA(GPU-0): 
[  1424.228] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  1424.228] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  1424.228] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  1424.228] (--) NVIDIA(GPU-0): 
[  1424.228] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1424.228] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  1424.228] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[  1424.228] (--) NVIDIA(GPU-0): 
[  1424.229] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  1424.229] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  1424.229] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  1424.229] (--) NVIDIA(GPU-0): 
[  1424.229] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  1424.229] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[  1424.229] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[  1424.229] (--) NVIDIA(GPU-0): 
[  1424.230] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  1424.230] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  1424.230] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  1424.230] (--) NVIDIA(GPU-0): 
[  1424.230] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1424.230] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  1424.230] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[  1424.230] (--) NVIDIA(GPU-0): 
[  1424.230] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  1424.230] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  1424.230] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  1424.230] (--) NVIDIA(GPU-0): 
[  1429.362] (EE) event7  - Logitech G305: client bug: event processing lagging behind by 31ms, your system is too slow
[  1430.357] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-20ms), your system is too slow
[  1472.232] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  1472.232] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[  1472.232] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[  1472.232] (--) NVIDIA(GPU-0): 
[  1472.235] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  1472.235] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  1472.235] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  1472.235] (--) NVIDIA(GPU-0): 
[  1472.235] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1472.235] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  1472.235] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[  1472.235] (--) NVIDIA(GPU-0): 
[  1472.235] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  1472.235] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  1472.235] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  1472.235] (--) NVIDIA(GPU-0): 
[  1472.235] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  1472.235] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[  1472.235] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[  1472.235] (--) NVIDIA(GPU-0): 
[  1472.238] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  1472.238] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  1472.238] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  1472.238] (--) NVIDIA(GPU-0): 
[  1472.238] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1472.238] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  1472.238] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[  1472.238] (--) NVIDIA(GPU-0): 
[  1472.239] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  1472.239] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  1472.239] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  1472.239] (--) NVIDIA(GPU-0): 
[  1474.752] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  1474.752] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[  1474.752] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[  1474.752] (--) NVIDIA(GPU-0): 
[  1474.754] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  1474.754] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  1474.754] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  1474.755] (--) NVIDIA(GPU-0): 
[  1474.755] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1474.755] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  1474.755] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[  1474.755] (--) NVIDIA(GPU-0): 
[  1474.757] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  1474.757] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  1474.757] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  1474.757] (--) NVIDIA(GPU-0): 
[  1474.757] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  1474.757] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[  1474.757] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[  1474.757] (--) NVIDIA(GPU-0): 
[  1474.758] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  1474.758] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  1474.758] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  1474.758] (--) NVIDIA(GPU-0): 
[  1474.758] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1474.758] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  1474.758] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[  1474.758] (--) NVIDIA(GPU-0): 
[  1474.760] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  1474.760] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  1474.760] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  1474.760] (--) NVIDIA(GPU-0): 
[  1476.853] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  1476.853] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[  1476.853] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[  1476.853] (--) NVIDIA(GPU-0): 
[  1476.856] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  1476.856] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  1476.856] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  1476.856] (--) NVIDIA(GPU-0): 
[  1476.856] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1476.856] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  1476.856] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[  1476.856] (--) NVIDIA(GPU-0): 
[  1476.857] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  1476.857] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  1476.857] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  1476.857] (--) NVIDIA(GPU-0): 
[  1476.857] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  1476.857] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[  1476.857] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[  1476.857] (--) NVIDIA(GPU-0): 
[  1476.859] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  1476.859] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  1476.859] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  1476.859] (--) NVIDIA(GPU-0): 
[  1476.859] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1476.859] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  1476.859] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[  1476.859] (--) NVIDIA(GPU-0): 
[  1476.859] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  1476.859] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  1476.859] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  1476.859] (--) NVIDIA(GPU-0): 
[  1481.526] (EE) modeset(G0): failed to set mode: No such file or directory
[  1482.877] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  1482.877] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[  1482.877] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[  1482.877] (--) NVIDIA(GPU-0): 
[  1482.879] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  1482.879] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  1482.879] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  1482.879] (--) NVIDIA(GPU-0): 
[  1482.879] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1482.879] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  1482.879] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[  1482.879] (--) NVIDIA(GPU-0): 
[  1482.880] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  1482.880] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  1482.880] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  1482.880] (--) NVIDIA(GPU-0): 
[  1482.880] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  1482.880] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[  1482.880] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[  1482.880] (--) NVIDIA(GPU-0): 
[  1482.881] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  1482.881] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  1482.881] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  1482.881] (--) NVIDIA(GPU-0): 
[  1482.881] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1482.881] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  1482.881] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[  1482.881] (--) NVIDIA(GPU-0): 
[  1482.884] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  1482.884] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  1482.884] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  1482.884] (--) NVIDIA(GPU-0): 
[  1482.898] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  1482.898] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[  1482.898] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[  1482.898] (--) NVIDIA(GPU-0): 
[  1482.899] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  1482.899] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  1482.899] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  1482.899] (--) NVIDIA(GPU-0): 
[  1482.899] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1482.899] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  1482.899] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[  1482.899] (--) NVIDIA(GPU-0): 
[  1482.903] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  1482.903] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  1482.903] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  1482.903] (--) NVIDIA(GPU-0): 
[  1482.903] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  1482.903] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[  1482.903] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[  1482.903] (--) NVIDIA(GPU-0): 
[  1482.906] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  1482.906] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  1482.906] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  1482.906] (--) NVIDIA(GPU-0): 
[  1482.906] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1482.906] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  1482.906] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[  1482.906] (--) NVIDIA(GPU-0): 
[  1482.907] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  1482.907] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  1482.907] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  1482.907] (--) NVIDIA(GPU-0): 
[  1487.575] (EE) event7  - Logitech G305: client bug: event processing lagging behind by 26ms, your system is too slow
[  1487.878] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-24ms), your system is too slow
[  1487.878] (EE) WARNING: log rate limit exceeded (5 msgs per 3600000ms). Discarding future messages.

System info

$ inxi -Gxxx
Graphics:
  Device-1: Intel Alder Lake-P Integrated Graphics vendor: ASUSTeK
    driver: i915 v: kernel arch: Gen12.2 ports: active: eDP-2 empty: DP-2,DP-3
    bus-ID: 0000:00:02.0 chip-ID: 8086:46a6 class-ID: 0300
  Device-2: NVIDIA GA106M [GeForce RTX 3060 Mobile / Max-Q] vendor: ASUSTeK
    driver: nvidia v: 515.57 arch: Ampere ports: active: none
    empty: DP-1,HDMI-A-1,eDP-1 bus-ID: 0000:01:00.0 chip-ID: 10de:2520
    class-ID: 0300
  Device-3: Sonix USB2.0 HD UVC WebCam type: USB driver: N/A bus-ID: 3-7:3
    chip-ID: 322e:202c class-ID: 0e02
  Display: x11 server: X.org v: 1.21.1.4 compositor: Picom v: git-7e568
    driver: X: loaded: modesetting,nvidia gpu: i915 display-ID: :0 screens: 1
  Screen-1: 0 s-res: 1920x1080 s-size: <missing: xdpyinfo>
  Monitor-1: eDP-2 mapped: eDP-1-2 model: TL156VDXP0101 res: 1920x1080
    hz: 60 dpi: 142 size: 344x194mm (13.54x7.64") diag: 395mm (15.5")
    modes: 1920x1080
  OpenGL: renderer: NVIDIA GeForce RTX 3060 Laptop GPU/PCIe/SSE2
    v: 4.6.0 NVIDIA 515.57 direct render: Yes

Offline

#5 2022-07-25 20:20:02

poslop
Member
Registered: 2022-06-11
Posts: 10

Re: Stuck at 60 Hz on a 300 Hz laptop

here is also dmesg output

$ sudo dmesg
[    0.000000] Linux version 5.18.14-arch1-1 (linux@archlinux) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT_DYNAMIC Sat, 23 Jul 2022 11:46:17 +0000
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=a99ac6cb-8d8e-488d-93d6-ffe2e4b5dcee rw rootfstype=ext4 drm.edid_firmware=edid/edid.bin loglevel=3 ibt=off nvidia-drm.modeset=1 i915.enable_guc=3 i915.enable_fbc=1
[    0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 3632
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000037d57fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000037d58000-0x0000000040b74fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000040b75000-0x0000000040c5bfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000040c5c000-0x0000000040dc9fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000040dca000-0x0000000041765fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000041766000-0x00000000417fefff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000417ff000-0x00000000417fffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000041800000-0x0000000047ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000048c00000-0x000000004f7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000004b07fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.80 by American Megatrends
[    0.000000] efi: ACPI=0x40c5b000 ACPI 2.0=0x40c5b014 TPMFinalLog=0x40cf5000 SMBIOS=0x41587000 SMBIOS 3.0=0x41586000 MEMATTR=0x335da418 ESRT=0x335dae98 
[    0.000000] SMBIOS 3.4.0 present.
[    0.000000] DMI: ASUSTeK COMPUTER INC. ASUS TUF Gaming F15 FX507ZM_FX507ZM/FX507ZM, BIOS FX507ZM.315 06/17/2022
[    0.000000] tsc: Detected 2700.000 MHz processor
[    0.000000] tsc: Detected 2688.000 MHz TSC
[    0.000461] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000463] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000469] last_pfn = 0x4b0800 max_arch_pfn = 0x400000000
[    0.000611] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001483] last_pfn = 0x41800 max_arch_pfn = 0x400000000
[    0.014470] esrt: Reserving ESRT space from 0x00000000335dae98 to 0x00000000335daf98.
[    0.014474] e820: update [mem 0x335da000-0x335dafff] usable ==> reserved
[    0.014486] Using GB pages for direct mapping
[    0.014655] Secure boot disabled
[    0.014656] RAMDISK: [mem 0x2b181000-0x2db98fff]
[    0.014659] ACPI: Early table checksum verification disabled
[    0.014661] ACPI: RSDP 0x0000000040C5B014 000024 (v02 _ASUS_)
[    0.014664] ACPI: XSDT 0x0000000040C5A728 000134 (v01 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014668] ACPI: FACP 0x0000000040C56000 000114 (v06 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014672] ACPI: DSDT 0x0000000040BE8000 06DFB9 (v02 _ASUS_ Notebook 01072009 INTL 20200717)
[    0.014674] ACPI: FACS 0x0000000040DC8000 000040
[    0.014676] ACPI: SSDT 0x0000000040C57000 002877 (v02 DptfTb DptfTabl 00001000 INTL 20200717)
[    0.014678] ACPI: FIDT 0x0000000040BE7000 00009C (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.014680] ACPI: MSDM 0x0000000040BE6000 000055 (v03 _ASUS_ Notebook 01072009 ASUS 00000001)
[    0.014682] ACPI: SSDT 0x0000000040BE5000 00038C (v02 PmaxDv Pmax_Dev 00000001 INTL 20200717)
[    0.014684] ACPI: SSDT 0x0000000040BDF000 005D0B (v02 CpuRef CpuSsdt  00003000 INTL 20200717)
[    0.014686] ACPI: SSDT 0x0000000040BDC000 002AA1 (v02 SaSsdt SaSsdt   00003000 INTL 20200717)
[    0.014688] ACPI: SSDT 0x0000000040BD8000 0033D3 (v02 INTEL  IgfxSsdt 00003000 INTL 20200717)
[    0.014690] ACPI: SSDT 0x0000000040BCA000 00D39F (v02 INTEL  TcssSsdt 00001000 INTL 20200717)
[    0.014692] ACPI: HPET 0x0000000040BC9000 000038 (v01 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014694] ACPI: APIC 0x0000000040BC8000 0001DC (v05 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014696] ACPI: MCFG 0x0000000040BC7000 00003C (v01 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014697] ACPI: SSDT 0x0000000040BC2000 004BA7 (v02 _ASUS_ AdlP_Rvp 00001000 INTL 20200717)
[    0.014699] ACPI: NHLT 0x0000000040BC1000 0002F1 (v00 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014701] ACPI: LPIT 0x0000000040BC0000 0000CC (v01 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014703] ACPI: WSMT 0x0000000040BBF000 000028 (v01 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014705] ACPI: SSDT 0x0000000040BBC000 002A83 (v02 _ASUS_ PtidDevc 00001000 INTL 20200717)
[    0.014707] ACPI: SSDT 0x0000000040BB9000 002357 (v02 _ASUS_ TbtTypeC 00000000 INTL 20200717)
[    0.014709] ACPI: DBGP 0x0000000040BB8000 000034 (v01 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014711] ACPI: DBG2 0x0000000040BB7000 000054 (v00 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014713] ACPI: SSDT 0x0000000040BB6000 000ECF (v02 _ASUS_ UsbCTabl 00001000 INTL 20200717)
[    0.014714] ACPI: DMAR 0x0000000040BB5000 000088 (v02 INTEL  EDK2     00000002      01000013)
[    0.014716] ACPI: SSDT 0x0000000040BB4000 0008E7 (v02 INTEL  xh_adlLP 00000000 INTL 20200717)
[    0.014719] ACPI: SSDT 0x0000000040BB0000 003AEA (v02 SocGpe SocGpe   00003000 INTL 20200717)
[    0.014721] ACPI: SSDT 0x0000000040BAC000 0035A2 (v02 SocCmn SocCmn   00003000 INTL 20200717)
[    0.014722] ACPI: SSDT 0x0000000040BAB000 000457 (v02 HgRef  HgRpSsdt 00001000 INTL 20200717)
[    0.014724] ACPI: SSDT 0x0000000040BAA000 000144 (v02 Intel  ADebTabl 00001000 INTL 20200717)
[    0.014726] ACPI: BGRT 0x0000000040BA9000 000038 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.014728] ACPI: UEFI 0x0000000040CD7000 00063A (v01 INTEL  RstVmdE  00000000 INTL 00000000)
[    0.014730] ACPI: UEFI 0x0000000040CD6000 00005C (v01 INTEL  RstVmdV  00000000 INTL 00000000)
[    0.014732] ACPI: TPM2 0x0000000040BA8000 00004C (v04 _ASUS_ Notebook 00000001 AMI  00000000)
[    0.014734] ACPI: SSDT 0x0000000040BA5000 002DCA (v01 OptRf2 Opt2Tabl 00001000 INTL 20200717)
[    0.014736] ACPI: PHAT 0x0000000040BA4000 00062D (v01 _ASUS_ Notebook 00000005 MSFT 0100000D)
[    0.014738] ACPI: FPDT 0x0000000040BA3000 000044 (v01 _ASUS_ A M I    01072009 AMI  01000013)
[    0.014739] ACPI: Reserving FACP table memory at [mem 0x40c56000-0x40c56113]
[    0.014741] ACPI: Reserving DSDT table memory at [mem 0x40be8000-0x40c55fb8]
[    0.014741] ACPI: Reserving FACS table memory at [mem 0x40dc8000-0x40dc803f]
[    0.014742] ACPI: Reserving SSDT table memory at [mem 0x40c57000-0x40c59876]
[    0.014742] ACPI: Reserving FIDT table memory at [mem 0x40be7000-0x40be709b]
[    0.014743] ACPI: Reserving MSDM table memory at [mem 0x40be6000-0x40be6054]
[    0.014743] ACPI: Reserving SSDT table memory at [mem 0x40be5000-0x40be538b]
[    0.014744] ACPI: Reserving SSDT table memory at [mem 0x40bdf000-0x40be4d0a]
[    0.014745] ACPI: Reserving SSDT table memory at [mem 0x40bdc000-0x40bdeaa0]
[    0.014745] ACPI: Reserving SSDT table memory at [mem 0x40bd8000-0x40bdb3d2]
[    0.014746] ACPI: Reserving SSDT table memory at [mem 0x40bca000-0x40bd739e]
[    0.014746] ACPI: Reserving HPET table memory at [mem 0x40bc9000-0x40bc9037]
[    0.014747] ACPI: Reserving APIC table memory at [mem 0x40bc8000-0x40bc81db]
[    0.014747] ACPI: Reserving MCFG table memory at [mem 0x40bc7000-0x40bc703b]
[    0.014748] ACPI: Reserving SSDT table memory at [mem 0x40bc2000-0x40bc6ba6]
[    0.014748] ACPI: Reserving NHLT table memory at [mem 0x40bc1000-0x40bc12f0]
[    0.014749] ACPI: Reserving LPIT table memory at [mem 0x40bc0000-0x40bc00cb]
[    0.014749] ACPI: Reserving WSMT table memory at [mem 0x40bbf000-0x40bbf027]
[    0.014750] ACPI: Reserving SSDT table memory at [mem 0x40bbc000-0x40bbea82]
[    0.014750] ACPI: Reserving SSDT table memory at [mem 0x40bb9000-0x40bbb356]
[    0.014751] ACPI: Reserving DBGP table memory at [mem 0x40bb8000-0x40bb8033]
[    0.014752] ACPI: Reserving DBG2 table memory at [mem 0x40bb7000-0x40bb7053]
[    0.014752] ACPI: Reserving SSDT table memory at [mem 0x40bb6000-0x40bb6ece]
[    0.014753] ACPI: Reserving DMAR table memory at [mem 0x40bb5000-0x40bb5087]
[    0.014753] ACPI: Reserving SSDT table memory at [mem 0x40bb4000-0x40bb48e6]
[    0.014754] ACPI: Reserving SSDT table memory at [mem 0x40bb0000-0x40bb3ae9]
[    0.014754] ACPI: Reserving SSDT table memory at [mem 0x40bac000-0x40baf5a1]
[    0.014755] ACPI: Reserving SSDT table memory at [mem 0x40bab000-0x40bab456]
[    0.014755] ACPI: Reserving SSDT table memory at [mem 0x40baa000-0x40baa143]
[    0.014756] ACPI: Reserving BGRT table memory at [mem 0x40ba9000-0x40ba9037]
[    0.014756] ACPI: Reserving UEFI table memory at [mem 0x40cd7000-0x40cd7639]
[    0.014757] ACPI: Reserving UEFI table memory at [mem 0x40cd6000-0x40cd605b]
[    0.014758] ACPI: Reserving TPM2 table memory at [mem 0x40ba8000-0x40ba804b]
[    0.014758] ACPI: Reserving SSDT table memory at [mem 0x40ba5000-0x40ba7dc9]
[    0.014759] ACPI: Reserving PHAT table memory at [mem 0x40ba4000-0x40ba462c]
[    0.014759] ACPI: Reserving FPDT table memory at [mem 0x40ba3000-0x40ba3043]
[    0.015076] No NUMA configuration found
[    0.015076] Faking a node at [mem 0x0000000000000000-0x00000004b07fffff]
[    0.015078] NODE_DATA(0) allocated [mem 0x4b07fc000-0x4b07fffff]
[    0.015095] Zone ranges:
[    0.015096]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.015097]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.015098]   Normal   [mem 0x0000000100000000-0x00000004b07fffff]
[    0.015099]   Device   empty
[    0.015099] Movable zone start for each node
[    0.015100] Early memory node ranges
[    0.015100]   node   0: [mem 0x0000000000001000-0x000000000009dfff]
[    0.015101]   node   0: [mem 0x000000000009f000-0x000000000009ffff]
[    0.015101]   node   0: [mem 0x0000000000100000-0x0000000037d57fff]
[    0.015102]   node   0: [mem 0x00000000417ff000-0x00000000417fffff]
[    0.015102]   node   0: [mem 0x0000000100000000-0x00000004b07fffff]
[    0.015104] Initmem setup node 0 [mem 0x0000000000001000-0x00000004b07fffff]
[    0.015106] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.015107] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.015122] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.016084] On node 0, zone DMA32: 6823 pages in unavailable ranges
[    0.032468] On node 0, zone Normal: 26624 pages in unavailable ranges
[    0.032625] On node 0, zone Normal: 30720 pages in unavailable ranges
[    0.032679] Reserving Intel graphics memory at [mem 0x4b800000-0x4f7fffff]
[    0.033276] ACPI: PM-Timer IO Port: 0x1808
[    0.033282] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.033283] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.033283] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.033284] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.033284] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.033285] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.033285] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.033285] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.033286] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.033286] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.033286] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.033287] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.033287] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.033288] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.033288] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.033288] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.033289] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[    0.033289] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[    0.033290] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[    0.033290] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[    0.033290] ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
[    0.033291] ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
[    0.033291] ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
[    0.033292] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.033374] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.033376] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.033377] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.033379] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.033380] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.033385] e820: update [mem 0x3368e000-0x336bcfff] usable ==> reserved
[    0.033392] TSC deadline timer available
[    0.033392] smpboot: Allowing 20 CPUs, 0 hotplug CPUs
[    0.033403] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.033405] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    0.033406] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.033407] PM: hibernation: Registered nosave memory: [mem 0x335da000-0x335dafff]
[    0.033408] PM: hibernation: Registered nosave memory: [mem 0x3368e000-0x336bcfff]
[    0.033409] PM: hibernation: Registered nosave memory: [mem 0x37d58000-0x40b74fff]
[    0.033409] PM: hibernation: Registered nosave memory: [mem 0x40b75000-0x40c5bfff]
[    0.033409] PM: hibernation: Registered nosave memory: [mem 0x40c5c000-0x40dc9fff]
[    0.033410] PM: hibernation: Registered nosave memory: [mem 0x40dca000-0x41765fff]
[    0.033410] PM: hibernation: Registered nosave memory: [mem 0x41766000-0x417fefff]
[    0.033411] PM: hibernation: Registered nosave memory: [mem 0x41800000-0x47ffffff]
[    0.033412] PM: hibernation: Registered nosave memory: [mem 0x48000000-0x48bfffff]
[    0.033412] PM: hibernation: Registered nosave memory: [mem 0x48c00000-0x4f7fffff]
[    0.033412] PM: hibernation: Registered nosave memory: [mem 0x4f800000-0xbfffffff]
[    0.033413] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xcfffffff]
[    0.033413] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xfdffffff]
[    0.033413] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.033414] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.033414] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.033415] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.033415] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.033415] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed1ffff]
[    0.033416] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
[    0.033416] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfedfffff]
[    0.033416] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.033417] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.033417] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.033418] [mem 0x4f800000-0xbfffffff] available for PCI devices
[    0.033419] Booting paravirtualized kernel on bare hardware
[    0.033420] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.036601] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:20 nr_node_ids:1
[    0.037175] percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
[    0.037179] pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
[    0.037181] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.037186] pcpu-alloc: [0] 16 17 18 19 -- -- -- -- 
[    0.037199] Fallback order for Node 0: 0 
[    0.037201] Built 1 zonelists, mobility grouping on.  Total pages: 4033091
[    0.037202] Policy zone: Normal
[    0.037203] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=a99ac6cb-8d8e-488d-93d6-ffe2e4b5dcee rw rootfstype=ext4 drm.edid_firmware=edid/edid.bin loglevel=3 ibt=off nvidia-drm.modeset=1 i915.enable_guc=3 i915.enable_fbc=1
[    0.037247] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
[    0.037248] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    0.037248] printk: log_buf_len total cpu_extra contributions: 77824 bytes
[    0.037249] printk: log_buf_len min size: 131072 bytes
[    0.037345] printk: log_buf_len: 262144 bytes
[    0.037346] printk: early log buf free: 114288(87%)
[    0.038371] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.038859] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.039108] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.067160] Memory: 15788556K/16389084K available (14343K kernel code, 2099K rwdata, 11012K rodata, 1868K init, 3852K bss, 600268K reserved, 0K cma-reserved)
[    0.067537] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=20, Nodes=1
[    0.067552] ftrace: allocating 44939 entries in 176 pages
[    0.071456] ftrace: allocated 176 pages with 3 groups
[    0.071512] Dynamic Preempt: full
[    0.071556] rcu: Preemptible hierarchical RCU implementation.
[    0.071556] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=20.
[    0.071557] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.071558] 	Trampoline variant of Tasks RCU enabled.
[    0.071558] 	Rude variant of Tasks RCU enabled.
[    0.071558] 	Tracing variant of Tasks RCU enabled.
[    0.071559] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.071560] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=20
[    0.074030] NR_IRQS: 20736, nr_irqs: 2216, preallocated irqs: 16
[    0.074700] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.074708] random: crng init done
[    0.074726] Console: colour dummy device 80x25
[    0.074733] printk: console [tty0] enabled
[    0.074745] ACPI: Core revision 20211217
[    0.074964] hpet: HPET dysfunctional in PC10. Force disabled.
[    0.074965] APIC: Switch to symmetric I/O mode setup
[    0.074967] DMAR: Host address width 39
[    0.074968] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.074971] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
[    0.074972] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.074974] DMAR: dmar1: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
[    0.074977] DMAR: RMRR base: 0x0000004b000000 end: 0x0000004f7fffff
[    0.074978] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.074979] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.074980] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.078930] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.078931] x2apic enabled
[    0.078984] Switched APIC routing to cluster x2apic.
[    0.090410] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x26bef67878b, max_idle_ns: 440795293631 ns
[    0.090414] Calibrating delay loop (skipped), value calculated using timer frequency.. 5378.00 BogoMIPS (lpj=8960000)
[    0.090416] pid_max: default: 32768 minimum: 301
[    0.093318] LSM: Security Framework initializing
[    0.093323] landlock: Up and running.
[    0.093323] Yama: becoming mindful.
[    0.093328] LSM support for eBPF active
[    0.093357] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.093378] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.093542] CPU0: Thermal monitoring enabled (TM1)
[    0.093544] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.093642] process: using mwait in idle threads
[    0.093643] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.093643] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.093645] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.093647] Spectre V2 : Mitigation: Enhanced IBRS
[    0.093647] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.093648] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.093649] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.093746] Freeing SMP alternatives memory: 36K
[    0.093746] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1668
[    0.093746] smpboot: CPU0: 12th Gen Intel(R) Core(TM) i7-12700H (family: 0x6, model: 0x9a, stepping: 0x3)
[    0.093746] cblist_init_generic: Setting adjustable number of callback queues.
[    0.093746] cblist_init_generic: Setting shift to 5 and lim to 1.
[    0.093746] cblist_init_generic: Setting shift to 5 and lim to 1.
[    0.093746] cblist_init_generic: Setting shift to 5 and lim to 1.
[    0.093746] Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline,  AnyThread deprecated, Alderlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.093746] core: cpu_core PMU driver: 
[    0.093746] ... version:                5
[    0.093746] ... bit width:              48
[    0.093746] ... generic registers:      8
[    0.093746] ... value mask:             0000ffffffffffff
[    0.093746] ... max period:             00007fffffffffff
[    0.093746] ... fixed-purpose events:   4
[    0.093746] ... event mask:             0001000f000000ff
[    0.093746] rcu: Hierarchical SRCU implementation.
[    0.093746] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.093746] smp: Bringing up secondary CPUs ...
[    0.093746] x86: Booting SMP configuration:
[    0.093746] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12
[    0.019104] core: cpu_atom PMU driver: PEBS-via-PT 
[    0.019104] ... version:                5
[    0.019104] ... bit width:              48
[    0.019104] ... generic registers:      6
[    0.019104] ... value mask:             0000ffffffffffff
[    0.019104] ... max period:             00007fffffffffff
[    0.019104] ... fixed-purpose events:   3
[    0.019104] ... event mask:             000000070000003f
[    0.119043]  #13 #14 #15 #16 #17 #18 #19
[    0.139776] smp: Brought up 1 node, 20 CPUs
[    0.139776] smpboot: Max logical packages: 1
[    0.139776] smpboot: Total of 20 processors activated (107563.00 BogoMIPS)
[    0.140837] devtmpfs: initialized
[    0.140837] x86/mm: Memory block size: 128MB
[    0.140909] ACPI: PM: Registering ACPI NVS region [mem 0x40c5c000-0x40dc9fff] (1499136 bytes)
[    0.140909] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.140909] futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    0.140909] pinctrl core: initialized pinctrl subsystem
[    0.140962] PM: RTC time: 19:49:45, date: 2022-07-25
[    0.141243] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.141414] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.141538] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.141673] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.141681] audit: initializing netlink subsys (disabled)
[    0.141684] audit: type=2000 audit(1658778585.049:1): state=initialized audit_enabled=0 res=1
[    0.141684] thermal_sys: Registered thermal governor 'fair_share'
[    0.141684] thermal_sys: Registered thermal governor 'bang_bang'
[    0.141684] thermal_sys: Registered thermal governor 'step_wise'
[    0.141684] thermal_sys: Registered thermal governor 'user_space'
[    0.141684] thermal_sys: Registered thermal governor 'power_allocator'
[    0.141684] cpuidle: using governor ladder
[    0.141684] cpuidle: using governor menu
[    0.141684] HugeTLB: can free 4095 vmemmap pages for hugepages-1048576kB
[    0.141684] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.141684] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.141684] PCI: MMCONFIG for domain 0000 [bus 00-e0] at [mem 0xc0000000-0xce0fffff] (base 0xc0000000)
[    0.141684] PCI: MMCONFIG at [mem 0xc0000000-0xce0fffff] reserved in E820
[    0.141684] PCI: Using configuration type 1 for base access
[    0.141684] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.144297] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.144310] HugeTLB: can free 7 vmemmap pages for hugepages-2048kB
[    0.144310] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.144310] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.144310] ACPI: Added _OSI(Module Device)
[    0.144310] ACPI: Added _OSI(Processor Device)
[    0.144310] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.144310] ACPI: Added _OSI(Processor Aggregator Device)
[    0.144310] ACPI: Added _OSI(Linux-Dell-Video)
[    0.144310] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.144310] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.220313] ACPI: 17 ACPI AML tables successfully acquired and loaded
[    0.233811] ACPI: Dynamic OEM Table Load:
[    0.233818] ACPI: SSDT 0xFFFF8BBE02624E00 0001AB (v02 PmRef  Cpu0Psd  00003000 INTL 20200717)
[    0.234597] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.238564] ACPI: USB4 _OSC: OS supports USB3+ DisplayPort+ PCIe+ XDomain+
[    0.238565] ACPI: USB4 _OSC: OS controls USB3+ DisplayPort+ PCIe+ XDomain+
[    0.239791] ACPI: Dynamic OEM Table Load:
[    0.239797] ACPI: SSDT 0xFFFF8BBE01D1BC00 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20200717)
[    0.240759] ACPI: Dynamic OEM Table Load:
[    0.240764] ACPI: SSDT 0xFFFF8BBE01F91800 000626 (v02 PmRef  Cpu0Ist  00003000 INTL 20200717)
[    0.241786] ACPI: Dynamic OEM Table Load:
[    0.241790] ACPI: SSDT 0xFFFF8BBE01F96800 0004BA (v02 PmRef  Cpu0Hwp  00003000 INTL 20200717)
[    0.243057] ACPI: Dynamic OEM Table Load:
[    0.243063] ACPI: SSDT 0xFFFF8BBE01F9E000 001BAF (v02 PmRef  ApIst    00003000 INTL 20200717)
[    0.244636] ACPI: Dynamic OEM Table Load:
[    0.244640] ACPI: SSDT 0xFFFF8BBE01F9C000 001038 (v02 PmRef  ApHwp    00003000 INTL 20200717)
[    0.246002] ACPI: Dynamic OEM Table Load:
[    0.246006] ACPI: SSDT 0xFFFF8BBE01F98000 001349 (v02 PmRef  ApPsd    00003000 INTL 20200717)
[    0.247381] ACPI: Dynamic OEM Table Load:
[    0.247385] ACPI: SSDT 0xFFFF8BBE0012D000 000FBB (v02 PmRef  ApCst    00003000 INTL 20200717)
[    0.254658] ACPI: EC: EC started
[    0.254658] ACPI: EC: interrupt blocked
[    0.254725] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.254726] ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC used to handle transactions
[    0.254727] ACPI: Interpreter enabled
[    0.254767] ACPI: PM: (supports S0 S3 S4 S5)
[    0.254768] ACPI: Using IOAPIC for interrupt routing
[    0.254801] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.255998] ACPI: Enabled 10 GPEs in block 00 to 7F
[    0.257007] ACPI: PM: Power Resource [PXP]
[    0.265527] ACPI: PM: Power Resource [PXP]
[    0.270571] ACPI: PM: Power Resource [DBTP]
[    0.270805] ACPI: PM: Power Resource [BTRT]
[    0.271354] ACPI: PM: Power Resource [PAUD]
[    0.272092] ACPI: PM: Power Resource [PXTC]
[    0.276530] ACPI: PM: Power Resource [WRST]
[    0.279031] ACPI: PM: Power Resource [V0PR]
[    0.279068] ACPI: PM: Power Resource [V1PR]
[    0.279104] ACPI: PM: Power Resource [V2PR]
[    0.279138] ACPI: PM: Power Resource [V3PR]
[    0.279412] ACPI: PM: Power Resource [TBT0]
[    0.279662] ACPI: PM: Power Resource [TBT1]
[    0.279906] ACPI: PM: Power Resource [D3C]
[    0.430590] ACPI: PM: Power Resource [PIN]
[    0.430842] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-e0])
[    0.430846] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.432643] acpi PNP0A08:00: _OSC: platform does not support [AER]
[    0.436197] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
[    0.436198] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.437878] PCI host bridge to bus 0000:00
[    0.437879] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.437881] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.437881] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.437882] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[    0.437883] pci_bus 0000:00: root bus resource [mem 0x4f800000-0xbfffffff window]
[    0.437884] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[    0.437885] pci_bus 0000:00: root bus resource [bus 00-e0]
[    0.437933] pci 0000:00:00.0: [8086:4641] type 00 class 0x060000
[    0.438100] pci 0000:00:01.0: [8086:460d] type 01 class 0x060400
[    0.438154] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.438175] pci 0000:00:01.0: PTM enabled (root), 4ns granularity
[    0.438708] pci 0000:00:02.0: [8086:46a6] type 00 class 0x030000
[    0.438714] pci 0000:00:02.0: reg 0x10: [mem 0x622e000000-0x622effffff 64bit]
[    0.438719] pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
[    0.438722] pci 0000:00:02.0: reg 0x20: [io  0x4000-0x403f]
[    0.438733] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.438734] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[    0.438736] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.438757] pci 0000:00:02.0: reg 0x344: [mem 0x00000000-0x00ffffff 64bit]
[    0.438758] pci 0000:00:02.0: VF(n) BAR0 space: [mem 0x00000000-0x06ffffff 64bit] (contains BAR0 for 7 VFs)
[    0.438761] pci 0000:00:02.0: reg 0x34c: [mem 0x00000000-0x1fffffff 64bit pref]
[    0.438762] pci 0000:00:02.0: VF(n) BAR2 space: [mem 0x00000000-0xdfffffff 64bit pref] (contains BAR2 for 7 VFs)
[    0.438845] pci 0000:00:04.0: [8086:461d] type 00 class 0x118000
[    0.438857] pci 0000:00:04.0: reg 0x10: [mem 0x622f240000-0x622f25ffff 64bit]
[    0.439068] pci 0000:00:06.0: [8086:09ab] type 00 class 0x088000
[    0.439601] pci 0000:00:07.0: [8086:466e] type 01 class 0x060400
[    0.439662] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.439683] pci 0000:00:07.0: PTM enabled (root), 4ns granularity
[    0.439686] pci 0000:00:07.0: DPC: RP PIO log size 0 is invalid
[    0.441463] pci 0000:00:08.0: [8086:464f] type 00 class 0x088000
[    0.441470] pci 0000:00:08.0: reg 0x10: [mem 0x622f29a000-0x622f29afff 64bit]
[    0.441548] pci 0000:00:0a.0: [8086:467d] type 00 class 0x118000
[    0.441554] pci 0000:00:0a.0: reg 0x10: [mem 0x622f280000-0x622f287fff 64bit]
[    0.441571] pci 0000:00:0a.0: enabling Extended Tags
[    0.441651] pci 0000:00:0d.0: [8086:461e] type 00 class 0x0c0330
[    0.441660] pci 0000:00:0d.0: reg 0x10: [mem 0x622f270000-0x622f27ffff 64bit]
[    0.441697] pci 0000:00:0d.0: PME# supported from D3hot D3cold
[    0.443256] pci 0000:00:0d.2: [8086:463e] type 00 class 0x0c0340
[    0.443264] pci 0000:00:0d.2: reg 0x10: [mem 0x622f200000-0x622f23ffff 64bit]
[    0.443270] pci 0000:00:0d.2: reg 0x18: [mem 0x622f299000-0x622f299fff 64bit]
[    0.443299] pci 0000:00:0d.2: supports D1 D2
[    0.443299] pci 0000:00:0d.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.443482] pci 0000:00:0e.0: [8086:467f] type 00 class 0x010400
[    0.443494] pci 0000:00:0e.0: reg 0x10: [mem 0x622c000000-0x622dffffff 64bit]
[    0.443500] pci 0000:00:0e.0: reg 0x18: [mem 0x50000000-0x51ffffff]
[    0.443513] pci 0000:00:0e.0: reg 0x20: [mem 0x622f100000-0x622f1fffff 64bit]
[    0.443812] pci 0000:00:14.0: [8086:51ed] type 00 class 0x0c0330
[    0.443832] pci 0000:00:14.0: reg 0x10: [mem 0x622f260000-0x622f26ffff 64bit]
[    0.443919] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.445493] pci 0000:00:14.2: [8086:51ef] type 00 class 0x050000
[    0.445512] pci 0000:00:14.2: reg 0x10: [mem 0x622f290000-0x622f293fff 64bit]
[    0.445525] pci 0000:00:14.2: reg 0x18: [mem 0x622f298000-0x622f298fff 64bit]
[    0.445685] pci 0000:00:14.3: [8086:51f0] type 00 class 0x028000
[    0.445705] pci 0000:00:14.3: reg 0x10: [mem 0x622f28c000-0x622f28ffff 64bit]
[    0.445849] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
[    0.446578] pci 0000:00:15.0: [8086:51e8] type 00 class 0x0c8000
[    0.447274] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.450911] pci 0000:00:15.2: [8086:51ea] type 00 class 0x0c8000
[    0.451642] pci 0000:00:15.2: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.454800] pci 0000:00:16.0: [8086:51e0] type 00 class 0x078000
[    0.454823] pci 0000:00:16.0: reg 0x10: [mem 0x622f295000-0x622f295fff 64bit]
[    0.454910] pci 0000:00:16.0: PME# supported from D3hot
[    0.455492] pci 0000:00:1f.0: [8086:5182] type 00 class 0x060100
[    0.455807] pci 0000:00:1f.3: [8086:51c8] type 00 class 0x040300
[    0.455869] pci 0000:00:1f.3: reg 0x10: [mem 0x622f288000-0x622f28bfff 64bit]
[    0.455944] pci 0000:00:1f.3: reg 0x20: [mem 0x622f000000-0x622f0fffff 64bit]
[    0.456095] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.456539] pci 0000:00:1f.4: [8086:51a3] type 00 class 0x0c0500
[    0.456568] pci 0000:00:1f.4: reg 0x10: [mem 0x622f294000-0x622f2940ff 64bit]
[    0.456601] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.456808] pci 0000:00:1f.5: [8086:51a4] type 00 class 0x0c8000
[    0.456827] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    0.456968] pci 0000:00:1f.6: [8086:1a1e] type 00 class 0x020000
[    0.457010] pci 0000:00:1f.6: reg 0x10: [mem 0x60100000-0x6011ffff]
[    0.457223] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    0.457443] acpiphp: Slot [1] registered
[    0.457455] pci 0000:01:00.0: [10de:2520] type 00 class 0x030000
[    0.457462] pci 0000:01:00.0: reg 0x10: [mem 0x5f000000-0x5fffffff]
[    0.457468] pci 0000:01:00.0: reg 0x14: [mem 0x6000000000-0x61ffffffff 64bit pref]
[    0.457474] pci 0000:01:00.0: reg 0x1c: [mem 0x6200000000-0x6201ffffff 64bit pref]
[    0.457478] pci 0000:01:00.0: reg 0x24: [io  0x3000-0x307f]
[    0.457482] pci 0000:01:00.0: reg 0x30: [mem 0x60000000-0x6007ffff pref]
[    0.457525] pci 0000:01:00.0: PME# supported from D0 D3hot
[    0.457575] pci 0000:01:00.0: 126.024 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x8 link at 0000:00:01.0 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.457727] pci 0000:01:00.1: [10de:228e] type 00 class 0x040300
[    0.457734] pci 0000:01:00.1: reg 0x10: [mem 0x60080000-0x60083fff]
[    0.457822] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.457824] pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
[    0.457825] pci 0000:00:01.0:   bridge window [mem 0x5f000000-0x600fffff]
[    0.457828] pci 0000:00:01.0:   bridge window [mem 0x6000000000-0x6201ffffff 64bit pref]
[    0.457851] pci 0000:00:07.0: PCI bridge to [bus 02-2b]
[    0.457854] pci 0000:00:07.0:   bridge window [mem 0x52000000-0x5e1fffff]
[    0.457857] pci 0000:00:07.0:   bridge window [mem 0x6210000000-0x622bffffff 64bit pref]
[    0.462617] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.462697] ACPI: PCI: Interrupt link LNKB configured for IRQ 1
[    0.462775] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.462852] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.462930] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.463007] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.463085] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.463162] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.761057] ACPI: EC: interrupt unblocked
[    0.761058] ACPI: EC: event unblocked
[    0.763748] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.763748] ACPI: EC: GPE=0x6e
[    0.763748] ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC initialization complete
[    0.763748] ACPI: \_SB_.PC00.LPCB.EC0_: EC: Used to handle transactions and events
[    0.763748] iommu: Default domain type: Translated 
[    0.763748] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.763748] SCSI subsystem initialized
[    0.763809] libata version 3.00 loaded.
[    0.763809] ACPI: bus type USB registered
[    0.763809] usbcore: registered new interface driver usbfs
[    0.763809] usbcore: registered new interface driver hub
[    0.763809] usbcore: registered new device driver usb
[    0.763809] pps_core: LinuxPPS API ver. 1 registered
[    0.763809] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.763809] PTP clock support registered
[    0.763809] EDAC MC: Ver: 3.0.0
[    0.764125] Registered efivars operations
[    0.764125] NetLabel: Initializing
[    0.764125] NetLabel:  domain hash size = 128
[    0.764125] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.764125] NetLabel:  unlabeled traffic allowed by default
[    0.764125] mctp: management component transport protocol core
[    0.764125] NET: Registered PF_MCTP protocol family
[    0.764125] PCI: Using ACPI for IRQ routing
[    0.844052] PCI: pci_cache_line_size set to 64 bytes
[    0.844259] pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
[    0.844444] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.844446] e820: reserve RAM buffer [mem 0x335da000-0x33ffffff]
[    0.844446] e820: reserve RAM buffer [mem 0x3368e000-0x33ffffff]
[    0.844447] e820: reserve RAM buffer [mem 0x37d58000-0x37ffffff]
[    0.844448] e820: reserve RAM buffer [mem 0x41800000-0x43ffffff]
[    0.844448] e820: reserve RAM buffer [mem 0x4b0800000-0x4b3ffffff]
[    0.844457] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.844457] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.844457] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.844457] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.844457] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.844457] vgaarb: loaded
[    0.844457] clocksource: Switched to clocksource tsc-early
[    0.848101] VFS: Disk quotas dquot_6.6.0
[    0.848109] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.848146] pnp: PnP ACPI init
[    0.848329] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.848331] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.848426] system 00:02: [io  0x1854-0x1857] has been reserved
[    0.849742] pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.849754] system 00:04: [mem 0xfedc0000-0xfedc7fff] has been reserved
[    0.849755] system 00:04: [mem 0xfeda0000-0xfeda0fff] has been reserved
[    0.849756] system 00:04: [mem 0xfeda1000-0xfeda1fff] has been reserved
[    0.849757] system 00:04: [mem 0xfed20000-0xfed7ffff] could not be reserved
[    0.849758] system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.849759] system 00:04: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    0.849760] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.852093] system 00:05: [io  0x2000-0x20fe] has been reserved
[    0.852754] pnp: PnP ACPI: found 7 devices
[    0.857786] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.857819] NET: Registered PF_INET protocol family
[    0.857998] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.858899] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.858943] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.859015] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.859171] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.859212] TCP: Hash tables configured (established 131072 bind 65536)
[    0.859282] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    0.859321] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.859351] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.859390] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.859393] NET: Registered PF_XDP protocol family
[    0.859396] pci 0000:00:07.0: bridge window [io  0x1000-0x0fff] to [bus 02-2b] add_size 1000
[    0.859402] pci 0000:00:02.0: BAR 9: assigned [mem 0x4020000000-0x40ffffffff 64bit pref]
[    0.859404] pci 0000:00:02.0: BAR 7: assigned [mem 0x4010000000-0x4016ffffff 64bit]
[    0.859406] pci 0000:00:07.0: BAR 13: assigned [io  0x5000-0x5fff]
[    0.859407] pci 0000:00:15.0: BAR 0: assigned [mem 0x4017000000-0x4017000fff 64bit]
[    0.859754] pci 0000:00:15.2: BAR 0: assigned [mem 0x4017001000-0x4017001fff 64bit]
[    0.860095] pci 0000:00:1f.5: BAR 0: assigned [mem 0x4f800000-0x4f800fff]
[    0.860108] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.860110] pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
[    0.860112] pci 0000:00:01.0:   bridge window [mem 0x5f000000-0x600fffff]
[    0.860113] pci 0000:00:01.0:   bridge window [mem 0x6000000000-0x6201ffffff 64bit pref]
[    0.860116] pci 0000:00:07.0: PCI bridge to [bus 02-2b]
[    0.860117] pci 0000:00:07.0:   bridge window [io  0x5000-0x5fff]
[    0.860120] pci 0000:00:07.0:   bridge window [mem 0x52000000-0x5e1fffff]
[    0.860121] pci 0000:00:07.0:   bridge window [mem 0x6210000000-0x622bffffff 64bit pref]
[    0.860125] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.860126] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.860126] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.860127] pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000fffff window]
[    0.860128] pci_bus 0000:00: resource 8 [mem 0x4f800000-0xbfffffff window]
[    0.860128] pci_bus 0000:00: resource 9 [mem 0x4000000000-0x7fffffffff window]
[    0.860129] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[    0.860130] pci_bus 0000:01: resource 1 [mem 0x5f000000-0x600fffff]
[    0.860130] pci_bus 0000:01: resource 2 [mem 0x6000000000-0x6201ffffff 64bit pref]
[    0.860131] pci_bus 0000:02: resource 0 [io  0x5000-0x5fff]
[    0.860132] pci_bus 0000:02: resource 1 [mem 0x52000000-0x5e1fffff]
[    0.860132] pci_bus 0000:02: resource 2 [mem 0x6210000000-0x622bffffff 64bit pref]
[    0.860690] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.860693] PCI: CLS 64 bytes, default 64
[    0.860698] DMAR: Intel-IOMMU force enabled due to platform opt in
[    0.860702] DMAR: No ATSR found
[    0.860703] DMAR: No SATC found
[    0.860704] DMAR: IOMMU feature fl1gp_support inconsistent
[    0.860704] DMAR: IOMMU feature pgsel_inv inconsistent
[    0.860705] DMAR: IOMMU feature nwfs inconsistent
[    0.860705] DMAR: IOMMU feature dit inconsistent
[    0.860706] DMAR: IOMMU feature sc_support inconsistent
[    0.860706] DMAR: IOMMU feature dev_iotlb_support inconsistent
[    0.860706] DMAR: dmar0: Using Queued invalidation
[    0.860709] DMAR: dmar1: Using Queued invalidation
[    0.860752] Trying to unpack rootfs image as initramfs...
[    0.860927] pci 0000:00:00.0: Adding to iommu group 0
[    0.860933] pci 0000:00:01.0: Adding to iommu group 1
[    0.860937] pci 0000:00:02.0: Adding to iommu group 2
[    0.860940] pci 0000:00:04.0: Adding to iommu group 3
[    0.860945] pci 0000:00:06.0: Adding to iommu group 4
[    0.860950] pci 0000:00:07.0: Adding to iommu group 5
[    0.860954] pci 0000:00:08.0: Adding to iommu group 6
[    0.860957] pci 0000:00:0a.0: Adding to iommu group 7
[    0.860965] pci 0000:00:0d.0: Adding to iommu group 8
[    0.860969] pci 0000:00:0d.2: Adding to iommu group 8
[    0.860972] pci 0000:00:0e.0: Adding to iommu group 9
[    0.860980] pci 0000:00:14.0: Adding to iommu group 10
[    0.860984] pci 0000:00:14.2: Adding to iommu group 10
[    0.860988] pci 0000:00:14.3: Adding to iommu group 11
[    0.860996] pci 0000:00:15.0: Adding to iommu group 12
[    0.861000] pci 0000:00:15.2: Adding to iommu group 12
[    0.861006] pci 0000:00:16.0: Adding to iommu group 13
[    0.861017] pci 0000:00:1f.0: Adding to iommu group 14
[    0.861021] pci 0000:00:1f.3: Adding to iommu group 14
[    0.861025] pci 0000:00:1f.4: Adding to iommu group 14
[    0.861030] pci 0000:00:1f.5: Adding to iommu group 14
[    0.861034] pci 0000:00:1f.6: Adding to iommu group 14
[    0.861042] pci 0000:01:00.0: Adding to iommu group 15
[    0.861047] pci 0000:01:00.1: Adding to iommu group 15
[    0.861084] DMAR: Intel(R) Virtualization Technology for Directed I/O
[    0.861085] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.861086] software IO TLB: mapped [mem 0x0000000027181000-0x000000002b181000] (64MB)
[    0.861105] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x26bef67878b, max_idle_ns: 440795293631 ns
[    0.861160] clocksource: Switched to clocksource tsc
[    0.875397] Initialise system trusted keyrings
[    0.875408] Key type blacklist registered
[    0.875438] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[    0.875900] zbud: loaded
[    0.876066] integrity: Platform Keyring initialized
[    0.876067] integrity: Machine keyring initialized
[    0.881161] Key type asymmetric registered
[    0.881161] Asymmetric key parser 'x509' registered
[    0.923803] Freeing initrd memory: 43104K
[    0.925308] alg: self-tests for CTR-KDF (hmac(sha256)) passed
[    0.925318] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    0.925334] io scheduler mq-deadline registered
[    0.925335] io scheduler kyber registered
[    0.925345] io scheduler bfq registered
[    0.932478] pcieport 0000:00:01.0: PME: Signaling with IRQ 122
[    0.932619] pcieport 0000:00:07.0: PME: Signaling with IRQ 123
[    0.932629] pcieport 0000:00:07.0: pciehp: Slot #3 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.932759] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.932926] Monitor-Mwait will be used to enter C-1 state
[    0.932930] Monitor-Mwait will be used to enter C-2 state
[    0.932934] Monitor-Mwait will be used to enter C-3 state
[    0.932936] ACPI: \_SB_.PR00: Found 3 idle states
[    0.933680] ACPI: AC: AC Adapter [ACAD] (on-line)
[    0.933721] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    0.933731] ACPI: button: Sleep Button [SLPB]
[    0.933751] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.933760] ACPI: button: Power Button [PWRB]
[    0.933773] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[    0.933790] ACPI: button: Lid Switch [LID0]
[    0.933979] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1668
[    0.936816] thermal LNXTHERM:00: registered as thermal_zone0
[    0.936816] ACPI: thermal: Thermal Zone [THRM] (73 C)
[    0.936997] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.937493] ACPI: battery: Slot [BAT1] (battery present)
[    0.937883] hpet_acpi_add: no address or irqs in _CRS
[    0.937903] Non-volatile memory driver v1.3
[    0.937904] Linux agpgart interface v0.103
[    0.937904] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[    0.938156] ACPI: bus type drm_connector registered
[    0.939637] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.939639] ehci-pci: EHCI PCI platform driver
[    0.939642] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.939643] ohci-pci: OHCI PCI platform driver
[    0.939645] uhci_hcd: USB Universal Host Controller Interface driver
[    0.939663] usbcore: registered new interface driver usbserial_generic
[    0.939665] usbserial: USB Serial support registered for generic
[    0.939711] rtc_cmos 00:01: RTC can wake from S4
[    0.941509] rtc_cmos 00:01: registered as rtc0
[    0.941882] rtc_cmos 00:01: setting system clock to 2022-07-25T19:49:45 UTC (1658778585)
[    0.941889] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
[    0.943140] intel_pstate: Intel P-state driver initializing
[    0.945050] intel_pstate: HWP enabled
[    0.945463] ledtrig-cpu: registered to indicate activity on CPUs
[    0.945640] efifb: probing for efifb
[    0.945648] efifb: framebuffer at 0x4000000000, using 8128k, total 8128k
[    0.945649] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    0.945650] efifb: scrolling: redraw
[    0.945650] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.945680] fbcon: Deferring console take-over
[    0.945681] fb0: EFI VGA frame buffer device
[    0.945698] hid: raw HID events driver (C) Jiri Kosina
[    0.945808] intel_pmc_core INT33A1:00:  initialized
[    0.945877] drop_monitor: Initializing network drop monitor service
[    0.953648] Initializing XFRM netlink socket
[    0.953699] NET: Registered PF_INET6 protocol family
[    0.955956] Segment Routing with IPv6
[    0.955957] RPL Segment Routing with IPv6
[    0.955959] In-situ OAM (IOAM) with IPv6
[    0.955968] NET: Registered PF_PACKET protocol family
[    0.957911] microcode: sig=0x906a3, pf=0x80, revision=0x41c
[    0.958715] microcode: Microcode Update Driver: v2.2.
[    0.958719] IPI shorthand broadcast: enabled
[    0.958728] sched_clock: Marking stable (942099506, 15770791)->(971932421, -14062124)
[    0.959264] registered taskstats version 1
[    0.960996] Loading compiled-in X.509 certificates
[    0.962562] Loaded X.509 cert 'Build time autogenerated kernel key: 94139d29b5e5062a3b6efbdd37afad226b54efe2'
[    0.963110] zswap: loaded using pool lz4/z3fold
[    0.963411] Key type ._fscrypt registered
[    0.963412] Key type .fscrypt registered
[    0.963412] Key type fscrypt-provisioning registered
[    0.963753] integrity: Loading X.509 certificate: UEFI:db
[    0.964218] integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
[    0.964220] integrity: Loading X.509 certificate: UEFI:db
[    0.964307] integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
[    0.964308] integrity: Loading X.509 certificate: UEFI:db
[    0.964319] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    0.964319] integrity: Loading X.509 certificate: UEFI:db
[    0.964328] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    0.964328] integrity: Loading X.509 certificate: UEFI:db
[    0.964409] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[    0.965847] PM:   Magic number: 14:688:850
[    0.965859] cpuid cpu14: hash matches
[    0.965906] processor cpu14: hash matches
[    0.966000] RAS: Correctable Errors collector initialized.
[    0.975881] Freeing unused decrypted memory: 2036K
[    0.976300] Freeing unused kernel image (initmem) memory: 1868K
[    1.013995] Write protecting the kernel read-only data: 28672k
[    1.015501] Freeing unused kernel image (text/rodata gap) memory: 2040K
[    1.016058] Freeing unused kernel image (rodata/data gap) memory: 1276K
[    1.028218] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.028220] rodata_test: all tests were successful
[    1.028223] Run /init as init process
[    1.028224]   with arguments:
[    1.028224]     /init
[    1.028225]   with environment:
[    1.028225]     HOME=/
[    1.028225]     TERM=linux
[    1.028226]     BOOT_IMAGE=/vmlinuz-linux
[    1.054296] fbcon: Taking over console
[    1.054327] Console: switching to colour frame buffer device 240x67
[    1.061791] nvidia: loading out-of-tree module taints kernel.
[    1.062922] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[    1.073462] nvidia-nvlink: Nvlink Core is being initialized, major device number 238

[    1.073648] nvidia 0000:01:00.0: enabling device (0000 -> 0003)
[    1.073740] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
[    1.121541] NVRM: loading NVIDIA UNIX Open Kernel Module for x86_64  515.57  Release Build  (archlinux-builder@)  
[    1.127902] nvidia-modeset: Loading NVIDIA UNIX Open Kernel Mode Setting Driver for x86_64  515.57  Release Build  (archlinux-builder@)  
[    1.133209] nvidia-uvm: Loaded the UVM driver, major device number 236.
[    1.133759] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[    1.151312] NVRM objClInitPcieChipset: *** Chipset Setup Function Error!
[    3.366224] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
[    3.410610] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    3.410613] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    3.412206] vmd 0000:00:0e.0: PCI host bridge to bus 10000:e0
[    3.412209] pci_bus 10000:e0: root bus resource [bus e0-ff]
[    3.412212] pci_bus 10000:e0: root bus resource [mem 0x50000000-0x51ffffff]
[    3.412213] pci_bus 10000:e0: root bus resource [mem 0x622f102000-0x622f1fffff 64bit]
[    3.412231] pci 10000:e0:06.0: [8086:464d] type 01 class 0x060400
[    3.412273] pci 10000:e0:06.0: PME# supported from D0 D3hot D3cold
[    3.412292] pci 10000:e0:06.0: PTM enabled (root), 4ns granularity
[    3.412427] pci 10000:e0:06.0: Adding to iommu group 9
[    3.412446] pci 10000:e0:06.2: [8086:463d] type 01 class 0x060400
[    3.412487] pci 10000:e0:06.2: PME# supported from D0 D3hot D3cold
[    3.412506] pci 10000:e0:06.2: PTM enabled (root), 4ns granularity
[    3.412552] pci 10000:e0:06.2: Adding to iommu group 9
[    3.412563] pci 10000:e0:06.0: Primary bus is hard wired to 0
[    3.412593] pci 10000:e1:00.0: [144d:a809] type 00 class 0x010802
[    3.412609] pci 10000:e1:00.0: reg 0x10: [mem 0x50000000-0x50003fff 64bit]
[    3.412623] serio: i8042 KBD port at 0x60,0x64 irq 1
[    3.412778] pci 10000:e1:00.0: Adding to iommu group 9
[    3.412809] pci 10000:e0:06.0: PCI bridge to [bus e1]
[    3.412811] pci 10000:e0:06.0:   bridge window [io  0x0000-0x0fff]
[    3.412813] pci 10000:e0:06.0:   bridge window [mem 0x50000000-0x500fffff]
[    3.412816] pci 10000:e0:06.2: Primary bus is hard wired to 0
[    3.412840] pci 10000:e2:00.0: [c0a9:5412] type 00 class 0x010802
[    3.412853] pci 10000:e2:00.0: reg 0x10: [mem 0x50100000-0x50103fff 64bit]
[    3.412883] pci 10000:e2:00.0: enabling Extended Tags
[    3.412967] pci 10000:e2:00.0: Adding to iommu group 9
[    3.412990] pci 10000:e0:06.2: PCI bridge to [bus e2]
[    3.412992] pci 10000:e0:06.2:   bridge window [io  0x0000-0x0fff]
[    3.412994] pci 10000:e0:06.2:   bridge window [mem 0x50100000-0x501fffff]
[    3.412997] pci 10000:e0:06.0: Primary bus is hard wired to 0
[    3.413000] pci 10000:e0:06.2: Primary bus is hard wired to 0
[    3.415416] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    3.415421] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
[    3.416468] xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
[    3.416624] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    3.416626] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
[    3.416627] xhci_hcd 0000:00:0d.0: Host supports USB 3.2 Enhanced SuperSpeed
[    3.416646] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18
[    3.416647] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.416648] usb usb1: Product: xHCI Host Controller
[    3.416649] usb usb1: Manufacturer: Linux 5.18.14-arch1-1 xhci-hcd
[    3.416650] usb usb1: SerialNumber: 0000:00:0d.0
[    3.417169] hub 1-0:1.0: USB hub found
[    3.417179] hub 1-0:1.0: 1 port detected
[    3.417319] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.18
[    3.417320] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.417321] usb usb2: Product: xHCI Host Controller
[    3.417321] usb usb2: Manufacturer: Linux 5.18.14-arch1-1 xhci-hcd
[    3.417322] usb usb2: SerialNumber: 0000:00:0d.0
[    3.417356] hub 2-0:1.0: USB hub found
[    3.417361] hub 2-0:1.0: 1 port detected
[    3.417592] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.417595] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    3.418675] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
[    3.418851] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.418852] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    3.418853] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[    3.418867] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18
[    3.418868] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.418869] usb usb3: Product: xHCI Host Controller
[    3.418869] usb usb3: Manufacturer: Linux 5.18.14-arch1-1 xhci-hcd
[    3.418870] usb usb3: SerialNumber: 0000:00:14.0
[    3.418902] hub 3-0:1.0: USB hub found
[    3.418917] hub 3-0:1.0: 12 ports detected
[    3.419720] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.18
[    3.419721] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.419722] usb usb4: Product: xHCI Host Controller
[    3.419723] usb usb4: Manufacturer: Linux 5.18.14-arch1-1 xhci-hcd
[    3.419723] usb usb4: SerialNumber: 0000:00:14.0
[    3.419752] hub 4-0:1.0: USB hub found
[    3.419760] hub 4-0:1.0: 4 ports detected
[    3.420814] pci 10000:e0:06.0: BAR 14: assigned [mem 0x50000000-0x500fffff]
[    3.420816] pci 10000:e0:06.2: BAR 14: assigned [mem 0x50100000-0x501fffff]
[    3.420816] pci 10000:e0:06.0: BAR 13: no space for [io  size 0x1000]
[    3.420817] pci 10000:e0:06.0: BAR 13: failed to assign [io  size 0x1000]
[    3.420818] pci 10000:e0:06.2: BAR 13: no space for [io  size 0x1000]
[    3.420819] pci 10000:e0:06.2: BAR 13: failed to assign [io  size 0x1000]
[    3.420820] pci 10000:e1:00.0: BAR 0: assigned [mem 0x50000000-0x50003fff 64bit]
[    3.420828] pci 10000:e0:06.0: PCI bridge to [bus e1]
[    3.420830] pci 10000:e0:06.0:   bridge window [mem 0x50000000-0x500fffff]
[    3.420834] pci 10000:e2:00.0: BAR 0: assigned [mem 0x50100000-0x50103fff 64bit]
[    3.420840] pci 10000:e0:06.2: PCI bridge to [bus e2]
[    3.420842] pci 10000:e0:06.2:   bridge window [mem 0x50100000-0x501fffff]
[    3.420852] pcieport 10000:e0:06.0: can't derive routing for PCI INT D
[    3.420853] pcieport 10000:e0:06.0: PCI INT D: no GSI
[    3.420881] pcieport 10000:e0:06.0: PME: Signaling with IRQ 146
[    3.420926] pcieport 10000:e0:06.2: can't derive routing for PCI INT B
[    3.420927] pcieport 10000:e0:06.2: PCI INT B: no GSI
[    3.420952] pcieport 10000:e0:06.2: PME: Signaling with IRQ 147
[    3.420996] vmd 0000:00:0e.0: Bound to PCI domain 10000
[    3.427001] nvme nvme0: pci function 10000:e1:00.0
[    3.427011] pcieport 10000:e0:06.0: can't derive routing for PCI INT A
[    3.427014] nvme 10000:e1:00.0: PCI INT A: not connected
[    3.427026] nvme nvme1: pci function 10000:e2:00.0
[    3.427033] pcieport 10000:e0:06.2: can't derive routing for PCI INT A
[    3.427035] nvme 10000:e2:00.0: PCI INT A: no GSI
[    3.428728] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    3.440949] nvme nvme0: Shutdown timeout set to 8 seconds
[    3.467347] nvme nvme0: allocated 64 MiB host memory buffer.
[    3.469753] nvme nvme1: 18/0/0 default/read/poll queues
[    3.475017]  nvme1n1: p1 p2 p4
[    3.521148] nvme nvme0: 12/0/0 default/read/poll queues
[    3.531093]  nvme0n1: p1 p2 p3 p4 p5 p6
[    3.667281] usb 3-2: new full-speed USB device number 2 using xhci_hcd
[    3.730956] EXT4-fs (nvme1n1p2): mounted filesystem with ordered data mode. Quota mode: none.
[    3.813739] usb 3-2: New USB device found, idVendor=046d, idProduct=c53f, bcdDevice=44.01
[    3.813742] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.813743] usb 3-2: Product: USB Receiver
[    3.813744] usb 3-2: Manufacturer: Logitech
[    3.847056] systemd[1]: systemd 251.3-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)
[    3.847060] systemd[1]: Detected architecture x86-64.
[    3.848756] systemd[1]: Hostname set to <poslop-a>.
[    3.885416] systemd-fstab-generator[375]: Mount point  is not a valid path, ignoring.
[    3.886204] systemd-fstab-generator[375]: Mount point  is not a valid path, ignoring.
[    3.930277] systemd[1]: Queued start job for default target Graphical Interface.
[    3.931159] systemd[1]: Created slice Slice /system/getty.
[    3.931319] systemd[1]: Created slice Slice /system/modprobe.
[    3.931416] systemd[1]: Created slice Slice /system/systemd-fsck.
[    3.931488] systemd[1]: Created slice User and Session Slice.
[    3.931522] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    3.931548] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.931609] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    3.931634] systemd[1]: Reached target Local Encrypted Volumes.
[    3.931649] systemd[1]: Reached target Login Prompts.
[    3.931662] systemd[1]: Reached target Local Integrity Protected Volumes.
[    3.931679] systemd[1]: Reached target Preparation for Network.
[    3.931694] systemd[1]: Reached target Remote File Systems.
[    3.931707] systemd[1]: Reached target Slice Units.
[    3.931721] systemd[1]: Reached target Swaps.
[    3.931735] systemd[1]: Reached target Local Verity Protected Volumes.
[    3.931768] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    3.931887] systemd[1]: Listening on LVM2 poll daemon socket.
[    3.932347] systemd[1]: Listening on Process Core Dump Socket.
[    3.932410] systemd[1]: Listening on Journal Audit Socket.
[    3.932450] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.932487] systemd[1]: Listening on Journal Socket.
[    3.932606] systemd[1]: Listening on udev Control Socket.
[    3.932636] systemd[1]: Listening on udev Kernel Socket.
[    3.932959] systemd[1]: Mounting Huge Pages File System...
[    3.933303] systemd[1]: Mounting POSIX Message Queue File System...
[    3.933648] systemd[1]: Mounting Kernel Debug File System...
[    3.933976] systemd[1]: Mounting Kernel Trace File System...
[    3.934625] systemd[1]: Mounting Temporary Directory /tmp...
[    3.935002] systemd[1]: Starting Create List of Static Device Nodes...
[    3.935352] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    3.935697] systemd[1]: Starting Load Kernel Module configfs...
[    3.936100] systemd[1]: Starting Load Kernel Module drm...
[    3.936461] systemd[1]: Starting Load Kernel Module fuse...
[    3.936501] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[    3.937096] usb 3-7: new high-speed USB device number 3 using xhci_hcd
[    3.937684] systemd[1]: Starting Journal Service...
[    3.938427] systemd[1]: Starting Load Kernel Modules...
[    3.938799] systemd[1]: Starting Remount Root and Kernel File Systems...
[    3.938849] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
[    3.939143] systemd[1]: Starting Coldplug All udev Devices...
[    3.939696] systemd[1]: Mounted Huge Pages File System.
[    3.939747] systemd[1]: Mounted POSIX Message Queue File System.
[    3.939782] systemd[1]: Mounted Kernel Debug File System.
[    3.939812] systemd[1]: Mounted Kernel Trace File System.
[    3.939844] systemd[1]: Mounted Temporary Directory /tmp.
[    3.939917] systemd[1]: Finished Create List of Static Device Nodes.
[    3.940033] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    3.940077] systemd[1]: Finished Load Kernel Module configfs.
[    3.940168] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    3.940207] systemd[1]: Finished Load Kernel Module drm.
[    3.940562] systemd[1]: Mounting Kernel Configuration File System...
[    3.941102] EXT4-fs (nvme1n1p2): re-mounted. Quota mode: none.
[    3.941437] systemd[1]: Finished Remount Root and Kernel File Systems.
[    3.941507] systemd[1]: Mounted Kernel Configuration File System.
[    3.941554] systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
[    3.942515] systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
[    3.942678] fuse: init (API version 7.36)
[    3.943583] systemd[1]: Starting Load/Save Random Seed...
[    3.943650] systemd[1]: Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
[    3.944024] systemd[1]: Starting Create Static Device Nodes in /dev...
[    3.944214] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    3.944274] systemd[1]: Finished Load Kernel Module fuse.
[    3.944321] audit: type=1130 audit(1658778588.500:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.944325] audit: type=1131 audit(1658778588.500:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.944709] systemd[1]: Mounting FUSE Control File System...
[    3.945438] systemd[1]: Mounted FUSE Control File System.
[    3.947665] Asymmetric key parser 'pkcs8' registered
[    3.947900] systemd[1]: Finished Load/Save Random Seed.
[    3.948238] audit: type=1130 audit(1658778588.503:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.948321] systemd[1]: Finished Load Kernel Modules.
[    3.948649] audit: type=1130 audit(1658778588.503:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.948681] systemd[1]: First Boot Complete was skipped because of a failed condition check (ConditionFirstBoot=yes).
[    3.949031] systemd[1]: Starting Apply Kernel Variables...
[    3.951925] systemd[1]: Finished Apply Kernel Variables.
[    3.952552] audit: type=1130 audit(1658778588.506:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.958822] systemd[1]: Finished Create Static Device Nodes in /dev.
[    3.959184] audit: type=1130 audit(1658778588.513:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.959210] systemd[1]: Started Journal Service.
[    3.959570] audit: type=1130 audit(1658778588.513:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.960770] audit: type=1334 audit(1658778588.516:9): prog-id=9 op=LOAD
[    3.960789] audit: type=1334 audit(1658778588.516:10): prog-id=10 op=LOAD
[    3.962888] systemd-journald[395]: Received client request to flush runtime journal.
[    4.150209] usb 3-7: New USB device found, idVendor=322e, idProduct=202c, bcdDevice= 1.03
[    4.150217] usb 3-7: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[    4.150220] usb 3-7: Product: USB2.0 HD UVC WebCam
[    4.150222] usb 3-7: Manufacturer: Sonix Technology Co., Ltd.
[    4.277284] usb 3-9: new full-speed USB device number 4 using xhci_hcd
[    4.513017] usb 3-9: New USB device found, idVendor=0b05, idProduct=6203, bcdDevice= 1.07
[    4.513029] usb 3-9: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.513033] usb 3-9: Product: C-Media(R) Audio
[    4.513036] usb 3-9: Manufacturer: ASUSTeK COMPUTER INC.
[    4.643908] usb 3-10: new full-speed USB device number 5 using xhci_hcd
[    4.794090] usb 3-10: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02
[    4.794101] usb 3-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.862420] Consider using thermal netlink events interface
[    4.864492] input: Intel HID events as /devices/platform/INTC1070:00/input/input4
[    4.864660] intel-hid INTC1070:00: platform supports 5 button array
[    4.864698] input: Intel HID 5 button array as /devices/platform/INTC1070:00/input/input5
[    5.301261] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    5.301368] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    5.309294] resource sanity check: requesting [mem 0xfedc0000-0xfedcffff], which spans more than pnp 00:04 [mem 0xfedc0000-0xfedc7fff]
[    5.309300] caller igen6_probe+0x19d/0x7e0 [igen6_edac] mapping multiple BARs
[    5.309340] EDAC MC0: Giving out device to module igen6_edac controller Intel_client_SoC MC#0: DEV 0000:00:00.0 (INTERRUPT)
[    5.309372] EDAC MC1: Giving out device to module igen6_edac controller Intel_client_SoC MC#1: DEV 0000:00:00.0 (INTERRUPT)
[    5.309387] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[    5.309388] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[    5.309396] EDAC igen6 MC1: HANDLING IBECC MEMORY ERROR
[    5.309397] EDAC igen6 MC1: ADDR 0x7fffffffe0 
[    5.309439] EDAC igen6: v2.5
[    5.333661] proc_thermal_pci 0000:00:04.0: enabling device (0000 -> 0002)
[    5.334417] intel_rapl_common: Found RAPL domain package
[    5.454423] tun: Universal TUN/TAP device driver, 1.6
[    5.456211] ACPI: bus type thunderbolt registered
[    5.471652] kauditd_printk_skb: 29 callbacks suppressed
[    5.471654] audit: type=1130 audit(1658778590.026:40): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=tailscaled comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.474822] Setting dangerous option enable_guc - tainting kernel
[    5.474824] Setting dangerous option enable_fbc - tainting kernel
[    5.475232] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/0003:046D:C53F.0001/input/input6
[    5.478872] i915 0000:00:02.0: [drm] VT-d active for gfx access
[    5.478933] Console: switching to colour dummy device 80x25
[    5.478959] i915 0000:00:02.0: vgaarb: deactivate vga console
[    5.478984] i915 0000:00:02.0: [drm] Transparent Hugepage mode 'huge=within_size'
[    5.479311] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    5.482480] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adlp_dmc_ver2_14.bin (v2.14)
[    5.484871] [drm] Got external EDID base block and 1 extension from "edid/edid.bin" for connector "eDP-2"
[    5.487215] audit: type=1130 audit(1658778590.043:41): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=battery-limit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[    5.490494] intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
[    5.490798] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    5.513768] intel-lpss 0000:00:15.2: enabling device (0004 -> 0006)
[    5.514025] idma64 idma64.1: Found Intel integrated DMA 64-bit
[    5.534119] hid-generic 0003:046D:C53F.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-2/input0
[    5.536791] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.1/0003:046D:C53F.0002/input/input7
[    5.536930] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.1/0003:046D:C53F.0002/input/input8
[    5.585495] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[    5.585700] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[    5.585742] snd_hda_intel 0000:01:00.1: Disabling MSI
[    5.585746] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    5.590478] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.1/0003:046D:C53F.0002/input/input9
[    5.590536] hid-generic 0003:046D:C53F.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-2/input1
[    5.592715] hid-generic 0003:046D:C53F.0003: hiddev97,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-2/input2
[    5.595729] input: ASUSTeK COMPUTER INC. C-Media(R) Audio as /devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.3/0003:0B05:6203.0004/input/input11
[    5.596658] i915 0000:00:02.0: [drm] GuC firmware i915/adlp_guc_69.0.3.bin version 69.0
[    5.596663] i915 0000:00:02.0: [drm] HuC firmware i915/tgl_huc_7.9.3.bin version 7.9
[    5.598115] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    5.598208] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    5.598320] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    5.598322] cfg80211: failed to load regulatory.db
[    5.612980] i915 0000:00:02.0: [drm] HuC authenticated
[    5.613275] i915 0000:00:02.0: [drm] GuC submission enabled
[    5.613276] i915 0000:00:02.0: [drm] GuC SLPC enabled
[    5.613513] i915 0000:00:02.0: [drm] GuC RC: enabled
[    5.614073] i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
[    5.615133] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 1
[    5.615268] ACPI: video: Video Device [PEGP] (multi-head: no  rom: yes  post: no)
[    5.615426] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input17
[    5.642896] input: ASUF1204:00 2808:0104 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-13/i2c-ASUF1204:00/0018:2808:0104.0005/input/input18
[    5.650935] hid-generic 0003:0B05:6203.0004: input,hidraw3: USB HID v1.11 Device [ASUSTeK COMPUTER INC. C-Media(R) Audio] on usb-0000:00:14.0-9/input3
[    5.650982] usbcore: registered new interface driver usbhid
[    5.650985] usbhid: USB HID core driver
[    5.650989] input: ASUF1204:00 2808:0104 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-13/i2c-ASUF1204:00/0018:2808:0104.0005/input/input19
[    5.651018] hid-generic 0018:2808:0104.0005: input,hidraw4: I2C HID v1.00 Mouse [ASUF1204:00 2808:0104] on i2c-ASUF1204:00
[    5.651697] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    5.651931] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input22
[    5.652108] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    5.657291] fbcon: i915drmfb (fb0) is primary device
[    5.657372] Console: switching to colour frame buffer device 240x67
[    5.657377] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    5.668824] input: ITE5570:00 048D:8051 as /devices/pci0000:00/0000:00:15.2/i2c_designware.1/i2c-14/i2c-ITE5570:00/0018:048D:8051.0006/input/input23
[    5.669199] hid-generic 0018:048D:8051.0006: input,hidraw5: I2C HID v1.00 Device [ITE5570:00 048D:8051] on i2c-ITE5570:00
[    5.715046] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input12
[    5.715143] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input13
[    5.715204] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input14
[    5.715283] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15
[    5.715381] input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16
[    5.719490] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    5.728204] e1000e: Intel(R) PRO/1000 Network Driver
[    5.728205] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    5.728236] e1000e 0000:00:1f.6: enabling device (0000 -> 0002)
[    5.728441] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    5.744684] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24
[    5.744732] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input25
[    5.744769] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input26
[    5.744803] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input27
[    5.744835] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input28
[    5.744867] input: HDA Intel PCH HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input29
[    5.744899] input: HDA Intel PCH HDMI/DP,pcm=12 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input30
[    5.744933] input: HDA Intel PCH HDMI/DP,pcm=13 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input31
[    5.744968] input: HDA Intel PCH HDMI/DP,pcm=14 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input32
[    5.745002] input: HDA Intel PCH HDMI/DP,pcm=15 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input33
[    5.745037] input: HDA Intel PCH HDMI/DP,pcm=16 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input34
[    5.745073] input: HDA Intel PCH HDMI/DP,pcm=17 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input35
[    5.789250] i801_smbus 0000:00:1f.4: enabling device (0001 -> 0003)
[    5.789370] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    5.789484] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    5.791345] Intel(R) Wireless WiFi driver for Linux
[    5.791425] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[    5.792607] i2c i2c-18: 2/2 memory slots populated (from DMI)
[    5.792608] i2c i2c-18: Memory type 0x22 not supported yet, not instantiating SPD
[    5.794573] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-hr-b0-72.ucode failed with error -2
[    5.821669] iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
[    5.821677] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.0.2.36
[    5.821863] iwlwifi 0000:00:14.3: loaded firmware version 71.058653f6.0 so-a0-hr-b0-71.ucode op_mode iwlmvm
[    5.837716] audit: type=1130 audit(1658778590.393:42): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=battery-limit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.837719] audit: type=1131 audit(1658778590.393:43): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=battery-limit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.840491] audit: type=1130 audit(1658778590.396:44): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=battery-limit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[    5.911908] iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz, REV=0x370
[    5.911944] thermal thermal_zone6: failed to read out thermal zone (-61)
[    6.026641] iwlwifi 0000:00:14.3: Detected RF HR B5, rfid=0x10a100
[    6.094600] iwlwifi 0000:00:14.3: base HW address: 60:e3:2b:ac:15:9d
[    6.165660] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[    6.191522] audit: type=1130 audit(1658778590.746:45): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=battery-limit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.191530] audit: type=1131 audit(1658778590.746:46): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=battery-limit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.196958] audit: type=1130 audit(1658778590.750:47): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=battery-limit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[    6.239644] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 50:eb:f6:e4:c6:70
[    6.239649] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[    6.239787] e1000e 0000:00:1f.6 eth0: MAC: 15, PHY: 12, PBA No: FFFFFF-0FF
[    6.305287] audit: type=1130 audit(1658778590.860:48): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=battery-limit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.305296] audit: type=1131 audit(1658778590.860:49): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=battery-limit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.547249] ucsi_acpi USBC000:00: PPM init failed (-110)
[    8.369131] input: PC Speaker as /devices/platform/pcspkr/input/input36
[    8.389292] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
[    8.389294] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    8.389294] RAPL PMU: hw unit of domain package 2^-14 Joules
[    8.389295] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    8.462369] cryptd: max_cpu_qlen set to 1000
[    8.473236] AVX2 version of gcm_enc/dec engaged.
[    8.473270] AES CTR mode by8 optimization enabled
[    8.675752] intel_tcc_cooling: Programmable TCC Offset detected
[    9.789300] mc: Linux media interface: v0.10
[    9.795881] videodev: Linux video capture interface: v2.00
[    9.813700] usb 3-7: Found UVC 1.00 device USB2.0 HD UVC WebCam (322e:202c)
[    9.814062] usb 3-7: Failed to query (GET_INFO) UVC control 2 on unit 2: -32 (exp. 1).
[    9.815332] usb 3-7: Failed to query (GET_INFO) UVC control 3 on unit 2: -32 (exp. 1).
[    9.816360] usb 3-7: Failed to query (GET_INFO) UVC control 6 on unit 2: -32 (exp. 1).
[    9.817403] usb 3-7: Failed to query (GET_INFO) UVC control 7 on unit 2: -32 (exp. 1).
[    9.818704] usb 3-7: Failed to query (GET_INFO) UVC control 8 on unit 2: -32 (exp. 1).
[    9.819734] usb 3-7: Failed to query (GET_INFO) UVC control 9 on unit 2: -32 (exp. 1).
[    9.820742] usb 3-7: Failed to query (GET_INFO) UVC control 10 on unit 2: -32 (exp. 1).
[    9.821931] usb 3-7: Failed to query (GET_INFO) UVC control 1 on unit 2: -32 (exp. 1).
[    9.822959] usb 3-7: Failed to query (GET_INFO) UVC control 4 on unit 2: -32 (exp. 1).
[    9.824004] usb 3-7: Failed to query (GET_INFO) UVC control 5 on unit 2: -32 (exp. 1).
[    9.824990] usb 3-7: Failed to query (GET_INFO) UVC control 11 on unit 2: -32 (exp. 1).
[    9.826038] usb 3-7: Failed to query (GET_INFO) UVC control 2 on unit 1: -32 (exp. 1).
[    9.827003] usb 3-7: Failed to query (GET_INFO) UVC control 3 on unit 1: -32 (exp. 1).
[    9.827968] usb 3-7: Failed to query (GET_INFO) UVC control 4 on unit 1: -32 (exp. 1).
[    9.829298] usb 3-7: UVC non compliance - GET_DEF(PROBE) not supported. Enabling workaround.
[    9.829809] uvcvideo 3-7:1.1: Failed to query (129) UVC probe control : -32 (exp. 26).
[    9.829817] uvcvideo 3-7:1.1: Failed to initialize the device (-5).
[    9.829843] usbcore: registered new interface driver uvcvideo
[    9.904619] Bluetooth: Core ver 2.22
[    9.904633] NET: Registered PF_BLUETOOTH protocol family
[    9.904633] Bluetooth: HCI device and connection manager initialized
[    9.904636] Bluetooth: HCI socket layer initialized
[    9.904637] Bluetooth: L2CAP socket layer initialized
[    9.904639] Bluetooth: SCO socket layer initialized
[    9.911247] usbcore: registered new interface driver snd-usb-audio
[    9.979032] intel_rapl_msr: PL4 support detected.
[    9.979052] intel_rapl_common: Found RAPL domain package
[    9.979054] intel_rapl_common: Found RAPL domain core
[    9.979055] intel_rapl_common: Found RAPL domain uncore
[    9.981007] asus_wmi: ASUS WMI generic driver loaded
[    9.983379] asus_wmi: Initialization: 0x1
[    9.983709] asus_wmi: SFUN value: 0x21
[    9.983710] asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
[    9.983712] asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
[    9.988705] asus-nb-wmi asus-nb-wmi: Using throttle_thermal_policy for platform_profile support
[    9.994217] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input37
[   10.031563] usbcore: registered new interface driver btusb
[   10.034024] Bluetooth: hci0: Device revision is 2
[   10.034032] Bluetooth: hci0: Secure boot is enabled
[   10.034034] Bluetooth: hci0: OTP lock is enabled
[   10.034036] Bluetooth: hci0: API lock is enabled
[   10.034037] Bluetooth: hci0: Debug lock is disabled
[   10.034038] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[   10.034042] Bluetooth: hci0: Bootloader timestamp 2019.40 buildtype 1 build 38
[   10.067592] Bluetooth: hci0: Found device firmware: intel/ibt-0040-4150.sfi
[   10.067612] Bluetooth: hci0: Boot Address: 0x100800
[   10.067613] Bluetooth: hci0: Firmware Version: 118-22.22
[   10.261259] logitech-djreceiver 0003:046D:C53F.0001: hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-2/input0
[   10.288651] ACPI: battery: new extension: ASUS Battery Extension
[   10.317879] logitech-djreceiver 0003:046D:C53F.0003: hiddev97,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-2/input2
[   10.373026] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[   10.374586] mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
[   10.378726] logitech-djreceiver 0003:046D:C53F.0003: device of type eQUAD Lightspeed 1.1 (0x0d) connected on slot 1
[   10.378908] input: Logitech Wireless Mouse PID:4074 Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.2/0003:046D:C53F.0003/0003:046D:4074.0007/input/input38
[   10.394222] logitech-djreceiver 0003:046D:C53F.0002: hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-2/input1
[   10.427243] input: Logitech Wireless Mouse PID:4074 Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.2/0003:046D:C53F.0003/0003:046D:4074.0007/input/input39
[   10.469494] spi-nor spi0.0: BFPT parsing failed. Please consider using SPI_NOR_SKIP_SFDP when declaring the flash
[   10.469496] spi-nor: probe of spi0.0 failed with error -524
[   10.473886] hid-generic 0003:046D:4074.0007: input,hidraw4: USB HID v1.11 Keyboard [Logitech Wireless Mouse PID:4074] on usb-0000:00:14.0-2/input2:1
[   10.473901] mousedev: PS/2 mouse device common for all mice
[   10.478842] e1000e 0000:00:1f.6 eno2: renamed from eth0
[   10.499916] input: ASUF1204:00 2808:0104 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-13/i2c-ASUF1204:00/0018:2808:0104.0005/input/input43
[   10.500074] input: ASUF1204:00 2808:0104 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-13/i2c-ASUF1204:00/0018:2808:0104.0005/input/input44
[   10.500122] hid-multitouch 0018:2808:0104.0005: input,hidraw6: I2C HID v1.00 Mouse [ASUF1204:00 2808:0104] on i2c-ASUF1204:00
[   10.530044] kauditd_printk_skb: 87 callbacks suppressed
[   10.530047] audit: type=1130 audit(1658778595.083:135): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.537481] audit: type=1130 audit(1658778595.093:136): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@leds:asus::kbd_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.547165] audit: type=1130 audit(1658778595.103:137): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.547644] iTCO_vendor_support: vendor-support=0
[   10.552316] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   10.552317] Bluetooth: BNEP filters: protocol multicast
[   10.552320] Bluetooth: BNEP socket layer initialized
[   10.554088] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
[   10.554171] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   10.731031] audit: type=1131 audit(1658778595.286:138): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@1-820-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.862998] input: Logitech G305 as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.2/0003:046D:C53F.0003/0003:046D:4074.0007/input/input47
[   10.863432] logitech-hidpp-device 0003:046D:4074.0007: input,hidraw4: USB HID v1.11 Keyboard [Logitech G305] on usb-0000:00:14.0-2/input2:1
[   10.926658] audit: type=1130 audit(1658778595.480:139): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.972416] audit: type=1131 audit(1658778595.526:140): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[   11.150564] audit: type=1334 audit(1658778595.703:141): prog-id=0 op=UNLOAD
[   11.150578] audit: type=1334 audit(1658778595.703:142): prog-id=0 op=UNLOAD
[   11.150586] audit: type=1334 audit(1658778595.703:143): prog-id=0 op=UNLOAD
[   11.305489] audit: type=1130 audit(1658778595.860:144): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.630758] Bluetooth: hci0: Waiting for firmware download to complete
[   11.631822] Bluetooth: hci0: Firmware loaded in 1527564 usecs
[   11.631931] Bluetooth: hci0: Waiting for device to boot
[   11.650038] Bluetooth: hci0: Malformed MSFT vendor event: 0x02
[   11.650047] Bluetooth: hci0: Device booted in 17766 usecs
[   11.654606] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-0040-4150.ddc
[   11.657161] Bluetooth: hci0: Applying Intel DDC parameters completed
[   11.660085] Bluetooth: hci0: Firmware timestamp 2022.22 buildtype 1 build 44918
[   11.766529] NET: Registered PF_ALG protocol family
[   14.087582] e1000e 0000:00:1f.6 eno2: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[   14.087831] IPv6: ADDRCONF(NETDEV_CHANGE): eno2: link becomes ready
[   15.536142] kauditd_printk_skb: 5 callbacks suppressed
[   15.536151] audit: type=1131 audit(1658778600.090:150): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   16.122379] audit: type=1130 audit(1658778600.676:151): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   18.335608] audit: type=1325 audit(1658778602.880:152): table=filter family=2 entries=0 op=xt_register pid=984 comm="iptables"
[   18.335932] audit: type=1300 audit(1658778602.880:152): arch=c000003e syscall=55 success=yes exit=0 a0=4 a1=0 a2=40 a3=7ffc784bbf20 items=0 ppid=568 pid=984 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
[   18.335941] audit: type=1327 audit(1658778602.880:152): proctitle=2F7573722F62696E2F69707461626C6573002D740066696C746572002D4E0074732D696E707574002D2D77616974
[   18.336014] audit: type=1325 audit(1658778602.890:153): table=filter family=2 entries=4 op=xt_replace pid=984 comm="iptables"
[   18.336028] audit: type=1300 audit(1658778602.890:153): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=561696149970 items=0 ppid=568 pid=984 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
[   18.336032] audit: type=1327 audit(1658778602.890:153): proctitle=2F7573722F62696E2F69707461626C6573002D740066696C746572002D4E0074732D696E707574002D2D77616974
[   18.337061] audit: type=1325 audit(1658778602.890:154): table=filter family=2 entries=6 op=xt_replace pid=987 comm="iptables"
[   18.337074] audit: type=1300 audit(1658778602.890:154): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=559dfc137b40 items=0 ppid=568 pid=987 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
[   26.133161] kauditd_printk_skb: 97 callbacks suppressed
[   26.133167] audit: type=1131 audit(1658778610.686:187): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   36.512826] audit: type=1100 audit(1658778621.117:188): pid=973 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="poslop" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[   36.512895] audit: type=1101 audit(1658778621.117:189): pid=973 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="poslop" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[   36.544080] audit: type=1106 audit(1658778621.151:190): pid=944 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[   36.544100] audit: type=1104 audit(1658778621.151:191): pid=944 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[   36.547588] audit: type=1103 audit(1658778621.151:192): pid=973 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="poslop" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[   36.547616] audit: type=1006 audit(1658778621.151:193): pid=973 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[   36.547621] audit: type=1300 audit(1658778621.151:193): arch=c000003e syscall=1 success=yes exit=4 a0=9 a1=7ffd65ef2900 a2=4 a3=7ffd65ef2614 items=0 ppid=898 pid=973 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="lightdm" exe="/usr/bin/lightdm" key=(null)
[   36.547624] audit: type=1327 audit(1658778621.151:193): proctitle=6C69676874646D002D2D73657373696F6E2D6368696C64003132003139
[   36.559426] audit: type=1130 audit(1658778621.165:194): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   36.562920] audit: type=1101 audit(1658778621.169:195): pid=1047 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="poslop" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   37.719183] Bluetooth: RFCOMM TTY layer initialized
[   37.719187] Bluetooth: RFCOMM socket layer initialized
[   37.719190] Bluetooth: RFCOMM ver 1.11
[   41.599770] logitech-hidpp-device 0003:046D:4074.0007: HID++ 4.2 device connected.
[   46.535390] kauditd_printk_skb: 12 callbacks suppressed
[   46.535394] audit: type=1131 audit(1658778631.381:206): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@973 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   46.542546] audit: type=1131 audit(1658778631.391:207): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@973 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  433.386121] audit: type=1130 audit(1658779018.339:208): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=fstrim comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  433.386135] audit: type=1131 audit(1658779018.339:209): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=fstrim comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  905.935505] audit: type=1130 audit(1658779490.897:210): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  905.935510] audit: type=1131 audit(1658779490.897:211): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1724.952084] audit: type=1100 audit(1658780309.928:212): pid=2955 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="poslop" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1724.952088] audit: type=1101 audit(1658780309.928:213): pid=2955 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="poslop" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1724.952878] audit: type=1110 audit(1658780309.928:214): pid=2955 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1724.954249] audit: type=1105 audit(1658780309.928:215): pid=2955 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1724.964183] audit: type=1106 audit(1658780309.938:216): pid=2955 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1724.964186] audit: type=1104 audit(1658780309.938:217): pid=2955 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1758.798960] audit: type=1101 audit(1658780343.772:218): pid=2989 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="poslop" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1758.799678] audit: type=1110 audit(1658780343.772:219): pid=2989 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1758.801187] audit: type=1105 audit(1658780343.776:220): pid=2989 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'

Offline

Board footer

Powered by FluxBB