Struggling to install nvidia and optimus

Have you tried the install like this? Install Nvidia drivers. Don’t reboot. Add all the optional enhancements first including the hook package which can be installed via the eos repo package. Then after install optimus-manager.

This is normally how i would try do it.

1 Like

What do you mean ?

sudo nvidia-installer-dkms
sudo pacman -S nvidia-hook
yay -S optimus-manager optimus-manager-qt
reboot

When I’ll do that I have the framebuffer error in X11. So I give the busID to the x configuration : then I have the libinput error in Xorg.0.log.

I have read the post that tell to flash the bios, but It seem to be the last version.
Best regards

I wish i could be more help. Have you checked this info re optimus-manager?

Important notes :

  • Custom Xorg config : optimus-manager works by auto-generating a Xorg configuration file and putting it into /etc/X11/xorg.conf.d/. If you already have custom Xorg configuration files at that location or at /etc/X11/xorg.conf , it is strongly advised that you remove anything GPU-related from them to make sure that they do not interfere with the GPU switching process.
  • Nvidia-generated Xorg config : Similarly, if you have ever used the nvidia-xonfig utility or the Save to X Configuration File button in the Nvidia control panel, a Xorg config file may have been generated at /etc/X11/xorg.conf . It is highly recommended to delete it before trying to switch GPUs.

Edit:

1 Like

Thank for your attention @ricklinux !

I will explain why I add a config file despite of having reading the optimus-manager wiki.

Begining

The config that is working for me is when I install nvidia-installer-dkms -b.

$ ls /etc/X11/xorg.conf.d/
00-keyboard.conf
ls /usr/share/X11/xorg.conf.d/
10-nvidia-drm-outputclass.conf  30-touchpad.conf                
10-quirks.conf                  40-libinput.conf   

My X11 give me
Processing: Xorg.0.log…

     1.267] 
This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.
[     1.267] 
X.Org X Server 1.21.1.1
X Protocol Version 11, Revision 0
[     1.267] Current Operating System: Linux portableG 5.14.16-arch1-1 #1 SMP PREEMPT Tue, 02 Nov 2021 22:22:59 +0000 x86_64
[     1.267] Kernel command line: BOOT_IMAGE=/@/boot/vmlinuz-linux root=UUID=23424483-c25e-43e8-85b4-714d1a86800d rw rootflags=subvol=@ quiet loglevel=3 nowatchdog nvidia-drm.modeset=1 "acpi_osi=windows 2013"
[     1.267]  
[     1.267] Current version of pixman: 0.40.0
[     1.267] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     1.267] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     1.267] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Nov 11 11:08:07 2021
[     1.267] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     1.267] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     1.267] (==) No Layout section.  Using the first Screen section.
[     1.267] (==) No screen section available. Using defaults.
[     1.267] (**) |-->Screen "Default Screen Section" (0)
[     1.267] (**) |   |-->Monitor "<default monitor>"
[     1.267] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     1.267] (==) Automatically adding devices
[     1.267] (==) Automatically enabling devices
[     1.267] (==) Automatically adding GPU devices
[     1.267] (==) Automatically binding GPU devices
[     1.267] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     1.274] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/Type1,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[     1.274] (==) ModulePath set to "/usr/lib/xorg/modules"
[     1.274] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     1.274] (II) Module ABI versions:
[     1.274] 	X.Org ANSI C Emulation: 0.4
[     1.274] 	X.Org Video Driver: 25.2
[     1.274] 	X.Org XInput driver : 24.4
[     1.274] 	X.Org Server Extension : 10.0
[     1.274] (++) using VT number 7

[     1.274] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     1.277] (--) PCI:*(0@0:2:0) 8086:9a68:1043:16f2 rev 1, Mem @ 0x622e000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[     1.277] (--) PCI: (1@0:0:0) 10de:2520:1043:16f2 rev 161, Mem @ 0x85000000/16777216, 0x6000000000/8589934592, 0x6200000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[     1.277] (II) Open ACPI successful (/var/run/acpid.socket)
[     1.277] (II) LoadModule: "glx"
[     1.277] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     1.283] (II) Module glx: vendor="X.Org Foundation"
[     1.283] 	compiled for 1.21.1.1, module version = 1.0.0
[     1.283] 	ABI class: X.Org Server Extension, version 10.0
[     1.283] (==) Matched intel as autoconfigured driver 0
[     1.283] (==) Matched modesetting as autoconfigured driver 1
[     1.283] (==) Matched fbdev as autoconfigured driver 2
[     1.283] (==) Matched vesa as autoconfigured driver 3
[     1.283] (==) Assigned the driver to the xf86ConfigLayout
[     1.283] (II) LoadModule: "intel"
[     1.283] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[     1.285] (II) Module intel: vendor="X.Org Foundation"
[     1.285] 	compiled for 1.21.1.1, module version = 2.99.917
[     1.285] 	Module class: X.Org Video Driver
[     1.285] 	ABI class: X.Org Video Driver, version 25.2
[     1.285] (II) LoadModule: "modesetting"
[     1.285] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     1.288] (II) Module modesetting: vendor="X.Org Foundation"
[     1.288] 	compiled for 1.21.1.1, module version = 1.21.1
[     1.288] 	Module class: X.Org Video Driver
[     1.288] 	ABI class: X.Org Video Driver, version 25.2
[     1.288] (II) LoadModule: "fbdev"
[     1.288] (WW) Warning, couldn't open module fbdev
[     1.288] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     1.288] (II) LoadModule: "vesa"
[     1.288] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[     1.288] (II) Module vesa: vendor="X.Org Foundation"
[     1.288] 	compiled for 1.21.1.1, module version = 2.5.0
[     1.289] 	Module class: X.Org Video Driver
[     1.289] 	ABI class: X.Org Video Driver, version 25.2
[     1.289] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[     1.289] (II) intel: Driver for Intel(R) HD Graphics
[     1.289] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[     1.289] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[     1.289] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     1.289] (II) VESA: driver for VESA chipsets: vesa
[     1.435] intel: waited 140 ms for i915.ko driver to load
[     1.436] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20201103
[     1.436] (II) intel(0): SNA compiled from 2.99.917-916-g31486f40
[     1.449] (WW) Falling back to old probe method for modesetting
[     1.450] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics
[     1.450] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 6 threads
[     1.450] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     1.450] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[     1.450] (==) intel(0): RGB weight 888
[     1.450] (==) intel(0): Default visual is TrueColor
[     1.450] (II) intel(0): Output eDP1 has no monitor section
[     1.450] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[     1.450] (II) intel(0): Enabled output eDP1
[     1.450] (II) intel(0): Output HDMI1 has no monitor section
[     1.450] (II) intel(0): Enabled output HDMI1
[     1.450] (II) intel(0): Output DP1 has no monitor section
[     1.450] (II) intel(0): Enabled output DP1
[     1.450] (II) intel(0): Output HDMI2 has no monitor section
[     1.450] (II) intel(0): Enabled output HDMI2
[     1.450] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[     1.450] (II) intel(0): Output VIRTUAL1 has no monitor section
[     1.450] (II) intel(0): Enabled output VIRTUAL1
[     1.450] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0
[     1.450] (==) intel(0): TearFree enabled
[     1.450] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[     1.450] (--) intel(0): Display dimensions: (340, 190) mm
[     1.450] (--) intel(0): DPI set to (143, 144)
[     1.450] (II) Loading sub module "dri3"
[     1.450] (II) LoadModule: "dri3"
[     1.450] (II) Module "dri3" already built-in
[     1.450] (II) Loading sub module "dri2"
[     1.450] (II) LoadModule: "dri2"
[     1.450] (II) Module "dri2" already built-in
[     1.450] (II) Loading sub module "present"
[     1.450] (II) LoadModule: "present"
[     1.450] (II) Module "present" already built-in
[     1.451] (II) UnloadModule: "modesetting"
[     1.451] (II) Unloading modesetting
[     1.451] (II) UnloadModule: "vesa"
[     1.451] (II) Unloading vesa
[     1.451] (II) intel(0): SNA initialized with generic backend
[     1.451] (==) intel(0): Backing store enabled
[     1.451] (==) intel(0): Silken mouse enabled
[     1.451] (II) intel(0): HW Cursor enabled
[     1.451] (==) intel(0): DPMS enabled
[     1.451] (==) intel(0): Display hotplug detection enabled
[     1.451] (II) intel(0): Textured video not supported on this hardware or backend
[     1.451] (II) intel(0): [DRI2] Setup complete
[     1.451] (II) intel(0): [DRI2]   DRI driver: i965
[     1.451] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[     1.451] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[     1.451] (II) intel(0): hardware support for Present enabled
[     1.451] (II) Initializing extension Generic Event Extension
[     1.451] (II) Initializing extension SHAPE
[     1.451] (II) Initializing extension MIT-SHM
[     1.451] (II) Initializing extension XInputExtension
[     1.451] (II) Initializing extension XTEST
[     1.451] (II) Initializing extension BIG-REQUESTS
[     1.451] (II) Initializing extension SYNC
[     1.451] (II) Initializing extension XKEYBOARD
[     1.451] (II) Initializing extension XC-MISC
[     1.451] (II) Initializing extension SECURITY
[     1.451] (II) Initializing extension XFIXES
[     1.452] (II) Initializing extension RENDER
[     1.452] (II) Initializing extension RANDR
[     1.452] (II) Initializing extension COMPOSITE
[     1.452] (II) Initializing extension DAMAGE
[     1.452] (II) Initializing extension MIT-SCREEN-SAVER
[     1.452] (II) Initializing extension DOUBLE-BUFFER
[     1.452] (II) Initializing extension RECORD
[     1.452] (II) Initializing extension DPMS
[     1.452] (II) Initializing extension Present
[     1.452] (II) Initializing extension DRI3
[     1.452] (II) Initializing extension X-Resource
[     1.452] (II) Initializing extension XVideo
[     1.452] (II) Initializing extension XVideo-MotionCompensation
[     1.452] (II) Initializing extension GLX
[     1.463] (EE) AIGLX error: Calling driver entry point failed
[     1.547] (II) IGLX: Loaded and initialized swrast
[     1.547] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[     1.547] (II) Initializing extension XFree86-VidModeExtension
[     1.547] (II) Initializing extension XFree86-DGA
[     1.547] (II) Initializing extension XFree86-DRI
[     1.547] (II) Initializing extension DRI2
[     1.549] (II) intel(0): switch to mode 1920x1080@144.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[     1.561] (II) intel(0): Setting screen physical size to 340 x 190
[     1.614] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     1.614] (**) Power Button: Applying InputClass "devname"
[     1.614] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     1.614] (**) Power Button: Applying InputClass "system-keyboard"
[     1.614] (II) LoadModule: "libinput"
[     1.614] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     1.618] (II) Module libinput: vendor="X.Org Foundation"
[     1.618] 	compiled for 1.21.1, module version = 1.2.0
[     1.618] 	Module class: X.Org XInput Driver
[     1.618] 	ABI class: X.Org XInput driver, version 24.4
[     1.618] (II) Using input driver 'libinput' for 'Power Button'
[     1.618] (**) Power Button: always reports core events
[     1.618] (**) Option "Device" "/dev/input/event1"
[     1.618] (**) Option "_source" "server/udev"
[     1.621] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     1.621] (II) event1  - Power Button: device is a keyboard
[     1.621] (II) event1  - Power Button: device removed
[     1.639] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[     1.639] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     1.639] (**) Option "xkb_layout" "fr"
[     1.639] (**) Option "xkb_variant" "bepo"
[     1.650] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     1.650] (II) event1  - Power Button: device is a keyboard
[     1.651] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[     1.651] (**) Lid Switch: Applying InputClass "devname"
[     1.651] (II) Using input driver 'libinput' for 'Lid Switch'
[     1.651] (**) Lid Switch: always reports core events
[     1.651] (**) Option "Device" "/dev/input/event2"
[     1.651] (**) Option "_source" "server/udev"
[     1.651] (II) event2  - Lid Switch: is tagged by udev as: Switch
[     1.651] (II) event2  - Lid Switch: device is a switch device
[     1.651] (II) event2  - Lid Switch: device is a switch device
[     1.651] (II) event2  - Lid Switch: device removed
[     1.669] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2/event2"
[     1.669] (II) XINPUT: Adding extended input device "Lid Switch" (type: KEYBOARD, id 7)
[     1.670] (II) event2  - Lid Switch: is tagged by udev as: Switch
[     1.670] (II) event2  - Lid Switch: device is a switch device
[     1.670] (II) event2  - Lid Switch: device is a switch device
[     1.670] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[     1.670] (**) Sleep Button: Applying InputClass "devname"
[     1.670] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     1.670] (**) Sleep Button: Applying InputClass "system-keyboard"
[     1.670] (II) Using input driver 'libinput' for 'Sleep Button'
[     1.670] (**) Sleep Button: always reports core events
[     1.670] (**) Option "Device" "/dev/input/event0"
[     1.670] (**) Option "_source" "server/udev"
[     1.670] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[     1.670] (II) event0  - Sleep Button: device is a keyboard
[     1.670] (II) event0  - Sleep Button: device removed
[     1.699] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[     1.699] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[     1.699] (**) Option "xkb_layout" "fr"
[     1.699] (**) Option "xkb_variant" "bepo"
[     1.700] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[     1.700] (II) event0  - Sleep Button: device is a keyboard
[     1.701] (II) config/udev: Adding drm device (/dev/dri/card0)
[     1.701] (II) xfree86: Adding drm device (/dev/dri/card0)
[     1.701] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[     1.701] (II) LoadModule: "modesetting"
[     1.701] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     1.701] (II) Module modesetting: vendor="X.Org Foundation"
[     1.701] 	compiled for 1.21.1.1, module version = 1.21.1
[     1.701] 	Module class: X.Org Video Driver
[     1.701] 	ABI class: X.Org Video Driver, version 25.2
[     1.701] (II) modeset(G0): using drv /dev/dri/card0
[     1.701] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[     1.701] (==) modeset(G0): RGB weight 888
[     1.701] (==) modeset(G0): Default visual is TrueColor
[     1.701] (II) Loading sub module "glamoregl"
[     1.701] (II) LoadModule: "glamoregl"
[     1.701] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     1.707] (II) Module glamoregl: vendor="X.Org Foundation"
[     1.707] 	compiled for 1.21.1.1, module version = 1.0.1
[     1.707] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     2.721] (II) modeset(G0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics (TGL GT1)
[     2.721] (II) modeset(G0): glamor initialized
[     2.721] (II) modeset(G0): Output eDP-1-1 has no monitor section
[     2.721] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[     2.721] (II) modeset(G0): Output DP-1-1 has no monitor section
[     2.721] (II) modeset(G0): Output HDMI-1-2 has no monitor section
[     2.722] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[     2.722] (--) modeset(G0): Display dimensions: (344, 193) mm
[     2.722] (--) modeset(G0): DPI set to (75, 101)
[     2.722] (II) Loading sub module "fb"
[     2.722] (II) LoadModule: "fb"
[     2.722] (II) Module "fb" already built-in
[     2.722] (EE) modeset(G0): drmSetMaster failed: Device or resource busy
[     2.722] (II) UnloadModule: "modesetting"
[     2.722] (II) UnloadSubModule: "glamoregl"
[     2.723] (II) Unloading glamoregl
[     2.723] xf86: found device 0
[     2.723] (II) config/udev: Adding input device Intel HID events (/dev/input/event5)
[     2.723] (**) Intel HID events: Applying InputClass "devname"
[     2.723] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[     2.723] (**) Intel HID events: Applying InputClass "system-keyboard"
[     2.723] (II) Using input driver 'libinput' for 'Intel HID events'
[     2.723] (**) Intel HID events: always reports core events
[     2.723] (**) Option "Device" "/dev/input/event5"
[     2.723] (**) Option "_source" "server/udev"
[     2.723] (II) event5  - Intel HID events: is tagged by udev as: Keyboard
[     2.723] (II) event5  - Intel HID events: device is a keyboard
[     2.723] (II) event5  - Intel HID events: device removed
[     2.786] (**) Option "config_info" "udev:/sys/devices/platform/INTC1051:00/input/input5/event5"
[     2.786] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 9)
[     2.786] (**) Option "xkb_layout" "fr"
[     2.786] (**) Option "xkb_variant" "bepo"
[     2.787] (II) event5  - Intel HID events: is tagged by udev as: Keyboard
[     2.787] (II) event5  - Intel HID events: device is a keyboard
[     2.788] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event6)
[     2.788] (**) Intel HID 5 button array: Applying InputClass "devname"
[     2.788] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[     2.788] (**) Intel HID 5 button array: Applying InputClass "system-keyboard"
[     2.788] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[     2.788] (**) Intel HID 5 button array: always reports core events
[     2.788] (**) Option "Device" "/dev/input/event6"
[     2.788] (**) Option "_source" "server/udev"
[     2.789] (II) event6  - Intel HID 5 button array: is tagged by udev as: Keyboard
[     2.789] (II) event6  - Intel HID 5 button array: device is a keyboard
[     2.789] (II) event6  - Intel HID 5 button array: device removed
[     2.819] (**) Option "config_info" "udev:/sys/devices/platform/INTC1051:00/input/input6/event6"
[     2.819] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 10)
[     2.819] (**) Option "xkb_layout" "fr"
[     2.819] (**) Option "xkb_variant" "bepo"
[     2.820] (II) event6  - Intel HID 5 button array: is tagged by udev as: Keyboard
[     2.820] (II) event6  - Intel HID 5 button array: device is a keyboard
[     2.820] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[     2.820] (**) AT Translated Set 2 keyboard: Applying InputClass "devname"
[     2.820] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     2.820] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[     2.820] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     2.820] (**) AT Translated Set 2 keyboard: always reports core events
[     2.820] (**) Option "Device" "/dev/input/event3"
[     2.820] (**) Option "_source" "server/udev"
[     2.820] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     2.821] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[     2.821] (II) event3  - AT Translated Set 2 keyboard: device removed
[     2.889] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[     2.889] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[     2.889] (**) Option "xkb_layout" "fr"
[     2.889] (**) Option "xkb_variant" "bepo"
[     2.890] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     2.890] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[     2.890] (II) config/udev: Adding input device PC Speaker (/dev/input/event12)
[     2.890] (**) PC Speaker: Applying InputClass "devname"
[     2.890] (II) Using input driver 'libinput' for 'PC Speaker'
[     2.890] (**) PC Speaker: always reports core events
[     2.890] (**) Option "Device" "/dev/input/event12"
[     2.890] (**) Option "_source" "server/udev"
[     2.891] (II) event12 - PC Speaker: not tagged as supported input device
[     2.996] (II) event12 - not using input device '/dev/input/event12'.
[     2.996] (EE) libinput: PC Speaker: Failed to create a device for /dev/input/event12
[     2.996] (EE) PreInit returned 2 for "PC Speaker"
[     2.996] (II) UnloadModule: "libinput"
[     3.022] (II) intel(0): EDID vendor "CMN", prod id 5409
[     3.022] (II) intel(0): Using EDID range info for horizontal sync
[     3.022] (II) intel(0): Using EDID range info for vertical refresh
[     3.022] (II) intel(0): Printing DDC gathered Modelines:
[     3.022] (II) intel(0): Modeline "1920x1080"x0.0  342.06  1920 1968 2000 2080  1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[     3.022] (II) intel(0): Modeline "1920x1080"x0.0  142.53  1920 1968 2000 2080  1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[     3.023] (II) config/udev: removing device Intel HID 5 button array
[     3.023] (II) event6  - Intel HID 5 button array: device removed
[     3.049] (II) UnloadModule: "libinput"
[     3.049] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event6)
[     3.049] (**) Intel HID 5 button array: Applying InputClass "devname"
[     3.049] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[     3.049] (**) Intel HID 5 button array: Applying InputClass "system-keyboard"
[     3.049] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[     3.049] (**) Intel HID 5 button array: always reports core events
[     3.049] (**) Option "Device" "/dev/input/event6"
[     3.049] (**) Option "_source" "server/udev"
[     3.050] (II) event6  - Intel HID 5 button array: is tagged by udev as: Keyboard
[     3.050] (II) event6  - Intel HID 5 button array: device is a keyboard
[     3.050] (II) event6  - Intel HID 5 button array: device removed
[     3.089] (**) Option "config_info" "udev:/sys/devices/platform/INTC1051:00/input/input6/event6"
[     3.089] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 10)
[     3.089] (**) Option "xkb_layout" "fr"
[     3.089] (**) Option "xkb_variant" "bepo"
[     3.090] (II) event6  - Intel HID 5 button array: is tagged by udev as: Keyboard
[     3.090] (II) event6  - Intel HID 5 button array: device is a keyboard
[     3.090] (II) config/udev: removing device Intel HID events
[     3.090] (II) event5  - Intel HID events: device removed
[     3.129] (II) UnloadModule: "libinput"
[     3.129] (II) config/udev: Adding input device Intel HID events (/dev/input/event5)
[     3.129] (**) Intel HID events: Applying InputClass "devname"
[     3.129] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[     3.129] (**) Intel HID events: Applying InputClass "system-keyboard"
[     3.129] (II) Using input driver 'libinput' for 'Intel HID events'
[     3.129] (**) Intel HID events: always reports core events
[     3.129] (**) Option "Device" "/dev/input/event5"
[     3.129] (**) Option "_source" "server/udev"
[     3.130] (II) event5  - Intel HID events: is tagged by udev as: Keyboard
[     3.130] (II) event5  - Intel HID events: device is a keyboard
[     3.130] (II) event5  - Intel HID events: device removed
[     3.176] (**) Option "config_info" "udev:/sys/devices/platform/INTC1051:00/input/input5/event5"
[     3.176] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 9)
[     3.176] (**) Option "xkb_layout" "fr"
[     3.176] (**) Option "xkb_variant" "bepo"
[     3.176] (II) event5  - Intel HID events: is tagged by udev as: Keyboard
[     3.176] (II) event5  - Intel HID events: device is a keyboard
[     3.177] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event4)
[     3.177] (**) Asus Wireless Radio Control: Applying InputClass "devname"
[     3.177] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[     3.177] (**) Asus Wireless Radio Control: Applying InputClass "system-keyboard"
[     3.177] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[     3.177] (**) Asus Wireless Radio Control: always reports core events
[     3.177] (**) Option "Device" "/dev/input/event4"
[     3.177] (**) Option "_source" "server/udev"
[     3.177] (II) event4  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[     3.177] (II) event4  - Asus Wireless Radio Control: device is a keyboard
[     3.177] (II) event4  - Asus Wireless Radio Control: device removed
[     3.319] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input4/event4"
[     3.319] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 12)
[     3.319] (**) Option "xkb_layout" "fr"
[     3.319] (**) Option "xkb_variant" "bepo"
[     3.319] (II) event4  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[     3.320] (II) event4  - Asus Wireless Radio Control: device is a keyboard
[     3.320] (II) config/udev: removing GPU device /sys/devices/pci0000:00/0000:00:02.0/drm/card0 /dev/dri/card0
[     3.320] (II) config/udev: Adding drm device (/dev/dri/card0)
[     3.320] (II) xfree86: Adding drm device (/dev/dri/card0)
[     3.320] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[     3.320] (II) LoadModule: "modesetting"
[     3.320] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     3.320] (II) Module modesetting: vendor="X.Org Foundation"
[     3.320] 	compiled for 1.21.1.1, module version = 1.21.1
[     3.320] 	Module class: X.Org Video Driver
[     3.320] 	ABI class: X.Org Video Driver, version 25.2
[     3.320] (II) UnloadModule: "modesetting"
[     3.320] (II) Unloading modesetting
[     3.320] (II) Failed to load module "modesetting" (already loaded, 0)
[     3.320] (II) modeset(G0): using drv /dev/dri/card0
[     3.320] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[     3.320] (==) modeset(G0): RGB weight 888
[     3.320] (==) modeset(G0): Default visual is TrueColor
[     3.320] (II) Loading sub module "glamoregl"
[     3.320] (II) LoadModule: "glamoregl"
[     3.320] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     3.322] (II) Module glamoregl: vendor="X.Org Foundation"
[     3.322] 	compiled for 1.21.1.1, module version = 1.0.1
[     3.322] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     3.325] (II) modeset(G0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics (TGL GT1)
[     3.325] (II) modeset(G0): glamor initialized
[     3.325] (II) modeset(G0): Output eDP-1-1 has no monitor section
[     3.325] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[     3.325] (II) modeset(G0): Output DP-1-1 has no monitor section
[     3.325] (II) modeset(G0): Output HDMI-1-2 has no monitor section
[     3.326] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[     3.326] (**) modeset(G0): Display dimensions: (340, 190) mm
[     3.326] (**) modeset(G0): DPI set to (76, 102)
[     3.326] (II) Loading sub module "fb"
[     3.326] (II) LoadModule: "fb"
[     3.326] (II) Module "fb" already built-in
[     3.326] (EE) modeset(G0): drmSetMaster failed: Device or resource busy
[     3.326] (II) UnloadModule: "modesetting"
[     3.326] (II) UnloadSubModule: "glamoregl"
[     3.326] (II) Unloading glamoregl
[     3.326] xf86: found device 0
[     3.327] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event11)
[     3.327] (**) HDA NVidia HDMI/DP,pcm=10: Applying InputClass "devname"
[     3.327] (II) Using input driver 'libinput' for 'HDA NVidia HDMI/DP,pcm=10'
[     3.327] (**) HDA NVidia HDMI/DP,pcm=10: always reports core events
[     3.327] (**) Option "Device" "/dev/input/event11"
[     3.327] (**) Option "_source" "server/udev"
[     3.327] (II) event11 - HDA NVidia HDMI/DP,pcm=10: is tagged by udev as: Switch
[     3.346] (II) event11 - not using input device '/dev/input/event11'.
[     3.346] (EE) libinput: HDA NVidia HDMI/DP,pcm=10: Failed to create a device for /dev/input/event11
[     3.346] (EE) PreInit returned 2 for "HDA NVidia HDMI/DP,pcm=10"
[     3.346] (II) UnloadModule: "libinput"
[     3.346] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event9)
[     3.346] (**) HDA NVidia HDMI/DP,pcm=8: Applying InputClass "devname"
[     3.346] (II) Using input driver 'libinput' for 'HDA NVidia HDMI/DP,pcm=8'
[     3.346] (**) HDA NVidia HDMI/DP,pcm=8: always reports core events
[     3.346] (**) Option "Device" "/dev/input/event9"
[     3.346] (**) Option "_source" "server/udev"
[     3.346] (II) event9  - HDA NVidia HDMI/DP,pcm=8: is tagged by udev as: Switch
[     3.396] (II) event9  - not using input device '/dev/input/event9'.
[     3.396] (EE) libinput: HDA NVidia HDMI/DP,pcm=8: Failed to create a device for /dev/input/event9
[     3.396] (EE) PreInit returned 2 for "HDA NVidia HDMI/DP,pcm=8"
[     3.396] (II) UnloadModule: "libinput"
[     3.396] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event8)
[     3.396] (**) HDA NVidia HDMI/DP,pcm=7: Applying InputClass "devname"
[     3.396] (II) Using input driver 'libinput' for 'HDA NVidia HDMI/DP,pcm=7'
[     3.396] (**) HDA NVidia HDMI/DP,pcm=7: always reports core events
[     3.396] (**) Option "Device" "/dev/input/event8"
[     3.396] (**) Option "_source" "server/udev"
[     3.396] (II) event8  - HDA NVidia HDMI/DP,pcm=7: is tagged by udev as: Switch
[     3.442] (II) event8  - not using input device '/dev/input/event8'.
[     3.442] (EE) libinput: HDA NVidia HDMI/DP,pcm=7: Failed to create a device for /dev/input/event8
[     3.442] (EE) PreInit returned 2 for "HDA NVidia HDMI/DP,pcm=7"
[     3.442] (II) UnloadModule: "libinput"
[     3.443] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event7)
[     3.443] (**) HDA NVidia HDMI/DP,pcm=3: Applying InputClass "devname"
[     3.443] (II) Using input driver 'libinput' for 'HDA NVidia HDMI/DP,pcm=3'
[     3.443] (**) HDA NVidia HDMI/DP,pcm=3: always reports core events
[     3.443] (**) Option "Device" "/dev/input/event7"
[     3.443] (**) Option "_source" "server/udev"
[     3.443] (II) event7  - HDA NVidia HDMI/DP,pcm=3: is tagged by udev as: Switch
[     3.476] (II) event7  - not using input device '/dev/input/event7'.
[     3.476] (EE) libinput: HDA NVidia HDMI/DP,pcm=3: Failed to create a device for /dev/input/event7
[     3.476] (EE) PreInit returned 2 for "HDA NVidia HDMI/DP,pcm=3"
[     3.476] (II) UnloadModule: "libinput"
[     3.476] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event10)
[     3.476] (**) HDA NVidia HDMI/DP,pcm=9: Applying InputClass "devname"
[     3.476] (II) Using input driver 'libinput' for 'HDA NVidia HDMI/DP,pcm=9'
[     3.476] (**) HDA NVidia HDMI/DP,pcm=9: always reports core events
[     3.476] (**) Option "Device" "/dev/input/event10"
[     3.476] (**) Option "_source" "server/udev"
[     3.476] (II) event10 - HDA NVidia HDMI/DP,pcm=9: is tagged by udev as: Switch
[     3.502] (II) event10 - not using input device '/dev/input/event10'.
[     3.502] (EE) libinput: HDA NVidia HDMI/DP,pcm=9: Failed to create a device for /dev/input/event10
[     3.502] (EE) PreInit returned 2 for "HDA NVidia HDMI/DP,pcm=9"
[     3.502] (II) UnloadModule: "libinput"
[     3.503] (II) config/udev: Adding input device Video Bus (/dev/input/event13)
[     3.503] (**) Video Bus: Applying InputClass "devname"
[     3.503] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     3.503] (**) Video Bus: Applying InputClass "system-keyboard"
[     3.503] (II) Using input driver 'libinput' for 'Video Bus'
[     3.503] (**) Video Bus: always reports core events
[     3.503] (**) Option "Device" "/dev/input/event13"
[     3.503] (**) Option "_source" "server/udev"
[     3.503] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[     3.503] (II) event13 - Video Bus: device is a keyboard
[     3.503] (II) event13 - Video Bus: device removed
[     3.529] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input13/event13"
[     3.529] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 13)
[     3.529] (**) Option "xkb_layout" "fr"
[     3.529] (**) Option "xkb_variant" "bepo"
[     3.530] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[     3.530] (II) event13 - Video Bus: device is a keyboard
[     3.530] (II) config/udev: Adding input device Video Bus (/dev/input/event14)
[     3.530] (**) Video Bus: Applying InputClass "devname"
[     3.530] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     3.530] (**) Video Bus: Applying InputClass "system-keyboard"
[     3.530] (II) Using input driver 'libinput' for 'Video Bus'
[     3.530] (**) Video Bus: always reports core events
[     3.530] (**) Option "Device" "/dev/input/event14"
[     3.530] (**) Option "_source" "server/udev"
[     3.530] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[     3.530] (II) event14 - Video Bus: device is a keyboard
[     3.530] (II) event14 - Video Bus: device removed
[     3.569] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input14/event14"
[     3.569] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 14)
[     3.569] (**) Option "xkb_layout" "fr"
[     3.569] (**) Option "xkb_variant" "bepo"
[     3.570] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[     3.570] (II) event14 - Video Bus: device is a keyboard
[     3.570] (II) config/udev: Adding input device PC Speaker (/dev/input/event12)
[     3.570] (**) PC Speaker: Applying InputClass "devname"
[     3.570] (II) Using input driver 'libinput' for 'PC Speaker'
[     3.570] (**) PC Speaker: always reports core events
[     3.570] (**) Option "Device" "/dev/input/event12"
[     3.570] (**) Option "_source" "server/udev"
[     3.570] (II) event12 - PC Speaker: not tagged as supported input device
[     3.649] (II) event12 - not using input device '/dev/input/event12'.
[     3.649] (EE) libinput: PC Speaker: Failed to create a device for /dev/input/event12
[     3.649] (EE) PreInit returned 2 for "PC Speaker"
[     3.649] (II) UnloadModule: "libinput"
[     3.649] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event19)
[     3.649] (**) HDA Intel PCH HDMI/DP,pcm=3: Applying InputClass "devname"
[     3.649] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=3'
[     3.649] (**) HDA Intel PCH HDMI/DP,pcm=3: always reports core events
[     3.649] (**) Option "Device" "/dev/input/event19"
[     3.649] (**) Option "_source" "server/udev"
[     3.650] (II) event19 - HDA Intel PCH HDMI/DP,pcm=3: is tagged by udev as: Switch
[     3.689] (II) event19 - not using input device '/dev/input/event19'.
[     3.689] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=3: Failed to create a device for /dev/input/event19
[     3.689] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=3"
[     3.689] (II) UnloadModule: "libinput"
[     3.689] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event18)
[     3.689] (**) HDA Intel PCH Headphone: Applying InputClass "devname"
[     3.689] (II) Using input driver 'libinput' for 'HDA Intel PCH Headphone'
[     3.689] (**) HDA Intel PCH Headphone: always reports core events
[     3.689] (**) Option "Device" "/dev/input/event18"
[     3.689] (**) Option "_source" "server/udev"
[     3.690] (II) event18 - HDA Intel PCH Headphone: is tagged by udev as: Switch
[     3.742] (II) event18 - not using input device '/dev/input/event18'.
[     3.742] (EE) libinput: HDA Intel PCH Headphone: Failed to create a device for /dev/input/event18
[     3.742] (EE) PreInit returned 2 for "HDA Intel PCH Headphone"
[     3.742] (II) UnloadModule: "libinput"
[     3.743] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event17)
[     3.743] (**) Asus WMI hotkeys: Applying InputClass "devname"
[     3.743] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     3.743] (**) Asus WMI hotkeys: Applying InputClass "system-keyboard"
[     3.743] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[     3.743] (**) Asus WMI hotkeys: always reports core events
[     3.743] (**) Option "Device" "/dev/input/event17"
[     3.743] (**) Option "_source" "server/udev"
[     3.743] (II) event17 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[     3.743] (II) event17 - Asus WMI hotkeys: device is a keyboard
[     3.743] (II) event17 - Asus WMI hotkeys: device removed
[     3.783] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input18/event17"
[     3.783] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 15)
[     3.783] (**) Option "xkb_layout" "fr"
[     3.783] (**) Option "xkb_variant" "bepo"
[     3.783] (II) event17 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[     3.783] (II) event17 - Asus WMI hotkeys: device is a keyboard
[     3.783] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event20)
[     3.783] (**) HDA Intel PCH HDMI/DP,pcm=7: Applying InputClass "devname"
[     3.783] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=7'
[     3.783] (**) HDA Intel PCH HDMI/DP,pcm=7: always reports core events
[     3.783] (**) Option "Device" "/dev/input/event20"
[     3.783] (**) Option "_source" "server/udev"
[     3.783] (II) event20 - HDA Intel PCH HDMI/DP,pcm=7: is tagged by udev as: Switch
[     3.836] (II) event20 - not using input device '/dev/input/event20'.
[     3.836] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=7: Failed to create a device for /dev/input/event20
[     3.836] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=7"
[     3.836] (II) UnloadModule: "libinput"
[     3.836] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event22)
[     3.836] (**) HDA Intel PCH HDMI/DP,pcm=9: Applying InputClass "devname"
[     3.836] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=9'
[     3.836] (**) HDA Intel PCH HDMI/DP,pcm=9: always reports core events
[     3.836] (**) Option "Device" "/dev/input/event22"
[     3.836] (**) Option "_source" "server/udev"
[     3.836] (II) event22 - HDA Intel PCH HDMI/DP,pcm=9: is tagged by udev as: Switch
[     3.889] (II) event22 - not using input device '/dev/input/event22'.
[     3.889] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=9: Failed to create a device for /dev/input/event22
[     3.889] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=9"
[     3.889] (II) UnloadModule: "libinput"
[     3.889] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event23)
[     3.889] (**) HDA Intel PCH HDMI/DP,pcm=10: Applying InputClass "devname"
[     3.889] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=10'
[     3.889] (**) HDA Intel PCH HDMI/DP,pcm=10: always reports core events
[     3.889] (**) Option "Device" "/dev/input/event23"
[     3.889] (**) Option "_source" "server/udev"
[     3.890] (II) event23 - HDA Intel PCH HDMI/DP,pcm=10: is tagged by udev as: Switch
[     3.929] (II) event23 - not using input device '/dev/input/event23'.
[     3.929] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=10: Failed to create a device for /dev/input/event23
[     3.929] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=10"
[     3.929] (II) UnloadModule: "libinput"
[     3.929] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event21)
[     3.929] (**) HDA Intel PCH HDMI/DP,pcm=8: Applying InputClass "devname"
[     3.929] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=8'
[     3.929] (**) HDA Intel PCH HDMI/DP,pcm=8: always reports core events
[     3.929] (**) Option "Device" "/dev/input/event21"
[     3.929] (**) Option "_source" "server/udev"
[     3.930] (II) event21 - HDA Intel PCH HDMI/DP,pcm=8: is tagged by udev as: Switch
[     3.969] (II) event21 - not using input device '/dev/input/event21'.
[     3.969] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=8: Failed to create a device for /dev/input/event21
[     3.969] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=8"
[     3.969] (II) UnloadModule: "libinput"
[     3.969] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=11 (/dev/input/event24)
[     3.969] (**) HDA Intel PCH HDMI/DP,pcm=11: Applying InputClass "devname"
[     3.969] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=11'
[     3.969] (**) HDA Intel PCH HDMI/DP,pcm=11: always reports core events
[     3.969] (**) Option "Device" "/dev/input/event24"
[     3.969] (**) Option "_source" "server/udev"
[     3.970] (II) event24 - HDA Intel PCH HDMI/DP,pcm=11: is tagged by udev as: Switch
[     4.036] (II) event24 - not using input device '/dev/input/event24'.
[     4.036] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=11: Failed to create a device for /dev/input/event24
[     4.036] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=11"
[     4.036] (II) UnloadModule: "libinput"
[     4.036] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=12 (/dev/input/event25)
[     4.036] (**) HDA Intel PCH HDMI/DP,pcm=12: Applying InputClass "devname"
[     4.036] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=12'
[     4.036] (**) HDA Intel PCH HDMI/DP,pcm=12: always reports core events
[     4.036] (**) Option "Device" "/dev/input/event25"
[     4.036] (**) Option "_source" "server/udev"
[     4.036] (II) event25 - HDA Intel PCH HDMI/DP,pcm=12: is tagged by udev as: Switch
[     4.076] (II) event25 - not using input device '/dev/input/event25'.
[     4.076] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=12: Failed to create a device for /dev/input/event25
[     4.076] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=12"
[     4.076] (II) UnloadModule: "libinput"
[     4.076] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=15 (/dev/input/event28)
[     4.076] (**) HDA Intel PCH HDMI/DP,pcm=15: Applying InputClass "devname"
[     4.076] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=15'
[     4.076] (**) HDA Intel PCH HDMI/DP,pcm=15: always reports core events
[     4.076] (**) Option "Device" "/dev/input/event28"
[     4.076] (**) Option "_source" "server/udev"
[     4.076] (II) event28 - HDA Intel PCH HDMI/DP,pcm=15: is tagged by udev as: Switch
[     4.129] (II) event28 - not using input device '/dev/input/event28'.
[     4.129] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=15: Failed to create a device for /dev/input/event28
[     4.129] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=15"
[     4.129] (II) UnloadModule: "libinput"
[     4.129] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=14 (/dev/input/event27)
[     4.129] (**) HDA Intel PCH HDMI/DP,pcm=14: Applying InputClass "devname"
[     4.129] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=14'
[     4.129] (**) HDA Intel PCH HDMI/DP,pcm=14: always reports core events
[     4.129] (**) Option "Device" "/dev/input/event27"
[     4.129] (**) Option "_source" "server/udev"
[     4.130] (II) event27 - HDA Intel PCH HDMI/DP,pcm=14: is tagged by udev as: Switch
[     4.169] (II) event27 - not using input device '/dev/input/event27'.
[     4.169] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=14: Failed to create a device for /dev/input/event27
[     4.169] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=14"
[     4.169] (II) UnloadModule: "libinput"
[     4.169] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=17 (/dev/input/event30)
[     4.169] (**) HDA Intel PCH HDMI/DP,pcm=17: Applying InputClass "devname"
[     4.169] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=17'
[     4.169] (**) HDA Intel PCH HDMI/DP,pcm=17: always reports core events
[     4.169] (**) Option "Device" "/dev/input/event30"
[     4.169] (**) Option "_source" "server/udev"
[     4.170] (II) event30 - HDA Intel PCH HDMI/DP,pcm=17: is tagged by udev as: Switch
[     4.222] (II) event30 - not using input device '/dev/input/event30'.
[     4.222] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=17: Failed to create a device for /dev/input/event30
[     4.222] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=17"
[     4.222] (II) UnloadModule: "libinput"
[     4.223] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=16 (/dev/input/event29)
[     4.223] (**) HDA Intel PCH HDMI/DP,pcm=16: Applying InputClass "devname"
[     4.223] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=16'
[     4.223] (**) HDA Intel PCH HDMI/DP,pcm=16: always reports core events
[     4.223] (**) Option "Device" "/dev/input/event29"
[     4.223] (**) Option "_source" "server/udev"
[     4.223] (II) event29 - HDA Intel PCH HDMI/DP,pcm=16: is tagged by udev as: Switch
[     4.249] (II) event29 - not using input device '/dev/input/event29'.
[     4.249] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=16: Failed to create a device for /dev/input/event29
[     4.249] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=16"
[     4.249] (II) UnloadModule: "libinput"
[     4.249] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=13 (/dev/input/event26)
[     4.249] (**) HDA Intel PCH HDMI/DP,pcm=13: Applying InputClass "devname"
[     4.249] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=13'
[     4.249] (**) HDA Intel PCH HDMI/DP,pcm=13: always reports core events
[     4.249] (**) Option "Device" "/dev/input/event26"
[     4.249] (**) Option "_source" "server/udev"
[     4.250] (II) event26 - HDA Intel PCH HDMI/DP,pcm=13: is tagged by udev as: Switch
[     4.289] (II) event26 - not using input device '/dev/input/event26'.
[     4.289] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=13: Failed to create a device for /dev/input/event26
[     4.289] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=13"
[     4.289] (II) UnloadModule: "libinput"
[     4.289] (II) config/udev: Adding input device ELAN1203:00 04F3:307A Mouse (/dev/input/event15)
[     4.289] (**) ELAN1203:00 04F3:307A Mouse: Applying InputClass "devname"
[     4.289] (**) ELAN1203:00 04F3:307A Mouse: Applying InputClass "libinput pointer catchall"
[     4.289] (II) Using input driver 'libinput' for 'ELAN1203:00 04F3:307A Mouse'
[     4.289] (**) ELAN1203:00 04F3:307A Mouse: always reports core events
[     4.289] (**) Option "Device" "/dev/input/event15"
[     4.289] (**) Option "_source" "server/udev"
[     4.290] (II) event15 - ELAN1203:00 04F3:307A Mouse: is tagged by udev as: Mouse Pointingstick
[     4.290] (II) event15 - ELAN1203:00 04F3:307A Mouse: device is a pointer
[     4.291] (II) event15 - ELAN1203:00 04F3:307A Mouse: device removed
[     4.369] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN1203:00/0018:04F3:307A.0001/input/input31/event15"
[     4.369] (II) XINPUT: Adding extended input device "ELAN1203:00 04F3:307A Mouse" (type: MOUSE, id 16)
[     4.369] (**) Option "AccelerationScheme" "none"
[     4.369] (**) ELAN1203:00 04F3:307A Mouse: (accel) selected scheme none/0
[     4.369] (**) ELAN1203:00 04F3:307A Mouse: (accel) acceleration factor: 2.000
[     4.369] (**) ELAN1203:00 04F3:307A Mouse: (accel) acceleration threshold: 4
[     4.370] (II) event15 - ELAN1203:00 04F3:307A Mouse: is tagged by udev as: Mouse Pointingstick
[     4.370] (II) event15 - ELAN1203:00 04F3:307A Mouse: device is a pointer
[     4.370] (II) config/udev: Adding input device ELAN1203:00 04F3:307A Touchpad (/dev/input/event16)
[     4.370] (**) ELAN1203:00 04F3:307A Touchpad: Applying InputClass "devname"
[     4.370] (**) ELAN1203:00 04F3:307A Touchpad: Applying InputClass "libinput touchpad catchall"
[     4.370] (II) Using input driver 'libinput' for 'ELAN1203:00 04F3:307A Touchpad'
[     4.370] (**) ELAN1203:00 04F3:307A Touchpad: always reports core events
[     4.370] (**) Option "Device" "/dev/input/event16"
[     4.370] (**) Option "_source" "server/udev"
[     4.371] (II) event16 - ELAN1203:00 04F3:307A Touchpad: is tagged by udev as: Touchpad
[     4.371] (II) event16 - ELAN1203:00 04F3:307A Touchpad: device is a touchpad
[     4.371] (II) event16 - ELAN1203:00 04F3:307A Touchpad: device removed
[     4.422] (**) Option "Tapping" "on"
[     4.423] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN1203:00/0018:04F3:307A.0001/input/input32/event16"
[     4.423] (II) XINPUT: Adding extended input device "ELAN1203:00 04F3:307A Touchpad" (type: TOUCHPAD, id 17)
[     4.423] (**) Option "AccelerationScheme" "none"
[     4.423] (**) ELAN1203:00 04F3:307A Touchpad: (accel) selected scheme none/0
[     4.423] (**) ELAN1203:00 04F3:307A Touchpad: (accel) acceleration factor: 2.000
[     4.423] (**) ELAN1203:00 04F3:307A Touchpad: (accel) acceleration threshold: 4
[     4.423] (II) event16 - ELAN1203:00 04F3:307A Touchpad: is tagged by udev as: Touchpad
[     4.424] (II) event16 - ELAN1203:00 04F3:307A Touchpad: device is a touchpad
[     4.424] (II) config/udev: Adding input device ELAN1203:00 04F3:307A Mouse (/dev/input/mouse0)
[     4.424] (**) ELAN1203:00 04F3:307A Mouse: Applying InputClass "devname"
[     4.424] (II) Using input driver 'libinput' for 'ELAN1203:00 04F3:307A Mouse'
[     4.424] (**) ELAN1203:00 04F3:307A Mouse: always reports core events
[     4.424] (**) Option "Device" "/dev/input/mouse0"
[     4.424] (**) Option "_source" "server/udev"
[     4.469] (II) mouse0  - not using input device '/dev/input/mouse0'.
[     4.469] (EE) libinput: ELAN1203:00 04F3:307A Mouse: Failed to create a device for /dev/input/mouse0
[     4.469] (EE) PreInit returned 2 for "ELAN1203:00 04F3:307A Mouse"
[     4.469] (II) UnloadModule: "libinput"
[   367.938] (II) config/udev: Adding input device MOSART Semi. 2.4G INPUT DEVICE Mouse (/dev/input/mouse2)
[   367.938] (**) MOSART Semi. 2.4G INPUT DEVICE Mouse: Applying InputClass "devname"
[   367.938] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G INPUT DEVICE Mouse'
[   367.938] (**) MOSART Semi. 2.4G INPUT DEVICE Mouse: always reports core events
[   367.938] (**) Option "Device" "/dev/input/mouse2"
[   367.938] (**) Option "_source" "server/udev"
[   367.969] (II) mouse2  - not using input device '/dev/input/mouse2'.
[   367.969] (EE) libinput: MOSART Semi. 2.4G INPUT DEVICE Mouse: Failed to create a device for /dev/input/mouse2
[   367.969] (EE) PreInit returned 2 for "MOSART Semi. 2.4G INPUT DEVICE Mouse"
[   367.969] (II) UnloadModule: "libinput"
[   367.976] (II) config/udev: Adding input device MOSART Semi. 2.4G INPUT DEVICE System Control (/dev/input/event259)
[   367.976] (**) MOSART Semi. 2.4G INPUT DEVICE System Control: Applying InputClass "devname"
[   367.976] (**) MOSART Semi. 2.4G INPUT DEVICE System Control: Applying InputClass "libinput keyboard catchall"
[   367.976] (**) MOSART Semi. 2.4G INPUT DEVICE System Control: Applying InputClass "system-keyboard"
[   367.976] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G INPUT DEVICE System Control'
[   367.976] (**) MOSART Semi. 2.4G INPUT DEVICE System Control: always reports core events
[   367.976] (**) Option "Device" "/dev/input/event259"
[   367.976] (**) Option "_source" "server/udev"
[   367.977] (II) event259 - MOSART Semi. 2.4G INPUT DEVICE System Control: is tagged by udev as: Keyboard
[   367.978] (II) event259 - MOSART Semi. 2.4G INPUT DEVICE System Control: device is a keyboard
[   367.978] (II) event259 - MOSART Semi. 2.4G INPUT DEVICE System Control: device removed
[   367.999] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.1/0003:062A:4101.0005/input/input42/event259"
[   367.999] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G INPUT DEVICE System Control" (type: KEYBOARD, id 18)
[   367.999] (**) Option "xkb_layout" "fr"
[   367.999] (**) Option "xkb_variant" "bepo"
[   368.003] (II) event259 - MOSART Semi. 2.4G INPUT DEVICE System Control: is tagged by udev as: Keyboard
[   368.003] (II) event259 - MOSART Semi. 2.4G INPUT DEVICE System Control: device is a keyboard
[   368.005] (II) config/udev: Adding input device MOSART Semi. 2.4G INPUT DEVICE Consumer Control (/dev/input/event257)
[   368.005] (**) MOSART Semi. 2.4G INPUT DEVICE Consumer Control: Applying InputClass "devname"
[   368.005] (**) MOSART Semi. 2.4G INPUT DEVICE Consumer Control: Applying InputClass "libinput keyboard catchall"
[   368.005] (**) MOSART Semi. 2.4G INPUT DEVICE Consumer Control: Applying InputClass "system-keyboard"
[   368.005] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G INPUT DEVICE Consumer Control'
[   368.005] (**) MOSART Semi. 2.4G INPUT DEVICE Consumer Control: always reports core events
[   368.005] (**) Option "Device" "/dev/input/event257"
[   368.005] (**) Option "_source" "server/udev"
[   368.007] (II) event257 - MOSART Semi. 2.4G INPUT DEVICE Consumer Control: is tagged by udev as: Keyboard
[   368.007] (II) event257 - MOSART Semi. 2.4G INPUT DEVICE Consumer Control: device is a keyboard
[   368.008] (II) event257 - MOSART Semi. 2.4G INPUT DEVICE Consumer Control: device removed
[   368.049] (II) libinput: MOSART Semi. 2.4G INPUT DEVICE Consumer Control: needs a virtual subdevice
[   368.049] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.1/0003:062A:4101.0005/input/input41/event257"
[   368.049] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G INPUT DEVICE Consumer Control" (type: MOUSE, id 19)
[   368.050] (**) Option "AccelerationScheme" "none"
[   368.051] (**) MOSART Semi. 2.4G INPUT DEVICE Consumer Control: (accel) selected scheme none/0
[   368.051] (**) MOSART Semi. 2.4G INPUT DEVICE Consumer Control: (accel) acceleration factor: 2.000
[   368.051] (**) MOSART Semi. 2.4G INPUT DEVICE Consumer Control: (accel) acceleration threshold: 4
[   368.052] (II) event257 - MOSART Semi. 2.4G INPUT DEVICE Consumer Control: is tagged by udev as: Keyboard
[   368.053] (II) event257 - MOSART Semi. 2.4G INPUT DEVICE Consumer Control: device is a keyboard
[   368.055] (**) MOSART Semi. 2.4G INPUT DEVICE Consumer Control: Applying InputClass "devname"
[   368.055] (**) MOSART Semi. 2.4G INPUT DEVICE Consumer Control: Applying InputClass "libinput keyboard catchall"
[   368.055] (**) MOSART Semi. 2.4G INPUT DEVICE Consumer Control: Applying InputClass "system-keyboard"
[   368.055] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G INPUT DEVICE Consumer Control'
[   368.055] (**) MOSART Semi. 2.4G INPUT DEVICE Consumer Control: always reports core events
[   368.055] (**) Option "Device" "/dev/input/event257"
[   368.055] (**) Option "_source" "_driver/libinput"
[   368.055] (II) libinput: MOSART Semi. 2.4G INPUT DEVICE Consumer Control: is a virtual subdevice
[   368.055] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.1/0003:062A:4101.0005/input/input41/event257"
[   368.055] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G INPUT DEVICE Consumer Control" (type: KEYBOARD, id 20)
[   368.055] (**) Option "xkb_layout" "fr"
[   368.055] (**) Option "xkb_variant" "bepo"
[   368.057] (II) config/udev: Adding input device MOSART Semi. 2.4G INPUT DEVICE Mouse (/dev/input/event256)
[   368.057] (**) MOSART Semi. 2.4G INPUT DEVICE Mouse: Applying InputClass "devname"
[   368.057] (**) MOSART Semi. 2.4G INPUT DEVICE Mouse: Applying InputClass "libinput pointer catchall"
[   368.057] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G INPUT DEVICE Mouse'
[   368.057] (**) MOSART Semi. 2.4G INPUT DEVICE Mouse: always reports core events
[   368.057] (**) Option "Device" "/dev/input/event256"
[   368.057] (**) Option "_source" "server/udev"
[   368.057] (II) event256 - MOSART Semi. 2.4G INPUT DEVICE Mouse: is tagged by udev as: Mouse
[   368.057] (II) event256 - MOSART Semi. 2.4G INPUT DEVICE Mouse: device is a pointer
[   368.058] (II) event256 - MOSART Semi. 2.4G INPUT DEVICE Mouse: device removed
[   368.103] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.1/0003:062A:4101.0005/input/input40/event256"
[   368.103] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G INPUT DEVICE Mouse" (type: MOUSE, id 21)
[   368.103] (**) Option "AccelerationScheme" "none"
[   368.104] (**) MOSART Semi. 2.4G INPUT DEVICE Mouse: (accel) selected scheme none/0
[   368.104] (**) MOSART Semi. 2.4G INPUT DEVICE Mouse: (accel) acceleration factor: 2.000
[   368.104] (**) MOSART Semi. 2.4G INPUT DEVICE Mouse: (accel) acceleration threshold: 4
[   368.106] (II) event256 - MOSART Semi. 2.4G INPUT DEVICE Mouse: is tagged by udev as: Mouse
[   368.106] (II) event256 - MOSART Semi. 2.4G INPUT DEVICE Mouse: device is a pointer
[   368.108] (II) config/udev: Adding input device MOSART Semi. 2.4G INPUT DEVICE (/dev/input/event31)
[   368.108] (**) MOSART Semi. 2.4G INPUT DEVICE: Applying InputClass "devname"
[   368.108] (**) MOSART Semi. 2.4G INPUT DEVICE: Applying InputClass "libinput keyboard catchall"
[   368.108] (**) MOSART Semi. 2.4G INPUT DEVICE: Applying InputClass "system-keyboard"
[   368.108] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G INPUT DEVICE'
[   368.108] (**) MOSART Semi. 2.4G INPUT DEVICE: always reports core events
[   368.108] (**) Option "Device" "/dev/input/event31"
[   368.108] (**) Option "_source" "server/udev"
[   368.110] (II) event31 - MOSART Semi. 2.4G INPUT DEVICE: is tagged by udev as: Keyboard
[   368.110] (II) event31 - MOSART Semi. 2.4G INPUT DEVICE: device is a keyboard
[   368.110] (II) event31 - MOSART Semi. 2.4G INPUT DEVICE: device removed
[   368.143] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/0003:062A:4101.0004/input/input39/event31"
[   368.143] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G INPUT DEVICE" (type: KEYBOARD, id 22)
[   368.143] (**) Option "xkb_layout" "fr"
[   368.143] (**) Option "xkb_variant" "bepo"
[   368.145] (II) event31 - MOSART Semi. 2.4G INPUT DEVICE: is tagged by udev as: Keyboard
[   368.145] (II) event31 - MOSART Semi. 2.4G INPUT DEVICE: device is a keyboard
[   368.148] (II) config/udev: Adding input device MOSART Semi. 2.4G INPUT DEVICE (/dev/input/event260)
[   368.148] (**) MOSART Semi. 2.4G INPUT DEVICE: Applying InputClass "devname"
[   368.148] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G INPUT DEVICE'
[   368.148] (**) MOSART Semi. 2.4G INPUT DEVICE: always reports core events
[   368.148] (**) Option "Device" "/dev/input/event260"
[   368.148] (**) Option "_source" "server/udev"
[   368.184] (II) event260 - MOSART Semi. 2.4G INPUT DEVICE: not tagged as supported input device
[   368.262] (II) event260 - not using input device '/dev/input/event260'.
[   368.263] (EE) libinput: MOSART Semi. 2.4G INPUT DEVICE: Failed to create a device for /dev/input/event260
[   368.263] (EE) PreInit returned 2 for "MOSART Semi. 2.4G INPUT DEVICE"
[   368.263] (II) UnloadModule: "libinput"

So, as we can see, there is an libinput error.
my /etc/mkinintcpio.conf MODULES= ( crc32c-intel vmd )

Installing dkm without optimus

First attempt

For that, I’ll do :

sudo nvidia-installer-dkms
sudo systemctl disable bumblebeed.service

now my Xorg.conf are :
00-keyboard.conf 20-nvidia.conf
my /etc/mkinintcpio.conf
MODULES=( vmd nvidia nvidia_modeset nvidia_uvm nvidia_drm )
my /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet loglevel=3 nowatchdog nvidia-drm.modeset=1"
The Xorg :

[     2.698] 
X.Org X Server 1.21.1.1
X Protocol Version 11, Revision 0
[     2.698] Current Operating System: Linux portableG 5.14.16-arch1-1 #1 SMP PREEMPT Tue, 02 Nov 2021 22:22:59 +0000 x86_64
[     2.698] Kernel command line: BOOT_IMAGE=/@/boot/vmlinuz-linux root=UUID=23424483-c25e-43e8-85b4-714d1a86800d rw rootflags=subvol=@ quiet loglevel=3 nowatchdog nvidia-drm.modeset=1 "acpi_osi=windows 2013"
[     2.698]  
[     2.698] Current version of pixman: 0.40.0
[     2.698] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     2.698] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     2.698] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Nov 11 11:37:32 2021
[     2.698] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     2.698] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     2.698] (==) No Layout section.  Using the first Screen section.
[     2.698] (==) No screen section available. Using defaults.
[     2.698] (**) |-->Screen "Default Screen Section" (0)
[     2.698] (**) |   |-->Monitor "<default monitor>"
[     2.698] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[     2.698] (**) |   |-->Device "Nvidia Card"
[     2.698] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     2.698] (==) Automatically adding devices
[     2.698] (==) Automatically enabling devices
[     2.698] (==) Automatically adding GPU devices
[     2.698] (==) Automatically binding GPU devices
[     2.698] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     2.698] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/Type1,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[     2.698] (==) ModulePath set to "/usr/lib/xorg/modules"
[     2.698] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     2.698] (II) Module ABI versions:
[     2.698] 	X.Org ANSI C Emulation: 0.4
[     2.698] 	X.Org Video Driver: 25.2
[     2.698] 	X.Org XInput driver : 24.4
[     2.698] 	X.Org Server Extension : 10.0
[     2.699] (++) using VT number 7

[     2.699] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     2.699] (II) xfree86: Adding drm device (/dev/dri/card0)
[     2.699] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[     2.703] (--) PCI:*(0@0:2:0) 8086:9a68:1043:16f2 rev 1, Mem @ 0x622e000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[     2.703] (--) PCI: (1@0:0:0) 10de:2520:1043:16f2 rev 161, Mem @ 0x85000000/16777216, 0x6000000000/8589934592, 0x6200000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[     2.703] (II) Open ACPI successful (/var/run/acpid.socket)
[     2.703] (II) LoadModule: "glx"
[     2.703] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     2.704] (II) Module glx: vendor="X.Org Foundation"
[     2.704] 	compiled for 1.21.1.1, module version = 1.0.0
[     2.704] 	ABI class: X.Org Server Extension, version 10.0
[     2.704] (II) LoadModule: "nvidia"
[     2.704] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     2.704] (II) Module nvidia: vendor="NVIDIA Corporation"
[     2.704] 	compiled for 1.6.99.901, module version = 1.0.0
[     2.704] 	Module class: X.Org Video Driver
[     2.704] (II) NVIDIA dlloader X Driver  495.44  Fri Oct 22 06:11:21 UTC 2021
[     2.704] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     2.704] (EE) No devices detected.
[     2.704] (EE) 
Fatal server error:
[     2.704] (EE) no screens found(EE) 
[     2.704] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[     2.704] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[     2.704] (EE) 
[     2.725] (EE) Server terminated with error (1). Closing log file.

so, I add BusID "PCI:1:0:0" in my 20-nvidia.conf

My Xorg.log become :

.Org X Server 1.21.1.1
X Protocol Version 11, Revision 0
[     4.214] Current Operating System: Linux portableG 5.14.16-arch1-1 #1 SMP PREEMPT Tue, 02 Nov 2021 22:22:59 +0000 x86_64
[     4.214] Kernel command line: BOOT_IMAGE=/@/boot/vmlinuz-linux root=UUID=23424483-c25e-43e8-85b4-714d1a86800d rw rootflags=subvol=@ quiet loglevel=3 nowatchdog nvidia-drm.modeset=1 "acpi_osi=windows 2013"
[     4.215]  
[     4.215] Current version of pixman: 0.40.0
[     4.215] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     4.215] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     4.215] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Nov 11 11:53:45 2021
[     4.215] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     4.215] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     4.215] (==) No Layout section.  Using the first Screen section.
[     4.215] (==) No screen section available. Using defaults.
[     4.215] (**) |-->Screen "Default Screen Section" (0)
[     4.215] (**) |   |-->Monitor "<default monitor>"
[     4.215] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[     4.215] (**) |   |-->Device "Nvidia Card"
[     4.215] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     4.215] (==) Automatically adding devices
[     4.215] (==) Automatically enabling devices
[     4.215] (==) Automatically adding GPU devices
[     4.215] (==) Automatically binding GPU devices
[     4.215] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     4.215] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/Type1,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[     4.215] (==) ModulePath set to "/usr/lib/xorg/modules"
[     4.215] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     4.215] (II) Module ABI versions:
[     4.215] 	X.Org ANSI C Emulation: 0.4
[     4.215] 	X.Org Video Driver: 25.2
[     4.215] 	X.Org XInput driver : 24.4
[     4.215] 	X.Org Server Extension : 10.0
[     4.215] (++) using VT number 7

[     4.215] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     4.215] (II) xfree86: Adding drm device (/dev/dri/card0)
[     4.215] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[     4.220] (--) PCI:*(0@0:2:0) 8086:9a68:1043:16f2 rev 1, Mem @ 0x622e000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[     4.220] (--) PCI: (1@0:0:0) 10de:2520:1043:16f2 rev 161, Mem @ 0x85000000/16777216, 0x6000000000/8589934592, 0x6200000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[     4.220] (II) Open ACPI successful (/var/run/acpid.socket)
[     4.220] (II) LoadModule: "glx"
[     4.220] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     4.221] (II) Module glx: vendor="X.Org Foundation"
[     4.221] 	compiled for 1.21.1.1, module version = 1.0.0
[     4.221] 	ABI class: X.Org Server Extension, version 10.0
[     4.221] (II) LoadModule: "nvidia"
[     4.221] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     4.221] (II) Module nvidia: vendor="NVIDIA Corporation"
[     4.221] 	compiled for 1.6.99.901, module version = 1.0.0
[     4.221] 	Module class: X.Org Video Driver
[     4.221] (II) NVIDIA dlloader X Driver  495.44  Fri Oct 22 06:11:21 UTC 2021
[     4.221] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     4.221] (II) Loading sub module "fb"
[     4.221] (II) LoadModule: "fb"
[     4.221] (II) Module "fb" already built-in
[     4.221] (II) Loading sub module "wfb"
[     4.221] (II) LoadModule: "wfb"
[     4.221] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     4.221] (II) Module wfb: vendor="X.Org Foundation"
[     4.221] 	compiled for 1.21.1.1, module version = 1.0.0
[     4.221] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     4.221] (II) Loading sub module "ramdac"
[     4.221] (II) LoadModule: "ramdac"
[     4.221] (II) Module "ramdac" already built-in
[     4.221] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     4.221] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[     4.221] (==) NVIDIA(0): RGB weight 888
[     4.221] (==) NVIDIA(0): Default visual is TrueColor
[     4.221] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[     4.221] (**) NVIDIA(0): Enabling 2D acceleration
[     4.221] (II) Loading sub module "glxserver_nvidia"
[     4.221] (II) LoadModule: "glxserver_nvidia"
[     4.221] (WW) Warning, couldn't open module glxserver_nvidia
[     4.221] (EE) NVIDIA: Failed to load module "glxserver_nvidia" (module does not exist, 0)
[     4.221] (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
[     4.221] (EE) NVIDIA(0):     log file that the GLX module has been loaded in your X
[     4.221] (EE) NVIDIA(0):     server, and that the module is the NVIDIA GLX module.  If
[     4.221] (EE) NVIDIA(0):     you continue to encounter problems, Please try
[     4.221] (EE) NVIDIA(0):     reinstalling the NVIDIA driver.
[     4.221] (II) NVIDIA: The X server does not support PRIME Render Offload.
[     4.781] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[     4.781] (--) NVIDIA(0):     DFP-0
[     4.781] (--) NVIDIA(0):     DFP-1
[     4.781] (--) NVIDIA(0):     DFP-2
[     4.781] (--) NVIDIA(0):     DFP-3
[     4.788] (WW) NVIDIA: No DRM device: Direct render devices found but none could be
[     4.788] (WW) NVIDIA:     used.
[     4.788] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 3060 Laptop GPU (GA106-A) at
[     4.788] (II) NVIDIA(0):     PCI:1:0:0 (GPU-0)
[     4.788] (--) NVIDIA(0): Memory: 6291456 kBytes
[     4.788] (--) NVIDIA(0): VideoBIOS: 94.06.1e.00.28
[     4.788] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[     4.788] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     4.788] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[     4.788] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[     4.788] (--) NVIDIA(GPU-0): 
[     4.789] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     4.789] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[     4.789] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[     4.789] (--) NVIDIA(GPU-0): 
[     4.789] (--) NVIDIA(GPU-0): DFP-2: disconnected
[     4.789] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[     4.789] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[     4.789] (--) NVIDIA(GPU-0): 
[     4.789] (--) NVIDIA(GPU-0): DFP-3: disconnected
[     4.789] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[     4.789] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[     4.789] (--) NVIDIA(GPU-0): 
[     4.789] (==) NVIDIA(0): 
[     4.789] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[     4.789] (==) NVIDIA(0):     will be used as the requested mode.
[     4.789] (==) NVIDIA(0): 
[     4.789] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[     4.789] (--) NVIDIA(0):     AllowEmptyInitialConfiguration is enabled
[     4.789] (II) NVIDIA(0): Validated MetaModes:
[     4.789] (II) NVIDIA(0):     "NULL"
[     4.789] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[     4.789] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[     4.789] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[     4.789] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[     4.790] (II) NVIDIA:     access.
[     4.808] (II) NVIDIA(0): Setting mode "NULL"
[     4.814] (==) NVIDIA(0): Disabling shared memory pixmaps
[     4.814] (==) NVIDIA(0): Backing store enabled
[     4.814] (==) NVIDIA(0): Silken mouse enabled
[     4.814] (==) NVIDIA(0): DPMS enabled
[     4.814] (WW) NVIDIA(0): Option "NoLogo" is not used
[     4.814] (II) Loading sub module "dri2"
[     4.814] (II) LoadModule: "dri2"
[     4.814] (II) Module "dri2" already built-in
[     4.814] (II) NVIDIA(0): [DRI2] Setup complete
[     4.814] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[     4.814] (II) Initializing extension Generic Event Extension
[     4.814] (II) Initializing extension SHAPE
[     4.814] (II) Initializing extension MIT-SHM
[     4.814] (II) Initializing extension XInputExtension
[     4.814] (II) Initializing extension XTEST
[     4.814] (II) Initializing extension BIG-REQUESTS
[     4.814] (II) Initializing extension SYNC
[     4.815] (II) Initializing extension XKEYBOARD
[     4.815] (II) Initializing extension XC-MISC
[     4.815] (II) Initializing extension SECURITY
[     4.815] (II) Initializing extension XFIXES
[     4.815] (II) Initializing extension RENDER
[     4.815] (II) Initializing extension RANDR
[     4.815] (II) Initializing extension COMPOSITE
[     4.815] (II) Initializing extension DAMAGE
[     4.815] (II) Initializing extension MIT-SCREEN-SAVER
[     4.815] (II) Initializing extension DOUBLE-BUFFER
[     4.815] (II) Initializing extension RECORD
[     4.815] (II) Initializing extension DPMS
[     4.815] (II) Initializing extension Present
[     4.815] (II) Initializing extension DRI3
[     4.815] (II) Initializing extension X-Resource
[     4.815] (II) Initializing extension XVideo
[     4.815] (II) Initializing extension XVideo-MotionCompensation
[     4.815] (II) Initializing extension GLX
[     4.815] (II) AIGLX: Screen 0 is not DRI2 capable
[     4.829] (II) IGLX: Loaded and initialized swrast
[     4.829] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[     4.829] (II) Initializing extension XFree86-VidModeExtension
[     4.829] (II) Initializing extension XFree86-DGA
[     4.829] (II) Initializing extension XFree86-DRI
[     4.829] (II) Initializing extension DRI2
[     4.829] (II) Initializing extension NV-GLX
[     4.829] (II) Initializing extension NV-CONTROL
[     4.864] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event4)
[     4.864] (**) Asus Wireless Radio Control: Applying InputClass "devname"
[     4.864] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[     4.864] (**) Asus Wireless Radio Control: Applying InputClass "system-keyboard"
[     4.864] (II) LoadModule: "libinput"
[     4.864] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     4.864] (II) Module libinput: vendor="X.Org Foundation"
[     4.864] 	compiled for 1.21.1, module version = 1.2.0
[     4.864] 	Module class: X.Org XInput Driver
[     4.864] 	ABI class: X.Org XInput driver, version 24.4
[     4.864] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[     4.864] (**) Asus Wireless Radio Control: always reports core events
[     4.864] (**) Option "Device" "/dev/input/event4"
[     4.864] (**) Option "_source" "server/udev"
[     4.865] (II) event4  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[     4.865] (II) event4  - Asus Wireless Radio Control: device is a keyboard
[     4.865] (II) event4  - Asus Wireless Radio Control: device removed
[     4.916] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input4/event4"
[     4.916] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 6)
[     4.916] (**) Option "xkb_layout" "fr"
[     4.916] (**) Option "xkb_variant" "bepo"
[     4.940] (II) event4  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[     4.940] (II) event4  - Asus Wireless Radio Control: device is a keyboard
[     4.940] (II) config/udev: Adding input device Video Bus (/dev/input/event14)
[     4.940] (**) Video Bus: Applying InputClass "devname"
[     4.940] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     4.940] (**) Video Bus: Applying InputClass "system-keyboard"
[     4.940] (II) Using input driver 'libinput' for 'Video Bus'
[     4.940] (**) Video Bus: always reports core events
[     4.940] (**) Option "Device" "/dev/input/event14"
[     4.940] (**) Option "_source" "server/udev"
[     4.941] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[     4.941] (II) event14 - Video Bus: device is a keyboard
[     4.941] (II) event14 - Video Bus: device removed
[     4.969] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input14/event14"
[     4.969] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     4.969] (**) Option "xkb_layout" "fr"
[     4.969] (**) Option "xkb_variant" "bepo"
[     4.971] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[     4.971] (II) event14 - Video Bus: device is a keyboard
[     4.972] (II) config/udev: Adding input device Video Bus (/dev/input/event13)
[     4.972] (**) Video Bus: Applying InputClass "devname"
[     4.972] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     4.972] (**) Video Bus: Applying InputClass "system-keyboard"
[     4.972] (II) Using input driver 'libinput' for 'Video Bus'
[     4.972] (**) Video Bus: always reports core events
[     4.972] (**) Option "Device" "/dev/input/event13"
[     4.972] (**) Option "_source" "server/udev"
[     4.973] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[     4.973] (II) event13 - Video Bus: device is a keyboard
[     4.973] (II) event13 - Video Bus: device removed
[     5.009] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input13/event13"
[     5.009] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[     5.009] (**) Option "xkb_layout" "fr"
[     5.009] (**) Option "xkb_variant" "bepo"
[     5.011] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[     5.011] (II) event13 - Video Bus: device is a keyboard
[     5.012] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     5.012] (**) Power Button: Applying InputClass "devname"
[     5.012] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     5.012] (**) Power Button: Applying InputClass "system-keyboard"
[     5.012] (II) Using input driver 'libinput' for 'Power Button'
[     5.012] (**) Power Button: always reports core events
[     5.012] (**) Option "Device" "/dev/input/event1"
[     5.012] (**) Option "_source" "server/udev"
[     5.013] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     5.013] (II) event1  - Power Button: device is a keyboard
[     5.013] (II) event1  - Power Button: device removed
[     5.049] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[     5.049] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[     5.049] (**) Option "xkb_layout" "fr"
[     5.049] (**) Option "xkb_variant" "bepo"
[     5.051] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     5.051] (II) event1  - Power Button: device is a keyboard
[     5.051] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[     5.051] (**) Lid Switch: Applying InputClass "devname"
[     5.051] (II) Using input driver 'libinput' for 'Lid Switch'
[     5.051] (**) Lid Switch: always reports core events
[     5.051] (**) Option "Device" "/dev/input/event2"
[     5.051] (**) Option "_source" "server/udev"
[     5.052] (II) event2  - Lid Switch: is tagged by udev as: Switch
[     5.052] (II) event2  - Lid Switch: device is a switch device
[     5.052] (II) event2  - Lid Switch: device is a switch device
[     5.053] (II) event2  - Lid Switch: device removed
[     5.089] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2/event2"
[     5.089] (II) XINPUT: Adding extended input device "Lid Switch" (type: KEYBOARD, id 10)
[     5.090] (II) event2  - Lid Switch: is tagged by udev as: Switch
[     5.090] (II) event2  - Lid Switch: device is a switch device
[     5.091] (II) event2  - Lid Switch: device is a switch device
[     5.091] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[     5.091] (**) Sleep Button: Applying InputClass "devname"
[     5.091] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     5.091] (**) Sleep Button: Applying InputClass "system-keyboard"
[     5.091] (II) Using input driver 'libinput' for 'Sleep Button'
[     5.091] (**) Sleep Button: always reports core events
[     5.091] (**) Option "Device" "/dev/input/event0"
[     5.092] (**) Option "_source" "server/udev"
[     5.092] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[     5.093] (II) event0  - Sleep Button: device is a keyboard
[     5.093] (II) event0  - Sleep Button: device removed
[     5.129] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[     5.129] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 11)
[     5.129] (**) Option "xkb_layout" "fr"
[     5.129] (**) Option "xkb_variant" "bepo"
[     5.131] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[     5.131] (II) event0  - Sleep Button: device is a keyboard
[     5.131] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event10)
[     5.131] (**) HDA NVidia HDMI/DP,pcm=9: Applying InputClass "devname"
[     5.131] (II) Using input driver 'libinput' for 'HDA NVidia HDMI/DP,pcm=9'
[     5.131] (**) HDA NVidia HDMI/DP,pcm=9: always reports core events
[     5.131] (**) Option "Device" "/dev/input/event10"
[     5.132] (**) Option "_source" "server/udev"
[     5.133] (II) event10 - HDA NVidia HDMI/DP,pcm=9: is tagged by udev as: Switch
[     5.169] (II) event10 - not using input device '/dev/input/event10'.
[     5.169] (EE) libinput: HDA NVidia HDMI/DP,pcm=9: Failed to create a device for /dev/input/event10
[     5.169] (EE) PreInit returned 2 for "HDA NVidia HDMI/DP,pcm=9"
[     5.169] (II) UnloadModule: "libinput"
[     5.170] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event11)
[     5.170] (**) HDA NVidia HDMI/DP,pcm=10: Applying InputClass "devname"
[     5.170] (II) Using input driver 'libinput' for 'HDA NVidia HDMI/DP,pcm=10'
[     5.170] (**) HDA NVidia HDMI/DP,pcm=10: always reports core events
[     5.170] (**) Option "Device" "/dev/input/event11"
[     5.170] (**) Option "_source" "server/udev"
[     5.171] (II) event11 - HDA NVidia HDMI/DP,pcm=10: is tagged by udev as: Switch
[     5.196] (II) event11 - not using input device '/dev/input/event11'.
[     5.196] (EE) libinput: HDA NVidia HDMI/DP,pcm=10: Failed to create a device for /dev/input/event11
[     5.196] (EE) PreInit returned 2 for "HDA NVidia HDMI/DP,pcm=10"
[     5.196] (II) UnloadModule: "libinput"
[     5.197] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event7)
[     5.197] (**) HDA NVidia HDMI/DP,pcm=3: Applying InputClass "devname"
[     5.197] (II) Using input driver 'libinput' for 'HDA NVidia HDMI/DP,pcm=3'
[     5.197] (**) HDA NVidia HDMI/DP,pcm=3: always reports core events
[     5.197] (**) Option "Device" "/dev/input/event7"
[     5.197] (**) Option "_source" "server/udev"
[     5.198] (II) event7  - HDA NVidia HDMI/DP,pcm=3: is tagged by udev as: Switch
[     5.222] (II) event7  - not using input device '/dev/input/event7'.
[     5.223] (EE) libinput: HDA NVidia HDMI/DP,pcm=3: Failed to create a device for /dev/input/event7
[     5.223] (EE) PreInit returned 2 for "HDA NVidia HDMI/DP,pcm=3"
[     5.223] (II) UnloadModule: "libinput"
[     5.223] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event8)
[     5.223] (**) HDA NVidia HDMI/DP,pcm=7: Applying InputClass "devname"
[     5.223] (II) Using input driver 'libinput' for 'HDA NVidia HDMI/DP,pcm=7'
[     5.223] (**) HDA NVidia HDMI/DP,pcm=7: always reports core events
[     5.223] (**) Option "Device" "/dev/input/event8"
[     5.223] (**) Option "_source" "server/udev"
[     5.224] (II) event8  - HDA NVidia HDMI/DP,pcm=7: is tagged by udev as: Switch
[     5.262] (II) event8  - not using input device '/dev/input/event8'.
[     5.263] (EE) libinput: HDA NVidia HDMI/DP,pcm=7: Failed to create a device for /dev/input/event8
[     5.263] (EE) PreInit returned 2 for "HDA NVidia HDMI/DP,pcm=7"
[     5.263] (II) UnloadModule: "libinput"
[     5.263] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event9)
[     5.263] (**) HDA NVidia HDMI/DP,pcm=8: Applying InputClass "devname"
[     5.263] (II) Using input driver 'libinput' for 'HDA NVidia HDMI/DP,pcm=8'
[     5.263] (**) HDA NVidia HDMI/DP,pcm=8: always reports core events
[     5.263] (**) Option "Device" "/dev/input/event9"
[     5.263] (**) Option "_source" "server/udev"
[     5.265] (II) event9  - HDA NVidia HDMI/DP,pcm=8: is tagged by udev as: Switch
[     5.289] (II) event9  - not using input device '/dev/input/event9'.
[     5.289] (EE) libinput: HDA NVidia HDMI/DP,pcm=8: Failed to create a device for /dev/input/event9
[     5.289] (EE) PreInit returned 2 for "HDA NVidia HDMI/DP,pcm=8"
[     5.289] (II) UnloadModule: "libinput"
[     5.291] (II) config/udev: Adding input device MOSART Semi. 2.4G INPUT DEVICE (/dev/input/event31)
[     5.291] (**) MOSART Semi. 2.4G INPUT DEVICE: Applying InputClass "devname"
[     5.291] (**) MOSART Semi. 2.4G INPUT DEVICE: Applying InputClass "libinput keyboard catchall"
[     5.291] (**) MOSART Semi. 2.4G INPUT DEVICE: Applying InputClass "system-keyboard"
[     5.291] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G INPUT DEVICE'
[     5.291] (**) MOSART Semi. 2.4G INPUT DEVICE: always reports core events
[     5.291] (**) Option "Device" "/dev/input/event31"
[     5.291] (**) Option "_source" "server/udev"
[     5.293] (II) event31 - MOSART Semi. 2.4G INPUT DEVICE: is tagged by udev as: Keyboard
[     5.293] (II) event31 - MOSART Semi. 2.4G INPUT DEVICE: device is a keyboard
[     5.293] (II) event31 - MOSART Semi. 2.4G INPUT DEVICE: device removed
[     5.329] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/0003:062A:4101.0002/input/input33/event31"
[     5.329] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G INPUT DEVICE" (type: KEYBOARD, id 12)
[     5.329] (**) Option "xkb_layout" "fr"
[     5.329] (**) Option "xkb_variant" "bepo"
[     5.331] (II) event31 - MOSART Semi. 2.4G INPUT DEVICE: is tagged by udev as: Keyboard
[     5.331] (II) event31 - MOSART Semi. 2.4G INPUT DEVICE: device is a keyboard
[     5.333] (II) config/udev: Adding input device MOSART Semi. 2.4G INPUT DEVICE Mouse (/dev/input/event257)
[     5.333] (**) MOSART Semi. 2.4G INPUT DEVICE Mouse: Applying InputClass "devname"
[     5.333] (**) MOSART Semi. 2.4G INPUT DEVICE Mouse: Applying InputClass "libinput pointer catchall"
[     5.333] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G INPUT DEVICE Mouse'
[     5.333] (**) MOSART Semi. 2.4G INPUT DEVICE Mouse: always reports core events
[     5.333] (**) Option "Device" "/dev/input/event257"
[     5.333] (**) Option "_source" "server/udev"
[     5.334] (II) event257 - MOSART Semi. 2.4G INPUT DEVICE Mouse: is tagged by udev as: Mouse
[     5.334] (II) event257 - MOSART Semi. 2.4G INPUT DEVICE Mouse: device is a pointer
[     5.335] (II) event257 - MOSART Semi. 2.4G INPUT DEVICE Mouse: device removed
[     5.409] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.1/0003:062A:4101.0003/input/input35/event257"
[     5.409] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G INPUT DEVICE Mouse" (type: MOUSE, id 13)
[     5.410] (**) Option "AccelerationScheme" "none"
[     5.410] (**) MOSART Semi. 2.4G INPUT DEVICE Mouse: (accel) selected scheme none/0
[     5.410] (**) MOSART Semi. 2.4G INPUT DEVICE Mouse: (accel) acceleration factor: 2.000
[     5.410] (**) MOSART Semi. 2.4G INPUT DEVICE Mouse: (accel) acceleration threshold: 4
[     5.411] (II) event257 - MOSART Semi. 2.4G INPUT DEVICE Mouse: is tagged by udev as: Mouse
[     5.412] (II) event257 - MOSART Semi. 2.4G INPUT DEVICE Mouse: device is a pointer
[     5.413] (II) config/udev: Adding input device MOSART Semi. 2.4G INPUT DEVICE Mouse (/dev/input/mouse2)
[     5.413] (**) MOSART Semi. 2.4G INPUT DEVICE Mouse: Applying InputClass "devname"
[     5.413] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G INPUT DEVICE Mouse'
[     5.413] (**) MOSART Semi. 2.4G INPUT DEVICE Mouse: always reports core events
[     5.413] (**) Option "Device" "/dev/input/mouse2"
[     5.413] (**) Option "_source" "server/udev"
[     5.476] (II) mouse2  - not using input device '/dev/input/mouse2'.
[     5.476] (EE) libinput: MOSART Semi. 2.4G INPUT DEVICE Mouse: Failed to create a device for /dev/input/mouse2
[     5.476] (EE) PreInit returned 2 for "MOSART Semi. 2.4G INPUT DEVICE Mouse"
[     5.476] (II) UnloadModule: "libinput"
[     5.477] (II) config/udev: Adding input device MOSART Semi. 2.4G INPUT DEVICE Consumer Control (/dev/input/event258)
[     5.477] (**) MOSART Semi. 2.4G INPUT DEVICE Consumer Control: Applying InputClass "devname"
[     5.477] (**) MOSART Semi. 2.4G INPUT DEVICE Consumer Control: Applying InputClass "libinput keyboard catchall"
[     5.477] (**) MOSART Semi. 2.4G INPUT DEVICE Consumer Control: Applying InputClass "system-keyboard"
[     5.477] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G INPUT DEVICE Consumer Control'
[     5.477] (**) MOSART Semi. 2.4G INPUT DEVICE Consumer Control: always reports core events
[     5.477] (**) Option "Device" "/dev/input/event258"
[     5.477] (**) Option "_source" "server/udev"
[     5.479] (II) event258 - MOSART Semi. 2.4G INPUT DEVICE Consumer Control: is tagged by udev as: Keyboard
[     5.479] (II) event258 - MOSART Semi. 2.4G INPUT DEVICE Consumer Control: device is a keyboard
[     5.479] (II) event258 - MOSART Semi. 2.4G INPUT DEVICE Consumer Control: device removed
[     5.529] (II) libinput: MOSART Semi. 2.4G INPUT DEVICE Consumer Control: needs a virtual subdevice
[     5.529] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.1/0003:062A:4101.0003/input/input36/event258"
[     5.529] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G INPUT DEVICE Consumer Control" (type: MOUSE, id 14)
[     5.530] (**) Option "AccelerationScheme" "none"
[     5.530] (**) MOSART Semi. 2.4G INPUT DEVICE Consumer Control: (accel) selected scheme none/0
[     5.530] (**) MOSART Semi. 2.4G INPUT DEVICE Consumer Control: (accel) acceleration factor: 2.000
[     5.530] (**) MOSART Semi. 2.4G INPUT DEVICE Consumer Control: (accel) acceleration threshold: 4
[     5.531] (II) event258 - MOSART Semi. 2.4G INPUT DEVICE Consumer Control: is tagged by udev as: Keyboard
[     5.532] (II) event258 - MOSART Semi. 2.4G INPUT DEVICE Consumer Control: device is a keyboard
[     5.533] (II) config/udev: Adding input device MOSART Semi. 2.4G INPUT DEVICE System Control (/dev/input/event259)
[     5.533] (**) MOSART Semi. 2.4G INPUT DEVICE System Control: Applying InputClass "devname"
[     5.533] (**) MOSART Semi. 2.4G INPUT DEVICE System Control: Applying InputClass "libinput keyboard catchall"
[     5.533] (**) MOSART Semi. 2.4G INPUT DEVICE System Control: Applying InputClass "system-keyboard"
[     5.533] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G INPUT DEVICE System Control'
[     5.533] (**) MOSART Semi. 2.4G INPUT DEVICE System Control: always reports core events
[     5.533] (**) Option "Device" "/dev/input/event259"
[     5.533] (**) Option "_source" "server/udev"
[     5.534] (II) event259 - MOSART Semi. 2.4G INPUT DEVICE System Control: is tagged by udev as: Keyboard
[     5.535] (II) event259 - MOSART Semi. 2.4G INPUT DEVICE System Control: device is a keyboard
[     5.535] (II) event259 - MOSART Semi. 2.4G INPUT DEVICE System Control: device removed
[     5.569] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.1/0003:062A:4101.0003/input/input37/event259"
[     5.569] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G INPUT DEVICE System Control" (type: KEYBOARD, id 15)
[     5.569] (**) Option "xkb_layout" "fr"
[     5.569] (**) Option "xkb_variant" "bepo"
[     5.571] (II) event259 - MOSART Semi. 2.4G INPUT DEVICE System Control: is tagged by udev as: Keyboard
[     5.572] (II) event259 - MOSART Semi. 2.4G INPUT DEVICE System Control: device is a keyboard
[     5.573] (II) config/udev: Adding input device MOSART Semi. 2.4G INPUT DEVICE (/dev/input/event260)
[     5.573] (**) MOSART Semi. 2.4G INPUT DEVICE: Applying InputClass "devname"
[     5.573] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G INPUT DEVICE'
[     5.573] (**) MOSART Semi. 2.4G INPUT DEVICE: always reports core events
[     5.573] (**) Option "Device" "/dev/input/event260"
[     5.573] (**) Option "_source" "server/udev"
[     5.574] (II) event260 - MOSART Semi. 2.4G INPUT DEVICE: not tagged as supported input device
[     5.649] (II) event260 - not using input device '/dev/input/event260'.
[     5.649] (EE) libinput: MOSART Semi. 2.4G INPUT DEVICE: Failed to create a device for /dev/input/event260
[     5.649] (EE) PreInit returned 2 for "MOSART Semi. 2.4G INPUT DEVICE"
[     5.649] (II) UnloadModule: "libinput"
[     5.650] (II) config/udev: Adding input device USB2.0 HD UVC WebCam: USB2.0 HD (/dev/input/event256)
[     5.650] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "devname"
[     5.650] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "libinput keyboard catchall"
[     5.650] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "system-keyboard"
[     5.650] (II) Using input driver 'libinput' for 'USB2.0 HD UVC WebCam: USB2.0 HD'
[     5.650] (**) USB2.0 HD UVC WebCam: USB2.0 HD: always reports core events
[     5.651] (**) Option "Device" "/dev/input/event256"
[     5.651] (**) Option "_source" "server/udev"
[     5.652] (II) event256 - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[     5.652] (II) event256 - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[     5.652] (II) event256 - USB2.0 HD UVC WebCam: USB2.0 HD: device removed
[     5.716] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/input/input34/event256"
[     5.716] (II) XINPUT: Adding extended input device "USB2.0 HD UVC WebCam: USB2.0 HD" (type: KEYBOARD, id 16)
[     5.716] (**) Option "xkb_layout" "fr"
[     5.716] (**) Option "xkb_variant" "bepo"
[     5.718] (II) event256 - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[     5.718] (II) event256 - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[     5.719] (II) config/udev: Adding input device ELAN1203:00 04F3:307A Mouse (/dev/input/event15)
[     5.719] (**) ELAN1203:00 04F3:307A Mouse: Applying InputClass "devname"
[     5.719] (**) ELAN1203:00 04F3:307A Mouse: Applying InputClass "libinput pointer catchall"
[     5.719] (II) Using input driver 'libinput' for 'ELAN1203:00 04F3:307A Mouse'
[     5.719] (**) ELAN1203:00 04F3:307A Mouse: always reports core events
[     5.719] (**) Option "Device" "/dev/input/event15"
[     5.719] (**) Option "_source" "server/udev"
[     5.721] (II) event15 - ELAN1203:00 04F3:307A Mouse: is tagged by udev as: Mouse Pointingstick
[     5.721] (II) event15 - ELAN1203:00 04F3:307A Mouse: device is a pointer
[     5.723] (II) event15 - ELAN1203:00 04F3:307A Mouse: device removed
[     5.796] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN1203:00/0018:04F3:307A.0001/input/input31/event15"
[     5.796] (II) XINPUT: Adding extended input device "ELAN1203:00 04F3:307A Mouse" (type: MOUSE, id 17)
[     5.796] (**) Option "AccelerationScheme" "none"
[     5.796] (**) ELAN1203:00 04F3:307A Mouse: (accel) selected scheme none/0
[     5.796] (**) ELAN1203:00 04F3:307A Mouse: (accel) acceleration factor: 2.000
[     5.796] (**) ELAN1203:00 04F3:307A Mouse: (accel) acceleration threshold: 4
[     5.798] (II) event15 - ELAN1203:00 04F3:307A Mouse: is tagged by udev as: Mouse Pointingstick
[     5.798] (II) event15 - ELAN1203:00 04F3:307A Mouse: device is a pointer
[     5.801] (II) config/udev: Adding input device ELAN1203:00 04F3:307A Mouse (/dev/input/mouse0)
[     5.801] (**) ELAN1203:00 04F3:307A Mouse: Applying InputClass "devname"
[     5.801] (II) Using input driver 'libinput' for 'ELAN1203:00 04F3:307A Mouse'
[     5.801] (**) ELAN1203:00 04F3:307A Mouse: always reports core events
[     5.801] (**) Option "Device" "/dev/input/mouse0"
[     5.801] (**) Option "_source" "server/udev"
[     5.862] (II) mouse0  - not using input device '/dev/input/mouse0'.
[     5.862] (EE) libinput: ELAN1203:00 04F3:307A Mouse: Failed to create a device for /dev/input/mouse0
[     5.863] (EE) PreInit returned 2 for "ELAN1203:00 04F3:307A Mouse"
[     5.863] (II) UnloadModule: "libinput"
[     5.863] (II) config/udev: Adding input device ELAN1203:00 04F3:307A Touchpad (/dev/input/event16)
[     5.864] (**) ELAN1203:00 04F3:307A Touchpad: Applying InputClass "devname"
[     5.864] (**) ELAN1203:00 04F3:307A Touchpad: Applying InputClass "libinput touchpad catchall"
[     5.864] (II) Using input driver 'libinput' for 'ELAN1203:00 04F3:307A Touchpad'
[     5.864] (**) ELAN1203:00 04F3:307A Touchpad: always reports core events
[     5.864] (**) Option "Device" "/dev/input/event16"
[     5.864] (**) Option "_source" "server/udev"
[     5.865] (II) event16 - ELAN1203:00 04F3:307A Touchpad: is tagged by udev as: Touchpad
[     5.867] (II) event16 - ELAN1203:00 04F3:307A Touchpad: device is a touchpad
[     5.867] (II) event16 - ELAN1203:00 04F3:307A Touchpad: device removed
[     5.942] (**) Option "Tapping" "on"
[     5.943] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN1203:00/0018:04F3:307A.0001/input/input32/event16"
[     5.943] (II) XINPUT: Adding extended input device "ELAN1203:00 04F3:307A Touchpad" (type: TOUCHPAD, id 18)
[     5.944] (**) Option "AccelerationScheme" "none"
[     5.944] (**) ELAN1203:00 04F3:307A Touchpad: (accel) selected scheme none/0
[     5.944] (**) ELAN1203:00 04F3:307A Touchpad: (accel) acceleration factor: 2.000
[     5.944] (**) ELAN1203:00 04F3:307A Touchpad: (accel) acceleration threshold: 4
[     5.947] (II) event16 - ELAN1203:00 04F3:307A Touchpad: is tagged by udev as: Touchpad
[     5.949] (II) event16 - ELAN1203:00 04F3:307A Touchpad: device is a touchpad
[     5.951] (II) config/udev: Adding input device ELAN1203:00 04F3:307A Touchpad (/dev/input/mouse1)
[     5.951] (**) ELAN1203:00 04F3:307A Touchpad: Applying InputClass "devname"
[     5.951] (II) Using input driver 'libinput' for 'ELAN1203:00 04F3:307A Touchpad'
[     5.951] (**) ELAN1203:00 04F3:307A Touchpad: always reports core events
[     5.951] (**) Option "Device" "/dev/input/mouse1"
[     5.951] (**) Option "_source" "server/udev"
[     6.022] (II) mouse1  - not using input device '/dev/input/mouse1'.
[     6.023] (EE) libinput: ELAN1203:00 04F3:307A Touchpad: Failed to create a device for /dev/input/mouse1
[     6.023] (EE) PreInit returned 2 for "ELAN1203:00 04F3:307A Touchpad"
[     6.023] (II) UnloadModule: "libinput"
[     6.023] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event18)
[     6.023] (**) HDA Intel PCH Headphone: Applying InputClass "devname"
[     6.023] (II) Using input driver 'libinput' for 'HDA Intel PCH Headphone'
[     6.023] (**) HDA Intel PCH Headphone: always reports core events
[     6.023] (**) Option "Device" "/dev/input/event18"
[     6.023] (**) Option "_source" "server/udev"
[     6.025] (II) event18 - HDA Intel PCH Headphone: is tagged by udev as: Switch
[     6.062] (II) event18 - not using input device '/dev/input/event18'.
[     6.063] (EE) libinput: HDA Intel PCH Headphone: Failed to create a device for /dev/input/event18
[     6.063] (EE) PreInit returned 2 for "HDA Intel PCH Headphone"
[     6.063] (II) UnloadModule: "libinput"
[     6.063] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event19)
[     6.063] (**) HDA Intel PCH HDMI/DP,pcm=3: Applying InputClass "devname"
[     6.063] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=3'
[     6.063] (**) HDA Intel PCH HDMI/DP,pcm=3: always reports core events
[     6.063] (**) Option "Device" "/dev/input/event19"
[     6.064] (**) Option "_source" "server/udev"
[     6.065] (II) event19 - HDA Intel PCH HDMI/DP,pcm=3: is tagged by udev as: Switch
[     6.089] (II) event19 - not using input device '/dev/input/event19'.
[     6.089] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=3: Failed to create a device for /dev/input/event19
[     6.089] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=3"
[     6.089] (II) UnloadModule: "libinput"
[     6.090] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event20)
[     6.090] (**) HDA Intel PCH HDMI/DP,pcm=7: Applying InputClass "devname"
[     6.090] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=7'
[     6.090] (**) HDA Intel PCH HDMI/DP,pcm=7: always reports core events
[     6.090] (**) Option "Device" "/dev/input/event20"
[     6.090] (**) Option "_source" "server/udev"
[     6.091] (II) event20 - HDA Intel PCH HDMI/DP,pcm=7: is tagged by udev as: Switch
[     6.116] (II) event20 - not using input device '/dev/input/event20'.
[     6.116] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=7: Failed to create a device for /dev/input/event20
[     6.116] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=7"
[     6.116] (II) UnloadModule: "libinput"
[     6.117] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event21)
[     6.117] (**) HDA Intel PCH HDMI/DP,pcm=8: Applying InputClass "devname"
[     6.117] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=8'
[     6.117] (**) HDA Intel PCH HDMI/DP,pcm=8: always reports core events
[     6.117] (**) Option "Device" "/dev/input/event21"
[     6.117] (**) Option "_source" "server/udev"
[     6.118] (II) event21 - HDA Intel PCH HDMI/DP,pcm=8: is tagged by udev as: Switch
[     6.142] (II) event21 - not using input device '/dev/input/event21'.
[     6.143] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=8: Failed to create a device for /dev/input/event21
[     6.143] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=8"
[     6.143] (II) UnloadModule: "libinput"
[     6.143] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event22)
[     6.143] (**) HDA Intel PCH HDMI/DP,pcm=9: Applying InputClass "devname"
[     6.143] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=9'
[     6.143] (**) HDA Intel PCH HDMI/DP,pcm=9: always reports core events
[     6.143] (**) Option "Device" "/dev/input/event22"
[     6.143] (**) Option "_source" "server/udev"
[     6.144] (II) event22 - HDA Intel PCH HDMI/DP,pcm=9: is tagged by udev as: Switch
[     6.182] (II) event22 - not using input device '/dev/input/event22'.
[     6.183] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=9: Failed to create a device for /dev/input/event22
[     6.183] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=9"
[     6.183] (II) UnloadModule: "libinput"
[     6.183] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event23)
[     6.183] (**) HDA Intel PCH HDMI/DP,pcm=10: Applying InputClass "devname"
[     6.183] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=10'
[     6.183] (**) HDA Intel PCH HDMI/DP,pcm=10: always reports core events
[     6.183] (**) Option "Device" "/dev/input/event23"
[     6.183] (**) Option "_source" "server/udev"
[     6.184] (II) event23 - HDA Intel PCH HDMI/DP,pcm=10: is tagged by udev as: Switch
[     6.209] (II) event23 - not using input device '/dev/input/event23'.
[     6.209] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=10: Failed to create a device for /dev/input/event23
[     6.209] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=10"
[     6.209] (II) UnloadModule: "libinput"
[     6.210] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=11 (/dev/input/event24)
[     6.210] (**) HDA Intel PCH HDMI/DP,pcm=11: Applying InputClass "devname"
[     6.210] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=11'
[     6.210] (**) HDA Intel PCH HDMI/DP,pcm=11: always reports core events
[     6.210] (**) Option "Device" "/dev/input/event24"
[     6.210] (**) Option "_source" "server/udev"
[     6.211] (II) event24 - HDA Intel PCH HDMI/DP,pcm=11: is tagged by udev as: Switch
[     6.236] (II) event24 - not using input device '/dev/input/event24'.
[     6.236] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=11: Failed to create a device for /dev/input/event24
[     6.236] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=11"
[     6.236] (II) UnloadModule: "libinput"
[     6.237] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=12 (/dev/input/event25)
[     6.237] (**) HDA Intel PCH HDMI/DP,pcm=12: Applying InputClass "devname"
[     6.237] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=12'
[     6.237] (**) HDA Intel PCH HDMI/DP,pcm=12: always reports core events
[     6.237] (**) Option "Device" "/dev/input/event25"
[     6.237] (**) Option "_source" "server/udev"
[     6.238] (II) event25 - HDA Intel PCH HDMI/DP,pcm=12: is tagged by udev as: Switch
[     6.262] (II) event25 - not using input device '/dev/input/event25'.
[     6.263] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=12: Failed to create a device for /dev/input/event25
[     6.263] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=12"
[     6.263] (II) UnloadModule: "libinput"
[     6.263] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=13 (/dev/input/event26)
[     6.263] (**) HDA Intel PCH HDMI/DP,pcm=13: Applying InputClass "devname"
[     6.263] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=13'
[     6.263] (**) HDA Intel PCH HDMI/DP,pcm=13: always reports core events
[     6.263] (**) Option "Device" "/dev/input/event26"
[     6.263] (**) Option "_source" "server/udev"
[     6.264] (II) event26 - HDA Intel PCH HDMI/DP,pcm=13: is tagged by udev as: Switch
[     6.286] (II) event26 - not using input device '/dev/input/event26'.
[     6.286] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=13: Failed to create a device for /dev/input/event26
[     6.286] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=13"
[     6.286] (II) UnloadModule: "libinput"
[     6.287] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=14 (/dev/input/event27)
[     6.287] (**) HDA Intel PCH HDMI/DP,pcm=14: Applying InputClass "devname"
[     6.287] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=14'
[     6.287] (**) HDA Intel PCH HDMI/DP,pcm=14: always reports core events
[     6.287] (**) Option "Device" "/dev/input/event27"
[     6.287] (**) Option "_source" "server/udev"
[     6.288] (II) event27 - HDA Intel PCH HDMI/DP,pcm=14: is tagged by udev as: Switch
[     6.316] (II) event27 - not using input device '/dev/input/event27'.
[     6.316] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=14: Failed to create a device for /dev/input/event27
[     6.316] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=14"
[     6.316] (II) UnloadModule: "libinput"
[     6.317] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=15 (/dev/input/event28)
[     6.317] (**) HDA Intel PCH HDMI/DP,pcm=15: Applying InputClass "devname"
[     6.317] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=15'
[     6.317] (**) HDA Intel PCH HDMI/DP,pcm=15: always reports core events
[     6.317] (**) Option "Device" "/dev/input/event28"
[     6.317] (**) Option "_source" "server/udev"
[     6.318] (II) event28 - HDA Intel PCH HDMI/DP,pcm=15: is tagged by udev as: Switch
[     6.356] (II) event28 - not using input device '/dev/input/event28'.
[     6.356] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=15: Failed to create a device for /dev/input/event28
[     6.356] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=15"
[     6.356] (II) UnloadModule: "libinput"
[     6.357] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=16 (/dev/input/event29)
[     6.357] (**) HDA Intel PCH HDMI/DP,pcm=16: Applying InputClass "devname"
[     6.357] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=16'
[     6.357] (**) HDA Intel PCH HDMI/DP,pcm=16: always reports core events
[     6.357] (**) Option "Device" "/dev/input/event29"
[     6.357] (**) Option "_source" "server/udev"
[     6.358] (II) event29 - HDA Intel PCH HDMI/DP,pcm=16: is tagged by udev as: Switch
[     6.382] (II) event29 - not using input device '/dev/input/event29'.
[     6.383] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=16: Failed to create a device for /dev/input/event29
[     6.383] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=16"
[     6.383] (II) UnloadModule: "libinput"
[     6.383] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=17 (/dev/input/event30)
[     6.383] (**) HDA Intel PCH HDMI/DP,pcm=17: Applying InputClass "devname"
[     6.383] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=17'
[     6.383] (**) HDA Intel PCH HDMI/DP,pcm=17: always reports core events
[     6.383] (**) Option "Device" "/dev/input/event30"
[     6.383] (**) Option "_source" "server/udev"
[     6.384] (II) event30 - HDA Intel PCH HDMI/DP,pcm=17: is tagged by udev as: Switch
[     6.422] (II) event30 - not using input device '/dev/input/event30'.
[     6.423] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=17: Failed to create a device for /dev/input/event30
[     6.423] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=17"
[     6.423] (II) UnloadModule: "libinput"
[     6.423] (II) config/udev: Adding input device Intel HID events (/dev/input/event5)
[     6.423] (**) Intel HID events: Applying InputClass "devname"
[     6.423] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[     6.423] (**) Intel HID events: Applying InputClass "system-keyboard"
[     6.423] (II) Using input driver 'libinput' for 'Intel HID events'
[     6.423] (**) Intel HID events: always reports core events
[     6.423] (**) Option "Device" "/dev/input/event5"
[     6.423] (**) Option "_source" "server/udev"
[     6.424] (II) event5  - Intel HID events: is tagged by udev as: Keyboard
[     6.424] (II) event5  - Intel HID events: device is a keyboard
[     6.425] (II) event5  - Intel HID events: device removed
[     6.449] (**) Option "config_info" "udev:/sys/devices/platform/INTC1051:00/input/input5/event5"
[     6.449] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 19)
[     6.449] (**) Option "xkb_layout" "fr"
[     6.449] (**) Option "xkb_variant" "bepo"
[     6.450] (II) event5  - Intel HID events: is tagged by udev as: Keyboard
[     6.451] (II) event5  - Intel HID events: device is a keyboard
[     6.451] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event6)
[     6.451] (**) Intel HID 5 button array: Applying InputClass "devname"
[     6.451] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[     6.451] (**) Intel HID 5 button array: Applying InputClass "system-keyboard"
[     6.451] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[     6.451] (**) Intel HID 5 button array: always reports core events
[     6.451] (**) Option "Device" "/dev/input/event6"
[     6.452] (**) Option "_source" "server/udev"
[     6.452] (II) event6  - Intel HID 5 button array: is tagged by udev as: Keyboard
[     6.452] (II) event6  - Intel HID 5 button array: device is a keyboard
[     6.453] (II) event6  - Intel HID 5 button array: device removed
[     6.489] (**) Option "config_info" "udev:/sys/devices/platform/INTC1051:00/input/input6/event6"
[     6.489] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 20)
[     6.489] (**) Option "xkb_layout" "fr"
[     6.489] (**) Option "xkb_variant" "bepo"
[     6.491] (II) event6  - Intel HID 5 button array: is tagged by udev as: Keyboard
[     6.491] (II) event6  - Intel HID 5 button array: device is a keyboard
[     6.492] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event17)
[     6.492] (**) Asus WMI hotkeys: Applying InputClass "devname"
[     6.492] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     6.492] (**) Asus WMI hotkeys: Applying InputClass "system-keyboard"
[     6.492] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[     6.492] (**) Asus WMI hotkeys: always reports core events
[     6.492] (**) Option "Device" "/dev/input/event17"
[     6.492] (**) Option "_source" "server/udev"
[     6.493] (II) event17 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[     6.493] (II) event17 - Asus WMI hotkeys: device is a keyboard
[     6.493] (II) event17 - Asus WMI hotkeys: device removed
[     6.536] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input18/event17"
[     6.536] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 21)
[     6.536] (**) Option "xkb_layout" "fr"
[     6.536] (**) Option "xkb_variant" "bepo"
[     6.537] (II) event17 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[     6.538] (II) event17 - Asus WMI hotkeys: device is a keyboard
[     6.539] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[     6.539] (**) AT Translated Set 2 keyboard: Applying InputClass "devname"
[     6.539] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     6.539] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[     6.539] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     6.539] (**) AT Translated Set 2 keyboard: always reports core events
[     6.539] (**) Option "Device" "/dev/input/event3"
[     6.539] (**) Option "_source" "server/udev"
[     6.540] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     6.540] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[     6.542] (II) event3  - AT Translated Set 2 keyboard: device removed
[     6.569] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[     6.569] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 22)
[     6.569] (**) Option "xkb_layout" "fr"
[     6.569] (**) Option "xkb_variant" "bepo"
[     6.571] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     6.571] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[     6.574] (II) config/udev: Adding input device PC Speaker (/dev/input/event12)
[     6.574] (**) PC Speaker: Applying InputClass "devname"
[     6.574] (II) Using input driver 'libinput' for 'PC Speaker'
[     6.574] (**) PC Speaker: always reports core events
[     6.574] (**) Option "Device" "/dev/input/event12"
[     6.574] (**) Option "_source" "server/udev"
[     6.574] (II) event12 - PC Speaker: not tagged as supported input device
[     6.636] (II) event12 - not using input device '/dev/input/event12'.
[     6.636] (EE) libinput: PC Speaker: Failed to create a device for /dev/input/event12
[     6.636] (EE) PreInit returned 2 for "PC Speaker"
[     6.636] (II) UnloadModule: "libinput"
[     6.644] (**) MOSART Semi. 2.4G INPUT DEVICE Consumer Control: Applying InputClass "devname"
[     6.644] (**) MOSART Semi. 2.4G INPUT DEVICE Consumer Control: Applying InputClass "libinput keyboard catchall"
[     6.644] (**) MOSART Semi. 2.4G INPUT DEVICE Consumer Control: Applying InputClass "system-keyboard"
[     6.644] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G INPUT DEVICE Consumer Control'
[     6.644] (**) MOSART Semi. 2.4G INPUT DEVICE Consumer Control: always reports core events
[     6.644] (**) Option "Device" "/dev/input/event258"
[     6.644] (**) Option "_source" "_driver/libinput"
[     6.644] (II) libinput: MOSART Semi. 2.4G INPUT DEVICE Consumer Control: is a virtual subdevice
[     6.644] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.1/0003:062A:4101.0003/input/input36/event258"
[     6.644] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G INPUT DEVICE Consumer Control" (type: KEYBOARD, id 23)
[     6.644] (**) Option "xkb_layout" "fr"
[     6.644] (**) Option "xkb_variant" "bepo"
[    16.565] (II) event4  - Asus Wireless Radio Control: device removed
[    16.623] (II) event14 - Video Bus: device removed
[    16.649] (II) event13 - Video Bus: device removed
[    16.689] (II) event1  - Power Button: device removed
[    16.716] (II) event2  - Lid Switch: device removed
[    16.743] (II) event0  - Sleep Button: device removed
[    16.769] (II) event31 - MOSART Semi. 2.4G INPUT DEVICE: device removed
[    16.792] (II) event257 - MOSART Semi. 2.4G INPUT DEVICE Mouse: device removed
[    16.850] (II) event259 - MOSART Semi. 2.4G INPUT DEVICE System Control: device removed
[    16.876] (II) event256 - USB2.0 HD UVC WebCam: USB2.0 HD: device removed
[    16.943] (II) event15 - ELAN1203:00 04F3:307A Mouse: device removed
[    16.996] (II) event16 - ELAN1203:00 04F3:307A Touchpad: device removed
[    17.049] (II) event5  - Intel HID events: device removed
[    17.076] (II) event6  - Intel HID 5 button array: device removed
[    17.103] (II) event17 - Asus WMI hotkeys: device removed
[    17.129] (II) event3  - AT Translated Set 2 keyboard: device removed
[    17.153] (II) event258 - MOSART Semi. 2.4G INPUT DEVICE Consumer Control: device removed

the libinput error is here.

with optimus

Xorg.log, without any manually made config file, tell me to define BusID.
That’s why I use a x11 config file with optimus.
But …

My kernel loading isn’t clean despite of being up to date.
Here is an dmesg :

[    0.000000] Linux version 5.14.16-arch1-1 (linux@archlinux) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Tue, 02 Nov 2021 22:22:59 +0000
[    0.000000] Command line: BOOT_IMAGE=/@/boot/vmlinuz-linux root=UUID=23424483-c25e-43e8-85b4-714d1a86800d rw rootflags=subvol=@ quiet loglevel=3 nowatchdog nvidia-drm.modeset=1 "acpi_osi=windows 2013"
[    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 0x020: 'AVX-512 opmask'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[    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[5]:  832, xstate_sizes[5]:   64
[    0.000000] x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
[    0.000000] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
[    0.000000] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]:    8
[    0.000000] x86/fpu: Enabled xstate features 0x2e7, context size is 2440 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 3632
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000006426dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000006426e000-0x000000006736dfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006736e000-0x0000000067439fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000006743a000-0x0000000067554fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000067555000-0x0000000067e3afff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000067e3b000-0x0000000067efefff] type 20
[    0.000000] BIOS-e820: [mem 0x0000000067eff000-0x0000000067efffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000067f00000-0x000000006dffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006e400000-0x000000006e5fffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006f000000-0x00000000747fffff] 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-0x000000048b7fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi: ACPI=0x67439000 ACPI 2.0=0x67439014 TPMFinalLog=0x674c2000 SMBIOS=0x67ca5000 SMBIOS 3.0=0x67ca4000 MEMATTR=0x615be018 ESRT=0x622f5418 
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: ASUSTeK COMPUTER INC. ASUS TUF Gaming F15 FX506HM_TUF566HM/FX506HM, BIOS FX506HM.309 10/05/2021
[    0.000000] tsc: Detected 2700.000 MHz processor
[    0.000000] tsc: Detected 2688.000 MHz TSC
[    0.000515] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000516] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000520] last_pfn = 0x48b800 max_arch_pfn = 0x400000000
[    0.000648] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001524] last_pfn = 0x67f00 max_arch_pfn = 0x400000000
[    0.014351] esrt: Reserving ESRT space from 0x00000000622f5418 to 0x00000000622f54a0.
[    0.014354] e820: update [mem 0x622f5000-0x622f5fff] usable ==> reserved
[    0.014363] Using GB pages for direct mapping
[    0.014578] Secure boot disabled
[    0.014578] RAMDISK: [mem 0x36713000-0x37380fff]
[    0.014581] ACPI: Early table checksum verification disabled
[    0.014584] ACPI: RSDP 0x0000000067439014 000024 (v02 _ASUS_)
[    0.014586] ACPI: XSDT 0x0000000067438728 00011C (v01 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014590] ACPI: FACP 0x0000000067433000 000114 (v06 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014593] ACPI: DSDT 0x00000000673EC000 04638B (v02 _ASUS_ Notebook 01072009 INTL 20191018)
[    0.014595] ACPI: FACS 0x0000000067553000 000040
[    0.014597] ACPI: MCFG 0x0000000067437000 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00000097)
[    0.014599] ACPI: SSDT 0x0000000067434000 00255D (v02 CpuRef CpuSsdt  00003000 INTL 20191018)
[    0.014601] ACPI: FIDT 0x00000000673EB000 00009C (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.014603] ACPI: SSDT 0x00000000673E7000 003A21 (v02 DptfTb DptfTabl 00001000 INTL 20191018)
[    0.014605] ACPI: SSDT 0x00000000673E3000 003247 (v02 SaSsdt SaSsdt   00003000 INTL 20191018)
[    0.014607] ACPI: SSDT 0x00000000673DF000 003378 (v02 INTEL  IgfxSsdt 00003000 INTL 20191018)
[    0.014609] ACPI: SSDT 0x00000000673D3000 00B392 (v02 INTEL  TcssSsdt 00001000 INTL 20191018)
[    0.014611] ACPI: HPET 0x00000000673D2000 000038 (v01 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014613] ACPI: APIC 0x00000000673D1000 00012C (v04 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014615] ACPI: SSDT 0x00000000673CF000 00185B (v02 _ASUS_ TglH_Rvp 00001000 INTL 20191018)
[    0.014617] ACPI: SSDT 0x00000000673CE000 000E7C (v02 _ASUS_ Ther_Rvp 00001000 INTL 20191018)
[    0.014618] ACPI: NHLT 0x00000000673CD000 0002F1 (v00 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014621] ACPI: LPIT 0x00000000673CC000 0000CC (v01 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014622] ACPI: WSMT 0x00000000673CB000 000028 (v01 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014624] ACPI: SSDT 0x00000000673C8000 002720 (v02 _ASUS_ PtidDevc 00001000 INTL 20191018)
[    0.014626] ACPI: SSDT 0x00000000673C7000 00012A (v02 _ASUS_ TbtTypeC 00000000 INTL 20191018)
[    0.014628] ACPI: DBGP 0x00000000673C6000 000034 (v01 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014630] ACPI: DBG2 0x00000000673C5000 000054 (v00 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014632] ACPI: SSDT 0x00000000673C4000 000ACA (v02 _ASUS_ UsbCTabl 00001000 INTL 20191018)
[    0.014634] ACPI: DMAR 0x00000000673C3000 0000A0 (v02 INTEL  EDK2     00000002      01000013)
[    0.014636] ACPI: SSDT 0x00000000673C2000 000C29 (v02 INTEL  xh_thdd4 00000000 INTL 20191018)
[    0.014637] ACPI: SSDT 0x00000000673C1000 0000AE (v02 HgRef  HgPeg    00001000 INTL 20191018)
[    0.014639] ACPI: SSDT 0x00000000673C0000 000144 (v02 Intel  ADebTabl 00001000 INTL 20191018)
[    0.014641] ACPI: BGRT 0x00000000673BF000 000038 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.014643] ACPI: UEFI 0x00000000674A4000 00063A (v01 INTEL  RstVmdE  00000000 ??   00000000)
[    0.014645] ACPI: UEFI 0x00000000674A3000 00005C (v01 INTEL  RstVmdV  00000000 ??   00000000)
[    0.014647] ACPI: TPM2 0x00000000673BE000 00004C (v04 _ASUS_ Notebook 00000001 AMI  00000000)
[    0.014648] ACPI: SSDT 0x00000000673BA000 00307D (v01 OptRf2 Opt2Tabl 00001000 INTL 20191018)
[    0.014650] ACPI: PTDT 0x00000000673B9000 000CFE (v00 _ASUS_ Notebook 00000005 MSFT 0100000D)
[    0.014653] ACPI: FPDT 0x00000000673B8000 000044 (v01 _ASUS_ A M I    01072009 AMI  01000013)
[    0.014654] ACPI: Reserving FACP table memory at [mem 0x67433000-0x67433113]
[    0.014655] ACPI: Reserving DSDT table memory at [mem 0x673ec000-0x6743238a]
[    0.014655] ACPI: Reserving FACS table memory at [mem 0x67553000-0x6755303f]
[    0.014656] ACPI: Reserving MCFG table memory at [mem 0x67437000-0x6743703b]
[    0.014656] ACPI: Reserving SSDT table memory at [mem 0x67434000-0x6743655c]
[    0.014657] ACPI: Reserving FIDT table memory at [mem 0x673eb000-0x673eb09b]
[    0.014657] ACPI: Reserving SSDT table memory at [mem 0x673e7000-0x673eaa20]
[    0.014658] ACPI: Reserving SSDT table memory at [mem 0x673e3000-0x673e6246]
[    0.014658] ACPI: Reserving SSDT table memory at [mem 0x673df000-0x673e2377]
[    0.014659] ACPI: Reserving SSDT table memory at [mem 0x673d3000-0x673de391]
[    0.014659] ACPI: Reserving HPET table memory at [mem 0x673d2000-0x673d2037]
[    0.014660] ACPI: Reserving APIC table memory at [mem 0x673d1000-0x673d112b]
[    0.014660] ACPI: Reserving SSDT table memory at [mem 0x673cf000-0x673d085a]
[    0.014661] ACPI: Reserving SSDT table memory at [mem 0x673ce000-0x673cee7b]
[    0.014661] ACPI: Reserving NHLT table memory at [mem 0x673cd000-0x673cd2f0]
[    0.014662] ACPI: Reserving LPIT table memory at [mem 0x673cc000-0x673cc0cb]
[    0.014662] ACPI: Reserving WSMT table memory at [mem 0x673cb000-0x673cb027]
[    0.014663] ACPI: Reserving SSDT table memory at [mem 0x673c8000-0x673ca71f]
[    0.014663] ACPI: Reserving SSDT table memory at [mem 0x673c7000-0x673c7129]
[    0.014663] ACPI: Reserving DBGP table memory at [mem 0x673c6000-0x673c6033]
[    0.014664] ACPI: Reserving DBG2 table memory at [mem 0x673c5000-0x673c5053]
[    0.014664] ACPI: Reserving SSDT table memory at [mem 0x673c4000-0x673c4ac9]
[    0.014665] ACPI: Reserving DMAR table memory at [mem 0x673c3000-0x673c309f]
[    0.014665] ACPI: Reserving SSDT table memory at [mem 0x673c2000-0x673c2c28]
[    0.014666] ACPI: Reserving SSDT table memory at [mem 0x673c1000-0x673c10ad]
[    0.014666] ACPI: Reserving SSDT table memory at [mem 0x673c0000-0x673c0143]
[    0.014667] ACPI: Reserving BGRT table memory at [mem 0x673bf000-0x673bf037]
[    0.014667] ACPI: Reserving UEFI table memory at [mem 0x674a4000-0x674a4639]
[    0.014668] ACPI: Reserving UEFI table memory at [mem 0x674a3000-0x674a305b]
[    0.014668] ACPI: Reserving TPM2 table memory at [mem 0x673be000-0x673be04b]
[    0.014669] ACPI: Reserving SSDT table memory at [mem 0x673ba000-0x673bd07c]
[    0.014669] ACPI: Reserving PTDT table memory at [mem 0x673b9000-0x673b9cfd]
[    0.014670] ACPI: Reserving FPDT table memory at [mem 0x673b8000-0x673b8043]
[    0.014824] No NUMA configuration found
[    0.014824] Faking a node at [mem 0x0000000000000000-0x000000048b7fffff]
[    0.014826] NODE_DATA(0) allocated [mem 0x48b7fc000-0x48b7fffff]
[    0.014842] Zone ranges:
[    0.014842]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.014843]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.014844]   Normal   [mem 0x0000000100000000-0x000000048b7fffff]
[    0.014845]   Device   empty
[    0.014846] Movable zone start for each node
[    0.014846] Early memory node ranges
[    0.014846]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.014848]   node   0: [mem 0x0000000000100000-0x000000006426dfff]
[    0.014848]   node   0: [mem 0x0000000067eff000-0x0000000067efffff]
[    0.014849]   node   0: [mem 0x0000000100000000-0x000000048b7fffff]
[    0.014850] Initmem setup node 0 [mem 0x0000000000001000-0x000000048b7fffff]
[    0.014852] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.014870] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.017163] On node 0, zone DMA32: 15505 pages in unavailable ranges
[    0.037460] On node 0, zone Normal: 256 pages in unavailable ranges
[    0.037562] On node 0, zone Normal: 18432 pages in unavailable ranges
[    0.037600] Reserving Intel graphics memory at [mem 0x70800000-0x747fffff]
[    0.037904] ACPI: PM-Timer IO Port: 0x1808
[    0.037909] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.037910] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.037911] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.037911] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.037912] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.037912] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.037912] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.037913] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.037913] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.037914] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.037914] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.037914] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.037915] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.037915] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.037916] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.037916] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.037952] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.037954] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.037955] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.037957] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.037958] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.037964] e820: update [mem 0x61b44000-0x61b72fff] usable ==> reserved
[    0.037969] TSC deadline timer available
[    0.037970] smpboot: Allowing 12 CPUs, 0 hotplug CPUs
[    0.037982] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.037983] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.037984] PM: hibernation: Registered nosave memory: [mem 0x61b44000-0x61b72fff]
[    0.037985] PM: hibernation: Registered nosave memory: [mem 0x622f5000-0x622f5fff]
[    0.037986] PM: hibernation: Registered nosave memory: [mem 0x6426e000-0x6736dfff]
[    0.037986] PM: hibernation: Registered nosave memory: [mem 0x6736e000-0x67439fff]
[    0.037987] PM: hibernation: Registered nosave memory: [mem 0x6743a000-0x67554fff]
[    0.037987] PM: hibernation: Registered nosave memory: [mem 0x67555000-0x67e3afff]
[    0.037987] PM: hibernation: Registered nosave memory: [mem 0x67e3b000-0x67efefff]
[    0.037988] PM: hibernation: Registered nosave memory: [mem 0x67f00000-0x6dffffff]
[    0.037989] PM: hibernation: Registered nosave memory: [mem 0x6e000000-0x6e3fffff]
[    0.037989] PM: hibernation: Registered nosave memory: [mem 0x6e400000-0x6e5fffff]
[    0.037990] PM: hibernation: Registered nosave memory: [mem 0x6e600000-0x6effffff]
[    0.037990] PM: hibernation: Registered nosave memory: [mem 0x6f000000-0x747fffff]
[    0.037991] PM: hibernation: Registered nosave memory: [mem 0x74800000-0xbfffffff]
[    0.037991] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xcfffffff]
[    0.037991] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xfdffffff]
[    0.037992] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.037992] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.037992] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.037993] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.037993] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.037994] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed1ffff]
[    0.037994] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
[    0.037994] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfedfffff]
[    0.037995] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.037995] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.037995] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.037996] [mem 0x74800000-0xbfffffff] available for PCI devices
[    0.037997] Booting paravirtualized kernel on bare hardware
[    0.037999] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.040858] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:12 nr_node_ids:1
[    0.041059] percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u262144
[    0.041064] pcpu-alloc: s196608 r8192 d28672 u262144 alloc=1*2097152
[    0.041065] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- -- 
[    0.041085] Built 1 zonelists, mobility grouping on.  Total pages: 4062597
[    0.041086] Policy zone: Normal
[    0.041087] Kernel command line: BOOT_IMAGE=/@/boot/vmlinuz-linux root=UUID=23424483-c25e-43e8-85b4-714d1a86800d rw rootflags=subvol=@ quiet loglevel=3 nowatchdog nvidia-drm.modeset=1 "acpi_osi=windows 2013"
[    0.041137] Unknown command line parameters: BOOT_IMAGE=/@/boot/vmlinuz-linux
[    0.041593] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.041837] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.041993] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
[    0.068462] Memory: 16025780K/16508980K available (14344K kernel code, 2064K rwdata, 9356K rodata, 1804K init, 4076K bss, 482940K reserved, 0K cma-reserved)
[    0.068466] random: get_random_u64 called from __kmem_cache_create+0x2a/0x530 with crng_init=0
[    0.068542] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
[    0.068551] ftrace: allocating 42552 entries in 167 pages
[    0.076883] ftrace: allocated 167 pages with 5 groups
[    0.076952] rcu: Preemptible hierarchical RCU implementation.
[    0.076953] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.076953] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=12.
[    0.076954] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.076955] 	Trampoline variant of Tasks RCU enabled.
[    0.076955] 	Rude variant of Tasks RCU enabled.
[    0.076955] 	Tracing variant of Tasks RCU enabled.
[    0.076956] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.076957] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
[    0.079042] NR_IRQS: 20736, nr_irqs: 2152, preallocated irqs: 16
[    0.079481] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.079578] Console: colour dummy device 80x25
[    0.079586] printk: console [tty0] enabled
[    0.079598] ACPI: Core revision 20210604
[    0.079786] hpet: HPET dysfunctional in PC10. Force disabled.
[    0.079787] APIC: Switch to symmetric I/O mode setup
[    0.079788] DMAR: Host address width 39
[    0.079789] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.079792] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
[    0.079793] DMAR: DRHD base: 0x000000fed84000 flags: 0x0
[    0.079796] DMAR: dmar1: reg_base_addr fed84000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.079798] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.079803] DMAR: dmar2: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.079805] DMAR: RMRR base: 0x00000070000000 end: 0x000000747fffff
[    0.079806] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 2
[    0.079807] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.079808] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.081623] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.081624] x2apic enabled
[    0.081647] Switched APIC routing to cluster x2apic.
[    0.086119] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x26bef67878b, max_idle_ns: 440795293631 ns
[    0.086124] Calibrating delay loop (skipped), value calculated using timer frequency.. 5378.00 BogoMIPS (lpj=8960000)
[    0.086126] pid_max: default: 32768 minimum: 301
[    0.087785] LSM: Security Framework initializing
[    0.087791] landlock: Up and running.
[    0.087792] Yama: becoming mindful.
[    0.087797] LSM support for eBPF active
[    0.087822] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.087843] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.088004] CPU0: Thermal monitoring enabled (TM1)
[    0.088006] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.088097] process: using mwait in idle threads
[    0.088098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.088099] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.088102] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.088103] Spectre V2 : Mitigation: Enhanced IBRS
[    0.088103] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.088104] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.088105] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.089455] Freeing SMP alternatives memory: 36K
[    0.089455] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1630
[    0.089455] smpboot: CPU0: 11th Gen Intel(R) Core(TM) i5-11400H @ 2.70GHz (family: 0x6, model: 0x8d, stepping: 0x1)
[    0.089455] Performance Events: PEBS fmt4+-baseline,  AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.089455] ... version:                5
[    0.089455] ... bit width:              48
[    0.089455] ... generic registers:      8
[    0.089455] ... value mask:             0000ffffffffffff
[    0.089455] ... max period:             00007fffffffffff
[    0.089455] ... fixed-purpose events:   4
[    0.089455] ... event mask:             0001000f000000ff
[    0.089455] rcu: Hierarchical SRCU implementation.
[    0.089455] smp: Bringing up secondary CPUs ...
[    0.089455] x86: Booting SMP configuration:
[    0.089455] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11
[    0.104461] smp: Brought up 1 node, 12 CPUs
[    0.104461] smpboot: Max logical packages: 1
[    0.104461] smpboot: Total of 12 processors activated (64537.00 BogoMIPS)
[    0.106592] devtmpfs: initialized
[    0.106592] x86/mm: Memory block size: 128MB
[    0.106636] ACPI: PM: Registering ACPI NVS region [mem 0x6743a000-0x67554fff] (1159168 bytes)
[    0.106636] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.106636] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.106636] pinctrl core: initialized pinctrl subsystem
[    0.106636] PM: RTC time: 11:04:09, date: 2021-11-11
[    0.106636] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.106709] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.106799] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.106885] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.106889] audit: initializing netlink subsys (disabled)
[    0.106894] audit: type=2000 audit(1636628649.019:1): state=initialized audit_enabled=0 res=1
[    0.106894] thermal_sys: Registered thermal governor 'fair_share'
[    0.106894] thermal_sys: Registered thermal governor 'bang_bang'
[    0.106894] thermal_sys: Registered thermal governor 'step_wise'
[    0.106894] thermal_sys: Registered thermal governor 'user_space'
[    0.106894] thermal_sys: Registered thermal governor 'power_allocator'
[    0.106894] cpuidle: using governor ladder
[    0.106894] cpuidle: using governor menu
[    0.106894] HugeTLB: can free 4094 vmemmap pages for hugepages-1048576kB
[    0.106894] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.106894] ACPI: bus type PCI registered
[    0.106894] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.106894] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
[    0.106894] PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved in E820
[    0.106894] PCI: Using configuration type 1 for base access
[    0.106894] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.106894] Kprobes globally optimized
[    0.106894] HugeTLB: can free 6 vmemmap pages for hugepages-2048kB
[    0.106894] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.106894] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.109503] ACPI: Added _OSI(Module Device)
[    0.109504] ACPI: Added _OSI(Processor Device)
[    0.109504] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.109504] ACPI: Added _OSI(Processor Aggregator Device)
[    0.109505] ACPI: Added _OSI(Linux-Dell-Video)
[    0.109506] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.109506] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.109507] ACPI: Added _OSI(windows 2013)
[    0.165325] ACPI BIOS Error (bug): Failure creating named object [\_TZ.ETMD], AE_ALREADY_EXISTS (20210604/dswload2-326)
[    0.165330] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-220)
[    0.167986] ACPI: 15 ACPI AML tables successfully acquired and loaded
[    0.168999] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN2 (20210604/dspkginit-438)
[    0.169001] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20210604/dspkginit-438)
[    0.169003] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN4 (20210604/dspkginit-438)
[    0.177908] ACPI: Dynamic OEM Table Load:
[    0.177915] ACPI: SSDT 0xFFFF8F91C0D0E200 0001CB (v02 PmRef  Cpu0Psd  00003000 INTL 20191018)
[    0.178647] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.179453] ACPI: Dynamic OEM Table Load:
[    0.179459] ACPI: SSDT 0xFFFF8F91C126D800 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20191018)
[    0.180309] ACPI: Dynamic OEM Table Load:
[    0.180313] ACPI: SSDT 0xFFFF8F91C1A22800 0005A2 (v02 PmRef  Cpu0Ist  00003000 INTL 20191018)
[    0.181224] ACPI: Dynamic OEM Table Load:
[    0.181227] ACPI: SSDT 0xFFFF8F91C126E400 00028B (v02 PmRef  Cpu0Hwp  00003000 INTL 20191018)
[    0.182216] ACPI: Dynamic OEM Table Load:
[    0.182221] ACPI: SSDT 0xFFFF8F91C0120000 0008E7 (v02 PmRef  ApIst    00003000 INTL 20191018)
[    0.183181] ACPI: Dynamic OEM Table Load:
[    0.183185] ACPI: SSDT 0xFFFF8F91C1A24000 00048A (v02 PmRef  ApHwp    00003000 INTL 20191018)
[    0.184063] ACPI: Dynamic OEM Table Load:
[    0.184067] ACPI: SSDT 0xFFFF8F91C1A20800 0004D4 (v02 PmRef  ApPsd    00003000 INTL 20191018)
[    0.184939] ACPI: Dynamic OEM Table Load:
[    0.184943] ACPI: SSDT 0xFFFF8F91C1A23000 00048A (v02 PmRef  ApCst    00003000 INTL 20191018)
[    0.189329] ACPI: EC: EC started
[    0.189330] ACPI: EC: interrupt blocked
[    0.189381] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.189382] ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC used to handle transactions
[    0.189383] ACPI: Interpreter enabled
[    0.189425] ACPI: PM: (supports S0 S3 S4 S5)
[    0.189425] ACPI: Using IOAPIC for interrupt routing
[    0.189466] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.190003] ACPI: Enabled 7 GPEs in block 00 to 7F
[    0.190500] ACPI: PM: Power Resource [PG00]
[    0.190904] ACPI: PM: Power Resource [PG02]
[    0.191219] ACPI: PM: Power Resource [PG03]
[    0.191533] ACPI: PM: Power Resource [PG00]
[    0.201568] ACPI: PM: Power Resource [DBTP]
[    0.202005] ACPI: PM: Power Resource [BTRT]
[    0.204395] ACPI: PM: Power Resource [V0PR]
[    0.204495] ACPI: PM: Power Resource [V1PR]
[    0.204594] ACPI: PM: Power Resource [V2PR]
[    0.208580] ACPI: PM: Power Resource [WRST]
[    0.209334] ACPI: PM: Power Resource [V0PR]
[    0.209374] ACPI: PM: Power Resource [V1PR]
[    0.209412] ACPI: PM: Power Resource [V2PR]
[    0.209453] ACPI: PM: Power Resource [V3PR]
[    0.209514] ACPI: PM: Power Resource [TBT0]
[    0.209523] ACPI: PM: Power Resource [TBT1]
[    0.209531] ACPI: PM: Power Resource [D3C]
[    0.355037] ACPI: PM: Power Resource [FN00]
[    0.355082] ACPI: PM: Power Resource [FN01]
[    0.355126] ACPI: PM: Power Resource [FN02]
[    0.355168] ACPI: PM: Power Resource [FN03]
[    0.355209] ACPI: PM: Power Resource [FN04]
[    0.355614] ACPI: PM: Power Resource [PIN]
[    0.355875] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-e0])
[    0.355879] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.357648] acpi PNP0A08:00: _OSC: platform does not support [AER]
[    0.360979] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
[    0.360980] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.362414] PCI host bridge to bus 0000:00
[    0.362415] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.362416] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.362417] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.362418] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.362419] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.362419] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.362420] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.362420] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
[    0.362421] pci_bus 0000:00: root bus resource [mem 0x74800000-0xbfffffff window]
[    0.362422] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[    0.362423] pci_bus 0000:00: root bus resource [bus 00-e0]
[    0.362443] pci 0000:00:00.0: [8086:9a26] type 00 class 0x060000
[    0.362680] pci 0000:00:01.0: [8086:9a01] type 01 class 0x060400
[    0.362901] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.362922] pci 0000:00:01.0: PTM enabled (root), 4ns granularity
[    0.363349] pci 0000:00:02.0: [8086:9a68] type 00 class 0x030000
[    0.363356] pci 0000:00:02.0: reg 0x10: [mem 0x622e000000-0x622effffff 64bit]
[    0.363361] pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
[    0.363364] pci 0000:00:02.0: reg 0x20: [io  0x5000-0x503f]
[    0.363377] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.363378] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[    0.363401] pci 0000:00:02.0: reg 0x344: [mem 0x00000000-0x00ffffff 64bit]
[    0.363402] pci 0000:00:02.0: VF(n) BAR0 space: [mem 0x00000000-0x06ffffff 64bit] (contains BAR0 for 7 VFs)
[    0.363405] pci 0000:00:02.0: reg 0x34c: [mem 0x00000000-0x1fffffff 64bit pref]
[    0.363406] pci 0000:00:02.0: VF(n) BAR2 space: [mem 0x00000000-0xdfffffff 64bit pref] (contains BAR2 for 7 VFs)
[    0.363663] pci 0000:00:04.0: [8086:9a03] type 00 class 0x118000
[    0.363679] pci 0000:00:04.0: reg 0x10: [mem 0x622f240000-0x622f25ffff 64bit]
[    0.364082] pci 0000:00:06.0: [8086:09ab] type 00 class 0x088000
[    0.364668] pci 0000:00:07.0: [8086:9a2b] type 01 class 0x060400
[    0.364893] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.364914] pci 0000:00:07.0: DPC: RP PIO log size 0 is invalid
[    0.366483] pci 0000:00:08.0: [8086:9a11] type 00 class 0x088000
[    0.366490] pci 0000:00:08.0: reg 0x10: [mem 0x622f299000-0x622f299fff 64bit]
[    0.366724] pci 0000:00:0a.0: [8086:9a0d] type 00 class 0x118000
[    0.366731] pci 0000:00:0a.0: reg 0x10: [mem 0x622f280000-0x622f287fff 64bit]
[    0.366751] pci 0000:00:0a.0: enabling Extended Tags
[    0.366986] pci 0000:00:0d.0: [8086:9a17] type 00 class 0x0c0330
[    0.366999] pci 0000:00:0d.0: reg 0x10: [mem 0x622f270000-0x622f27ffff 64bit]
[    0.367057] pci 0000:00:0d.0: PME# supported from D3hot D3cold
[    0.368596] pci 0000:00:0d.2: [8086:9a1f] type 00 class 0x0c0340
[    0.368605] pci 0000:00:0d.2: reg 0x10: [mem 0x622f200000-0x622f23ffff 64bit]
[    0.368611] pci 0000:00:0d.2: reg 0x18: [mem 0x622f298000-0x622f298fff 64bit]
[    0.368640] pci 0000:00:0d.2: supports D1 D2
[    0.368641] pci 0000:00:0d.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.368932] pci 0000:00:0e.0: [8086:9a0b] type 00 class 0x010400
[    0.368944] pci 0000:00:0e.0: reg 0x10: [mem 0x622c000000-0x622dffffff 64bit]
[    0.368950] pci 0000:00:0e.0: reg 0x18: [mem 0x76000000-0x77ffffff]
[    0.368962] pci 0000:00:0e.0: reg 0x20: [mem 0x622f100000-0x622f1fffff 64bit]
[    0.369280] pci 0000:00:14.0: [8086:43ed] type 00 class 0x0c0330
[    0.369298] pci 0000:00:14.0: reg 0x10: [mem 0x622f260000-0x622f26ffff 64bit]
[    0.369370] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.370950] pci 0000:00:14.2: [8086:43ef] type 00 class 0x050000
[    0.370969] pci 0000:00:14.2: reg 0x10: [mem 0x622f290000-0x622f293fff 64bit]
[    0.370981] pci 0000:00:14.2: reg 0x18: [mem 0x622f297000-0x622f297fff 64bit]
[    0.371252] pci 0000:00:14.3: [8086:43f0] type 00 class 0x028000
[    0.371291] pci 0000:00:14.3: reg 0x10: [mem 0x622f28c000-0x622f28ffff 64bit]
[    0.371407] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
[    0.371725] pci 0000:00:15.0: [8086:43e8] type 00 class 0x0c8000
[    0.371752] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.372247] pci 0000:00:16.0: [8086:43e0] type 00 class 0x078000
[    0.372268] pci 0000:00:16.0: reg 0x10: [mem 0x622f295000-0x622f295fff 64bit]
[    0.372348] pci 0000:00:16.0: PME# supported from D3hot
[    0.372866] pci 0000:00:1d.0: [8086:43b6] type 01 class 0x060400
[    0.372966] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.373003] pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
[    0.373689] pci 0000:00:1f.0: [8086:438b] type 00 class 0x060100
[    0.374139] pci 0000:00:1f.3: [8086:43c8] type 00 class 0x040380
[    0.374181] pci 0000:00:1f.3: reg 0x10: [mem 0x622f288000-0x622f28bfff 64bit]
[    0.374233] pci 0000:00:1f.3: reg 0x20: [mem 0x622f000000-0x622f0fffff 64bit]
[    0.374333] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.374846] pci 0000:00:1f.4: [8086:43a3] type 00 class 0x0c0500
[    0.374869] pci 0000:00:1f.4: reg 0x10: [mem 0x622f294000-0x622f2940ff 64bit]
[    0.374896] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.375260] pci 0000:00:1f.5: [8086:43a4] type 00 class 0x0c8000
[    0.375277] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    0.375567] pci 0000:01:00.0: [10de:2520] type 00 class 0x030000
[    0.375574] pci 0000:01:00.0: reg 0x10: [mem 0x85000000-0x85ffffff]
[    0.375580] pci 0000:01:00.0: reg 0x14: [mem 0x6000000000-0x61ffffffff 64bit pref]
[    0.375586] pci 0000:01:00.0: reg 0x1c: [mem 0x6200000000-0x6201ffffff 64bit pref]
[    0.375590] pci 0000:01:00.0: reg 0x24: [io  0x4000-0x407f]
[    0.375594] pci 0000:01:00.0: reg 0x30: [mem 0x86000000-0x8607ffff pref]
[    0.375639] pci 0000:01:00.0: PME# supported from D0 D3hot
[    0.375696] 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.375851] pci 0000:01:00.1: [10de:228e] type 00 class 0x040300
[    0.375858] pci 0000:01:00.1: reg 0x10: [mem 0x86080000-0x86083fff]
[    0.375955] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.375956] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    0.375958] pci 0000:00:01.0:   bridge window [mem 0x85000000-0x860fffff]
[    0.375961] pci 0000:00:01.0:   bridge window [mem 0x6000000000-0x6201ffffff 64bit pref]
[    0.375988] pci 0000:00:07.0: PCI bridge to [bus 02-2c]
[    0.375991] pci 0000:00:07.0:   bridge window [mem 0x78000000-0x841fffff]
[    0.375995] pci 0000:00:07.0:   bridge window [mem 0x6210000000-0x622bffffff 64bit pref]
[    0.376062] pci 0000:2d:00.0: [10ec:8168] type 00 class 0x020000
[    0.376083] pci 0000:2d:00.0: reg 0x10: [io  0x3000-0x30ff]
[    0.376113] pci 0000:2d:00.0: reg 0x18: [mem 0x86204000-0x86204fff 64bit]
[    0.376134] pci 0000:2d:00.0: reg 0x20: [mem 0x86200000-0x86203fff 64bit]
[    0.376252] pci 0000:2d:00.0: supports D1 D2
[    0.376252] pci 0000:2d:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.376415] pci 0000:00:1d.0: PCI bridge to [bus 2d]
[    0.376417] pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
[    0.376420] pci 0000:00:1d.0:   bridge window [mem 0x86200000-0x862fffff]
[    0.379947] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.380022] ACPI: PCI: Interrupt link LNKB configured for IRQ 1
[    0.380096] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.380171] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.380245] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.380318] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.380392] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.380466] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.394911] ACPI: EC: interrupt unblocked
[    0.394912] ACPI: EC: event unblocked
[    0.394933] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.394934] ACPI: EC: GPE=0x6e
[    0.394934] ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC initialization complete
[    0.394935] ACPI: \_SB_.PC00.LPCB.EC0_: EC: Used to handle transactions and events
[    0.394990] iommu: Default domain type: Translated 
[    0.394997] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.394997] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.394997] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.394997] pci 0000:00:02.0: vgaarb: no bridge control possible
[    0.394997] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.394997] vgaarb: loaded
[    0.394997] SCSI subsystem initialized
[    0.394997] libata version 3.00 loaded.
[    0.394997] ACPI: bus type USB registered
[    0.394997] usbcore: registered new interface driver usbfs
[    0.394997] usbcore: registered new interface driver hub
[    0.394997] usbcore: registered new device driver usb
[    0.394997] pps_core: LinuxPPS API ver. 1 registered
[    0.394997] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.394997] PTP clock support registered
[    0.394997] EDAC MC: Ver: 3.0.0
[    0.394997] Registered efivars operations
[    0.394997] NetLabel: Initializing
[    0.394997] NetLabel:  domain hash size = 128
[    0.394997] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.394997] NetLabel:  unlabeled traffic allowed by default
[    0.394997] PCI: Using ACPI for IRQ routing
[    0.412709] PCI: pci_cache_line_size set to 64 bytes
[    0.412810] pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
[    0.412904] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.412905] e820: reserve RAM buffer [mem 0x61b44000-0x63ffffff]
[    0.412906] e820: reserve RAM buffer [mem 0x622f5000-0x63ffffff]
[    0.412906] e820: reserve RAM buffer [mem 0x6426e000-0x67ffffff]
[    0.412907] e820: reserve RAM buffer [mem 0x67f00000-0x67ffffff]
[    0.412908] e820: reserve RAM buffer [mem 0x48b800000-0x48bffffff]
[    0.413456] clocksource: Switched to clocksource tsc-early
[    0.417453] VFS: Disk quotas dquot_6.6.0
[    0.417463] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.417509] pnp: PnP ACPI init
[    0.417696] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.417698] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.417800] system 00:02: [io  0x1854-0x1857] has been reserved
[    0.418384] pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.418399] system 00:04: [mem 0xfedc0000-0xfedc7fff] has been reserved
[    0.418400] system 00:04: [mem 0xfeda0000-0xfeda0fff] has been reserved
[    0.418401] system 00:04: [mem 0xfeda1000-0xfeda1fff] has been reserved
[    0.418402] system 00:04: [mem 0xfed20000-0xfed7ffff] could not be reserved
[    0.418403] system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.418404] system 00:04: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    0.418404] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.420398] system 00:05: [io  0x1800-0x18fe] could not be reserved
[    0.420399] system 00:05: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.420400] system 00:05: [mem 0xfe04c000-0xfe04ffff] has been reserved
[    0.420401] system 00:05: [mem 0xfe050000-0xfe0affff] has been reserved
[    0.420402] system 00:05: [mem 0xfe0d0000-0xfe0fffff] has been reserved
[    0.420403] system 00:05: [mem 0xfe200000-0xfe7fffff] has been reserved
[    0.420404] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    0.420405] system 00:05: [mem 0xfd000000-0xfd68ffff] has been reserved
[    0.420406] system 00:05: [mem 0xfd6c0000-0xfd6cffff] has been reserved
[    0.420407] system 00:05: [mem 0xfd6f0000-0xfdffffff] has been reserved
[    0.420652] system 00:06: [io  0x2000-0x20fe] has been reserved
[    0.421070] pnp: PnP ACPI: found 8 devices
[    0.426155] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.426185] NET: Registered PF_INET protocol family
[    0.426300] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.427264] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.427320] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.427461] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.427502] TCP: Hash tables configured (established 131072 bind 65536)
[    0.427558] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    0.427591] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.427619] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.427658] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.427661] NET: Registered PF_XDP protocol family
[    0.427665] pci 0000:00:07.0: bridge window [io  0x1000-0x0fff] to [bus 02-2c] add_size 1000
[    0.427672] pci 0000:00:02.0: BAR 9: assigned [mem 0x4020000000-0x40ffffffff 64bit pref]
[    0.427676] pci 0000:00:02.0: BAR 7: assigned [mem 0x4010000000-0x4016ffffff 64bit]
[    0.427679] pci 0000:00:07.0: BAR 13: assigned [io  0x6000-0x6fff]
[    0.427680] pci 0000:00:15.0: BAR 0: assigned [mem 0x4017000000-0x4017000fff 64bit]
[    0.427735] pci 0000:00:1f.5: BAR 0: assigned [mem 0x74800000-0x74800fff]
[    0.427746] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.427747] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    0.427750] pci 0000:00:01.0:   bridge window [mem 0x85000000-0x860fffff]
[    0.427752] pci 0000:00:01.0:   bridge window [mem 0x6000000000-0x6201ffffff 64bit pref]
[    0.427755] pci 0000:00:07.0: PCI bridge to [bus 02-2c]
[    0.427756] pci 0000:00:07.0:   bridge window [io  0x6000-0x6fff]
[    0.427759] pci 0000:00:07.0:   bridge window [mem 0x78000000-0x841fffff]
[    0.427761] pci 0000:00:07.0:   bridge window [mem 0x6210000000-0x622bffffff 64bit pref]
[    0.427764] pci 0000:00:1d.0: PCI bridge to [bus 2d]
[    0.427771] pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
[    0.427774] pci 0000:00:1d.0:   bridge window [mem 0x86200000-0x862fffff]
[    0.427781] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.427782] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.427783] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.427784] pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000e3fff window]
[    0.427784] pci_bus 0000:00: resource 8 [mem 0x000e4000-0x000e7fff window]
[    0.427785] pci_bus 0000:00: resource 9 [mem 0x000e8000-0x000ebfff window]
[    0.427786] pci_bus 0000:00: resource 10 [mem 0x000ec000-0x000effff window]
[    0.427786] pci_bus 0000:00: resource 11 [mem 0x000f0000-0x000fffff window]
[    0.427787] pci_bus 0000:00: resource 12 [mem 0x74800000-0xbfffffff window]
[    0.427788] pci_bus 0000:00: resource 13 [mem 0x4000000000-0x7fffffffff window]
[    0.427788] pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
[    0.427789] pci_bus 0000:01: resource 1 [mem 0x85000000-0x860fffff]
[    0.427790] pci_bus 0000:01: resource 2 [mem 0x6000000000-0x6201ffffff 64bit pref]
[    0.427790] pci_bus 0000:02: resource 0 [io  0x6000-0x6fff]
[    0.427791] pci_bus 0000:02: resource 1 [mem 0x78000000-0x841fffff]
[    0.427792] pci_bus 0000:02: resource 2 [mem 0x6210000000-0x622bffffff 64bit pref]
[    0.427793] pci_bus 0000:2d: resource 0 [io  0x3000-0x3fff]
[    0.427793] pci_bus 0000:2d: resource 1 [mem 0x86200000-0x862fffff]
[    0.427920] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.428276] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.428312] PCI: CLS 64 bytes, default 64
[    0.428317] DMAR: Intel-IOMMU force enabled due to platform opt in
[    0.428326] DMAR: No ATSR found
[    0.428326] DMAR: No SATC found
[    0.428329] DMAR: IOMMU feature fl1gp_support inconsistent
[    0.428330] DMAR: IOMMU feature pgsel_inv inconsistent
[    0.428331] DMAR: IOMMU feature nwfs inconsistent
[    0.428331] DMAR: IOMMU feature dit inconsistent
[    0.428332] DMAR: IOMMU feature sc_support inconsistent
[    0.428332] DMAR: IOMMU feature dev_iotlb_support inconsistent
[    0.428333] DMAR: dmar1: Using Queued invalidation
[    0.428336] DMAR: dmar0: Using Queued invalidation
[    0.428339] DMAR: dmar2: Using Queued invalidation
[    0.428371] Trying to unpack rootfs image as initramfs...
[    0.428466] pci 0000:00:00.0: Adding to iommu group 0
[    0.428472] pci 0000:00:01.0: Adding to iommu group 1
[    0.428477] pci 0000:00:02.0: Adding to iommu group 2
[    0.428482] pci 0000:00:04.0: Adding to iommu group 3
[    0.428489] pci 0000:00:06.0: Adding to iommu group 4
[    0.428495] pci 0000:00:07.0: Adding to iommu group 5
[    0.428500] pci 0000:00:08.0: Adding to iommu group 6
[    0.428505] pci 0000:00:0a.0: Adding to iommu group 7
[    0.428513] pci 0000:00:0d.0: Adding to iommu group 8
[    0.428518] pci 0000:00:0d.2: Adding to iommu group 8
[    0.428523] pci 0000:00:0e.0: Adding to iommu group 9
[    0.428531] pci 0000:00:14.0: Adding to iommu group 10
[    0.428536] pci 0000:00:14.2: Adding to iommu group 10
[    0.428541] pci 0000:00:14.3: Adding to iommu group 11
[    0.428547] pci 0000:00:15.0: Adding to iommu group 12
[    0.428553] pci 0000:00:16.0: Adding to iommu group 13
[    0.428565] pci 0000:00:1d.0: Adding to iommu group 14
[    0.428576] pci 0000:00:1f.0: Adding to iommu group 15
[    0.428582] pci 0000:00:1f.3: Adding to iommu group 15
[    0.428587] pci 0000:00:1f.4: Adding to iommu group 15
[    0.428592] pci 0000:00:1f.5: Adding to iommu group 15
[    0.428600] pci 0000:01:00.0: Adding to iommu group 16
[    0.428605] pci 0000:01:00.1: Adding to iommu group 16
[    0.428617] pci 0000:2d:00.0: Adding to iommu group 17
[    0.428709] DMAR: Intel(R) Virtualization Technology for Directed I/O
[    0.428710] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.428710] software IO TLB: mapped [mem 0x000000005a71c000-0x000000005e71c000] (64MB)
[    0.428736] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x26bef67878b, max_idle_ns: 440795293631 ns
[    0.428762] clocksource: Switched to clocksource tsc
[    0.436880] Initialise system trusted keyrings
[    0.436889] Key type blacklist registered
[    0.436909] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[    0.437474] zbud: loaded
[    0.443454] Key type asymmetric registered
[    0.443455] Asymmetric key parser 'x509' registered
[    0.443458] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.443488] io scheduler mq-deadline registered
[    0.443489] io scheduler kyber registered
[    0.443506] io scheduler bfq registered
[    0.445577] pcieport 0000:00:01.0: PME: Signaling with IRQ 123
[    0.445598] pcieport 0000:00:01.0: pciehp: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.445783] pcieport 0000:00:07.0: PME: Signaling with IRQ 124
[    0.445794] pcieport 0000:00:07.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.445980] pcieport 0000:00:1d.0: PME: Signaling with IRQ 125
[    0.446058] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.446073] efifb: probing for efifb
[    0.446080] efifb: framebuffer at 0x4000000000, using 8128k, total 8128k
[    0.446081] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    0.446082] efifb: scrolling: redraw
[    0.446082] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.446108] fbcon: Deferring console take-over
[    0.446108] fb0: EFI VGA frame buffer device
[    0.446274] Monitor-Mwait will be used to enter C-1 state
[    0.446276] Monitor-Mwait will be used to enter C-2 state
[    0.446278] Monitor-Mwait will be used to enter C-3 state
[    0.446279] ACPI: \_SB_.PR00: Found 3 idle states
[    0.446716] ACPI: AC: AC Adapter [ACAD] (on-line)
[    0.446755] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    0.446767] ACPI: button: Sleep Button [SLPB]
[    0.446783] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.446792] ACPI: button: Power Button [PWRB]
[    0.446810] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[    0.452904] Freeing initrd memory: 12728K
[    0.452929] ACPI: button: Lid Switch [LID0]
[    0.453104] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1630
[    0.454358] thermal LNXTHERM:00: registered as thermal_zone0
[    0.454359] ACPI: thermal: Thermal Zone [THRM] (68 C)
[    0.454513] ACPI: \_TZ_.TZ00: Invalid passive threshold
[    0.454624] thermal LNXTHERM:01: registered as thermal_zone1
[    0.454625] ACPI: thermal: Thermal Zone [TZ00] (28 C)
[    0.454840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.455146] ACPI: battery: Slot [BAT1] (battery present)
[    0.455938] hpet_acpi_add: no address or irqs in _CRS
[    0.455963] Non-volatile memory driver v1.3
[    0.455964] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    0.455965] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[    0.457415] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.457418] ehci-pci: EHCI PCI platform driver
[    0.457422] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.457423] ohci-pci: OHCI PCI platform driver
[    0.457427] uhci_hcd: USB Universal Host Controller Interface driver
[    0.457444] usbcore: registered new interface driver usbserial_generic
[    0.457446] usbserial: USB Serial support registered for generic
[    0.457502] rtc_cmos 00:01: RTC can wake from S4
[    0.458291] rtc_cmos 00:01: registered as rtc0
[    0.458551] rtc_cmos 00:01: setting system clock to 2021-11-11T11:04:09 UTC (1636628649)
[    0.458559] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
[    0.459028] intel_pstate: Intel P-state driver initializing
[    0.459872] intel_pstate: HWP enabled
[    0.459920] ledtrig-cpu: registered to indicate activity on CPUs
[    0.460095] hid: raw HID events driver (C) Jiri Kosina
[    0.460178] intel_pmc_core INT33A1:00:  initialized
[    0.460215] drop_monitor: Initializing network drop monitor service
[    0.460252] Initializing XFRM netlink socket
[    0.460300] NET: Registered PF_INET6 protocol family
[    0.462877] Segment Routing with IPv6
[    0.462878] RPL Segment Routing with IPv6
[    0.462888] NET: Registered PF_PACKET protocol family
[    0.463698] microcode: sig=0x806d1, pf=0x2, revision=0x34
[    0.463901] microcode: Microcode Update Driver: v2.2.
[    0.464215] resctrl: L2 allocation detected
[    0.464216] resctrl: L2DATA allocation detected
[    0.464216] resctrl: L2CODE allocation detected
[    0.464219] IPI shorthand broadcast: enabled
[    0.464227] sched_clock: Marking stable (457502336, 6706411)->(475105012, -10896265)
[    0.464558] registered taskstats version 1
[    0.464982] Loading compiled-in X.509 certificates
[    0.466328] Loaded X.509 cert 'Build time autogenerated kernel key: 4bf053f8e5c4b77ad32d170608834d80a907d8c3'
[    0.466570] zswap: loaded using pool lz4/z3fold
[    0.466767] Key type ._fscrypt registered
[    0.466767] Key type .fscrypt registered
[    0.466768] Key type fscrypt-provisioning registered
[    0.466945] PM:   Magic number: 13:535:74
[    0.467094] RAS: Correctable Errors collector initialized.
[    0.469422] Freeing unused decrypted memory: 2036K
[    0.469648] Freeing unused kernel image (initmem) memory: 1804K
[    0.536256] Write protecting the kernel read-only data: 26624k
[    0.537208] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    0.537555] Freeing unused kernel image (rodata/data gap) memory: 884K
[    0.554783] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.554787] rodata_test: all tests were successful
[    0.554810] Run /init as init process
[    0.554811]   with arguments:
[    0.554812]     /init
[    0.554813]   with environment:
[    0.554814]     HOME=/
[    0.554815]     TERM=linux
[    0.554816]     BOOT_IMAGE=/@/boot/vmlinuz-linux
[    0.577994] fbcon: Taking over console
[    0.578036] Console: switching to colour frame buffer device 240x67
[    0.590570] vmd 0000:00:0e.0: PCI host bridge to bus 10000:e0
[    0.590583] pci_bus 10000:e0: root bus resource [bus e0-ff]
[    0.590585] pci_bus 10000:e0: root bus resource [mem 0x76000000-0x77ffffff]
[    0.590585] pci_bus 10000:e0: root bus resource [mem 0x622f102000-0x622f1fffff 64bit]
[    0.590598] pci 10000:e0:06.0: [8086:9a0f] type 01 class 0x060400
[    0.590651] pci 10000:e0:06.0: PME# supported from D0 D3hot D3cold
[    0.590677] pci 10000:e0:06.0: PTM enabled (root), 4ns granularity
[    0.590712] pci 10000:e0:06.0: Adding to iommu group 9
[    0.590724] pci 10000:e0:06.0: Primary bus is hard wired to 0
[    0.590755] pci 10000:e1:00.0: [1c5c:174a] type 00 class 0x010802
[    0.590773] pci 10000:e1:00.0: reg 0x10: [mem 0x76000000-0x76003fff 64bit]
[    0.590781] pci 10000:e1:00.0: reg 0x18: [mem 0x00000000-0x00000fff]
[    0.590790] pci 10000:e1:00.0: reg 0x1c: [mem 0x00000000-0x00000fff]
[    0.590925] pci 10000:e1:00.0: Adding to iommu group 9
[    0.590948] pci 10000:e0:06.0: PCI bridge to [bus e1]
[    0.590950] pci 10000:e0:06.0:   bridge window [io  0x0000-0x0fff]
[    0.590951] pci 10000:e0:06.0:   bridge window [mem 0x76000000-0x760fffff]
[    0.590955] pci 10000:e0:06.0: Primary bus is hard wired to 0
[    0.590959] pci 10000:e0:06.0: BAR 14: assigned [mem 0x76000000-0x760fffff]
[    0.590960] pci 10000:e0:06.0: BAR 13: no space for [io  size 0x1000]
[    0.590961] pci 10000:e0:06.0: BAR 13: failed to assign [io  size 0x1000]
[    0.590962] pci 10000:e1:00.0: BAR 0: assigned [mem 0x76000000-0x76003fff 64bit]
[    0.590971] pci 10000:e1:00.0: BAR 2: assigned [mem 0x76004000-0x76004fff]
[    0.590974] pci 10000:e1:00.0: BAR 3: assigned [mem 0x76005000-0x76005fff]
[    0.590977] pci 10000:e0:06.0: PCI bridge to [bus e1]
[    0.590979] pci 10000:e0:06.0:   bridge window [mem 0x76000000-0x760fffff]
[    0.590990] pcieport 10000:e0:06.0: can't derive routing for PCI INT D
[    0.590991] pcieport 10000:e0:06.0: PCI INT D: no GSI
[    0.591021] pcieport 10000:e0:06.0: PME: Signaling with IRQ 145
[    0.591164] pcieport 10000:e0:06.0: AER: enabled with IRQ 145
[    0.591261] pcieport 10000:e0:06.0: DPC: enabled with IRQ 145
[    0.591262] pcieport 10000:e0:06.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[    0.591457] nvme nvme0: pci function 10000:e1:00.0
[    0.591465] vmd 0000:00:0e.0: Bound to PCI domain 10000
[    0.591504] pcieport 10000:e0:06.0: can't derive routing for PCI INT A
[    0.591506] nvme 10000:e1:00.0: PCI INT A: not connected
[    0.666090] nvme nvme0: 12/0/0 default/read/poll queues
[    0.673261]  nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8
[    0.686900] raid6: skip pq benchmark and using algorithm avx512x4
[    0.686902] raid6: using avx512x2 recovery algorithm
[    0.687510] xor: automatically using best checksumming function   avx       
[    0.712787] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    0.712793] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    0.713786] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.715141] Btrfs loaded, crc32c=crc32c-intel, zoned=yes
[    0.715484] BTRFS: device fsid 23424483-c25e-43e8-85b4-714d1a86800d devid 1 transid 2042 /dev/nvme0n1p6 scanned by systemd-udevd (189)
[    0.716694] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    0.716700] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
[    0.717762] xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000000009810
[    0.717987] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    0.717989] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
[    0.717991] xhci_hcd 0000:00:0d.0: Host supports USB 3.1 Enhanced SuperSpeed
[    0.718025] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
[    0.718027] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.718028] usb usb1: Product: xHCI Host Controller
[    0.718029] usb usb1: Manufacturer: Linux 5.14.16-arch1-1 xhci-hcd
[    0.718031] usb usb1: SerialNumber: 0000:00:0d.0
[    0.718109] hub 1-0:1.0: USB hub found
[    0.718117] hub 1-0:1.0: 1 port detected
[    0.718193] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
[    0.718195] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.718196] usb usb2: Product: xHCI Host Controller
[    0.718196] usb usb2: Manufacturer: Linux 5.14.16-arch1-1 xhci-hcd
[    0.718197] usb usb2: SerialNumber: 0000:00:0d.0
[    0.718244] hub 2-0:1.0: USB hub found
[    0.718252] hub 2-0:1.0: 4 ports detected
[    0.718857] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.718860] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    0.719953] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000000009810
[    0.720193] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.720195] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    0.720196] xhci_hcd 0000:00:14.0: Host supports USB 3.2 Enhanced SuperSpeed
[    0.720212] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
[    0.720213] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.720214] usb usb3: Product: xHCI Host Controller
[    0.720215] usb usb3: Manufacturer: Linux 5.14.16-arch1-1 xhci-hcd
[    0.720215] usb usb3: SerialNumber: 0000:00:14.0
[    0.720311] hub 3-0:1.0: USB hub found
[    0.720337] hub 3-0:1.0: 16 ports detected
[    0.721732] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
[    0.721734] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.721735] usb usb4: Product: xHCI Host Controller
[    0.721736] usb usb4: Manufacturer: Linux 5.14.16-arch1-1 xhci-hcd
[    0.721736] usb usb4: SerialNumber: 0000:00:14.0
[    0.721777] hub 4-0:1.0: USB hub found
[    0.721796] hub 4-0:1.0: 8 ports detected
[    0.722278] usb: port power management may be unreliable
[    0.738850] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    0.746768] random: fast init done
[    0.748723] BTRFS info (device nvme0n1p6): flagging fs with big metadata feature
[    0.748727] BTRFS info (device nvme0n1p6): disk space caching is enabled
[    0.748728] BTRFS info (device nvme0n1p6): has skinny extents
[    0.751636] BTRFS info (device nvme0n1p6): enabling ssd optimizations
[    0.812148] systemd[1]: systemd 249.5-3-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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[    0.812219] systemd[1]: Detected architecture x86-64.
[    0.812439] systemd[1]: Hostname set to <portableG>.
[    0.834541] random: lvmconfig: uninitialized urandom read (4 bytes read)
[    0.873461] systemd[1]: Queued start job for default target Graphical Interface.
[    0.874404] systemd[1]: Created slice Slice /system/getty.
[    0.874518] systemd[1]: Created slice Slice /system/modprobe.
[    0.874624] systemd[1]: Created slice Slice /system/systemd-fsck.
[    0.874705] systemd[1]: Created slice User and Session Slice.
[    0.874734] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    0.874752] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    0.874814] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    0.874836] systemd[1]: Reached target Local Encrypted Volumes.
[    0.874843] systemd[1]: Reached target Login Prompts.
[    0.874855] systemd[1]: Reached target Remote File Systems.
[    0.874861] systemd[1]: Reached target Slice Units.
[    0.874871] systemd[1]: Reached target Local Verity Integrity Protected Volumes.
[    0.874904] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    0.875080] systemd[1]: Listening on LVM2 poll daemon socket.
[    0.875499] systemd[1]: Listening on Process Core Dump Socket.
[    0.875679] systemd[1]: Listening on Journal Audit Socket.
[    0.875713] systemd[1]: Listening on Journal Socket (/dev/log).
[    0.875746] systemd[1]: Listening on Journal Socket.
[    0.876006] systemd[1]: Listening on udev Control Socket.
[    0.876035] systemd[1]: Listening on udev Kernel Socket.
[    0.876384] systemd[1]: Mounting Huge Pages File System...
[    0.876716] systemd[1]: Mounting POSIX Message Queue File System...
[    0.877027] systemd[1]: Mounting Kernel Debug File System...
[    0.877393] systemd[1]: Mounting Kernel Trace File System...
[    0.877791] systemd[1]: Starting Create List of Static Device Nodes...
[    0.878124] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    0.878559] systemd[1]: Starting Load Kernel Module configfs...
[    0.878931] systemd[1]: Starting Load Kernel Module drm...
[    0.879258] systemd[1]: Starting Load Kernel Module fuse...
[    0.879412] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    0.879438] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    0.879917] random: lvm: uninitialized urandom read (4 bytes read)
[    0.880867] systemd[1]: Starting Journal Service...
[    0.881295] systemd[1]: Starting Load Kernel Modules...
[    0.881652] systemd[1]: Starting Remount Root and Kernel File Systems...
[    0.881688] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[    0.882068] systemd[1]: Starting Coldplug All udev Devices...
[    0.882914] systemd[1]: Mounted Huge Pages File System.
[    0.882970] systemd[1]: Mounted POSIX Message Queue File System.
[    0.883002] systemd[1]: Mounted Kernel Debug File System.
[    0.883033] systemd[1]: Mounted Kernel Trace File System.
[    0.883157] systemd[1]: Finished Create List of Static Device Nodes.
[    0.883297] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    0.883458] systemd[1]: Finished Load Kernel Module configfs.
[    0.883548] fuse: init (API version 7.34)
[    0.883936] systemd[1]: Mounting Kernel Configuration File System...
[    0.884065] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    0.884164] systemd[1]: Finished Load Kernel Module fuse.
[    0.884576] systemd[1]: Mounting FUSE Control File System...
[    0.884626] acpi_call: loading out-of-tree module taints kernel.
[    0.884639] acpi_call: module verification failed: signature and/or required key missing - tainting kernel
[    0.885144] systemd[1]: Mounted Kernel Configuration File System.
[    0.885560] systemd[1]: Mounted FUSE Control File System.
[    0.885819] Asymmetric key parser 'pkcs8' registered
[    0.886138] systemd[1]: Finished Load Kernel Modules.
[    0.886549] systemd[1]: Starting Apply Kernel Variables...
[    0.888436] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    0.888538] systemd[1]: Finished Load Kernel Module drm.
[    0.888990] systemd[1]: Finished Apply Kernel Variables.
[    0.889007] audit: type=1130 audit(1636628649.926:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    0.904640] systemd[1]: Started Journal Service.
[    0.904684] audit: type=1130 audit(1636628649.943:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    0.918775] BTRFS info (device nvme0n1p6): enabling auto defrag
[    0.918777] BTRFS info (device nvme0n1p6): disk space caching is enabled
[    0.919567] audit: type=1130 audit(1636628649.960:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    0.919732] audit: type=1130 audit(1636628649.960:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    0.936906] audit: type=1130 audit(1636628649.976:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    0.945016] audit: type=1130 audit(1636628649.983: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'
[    0.945433] audit: type=1334 audit(1636628649.983:8): prog-id=14 op=LOAD
[    0.945467] audit: type=1334 audit(1636628649.983:9): prog-id=15 op=LOAD
[    0.945493] audit: type=1334 audit(1636628649.983:10): prog-id=16 op=LOAD
[    0.969478] usb 3-3: new full-speed USB device number 2 using xhci_hcd
[    0.994680] input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input4
[    0.998188] ACPI Warning: \_SB.IETM._TRT: Found unexpected NULL package element (20210604/nsrepair-186)
[    0.998193] ACPI Warning: \_SB.IETM._TRT: Expected return object of type Reference (20210604/nspredef-249)
[    0.998198] _TRT package 0 is invalid, ignored
[    0.998199] _TRT package 1 is invalid, ignored
[    1.013027] input: Intel HID events as /devices/platform/INTC1051:00/input/input5
[    1.013067] intel-hid INTC1051:00: platform supports 5 button array
[    1.013104] input: Intel HID 5 button array as /devices/platform/INTC1051:00/input/input6
[    1.087158] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    1.087223] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    1.101471] Linux agpgart interface v0.103
[    1.101897] intel-pmt 0000:00:0a.0: Watcher not supported
[    1.101901] intel-pmt 0000:00:0a.0: Crashlog not supported
[    1.102402] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[    1.103223] intel_rapl_common: Found RAPL domain package
[    1.111376] usb 3-3: New USB device found, idVendor=062a, idProduct=4101, bcdDevice= 1.17
[    1.111379] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.111380] usb 3-3: Product: 2.4G INPUT DEVICE
[    1.111381] usb 3-3: Manufacturer: MOSART Semi.
[    1.111849] random: tlp-readconfs: uninitialized urandom read (4 bytes read)
[    1.136284] ACPI: bus type thunderbolt registered
[    1.136320] thunderbolt 0000:00:0d.2: enabling device (0000 -> 0002)
[    1.151406] Adding 1976316k swap on /dev/nvme0n1p7.  Priority:-2 extents:1 across:1976316k SSFS
[    1.153272] systemd-journald[281]: Received client request to flush runtime journal.
[    1.207670] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    1.211469] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[    1.211512] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[    1.211735] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[    1.211796] snd_hda_intel 0000:01:00.1: Disabling MSI
[    1.211800] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    1.215647] r8168 Gigabit Ethernet driver 8.049.02-NAPI loaded
[    1.226156] intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
[    1.226544] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    1.228894] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[    1.230922] r8168  Copyright (C) 2021 Realtek NIC software team <nicfae@realtek.com> 
                This program comes with ABSOLUTELY NO WARRANTY; for details, please see <http://www.gnu.org/licenses/>. 
                This is free software, and you are welcome to redistribute it under certain conditions; see <http://www.gnu.org/licenses/>. 
[    1.232798] usb 3-7: new high-speed USB device number 3 using xhci_hcd
[    1.333569] input: PC Speaker as /devices/platform/pcspkr/input/input12
[    1.333833] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    1.333928] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    1.334266] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    1.336002] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input7
[    1.336031] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input8
[    1.336059] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input9
[    1.336084] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input10
[    1.336109] input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input11
[    1.336509] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    1.336523] i2c i2c-1: 2/4 memory slots populated (from DMI)
[    1.337179] i2c i2c-1: Successfully instantiated SPD at 0x50
[    1.338158] i2c i2c-1: Successfully instantiated SPD at 0x52
[    1.338381] EXT4-fs (nvme0n1p5): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    1.346540] intel-spi 0000:00:1f.5: unrecognized JEDEC id bytes: c2 75 18 c2 75 18
[    1.346545] intel-spi 0000:00:1f.5: failed to locate the chip
[    1.346546] intel-spi: probe of 0000:00:1f.5 failed with error -2
[    1.347659] Intel(R) Wireless WiFi driver for Linux
[    1.347712] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[    1.348371] i915 0000:00:02.0: [drm] VT-d active for gfx access
[    1.348374] checking generic (4000000000 7f0000) vs hw (622e000000 1000000)
[    1.348375] checking generic (4000000000 7f0000) vs hw (4000000000 10000000)
[    1.348376] fb0: switching to inteldrmfb from EFI VGA
[    1.348420] Console: switching to colour dummy device 80x25
[    1.348441] i915 0000:00:02.0: vgaarb: deactivate vga console
[    1.349019] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-QuZ-a0-hr-b0-64.ucode failed with error -2
[    1.349805] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    1.350393] iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
[    1.350404] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
[    1.350677] iwlwifi 0000:00:14.3: loaded firmware version 63.c04f3485.0 QuZ-a0-hr-b0-63.ucode op_mode iwlmvm
[    1.351804] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/tgl_dmc_ver2_08.bin (v2.8)
[    1.401030] usb 3-7: New USB device found, idVendor=322e, idProduct=202c, bcdDevice= 1.03
[    1.401040] usb 3-7: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[    1.401041] usb 3-7: Product: USB2.0 HD UVC WebCam
[    1.401043] usb 3-7: Manufacturer: Sonix Technology Co., Ltd.
[    1.421442] perf uncore: Cannot find matched IMC device.
[    1.421450] perf uncore: Cannot find matched IMC device.
[    1.494490] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    1.494960] ACPI: video: Video Device [PEGP] (multi-head: no  rom: yes  post: no)
[    1.495240] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input13
[    1.496501] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    1.496786] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input14
[    1.496913] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    1.498529] fbcon: i915 (fb0) is primary device
[    1.498962] Console: switching to colour frame buffer device 240x67
[    1.508042] i915 0000:00:02.0: [drm] fb0: i915 frame buffer device
[    1.523912] input: ELAN1203:00 04F3:307A Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN1203:00/0018:04F3:307A.0001/input/input15
[    1.523978] input: ELAN1203:00 04F3:307A Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN1203:00/0018:04F3:307A.0001/input/input16
[    1.524039] hid-generic 0018:04F3:307A.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN1203:00 04F3:307A] on i2c-ELAN1203:00
[    1.524225] cryptd: max_cpu_qlen set to 1000
[    1.526140] usb 3-14: new full-speed USB device number 4 using xhci_hcd
[    1.529620] AVX2 version of gcm_enc/dec engaged.
[    1.529649] AES CTR mode by8 optimization enabled
[    1.534781] bbswitch: version 0.8
[    1.534781] iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz, REV=0x354
[    1.534788] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PC00.GFX0
[    1.534796] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PC00.PEG1.PEGP
[    1.534809] ACPI Warning: \_SB.PC00.PEG1.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20210604/nsarguments-61)
[    1.534880] bbswitch: detected an Optimus _DSM function
[    1.534888] pci 0000:01:00.0: enabling device (0000 -> 0003)
[    1.535014] bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
[    1.546456] thermal thermal_zone6: failed to read out thermal zone (-61)
[    1.561029] bbswitch: disabling discrete graphics
[    1.654774] iwlwifi 0000:00:14.3: Detected RF HR B3, rfid=0x10a100
[    1.657087] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    1.657091] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    1.657092] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    1.657093] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    1.657094] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    1.657095] snd_hda_codec_realtek hdaudioC0D0:      Headset Mic=0x19
[    1.657096] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[    1.670766] usb 3-14: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02
[    1.670770] usb 3-14: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.703825] asus_wmi: ASUS WMI generic driver loaded
[    1.720248] iwlwifi 0000:00:14.3: base HW address: f8:5e:a0:17:dc:25
[    1.731846] r8168 0000:2d:00.0 enp45s0: renamed from eth0
[    1.763378] intel_rapl_common: Found RAPL domain package
[    1.763382] intel_rapl_common: Found RAPL domain core
[    1.763384] intel_rapl_common: Found RAPL domain uncore
[    1.763385] intel_rapl_common: Found RAPL domain psys
[    1.763657] asus_wmi: Initialization: 0x1
[    1.764147] asus_wmi: SFUN value: 0x21
[    1.764150] asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
[    1.764152] asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
[    1.765279] iTCO_vendor_support: vendor-support=0
[    1.765301] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[    1.767672] enp45s0: 0xffff9d6780359000, 7c:10:c9:91:ac:15, IRQ 178
[    1.767795] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
[    1.767891] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    1.768044] intel_tcc_cooling: Programmable TCC Offset detected
[    1.771517] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input18
[    1.781352] ACPI: battery: new extension: ASUS Battery Extension
[    1.783573] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[    1.783599] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[    1.783620] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[    1.783640] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
[    1.783661] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
[    1.783681] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23
[    1.783702] input: HDA Intel PCH HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24
[    1.783724] input: HDA Intel PCH HDMI/DP,pcm=12 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input25
[    1.783744] input: HDA Intel PCH HDMI/DP,pcm=13 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input26
[    1.783767] input: HDA Intel PCH HDMI/DP,pcm=14 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input27
[    1.783791] input: HDA Intel PCH HDMI/DP,pcm=15 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input28
[    1.783810] input: HDA Intel PCH HDMI/DP,pcm=16 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input29
[    1.783830] input: HDA Intel PCH HDMI/DP,pcm=17 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input30
[    1.853837] ee1004 1-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
[    1.853854] ee1004 1-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
[    1.969672] input: ELAN1203:00 04F3:307A Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN1203:00/0018:04F3:307A.0001/input/input31
[    1.969794] input: ELAN1203:00 04F3:307A Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN1203:00/0018:04F3:307A.0001/input/input32
[    1.969973] hid-multitouch 0018:04F3:307A.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN1203:00 04F3:307A] on i2c-ELAN1203:00
[    1.973610] mousedev: PS/2 mouse device common for all mice
[    2.669473] random: crng init done
[    2.669476] random: 7 urandom warning(s) missed due to ratelimiting
[    2.791836] input: MOSART Semi. 2.4G INPUT DEVICE as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/0003:062A:4101.0002/input/input33
[    2.828261] mc: Linux media interface: v0.10
[    2.843047] videodev: Linux video capture interface: v2.00
[    2.846248] hid-generic 0003:062A:4101.0002: input,hidraw1: USB HID v1.10 Keyboard [MOSART Semi. 2.4G INPUT DEVICE] on usb-0000:00:14.0-3/input0
[    2.847969] input: MOSART Semi. 2.4G INPUT DEVICE Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.1/0003:062A:4101.0003/input/input34
[    2.848018] input: MOSART Semi. 2.4G INPUT DEVICE Consumer Control as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.1/0003:062A:4101.0003/input/input35
[    2.848475] Bluetooth: Core ver 2.22
[    2.848491] NET: Registered PF_BLUETOOTH protocol family
[    2.848492] Bluetooth: HCI device and connection manager initialized
[    2.848495] Bluetooth: HCI socket layer initialized
[    2.848496] Bluetooth: L2CAP socket layer initialized
[    2.848498] Bluetooth: SCO socket layer initialized
[    2.899860] usb 3-7: Found UVC 1.00 device USB2.0 HD UVC WebCam (322e:202c)
[    2.902352] usbcore: registered new interface driver btusb
[    2.902865] input: MOSART Semi. 2.4G INPUT DEVICE System Control as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.1/0003:062A:4101.0003/input/input36
[    2.902898] input: MOSART Semi. 2.4G INPUT DEVICE as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.1/0003:062A:4101.0003/input/input37
[    2.902938] Bluetooth: hci0: Bootloader revision 0.4 build 0 week 30 2018
[    2.902945] hid-generic 0003:062A:4101.0003: input,hiddev96,hidraw2: USB HID v1.10 Mouse [MOSART Semi. 2.4G INPUT DEVICE] on usb-0000:00:14.0-3/input1
[    2.902963] usbcore: registered new interface driver usbhid
[    2.902964] usbhid: USB HID core driver
[    2.903952] Bluetooth: hci0: Device revision is 2
[    2.903954] Bluetooth: hci0: Secure boot is enabled
[    2.903955] Bluetooth: hci0: OTP lock is enabled
[    2.903955] Bluetooth: hci0: API lock is enabled
[    2.903956] Bluetooth: hci0: Debug lock is disabled
[    2.903957] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[    2.905143] Bluetooth: hci0: Found device firmware: intel/ibt-19-0-4.sfi
[    2.907566] input: USB2.0 HD UVC WebCam: USB2.0 HD as /devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/input/input38
[    2.907645] usbcore: registered new interface driver uvcvideo
[    4.724564] Bluetooth: hci0: Waiting for firmware download to complete
[    4.724923] Bluetooth: hci0: Firmware loaded in 1777127 usecs
[    4.724991] Bluetooth: hci0: Waiting for device to boot
[    4.740054] Bluetooth: hci0: Device booted in 14742 usecs
[    4.740099] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-19-0-4.ddc
[    4.742005] Bluetooth: hci0: Applying Intel DDC parameters completed
[    4.744936] Bluetooth: hci0: Firmware revision 0.4 build 5 week 39 2021
[    7.246431] wlan0: authenticate with 4c:ed:fb:a0:c2:f8
[    7.250504] wlan0: send auth to 4c:ed:fb:a0:c2:f8 (try 1/3)
[    7.276060] wlan0: authenticated
[    7.279556] wlan0: associate with 4c:ed:fb:a0:c2:f8 (try 1/3)
[    7.283577] wlan0: RX AssocResp from 4c:ed:fb:a0:c2:f8 (capab=0x1411 status=0 aid=2)
[    7.293193] wlan0: associated
[    7.403755] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[    7.449335] wlan0: Limiting TX power to 20 (20 - 0) dBm as advertised by 4c:ed:fb:a0:c2:f8
[    7.461821] kauditd_printk_skb: 54 callbacks suppressed
[    7.461825] audit: type=1100 audit(1636628656.500:61): pid=915 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="gwenhael" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[    7.463591] audit: type=1101 audit(1636628656.503:62): pid=915 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="gwenhael" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[    7.489337] audit: type=1106 audit(1636628656.526:63): pid=866 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'
[    7.489359] audit: type=1104 audit(1636628656.526:64): pid=866 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'
[    7.491172] audit: type=1103 audit(1636628656.530:65): pid=915 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="gwenhael" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[    7.491205] audit: type=1006 audit(1636628656.530:66): pid=915 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[    7.491209] audit: type=1300 audit(1636628656.530:66): arch=c000003e syscall=1 success=yes exit=4 a0=9 a1=7ffd268f2c20 a2=4 a3=3e8 items=0 ppid=477 pid=915 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)
[    7.491212] audit: type=1327 audit(1636628656.530:66): proctitle=6C69676874646D002D2D73657373696F6E2D6368696C64003132003139
[    7.498306] audit: type=1130 audit(1636628656.536:67): 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'
[    7.500973] audit: type=1101 audit(1636628656.540:68): pid=939 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="gwenhael" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.794425] nvidia: module license 'NVIDIA' taints kernel.
[   12.794428] Disabling lock debugging due to kernel taint
[   12.809077] nvidia-nvlink: Nvlink Core is being initialized, major device number 510

[   12.826286] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
[   12.870688] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  495.44  Fri Oct 22 06:13:12 UTC 2021
[   12.890082] ACPI Warning: \_SB.NPCF._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20210604/nsarguments-61)
[   17.748489] kauditd_printk_skb: 19 callbacks suppressed
[   17.748491] audit: type=1131 audit(1636628666.786:84): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@971 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.753341] audit: type=1131 audit(1636628666.793:85): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@971 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   31.576504] audit: type=1131 audit(1636628680.616:86): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   31.696363] audit: type=1334 audit(1636628680.736:87): prog-id=23 op=UNLOAD
[   31.696376] audit: type=1334 audit(1636628680.736:88): prog-id=22 op=UNLOAD
[   31.696383] audit: type=1334 audit(1636628680.736:89): prog-id=21 op=UNLOAD
[   63.018872] ucsi_acpi USBC000:00: PPM init failed (-110)
[  545.473269] audit: type=1100 audit(1636629194.515:90): pid=2001 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=? acct="gwenhael" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=failed'
[  551.740524] audit: type=1100 audit(1636629200.780:91): pid=2001 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="gwenhael" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  551.740533] audit: type=1101 audit(1636629200.780:92): pid=2001 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="gwenhael" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  551.741117] audit: type=1110 audit(1636629200.780:93): pid=2001 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'
[  551.741769] audit: type=1105 audit(1636629200.780:94): pid=2001 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'


I do recommend also to uninstall vesa and fbdev Xorg-Drivers they can be troublesome nowadays on some hardware using Nvidia proprietary.

xf86-video-vesa xf86-video-fbdev

o o o o its video

1 Like

Well, I have do that, without success to implement Nvidia drivers, nether optimus.
Thanks @joekamprad for spending time on my problem.
best regards

Did you try instead add the bus id to x11 config

Also read through all this and the last page at the bottom.

https://bbs.archlinux.org/viewtopic.php?id=268169

Edit: Also doesn’t this laptop have the settings in Bios under advanced for hybrid graphics switching?

xf86-video-vesa you forgot the “o” :wink:

That’s what happens when you have an overloaded terminal! It gets short circuited. :grinning_face_with_smiling_eyes:

1 Like

@whelagen
Edit:
I thought maybe this would help but now after reading more i don’t think it’s the way to go at all.

https://asus-linux.org/wiki/arch-guide/

Edit2: I think maybe is only for Asus G14 model plus they are using a custom kernel.

I had the same going on, the installer script seems to have a problem on hybrid cards since the Nvidia 495 update. I don’t run RTX but can post what works for me once back on the computer.

The link :

https://asus-linux.org/wiki/arch-guide/

has lead to this one G14 tuto.

So despite the asus wiki telling not to install endeavour with the nvidia option (that install tlp package), I’ve made no new install.

Add the G14 repo

Edit the /etc/pacman.conf and add the folloing at the end

[g14]
SigLevel = DatabaseNever Optional TrustAll
Server = https://arch.asus-linux.org

After adding that do $ sudo pacman -Suy

Installing asusctl and supergfxctl and g14 kernel

The -g14 kernel is needed to have fan control and custom fan curve.

$ sudo pacman -S asusctl supergfxctl
$ systemctl enable --now power-profiles-daemon.service
$ systemctl enable --now supergfxd.service

Check your current graphics mode with

$ supergfxctl -g

If the current mode is integrated then proceed with installing nvidia graphics else switch to integrated first

$ sudo pacman -S linux-g14 linux-g14-headers

For switching to integrated mode

$ supergfxctl -m integrated

and then logout. After logging back in you will be in integrated mode. If you get an error then reboot once if the error still persists then add blacklisting nouveau in before booting by pressing e in the grub menu.

Installing nvidia-drivers

Hoping that you are in integrated mode!

$ sudo pacman -S nvidia-dkms nvidia-utils lib32-nvidia-utils

This will install the nvidia drivers and will update them everytime you have a new kernel installed.

For using the nvidia card you can install

$ sudo pacman -S nvidia-prime

then you can use

$ prime-run <application_name>

Make sure you are using -g14 kernel!

Testing nvidia installation

You should now be able to switch to hybrid mode.

$ sudo pacman -S mesa mesa-demos
$ prime-run glxinfo | grep OpenGL

If it says NVIDIA then everything is perfectly installed.

Well I will test the linux-xanmod-rog next time.

1 Like

So thank to @ricklinux, KanakShilledar, @Zircon34, @Scotty_Trees, @joekamprad, @kjw for you’re help for understanding what’s going on.

Read you next time on endeavouros Forum !
Best regards.
Whelagen

2 Likes

TLP can be untagged while install setup in calamares :wink:

So that Asus stuff worked? I was thinking after i read it all that maybe it was only for that specific laptop series and may not work because of the kernel it was using?

Yes my laptop is a rog series. So the kernel and the utilities seams working. I can now have integrated, nvidia or hybrid after a logout.

Only a xfce widget is missing. But I think I can do a script with dmenu…

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.