You are not logged in.

#1 2021-05-04 15:57:38

GuyWithNvidia
Member
Registered: 2021-05-04
Posts: 47

NVIDIA driver does not work, black screen after Xorg launch

After Xorg launch I got black screen, but the i3 launches properly, I know it because I could work with system via hotkeys and execute command like reboot.
Also while booting I see the strange glitchy color lines at the bottom of my screen and black screen after that. This is not happens without NVIDIA driver.
I use asus laptop with GTX 1060 and had similar problem on Windows, the solution was patched NVIDIA driver from asus tech support, so maybe it is a rare bug issue.
I have bumblebee installed but it fails with an error while boot at any Xorg config.
I am able to get the screen working with integrated intel graphics, I think. But:

lspci -v | grep nvidia                                                                                                                                                                   
	Kernel driver in use: nvidia
	Kernel modules: nouveau, nvidia_drm, nvidia

says that driver is nvidia.

The problem appears when I add the /etc/X11/xorg.conf

cat /etc/X11/xorg_buckdup.conf                                                                                                                                                           
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 460.67

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

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

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

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

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

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

The Xorg log when loading with config above

cat /var/log/Xorg.0.log.old                                                          
[     4.017] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[     4.018] 
X.Org X Server 1.20.10
X Protocol Version 11, Revision 0
[     4.018] Build Operating System: Linux Arch Linux
[     4.018] Current Operating System: Linux whack 5.11.9-arch1-1 #1 SMP PREEMPT Wed, 24 Mar 2021 18:53:54 +0000 x86_64
[     4.018] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=8d8bc316-eef4-4c89-8dce-733b086a32d3 rw modprobe.blacklist=nouveau nvidia-drm.modeset=1 rcutree.rcu_idle_gp_delay=1 acpi_backlight=vendor
[     4.018] Build Date: 14 December 2020  12:10:29PM
[     4.018]  
[     4.018] Current version of pixman: 0.40.0
[     4.018] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     4.019] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     4.019] (==) Log file: "/var/log/Xorg.0.log", Time: Tue May  4 18:13:56 2021
[     4.023] (==) Using config file: "/etc/X11/xorg.conf"
[     4.023] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     4.023] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     4.025] (==) ServerLayout "Layout0"
[     4.025] (**) |-->Screen "Screen0" (0)
[     4.025] (**) |   |-->Monitor "Monitor0"
[     4.026] (**) |   |-->Device "Device0"
[     4.026] (**) |-->Input Device "Keyboard0"
[     4.026] (**) |-->Input Device "Mouse0"
[     4.026] (==) Automatically adding devices
[     4.026] (==) Automatically enabling devices
[     4.026] (==) Automatically adding GPU devices
[     4.026] (==) Automatically binding GPU devices
[     4.026] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     4.029] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     4.029] 	Entry deleted from font path.
[     4.029] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     4.029] 	Entry deleted from font path.
[     4.029] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     4.029] 	Entry deleted from font path.
[     4.029] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF
[     4.029] (**) ModulePath set to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[     4.029] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[     4.029] (WW) Disabling Keyboard0
[     4.029] (WW) Disabling Mouse0
[     4.029] (II) Module ABI versions:
[     4.029] 	X.Org ANSI C Emulation: 0.4
[     4.029] 	X.Org Video Driver: 24.1
[     4.029] 	X.Org XInput driver : 24.1
[     4.029] 	X.Org Server Extension : 10.0
[     4.030] (++) using VT number 1

[     4.033] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[     4.038] (--) PCI:*(1@0:0:0) 10de:1c20:1043:16d0 rev 161, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[     4.038] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     4.038] (II) LoadModule: "glx"
[     4.046] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     4.057] (II) Module glx: vendor="X.Org Foundation"
[     4.057] 	compiled for 1.20.10, module version = 1.0.0
[     4.057] 	ABI class: X.Org Server Extension, version 10.0
[     4.057] (II) LoadModule: "nvidia"
[     4.057] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     4.066] (II) Module nvidia: vendor="NVIDIA Corporation"
[     4.066] 	compiled for 1.6.99.901, module version = 1.0.0
[     4.066] 	Module class: X.Org Video Driver
[     4.067] (II) NVIDIA dlloader X Driver  460.67  Thu Mar 11 00:09:07 UTC 2021
[     4.067] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     4.068] (II) Loading sub module "fb"
[     4.068] (II) LoadModule: "fb"
[     4.069] (II) Loading /usr/lib/xorg/modules/libfb.so
[     4.070] (II) Module fb: vendor="X.Org Foundation"
[     4.070] 	compiled for 1.20.10, module version = 1.0.0
[     4.070] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     4.070] (II) Loading sub module "wfb"
[     4.070] (II) LoadModule: "wfb"
[     4.070] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     4.072] (II) Module wfb: vendor="X.Org Foundation"
[     4.072] 	compiled for 1.20.10, module version = 1.0.0
[     4.072] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     4.072] (II) Loading sub module "ramdac"
[     4.072] (II) LoadModule: "ramdac"
[     4.072] (II) Module "ramdac" already built-in
[     5.046] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[     5.047] (==) NVIDIA(0): RGB weight 888
[     5.047] (==) NVIDIA(0): Default visual is TrueColor
[     5.047] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[     5.048] (**) NVIDIA(0): Enabling 2D acceleration
[     5.049] (II) Loading sub module "glxserver_nvidia"
[     5.049] (II) LoadModule: "glxserver_nvidia"
[     5.049] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[     5.127] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[     5.127] 	compiled for 1.6.99.901, module version = 1.0.0
[     5.127] 	Module class: X.Org Server Extension
[     5.127] (II) NVIDIA GLX Module  460.67  Thu Mar 11 00:06:44 UTC 2021
[     5.129] (II) NVIDIA: The X server supports PRIME Render Offload.
[     6.125] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[     6.125] (--) NVIDIA(0):     DFP-0
[     6.125] (--) NVIDIA(0):     DFP-1
[     6.125] (--) NVIDIA(0):     DFP-2 (boot)
[     6.125] (--) NVIDIA(0):     DFP-3
[     6.125] (--) NVIDIA(0):     DFP-4
[     6.125] (--) NVIDIA(0):     DFP-5
[     6.125] (WW) NVIDIA: No DRM device: No direct render devices found.
[     6.125] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1060 (GP106-A) at PCI:1:0:0 (GPU-0)
[     6.125] (--) NVIDIA(0): Memory: 3145728 kBytes
[     6.126] (--) NVIDIA(0): VideoBIOS: 86.06.18.00.4e
[     6.126] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[     6.126] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     6.126] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[     6.126] (--) NVIDIA(GPU-0): DFP-0: 1440.0 MHz maximum pixel clock
[     6.126] (--) NVIDIA(GPU-0): 
[     6.126] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     6.126] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[     6.126] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[     6.126] (--) NVIDIA(GPU-0): 
[     6.126] (--) NVIDIA(GPU-0): NVIDIA (DFP-2): connected
[     6.126] (--) NVIDIA(GPU-0): NVIDIA (DFP-2): Internal DisplayPort
[     6.126] (--) NVIDIA(GPU-0): NVIDIA (DFP-2): 1440.0 MHz maximum pixel clock
[     6.126] (--) NVIDIA(GPU-0): 
[     6.126] (--) NVIDIA(GPU-0): DFP-3: disconnected
[     6.126] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[     6.126] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[     6.126] (--) NVIDIA(GPU-0): 
[     6.126] (--) NVIDIA(GPU-0): DFP-4: disconnected
[     6.126] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[     6.126] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[     6.126] (--) NVIDIA(GPU-0): 
[     6.126] (--) NVIDIA(GPU-0): DFP-5: disconnected
[     6.126] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[     6.126] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[     6.126] (--) NVIDIA(GPU-0): 
[     6.128] (==) NVIDIA(0): 
[     6.128] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[     6.128] (==) NVIDIA(0):     will be used as the requested mode.
[     6.128] (==) NVIDIA(0): 
[     6.128] (II) NVIDIA(0): Validated MetaModes:
[     6.128] (II) NVIDIA(0):     "DFP-2:nvidia-auto-select"
[     6.128] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[     6.128] (WW) NVIDIA(0): NVIDIA (DFP-2) does not have an EDID, or its EDID does not
[     6.128] (WW) NVIDIA(0):     contain a maximum image size; cannot compute DPI from
[     6.128] (WW) NVIDIA(0):     NVIDIA (DFP-2)'s EDID.
[     6.128] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[     6.129] (II) NVIDIA: Using 24576.00 MB of virtual memory for indirect memory
[     6.129] (II) NVIDIA:     access.
[     6.135] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[     6.135] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[     6.135] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[     6.135] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[     6.135] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[     6.135] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[     6.135] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[     6.135] (II) NVIDIA(0):     Config Options in the README.
[     6.152] (II) NVIDIA(0): Setting mode "DFP-2:nvidia-auto-select"
[     7.050] (==) NVIDIA(0): Disabling shared memory pixmaps
[     7.050] (==) NVIDIA(0): Backing store enabled
[     7.050] (==) NVIDIA(0): Silken mouse disabled
[     7.050] (**) NVIDIA(0): DPMS enabled
[     7.051] (II) Loading sub module "dri2"
[     7.051] (II) LoadModule: "dri2"
[     7.051] (II) Module "dri2" already built-in
[     7.051] (II) NVIDIA(0): [DRI2] Setup complete
[     7.051] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[     7.052] (II) Initializing extension Generic Event Extension
[     7.052] (II) Initializing extension SHAPE
[     7.052] (II) Initializing extension MIT-SHM
[     7.052] (II) Initializing extension XInputExtension
[     7.052] (II) Initializing extension XTEST
[     7.052] (II) Initializing extension BIG-REQUESTS
[     7.052] (II) Initializing extension SYNC
[     7.052] (II) Initializing extension XKEYBOARD
[     7.052] (II) Initializing extension XC-MISC
[     7.052] (II) Initializing extension SECURITY
[     7.052] (II) Initializing extension XFIXES
[     7.052] (II) Initializing extension RENDER
[     7.052] (II) Initializing extension RANDR
[     7.052] (II) Initializing extension COMPOSITE
[     7.052] (II) Initializing extension DAMAGE
[     7.052] (II) Initializing extension MIT-SCREEN-SAVER
[     7.052] (II) Initializing extension DOUBLE-BUFFER
[     7.052] (II) Initializing extension RECORD
[     7.052] (II) Initializing extension DPMS
[     7.052] (II) Initializing extension Present
[     7.052] (II) Initializing extension DRI3
[     7.052] (II) Initializing extension X-Resource
[     7.052] (II) Initializing extension XVideo
[     7.052] (II) Initializing extension XVideo-MotionCompensation
[     7.052] (II) Initializing extension GLX
[     7.052] (II) Initializing extension GLX
[     7.052] (II) Indirect GLX disabled.
[     7.052] (II) GLX: Another vendor is already registered for screen 0
[     7.052] (II) Initializing extension XFree86-VidModeExtension
[     7.052] (II) Initializing extension XFree86-DGA
[     7.052] (II) Initializing extension XFree86-DRI
[     7.052] (II) Initializing extension DRI2
[     7.052] (II) Initializing extension NV-GLX
[     7.052] (II) Initializing extension NV-CONTROL
[     7.053] (II) Initializing extension XINERAMA
[     7.167] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     7.167] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     7.167] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     7.167] (**) Power Button: Applying InputClass "system-keyboard"
[     7.167] (II) LoadModule: "libinput"
[     7.167] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     7.172] (II) Module libinput: vendor="X.Org Foundation"
[     7.172] 	compiled for 1.20.8, module version = 0.30.0
[     7.172] 	Module class: X.Org XInput Driver
[     7.172] 	ABI class: X.Org XInput driver, version 24.1
[     7.172] (II) Using input driver 'libinput' for 'Power Button'
[     7.174] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 31 paused 0
[     7.174] (**) Power Button: always reports core events
[     7.174] (**) Option "Device" "/dev/input/event2"
[     7.174] (**) Option "_source" "server/udev"
[     7.183] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     7.183] (II) event2  - Power Button: device is a keyboard
[     7.183] (II) event2  - Power Button: device removed
[     7.183] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[     7.183] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     7.183] (**) Option "xkb_model" "pc105"
[     7.183] (**) Option "xkb_layout" "us,ru"
[     7.183] (**) Option "xkb_options" "grp:alt_shift_toggle"
[     7.216] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     7.216] (II) event2  - Power Button: device is a keyboard
[     7.217] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event5)
[     7.217] (**) Asus Wireless Radio Control: Applying InputClass "evdev keyboard catchall"
[     7.217] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[     7.217] (**) Asus Wireless Radio Control: Applying InputClass "system-keyboard"
[     7.217] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[     7.218] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 34 paused 0
[     7.218] (**) Asus Wireless Radio Control: always reports core events
[     7.218] (**) Option "Device" "/dev/input/event5"
[     7.218] (**) Option "_source" "server/udev"
[     7.219] (II) event5  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[     7.219] (II) event5  - Asus Wireless Radio Control: device is a keyboard
[     7.219] (II) event5  - Asus Wireless Radio Control: device removed
[     7.219] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input5/event5"
[     7.219] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[     7.219] (**) Option "xkb_model" "pc105"
[     7.219] (**) Option "xkb_layout" "us,ru"
[     7.219] (**) Option "xkb_options" "grp:alt_shift_toggle"
[     7.220] (II) event5  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[     7.220] (II) event5  - Asus Wireless Radio Control: device is a keyboard
[     7.221] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[     7.221] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     7.221] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     7.221] (**) Video Bus: Applying InputClass "system-keyboard"
[     7.221] (II) Using input driver 'libinput' for 'Video Bus'
[     7.222] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 35 paused 0
[     7.222] (**) Video Bus: always reports core events
[     7.222] (**) Option "Device" "/dev/input/event4"
[     7.222] (**) Option "_source" "server/udev"
[     7.223] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[     7.223] (II) event4  - Video Bus: device is a keyboard
[     7.224] (II) event4  - Video Bus: device removed
[     7.224] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12/LNXVIDEO:01/input/input4/event4"
[     7.224] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[     7.224] (**) Option "xkb_model" "pc105"
[     7.224] (**) Option "xkb_layout" "us,ru"
[     7.224] (**) Option "xkb_options" "grp:alt_shift_toggle"
[     7.225] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[     7.225] (II) event4  - Video Bus: device is a keyboard
[     7.226] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[     7.226] (II) No input driver specified, ignoring this device.
[     7.226] (II) This device may have been added with another device file.
[     7.226] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[     7.226] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[     7.226] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     7.226] (**) Sleep Button: Applying InputClass "system-keyboard"
[     7.226] (II) Using input driver 'libinput' for 'Sleep Button'
[     7.227] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 36 paused 0
[     7.227] (**) Sleep Button: always reports core events
[     7.227] (**) Option "Device" "/dev/input/event1"
[     7.227] (**) Option "_source" "server/udev"
[     7.228] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     7.228] (II) event1  - Sleep Button: device is a keyboard
[     7.228] (II) event1  - Sleep Button: device removed
[     7.228] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[     7.228] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[     7.228] (**) Option "xkb_model" "pc105"
[     7.229] (**) Option "xkb_layout" "us,ru"
[     7.229] (**) Option "xkb_options" "grp:alt_shift_toggle"
[     7.230] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     7.230] (II) event1  - Sleep Button: device is a keyboard
[     7.230] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event10)
[     7.230] (II) No input driver specified, ignoring this device.
[     7.230] (II) This device may have been added with another device file.
[     7.231] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event11)
[     7.231] (II) No input driver specified, ignoring this device.
[     7.231] (II) This device may have been added with another device file.
[     7.231] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event12)
[     7.231] (II) No input driver specified, ignoring this device.
[     7.231] (II) This device may have been added with another device file.
[     7.232] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event13)
[     7.232] (II) No input driver specified, ignoring this device.
[     7.232] (II) This device may have been added with another device file.
[     7.232] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event14)
[     7.232] (II) No input driver specified, ignoring this device.
[     7.232] (II) This device may have been added with another device file.
[     7.233] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event15)
[     7.233] (II) No input driver specified, ignoring this device.
[     7.233] (II) This device may have been added with another device file.
[     7.233] (II) config/udev: Adding input device ELAN1200:00 04F3:301A Mouse (/dev/input/event8)
[     7.233] (**) ELAN1200:00 04F3:301A Mouse: Applying InputClass "evdev pointer catchall"
[     7.233] (**) ELAN1200:00 04F3:301A Mouse: Applying InputClass "libinput pointer catchall"
[     7.233] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:301A Mouse'
[     7.234] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 37 paused 0
[     7.234] (**) ELAN1200:00 04F3:301A Mouse: always reports core events
[     7.234] (**) Option "Device" "/dev/input/event8"
[     7.234] (**) Option "_source" "server/udev"
[     7.236] (II) event8  - ELAN1200:00 04F3:301A Mouse: is tagged by udev as: Mouse Pointingstick
[     7.236] (II) event8  - ELAN1200:00 04F3:301A Mouse: device is a pointer
[     7.237] (II) event8  - ELAN1200:00 04F3:301A Mouse: device removed
[     7.237] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1200:00/0018:04F3:301A.0001/input/input10/event8"
[     7.237] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:301A Mouse" (type: MOUSE, id 10)
[     7.237] (**) Option "AccelerationScheme" "none"
[     7.237] (**) ELAN1200:00 04F3:301A Mouse: (accel) selected scheme none/0
[     7.237] (**) ELAN1200:00 04F3:301A Mouse: (accel) acceleration factor: 2.000
[     7.237] (**) ELAN1200:00 04F3:301A Mouse: (accel) acceleration threshold: 4
[     7.238] (II) event8  - ELAN1200:00 04F3:301A Mouse: is tagged by udev as: Mouse Pointingstick
[     7.239] (II) event8  - ELAN1200:00 04F3:301A Mouse: device is a pointer
[     7.240] (II) config/udev: Adding input device ELAN1200:00 04F3:301A Mouse (/dev/input/mouse0)
[     7.240] (II) No input driver specified, ignoring this device.
[     7.240] (II) This device may have been added with another device file.
[     7.241] (II) config/udev: Adding input device ELAN1200:00 04F3:301A Touchpad (/dev/input/event9)
[     7.241] (**) ELAN1200:00 04F3:301A Touchpad: Applying InputClass "evdev touchpad catchall"
[     7.241] (**) ELAN1200:00 04F3:301A Touchpad: Applying InputClass "libinput touchpad catchall"
[     7.241] (**) ELAN1200:00 04F3:301A Touchpad: Applying InputClass "touchpad catchall"
[     7.241] (**) ELAN1200:00 04F3:301A Touchpad: Applying InputClass "Default clickpad buttons"
[     7.241] (II) LoadModule: "synaptics"
[     7.241] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[     7.242] (II) Module synaptics: vendor="X.Org Foundation"
[     7.242] 	compiled for 1.20.8, module version = 1.9.1
[     7.242] 	Module class: X.Org XInput Driver
[     7.242] 	ABI class: X.Org XInput driver, version 24.1
[     7.242] (II) Using input driver 'synaptics' for 'ELAN1200:00 04F3:301A Touchpad'
[     7.243] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 38 paused 0
[     7.243] (**) ELAN1200:00 04F3:301A Touchpad: always reports core events
[     7.243] (**) Option "Device" "/dev/input/event9"
[     7.243] (II) synaptics: ELAN1200:00 04F3:301A Touchpad: found clickpad property
[     7.243] (--) synaptics: ELAN1200:00 04F3:301A Touchpad: x-axis range 0 - 3200 (res 31)
[     7.243] (--) synaptics: ELAN1200:00 04F3:301A Touchpad: y-axis range 0 - 2198 (res 31)
[     7.243] (II) synaptics: ELAN1200:00 04F3:301A Touchpad: device does not report pressure, will use touch data.
[     7.243] (II) synaptics: ELAN1200:00 04F3:301A Touchpad: device does not report finger width.
[     7.243] (--) synaptics: ELAN1200:00 04F3:301A Touchpad: buttons: left double triple
[     7.243] (--) synaptics: ELAN1200:00 04F3:301A Touchpad: Vendor 0x4f3 Product 0x301a
[     7.243] (--) synaptics: ELAN1200:00 04F3:301A Touchpad: invalid pressure range.  defaulting to 0 - 255
[     7.243] (--) synaptics: ELAN1200:00 04F3:301A Touchpad: invalid finger width range.  defaulting to 0 - 15
[     7.243] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[     7.243] (--) synaptics: ELAN1200:00 04F3:301A Touchpad: touchpad found
[     7.243] (**) ELAN1200:00 04F3:301A Touchpad: always reports core events
[     7.243] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1200:00/0018:04F3:301A.0001/input/input11/event9"
[     7.243] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:301A Touchpad" (type: TOUCHPAD, id 11)
[     7.243] (**) synaptics: ELAN1200:00 04F3:301A Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[     7.243] (**) synaptics: ELAN1200:00 04F3:301A Touchpad: (accel) MaxSpeed is now 1.75
[     7.243] (**) synaptics: ELAN1200:00 04F3:301A Touchpad: (accel) AccelFactor is now 0.052
[     7.243] (**) ELAN1200:00 04F3:301A Touchpad: (accel) keeping acceleration scheme 1
[     7.243] (**) ELAN1200:00 04F3:301A Touchpad: (accel) acceleration profile 1
[     7.243] (**) ELAN1200:00 04F3:301A Touchpad: (accel) acceleration factor: 2.000
[     7.243] (**) ELAN1200:00 04F3:301A Touchpad: (accel) acceleration threshold: 4
[     7.244] (--) synaptics: ELAN1200:00 04F3:301A Touchpad: touchpad found
[     7.244] (II) config/udev: Adding input device ELAN1200:00 04F3:301A Touchpad (/dev/input/mouse1)
[     7.244] (**) ELAN1200:00 04F3:301A Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[     7.244] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event16)
[     7.244] (II) No input driver specified, ignoring this device.
[     7.244] (II) This device may have been added with another device file.
[     7.245] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event7)
[     7.245] (**) Asus WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[     7.245] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     7.245] (**) Asus WMI hotkeys: Applying InputClass "system-keyboard"
[     7.245] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[     7.246] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 39 paused 0
[     7.246] (**) Asus WMI hotkeys: always reports core events
[     7.246] (**) Option "Device" "/dev/input/event7"
[     7.246] (**) Option "_source" "server/udev"
[     7.246] (II) event7  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[     7.246] (II) event7  - Asus WMI hotkeys: device is a keyboard
[     7.246] (II) event7  - Asus WMI hotkeys: device removed
[     7.247] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input7/event7"
[     7.247] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 12)
[     7.247] (**) Option "xkb_model" "pc105"
[     7.247] (**) Option "xkb_layout" "us,ru"
[     7.247] (**) Option "xkb_options" "grp:alt_shift_toggle"
[     7.247] (II) event7  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[     7.247] (II) event7  - Asus WMI hotkeys: device is a keyboard
[     7.248] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[     7.248] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[     7.248] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     7.248] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[     7.248] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     7.249] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 40 paused 0
[     7.249] (**) AT Translated Set 2 keyboard: always reports core events
[     7.249] (**) Option "Device" "/dev/input/event3"
[     7.249] (**) Option "_source" "server/udev"
[     7.250] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     7.250] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[     7.250] (II) event3  - AT Translated Set 2 keyboard: device removed
[     7.250] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[     7.250] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[     7.250] (**) Option "xkb_model" "pc105"
[     7.250] (**) Option "xkb_layout" "us,ru"
[     7.250] (**) Option "xkb_options" "grp:alt_shift_toggle"
[     7.251] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     7.251] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[     7.253] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[     7.253] (II) No input driver specified, ignoring this device.
[     7.253] (II) This device may have been added with another device file.
[     7.259] (--) NVIDIA(GPU-0): NVIDIA (DFP-2): connected
[     7.259] (--) NVIDIA(GPU-0): NVIDIA (DFP-2): Internal DisplayPort
[     7.259] (--) NVIDIA(GPU-0): NVIDIA (DFP-2): 1440.0 MHz maximum pixel clock
[     7.259] (--) NVIDIA(GPU-0): 
[     7.537] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     7.537] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[     7.537] (--) NVIDIA(GPU-0): DFP-0: 1440.0 MHz maximum pixel clock
[     7.537] (--) NVIDIA(GPU-0): 
[     7.537] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     7.537] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[     7.537] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[     7.537] (--) NVIDIA(GPU-0): 
[     7.537] (--) NVIDIA(GPU-0): NVIDIA (DFP-2): connected
[     7.537] (--) NVIDIA(GPU-0): NVIDIA (DFP-2): Internal DisplayPort
[     7.537] (--) NVIDIA(GPU-0): NVIDIA (DFP-2): 1440.0 MHz maximum pixel clock
[     7.537] (--) NVIDIA(GPU-0): 
[     7.537] (--) NVIDIA(GPU-0): DFP-3: disconnected
[     7.537] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[     7.537] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[     7.537] (--) NVIDIA(GPU-0): 
[     7.537] (--) NVIDIA(GPU-0): DFP-4: disconnected
[     7.537] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[     7.537] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[     7.537] (--) NVIDIA(GPU-0): 
[     7.537] (--) NVIDIA(GPU-0): DFP-5: disconnected
[     7.537] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[     7.537] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[     7.537] (--) NVIDIA(GPU-0): 
[     7.537] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     7.537] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[     7.537] (--) NVIDIA(GPU-0): DFP-0: 1440.0 MHz maximum pixel clock
[     7.537] (--) NVIDIA(GPU-0): 
[     7.537] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     7.537] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[     7.537] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[     7.537] (--) NVIDIA(GPU-0): 
[     7.538] (--) NVIDIA(GPU-0): NVIDIA (DFP-2): connected
[     7.538] (--) NVIDIA(GPU-0): NVIDIA (DFP-2): Internal DisplayPort
[     7.538] (--) NVIDIA(GPU-0): NVIDIA (DFP-2): 1440.0 MHz maximum pixel clock
[     7.538] (--) NVIDIA(GPU-0): 
[     7.538] (--) NVIDIA(GPU-0): DFP-3: disconnected
[     7.538] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[     7.538] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[     7.538] (--) NVIDIA(GPU-0): 
[     7.538] (--) NVIDIA(GPU-0): DFP-4: disconnected
[     7.538] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[     7.538] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[     7.538] (--) NVIDIA(GPU-0): 
[     7.538] (--) NVIDIA(GPU-0): DFP-5: disconnected
[     7.538] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[     7.538] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[     7.538] (--) NVIDIA(GPU-0): 
[     8.088] (II) config/udev: Adding input device USB2.0 HD UVC WebCam: USB2.0 HD (/dev/input/event18)
[     8.088] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "evdev keyboard catchall"
[     8.088] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "libinput keyboard catchall"
[     8.088] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "system-keyboard"
[     8.088] (II) Using input driver 'libinput' for 'USB2.0 HD UVC WebCam: USB2.0 HD'
[     8.089] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 46 paused 0
[     8.089] (**) USB2.0 HD UVC WebCam: USB2.0 HD: always reports core events
[     8.089] (**) Option "Device" "/dev/input/event18"
[     8.090] (**) Option "_source" "server/udev"
[     8.092] (II) event18 - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[     8.093] (II) event18 - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[     8.093] (II) event18 - USB2.0 HD UVC WebCam: USB2.0 HD: device removed
[     8.093] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input20/event18"
[     8.093] (II) XINPUT: Adding extended input device "USB2.0 HD UVC WebCam: USB2.0 HD" (type: KEYBOARD, id 14)
[     8.093] (**) Option "xkb_model" "pc105"
[     8.093] (**) Option "xkb_layout" "us,ru"
[     8.093] (**) Option "xkb_options" "grp:alt_shift_toggle"
[     8.096] (II) event18 - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[     8.096] (II) event18 - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[     8.200] (II) config/udev: Adding input device Kingston HyperX Pulsefire Surge (/dev/input/mouse2)
[     8.200] (II) No input driver specified, ignoring this device.
[     8.200] (II) This device may have been added with another device file.
[     8.234] (II) config/udev: Adding input device SEMICO USB Keyboard System Control (/dev/input/event20)
[     8.234] (**) SEMICO USB Keyboard System Control: Applying InputClass "evdev keyboard catchall"
[     8.234] (**) SEMICO USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[     8.234] (**) SEMICO USB Keyboard System Control: Applying InputClass "system-keyboard"
[     8.234] (II) Using input driver 'libinput' for 'SEMICO USB Keyboard System Control'
[     8.236] (II) systemd-logind: got fd for /dev/input/event20 13:84 fd 47 paused 0
[     8.236] (**) SEMICO USB Keyboard System Control: always reports core events
[     8.236] (**) Option "Device" "/dev/input/event20"
[     8.236] (**) Option "_source" "server/udev"
[     8.239] (II) event20 - SEMICO USB Keyboard System Control: is tagged by udev as: Keyboard
[     8.239] (II) event20 - SEMICO USB Keyboard System Control: device is a keyboard
[     8.240] (II) event20 - SEMICO USB Keyboard System Control: device removed
[     8.240] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:1A2C:4094.0003/input/input22/event20"
[     8.240] (II) XINPUT: Adding extended input device "SEMICO USB Keyboard System Control" (type: KEYBOARD, id 15)
[     8.240] (**) Option "xkb_model" "pc105"
[     8.240] (**) Option "xkb_layout" "us,ru"
[     8.240] (**) Option "xkb_options" "grp:alt_shift_toggle"
[     8.244] (II) event20 - SEMICO USB Keyboard System Control: is tagged by udev as: Keyboard
[     8.244] (II) event20 - SEMICO USB Keyboard System Control: device is a keyboard
[     8.251] (II) config/udev: Adding input device SEMICO USB Keyboard (/dev/input/event17)
[     8.251] (**) SEMICO USB Keyboard: Applying InputClass "evdev keyboard catchall"
[     8.251] (**) SEMICO USB Keyboard: Applying InputClass "libinput keyboard catchall"
[     8.251] (**) SEMICO USB Keyboard: Applying InputClass "system-keyboard"
[     8.251] (II) Using input driver 'libinput' for 'SEMICO USB Keyboard'
[     8.253] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 48 paused 0
[     8.253] (**) SEMICO USB Keyboard: always reports core events
[     8.253] (**) Option "Device" "/dev/input/event17"
[     8.253] (**) Option "_source" "server/udev"
[     8.256] (II) event17 - SEMICO USB Keyboard: is tagged by udev as: Keyboard
[     8.257] (II) event17 - SEMICO USB Keyboard: device is a keyboard
[     8.257] (II) event17 - SEMICO USB Keyboard: device removed
[     8.258] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:1A2C:4094.0002/input/input19/event17"
[     8.258] (II) XINPUT: Adding extended input device "SEMICO USB Keyboard" (type: KEYBOARD, id 16)
[     8.258] (**) Option "xkb_model" "pc105"
[     8.258] (**) Option "xkb_layout" "us,ru"
[     8.258] (**) Option "xkb_options" "grp:alt_shift_toggle"
[     8.262] (II) event17 - SEMICO USB Keyboard: is tagged by udev as: Keyboard
[     8.262] (II) event17 - SEMICO USB Keyboard: device is a keyboard
[     8.266] (II) config/udev: Adding input device Kingston HyperX Pulsefire Surge Consumer Control (/dev/input/event24)
[     8.266] (**) Kingston HyperX Pulsefire Surge Consumer Control: Applying InputClass "evdev keyboard catchall"
[     8.266] (**) Kingston HyperX Pulsefire Surge Consumer Control: Applying InputClass "libinput keyboard catchall"
[     8.266] (**) Kingston HyperX Pulsefire Surge Consumer Control: Applying InputClass "system-keyboard"
[     8.266] (II) Using input driver 'libinput' for 'Kingston HyperX Pulsefire Surge Consumer Control'
[     8.268] (II) systemd-logind: got fd for /dev/input/event24 13:88 fd 49 paused 0
[     8.268] (**) Kingston HyperX Pulsefire Surge Consumer Control: always reports core events
[     8.268] (**) Option "Device" "/dev/input/event24"
[     8.268] (**) Option "_source" "server/udev"
[     8.271] (II) event24 - Kingston HyperX Pulsefire Surge Consumer Control: is tagged by udev as: Keyboard
[     8.271] (II) event24 - Kingston HyperX Pulsefire Surge Consumer Control: device is a keyboard
[     8.272] (II) event24 - Kingston HyperX Pulsefire Surge Consumer Control: device removed
[     8.272] (II) libinput: Kingston HyperX Pulsefire Surge Consumer Control: needs a virtual subdevice
[     8.272] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:0951:16D3.0005/input/input26/event24"
[     8.272] (II) XINPUT: Adding extended input device "Kingston HyperX Pulsefire Surge Consumer Control" (type: MOUSE, id 17)
[     8.273] (**) Option "AccelerationScheme" "none"
[     8.273] (**) Kingston HyperX Pulsefire Surge Consumer Control: (accel) selected scheme none/0
[     8.273] (**) Kingston HyperX Pulsefire Surge Consumer Control: (accel) acceleration factor: 2.000
[     8.273] (**) Kingston HyperX Pulsefire Surge Consumer Control: (accel) acceleration threshold: 4
[     8.275] (II) event24 - Kingston HyperX Pulsefire Surge Consumer Control: is tagged by udev as: Keyboard
[     8.276] (II) event24 - Kingston HyperX Pulsefire Surge Consumer Control: device is a keyboard
[     8.277] (**) Kingston HyperX Pulsefire Surge Consumer Control: Applying InputClass "evdev keyboard catchall"
[     8.277] (**) Kingston HyperX Pulsefire Surge Consumer Control: Applying InputClass "libinput keyboard catchall"
[     8.277] (**) Kingston HyperX Pulsefire Surge Consumer Control: Applying InputClass "system-keyboard"
[     8.277] (II) Using input driver 'libinput' for 'Kingston HyperX Pulsefire Surge Consumer Control'
[     8.277] (II) systemd-logind: returning pre-existing fd for /dev/input/event24 13:88
[     8.277] (**) Kingston HyperX Pulsefire Surge Consumer Control: always reports core events
[     8.277] (**) Option "Device" "/dev/input/event24"
[     8.277] (**) Option "_source" "_driver/libinput"
[     8.277] (II) libinput: Kingston HyperX Pulsefire Surge Consumer Control: is a virtual subdevice
[     8.277] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:0951:16D3.0005/input/input26/event24"
[     8.277] (II) XINPUT: Adding extended input device "Kingston HyperX Pulsefire Surge Consumer Control" (type: KEYBOARD, id 18)
[     8.277] (**) Option "xkb_model" "pc105"
[     8.277] (**) Option "xkb_layout" "us,ru"
[     8.277] (**) Option "xkb_options" "grp:alt_shift_toggle"
[     8.279] (II) config/udev: Adding input device Kingston HyperX Pulsefire Surge Keyboard (/dev/input/event22)
[     8.279] (**) Kingston HyperX Pulsefire Surge Keyboard: Applying InputClass "evdev keyboard catchall"
[     8.279] (**) Kingston HyperX Pulsefire Surge Keyboard: Applying InputClass "libinput keyboard catchall"
[     8.279] (**) Kingston HyperX Pulsefire Surge Keyboard: Applying InputClass "system-keyboard"
[     8.279] (II) Using input driver 'libinput' for 'Kingston HyperX Pulsefire Surge Keyboard'
[     8.280] (II) systemd-logind: got fd for /dev/input/event22 13:86 fd 50 paused 0
[     8.280] (**) Kingston HyperX Pulsefire Surge Keyboard: always reports core events
[     8.280] (**) Option "Device" "/dev/input/event22"
[     8.280] (**) Option "_source" "server/udev"
[     8.283] (II) event22 - Kingston HyperX Pulsefire Surge Keyboard: is tagged by udev as: Keyboard
[     8.284] (II) event22 - Kingston HyperX Pulsefire Surge Keyboard: device is a keyboard
[     8.284] (II) event22 - Kingston HyperX Pulsefire Surge Keyboard: device removed
[     8.284] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:0951:16D3.0005/input/input24/event22"
[     8.285] (II) XINPUT: Adding extended input device "Kingston HyperX Pulsefire Surge Keyboard" (type: KEYBOARD, id 19)
[     8.285] (**) Option "xkb_model" "pc105"
[     8.285] (**) Option "xkb_layout" "us,ru"
[     8.285] (**) Option "xkb_options" "grp:alt_shift_toggle"
[     8.288] (II) event22 - Kingston HyperX Pulsefire Surge Keyboard: is tagged by udev as: Keyboard
[     8.288] (II) event22 - Kingston HyperX Pulsefire Surge Keyboard: device is a keyboard
[     8.291] (II) config/udev: Adding input device SEMICO USB Keyboard Consumer Control (/dev/input/event19)
[     8.291] (**) SEMICO USB Keyboard Consumer Control: Applying InputClass "evdev keyboard catchall"
[     8.291] (**) SEMICO USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[     8.291] (**) SEMICO USB Keyboard Consumer Control: Applying InputClass "system-keyboard"
[     8.291] (II) Using input driver 'libinput' for 'SEMICO USB Keyboard Consumer Control'
[     8.293] (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 51 paused 0
[     8.293] (**) SEMICO USB Keyboard Consumer Control: always reports core events
[     8.293] (**) Option "Device" "/dev/input/event19"
[     8.293] (**) Option "_source" "server/udev"
[     8.296] (II) event19 - SEMICO USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[     8.296] (II) event19 - SEMICO USB Keyboard Consumer Control: device is a keyboard
[     8.297] (II) event19 - SEMICO USB Keyboard Consumer Control: device removed
[     8.297] (II) libinput: SEMICO USB Keyboard Consumer Control: needs a virtual subdevice
[     8.297] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:1A2C:4094.0003/input/input21/event19"
[     8.297] (II) XINPUT: Adding extended input device "SEMICO USB Keyboard Consumer Control" (type: MOUSE, id 20)
[     8.297] (**) Option "AccelerationScheme" "none"
[     8.297] (**) SEMICO USB Keyboard Consumer Control: (accel) selected scheme none/0
[     8.297] (**) SEMICO USB Keyboard Consumer Control: (accel) acceleration factor: 2.000
[     8.297] (**) SEMICO USB Keyboard Consumer Control: (accel) acceleration threshold: 4
[     8.300] (II) event19 - SEMICO USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[     8.301] (II) event19 - SEMICO USB Keyboard Consumer Control: device is a keyboard
[     8.302] (**) SEMICO USB Keyboard Consumer Control: Applying InputClass "evdev keyboard catchall"
[     8.302] (**) SEMICO USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[     8.302] (**) SEMICO USB Keyboard Consumer Control: Applying InputClass "system-keyboard"
[     8.302] (II) Using input driver 'libinput' for 'SEMICO USB Keyboard Consumer Control'
[     8.302] (II) systemd-logind: returning pre-existing fd for /dev/input/event19 13:83
[     8.302] (**) SEMICO USB Keyboard Consumer Control: always reports core events
[     8.302] (**) Option "Device" "/dev/input/event19"
[     8.302] (**) Option "_source" "_driver/libinput"
[     8.302] (II) libinput: SEMICO USB Keyboard Consumer Control: is a virtual subdevice
[     8.302] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:1A2C:4094.0003/input/input21/event19"
[     8.303] (II) XINPUT: Adding extended input device "SEMICO USB Keyboard Consumer Control" (type: KEYBOARD, id 21)
[     8.303] (**) Option "xkb_model" "pc105"
[     8.303] (**) Option "xkb_layout" "us,ru"
[     8.303] (**) Option "xkb_options" "grp:alt_shift_toggle"
[     8.304] (II) config/udev: Adding input device Kingston HyperX Pulsefire Surge System Control (/dev/input/event23)
[     8.304] (**) Kingston HyperX Pulsefire Surge System Control: Applying InputClass "evdev keyboard catchall"
[     8.304] (**) Kingston HyperX Pulsefire Surge System Control: Applying InputClass "libinput keyboard catchall"
[     8.304] (**) Kingston HyperX Pulsefire Surge System Control: Applying InputClass "system-keyboard"
[     8.304] (II) Using input driver 'libinput' for 'Kingston HyperX Pulsefire Surge System Control'
[     8.305] (II) systemd-logind: got fd for /dev/input/event23 13:87 fd 52 paused 0
[     8.305] (**) Kingston HyperX Pulsefire Surge System Control: always reports core events
[     8.305] (**) Option "Device" "/dev/input/event23"
[     8.305] (**) Option "_source" "server/udev"
[     8.308] (II) event23 - Kingston HyperX Pulsefire Surge System Control: is tagged by udev as: Keyboard
[     8.308] (II) event23 - Kingston HyperX Pulsefire Surge System Control: device is a keyboard
[     8.309] (II) event23 - Kingston HyperX Pulsefire Surge System Control: device removed
[     8.309] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:0951:16D3.0005/input/input25/event23"
[     8.309] (II) XINPUT: Adding extended input device "Kingston HyperX Pulsefire Surge System Control" (type: KEYBOARD, id 22)
[     8.309] (**) Option "xkb_model" "pc105"
[     8.309] (**) Option "xkb_layout" "us,ru"
[     8.309] (**) Option "xkb_options" "grp:alt_shift_toggle"
[     8.312] (II) event23 - Kingston HyperX Pulsefire Surge System Control: is tagged by udev as: Keyboard
[     8.312] (II) event23 - Kingston HyperX Pulsefire Surge System Control: device is a keyboard
[     8.316] (II) config/udev: Adding input device Kingston HyperX Pulsefire Surge (/dev/input/event21)
[     8.316] (**) Kingston HyperX Pulsefire Surge: Applying InputClass "evdev pointer catchall"
[     8.316] (**) Kingston HyperX Pulsefire Surge: Applying InputClass "libinput pointer catchall"
[     8.316] (II) Using input driver 'libinput' for 'Kingston HyperX Pulsefire Surge'
[     8.372] (II) systemd-logind: got fd for /dev/input/event21 13:85 fd 53 paused 0
[     8.372] (**) Kingston HyperX Pulsefire Surge: always reports core events
[     8.372] (**) Option "Device" "/dev/input/event21"
[     8.372] (**) Option "_source" "server/udev"
[     8.375] (II) event21 - Kingston HyperX Pulsefire Surge: is tagged by udev as: Mouse
[     8.376] (II) event21 - Kingston HyperX Pulsefire Surge: device is a pointer
[     8.376] (II) event21 - Kingston HyperX Pulsefire Surge: device removed
[     8.376] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:0951:16D3.0004/input/input23/event21"
[     8.376] (II) XINPUT: Adding extended input device "Kingston HyperX Pulsefire Surge" (type: MOUSE, id 23)
[     8.377] (**) Option "AccelerationScheme" "none"
[     8.377] (**) Kingston HyperX Pulsefire Surge: (accel) selected scheme none/0
[     8.377] (**) Kingston HyperX Pulsefire Surge: (accel) acceleration factor: 2.000
[     8.377] (**) Kingston HyperX Pulsefire Surge: (accel) acceleration threshold: 4
[     8.380] (II) event21 - Kingston HyperX Pulsefire Surge: is tagged by udev as: Mouse
[     8.381] (II) event21 - Kingston HyperX Pulsefire Surge: device is a pointer
[     8.385] (II) config/udev: Adding input device Asus Keyboard (/dev/input/mouse3)
[     8.385] (II) No input driver specified, ignoring this device.
[     8.385] (II) This device may have been added with another device file.
[     8.389] (II) config/udev: Adding input device Asus Keyboard (/dev/input/event26)
[     8.389] (**) Asus Keyboard: Applying InputClass "evdev keyboard catchall"
[     8.389] (**) Asus Keyboard: Applying InputClass "libinput keyboard catchall"
[     8.389] (**) Asus Keyboard: Applying InputClass "system-keyboard"
[     8.389] (II) Using input driver 'libinput' for 'Asus Keyboard'
[     8.390] (II) systemd-logind: got fd for /dev/input/event26 13:90 fd 54 paused 0
[     8.391] (**) Asus Keyboard: always reports core events
[     8.391] (**) Option "Device" "/dev/input/event26"
[     8.391] (**) Option "_source" "server/udev"
[     8.393] (II) event26 - Asus Keyboard: is tagged by udev as: Keyboard
[     8.394] (II) event26 - Asus Keyboard: device is a keyboard
[     8.394] (II) event26 - Asus Keyboard: device removed
[     8.395] (II) libinput: Asus Keyboard: needs a virtual subdevice
[     8.395] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.1/0003:0B05:1837.0008/input/input29/event26"
[     8.395] (II) XINPUT: Adding extended input device "Asus Keyboard" (type: MOUSE, id 24)
[     8.395] (**) Option "AccelerationScheme" "none"
[     8.395] (**) Asus Keyboard: (accel) selected scheme none/0
[     8.395] (**) Asus Keyboard: (accel) acceleration factor: 2.000
[     8.395] (**) Asus Keyboard: (accel) acceleration threshold: 4
[     8.398] (II) event26 - Asus Keyboard: is tagged by udev as: Keyboard
[     8.398] (II) event26 - Asus Keyboard: device is a keyboard
[     8.399] (**) Asus Keyboard: Applying InputClass "evdev keyboard catchall"
[     8.399] (**) Asus Keyboard: Applying InputClass "libinput keyboard catchall"
[     8.399] (**) Asus Keyboard: Applying InputClass "system-keyboard"
[     8.399] (II) Using input driver 'libinput' for 'Asus Keyboard'
[     8.399] (II) systemd-logind: returning pre-existing fd for /dev/input/event26 13:90
[     8.399] (**) Asus Keyboard: always reports core events
[     8.399] (**) Option "Device" "/dev/input/event26"
[     8.399] (**) Option "_source" "_driver/libinput"
[     8.399] (II) libinput: Asus Keyboard: is a virtual subdevice
[     8.399] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.1/0003:0B05:1837.0008/input/input29/event26"
[     8.399] (II) XINPUT: Adding extended input device "Asus Keyboard" (type: KEYBOARD, id 25)
[     8.399] (**) Option "xkb_model" "pc105"
[     8.399] (**) Option "xkb_layout" "us,ru"
[     8.399] (**) Option "xkb_options" "grp:alt_shift_toggle"
[     8.402] (II) config/udev: Adding input device Asus Keyboard (/dev/input/event25)
[     8.402] (**) Asus Keyboard: Applying InputClass "evdev keyboard catchall"
[     8.402] (**) Asus Keyboard: Applying InputClass "libinput keyboard catchall"
[     8.402] (**) Asus Keyboard: Applying InputClass "system-keyboard"
[     8.402] (II) Using input driver 'libinput' for 'Asus Keyboard'
[     8.403] (II) systemd-logind: got fd for /dev/input/event25 13:89 fd 55 paused 0
[     8.403] (**) Asus Keyboard: always reports core events
[     8.403] (**) Option "Device" "/dev/input/event25"
[     8.403] (**) Option "_source" "server/udev"
[     8.406] (II) event25 - Asus Keyboard: is tagged by udev as: Keyboard
[     8.407] (II) event25 - Asus Keyboard: device is a keyboard
[     8.407] (II) event25 - Asus Keyboard: device removed
[     8.407] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/0003:0B05:1837.0007/input/input28/event25"
[     8.408] (II) XINPUT: Adding extended input device "Asus Keyboard" (type: KEYBOARD, id 26)
[     8.408] (**) Option "xkb_model" "pc105"
[     8.408] (**) Option "xkb_layout" "us,ru"
[     8.408] (**) Option "xkb_options" "grp:alt_shift_toggle"
[     8.411] (II) event25 - Asus Keyboard: is tagged by udev as: Keyboard
[     8.411] (II) event25 - Asus Keyboard: device is a keyboard
[     8.425] (II) config/udev: Adding input device Asus Keyboard (/dev/input/event27)
[     8.425] (**) Asus Keyboard: Applying InputClass "evdev pointer catchall"
[     8.425] (**) Asus Keyboard: Applying InputClass "libinput pointer catchall"
[     8.425] (II) Using input driver 'libinput' for 'Asus Keyboard'
[     8.482] (II) systemd-logind: got fd for /dev/input/event27 13:91 fd 56 paused 0
[     8.482] (**) Asus Keyboard: always reports core events
[     8.482] (**) Option "Device" "/dev/input/event27"
[     8.482] (**) Option "_source" "server/udev"
[     8.485] (II) event27 - Asus Keyboard: is tagged by udev as: Mouse
[     8.486] (II) event27 - Asus Keyboard: device is a pointer
[     8.486] (II) event27 - Asus Keyboard: device removed
[     8.486] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.2/0003:0B05:1837.0009/input/input30/event27"
[     8.486] (II) XINPUT: Adding extended input device "Asus Keyboard" (type: MOUSE, id 27)
[     8.487] (**) Option "AccelerationScheme" "none"
[     8.487] (**) Asus Keyboard: (accel) selected scheme none/0
[     8.487] (**) Asus Keyboard: (accel) acceleration factor: 2.000
[     8.487] (**) Asus Keyboard: (accel) acceleration threshold: 4
[     8.490] (II) event27 - Asus Keyboard: is tagged by udev as: Mouse
[     8.490] (II) event27 - Asus Keyboard: device is a pointer
[    42.038] (**) Option "fd" "31"
[    42.038] (II) event2  - Power Button: device removed
[    42.038] (**) Option "fd" "34"
[    42.038] (II) event5  - Asus Wireless Radio Control: device removed
[    42.038] (**) Option "fd" "35"
[    42.038] (II) event4  - Video Bus: device removed
[    42.038] (**) Option "fd" "36"
[    42.038] (II) event1  - Sleep Button: device removed
[    42.038] (**) Option "fd" "37"
[    42.038] (II) event8  - ELAN1200:00 04F3:301A Mouse: device removed
[    42.038] (**) Option "fd" "39"
[    42.038] (II) event7  - Asus WMI hotkeys: device removed
[    42.038] (**) Option "fd" "40"
[    42.038] (II) event3  - AT Translated Set 2 keyboard: device removed
[    42.039] (**) Option "fd" "46"
[    42.039] (II) event18 - USB2.0 HD UVC WebCam: USB2.0 HD: device removed
[    42.039] (**) Option "fd" "47"
[    42.039] (II) event20 - SEMICO USB Keyboard System Control: device removed
[    42.039] (**) Option "fd" "48"
[    42.039] (II) event17 - SEMICO USB Keyboard: device removed
[    42.039] (**) Option "fd" "49"
[    42.039] (**) Option "fd" "49"
[    42.039] (II) event24 - Kingston HyperX Pulsefire Surge Consumer Control: device removed
[    42.039] (**) Option "fd" "50"
[    42.039] (II) event22 - Kingston HyperX Pulsefire Surge Keyboard: device removed
[    42.039] (**) Option "fd" "51"
[    42.039] (**) Option "fd" "51"
[    42.039] (II) event19 - SEMICO USB Keyboard Consumer Control: device removed
[    42.039] (**) Option "fd" "52"
[    42.039] (II) event23 - Kingston HyperX Pulsefire Surge System Control: device removed
[    42.039] (**) Option "fd" "53"
[    42.039] (II) event21 - Kingston HyperX Pulsefire Surge: device removed
[    42.039] (**) Option "fd" "54"
[    42.039] (**) Option "fd" "54"
[    42.039] (II) event26 - Asus Keyboard: device removed
[    42.039] (**) Option "fd" "55"
[    42.039] (II) event25 - Asus Keyboard: device removed
[    42.039] (**) Option "fd" "56"
[    42.039] (II) event27 - Asus Keyboard: device removed
[    42.044] (II) UnloadModule: "libinput"
[    42.044] (II) systemd-logind: releasing fd for 13:91
[    42.085] (II) UnloadModule: "libinput"
[    42.085] (II) systemd-logind: releasing fd for 13:89
[    42.112] (II) UnloadModule: "libinput"
[    42.112] (II) systemd-logind: not releasing fd for 13:90, still in use
[    42.112] (II) UnloadModule: "libinput"
[    42.112] (II) systemd-logind: releasing fd for 13:90
[    42.142] (II) UnloadModule: "libinput"
[    42.142] (II) systemd-logind: releasing fd for 13:85
[    42.192] (II) UnloadModule: "libinput"
[    42.192] (II) systemd-logind: releasing fd for 13:87
[    42.212] (II) UnloadModule: "libinput"
[    42.212] (II) systemd-logind: not releasing fd for 13:83, still in use
[    42.212] (II) UnloadModule: "libinput"
[    42.212] (II) systemd-logind: releasing fd for 13:83
[    42.232] (II) UnloadModule: "libinput"
[    42.232] (II) systemd-logind: releasing fd for 13:86
[    42.248] (II) UnloadModule: "libinput"
[    42.248] (II) systemd-logind: not releasing fd for 13:88, still in use
[    42.248] (II) UnloadModule: "libinput"
[    42.248] (II) systemd-logind: releasing fd for 13:88
[    42.278] (II) UnloadModule: "libinput"
[    42.278] (II) systemd-logind: releasing fd for 13:81
[    42.308] (II) UnloadModule: "libinput"
[    42.308] (II) systemd-logind: releasing fd for 13:84
[    42.328] (II) UnloadModule: "libinput"
[    42.328] (II) systemd-logind: releasing fd for 13:82
[    42.372] (II) UnloadModule: "libinput"
[    42.372] (II) systemd-logind: releasing fd for 13:67
[    42.388] (II) UnloadModule: "libinput"
[    42.388] (II) systemd-logind: releasing fd for 13:71
[    42.422] (II) UnloadModule: "libinput"
[    42.422] (II) systemd-logind: releasing fd for 13:72
[    42.455] (II) UnloadModule: "libinput"
[    42.455] (II) systemd-logind: releasing fd for 13:65
[    42.472] (II) UnloadModule: "libinput"
[    42.472] (II) systemd-logind: releasing fd for 13:68
[    42.505] (II) UnloadModule: "libinput"
[    42.505] (II) systemd-logind: releasing fd for 13:69
[    42.540] (II) UnloadModule: "libinput"
[    42.540] (II) systemd-logind: releasing fd for 13:66
[    42.555] (II) UnloadModule: "synaptics"
[    42.556] (II) systemd-logind: releasing fd for 13:73
[    43.541] (II) NVIDIA(GPU-0): Deleting GPU-0
[    43.545] (II) Server terminated successfully (0). Closing log file.

The strange thing - these is no errors.

Here is system information when I loaded without the cursed xorg.conf

cat /etc/X11/xorg.conf.d/00-keyboard.conf                                            
Section "InputClass"
        Identifier "system-keyboard"
        MatchIsKeyboard "on"
        Option "XkbLayout" "us,ru"
        Option "XkbModel" "pc105"
        Option "XkbOptions" "grp:alt_shift_toggle"
EndSection
cat /usr/share/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf                      ⏎ 
Section "OutputClass"
    Identifier "nvidia"
    MatchDriver "nvidia-drm"
    Driver "nvidia"
    Option "AllowEmptyInitialConfiguration"
    ModulePath "/usr/lib/nvidia/xorg"
    ModulePath "/usr/lib/xorg/modules"
EndSection
glxinfo -B                                                                           
name of display: :0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: Mesa/X.org (0xffffffff)
    Device: llvmpipe (LLVM 11.1.0, 256 bits) (0xffffffff)
    Version: 20.3.4
    Accelerated: no
    Video memory: 15942MB
    Unified memory: no
    Preferred profile: core (0x1)
    Max core profile version: 4.5
    Max compat profile version: 3.1
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
OpenGL vendor string: Mesa/X.org
OpenGL renderer string: llvmpipe (LLVM 11.1.0, 256 bits)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 20.3.4
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 3.1 Mesa 20.3.4
OpenGL shading language version string: 1.40
OpenGL context flags: (none)

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 20.3.4
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
modinfo nvidia                                                                       
filename:       /lib/modules/5.11.9-arch1-1/extramodules/nvidia.ko.xz
alias:          char-major-195-*
version:        460.67
supported:      external
license:        NVIDIA
srcversion:     9B5534F461C6C100DEB6446
alias:          pci:v000010DEd*sv*sd*bc03sc02i00*
alias:          pci:v000010DEd*sv*sd*bc03sc00i00*
depends:        
retpoline:      Y
name:           nvidia
vermagic:       5.11.9-arch1-1 SMP preempt mod_unload 
parm:           NvSwitchRegDwords:NvSwitch regkey (charp)
parm:           NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp)
parm:           nv_cap_enable_devfs:Enable (1) or disable (0) nv-caps devfs support. Default: 1 (int)
parm:           NVreg_ResmanDebugLevel:int
parm:           NVreg_RmLogonRC:int
parm:           NVreg_ModifyDeviceFiles:int
parm:           NVreg_DeviceFileUID:int
parm:           NVreg_DeviceFileGID:int
parm:           NVreg_DeviceFileMode:int
parm:           NVreg_InitializeSystemMemoryAllocations:int
parm:           NVreg_UsePageAttributeTable:int
parm:           NVreg_RegisterForACPIEvents:int
parm:           NVreg_EnablePCIeGen3:int
parm:           NVreg_EnableMSI:int
parm:           NVreg_TCEBypassMode:int
parm:           NVreg_EnableStreamMemOPs:int
parm:           NVreg_EnableBacklightHandler:int
parm:           NVreg_RestrictProfilingToAdminUsers:int
parm:           NVreg_PreserveVideoMemoryAllocations:int
parm:           NVreg_EnableS0ixPowerManagement:int
parm:           NVreg_S0ixPowerManagementVideoMemoryThreshold:int
parm:           NVreg_DynamicPowerManagement:int
parm:           NVreg_DynamicPowerManagementVideoMemoryThreshold:int
parm:           NVreg_EnableUserNUMAManagement:int
parm:           NVreg_MemoryPoolSize:int
parm:           NVreg_KMallocHeapMaxSize:int
parm:           NVreg_VMallocHeapMaxSize:int
parm:           NVreg_IgnoreMMIOCheck:int
parm:           NVreg_NvLinkDisable:int
parm:           NVreg_EnablePCIERelaxedOrderingMode:int
parm:           NVreg_RegisterPCIDriver:int
parm:           NVreg_RegistryDwords:charp
parm:           NVreg_RegistryDwordsPerDevice:charp
parm:           NVreg_RmMsg:charp
parm:           NVreg_GpuBlacklist:charp
parm:           NVreg_TemporaryFilePath:charp
lsinitcpio /boot/initramfs-linux.img | grep nvidia                                   
usr/lib/modprobe.d/nvidia.conf
sudo dmesg | grep nvidia                                                             
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=8d8bc316-eef4-4c89-8dce-733b086a32d3 rw modprobe.blacklist=nouveau nvidia-drm.modeset=1 rcutree.rcu_idle_gp_delay=1 acpi_backlight=vendor
[    0.039166] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=8d8bc316-eef4-4c89-8dce-733b086a32d3 rw modprobe.blacklist=nouveau nvidia-drm.modeset=1 rcutree.rcu_idle_gp_delay=1 acpi_backlight=vendor
[   15.154428] nvidia: module license 'NVIDIA' taints kernel.
[   15.179107] nvidia-nvlink: Nvlink Core is being initialized, major device number 236
[   15.179596] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[   15.933979] audit: type=1130 audit(1620152102.016:57): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:nvidia_0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sudo pacman -Q | grep nvidia                                                         
nvidia 460.67-3
nvidia-settings 460.67-1
nvidia-utils 460.67-1
opencl-nvidia-beta 440.44-1

Offline

#2 2021-05-04 16:09:51

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

Re: NVIDIA driver does not work, black screen after Xorg launch

Set up early loading completely including the nvidia modules into the initramfs as detailed in https://wiki.archlinux.org/title/NVIDIA … de_setting

You currently only have a  config in the in initramfs, you'll want the entire module stack to avoid the early race.

Offline

#3 2021-05-05 12:09:08

GuyWithNvidia
Member
Registered: 2021-05-04
Posts: 47

Re: NVIDIA driver does not work, black screen after Xorg launch

V1del wrote:

Set up early loading completely including the nvidia modules into the initramfs as detailed in https://wiki.archlinux.org/title/NVIDIA … de_setting

You currently only have a  config in the in initramfs, you'll want the entire module stack to avoid the early race.

Ok, I added in /etc/mkinitcpio.conf MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm), run mkinitcpio -P and got

==> ERROR: module not found: `nvidia'
==> ERROR: module not found: `nvidia_modeset'
==> ERROR: module not found: `nvidia_uvm'
==> ERROR: module not found: `nvidia_drm'

After that I installed nvidia-dkms to get, as I think, modules installed and that what happend

lsinitcpio /boot/initramfs-linux.img | grep nvidia                                   
usr/lib/modprobe.d/nvidia.conf
usr/lib/modules/5.11.9-arch1-1/kernel/nvidia-drm.ko
usr/lib/modules/5.11.9-arch1-1/kernel/nvidia.ko
usr/lib/modules/5.11.9-arch1-1/kernel/nvidia-modeset.ko
usr/lib/modules/5.11.9-arch1-1/kernel/nvidia-uvm.ko

But the modules errors from mkinitcpio -P did not disappear, and the main issue too.
Am I missing how to install modules? I didnt find how to do it except install nvidia-dkms

Offline

#4 2021-05-05 12:34:50

seth
Member
Registered: 2012-09-03
Posts: 49,956

Re: NVIDIA driver does not work, black screen after Xorg launch

Don't post random excerpts but the entire mkinitcpio output.
Also "pacman -Qs linux"  (because 5.11.9 is dated) and "lsblk -f" (because you likely forgot to mount the boot partition before the kernel update?)

Online

#5 2021-05-05 12:56:38

GuyWithNvidia
Member
Registered: 2021-05-04
Posts: 47

Re: NVIDIA driver does not work, black screen after Xorg launch

seth wrote:

Don't post random excerpts but the entire mkinitcpio output.
Also "pacman -Qs linux"  (because 5.11.9 is dated) and "lsblk -f" (because you likely forgot to mount the boot partition before the kernel update?)

lsblk -f                                                                           ⏎ 
NAME   FSTYPE FSVER LABEL UUID                                 FSAVAIL FSUSE% MOUNTPOINT
sda                                                                           
├─sda1                                                                        
├─sda2 ntfs               5C3054183053F78A                                    
├─sda3 ext4   1.0         8d8bc316-eef4-4c89-8dce-733b086a32d3  999,9M    91% /
├─sda4 swap   1           dbc8091d-c93a-472b-8036-ee78add3f199                [SWAP]
└─sda5 vfat   FAT32       26C0-D1ED                              69,4M    28% /efi
sdb                                                                           
├─sdb1 ntfs         DATA  2C1C90271C8FEA62                      139,8G    85% /home/rucker/
├─sdb2                                                                        
└─sdb3                                                                        

Everything in /

sudo mkinitcpio -P
==> Building image from preset: /etc/mkinitcpio.d/linux-hardened.preset: 'default'
  -> -k /boot/vmlinuz-linux-hardened -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-hardened.img
==> Starting build: 5.11.10-hardened1-1-hardened
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: xhci_pci
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> ERROR: module not found: `nvidia'
==> ERROR: module not found: `nvidia_modeset'
==> ERROR: module not found: `nvidia_uvm'
==> ERROR: module not found: `nvidia_drm'
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-hardened.img
==> WARNING: errors were encountered during the build. The image may not be complete.
==> Building image from preset: /etc/mkinitcpio.d/linux-hardened.preset: 'fallback'
  -> -k /boot/vmlinuz-linux-hardened -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-hardened-fallback.img -S autodetect
==> Starting build: 5.11.10-hardened1-1-hardened
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: aic94xx
==> WARNING: Possibly missing firmware for module: wd719x
==> WARNING: Possibly missing firmware for module: xhci_pci
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> ERROR: module not found: `nvidia'
==> ERROR: module not found: `nvidia_modeset'
==> ERROR: module not found: `nvidia_uvm'
==> ERROR: module not found: `nvidia_drm'
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-hardened-fallback.img
==> WARNING: errors were encountered during the build. The image may not be complete.
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> Starting build: 5.11.9-arch1-1
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: xhci_pci
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: /boot/initramfs-linux.img
==> Image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
==> Starting build: 5.11.9-arch1-1
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: aic94xx
==> WARNING: Possibly missing firmware for module: wd719x
==> WARNING: Possibly missing firmware for module: xhci_pci
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-fallback.img
==> Image generation successful
pacman -Qs linux                                                                     
local/acpi_call 1.2.1-39
    A linux kernel module that enables calls to ACPI methods through /proc/acpi/call
local/alsa-lib 1.2.4-3
    An alternative implementation of Linux sound support
local/alsa-utils 1.2.4-2
    Advanced Linux Sound Architecture - Utilities
local/archlinux-keyring 20210110-1
    Arch Linux PGP keyring
local/avahi 0.8+15+ge8a3dd0-3
    Service Discovery for Linux using mDNS/DNS-SD -- compatible with Bonjour
local/base 2-2
    Minimal package set to define a basic Arch Linux installation
local/blackarch-keyring 20180925-3
    BlackArch Linux PGP keyring.
local/bsd-games 3.1-1
    Linux port of the collection of BSD command line games
local/bumblebee 3.2.1-21
    NVIDIA Optimus support for Linux through VirtualGL
local/deepin-screenshot 5.0.0-5
    Easy-to-use screenshot tool for linuxdeepin desktop environment
local/efibootmgr 17-2
    Linux user-space application to modify the EFI Boot Manager
local/filesystem 2021.01.19-1
    Base Arch Linux files
local/hdparm 9.60-1
    A shell utility for manipulating Linux IDE drive/driver parameters
local/iptables 1:1.8.7-1
    Linux kernel packet control tool (using legacy interface)
local/keyutils 1.6.3-1
    Linux Key Management Utilities
local/kmod 28-1
    Linux kernel module management tools and library
local/libiec61883 1.2.0-6
    A higher level API for streaming DV, MPEG-2 and audio over Linux IEEE 1394
local/libraw1394 2.1.2-3
    Provides an API to the Linux IEEE1394 (FireWire) driver
local/libva 2.11.0-1
    Video Acceleration (VA) API for Linux
local/libxshmfence 1.3-2
    a library that exposes a event API on top of Linux futexes
local/linux 5.11.9.arch1-1
    The Linux kernel and modules
local/linux-api-headers 5.10.13-1
    Kernel headers sanitized for use in userspace
local/linux-firmware 20210315.3568f96-1
    Firmware files for Linux
local/linux-hardened 5.11.10.hardened1-1
    The Security-Hardened Linux kernel and modules
local/linux-headers 5.11.9.arch1-1
    Headers and scripts for building modules for the Linux kernel
local/net-tools 2.10-1
    Configuration tools for Linux networking
local/nvidia 460.67-3
    NVIDIA drivers for linux
local/pacman-mirrorlist 20210302-1
    Arch Linux mirror list for use by pacman
local/python-distro 1.5.0-3
    Linux OS platform information API
local/python-pyric 184.bc0dce3-3
    Python Radio Interface Controller Linux wireless library for the Python Wireless
    Developer and Pentester.
local/slack-desktop 4.12.2-1
    Slack Desktop (Beta) for Linux
local/tilix 1.9.4-2
    A tiling terminal emulator for Linux using GTK+ 3
local/ttf-linux-libertine 5.3.0-6
    Serif (Libertine) and Sans Serif (Biolinum) OpenType fonts with large Unicode coverage
local/util-linux 2.36.2-1
    Miscellaneous system utilities for Linux
local/util-linux-libs 2.36.2-1
    util-linux runtime libraries
local/v4l-utils 1.20.0-1
    Userspace tools and conversion library for Video 4 Linux
sudo pacman -Syu
:: Updating package databases ...
   core is not deprecated
   extra is not deprecated
   the community is not out of date
   sublime-text is not deprecated
   blackarch is not deprecated
:: Starting a full system update ...
warning: python-fuzzywuzzy: installed version (1: 0.18.0-1) is newer than community (0.18.0-3)
   nothing else to do 

Pacman output translated in google translater, non english language has set.

Offline

#6 2021-05-05 13:05:25

seth
Member
Registered: 2012-09-03
Posts: 49,956

Re: NVIDIA driver does not work, black screen after Xorg launch

Pacman output translated in google translater, non english language has set.

export LC_ALL=C

The errors are for the 5.11.10-hardened1 kernel.
Is this a blackarch installation?

Online

#7 2021-05-05 13:14:17

GuyWithNvidia
Member
Registered: 2021-05-04
Posts: 47

Re: NVIDIA driver does not work, black screen after Xorg launch

export LC_ALL=C

Thanks, cool trick, didnt know that.

sudo pacman -Syu                                                                   
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 sublime-text is up to date
 blackarch is up to date
:: Starting full system upgrade...
warning: python-fuzzywuzzy: local (1:0.18.0-1) is newer than community (0.18.0-3)
 there is nothing to do

Is this a blackarch installation?

Nope, just added blackarch repo.

cat /etc/pacman.conf                                                               
#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives

#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir     = /
#DBPath      = /var/lib/pacman/
#CacheDir    = /var/cache/pacman/pkg/
#LogFile     = /var/log/pacman.log
#GPGDir      = /etc/pacman.d/gnupg/
#HookDir     = /etc/pacman.d/hooks/
HoldPkg     = pacman glibc
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
Architecture = auto

# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg   =
#IgnoreGroup =

#NoUpgrade   =
#NoExtract   =

# Misc options
#UseSyslog
#Color
#TotalDownload
CheckSpace
#VerbosePkgLists

# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel    = Required DatabaseOptional
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required

# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all official Arch Linux
# packagers with `pacman-key --populate archlinux`.

#
# REPOSITORIES
#   - can be defined here or included from another file
#   - pacman will search repositories in the order defined here
#   - local/custom mirrors can be added here or in separate files
#   - repositories listed first will take precedence when packages
#     have identical names, regardless of version number
#   - URLs will have $repo replaced by the name of the current repo
#   - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
#       [repo-name]
#       Server = ServerName
#       Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#

# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.

#[testing]
#Include = /etc/pacman.d/mirrorlist

[core]
Include = /etc/pacman.d/mirrorlist

[extra]
Include = /etc/pacman.d/mirrorlist

#[community-testing]
#Include = /etc/pacman.d/mirrorlist

[community]
Include = /etc/pacman.d/mirrorlist

[sublime-text]
Server = https://download.sublimetext.com/arch/stable/x86_64

[blackarch]
Include = /etc/pacman.d/blackarch-mirrorlist

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist

#[multilib]
#Include = /etc/pacman.d/mirrorlist

# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs

Offline

#8 2021-05-05 13:18:14

GuyWithNvidia
Member
Registered: 2021-05-04
Posts: 47

Re: NVIDIA driver does not work, black screen after Xorg launch

The errors are for the 5.11.10-hardened1 kernel.

My mirrorlist was containing old record, changed it and got new versions. I will upgrade and try everything.

Offline

#9 2021-05-05 19:43:06

GuyWithNvidia
Member
Registered: 2021-05-04
Posts: 47

Re: NVIDIA driver does not work, black screen after Xorg launch

Now its black screen with and without the cursed Xorg config and i3 does not launch.
Also, lspci tells me that I have only one VGA controller and it is nvidia. Does this means that I have no integrated graphics? Which means, I had nvidia driver working?
The error from mkinitcpio is still there.

Offline

#10 2021-05-05 19:51:38

seth
Member
Registered: 2012-09-03
Posts: 49,956

Re: NVIDIA driver does not work, black screen after Xorg launch

Please don't paraphrase.
Post the actual "lspci -k" output and also the Xorg.0.log from the failing server.

Again: the mkinitcpio error that was (and probably is) is because there's no kernel module for the hardened version because you don't (didn't) use the nvidia-dkms package.

Online

#11 2021-05-05 21:25:27

GuyWithNvidia
Member
Registered: 2021-05-04
Posts: 47

Re: NVIDIA driver does not work, black screen after Xorg launch

seth wrote:

Please don't paraphrase.
Post the actual "lspci -k" output and also the Xorg.0.log from the failing server.

Again: the mkinitcpio error that was (and probably is) is because there's no kernel module for the hardened version because you don't (didn't) use the nvidia-dkms package.

lspci -k | grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation GP106M [GeForce GTX 1060 Mobile] (rev a1)
sudo mkinitcpio -P                                                                                              ⏎
==> Building image from preset: /etc/mkinitcpio.d/linux-hardened.preset: 'default'
  -> -k /boot/vmlinuz-linux-hardened -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-hardened.img
==> Starting build: 5.11.18-hardened1-1-hardened
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: xhci_pci
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> ERROR: module not found: `nvidia'
==> ERROR: module not found: `nvidia_modeset'
==> ERROR: module not found: `nvidia_uvm'
==> ERROR: module not found: `nvidia_drm'
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-hardened.img
==> WARNING: errors were encountered during the build. The image may not be complete.
==> Building image from preset: /etc/mkinitcpio.d/linux-hardened.preset: 'fallback'
  -> -k /boot/vmlinuz-linux-hardened -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-hardened-fallback.img -S autodetect
==> Starting build: 5.11.18-hardened1-1-hardened
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: aic94xx
==> WARNING: Possibly missing firmware for module: wd719x
==> WARNING: Possibly missing firmware for module: xhci_pci
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> ERROR: module not found: `nvidia'
==> ERROR: module not found: `nvidia_modeset'
==> ERROR: module not found: `nvidia_uvm'
==> ERROR: module not found: `nvidia_drm'
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-hardened-fallback.img
==> WARNING: errors were encountered during the build. The image may not be complete.
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> Starting build: 5.11.16-arch1-1
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: xhci_pci
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: /boot/initramfs-linux.img
==> Image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
==> Starting build: 5.11.16-arch1-1
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: aic94xx
==> WARNING: Possibly missing firmware for module: wd719x
==> WARNING: Possibly missing firmware for module: xhci_pci
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-fallback.img
==> Image generation successful
sudo mkinitcpio -p linux
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> Starting build: 5.11.16-arch1-1
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: xhci_pci
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: /boot/initramfs-linux.img
==> Image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
==> Starting build: 5.11.16-arch1-1
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: aic94xx
==> WARNING: Possibly missing firmware for module: wd719x
==> WARNING: Possibly missing firmware for module: xhci_pci
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-fallback.img
==> Image generation successful
cat .local/share/xorg/Xorg.0.log
[   747.134] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[   747.135]
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
[   747.135] Build Operating System: Linux Archlinux
[   747.135] Current Operating System: Linux whack 5.11.16-arch1-1 #1 SMP PREEMPT Wed, 21 Apr 2021 17:22:13 +0000 x86_64
[   747.135] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=8d8bc316-eef4-4c89-8dce-733b086a32d3 rw nomodeset nouveau.modeset=0 nvidia-drm.modeset=1 rcutree.rcu_idle_gp_delay=1 acpi_backlight=vendor
[   747.135] Build Date: 13 April 2021  03:12:10PM
[   747.135]
[   747.135] Current version of pixman: 0.40.0
[   747.135]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[   747.135] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   747.135] (==) Log file: "/home/rucker/.local/share/xorg/Xorg.0.log", Time: Thu May  6 00:23:57 2021
[   747.136] (==) Using config file: "/etc/X11/xorg.conf"
[   747.136] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   747.136] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   747.136] (==) ServerLayout "Layout0"
[   747.136] (**) |-->Screen "Screen0" (0)
[   747.136] (**) |   |-->Monitor "Monitor0"
[   747.137] (**) |   |-->Device "Device0"
[   747.137] (**) |-->Input Device "Keyboard0"
[   747.137] (**) |-->Input Device "Mouse0"
[   747.137] (==) Automatically adding devices
[   747.137] (==) Automatically enabling devices
[   747.137] (==) Automatically adding GPU devices
[   747.137] (==) Automatically binding GPU devices
[   747.137] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   747.137] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   747.137]    Entry deleted from font path.
[   747.137] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[   747.137]    Entry deleted from font path.
[   747.137] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[   747.137]    Entry deleted from font path.
[   747.137] (==) FontPath set to:
        /usr/share/fonts/misc,
        /usr/share/fonts/TTF,
        /usr/share/fonts/OTF
[   747.137] (**) ModulePath set to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[   747.137] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   747.137] (WW) Disabling Keyboard0
[   747.137] (WW) Disabling Mouse0
[   747.137] (II) Module ABI versions:
[   747.137]    X.Org ANSI C Emulation: 0.4
[   747.137]    X.Org Video Driver: 24.1
[   747.137]    X.Org XInput driver : 24.1
[   747.137]    X.Org Server Extension : 10.0
[   747.138] (++) using VT number 1

[   747.142] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_353
[   747.144] (II) xfree86: Adding drm device (/dev/dri/card0)
[   747.145] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 1
[   747.145] (EE) Error systemd-logind returned paused fd for drm node
[   747.145] (II) systemd-logind: releasing fd for 226:0
[   747.151] (--) PCI:*(1@0:0:0) 10de:1c20:1043:16d0 rev 161, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[   747.151] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   747.151] (II) LoadModule: "glx"
[   747.152] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   747.154] (II) Module glx: vendor="X.Org Foundation"
[   747.155]    compiled for 1.20.11, module version = 1.0.0
[   747.155]    ABI class: X.Org Server Extension, version 10.0
[   747.155] (II) LoadModule: "nvidia"
[   747.155] (WW) Warning, couldn't open module nvidia
[   747.155] (EE) Failed to load module "nvidia" (module does not exist, 0)
[   747.155] (EE) No drivers available.
[   747.155] (EE)
Fatal server error:
[   747.155] (EE) no screens found(EE)
[   747.155] (EE)
Please consult the The X.Org Foundation support
         at http://wiki.x.org
 for help.
[   747.155] (EE) Please also check the log file at "/home/rucker/.local/share/xorg/Xorg.0.log" for additional information.
[   747.155] (EE)
[   747.156] (EE) Server terminated with error (1). Closing log file.
sudo pacman -Qs nvidia
local/egl-wayland 1.1.6-1
    EGLStream-based Wayland external platform
local/libvdpau 1.4-1
    Nvidia VDPAU library
local/libxnvctrl 465.27-1
    NVIDIA NV-CONTROL X extension
local/nvidia 465.27-2
    NVIDIA drivers for linux
local/nvidia-dkms 465.27-1
    NVIDIA drivers - module sources
local/nvidia-settings 465.27-1
    Tool for configuring the NVIDIA graphics driver
local/nvidia-utils 465.27-1
    NVIDIA drivers utilities
local/opencl-nvidia-beta 440.44-1
    OpenCL implemention for NVIDIA (beta version)

Offline

#12 2021-05-05 21:37:24

seth
Member
Registered: 2012-09-03
Posts: 49,956

Re: NVIDIA driver does not work, black screen after Xorg launch

lspci -k | grep VGA

*Not* "| grep something" - you stripped away the meaning of "-k" and I ca't see which kernel module is in use…

[   747.145] (EE) Error systemd-logind returned paused fd for drm node

Likely https://wiki.archlinux.org/title/Xinit#xserverrc ?

[   747.136] (==) Using config file: "/etc/X11/xorg.conf"

[   747.155] (II) LoadModule: "nvidia"
[   747.155] (WW) Warning, couldn't open module nvidia
[   747.155] (EE) Failed to load module "nvidia" (module does not exist, 0)
[   747.155] (EE) No drivers available.

Your nvidia-settings generated config references the nvidia driver, but that's not available??

pacman -Qkk nvidia-utils

You'll have to explicitly build the dkms module as you installed it after the hardened kernel, https://wiki.archlinux.org/title/Dynami … ld_modules

Online

#13 2021-05-05 22:44:40

GuyWithNvidia
Member
Registered: 2021-05-04
Posts: 47

Re: NVIDIA driver does not work, black screen after Xorg launch

lspci -k | grep VGA
*Not* "| grep something" - you stripped away the meaning of "-k" and I ca't see which kernel module is in use…

My bad

lspci -k
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers (rev 07)
        Subsystem: ASUSTeK Computer Inc. Device 16d0
        Kernel driver in use: skl_uncore
00:01.0 PCI bridge: Intel Corporation 6th-9th Gen Core Processor PCIe Controller (x16) (rev 07)
        Kernel driver in use: pcieport
00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 07)
        Subsystem: ASUSTeK Computer Inc. Device 16d0
        Kernel driver in use: proc_thermal
        Kernel modules: processor_thermal_device
00:14.0 USB controller: Intel Corporation 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller (rev 31)
        Subsystem: ASUSTeK Computer Inc. Device 201f
        Kernel driver in use: xhci_hcd
        Kernel modules: xhci_pci
00:14.2 Signal processing controller: Intel Corporation 100 Series/C230 Series Chipset Family Thermal Subsystem (rev 31)
        Subsystem: ASUSTeK Computer Inc. Device 16d0
        Kernel driver in use: intel_pch_thermal
        Kernel modules: intel_pch_thermal
00:15.0 Signal processing controller: Intel Corporation 100 Series/C230 Series Chipset Family Serial IO I2C Controller #0 (rev 31)
        Subsystem: ASUSTeK Computer Inc. Device 16d0
        Kernel driver in use: intel-lpss
        Kernel modules: intel_lpss_pci
00:15.1 Signal processing controller: Intel Corporation 100 Series/C230 Series Chipset Family Serial IO I2C Controller #1 (rev 31)
        Subsystem: ASUSTeK Computer Inc. Device 16d0
        Kernel driver in use: intel-lpss
        Kernel modules: intel_lpss_pci
00:16.0 Communication controller: Intel Corporation 100 Series/C230 Series Chipset Family MEI Controller #1 (rev 31)
        Subsystem: ASUSTeK Computer Inc. Device 16d0
        Kernel driver in use: mei_me
        Kernel modules: mei_me
00:17.0 SATA controller: Intel Corporation HM170/QM170 Chipset SATA Controller [AHCI Mode] (rev 31)
        Subsystem: ASUSTeK Computer Inc. Device 16d0
        Kernel driver in use: ahci
00:1c.0 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #3 (rev f1)
        Kernel driver in use: pcieport
00:1c.3 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #4 (rev f1)
        Kernel driver in use: pcieport
00:1f.0 ISA bridge: Intel Corporation HM170 Chipset LPC/eSPI Controller (rev 31)
        Subsystem: ASUSTeK Computer Inc. Device 16d0
00:1f.2 Memory controller: Intel Corporation 100 Series/C230 Series Chipset Family Power Management Controller (rev 31)
        Subsystem: ASUSTeK Computer Inc. Device 16d0
00:1f.3 Audio device: Intel Corporation 100 Series/C230 Series Chipset Family HD Audio Controller (rev 31)
        Subsystem: ASUSTeK Computer Inc. Device 1550
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel
00:1f.4 SMBus: Intel Corporation 100 Series/C230 Series Chipset Family SMBus (rev 31)
        Subsystem: ASUSTeK Computer Inc. Device 16d0
        Kernel driver in use: i801_smbus
        Kernel modules: i2c_i801
01:00.0 VGA compatible controller: NVIDIA Corporation GP106M [GeForce GTX 1060 Mobile] (rev a1)
        Subsystem: ASUSTeK Computer Inc. Device 16d0
        Kernel driver in use: nvidia
        Kernel modules: nouveau, nvidia_drm, nvidia
01:00.1 Audio device: NVIDIA Corporation GP106 High Definition Audio Controller (rev a1)
        Subsystem: ASUSTeK Computer Inc. Device 16d0
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel
02:00.0 Network controller: Intel Corporation Wireless 8260 (rev 3a)
        Subsystem: Intel Corporation Dual Band Wireless-AC 8260
        Kernel driver in use: iwlwifi
        Kernel modules: iwlwifi
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 10)
        Subsystem: ASUSTeK Computer Inc. Device 200f
        Kernel driver in use: r8169
        Kernel modules: r8169

[   747.145] (EE) Error systemd-logind returned paused fd for drm node
Likely https://wiki.archlinux.org/title/Xinit#xserverrc ?

[   747.136] (==) Using config file: "/etc/X11/xorg.conf"

[   747.155] (II) LoadModule: "nvidia"
[   747.155] (WW) Warning, couldn't open module nvidia
[   747.155] (EE) Failed to load module "nvidia" (module does not exist, 0)
[   747.155] (EE) No drivers available.

Your nvidia-settings generated config references the nvidia driver, but that's not available??

pacman -Qkk nvidia-utils

I messed up with /usr/lib/xorg/modules/drivers/nvidia_drv.so. Reinstalled nvidia-utils and problems disappears.

You'll have to explicitly build the dkms module as you installed it after the hardened kernel, https://wiki.archlinux.org/title/Dynami … ld_modules

Did sudo dkms autoinstall with no errors.

Now the Xorg log is

cat .local/share/xorg/Xorg.0.log
[     6.285] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[     6.286]
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
[     6.286] Build Operating System: Linux Archlinux
[     6.286] Current Operating System: Linux whack 5.11.16-arch1-1 #1 SMP PREEMPT Wed, 21 Apr 2021 17:22:13 +0000 x86_64
[     6.286] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=8d8bc316-eef4-4c89-8dce-733b086a32d3 rw nomodeset nouveau.modeset=0 nvidia-drm.modeset=1 rcutree.rcu_idle_gp_delay=1 acpi_backlight=vendor
[     6.286] Build Date: 13 April 2021  03:12:10PM
[     6.286]
[     6.287] Current version of pixman: 0.40.0
[     6.287]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[     6.287] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     6.287] (==) Log file: "/home/rucker/.local/share/xorg/Xorg.0.log", Time: Thu May  6 01:19:15 2021
[     6.291] (==) Using config file: "/etc/X11/xorg.conf"
[     6.291] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     6.291] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     6.293] (==) ServerLayout "Layout0"
[     6.293] (**) |-->Screen "Screen0" (0)
[     6.293] (**) |   |-->Monitor "Monitor0"
[     6.293] (**) |   |-->Device "Device0"
[     6.293] (**) |-->Input Device "Keyboard0"
[     6.293] (**) |-->Input Device "Mouse0"
[     6.293] (==) Automatically adding devices
[     6.293] (==) Automatically enabling devices
[     6.293] (==) Automatically adding GPU devices
[     6.293] (==) Automatically binding GPU devices
[     6.293] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     6.297] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     6.297]    Entry deleted from font path.
[     6.297] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     6.297]    Entry deleted from font path.
[     6.297] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     6.297]    Entry deleted from font path.
[     6.297] (==) FontPath set to:
        /usr/share/fonts/misc,
        /usr/share/fonts/TTF,
        /usr/share/fonts/OTF
[     6.297] (**) ModulePath set to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[     6.297] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[     6.297] (WW) Disabling Keyboard0
[     6.297] (WW) Disabling Mouse0
[     6.298] (II) Module ABI versions:
[     6.298]    X.Org ANSI C Emulation: 0.4
[     6.298]    X.Org Video Driver: 24.1
[     6.298]    X.Org XInput driver : 24.1
[     6.298]    X.Org Server Extension : 10.0
[     6.299] (++) using VT number 1

[     6.303] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[     6.304] (II) xfree86: Adding drm device (/dev/dri/card0)
[     6.305] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[     6.308] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[     6.311] (--) PCI:*(1@0:0:0) 10de:1c20:1043:16d0 rev 161, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[     6.311] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     6.311] (II) LoadModule: "glx"
[     6.318] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     6.328] (II) Module glx: vendor="X.Org Foundation"
[     6.328]    compiled for 1.20.11, module version = 1.0.0
[     6.328]    ABI class: X.Org Server Extension, version 10.0
[     6.328] (II) LoadModule: "nvidia"
[     6.329] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     6.335] (II) Module nvidia: vendor="NVIDIA Corporation"
[     6.335]    compiled for 1.6.99.901, module version = 1.0.0
[     6.335]    Module class: X.Org Video Driver
[     6.335] (II) NVIDIA dlloader X Driver  465.27  Thu Apr 22 23:18:40 UTC 2021
[     6.335] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     6.336] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[     6.336] (II) systemd-logind: releasing fd for 226:0
[     6.338] (II) Loading sub module "fb"
[     6.338] (II) LoadModule: "fb"
[     6.338] (II) Loading /usr/lib/xorg/modules/libfb.so
[     6.339] (II) Module fb: vendor="X.Org Foundation"
[     6.339]    compiled for 1.20.11, module version = 1.0.0
[     6.339]    ABI class: X.Org ANSI C Emulation, version 0.4
[     6.339] (II) Loading sub module "wfb"
[     6.339] (II) LoadModule: "wfb"
[     6.339] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     6.340] (II) Module wfb: vendor="X.Org Foundation"
[     6.340]    compiled for 1.20.11, module version = 1.0.0
[     6.340]    ABI class: X.Org ANSI C Emulation, version 0.4
[     6.340] (II) Loading sub module "ramdac"
[     6.341] (II) LoadModule: "ramdac"
[     6.341] (II) Module "ramdac" already built-in
[     6.348] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[     6.349] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[     6.349] (==) NVIDIA(0): RGB weight 888
[     6.349] (==) NVIDIA(0): Default visual is TrueColor
[     6.349] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[     6.349] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[     6.349] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[     6.349] (**) NVIDIA(0): Enabling 2D acceleration
[     6.349] (II) Loading sub module "glxserver_nvidia"
[     6.349] (II) LoadModule: "glxserver_nvidia"
[     6.349] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[     6.414] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[     6.414]    compiled for 1.6.99.901, module version = 1.0.0
[     6.414]    Module class: X.Org Server Extension
[     6.414] (II) NVIDIA GLX Module  465.27  Thu Apr 22 23:16:27 UTC 2021
[     6.416] (II) NVIDIA: The X server supports PRIME Render Offload.
[     6.427] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[     6.427] (--) NVIDIA(0):     DFP-0
[     6.427] (--) NVIDIA(0):     DFP-1
[     6.427] (--) NVIDIA(0):     DFP-2 (boot)
[     6.427] (--) NVIDIA(0):     DFP-3
[     6.427] (--) NVIDIA(0):     DFP-4
[     6.427] (--) NVIDIA(0):     DFP-5
[     6.428] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX 1060 (GP106-A) at PCI:1:0:0
[     6.428] (II) NVIDIA(0):     (GPU-0)
[     6.428] (--) NVIDIA(0): Memory: 3145728 kBytes
[     6.428] (--) NVIDIA(0): VideoBIOS: 86.06.18.00.4e
[     6.428] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[     6.429] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     6.429] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[     6.429] (--) NVIDIA(GPU-0): DFP-0: 1440.0 MHz maximum pixel clock
[     6.429] (--) NVIDIA(GPU-0):
[     6.429] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     6.429] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[     6.429] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[     6.429] (--) NVIDIA(GPU-0):
[     6.429] (--) NVIDIA(GPU-0): NVIDIA (DFP-2): connected
[     6.429] (--) NVIDIA(GPU-0): NVIDIA (DFP-2): Internal DisplayPort
[     6.430] (--) NVIDIA(GPU-0): NVIDIA (DFP-2): 1440.0 MHz maximum pixel clock
[     6.430] (--) NVIDIA(GPU-0):
[     6.430] (--) NVIDIA(GPU-0): DFP-3: disconnected
[     6.430] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[     6.430] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[     6.430] (--) NVIDIA(GPU-0):
[     6.430] (--) NVIDIA(GPU-0): DFP-4: disconnected
[     6.430] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[     6.430] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[     6.430] (--) NVIDIA(GPU-0):
[     6.430] (--) NVIDIA(GPU-0): DFP-5: disconnected
[     6.430] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[     6.430] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[     6.430] (--) NVIDIA(GPU-0):
[     6.433] (==) NVIDIA(0):
[     6.433] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[     6.433] (==) NVIDIA(0):     will be used as the requested mode.
[     6.433] (==) NVIDIA(0):
[     6.433] (II) NVIDIA(0): Validated MetaModes:
[     6.433] (II) NVIDIA(0):     "DFP-2:nvidia-auto-select"
[     6.433] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[     6.435] (WW) NVIDIA(0): NVIDIA (DFP-2) does not have an EDID, or its EDID does not
[     6.435] (WW) NVIDIA(0):     contain a maximum image size; cannot compute DPI from
[     6.435] (WW) NVIDIA(0):     NVIDIA (DFP-2)'s EDID.
[     6.435] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[     6.435] (WW) NVIDIA: Failed to bind sideband socket to
[     6.435] (WW) NVIDIA:     '/var/run/nvidia-xdriver-1c0f28b4' Permission denied
[     6.435] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[     6.435] (II) NVIDIA:     access.
[     6.446] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[     6.446] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[     6.446] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[     6.446] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[     6.446] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[     6.446] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[     6.446] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[     6.446] (II) NVIDIA(0):     Config Options in the README.
[     6.467] (II) NVIDIA(0): Setting mode "DFP-2:nvidia-auto-select"
[     7.574] (==) NVIDIA(0): Disabling shared memory pixmaps
[     7.574] (==) NVIDIA(0): Backing store enabled
[     7.574] (==) NVIDIA(0): Silken mouse disabled
[     7.574] (**) NVIDIA(0): DPMS enabled
[     7.575] (II) Loading sub module "dri2"
[     7.575] (II) LoadModule: "dri2"
[     7.575] (II) Module "dri2" already built-in
[     7.575] (II) NVIDIA(0): [DRI2] Setup complete
[     7.575] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[     7.576] (II) Initializing extension Generic Event Extension
[     7.576] (II) Initializing extension SHAPE
[     7.576] (II) Initializing extension MIT-SHM
[     7.576] (II) Initializing extension XInputExtension
[     7.576] (II) Initializing extension XTEST
[     7.576] (II) Initializing extension BIG-REQUESTS
[     7.576] (II) Initializing extension SYNC
[     7.576] (II) Initializing extension XKEYBOARD
[     7.576] (II) Initializing extension XC-MISC
[     7.576] (II) Initializing extension SECURITY
[     7.576] (II) Initializing extension XFIXES
[     7.576] (II) Initializing extension RENDER
[     7.576] (II) Initializing extension RANDR
[     7.576] (II) Initializing extension COMPOSITE
[     7.576] (II) Initializing extension DAMAGE
[     7.576] (II) Initializing extension MIT-SCREEN-SAVER
[     7.576] (II) Initializing extension DOUBLE-BUFFER
[     7.576] (II) Initializing extension RECORD
[     7.576] (II) Initializing extension DPMS
[     7.576] (II) Initializing extension Present
[     7.576] (II) Initializing extension DRI3
[     7.576] (II) Initializing extension X-Resource
[     7.576] (II) Initializing extension XVideo
[     7.576] (II) Initializing extension XVideo-MotionCompensation
[     7.576] (II) Initializing extension GLX
[     7.576] (II) Initializing extension GLX
[     7.576] (II) Indirect GLX disabled.
[     7.576] (II) GLX: Another vendor is already registered for screen 0
[     7.576] (II) Initializing extension XFree86-VidModeExtension
[     7.576] (II) Initializing extension XFree86-DGA
[     7.576] (II) Initializing extension XFree86-DRI
[     7.576] (II) Initializing extension DRI2
[     7.576] (II) Initializing extension NV-GLX
[     7.576] (II) Initializing extension NV-CONTROL
[     7.576] (II) Initializing extension XINERAMA
[     7.691] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     7.691] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     7.691] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     7.691] (**) Power Button: Applying InputClass "system-keyboard"
[     7.691] (II) LoadModule: "libinput"
[     7.692] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     7.697] (II) Module libinput: vendor="X.Org Foundation"
[     7.697]    compiled for 1.20.11, module version = 1.0.1
[     7.697]    Module class: X.Org XInput Driver
[     7.697]    ABI class: X.Org XInput driver, version 24.1
[     7.697] (II) Using input driver 'libinput' for 'Power Button'
[     7.698] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 29 paused 0
[     7.698] (**) Power Button: always reports core events
[     7.698] (**) Option "Device" "/dev/input/event2"
[     7.698] (**) Option "_source" "server/udev"
[     7.707] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     7.707] (II) event2  - Power Button: device is a keyboard
[     7.707] (II) event2  - Power Button: device removed
[     7.707] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[     7.707] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     7.707] (**) Option "xkb_model" "pc105"
[     7.707] (**) Option "xkb_layout" "us,ru"
[     7.707] (**) Option "xkb_options" "grp:alt_shift_toggle"
[     7.742] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     7.742] (II) event2  - Power Button: device is a keyboard
[     7.743] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event5)
[     7.743] (**) Asus Wireless Radio Control: Applying InputClass "evdev keyboard catchall"
[     7.743] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[     7.743] (**) Asus Wireless Radio Control: Applying InputClass "system-keyboard"
[     7.743] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[     7.744] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 32 paused 0
[     7.744] (**) Asus Wireless Radio Control: always reports core events
[     7.744] (**) Option "Device" "/dev/input/event5"
[     7.744] (**) Option "_source" "server/udev"
[     7.744] (II) event5  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[     7.744] (II) event5  - Asus Wireless Radio Control: device is a keyboard
[     7.745] (II) event5  - Asus Wireless Radio Control: device removed
[     7.745] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input5/event5"
[     7.745] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[     7.745] (**) Option "xkb_model" "pc105"
[     7.745] (**) Option "xkb_layout" "us,ru"
[     7.745] (**) Option "xkb_options" "grp:alt_shift_toggle"
[     7.745] (II) event5  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[     7.745] (II) event5  - Asus Wireless Radio Control: device is a keyboard
[     7.746] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[     7.746] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     7.746] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     7.746] (**) Video Bus: Applying InputClass "system-keyboard"
[     7.746] (II) Using input driver 'libinput' for 'Video Bus'
[     7.747] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 33 paused 0
[     7.747] (**) Video Bus: always reports core events
[     7.747] (**) Option "Device" "/dev/input/event3"
[     7.747] (**) Option "_source" "server/udev"
[     7.748] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[     7.748] (II) event3  - Video Bus: device is a keyboard
[     7.748] (II) event3  - Video Bus: device removed
[     7.748] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12/LNXVIDEO:01/input/input3/event3"
[     7.748] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[     7.748] (**) Option "xkb_model" "pc105"
[     7.748] (**) Option "xkb_layout" "us,ru"
[     7.748] (**) Option "xkb_options" "grp:alt_shift_toggle"
[     7.749] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[     7.749] (II) event3  - Video Bus: device is a keyboard
[     7.750] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[     7.750] (II) No input driver specified, ignoring this device.
[     7.750] (II) This device may have been added with another device file.
[     7.750] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[     7.750] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[     7.750] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     7.750] (**) Sleep Button: Applying InputClass "system-keyboard"
[     7.750] (II) Using input driver 'libinput' for 'Sleep Button'
[     7.751] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 34 paused 0
[     7.751] (**) Sleep Button: always reports core events
[     7.751] (**) Option "Device" "/dev/input/event1"
[     7.751] (**) Option "_source" "server/udev"
[     7.752] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     7.752] (II) event1  - Sleep Button: device is a keyboard
[     7.752] (II) event1  - Sleep Button: device removed
[     7.752] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[     7.752] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[     7.752] (**) Option "xkb_model" "pc105"
[     7.752] (**) Option "xkb_layout" "us,ru"
[     7.752] (**) Option "xkb_options" "grp:alt_shift_toggle"
[     7.753] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     7.753] (II) event1  - Sleep Button: device is a keyboard
[     7.754] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event14)
[     7.754] (II) No input driver specified, ignoring this device.
[     7.754] (II) This device may have been added with another device file.
[     7.754] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event15)
[     7.754] (II) No input driver specified, ignoring this device.
[     7.754] (II) This device may have been added with another device file.
[     7.754] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event16)
[     7.754] (II) No input driver specified, ignoring this device.
[     7.754] (II) This device may have been added with another device file.
[     7.755] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event17)
[     7.755] (II) No input driver specified, ignoring this device.
[     7.755] (II) This device may have been added with another device file.
[     7.755] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event18)
[     7.755] (II) No input driver specified, ignoring this device.
[     7.755] (II) This device may have been added with another device file.
[     7.756] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event19)
[     7.756] (II) No input driver specified, ignoring this device.
[     7.756] (II) This device may have been added with another device file.
[     7.756] (II) config/udev: Adding input device USB2.0 HD UVC WebCam: USB2.0 HD (/dev/input/event13)
[     7.756] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "evdev keyboard catchall"
[     7.756] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "libinput keyboard catchall"
[     7.756] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "system-keyboard"
[     7.756] (II) Using input driver 'libinput' for 'USB2.0 HD UVC WebCam: USB2.0 HD'
[     7.757] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 35 paused 0
[     7.757] (**) USB2.0 HD UVC WebCam: USB2.0 HD: always reports core events
[     7.757] (**) Option "Device" "/dev/input/event13"
[     7.757] (**) Option "_source" "server/udev"
[     7.758] (II) event13 - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[     7.758] (II) event13 - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[     7.758] (II) event13 - USB2.0 HD UVC WebCam: USB2.0 HD: device removed
[     7.758] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input15/event13"
[     7.758] (II) XINPUT: Adding extended input device "USB2.0 HD UVC WebCam: USB2.0 HD" (type: KEYBOARD, id 10)
[     7.758] (**) Option "xkb_model" "pc105"
[     7.758] (**) Option "xkb_layout" "us,ru"
[     7.758] (**) Option "xkb_options" "grp:alt_shift_toggle"
[     7.760] (II) event13 - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[     7.760] (II) event13 - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[     7.760] (II) config/udev: Adding input device Asus Keyboard (/dev/input/event10)
[     7.760] (**) Asus Keyboard: Applying InputClass "evdev keyboard catchall"
[     7.760] (**) Asus Keyboard: Applying InputClass "libinput keyboard catchall"
[     7.760] (**) Asus Keyboard: Applying InputClass "system-keyboard"
[     7.760] (II) Using input driver 'libinput' for 'Asus Keyboard'
[     7.761] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 36 paused 0
[     7.761] (**) Asus Keyboard: always reports core events
[     7.761] (**) Option "Device" "/dev/input/event10"
[     7.761] (**) Option "_source" "server/udev"
[     7.762] (II) event10 - Asus Keyboard: is tagged by udev as: Keyboard
[     7.763] (II) event10 - Asus Keyboard: device is a keyboard
[     7.763] (II) event10 - Asus Keyboard: device removed
[     7.763] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/0003:0B05:1837.0001/input/input10/event10"
[     7.763] (II) XINPUT: Adding extended input device "Asus Keyboard" (type: KEYBOARD, id 11)
[     7.763] (**) Option "xkb_model" "pc105"
[     7.763] (**) Option "xkb_layout" "us,ru"
[     7.763] (**) Option "xkb_options" "grp:alt_shift_toggle"
[     7.764] (II) event10 - Asus Keyboard: is tagged by udev as: Keyboard
[     7.764] (II) event10 - Asus Keyboard: device is a keyboard
[     7.765] (II) config/udev: Adding input device Asus Keyboard (/dev/input/event11)
[     7.765] (**) Asus Keyboard: Applying InputClass "evdev keyboard catchall"
[     7.765] (**) Asus Keyboard: Applying InputClass "libinput keyboard catchall"
[     7.765] (**) Asus Keyboard: Applying InputClass "system-keyboard"
[     7.765] (II) Using input driver 'libinput' for 'Asus Keyboard'
[     7.766] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 37 paused 0
[     7.766] (**) Asus Keyboard: always reports core events
[     7.766] (**) Option "Device" "/dev/input/event11"
[     7.766] (**) Option "_source" "server/udev"
[     7.767] (II) event11 - Asus Keyboard: is tagged by udev as: Keyboard
[     7.767] (II) event11 - Asus Keyboard: device is a keyboard
[     7.767] (II) event11 - Asus Keyboard: device removed
[     7.768] (II) libinput: Asus Keyboard: needs a virtual subdevice
[     7.768] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.1/0003:0B05:1837.0002/input/input11/event11"
[     7.768] (II) XINPUT: Adding extended input device "Asus Keyboard" (type: MOUSE, id 12)
[     7.768] (**) Option "AccelerationScheme" "none"
[     7.768] (**) Asus Keyboard: (accel) selected scheme none/0
[     7.768] (**) Asus Keyboard: (accel) acceleration factor: 2.000
[     7.768] (**) Asus Keyboard: (accel) acceleration threshold: 4
[     7.769] (II) event11 - Asus Keyboard: is tagged by udev as: Keyboard
[     7.769] (II) event11 - Asus Keyboard: device is a keyboard
[     7.770] (II) config/udev: Adding input device Asus Keyboard (/dev/input/event12)
[     7.770] (**) Asus Keyboard: Applying InputClass "evdev pointer catchall"
[     7.770] (**) Asus Keyboard: Applying InputClass "libinput pointer catchall"
[     7.770] (II) Using input driver 'libinput' for 'Asus Keyboard'
[     7.825] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 38 paused 0
[     7.825] (**) Asus Keyboard: always reports core events
[     7.825] (**) Option "Device" "/dev/input/event12"
[     7.825] (**) Option "_source" "server/udev"
[     7.828] (II) event12 - Asus Keyboard: is tagged by udev as: Mouse
[     7.828] (II) event12 - Asus Keyboard: device is a pointer
[     7.828] (II) event12 - Asus Keyboard: device removed
[     7.828] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.2/0003:0B05:1837.0003/input/input12/event12"
[     7.828] (II) XINPUT: Adding extended input device "Asus Keyboard" (type: MOUSE, id 13)
[     7.829] (**) Option "AccelerationScheme" "none"
[     7.829] (**) Asus Keyboard: (accel) selected scheme none/0
[     7.829] (**) Asus Keyboard: (accel) acceleration factor: 2.000
[     7.829] (**) Asus Keyboard: (accel) acceleration threshold: 4
[     7.831] (II) event12 - Asus Keyboard: is tagged by udev as: Mouse
[     7.832] (II) event12 - Asus Keyboard: device is a pointer
[     7.833] (II) config/udev: Adding input device Asus Keyboard (/dev/input/mouse1)
[     7.833] (II) No input driver specified, ignoring this device.
[     7.833] (II) This device may have been added with another device file.
[     7.835] (II) config/udev: Adding input device ELAN1200:00 04F3:301A Mouse (/dev/input/event7)
[     7.835] (**) ELAN1200:00 04F3:301A Mouse: Applying InputClass "evdev pointer catchall"
[     7.835] (**) ELAN1200:00 04F3:301A Mouse: Applying InputClass "libinput pointer catchall"
[     7.835] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:301A Mouse'
[     7.837] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 39 paused 0
[     7.837] (**) ELAN1200:00 04F3:301A Mouse: always reports core events
[     7.837] (**) Option "Device" "/dev/input/event7"
[     7.837] (**) Option "_source" "server/udev"
[     7.839] (II) event7  - ELAN1200:00 04F3:301A Mouse: is tagged by udev as: Mouse Pointingstick
[     7.840] (II) event7  - ELAN1200:00 04F3:301A Mouse: device is a pointer
[     7.842] (II) event7  - ELAN1200:00 04F3:301A Mouse: device removed
[     7.842] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-7/i2c-ELAN1200:00/0018:04F3:301A.0004/input/input13/event7"
[     7.842] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:301A Mouse" (type: MOUSE, id 14)
[     7.842] (**) Option "AccelerationScheme" "none"
[     7.842] (**) ELAN1200:00 04F3:301A Mouse: (accel) selected scheme none/0
[     7.842] (**) ELAN1200:00 04F3:301A Mouse: (accel) acceleration factor: 2.000
[     7.842] (**) ELAN1200:00 04F3:301A Mouse: (accel) acceleration threshold: 4
[     7.845] (II) event7  - ELAN1200:00 04F3:301A Mouse: is tagged by udev as: Mouse Pointingstick
[     7.845] (II) event7  - ELAN1200:00 04F3:301A Mouse: device is a pointer
[     7.849] (II) config/udev: Adding input device ELAN1200:00 04F3:301A Mouse (/dev/input/mouse0)
[     7.849] (II) No input driver specified, ignoring this device.
[     7.849] (II) This device may have been added with another device file.
[     7.850] (II) config/udev: Adding input device ELAN1200:00 04F3:301A Touchpad (/dev/input/event8)
[     7.850] (**) ELAN1200:00 04F3:301A Touchpad: Applying InputClass "evdev touchpad catchall"
[     7.850] (**) ELAN1200:00 04F3:301A Touchpad: Applying InputClass "libinput touchpad catchall"
[     7.850] (**) ELAN1200:00 04F3:301A Touchpad: Applying InputClass "touchpad catchall"
[     7.850] (**) ELAN1200:00 04F3:301A Touchpad: Applying InputClass "Default clickpad buttons"
[     7.850] (II) LoadModule: "synaptics"
[     7.850] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[     7.855] (II) Module synaptics: vendor="X.Org Foundation"
[     7.855]    compiled for 1.20.8, module version = 1.9.1
[     7.855]    Module class: X.Org XInput Driver
[     7.855]    ABI class: X.Org XInput driver, version 24.1
[     7.855] (II) Using input driver 'synaptics' for 'ELAN1200:00 04F3:301A Touchpad'
[     7.857] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 40 paused 0
[     7.857] (**) ELAN1200:00 04F3:301A Touchpad: always reports core events
[     7.857] (**) Option "Device" "/dev/input/event8"
[     7.857] (II) synaptics: ELAN1200:00 04F3:301A Touchpad: found clickpad property
[     7.857] (--) synaptics: ELAN1200:00 04F3:301A Touchpad: x-axis range 0 - 3200 (res 31)
[     7.857] (--) synaptics: ELAN1200:00 04F3:301A Touchpad: y-axis range 0 - 2198 (res 31)
[     7.857] (II) synaptics: ELAN1200:00 04F3:301A Touchpad: device does not report pressure, will use touch data.
[     7.857] (II) synaptics: ELAN1200:00 04F3:301A Touchpad: device does not report finger width.
[     7.857] (--) synaptics: ELAN1200:00 04F3:301A Touchpad: buttons: left double triple
[     7.857] (--) synaptics: ELAN1200:00 04F3:301A Touchpad: Vendor 0x4f3 Product 0x301a
[     7.857] (--) synaptics: ELAN1200:00 04F3:301A Touchpad: invalid pressure range.  defaulting to 0 - 255
[     7.857] (--) synaptics: ELAN1200:00 04F3:301A Touchpad: invalid finger width range.  defaulting to 0 - 15
[     7.857] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[     7.857] (--) synaptics: ELAN1200:00 04F3:301A Touchpad: touchpad found
[     7.857] (**) ELAN1200:00 04F3:301A Touchpad: always reports core events
[     7.857] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-7/i2c-ELAN1200:00/0018:04F3:301A.0004/input/input14/event8"
[     7.857] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:301A Touchpad" (type: TOUCHPAD, id 15)
[     7.857] (**) synaptics: ELAN1200:00 04F3:301A Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[     7.857] (**) synaptics: ELAN1200:00 04F3:301A Touchpad: (accel) MaxSpeed is now 1.75
[     7.857] (**) synaptics: ELAN1200:00 04F3:301A Touchpad: (accel) AccelFactor is now 0.052
[     7.857] (**) ELAN1200:00 04F3:301A Touchpad: (accel) keeping acceleration scheme 1
[     7.857] (**) ELAN1200:00 04F3:301A Touchpad: (accel) acceleration profile 1
[     7.857] (**) ELAN1200:00 04F3:301A Touchpad: (accel) acceleration factor: 2.000
[     7.857] (**) ELAN1200:00 04F3:301A Touchpad: (accel) acceleration threshold: 4
[     7.857] (--) synaptics: ELAN1200:00 04F3:301A Touchpad: touchpad found
[     7.859] (II) config/udev: Adding input device ELAN1200:00 04F3:301A Touchpad (/dev/input/mouse2)
[     7.859] (**) ELAN1200:00 04F3:301A Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[     7.860] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event20)
[     7.860] (II) No input driver specified, ignoring this device.
[     7.860] (II) This device may have been added with another device file.
[     7.861] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event9)
[     7.861] (**) Asus WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[     7.861] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     7.861] (**) Asus WMI hotkeys: Applying InputClass "system-keyboard"
[     7.861] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[     7.862] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 41 paused 0
[     7.862] (**) Asus WMI hotkeys: always reports core events
[     7.862] (**) Option "Device" "/dev/input/event9"
[     7.862] (**) Option "_source" "server/udev"
[     7.864] (II) event9  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[     7.864] (II) event9  - Asus WMI hotkeys: device is a keyboard
[     7.864] (II) event9  - Asus WMI hotkeys: device removed
[     7.864] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input9/event9"
[     7.864] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 16)
[     7.864] (**) Option "xkb_model" "pc105"
[     7.864] (**) Option "xkb_layout" "us,ru"
[     7.864] (**) Option "xkb_options" "grp:alt_shift_toggle"
[     7.866] (II) event9  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[     7.866] (II) event9  - Asus WMI hotkeys: device is a keyboard
[     7.868] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[     7.868] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[     7.868] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     7.868] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[     7.868] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     7.870] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 42 paused 0
[     7.870] (**) AT Translated Set 2 keyboard: always reports core events
[     7.870] (**) Option "Device" "/dev/input/event4"
[     7.870] (**) Option "_source" "server/udev"
[     7.871] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     7.871] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[     7.873] (II) event4  - AT Translated Set 2 keyboard: device removed
[     7.873] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[     7.873] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 17)
[     7.873] (**) Option "xkb_model" "pc105"
[     7.873] (**) Option "xkb_layout" "us,ru"
[     7.873] (**) Option "xkb_options" "grp:alt_shift_toggle"
[     7.874] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     7.874] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[     7.876] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[     7.876] (II) No input driver specified, ignoring this device.
[     7.876] (II) This device may have been added with another device file.
[     7.882] (**) Asus Keyboard: Applying InputClass "evdev keyboard catchall"
[     7.882] (**) Asus Keyboard: Applying InputClass "libinput keyboard catchall"
[     7.882] (**) Asus Keyboard: Applying InputClass "system-keyboard"
[     7.882] (II) Using input driver 'libinput' for 'Asus Keyboard'
[     7.882] (II) systemd-logind: returning pre-existing fd for /dev/input/event11 13:75
[     7.882] (**) Asus Keyboard: always reports core events
[     7.882] (**) Option "Device" "/dev/input/event11"
[     7.882] (**) Option "_source" "_driver/libinput"
[     7.882] (II) libinput: Asus Keyboard: is a virtual subdevice
[     7.882] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.1/0003:0B05:1837.0002/input/input11/event11"
[     7.882] (II) XINPUT: Adding extended input device "Asus Keyboard" (type: KEYBOARD, id 18)
[     7.882] (**) Option "xkb_model" "pc105"
[     7.882] (**) Option "xkb_layout" "us,ru"
[     7.882] (**) Option "xkb_options" "grp:alt_shift_toggle"
[     8.151] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     8.151] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[     8.151] (--) NVIDIA(GPU-0): DFP-0: 1440.0 MHz maximum pixel clock
[     8.151] (--) NVIDIA(GPU-0):
[     8.151] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     8.151] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[     8.151] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[     8.151] (--) NVIDIA(GPU-0):
[     8.151] (--) NVIDIA(GPU-0): NVIDIA (DFP-2): connected
[     8.151] (--) NVIDIA(GPU-0): NVIDIA (DFP-2): Internal DisplayPort
[     8.151] (--) NVIDIA(GPU-0): NVIDIA (DFP-2): 1440.0 MHz maximum pixel clock
[     8.151] (--) NVIDIA(GPU-0):
[     8.151] (--) NVIDIA(GPU-0): DFP-3: disconnected
[     8.151] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[     8.151] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[     8.151] (--) NVIDIA(GPU-0):
[     8.151] (--) NVIDIA(GPU-0): DFP-4: disconnected
[     8.151] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[     8.151] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[     8.151] (--) NVIDIA(GPU-0):
[     8.151] (--) NVIDIA(GPU-0): DFP-5: disconnected
[     8.151] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[     8.152] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[     8.152] (--) NVIDIA(GPU-0):
[     8.152] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     8.152] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[     8.152] (--) NVIDIA(GPU-0): DFP-0: 1440.0 MHz maximum pixel clock
[     8.152] (--) NVIDIA(GPU-0):
[     8.152] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     8.152] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[     8.152] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[     8.152] (--) NVIDIA(GPU-0):
[     8.152] (--) NVIDIA(GPU-0): NVIDIA (DFP-2): connected
[     8.152] (--) NVIDIA(GPU-0): NVIDIA (DFP-2): Internal DisplayPort
[     8.152] (--) NVIDIA(GPU-0): NVIDIA (DFP-2): 1440.0 MHz maximum pixel clock
[     8.152] (--) NVIDIA(GPU-0):
[     8.152] (--) NVIDIA(GPU-0): DFP-3: disconnected
[     8.152] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[     8.152] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[     8.152] (--) NVIDIA(GPU-0):
[     8.152] (--) NVIDIA(GPU-0): DFP-4: disconnected
[     8.152] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[     8.152] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[     8.152] (--) NVIDIA(GPU-0):
[     8.152] (--) NVIDIA(GPU-0): DFP-5: disconnected
[     8.152] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[     8.152] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[     8.152] (--) NVIDIA(GPU-0):

Offline

#14 2021-05-06 07:18:07

seth
Member
Registered: 2012-09-03
Posts: 49,956

Re: NVIDIA driver does not work, black screen after Xorg launch

I messed up with /usr/lib/xorg/modules/drivers/nvidia_drv.so. Reinstalled nvidia-utils and problems disappears.

Did sudo dkms autoinstall with no errors.

Now the Xorg log is

… fine.

So is the problem solved?
In case: please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Online

#15 2021-05-06 10:15:26

GuyWithNvidia
Member
Registered: 2021-05-04
Posts: 47

Re: NVIDIA driver does not work, black screen after Xorg launch

seth wrote:

So is the problem solved?

No, the screen is still black. But now I am unable to get it work regardless of Xorg config. Earlier I could delete /etc/X11/xorg.conf and boot as usual.

Offline

#16 2021-05-06 14:10:25

seth
Member
Registered: 2012-09-03
Posts: 49,956

Re: NVIDIA driver does not work, black screen after Xorg launch

Please remove the /etc/X11/xorg.conf, restart Xorg and post the updated log.
The last log shows only one (the nvidia) GPU, so you might have disabled the intel chip in the BIOS.
If you did, make sure you don't run "xrandr --setprovideroutputsource …" anywhere.

Online

#17 2021-05-06 15:11:23

GuyWithNvidia
Member
Registered: 2021-05-04
Posts: 47

Re: NVIDIA driver does not work, black screen after Xorg launch

seth wrote:

Please remove the /etc/X11/xorg.conf, restart Xorg and post the updated log.

cat .local/share/xorg/Xorg.0.log                                                       ⏎
[     5.997] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[     5.997]
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
[     5.998] Build Operating System: Linux Archlinux
[     5.998] Current Operating System: Linux whack 5.11.16-arch1-1 #1 SMP PREEMPT Wed, 21 Apr 2021 17:22:13 +0000 x86_64
[     5.998] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=8d8bc316-eef4-4c89-8dce-733b086a32d3 rw nomodeset nouveau.modeset=0 nvidia-drm.modeset=1 rcutree.rcu_idle_gp_delay=1 acpi_backlight=vendor
[     5.998] Build Date: 13 April 2021  03:12:10PM
[     5.998]
[     5.998] Current version of pixman: 0.40.0
[     5.998]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[     5.998] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     5.999] (==) Log file: "/home/rucker/.local/share/xorg/Xorg.0.log", Time: Thu May  6 17:54:56 2021
[     6.002] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     6.002] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     6.004] (==) No Layout section.  Using the first Screen section.
[     6.004] (==) No screen section available. Using defaults.
[     6.004] (**) |-->Screen "Default Screen Section" (0)
[     6.004] (**) |   |-->Monitor "<default monitor>"
[     6.004] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[     6.005] (==) Automatically adding devices
[     6.005] (==) Automatically enabling devices
[     6.005] (==) Automatically adding GPU devices
[     6.005] (==) Automatically binding GPU devices
[     6.005] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     6.009] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     6.009]    Entry deleted from font path.
[     6.009] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     6.009]    Entry deleted from font path.
[     6.009] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     6.009]    Entry deleted from font path.
[     6.009] (==) FontPath set to:
        /usr/share/fonts/misc,
        /usr/share/fonts/TTF,
        /usr/share/fonts/OTF
[     6.009] (==) ModulePath set to "/usr/lib/xorg/modules"
[     6.009] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[     6.009] (II) Module ABI versions:
[     6.009]    X.Org ANSI C Emulation: 0.4
[     6.009]    X.Org Video Driver: 24.1
[     6.009]    X.Org XInput driver : 24.1
[     6.009]    X.Org Server Extension : 10.0
[     6.010] (++) using VT number 1

[     6.013] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[     6.015] (II) xfree86: Adding drm device (/dev/dri/card0)
[     6.016] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[     6.019] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[     6.021] (--) PCI:*(1@0:0:0) 10de:1c20:1043:16d0 rev 161, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[     6.021] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     6.021] (II) LoadModule: "glx"
[     6.028] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     6.040] (II) Module glx: vendor="X.Org Foundation"
[     6.040]    compiled for 1.20.11, module version = 1.0.0
[     6.040]    ABI class: X.Org Server Extension, version 10.0
[     6.040] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[     6.040]    loading driver: nvidia
[     6.040] (==) Matched nvidia as autoconfigured driver 0
[     6.040] (==) Matched nouveau as autoconfigured driver 1
[     6.040] (==) Matched nv as autoconfigured driver 2
[     6.040] (==) Matched modesetting as autoconfigured driver 3
[     6.040] (==) Matched fbdev as autoconfigured driver 4
[     6.040] (==) Matched vesa as autoconfigured driver 5
[     6.040] (==) Assigned the driver to the xf86ConfigLayout
[     6.040] (II) LoadModule: "nvidia"
[     6.040] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     6.047] (II) Module nvidia: vendor="NVIDIA Corporation"
[     6.047]    compiled for 1.6.99.901, module version = 1.0.0
[     6.047]    Module class: X.Org Video Driver
[     6.047] (II) LoadModule: "nouveau"
[     6.048] (WW) Warning, couldn't open module nouveau
[     6.048] (EE) Failed to load module "nouveau" (module does not exist, 0)
[     6.048] (II) LoadModule: "nv"
[     6.049] (WW) Warning, couldn't open module nv
[     6.049] (EE) Failed to load module "nv" (module does not exist, 0)
[     6.049] (II) LoadModule: "modesetting"
[     6.049] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     6.054] (II) Module modesetting: vendor="X.Org Foundation"
[     6.054]    compiled for 1.20.11, module version = 1.20.11
[     6.054]    Module class: X.Org Video Driver
[     6.054]    ABI class: X.Org Video Driver, version 24.1
[     6.054] (II) LoadModule: "fbdev"
[     6.054] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[     6.055] (II) Module fbdev: vendor="X.Org Foundation"
[     6.055]    compiled for 1.20.8, module version = 0.5.0
[     6.055]    Module class: X.Org Video Driver
[     6.055]    ABI class: X.Org Video Driver, version 24.1
[     6.055] (II) LoadModule: "vesa"
[     6.056] (WW) Warning, couldn't open module vesa
[     6.056] (EE) Failed to load module "vesa" (module does not exist, 0)
[     6.056] (II) NVIDIA dlloader X Driver  465.27  Thu Apr 22 23:18:40 UTC 2021
[     6.056] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     6.056] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     6.056] (II) FBDEV: driver for framebuffer: fbdev
[     6.056] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[     6.057] (II) systemd-logind: releasing fd for 226:0
[     6.058] (II) Loading sub module "fb"
[     6.058] (II) LoadModule: "fb"
[     6.058] (II) Loading /usr/lib/xorg/modules/libfb.so
[     6.060] (II) Module fb: vendor="X.Org Foundation"
[     6.060]    compiled for 1.20.11, module version = 1.0.0
[     6.060]    ABI class: X.Org ANSI C Emulation, version 0.4
[     6.060] (II) Loading sub module "wfb"
[     6.060] (II) LoadModule: "wfb"
[     6.060] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     6.061] (II) Module wfb: vendor="X.Org Foundation"
[     6.061]    compiled for 1.20.11, module version = 1.0.0
[     6.061]    ABI class: X.Org ANSI C Emulation, version 0.4
[     6.061] (II) Loading sub module "ramdac"
[     6.061] (II) LoadModule: "ramdac"
[     6.061] (II) Module "ramdac" already built-in
[     6.069] (WW) Falling back to old probe method for modesetting
[     6.070] (WW) Falling back to old probe method for fbdev
[     6.070] (II) Loading sub module "fbdevhw"
[     6.070] (II) LoadModule: "fbdevhw"
[     6.070] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[     6.071] (II) Module fbdevhw: vendor="X.Org Foundation"
[     6.071]    compiled for 1.20.11, module version = 0.0.2
[     6.071]    ABI class: X.Org Video Driver, version 24.1
[     6.071] (EE) open /dev/fb0: Permission denied
[     6.071] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[     6.071] (II) NVIDIA(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[     6.071] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[     6.071] (==) NVIDIA(0): RGB weight 888
[     6.071] (==) NVIDIA(0): Default visual is TrueColor
[     6.071] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[     6.071] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[     6.071] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[     6.071] (**) NVIDIA(0): Enabling 2D acceleration
[     6.072] (II) Loading sub module "glxserver_nvidia"
[     6.072] (II) LoadModule: "glxserver_nvidia"
[     6.072] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[     6.137] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[     6.137]    compiled for 1.6.99.901, module version = 1.0.0
[     6.137]    Module class: X.Org Server Extension
[     6.137] (II) NVIDIA GLX Module  465.27  Thu Apr 22 23:16:27 UTC 2021
[     6.139] (II) NVIDIA: The X server supports PRIME Render Offload.
[     6.150] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[     6.150] (--) NVIDIA(0):     DFP-0
[     6.150] (--) NVIDIA(0):     DFP-1
[     6.150] (--) NVIDIA(0):     DFP-2 (boot)
[     6.150] (--) NVIDIA(0):     DFP-3
[     6.150] (--) NVIDIA(0):     DFP-4
[     6.150] (--) NVIDIA(0):     DFP-5
[     6.151] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX 1060 (GP106-A) at PCI:1:0:0
[     6.152] (II) NVIDIA(0):     (GPU-0)
[     6.152] (--) NVIDIA(0): Memory: 3145728 kBytes
[     6.152] (--) NVIDIA(0): VideoBIOS: 86.06.18.00.4e
[     6.152] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[     6.152] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     6.152] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[     6.152] (--) NVIDIA(GPU-0): DFP-0: 1440.0 MHz maximum pixel clock
[     6.152] (--) NVIDIA(GPU-0):
[     6.152] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     6.152] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[     6.152] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[     6.152] (--) NVIDIA(GPU-0):
[     6.153] (--) NVIDIA(GPU-0): NVIDIA (DFP-2): connected
[     6.153] (--) NVIDIA(GPU-0): NVIDIA (DFP-2): Internal DisplayPort
[     6.153] (--) NVIDIA(GPU-0): NVIDIA (DFP-2): 1440.0 MHz maximum pixel clock
[     6.153] (--) NVIDIA(GPU-0):
[     6.153] (--) NVIDIA(GPU-0): DFP-3: disconnected
[     6.153] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[     6.153] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[     6.153] (--) NVIDIA(GPU-0):
[     6.153] (--) NVIDIA(GPU-0): DFP-4: disconnected
[     6.153] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[     6.153] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[     6.153] (--) NVIDIA(GPU-0):
[     6.153] (--) NVIDIA(GPU-0): DFP-5: disconnected
[     6.153] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[     6.153] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[     6.153] (--) NVIDIA(GPU-0):
[     6.156] (==) NVIDIA(0):
[     6.156] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[     6.156] (==) NVIDIA(0):     will be used as the requested mode.
[     6.156] (==) NVIDIA(0):
[     6.156] (II) NVIDIA(0): Validated MetaModes:
[     6.157] (II) NVIDIA(0):     "DFP-2:nvidia-auto-select"
[     6.157] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[     6.158] (WW) NVIDIA(0): NVIDIA (DFP-2) does not have an EDID, or its EDID does not
[     6.158] (WW) NVIDIA(0):     contain a maximum image size; cannot compute DPI from
[     6.158] (WW) NVIDIA(0):     NVIDIA (DFP-2)'s EDID.
[     6.158] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[     6.158] (II) UnloadModule: "modesetting"
[     6.158] (II) Unloading modesetting
[     6.158] (II) UnloadModule: "fbdev"
[     6.158] (II) Unloading fbdev
[     6.158] (II) UnloadSubModule: "fbdevhw"
[     6.158] (II) Unloading fbdevhw
[     6.159] (WW) NVIDIA: Failed to bind sideband socket to
[     6.159] (WW) NVIDIA:     '/var/run/nvidia-xdriver-3ec1dff3' Permission denied
[     6.159] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[     6.159] (II) NVIDIA:     access.
[     6.169] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[     6.169] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[     6.169] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[     6.169] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[     6.169] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[     6.169] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[     6.169] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[     6.169] (II) NVIDIA(0):     Config Options in the README.
[     6.192] (II) NVIDIA(0): Setting mode "DFP-2:nvidia-auto-select"
[     7.080] (==) NVIDIA(0): Disabling shared memory pixmaps
[     7.080] (==) NVIDIA(0): Backing store enabled
[     7.080] (==) NVIDIA(0): Silken mouse disabled
[     7.081] (==) NVIDIA(0): DPMS enabled
[     7.081] (II) Loading sub module "dri2"
[     7.081] (II) LoadModule: "dri2"
[     7.081] (II) Module "dri2" already built-in
[     7.081] (II) NVIDIA(0): [DRI2] Setup complete
[     7.081] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[     7.082] (II) Initializing extension Generic Event Extension
[     7.082] (II) Initializing extension SHAPE
[     7.083] (II) Initializing extension MIT-SHM
[     7.083] (II) Initializing extension XInputExtension
[     7.083] (II) Initializing extension XTEST
[     7.083] (II) Initializing extension BIG-REQUESTS
[     7.083] (II) Initializing extension SYNC
[     7.083] (II) Initializing extension XKEYBOARD
[     7.083] (II) Initializing extension XC-MISC
[     7.083] (II) Initializing extension SECURITY
[     7.083] (II) Initializing extension XFIXES
[     7.083] (II) Initializing extension RENDER
[     7.083] (II) Initializing extension RANDR
[     7.083] (II) Initializing extension COMPOSITE
[     7.083] (II) Initializing extension DAMAGE
[     7.083] (II) Initializing extension MIT-SCREEN-SAVER
[     7.083] (II) Initializing extension DOUBLE-BUFFER
[     7.083] (II) Initializing extension RECORD
[     7.083] (II) Initializing extension DPMS
[     7.083] (II) Initializing extension Present
[     7.083] (II) Initializing extension DRI3
[     7.083] (II) Initializing extension X-Resource
[     7.083] (II) Initializing extension XVideo
[     7.083] (II) Initializing extension XVideo-MotionCompensation
[     7.083] (II) Initializing extension GLX
[     7.083] (II) Initializing extension GLX
[     7.083] (II) Indirect GLX disabled.
[     7.083] (II) GLX: Another vendor is already registered for screen 0
[     7.083] (II) Initializing extension XFree86-VidModeExtension
[     7.083] (II) Initializing extension XFree86-DGA
[     7.083] (II) Initializing extension XFree86-DRI
[     7.083] (II) Initializing extension DRI2
[     7.083] (II) Initializing extension NV-GLX
[     7.083] (II) Initializing extension NV-CONTROL
[     7.083] (II) Initializing extension XINERAMA
[     7.206] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     7.206] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     7.206] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     7.206] (**) Power Button: Applying InputClass "system-keyboard"
[     7.206] (II) LoadModule: "libinput"
[     7.207] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     7.211] (II) Module libinput: vendor="X.Org Foundation"
[     7.211]    compiled for 1.20.11, module version = 1.0.1
[     7.211]    Module class: X.Org XInput Driver
[     7.211]    ABI class: X.Org XInput driver, version 24.1
[     7.211] (II) Using input driver 'libinput' for 'Power Button'
[     7.212] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 29 paused 0
[     7.212] (**) Power Button: always reports core events
[     7.212] (**) Option "Device" "/dev/input/event2"
[     7.212] (**) Option "_source" "server/udev"
[     7.219] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     7.219] (II) event2  - Power Button: device is a keyboard
[     7.220] (II) event2  - Power Button: device removed
[     7.220] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[     7.220] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     7.220] (**) Option "xkb_model" "pc105"
[     7.220] (**) Option "xkb_layout" "us,ru"
[     7.220] (**) Option "xkb_options" "grp:alt_shift_toggle"
[     7.235] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     7.235] (II) event2  - Power Button: device is a keyboard
[     7.235] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event5)
[     7.235] (**) Asus Wireless Radio Control: Applying InputClass "evdev keyboard catchall"
[     7.235] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[     7.235] (**) Asus Wireless Radio Control: Applying InputClass "system-keyboard"
[     7.235] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[     7.236] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 32 paused 0
[     7.236] (**) Asus Wireless Radio Control: always reports core events
[     7.236] (**) Option "Device" "/dev/input/event5"
[     7.236] (**) Option "_source" "server/udev"
[     7.236] (II) event5  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[     7.236] (II) event5  - Asus Wireless Radio Control: device is a keyboard
[     7.236] (II) event5  - Asus Wireless Radio Control: device removed
[     7.236] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input5/event5"
[     7.236] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[     7.236] (**) Option "xkb_model" "pc105"
[     7.236] (**) Option "xkb_layout" "us,ru"
[     7.236] (**) Option "xkb_options" "grp:alt_shift_toggle"
[     7.237] (II) event5  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[     7.237] (II) event5  - Asus Wireless Radio Control: device is a keyboard
[     7.237] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[     7.237] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     7.237] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     7.237] (**) Video Bus: Applying InputClass "system-keyboard"
[     7.237] (II) Using input driver 'libinput' for 'Video Bus'
[     7.238] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 33 paused 0
[     7.238] (**) Video Bus: always reports core events
[     7.238] (**) Option "Device" "/dev/input/event3"
[     7.238] (**) Option "_source" "server/udev"
[     7.238] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[     7.238] (II) event3  - Video Bus: device is a keyboard
[     7.239] (II) event3  - Video Bus: device removed
[     7.239] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12/LNXVIDEO:01/input/input3/event3"
[     7.239] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[     7.239] (**) Option "xkb_model" "pc105"
[     7.239] (**) Option "xkb_layout" "us,ru"
[     7.239] (**) Option "xkb_options" "grp:alt_shift_toggle"
[     7.239] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[     7.239] (II) event3  - Video Bus: device is a keyboard
[     7.240] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[     7.240] (II) No input driver specified, ignoring this device.
[     7.240] (II) This device may have been added with another device file.
[     7.240] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[     7.240] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[     7.240] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     7.240] (**) Sleep Button: Applying InputClass "system-keyboard"
[     7.240] (II) Using input driver 'libinput' for 'Sleep Button'
[     7.240] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 34 paused 0
[     7.240] (**) Sleep Button: always reports core events
[     7.240] (**) Option "Device" "/dev/input/event1"
[     7.240] (**) Option "_source" "server/udev"
[     7.241] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     7.241] (II) event1  - Sleep Button: device is a keyboard
[     7.241] (II) event1  - Sleep Button: device removed
[     7.241] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[     7.241] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[     7.241] (**) Option "xkb_model" "pc105"
[     7.241] (**) Option "xkb_layout" "us,ru"
[     7.241] (**) Option "xkb_options" "grp:alt_shift_toggle"
[     7.242] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     7.242] (II) event1  - Sleep Button: device is a keyboard
[     7.242] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event14)
[     7.242] (II) No input driver specified, ignoring this device.
[     7.242] (II) This device may have been added with another device file.
[     7.242] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event15)
[     7.242] (II) No input driver specified, ignoring this device.
[     7.242] (II) This device may have been added with another device file.
[     7.243] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event16)
[     7.243] (II) No input driver specified, ignoring this device.
[     7.243] (II) This device may have been added with another device file.
[     7.243] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event17)
[     7.243] (II) No input driver specified, ignoring this device.
[     7.243] (II) This device may have been added with another device file.
[     7.243] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event18)
[     7.243] (II) No input driver specified, ignoring this device.
[     7.243] (II) This device may have been added with another device file.
[     7.243] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event19)
[     7.243] (II) No input driver specified, ignoring this device.
[     7.243] (II) This device may have been added with another device file.
[     7.244] (II) config/udev: Adding input device USB2.0 HD UVC WebCam: USB2.0 HD (/dev/input/event13)
[     7.244] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "evdev keyboard catchall"
[     7.244] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "libinput keyboard catchall"
[     7.244] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "system-keyboard"
[     7.244] (II) Using input driver 'libinput' for 'USB2.0 HD UVC WebCam: USB2.0 HD'
[     7.244] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 35 paused 0
[     7.244] (**) USB2.0 HD UVC WebCam: USB2.0 HD: always reports core events
[     7.244] (**) Option "Device" "/dev/input/event13"
[     7.244] (**) Option "_source" "server/udev"
[     7.245] (II) event13 - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[     7.245] (II) event13 - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[     7.245] (II) event13 - USB2.0 HD UVC WebCam: USB2.0 HD: device removed
[     7.245] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input15/event13"
[     7.245] (II) XINPUT: Adding extended input device "USB2.0 HD UVC WebCam: USB2.0 HD" (type: KEYBOARD, id 10)
[     7.245] (**) Option "xkb_model" "pc105"
[     7.245] (**) Option "xkb_layout" "us,ru"
[     7.245] (**) Option "xkb_options" "grp:alt_shift_toggle"
[     7.246] (II) event13 - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[     7.246] (II) event13 - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[     7.246] (II) config/udev: Adding input device Asus Keyboard (/dev/input/event10)
[     7.246] (**) Asus Keyboard: Applying InputClass "evdev keyboard catchall"
[     7.246] (**) Asus Keyboard: Applying InputClass "libinput keyboard catchall"
[     7.246] (**) Asus Keyboard: Applying InputClass "system-keyboard"
[     7.246] (II) Using input driver 'libinput' for 'Asus Keyboard'
[     7.247] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 36 paused 0
[     7.247] (**) Asus Keyboard: always reports core events
[     7.247] (**) Option "Device" "/dev/input/event10"
[     7.247] (**) Option "_source" "server/udev"
[     7.248] (II) event10 - Asus Keyboard: is tagged by udev as: Keyboard
[     7.248] (II) event10 - Asus Keyboard: device is a keyboard
[     7.248] (II) event10 - Asus Keyboard: device removed
[     7.248] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/0003:0B05:1837.0002/input/input12/event10"
[     7.248] (II) XINPUT: Adding extended input device "Asus Keyboard" (type: KEYBOARD, id 11)
[     7.248] (**) Option "xkb_model" "pc105"
[     7.248] (**) Option "xkb_layout" "us,ru"
[     7.248] (**) Option "xkb_options" "grp:alt_shift_toggle"
[     7.249] (II) event10 - Asus Keyboard: is tagged by udev as: Keyboard
[     7.249] (II) event10 - Asus Keyboard: device is a keyboard
[     7.249] (II) config/udev: Adding input device Asus Keyboard (/dev/input/event11)
[     7.249] (**) Asus Keyboard: Applying InputClass "evdev keyboard catchall"
[     7.249] (**) Asus Keyboard: Applying InputClass "libinput keyboard catchall"
[     7.249] (**) Asus Keyboard: Applying InputClass "system-keyboard"
[     7.249] (II) Using input driver 'libinput' for 'Asus Keyboard'
[     7.250] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 37 paused 0
[     7.250] (**) Asus Keyboard: always reports core events
[     7.250] (**) Option "Device" "/dev/input/event11"
[     7.250] (**) Option "_source" "server/udev"
[     7.251] (II) event11 - Asus Keyboard: is tagged by udev as: Keyboard
[     7.251] (II) event11 - Asus Keyboard: device is a keyboard
[     7.251] (II) event11 - Asus Keyboard: device removed
[     7.251] (II) libinput: Asus Keyboard: needs a virtual subdevice
[     7.251] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.1/0003:0B05:1837.0003/input/input13/event11"
[     7.251] (II) XINPUT: Adding extended input device "Asus Keyboard" (type: MOUSE, id 12)
[     7.251] (**) Option "AccelerationScheme" "none"
[     7.251] (**) Asus Keyboard: (accel) selected scheme none/0
[     7.251] (**) Asus Keyboard: (accel) acceleration factor: 2.000
[     7.251] (**) Asus Keyboard: (accel) acceleration threshold: 4
[     7.252] (II) event11 - Asus Keyboard: is tagged by udev as: Keyboard
[     7.252] (II) event11 - Asus Keyboard: device is a keyboard
[     7.252] (II) config/udev: Adding input device Asus Keyboard (/dev/input/event12)
[     7.252] (**) Asus Keyboard: Applying InputClass "evdev pointer catchall"
[     7.252] (**) Asus Keyboard: Applying InputClass "libinput pointer catchall"
[     7.252] (II) Using input driver 'libinput' for 'Asus Keyboard'
[     7.308] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 38 paused 0
[     7.308] (**) Asus Keyboard: always reports core events
[     7.308] (**) Option "Device" "/dev/input/event12"
[     7.308] (**) Option "_source" "server/udev"
[     7.311] (II) event12 - Asus Keyboard: is tagged by udev as: Mouse
[     7.311] (II) event12 - Asus Keyboard: device is a pointer
[     7.312] (II) event12 - Asus Keyboard: device removed
[     7.312] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.2/0003:0B05:1837.0004/input/input14/event12"
[     7.312] (II) XINPUT: Adding extended input device "Asus Keyboard" (type: MOUSE, id 13)
[     7.312] (**) Option "AccelerationScheme" "none"
[     7.312] (**) Asus Keyboard: (accel) selected scheme none/0
[     7.312] (**) Asus Keyboard: (accel) acceleration factor: 2.000
[     7.312] (**) Asus Keyboard: (accel) acceleration threshold: 4
[     7.314] (II) event12 - Asus Keyboard: is tagged by udev as: Mouse
[     7.315] (II) event12 - Asus Keyboard: device is a pointer
[     7.317] (II) config/udev: Adding input device Asus Keyboard (/dev/input/mouse2)
[     7.317] (II) No input driver specified, ignoring this device.
[     7.317] (II) This device may have been added with another device file.
[     7.318] (II) config/udev: Adding input device ELAN1200:00 04F3:301A Mouse (/dev/input/event8)
[     7.318] (**) ELAN1200:00 04F3:301A Mouse: Applying InputClass "evdev pointer catchall"
[     7.318] (**) ELAN1200:00 04F3:301A Mouse: Applying InputClass "libinput pointer catchall"
[     7.318] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:301A Mouse'
[     7.320] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 39 paused 0
[     7.320] (**) ELAN1200:00 04F3:301A Mouse: always reports core events
[     7.320] (**) Option "Device" "/dev/input/event8"
[     7.320] (**) Option "_source" "server/udev"
[     7.322] (II) event8  - ELAN1200:00 04F3:301A Mouse: is tagged by udev as: Mouse Pointingstick
[     7.323] (II) event8  - ELAN1200:00 04F3:301A Mouse: device is a pointer
[     7.325] (II) event8  - ELAN1200:00 04F3:301A Mouse: device removed
[     7.325] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-7/i2c-ELAN1200:00/0018:04F3:301A.0001/input/input10/event8"
[     7.325] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:301A Mouse" (type: MOUSE, id 14)
[     7.325] (**) Option "AccelerationScheme" "none"
[     7.325] (**) ELAN1200:00 04F3:301A Mouse: (accel) selected scheme none/0
[     7.325] (**) ELAN1200:00 04F3:301A Mouse: (accel) acceleration factor: 2.000
[     7.325] (**) ELAN1200:00 04F3:301A Mouse: (accel) acceleration threshold: 4
[     7.328] (II) event8  - ELAN1200:00 04F3:301A Mouse: is tagged by udev as: Mouse Pointingstick
[     7.328] (II) event8  - ELAN1200:00 04F3:301A Mouse: device is a pointer
[     7.332] (II) config/udev: Adding input device ELAN1200:00 04F3:301A Mouse (/dev/input/mouse0)
[     7.332] (II) No input driver specified, ignoring this device.
[     7.332] (II) This device may have been added with another device file.
[     7.333] (II) config/udev: Adding input device ELAN1200:00 04F3:301A Touchpad (/dev/input/event9)
[     7.333] (**) ELAN1200:00 04F3:301A Touchpad: Applying InputClass "evdev touchpad catchall"
[     7.333] (**) ELAN1200:00 04F3:301A Touchpad: Applying InputClass "libinput touchpad catchall"
[     7.333] (**) ELAN1200:00 04F3:301A Touchpad: Applying InputClass "touchpad catchall"
[     7.333] (**) ELAN1200:00 04F3:301A Touchpad: Applying InputClass "Default clickpad buttons"
[     7.333] (II) LoadModule: "synaptics"
[     7.334] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[     7.338] (II) Module synaptics: vendor="X.Org Foundation"
[     7.338]    compiled for 1.20.8, module version = 1.9.1
[     7.338]    Module class: X.Org XInput Driver
[     7.338]    ABI class: X.Org XInput driver, version 24.1
[     7.338] (II) Using input driver 'synaptics' for 'ELAN1200:00 04F3:301A Touchpad'
[     7.340] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 40 paused 0
[     7.340] (**) ELAN1200:00 04F3:301A Touchpad: always reports core events
[     7.340] (**) Option "Device" "/dev/input/event9"
[     7.340] (II) synaptics: ELAN1200:00 04F3:301A Touchpad: found clickpad property
[     7.340] (--) synaptics: ELAN1200:00 04F3:301A Touchpad: x-axis range 0 - 3200 (res 31)
[     7.340] (--) synaptics: ELAN1200:00 04F3:301A Touchpad: y-axis range 0 - 2198 (res 31)
[     7.340] (II) synaptics: ELAN1200:00 04F3:301A Touchpad: device does not report pressure, will use touch data.
[     7.340] (II) synaptics: ELAN1200:00 04F3:301A Touchpad: device does not report finger width.
[     7.340] (--) synaptics: ELAN1200:00 04F3:301A Touchpad: buttons: left double triple
[     7.340] (--) synaptics: ELAN1200:00 04F3:301A Touchpad: Vendor 0x4f3 Product 0x301a
[     7.340] (--) synaptics: ELAN1200:00 04F3:301A Touchpad: invalid pressure range.  defaulting to 0 - 255
[     7.340] (--) synaptics: ELAN1200:00 04F3:301A Touchpad: invalid finger width range.  defaulting to 0 - 15
[     7.340] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[     7.340] (--) synaptics: ELAN1200:00 04F3:301A Touchpad: touchpad found
[     7.340] (**) ELAN1200:00 04F3:301A Touchpad: always reports core events
[     7.340] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-7/i2c-ELAN1200:00/0018:04F3:301A.0001/input/input11/event9"
[     7.340] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:301A Touchpad" (type: TOUCHPAD, id 15)
[     7.340] (**) synaptics: ELAN1200:00 04F3:301A Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[     7.340] (**) synaptics: ELAN1200:00 04F3:301A Touchpad: (accel) MaxSpeed is now 1.75
[     7.340] (**) synaptics: ELAN1200:00 04F3:301A Touchpad: (accel) AccelFactor is now 0.052
[     7.341] (**) ELAN1200:00 04F3:301A Touchpad: (accel) keeping acceleration scheme 1
[     7.341] (**) ELAN1200:00 04F3:301A Touchpad: (accel) acceleration profile 1
[     7.341] (**) ELAN1200:00 04F3:301A Touchpad: (accel) acceleration factor: 2.000
[     7.341] (**) ELAN1200:00 04F3:301A Touchpad: (accel) acceleration threshold: 4
[     7.341] (--) synaptics: ELAN1200:00 04F3:301A Touchpad: touchpad found
[     7.342] (II) config/udev: Adding input device ELAN1200:00 04F3:301A Touchpad (/dev/input/mouse1)
[     7.342] (**) ELAN1200:00 04F3:301A Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[     7.343] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event20)
[     7.343] (II) No input driver specified, ignoring this device.
[     7.343] (II) This device may have been added with another device file.
[     7.344] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event7)
[     7.344] (**) Asus WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[     7.344] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     7.344] (**) Asus WMI hotkeys: Applying InputClass "system-keyboard"
[     7.344] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[     7.345] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 41 paused 0
[     7.345] (**) Asus WMI hotkeys: always reports core events
[     7.345] (**) Option "Device" "/dev/input/event7"
[     7.346] (**) Option "_source" "server/udev"
[     7.347] (II) event7  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[     7.347] (II) event7  - Asus WMI hotkeys: device is a keyboard
[     7.348] (II) event7  - Asus WMI hotkeys: device removed
[     7.348] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input7/event7"
[     7.348] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 16)
[     7.348] (**) Option "xkb_model" "pc105"
[     7.348] (**) Option "xkb_layout" "us,ru"
[     7.348] (**) Option "xkb_options" "grp:alt_shift_toggle"
[     7.349] (II) event7  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[     7.350] (II) event7  - Asus WMI hotkeys: device is a keyboard
[     7.351] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[     7.351] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[     7.351] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     7.351] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[     7.351] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     7.353] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 42 paused 0
[     7.353] (**) AT Translated Set 2 keyboard: always reports core events
[     7.353] (**) Option "Device" "/dev/input/event4"
[     7.353] (**) Option "_source" "server/udev"
[     7.355] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     7.355] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[     7.357] (II) event4  - AT Translated Set 2 keyboard: device removed
[     7.357] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[     7.357] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 17)
[     7.357] (**) Option "xkb_model" "pc105"
[     7.357] (**) Option "xkb_layout" "us,ru"
[     7.357] (**) Option "xkb_options" "grp:alt_shift_toggle"
[     7.359] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     7.359] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[     7.361] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[     7.361] (II) No input driver specified, ignoring this device.
[     7.361] (II) This device may have been added with another device file.
[     7.368] (**) Asus Keyboard: Applying InputClass "evdev keyboard catchall"
[     7.368] (**) Asus Keyboard: Applying InputClass "libinput keyboard catchall"
[     7.368] (**) Asus Keyboard: Applying InputClass "system-keyboard"
[     7.368] (II) Using input driver 'libinput' for 'Asus Keyboard'
[     7.368] (II) systemd-logind: returning pre-existing fd for /dev/input/event11 13:75
[     7.368] (**) Asus Keyboard: always reports core events
[     7.368] (**) Option "Device" "/dev/input/event11"
[     7.368] (**) Option "_source" "_driver/libinput"
[     7.368] (II) libinput: Asus Keyboard: is a virtual subdevice
[     7.368] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.1/0003:0B05:1837.0003/input/input13/event11"
[     7.368] (II) XINPUT: Adding extended input device "Asus Keyboard" (type: KEYBOARD, id 18)
[     7.369] (**) Option "xkb_model" "pc105"
[     7.369] (**) Option "xkb_layout" "us,ru"
[     7.369] (**) Option "xkb_options" "grp:alt_shift_toggle"
[     7.640] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     7.640] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[     7.640] (--) NVIDIA(GPU-0): DFP-0: 1440.0 MHz maximum pixel clock
[     7.640] (--) NVIDIA(GPU-0):
[     7.640] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     7.640] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[     7.640] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[     7.640] (--) NVIDIA(GPU-0):
[     7.640] (--) NVIDIA(GPU-0): NVIDIA (DFP-2): connected
[     7.640] (--) NVIDIA(GPU-0): NVIDIA (DFP-2): Internal DisplayPort
[     7.640] (--) NVIDIA(GPU-0): NVIDIA (DFP-2): 1440.0 MHz maximum pixel clock
[     7.640] (--) NVIDIA(GPU-0):
[     7.640] (--) NVIDIA(GPU-0): DFP-3: disconnected
[     7.640] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[     7.640] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[     7.640] (--) NVIDIA(GPU-0):
[     7.640] (--) NVIDIA(GPU-0): DFP-4: disconnected
[     7.640] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[     7.640] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[     7.640] (--) NVIDIA(GPU-0):
[     7.640] (--) NVIDIA(GPU-0): DFP-5: disconnected
[     7.640] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[     7.640] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[     7.640] (--) NVIDIA(GPU-0):
[     7.640] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     7.640] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[     7.640] (--) NVIDIA(GPU-0): DFP-0: 1440.0 MHz maximum pixel clock
[     7.640] (--) NVIDIA(GPU-0):
[     7.640] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     7.640] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[     7.640] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[     7.640] (--) NVIDIA(GPU-0):
[     7.641] (--) NVIDIA(GPU-0): NVIDIA (DFP-2): connected
[     7.641] (--) NVIDIA(GPU-0): NVIDIA (DFP-2): Internal DisplayPort
[     7.641] (--) NVIDIA(GPU-0): NVIDIA (DFP-2): 1440.0 MHz maximum pixel clock
[     7.641] (--) NVIDIA(GPU-0):
[     7.641] (--) NVIDIA(GPU-0): DFP-3: disconnected
[     7.641] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[     7.641] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[     7.641] (--) NVIDIA(GPU-0):
[     7.641] (--) NVIDIA(GPU-0): DFP-4: disconnected
[     7.641] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[     7.641] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[     7.641] (--) NVIDIA(GPU-0):
[     7.641] (--) NVIDIA(GPU-0): DFP-5: disconnected
[     7.641] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[     7.641] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[     7.641] (--) NVIDIA(GPU-0):

The last log shows only one (the nvidia) GPU, so you might have disabled the intel chip in the BIOS.

Didnt find anything related to this in my BIOS settings.

If you did, make sure you don't run "xrandr --setprovideroutputsource …" anywhere.

Searched in /usr/share/X11/ and /etc/X11/ with no luck, but I actually dont know where to look for it. I didnt set it in autoload by myself.

Offline

#18 2021-05-06 15:38:36

seth
Member
Registered: 2012-09-03
Posts: 49,956

Re: NVIDIA driver does not work, black screen after Xorg launch

There's only one chip - the nvidia one.
There's an active output, but no edid can be acquired

[     6.156] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[     6.156] (==) NVIDIA(0):     will be used as the requested mode.
[     6.156] (==) NVIDIA(0):
[     6.156] (II) NVIDIA(0): Validated MetaModes:
[     6.157] (II) NVIDIA(0):     "DFP-2:nvidia-auto-select"
[     6.157] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[     6.158] (WW) NVIDIA(0): NVIDIA (DFP-2) does not have an EDID, or its EDID does not
[     6.158] (WW) NVIDIA(0):     contain a maximum image size; cannot compute DPI from
[     6.158] (WW) NVIDIA(0):     NVIDIA (DFP-2)'s EDID.
[     6.158] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default

You're also booting "nomodeset", remove that parameter.

Online

#19 2021-05-06 15:50:33

GuyWithNvidia
Member
Registered: 2021-05-04
Posts: 47

Re: NVIDIA driver does not work, black screen after Xorg launch

seth wrote:

There's an active output, but no edid can be acquired

Should I go to the https://wiki.archlinux.org/title/Kernel … s_and_EDID and force it?

You're also booting "nomodeset", remove that parameter.

Did it already and unblacklisted Intel in /etc/modprobe.d/blacklist.conf
Xorg log does not changed much from my opinion.

cat .local/share/xorg/Xorg.0.log                                                       ⏎
[     6.058] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[     6.059]
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
[     6.059] Build Operating System: Linux Archlinux
[     6.059] Current Operating System: Linux whack 5.11.16-arch1-1 #1 SMP PREEMPT Wed, 21 Apr 2021 17:22:13 +0000 x86_64
[     6.059] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=8d8bc316-eef4-4c89-8dce-733b086a32d3 rw nouveau.modeset=0 nvidia-drm.modeset=1 rcutree.rcu_idle_gp_delay=1 acpi_backlight=vendor
[     6.059] Build Date: 13 April 2021  03:12:10PM
[     6.059]
[     6.059] Current version of pixman: 0.40.0
[     6.060]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[     6.060] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     6.060] (==) Log file: "/home/rucker/.local/share/xorg/Xorg.0.log", Time: Thu May  6 18:16:02 2021
[     6.063] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     6.064] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     6.065] (==) No Layout section.  Using the first Screen section.
[     6.065] (==) No screen section available. Using defaults.
[     6.065] (**) |-->Screen "Default Screen Section" (0)
[     6.065] (**) |   |-->Monitor "<default monitor>"
[     6.066] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[     6.066] (==) Automatically adding devices
[     6.066] (==) Automatically enabling devices
[     6.066] (==) Automatically adding GPU devices
[     6.066] (==) Automatically binding GPU devices
[     6.066] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     6.070] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     6.070]    Entry deleted from font path.
[     6.070] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     6.070]    Entry deleted from font path.
[     6.070] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     6.070]    Entry deleted from font path.
[     6.070] (==) FontPath set to:
        /usr/share/fonts/misc,
        /usr/share/fonts/TTF,
        /usr/share/fonts/OTF
[     6.070] (==) ModulePath set to "/usr/lib/xorg/modules"
[     6.070] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[     6.070] (II) Module ABI versions:
[     6.070]    X.Org ANSI C Emulation: 0.4
[     6.070]    X.Org Video Driver: 24.1
[     6.070]    X.Org XInput driver : 24.1
[     6.070]    X.Org Server Extension : 10.0
[     6.071] (++) using VT number 1

[     6.075] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[     6.077] (II) xfree86: Adding drm device (/dev/dri/card0)
[     6.078] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[     6.081] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[     6.083] (--) PCI:*(1@0:0:0) 10de:1c20:1043:16d0 rev 161, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[     6.083] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     6.083] (II) LoadModule: "glx"
[     6.090] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     6.101] (II) Module glx: vendor="X.Org Foundation"
[     6.101]    compiled for 1.20.11, module version = 1.0.0
[     6.101]    ABI class: X.Org Server Extension, version 10.0
[     6.101] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[     6.101]    loading driver: nvidia
[     6.101] (==) Matched nvidia as autoconfigured driver 0
[     6.101] (==) Matched nouveau as autoconfigured driver 1
[     6.101] (==) Matched nv as autoconfigured driver 2
[     6.101] (==) Matched modesetting as autoconfigured driver 3
[     6.101] (==) Matched fbdev as autoconfigured driver 4
[     6.101] (==) Matched vesa as autoconfigured driver 5
[     6.101] (==) Assigned the driver to the xf86ConfigLayout
[     6.101] (II) LoadModule: "nvidia"
[     6.101] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     6.108] (II) Module nvidia: vendor="NVIDIA Corporation"
[     6.108]    compiled for 1.6.99.901, module version = 1.0.0
[     6.108]    Module class: X.Org Video Driver
[     6.109] (II) LoadModule: "nouveau"
[     6.110] (WW) Warning, couldn't open module nouveau
[     6.110] (EE) Failed to load module "nouveau" (module does not exist, 0)
[     6.110] (II) LoadModule: "nv"
[     6.110] (WW) Warning, couldn't open module nv
[     6.110] (EE) Failed to load module "nv" (module does not exist, 0)
[     6.110] (II) LoadModule: "modesetting"
[     6.110] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     6.116] (II) Module modesetting: vendor="X.Org Foundation"
[     6.116]    compiled for 1.20.11, module version = 1.20.11
[     6.116]    Module class: X.Org Video Driver
[     6.116]    ABI class: X.Org Video Driver, version 24.1
[     6.116] (II) LoadModule: "fbdev"
[     6.116] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[     6.117] (II) Module fbdev: vendor="X.Org Foundation"
[     6.117]    compiled for 1.20.8, module version = 0.5.0
[     6.117]    Module class: X.Org Video Driver
[     6.117]    ABI class: X.Org Video Driver, version 24.1
[     6.117] (II) LoadModule: "vesa"
[     6.117] (WW) Warning, couldn't open module vesa
[     6.117] (EE) Failed to load module "vesa" (module does not exist, 0)
[     6.117] (II) NVIDIA dlloader X Driver  465.27  Thu Apr 22 23:18:40 UTC 2021
[     6.117] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     6.118] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     6.118] (II) FBDEV: driver for framebuffer: fbdev
[     6.118] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[     6.118] (II) systemd-logind: releasing fd for 226:0
[     6.120] (II) Loading sub module "fb"
[     6.120] (II) LoadModule: "fb"
[     6.120] (II) Loading /usr/lib/xorg/modules/libfb.so
[     6.121] (II) Module fb: vendor="X.Org Foundation"
[     6.121]    compiled for 1.20.11, module version = 1.0.0
[     6.121]    ABI class: X.Org ANSI C Emulation, version 0.4
[     6.121] (II) Loading sub module "wfb"
[     6.121] (II) LoadModule: "wfb"
[     6.122] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     6.123] (II) Module wfb: vendor="X.Org Foundation"
[     6.123]    compiled for 1.20.11, module version = 1.0.0
[     6.123]    ABI class: X.Org ANSI C Emulation, version 0.4
[     6.123] (II) Loading sub module "ramdac"
[     6.123] (II) LoadModule: "ramdac"
[     6.123] (II) Module "ramdac" already built-in
[     6.131] (WW) Falling back to old probe method for modesetting
[     6.131] (WW) Falling back to old probe method for fbdev
[     6.131] (II) Loading sub module "fbdevhw"
[     6.131] (II) LoadModule: "fbdevhw"
[     6.132] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[     6.132] (II) Module fbdevhw: vendor="X.Org Foundation"
[     6.132]    compiled for 1.20.11, module version = 0.0.2
[     6.132]    ABI class: X.Org Video Driver, version 24.1
[     6.133] (EE) open /dev/fb0: Permission denied
[     6.133] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[     6.133] (II) NVIDIA(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[     6.133] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[     6.133] (==) NVIDIA(0): RGB weight 888
[     6.133] (==) NVIDIA(0): Default visual is TrueColor
[     6.133] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[     6.133] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[     6.133] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[     6.133] (**) NVIDIA(0): Enabling 2D acceleration
[     6.133] (II) Loading sub module "glxserver_nvidia"
[     6.133] (II) LoadModule: "glxserver_nvidia"
[     6.133] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[     6.198] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[     6.198]    compiled for 1.6.99.901, module version = 1.0.0
[     6.198]    Module class: X.Org Server Extension
[     6.199] (II) NVIDIA GLX Module  465.27  Thu Apr 22 23:16:27 UTC 2021
[     6.200] (II) NVIDIA: The X server supports PRIME Render Offload.
[     6.211] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[     6.211] (--) NVIDIA(0):     DFP-0
[     6.211] (--) NVIDIA(0):     DFP-1
[     6.211] (--) NVIDIA(0):     DFP-2 (boot)
[     6.211] (--) NVIDIA(0):     DFP-3
[     6.211] (--) NVIDIA(0):     DFP-4
[     6.211] (--) NVIDIA(0):     DFP-5
[     6.213] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX 1060 (GP106-A) at PCI:1:0:0
[     6.213] (II) NVIDIA(0):     (GPU-0)
[     6.213] (--) NVIDIA(0): Memory: 3145728 kBytes
[     6.213] (--) NVIDIA(0): VideoBIOS: 86.06.18.00.4e
[     6.213] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[     6.213] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     6.213] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[     6.213] (--) NVIDIA(GPU-0): DFP-0: 1440.0 MHz maximum pixel clock
[     6.213] (--) NVIDIA(GPU-0):
[     6.213] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     6.213] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[     6.213] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[     6.214] (--) NVIDIA(GPU-0):
[     6.214] (--) NVIDIA(GPU-0): NVIDIA (DFP-2): connected
[     6.214] (--) NVIDIA(GPU-0): NVIDIA (DFP-2): Internal DisplayPort
[     6.214] (--) NVIDIA(GPU-0): NVIDIA (DFP-2): 1440.0 MHz maximum pixel clock
[     6.214] (--) NVIDIA(GPU-0):
[     6.214] (--) NVIDIA(GPU-0): DFP-3: disconnected
[     6.214] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[     6.214] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[     6.214] (--) NVIDIA(GPU-0):
[     6.214] (--) NVIDIA(GPU-0): DFP-4: disconnected
[     6.214] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[     6.214] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[     6.214] (--) NVIDIA(GPU-0):
[     6.215] (--) NVIDIA(GPU-0): DFP-5: disconnected
[     6.215] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[     6.215] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[     6.215] (--) NVIDIA(GPU-0):
[     6.218] (==) NVIDIA(0):
[     6.218] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[     6.218] (==) NVIDIA(0):     will be used as the requested mode.
[     6.218] (==) NVIDIA(0):
[     6.218] (II) NVIDIA(0): Validated MetaModes:
[     6.218] (II) NVIDIA(0):     "DFP-2:nvidia-auto-select"
[     6.218] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[     6.219] (WW) NVIDIA(0): NVIDIA (DFP-2) does not have an EDID, or its EDID does not
[     6.219] (WW) NVIDIA(0):     contain a maximum image size; cannot compute DPI from
[     6.219] (WW) NVIDIA(0):     NVIDIA (DFP-2)'s EDID.
[     6.219] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[     6.219] (II) UnloadModule: "modesetting"
[     6.219] (II) Unloading modesetting
[     6.220] (II) UnloadModule: "fbdev"
[     6.220] (II) Unloading fbdev
[     6.220] (II) UnloadSubModule: "fbdevhw"
[     6.220] (II) Unloading fbdevhw
[     6.220] (WW) NVIDIA: Failed to bind sideband socket to
[     6.220] (WW) NVIDIA:     '/var/run/nvidia-xdriver-677397b1' Permission denied
[     6.221] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[     6.221] (II) NVIDIA:     access.
[     6.230] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[     6.230] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[     6.230] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[     6.230] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[     6.230] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[     6.230] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[     6.230] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[     6.230] (II) NVIDIA(0):     Config Options in the README.
[     6.254] (II) NVIDIA(0): Setting mode "DFP-2:nvidia-auto-select"
[     7.127] (==) NVIDIA(0): Disabling shared memory pixmaps
[     7.127] (==) NVIDIA(0): Backing store enabled
[     7.127] (==) NVIDIA(0): Silken mouse disabled
[     7.127] (==) NVIDIA(0): DPMS enabled
[     7.128] (II) Loading sub module "dri2"
[     7.128] (II) LoadModule: "dri2"
[     7.128] (II) Module "dri2" already built-in
[     7.128] (II) NVIDIA(0): [DRI2] Setup complete
[     7.128] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[     7.129] (II) Initializing extension Generic Event Extension
[     7.129] (II) Initializing extension SHAPE
[     7.129] (II) Initializing extension MIT-SHM
[     7.129] (II) Initializing extension XInputExtension
[     7.129] (II) Initializing extension XTEST
[     7.129] (II) Initializing extension BIG-REQUESTS
[     7.129] (II) Initializing extension SYNC
[     7.129] (II) Initializing extension XKEYBOARD
[     7.129] (II) Initializing extension XC-MISC
[     7.129] (II) Initializing extension SECURITY
[     7.129] (II) Initializing extension XFIXES
[     7.129] (II) Initializing extension RENDER
[     7.129] (II) Initializing extension RANDR
[     7.129] (II) Initializing extension COMPOSITE
[     7.129] (II) Initializing extension DAMAGE
[     7.129] (II) Initializing extension MIT-SCREEN-SAVER
[     7.129] (II) Initializing extension DOUBLE-BUFFER
[     7.129] (II) Initializing extension RECORD
[     7.129] (II) Initializing extension DPMS
[     7.129] (II) Initializing extension Present
[     7.129] (II) Initializing extension DRI3
[     7.129] (II) Initializing extension X-Resource
[     7.129] (II) Initializing extension XVideo
[     7.129] (II) Initializing extension XVideo-MotionCompensation
[     7.129] (II) Initializing extension GLX
[     7.130] (II) Initializing extension GLX
[     7.130] (II) Indirect GLX disabled.
[     7.130] (II) GLX: Another vendor is already registered for screen 0
[     7.130] (II) Initializing extension XFree86-VidModeExtension
[     7.130] (II) Initializing extension XFree86-DGA
[     7.130] (II) Initializing extension XFree86-DRI
[     7.130] (II) Initializing extension DRI2
[     7.130] (II) Initializing extension NV-GLX
[     7.130] (II) Initializing extension NV-CONTROL
[     7.130] (II) Initializing extension XINERAMA
[     7.212] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     7.212] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     7.212] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     7.212] (**) Power Button: Applying InputClass "system-keyboard"
[     7.212] (II) LoadModule: "libinput"
[     7.212] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     7.218] (II) Module libinput: vendor="X.Org Foundation"
[     7.218]    compiled for 1.20.11, module version = 1.0.1
[     7.218]    Module class: X.Org XInput Driver
[     7.218]    ABI class: X.Org XInput driver, version 24.1
[     7.218] (II) Using input driver 'libinput' for 'Power Button'
[     7.220] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 29 paused 0
[     7.220] (**) Power Button: always reports core events
[     7.220] (**) Option "Device" "/dev/input/event2"
[     7.220] (**) Option "_source" "server/udev"
[     7.232] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     7.232] (II) event2  - Power Button: device is a keyboard
[     7.232] (II) event2  - Power Button: device removed
[     7.232] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[     7.232] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     7.232] (**) Option "xkb_model" "pc105"
[     7.232] (**) Option "xkb_layout" "us,ru"
[     7.232] (**) Option "xkb_options" "grp:alt_shift_toggle"
[     7.279] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     7.279] (II) event2  - Power Button: device is a keyboard
[     7.280] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event5)
[     7.280] (**) Asus Wireless Radio Control: Applying InputClass "evdev keyboard catchall"
[     7.280] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[     7.280] (**) Asus Wireless Radio Control: Applying InputClass "system-keyboard"
[     7.280] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[     7.281] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 32 paused 0
[     7.281] (**) Asus Wireless Radio Control: always reports core events
[     7.281] (**) Option "Device" "/dev/input/event5"
[     7.281] (**) Option "_source" "server/udev"
[     7.281] (II) event5  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[     7.281] (II) event5  - Asus Wireless Radio Control: device is a keyboard
[     7.281] (II) event5  - Asus Wireless Radio Control: device removed
[     7.281] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input5/event5"
[     7.281] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[     7.281] (**) Option "xkb_model" "pc105"
[     7.281] (**) Option "xkb_layout" "us,ru"
[     7.281] (**) Option "xkb_options" "grp:alt_shift_toggle"
[     7.282] (II) event5  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[     7.282] (II) event5  - Asus Wireless Radio Control: device is a keyboard
[     7.283] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[     7.283] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     7.283] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     7.283] (**) Video Bus: Applying InputClass "system-keyboard"
[     7.283] (II) Using input driver 'libinput' for 'Video Bus'
[     7.284] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 33 paused 0
[     7.284] (**) Video Bus: always reports core events
[     7.284] (**) Option "Device" "/dev/input/event3"
[     7.284] (**) Option "_source" "server/udev"
[     7.285] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[     7.285] (II) event3  - Video Bus: device is a keyboard
[     7.285] (II) event3  - Video Bus: device removed
[     7.285] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12/LNXVIDEO:01/input/input3/event3"
[     7.285] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[     7.285] (**) Option "xkb_model" "pc105"
[     7.285] (**) Option "xkb_layout" "us,ru"
[     7.285] (**) Option "xkb_options" "grp:alt_shift_toggle"
[     7.286] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[     7.286] (II) event3  - Video Bus: device is a keyboard
[     7.287] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[     7.287] (II) No input driver specified, ignoring this device.
[     7.287] (II) This device may have been added with another device file.
[     7.287] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[     7.287] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[     7.287] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     7.287] (**) Sleep Button: Applying InputClass "system-keyboard"
[     7.287] (II) Using input driver 'libinput' for 'Sleep Button'
[     7.288] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 34 paused 0
[     7.288] (**) Sleep Button: always reports core events
[     7.288] (**) Option "Device" "/dev/input/event1"
[     7.288] (**) Option "_source" "server/udev"
[     7.289] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     7.289] (II) event1  - Sleep Button: device is a keyboard
[     7.289] (II) event1  - Sleep Button: device removed
[     7.289] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[     7.289] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[     7.289] (**) Option "xkb_model" "pc105"
[     7.289] (**) Option "xkb_layout" "us,ru"
[     7.289] (**) Option "xkb_options" "grp:alt_shift_toggle"
[     7.290] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     7.290] (II) event1  - Sleep Button: device is a keyboard
[     7.291] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event14)
[     7.291] (II) No input driver specified, ignoring this device.
[     7.291] (II) This device may have been added with another device file.
[     7.291] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event15)
[     7.291] (II) No input driver specified, ignoring this device.
[     7.291] (II) This device may have been added with another device file.
[     7.291] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event16)
[     7.291] (II) No input driver specified, ignoring this device.
[     7.291] (II) This device may have been added with another device file.
[     7.292] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event17)
[     7.292] (II) No input driver specified, ignoring this device.
[     7.292] (II) This device may have been added with another device file.
[     7.292] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event18)
[     7.292] (II) No input driver specified, ignoring this device.
[     7.292] (II) This device may have been added with another device file.
[     7.292] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event19)
[     7.292] (II) No input driver specified, ignoring this device.
[     7.292] (II) This device may have been added with another device file.
[     7.293] (II) config/udev: Adding input device USB2.0 HD UVC WebCam: USB2.0 HD (/dev/input/event10)
[     7.293] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "evdev keyboard catchall"
[     7.293] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "libinput keyboard catchall"
[     7.293] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "system-keyboard"
[     7.293] (II) Using input driver 'libinput' for 'USB2.0 HD UVC WebCam: USB2.0 HD'
[     7.294] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 35 paused 0
[     7.294] (**) USB2.0 HD UVC WebCam: USB2.0 HD: always reports core events
[     7.294] (**) Option "Device" "/dev/input/event10"
[     7.294] (**) Option "_source" "server/udev"
[     7.295] (II) event10 - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[     7.295] (II) event10 - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[     7.295] (II) event10 - USB2.0 HD UVC WebCam: USB2.0 HD: device removed
[     7.295] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input10/event10"
[     7.295] (II) XINPUT: Adding extended input device "USB2.0 HD UVC WebCam: USB2.0 HD" (type: KEYBOARD, id 10)
[     7.295] (**) Option "xkb_model" "pc105"
[     7.295] (**) Option "xkb_layout" "us,ru"
[     7.295] (**) Option "xkb_options" "grp:alt_shift_toggle"
[     7.296] (II) event10 - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[     7.296] (II) event10 - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[     7.297] (II) config/udev: Adding input device Asus Keyboard (/dev/input/event11)
[     7.297] (**) Asus Keyboard: Applying InputClass "evdev keyboard catchall"
[     7.297] (**) Asus Keyboard: Applying InputClass "libinput keyboard catchall"
[     7.297] (**) Asus Keyboard: Applying InputClass "system-keyboard"
[     7.297] (II) Using input driver 'libinput' for 'Asus Keyboard'
[     7.298] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 36 paused 0
[     7.298] (**) Asus Keyboard: always reports core events
[     7.298] (**) Option "Device" "/dev/input/event11"
[     7.298] (**) Option "_source" "server/udev"
[     7.299] (II) event11 - Asus Keyboard: is tagged by udev as: Keyboard
[     7.299] (II) event11 - Asus Keyboard: device is a keyboard
[     7.299] (II) event11 - Asus Keyboard: device removed
[     7.300] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/0003:0B05:1837.0001/input/input11/event11"
[     7.300] (II) XINPUT: Adding extended input device "Asus Keyboard" (type: KEYBOARD, id 11)
[     7.300] (**) Option "xkb_model" "pc105"
[     7.300] (**) Option "xkb_layout" "us,ru"
[     7.300] (**) Option "xkb_options" "grp:alt_shift_toggle"
[     7.301] (II) event11 - Asus Keyboard: is tagged by udev as: Keyboard
[     7.301] (II) event11 - Asus Keyboard: device is a keyboard
[     7.302] (II) config/udev: Adding input device Asus Keyboard (/dev/input/event8)
[     7.302] (**) Asus Keyboard: Applying InputClass "evdev keyboard catchall"
[     7.302] (**) Asus Keyboard: Applying InputClass "libinput keyboard catchall"
[     7.302] (**) Asus Keyboard: Applying InputClass "system-keyboard"
[     7.302] (II) Using input driver 'libinput' for 'Asus Keyboard'
[     7.303] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 37 paused 0
[     7.303] (**) Asus Keyboard: always reports core events
[     7.303] (**) Option "Device" "/dev/input/event8"
[     7.303] (**) Option "_source" "server/udev"
[     7.304] (II) event8  - Asus Keyboard: is tagged by udev as: Keyboard
[     7.304] (II) event8  - Asus Keyboard: device is a keyboard
[     7.304] (II) event8  - Asus Keyboard: device removed
[     7.304] (II) libinput: Asus Keyboard: needs a virtual subdevice
[     7.304] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.1/0003:0B05:1837.0002/input/input12/event8"
[     7.304] (II) XINPUT: Adding extended input device "Asus Keyboard" (type: MOUSE, id 12)
[     7.304] (**) Option "AccelerationScheme" "none"
[     7.304] (**) Asus Keyboard: (accel) selected scheme none/0
[     7.304] (**) Asus Keyboard: (accel) acceleration factor: 2.000
[     7.304] (**) Asus Keyboard: (accel) acceleration threshold: 4
[     7.306] (II) event8  - Asus Keyboard: is tagged by udev as: Keyboard
[     7.306] (II) event8  - Asus Keyboard: device is a keyboard
[     7.306] (II) config/udev: Adding input device Asus Keyboard (/dev/input/event13)
[     7.306] (**) Asus Keyboard: Applying InputClass "evdev pointer catchall"
[     7.306] (**) Asus Keyboard: Applying InputClass "libinput pointer catchall"
[     7.306] (II) Using input driver 'libinput' for 'Asus Keyboard'
[     7.362] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 38 paused 0
[     7.362] (**) Asus Keyboard: always reports core events
[     7.362] (**) Option "Device" "/dev/input/event13"
[     7.362] (**) Option "_source" "server/udev"
[     7.365] (II) event13 - Asus Keyboard: is tagged by udev as: Mouse
[     7.365] (II) event13 - Asus Keyboard: device is a pointer
[     7.365] (II) event13 - Asus Keyboard: device removed
[     7.365] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.2/0003:0B05:1837.0003/input/input15/event13"
[     7.365] (II) XINPUT: Adding extended input device "Asus Keyboard" (type: MOUSE, id 13)
[     7.366] (**) Option "AccelerationScheme" "none"
[     7.366] (**) Asus Keyboard: (accel) selected scheme none/0
[     7.366] (**) Asus Keyboard: (accel) acceleration factor: 2.000
[     7.366] (**) Asus Keyboard: (accel) acceleration threshold: 4
[     7.368] (II) event13 - Asus Keyboard: is tagged by udev as: Mouse
[     7.369] (II) event13 - Asus Keyboard: device is a pointer
[     7.370] (II) config/udev: Adding input device Asus Keyboard (/dev/input/mouse2)
[     7.370] (II) No input driver specified, ignoring this device.
[     7.370] (II) This device may have been added with another device file.
[     7.372] (II) config/udev: Adding input device ELAN1200:00 04F3:301A Mouse (/dev/input/event9)
[     7.372] (**) ELAN1200:00 04F3:301A Mouse: Applying InputClass "evdev pointer catchall"
[     7.372] (**) ELAN1200:00 04F3:301A Mouse: Applying InputClass "libinput pointer catchall"
[     7.372] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:301A Mouse'
[     7.374] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 39 paused 0
[     7.374] (**) ELAN1200:00 04F3:301A Mouse: always reports core events
[     7.374] (**) Option "Device" "/dev/input/event9"
[     7.374] (**) Option "_source" "server/udev"
[     7.376] (II) event9  - ELAN1200:00 04F3:301A Mouse: is tagged by udev as: Mouse Pointingstick
[     7.377] (II) event9  - ELAN1200:00 04F3:301A Mouse: device is a pointer
[     7.379] (II) event9  - ELAN1200:00 04F3:301A Mouse: device removed
[     7.379] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-7/i2c-ELAN1200:00/0018:04F3:301A.0004/input/input13/event9"
[     7.379] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:301A Mouse" (type: MOUSE, id 14)
[     7.379] (**) Option "AccelerationScheme" "none"
[     7.379] (**) ELAN1200:00 04F3:301A Mouse: (accel) selected scheme none/0
[     7.379] (**) ELAN1200:00 04F3:301A Mouse: (accel) acceleration factor: 2.000
[     7.379] (**) ELAN1200:00 04F3:301A Mouse: (accel) acceleration threshold: 4
[     7.382] (II) event9  - ELAN1200:00 04F3:301A Mouse: is tagged by udev as: Mouse Pointingstick
[     7.382] (II) event9  - ELAN1200:00 04F3:301A Mouse: device is a pointer
[     7.386] (II) config/udev: Adding input device ELAN1200:00 04F3:301A Mouse (/dev/input/mouse0)
[     7.386] (II) No input driver specified, ignoring this device.
[     7.386] (II) This device may have been added with another device file.
[     7.387] (II) config/udev: Adding input device ELAN1200:00 04F3:301A Touchpad (/dev/input/event12)
[     7.387] (**) ELAN1200:00 04F3:301A Touchpad: Applying InputClass "evdev touchpad catchall"
[     7.387] (**) ELAN1200:00 04F3:301A Touchpad: Applying InputClass "libinput touchpad catchall"
[     7.387] (**) ELAN1200:00 04F3:301A Touchpad: Applying InputClass "touchpad catchall"
[     7.387] (**) ELAN1200:00 04F3:301A Touchpad: Applying InputClass "Default clickpad buttons"
[     7.387] (II) LoadModule: "synaptics"
[     7.387] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[     7.392] (II) Module synaptics: vendor="X.Org Foundation"
[     7.392]    compiled for 1.20.8, module version = 1.9.1
[     7.392]    Module class: X.Org XInput Driver
[     7.392]    ABI class: X.Org XInput driver, version 24.1
[     7.392] (II) Using input driver 'synaptics' for 'ELAN1200:00 04F3:301A Touchpad'
[     7.394] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 40 paused 0
[     7.394] (**) ELAN1200:00 04F3:301A Touchpad: always reports core events
[     7.394] (**) Option "Device" "/dev/input/event12"
[     7.394] (II) synaptics: ELAN1200:00 04F3:301A Touchpad: found clickpad property
[     7.394] (--) synaptics: ELAN1200:00 04F3:301A Touchpad: x-axis range 0 - 3200 (res 31)
[     7.394] (--) synaptics: ELAN1200:00 04F3:301A Touchpad: y-axis range 0 - 2198 (res 31)
[     7.394] (II) synaptics: ELAN1200:00 04F3:301A Touchpad: device does not report pressure, will use touch data.
[     7.394] (II) synaptics: ELAN1200:00 04F3:301A Touchpad: device does not report finger width.
[     7.394] (--) synaptics: ELAN1200:00 04F3:301A Touchpad: buttons: left double triple
[     7.394] (--) synaptics: ELAN1200:00 04F3:301A Touchpad: Vendor 0x4f3 Product 0x301a
[     7.394] (--) synaptics: ELAN1200:00 04F3:301A Touchpad: invalid pressure range.  defaulting to 0 - 255
[     7.394] (--) synaptics: ELAN1200:00 04F3:301A Touchpad: invalid finger width range.  defaulting to 0 - 15
[     7.394] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[     7.394] (--) synaptics: ELAN1200:00 04F3:301A Touchpad: touchpad found
[     7.394] (**) ELAN1200:00 04F3:301A Touchpad: always reports core events
[     7.394] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-7/i2c-ELAN1200:00/0018:04F3:301A.0004/input/input14/event12"
[     7.394] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:301A Touchpad" (type: TOUCHPAD, id 15)
[     7.394] (**) synaptics: ELAN1200:00 04F3:301A Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[     7.394] (**) synaptics: ELAN1200:00 04F3:301A Touchpad: (accel) MaxSpeed is now 1.75
[     7.394] (**) synaptics: ELAN1200:00 04F3:301A Touchpad: (accel) AccelFactor is now 0.052
[     7.395] (**) ELAN1200:00 04F3:301A Touchpad: (accel) keeping acceleration scheme 1
[     7.395] (**) ELAN1200:00 04F3:301A Touchpad: (accel) acceleration profile 1
[     7.395] (**) ELAN1200:00 04F3:301A Touchpad: (accel) acceleration factor: 2.000
[     7.395] (**) ELAN1200:00 04F3:301A Touchpad: (accel) acceleration threshold: 4
[     7.395] (--) synaptics: ELAN1200:00 04F3:301A Touchpad: touchpad found
[     7.396] (II) config/udev: Adding input device ELAN1200:00 04F3:301A Touchpad (/dev/input/mouse1)
[     7.396] (**) ELAN1200:00 04F3:301A Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[     7.397] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event20)
[     7.397] (II) No input driver specified, ignoring this device.
[     7.397] (II) This device may have been added with another device file.
[     7.398] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event7)
[     7.398] (**) Asus WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[     7.398] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     7.398] (**) Asus WMI hotkeys: Applying InputClass "system-keyboard"
[     7.398] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[     7.399] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 41 paused 0
[     7.399] (**) Asus WMI hotkeys: always reports core events
[     7.399] (**) Option "Device" "/dev/input/event7"
[     7.399] (**) Option "_source" "server/udev"
[     7.401] (II) event7  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[     7.401] (II) event7  - Asus WMI hotkeys: device is a keyboard
[     7.402] (II) event7  - Asus WMI hotkeys: device removed
[     7.402] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input7/event7"
[     7.402] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 16)
[     7.402] (**) Option "xkb_model" "pc105"
[     7.402] (**) Option "xkb_layout" "us,ru"
[     7.402] (**) Option "xkb_options" "grp:alt_shift_toggle"
[     7.403] (II) event7  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[     7.404] (II) event7  - Asus WMI hotkeys: device is a keyboard
[     7.405] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[     7.405] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[     7.405] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     7.405] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[     7.405] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     7.407] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 42 paused 0
[     7.407] (**) AT Translated Set 2 keyboard: always reports core events
[     7.407] (**) Option "Device" "/dev/input/event4"
[     7.407] (**) Option "_source" "server/udev"
[     7.409] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     7.409] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[     7.411] (II) event4  - AT Translated Set 2 keyboard: device removed
[     7.411] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[     7.411] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 17)
[     7.411] (**) Option "xkb_model" "pc105"
[     7.411] (**) Option "xkb_layout" "us,ru"
[     7.411] (**) Option "xkb_options" "grp:alt_shift_toggle"
[     7.413] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     7.413] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[     7.415] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[     7.415] (II) No input driver specified, ignoring this device.
[     7.415] (II) This device may have been added with another device file.
[     7.422] (**) Asus Keyboard: Applying InputClass "evdev keyboard catchall"
[     7.422] (**) Asus Keyboard: Applying InputClass "libinput keyboard catchall"
[     7.422] (**) Asus Keyboard: Applying InputClass "system-keyboard"
[     7.422] (II) Using input driver 'libinput' for 'Asus Keyboard'
[     7.422] (II) systemd-logind: returning pre-existing fd for /dev/input/event8 13:72
[     7.422] (**) Asus Keyboard: always reports core events
[     7.422] (**) Option "Device" "/dev/input/event8"
[     7.422] (**) Option "_source" "_driver/libinput"
[     7.422] (II) libinput: Asus Keyboard: is a virtual subdevice
[     7.422] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.1/0003:0B05:1837.0002/input/input12/event8"
[     7.422] (II) XINPUT: Adding extended input device "Asus Keyboard" (type: KEYBOARD, id 18)
[     7.422] (**) Option "xkb_model" "pc105"
[     7.422] (**) Option "xkb_layout" "us,ru"
[     7.422] (**) Option "xkb_options" "grp:alt_shift_toggle"
[     7.703] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     7.703] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[     7.703] (--) NVIDIA(GPU-0): DFP-0: 1440.0 MHz maximum pixel clock
[     7.703] (--) NVIDIA(GPU-0):
[     7.703] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     7.703] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[     7.703] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[     7.703] (--) NVIDIA(GPU-0):
[     7.703] (--) NVIDIA(GPU-0): NVIDIA (DFP-2): connected
[     7.703] (--) NVIDIA(GPU-0): NVIDIA (DFP-2): Internal DisplayPort
[     7.703] (--) NVIDIA(GPU-0): NVIDIA (DFP-2): 1440.0 MHz maximum pixel clock
[     7.703] (--) NVIDIA(GPU-0):
[     7.703] (--) NVIDIA(GPU-0): DFP-3: disconnected
[     7.703] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[     7.703] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[     7.703] (--) NVIDIA(GPU-0):
[     7.703] (--) NVIDIA(GPU-0): DFP-4: disconnected
[     7.703] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[     7.703] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[     7.703] (--) NVIDIA(GPU-0):
[     7.703] (--) NVIDIA(GPU-0): DFP-5: disconnected
[     7.703] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[     7.703] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[     7.703] (--) NVIDIA(GPU-0):
[     7.703] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     7.703] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[     7.703] (--) NVIDIA(GPU-0): DFP-0: 1440.0 MHz maximum pixel clock
[     7.703] (--) NVIDIA(GPU-0):
[     7.703] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     7.703] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[     7.703] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[     7.703] (--) NVIDIA(GPU-0):
[     7.703] (--) NVIDIA(GPU-0): NVIDIA (DFP-2): connected
[     7.703] (--) NVIDIA(GPU-0): NVIDIA (DFP-2): Internal DisplayPort
[     7.703] (--) NVIDIA(GPU-0): NVIDIA (DFP-2): 1440.0 MHz maximum pixel clock
[     7.703] (--) NVIDIA(GPU-0):
[     7.703] (--) NVIDIA(GPU-0): DFP-3: disconnected
[     7.703] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[     7.703] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[     7.703] (--) NVIDIA(GPU-0):
[     7.703] (--) NVIDIA(GPU-0): DFP-4: disconnected
[     7.703] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[     7.703] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[     7.703] (--) NVIDIA(GPU-0):
[     7.704] (--) NVIDIA(GPU-0): DFP-5: disconnected
[     7.704] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[     7.704] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[     7.704] (--) NVIDIA(GPU-0):

Offline

#20 2021-05-06 15:53:30

seth
Member
Registered: 2012-09-03
Posts: 49,956

Re: NVIDIA driver does not work, black screen after Xorg launch

Do you re-use the VT?
https://wiki.archlinux.org/title/Xinit#xserverrc

If you boot a different software stack (life distro, try grml), does the intel chip show up?

Online

#21 2021-05-06 16:48:57

GuyWithNvidia
Member
Registered: 2021-05-04
Posts: 47

Re: NVIDIA driver does not work, black screen after Xorg launch

seth wrote:

I dont know... maybe? Tried to add

 vt$XDG_VTNR 

with not luck.

If you boot a different software stack (life distro, try grml), does the intel chip show up?

Sadly but I cant do it. Grml make my screen freeze after /init smile

I can say what Windows does not shows me Intel chip unless I disable Nvidia GPU.

Offline

#22 2021-05-06 19:32:07

seth
Member
Registered: 2012-09-03
Posts: 49,956

Re: NVIDIA driver does not work, black screen after Xorg launch

unless I disable Nvidia GPU

Disable where?
Also, ceterum censeo: 3rd link in my signature.

Online

#23 2021-05-06 19:38:21

GuyWithNvidia
Member
Registered: 2021-05-04
Posts: 47

Re: NVIDIA driver does not work, black screen after Xorg launch

Disable where?

MS Device Manager

Also, ceterum censeo: 3rd link in my signature.

Disabled from the start

Offline

#24 2021-05-06 19:55:15

seth
Member
Registered: 2012-09-03
Posts: 49,956

Re: NVIDIA driver does not work, black screen after Xorg launch

Please post a complete dmesg, also ensure fast boot still is disabled, because windows has a habit to silently re-enable it with updates…

Online

#25 2021-05-06 20:03:18

GuyWithNvidia
Member
Registered: 2021-05-04
Posts: 47

Re: NVIDIA driver does not work, black screen after Xorg launch

sudo dmesg                                                                             ⏎
[    0.000000] Linux version 5.11.16-arch1-1 (linux@archlinux) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Wed, 21 Apr 2021 17:22:13 +0000
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=8d8bc316-eef4-4c89-8dce-733b086a32d3 rw nouveau.modeset=0 nvidia-drm.modeset=1 rcutree.rcu_idle_gp_delay=1 acpi_backlight=vendor
[    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 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000081a06fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000081a07000-0x0000000081a07fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000081a08000-0x0000000081a51fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000081a52000-0x0000000085165fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000085166000-0x0000000085e76fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000085e77000-0x0000000086521fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000086522000-0x00000000870adfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000870ae000-0x0000000087f08fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000087f09000-0x0000000087f7efff] type 20
[    0.000000] BIOS-e820: [mem 0x0000000087f7f000-0x0000000087ffefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000088000000-0x00000000880fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000004767fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.40 by American Megatrends
[    0.000000] efi: TPMFinalLog=0x87096000 ESRT=0x87e50e18 ACPI=0x8682c000 ACPI 2.0=0x8682c000 SMBIOS=0x8766a000 SMBIOS 3.0=0x87669000
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: ASUSTeK COMPUTER INC. GL502VML/GL502VML, BIOS GL502VML.306 04/29/2019
[    0.000000] tsc: Detected 2600.000 MHz processor
[    0.000000] tsc: Detected 2599.992 MHz TSC
[    0.000950] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000954] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000961] last_pfn = 0x476800 max_arch_pfn = 0x400000000
[    0.000965] MTRR default type: write-back
[    0.000967] MTRR fixed ranges enabled:
[    0.000968]   00000-9FFFF write-back
[    0.000970]   A0000-BFFFF uncachable
[    0.000971]   C0000-FFFFF write-protect
[    0.000972] MTRR variable ranges enabled:
[    0.000973]   0 base 00C0000000 mask 7FC0000000 uncachable
[    0.000975]   1 base 00A0000000 mask 7FE0000000 uncachable
[    0.000977]   2 base 0090000000 mask 7FF0000000 uncachable
[    0.000978]   3 base 008C000000 mask 7FFC000000 uncachable
[    0.000980]   4 base 008A000000 mask 7FFE000000 uncachable
[    0.000981]   5 base 0089000000 mask 7FFF000000 uncachable
[    0.000982]   6 base 0088800000 mask 7FFF800000 uncachable
[    0.000983]   7 disabled
[    0.000984]   8 disabled
[    0.000985]   9 disabled
[    0.001086] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
[    0.001714] last_pfn = 0x87fff max_arch_pfn = 0x400000000
[    0.010148] esrt: Reserving ESRT space from 0x0000000087e50e18 to 0x0000000087e50e50.
[    0.010155] check: Scanning 1 areas for low memory corruption
[    0.010161] Using GB pages for direct mapping
[    0.010709] Secure boot could not be determined
[    0.010710] RAMDISK: [mem 0x316a1000-0x34b47fff]
[    0.010713] ACPI: Early table checksum verification disabled
[    0.010716] ACPI: RSDP 0x000000008682C000 000024 (v02 _ASUS_)
[    0.010720] ACPI: XSDT 0x000000008682C0A0 0000C4 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.010726] ACPI: FACP 0x0000000086854980 00010C (v05 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.010732] ACPI: DSDT 0x000000008682C1F8 028782 (v02 _ASUS_ Notebook 01072009 INTL 20120913)
[    0.010736] ACPI: FACS 0x0000000087094F80 000040
[    0.010739] ACPI: APIC 0x0000000086854A90 0000BC (v03 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.010742] ACPI: FPDT 0x0000000086854B50 000044 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.010746] ACPI: FIDT 0x0000000086854B98 00009C (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.010749] ACPI: MCFG 0x0000000086854C38 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00000097)
[    0.010752] ACPI: HPET 0x0000000086854C78 000038 (v01 _ASUS_ Notebook 01072009 AMI. 0005000B)
[    0.010755] ACPI: SSDT 0x0000000086854CB0 000315 (v01 SataRe SataTabl 00001000 INTL 20120913)
[    0.010759] ACPI: ECDT 0x0000000086854FC8 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
[    0.010762] ACPI: LPIT 0x0000000086855090 000094 (v01 INTEL  SKL      00000000 MSFT 0000005F)
[    0.010765] ACPI: SSDT 0x0000000086855128 000248 (v02 INTEL  sensrhub 00000000 INTL 20120913)
[    0.010769] ACPI: DBGP 0x0000000086855370 000034 (v01 INTEL           00000000 MSFT 0000005F)
[    0.010772] ACPI: DBG2 0x00000000868553A8 000054 (v00 INTEL           00000000 MSFT 0000005F)
[    0.010776] ACPI: SSDT 0x0000000086855400 003D71 (v02 DptfTa DptfTabl 00001000 INTL 20120913)
[    0.010779] ACPI: SSDT 0x0000000086859178 005852 (v02 SaSsdt SaSsdt   00003000 INTL 20120913)
[    0.010782] ACPI: UEFI 0x000000008685E9D0 000042 (v01                 00000000      00000000)
[    0.010786] ACPI: SSDT 0x000000008685EA18 000E73 (v02 CpuRef CpuSsdt  00003000 INTL 20120913)
[    0.010789] ACPI: BGRT 0x000000008685F890 000038 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.010792] ACPI: DMAR 0x000000008685F8C8 0000B8 (v01 INTEL  SKL      00000001 INTL 00000001)
[    0.010796] ACPI: TPM2 0x000000008685F980 000034 (v03        Tpm2Tabl 00000001 AMI  00000000)
[    0.010799] ACPI: MSDM 0x0000000085C10F18 000055 (v03 _ASUS_ Notebook 00000000 ASUS 00000001)
[    0.010802] ACPI: Reserving FACP table memory at [mem 0x86854980-0x86854a8b]
[    0.010804] ACPI: Reserving DSDT table memory at [mem 0x8682c1f8-0x86854979]
[    0.010805] ACPI: Reserving FACS table memory at [mem 0x87094f80-0x87094fbf]
[    0.010806] ACPI: Reserving APIC table memory at [mem 0x86854a90-0x86854b4b]
[    0.010807] ACPI: Reserving FPDT table memory at [mem 0x86854b50-0x86854b93]
[    0.010808] ACPI: Reserving FIDT table memory at [mem 0x86854b98-0x86854c33]
[    0.010810] ACPI: Reserving MCFG table memory at [mem 0x86854c38-0x86854c73]
[    0.010811] ACPI: Reserving HPET table memory at [mem 0x86854c78-0x86854caf]
[    0.010812] ACPI: Reserving SSDT table memory at [mem 0x86854cb0-0x86854fc4]
[    0.010813] ACPI: Reserving ECDT table memory at [mem 0x86854fc8-0x86855088]
[    0.010814] ACPI: Reserving LPIT table memory at [mem 0x86855090-0x86855123]
[    0.010815] ACPI: Reserving SSDT table memory at [mem 0x86855128-0x8685536f]
[    0.010816] ACPI: Reserving DBGP table memory at [mem 0x86855370-0x868553a3]
[    0.010817] ACPI: Reserving DBG2 table memory at [mem 0x868553a8-0x868553fb]
[    0.010818] ACPI: Reserving SSDT table memory at [mem 0x86855400-0x86859170]
[    0.010819] ACPI: Reserving SSDT table memory at [mem 0x86859178-0x8685e9c9]
[    0.010820] ACPI: Reserving UEFI table memory at [mem 0x8685e9d0-0x8685ea11]
[    0.010821] ACPI: Reserving SSDT table memory at [mem 0x8685ea18-0x8685f88a]
[    0.010823] ACPI: Reserving BGRT table memory at [mem 0x8685f890-0x8685f8c7]
[    0.010824] ACPI: Reserving DMAR table memory at [mem 0x8685f8c8-0x8685f97f]
[    0.010825] ACPI: Reserving TPM2 table memory at [mem 0x8685f980-0x8685f9b3]
[    0.010826] ACPI: Reserving MSDM table memory at [mem 0x85c10f18-0x85c10f6c]
[    0.010836] ACPI: Local APIC address 0xfee00000
[    0.010940] No NUMA configuration found
[    0.010941] Faking a node at [mem 0x0000000000000000-0x00000004767fffff]
[    0.010945] NODE_DATA(0) allocated [mem 0x4767fc000-0x4767fffff]
[    0.010978] Zone ranges:
[    0.010979]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.010981]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.010983]   Normal   [mem 0x0000000100000000-0x00000004767fffff]
[    0.010985]   Device   empty
[    0.010986] Movable zone start for each node
[    0.010987] Early memory node ranges
[    0.010988]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.010990]   node   0: [mem 0x0000000000059000-0x000000000009dfff]
[    0.010991]   node   0: [mem 0x0000000000100000-0x0000000081a06fff]
[    0.010992]   node   0: [mem 0x0000000081a52000-0x0000000085165fff]
[    0.010993]   node   0: [mem 0x0000000085e77000-0x0000000086521fff]
[    0.010994]   node   0: [mem 0x0000000087f7f000-0x0000000087ffefff]
[    0.010995]   node   0: [mem 0x0000000100000000-0x00000004767fffff]
[    0.010998] Initmem setup node 0 [mem 0x0000000000001000-0x00000004767fffff]
[    0.011000] On node 0 totalpages: 4177890
[    0.011001]   DMA zone: 64 pages used for memmap
[    0.011002]   DMA zone: 22 pages reserved
[    0.011003]   DMA zone: 3996 pages, LIFO batch:0
[    0.011218]   DMA zone: 28772 pages in unavailable ranges
[    0.011220]   DMA32 zone: 8482 pages used for memmap
[    0.011221]   DMA32 zone: 542790 pages, LIFO batch:63
[    0.014130]   DMA32 zone: 10170 pages in unavailable ranges
[    0.014132]   Normal zone: 56736 pages used for memmap
[    0.014133]   Normal zone: 3631104 pages, LIFO batch:63
[    0.033045]   Normal zone: 6144 pages in unavailable ranges
[    0.033458] ACPI: PM-Timer IO Port: 0x1808
[    0.033460] ACPI: Local APIC address 0xfee00000
[    0.033466] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.033468] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.033469] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.033470] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.033471] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.033472] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.033473] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.033473] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.033500] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.033503] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.033505] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.033507] ACPI: IRQ0 used by override.
[    0.033508] ACPI: IRQ9 used by override.
[    0.033510] Using ACPI (MADT) for SMP configuration information
[    0.033511] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.033517] e820: update [mem 0x83c37000-0x83c65fff] usable ==> reserved
[    0.033527] TSC deadline timer available
[    0.033528] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.033546] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.033549] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.033551] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.033552] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.033553] PM: hibernation: Registered nosave memory: [mem 0x81a07000-0x81a07fff]
[    0.033554] PM: hibernation: Registered nosave memory: [mem 0x81a08000-0x81a51fff]
[    0.033556] PM: hibernation: Registered nosave memory: [mem 0x83c37000-0x83c65fff]
[    0.033558] PM: hibernation: Registered nosave memory: [mem 0x85166000-0x85e76fff]
[    0.033560] PM: hibernation: Registered nosave memory: [mem 0x86522000-0x870adfff]
[    0.033561] PM: hibernation: Registered nosave memory: [mem 0x870ae000-0x87f08fff]
[    0.033561] PM: hibernation: Registered nosave memory: [mem 0x87f09000-0x87f7efff]
[    0.033563] PM: hibernation: Registered nosave memory: [mem 0x87fff000-0x87ffffff]
[    0.033564] PM: hibernation: Registered nosave memory: [mem 0x88000000-0x880fffff]
[    0.033565] PM: hibernation: Registered nosave memory: [mem 0x88100000-0xdfffffff]
[    0.033566] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.033567] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
[    0.033567] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.033568] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.033569] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.033570] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[    0.033571] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.033572] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.033573] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.033574] [mem 0x88100000-0xdfffffff] available for PCI devices
[    0.033576] Booting paravirtualized kernel on bare hardware
[    0.033578] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.039095] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
[    0.039258] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
[    0.039265] pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
[    0.039268] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[    0.039289] Built 1 zonelists, mobility grouping on.  Total pages: 4112586
[    0.039291] Policy zone: Normal
[    0.039293] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=8d8bc316-eef4-4c89-8dce-733b086a32d3 rw nouveau.modeset=0 nvidia-drm.modeset=1 rcutree.rcu_idle_gp_delay=1 acpi_backlight=vendor
[    0.040119] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.040493] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.040572] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
[    0.073660] Memory: 16214272K/16711560K available (14344K kernel code, 2029K rwdata, 8884K rodata, 1668K init, 4380K bss, 497028K reserved, 0K cma-reserved)
[    0.073666] random: get_random_u64 called from __kmem_cache_create+0x26/0x530 with crng_init=0
[    0.073769] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.073781] Kernel/User page tables isolation: enabled
[    0.073800] ftrace: allocating 41710 entries in 163 pages
[    0.087853] ftrace: allocated 163 pages with 4 groups
[    0.087947] rcu: Preemptible hierarchical RCU implementation.
[    0.087948] rcu:     RCU dyntick-idle grace-period acceleration is enabled.
[    0.087949] rcu:     RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
[    0.087950] rcu:     RCU priority boosting: priority 1 delay 500 ms.
[    0.087951]  Trampoline variant of Tasks RCU enabled.
[    0.087952]  Rude variant of Tasks RCU enabled.
[    0.087953]  Tracing variant of Tasks RCU enabled.
[    0.087953] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.087954] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.091453] NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
[    0.091814] spurious 8259A interrupt: IRQ7.
[    0.091837] Console: colour dummy device 80x25
[    0.091851] printk: console [tty0] enabled
[    0.091868] ACPI: Core revision 20201113
[    0.092134] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.092232] APIC: Switch to symmetric I/O mode setup
[    0.092234] DMAR: Host address width 39
[    0.092236] DMAR: DRHD base: 0x000000fed90000 flags: 0x1
[    0.092241] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.092243] DMAR: RMRR base: 0x00000085bf0000 end: 0x00000085c0ffff
[    0.092245] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
[    0.092246] DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
[    0.092248] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed90000 IOMMU 0
[    0.092249] DMAR-IR: HPET id 0 under DRHD base 0xfed90000
[    0.092250] DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
[    0.092251] DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
[    0.093604] DMAR-IR: Enabled IRQ remapping in xapic mode
[    0.093605] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.097748] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.112113] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x257a34a6eea, max_idle_ns: 440795264358 ns
[    0.112118] Calibrating delay loop (skipped), value calculated using timer frequency.. 5202.65 BogoMIPS (lpj=8666640)
[    0.112121] pid_max: default: 32768 minimum: 301
[    0.114635] LSM: Security Framework initializing
[    0.114641] Yama: becoming mindful.
[    0.114646] LSM support for eBPF active
[    0.114680] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.114704] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.114933] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.114954] process: using mwait in idle threads
[    0.114956] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.114957] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.114960] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.114962] Spectre V2 : Mitigation: Full generic retpoline
[    0.114963] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.114964] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.114965] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.114966] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.114967] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.114970] TAA: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.114971] SRBDS: Vulnerable: No microcode
[    0.114972] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.115203] Freeing SMP alternatives memory: 36K
[    0.117006] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1220
[    0.117018] smpboot: CPU0: Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz (family: 0x6, model: 0x5e, stepping: 0x3)
[    0.117132] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.117143] ... version:                4
[    0.117144] ... bit width:              48
[    0.117145] ... generic registers:      4
[    0.117145] ... value mask:             0000ffffffffffff
[    0.117147] ... max period:             00007fffffffffff
[    0.117147] ... fixed-purpose events:   3
[    0.117148] ... event mask:             000000070000000f
[    0.117244] rcu: Hierarchical SRCU implementation.
[    0.118111] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.118175] smp: Bringing up secondary CPUs ...
[    0.118274] x86: Booting SMP configuration:
[    0.118275] .... node  #0, CPUs:      #1 #2 #3 #4
[    0.118799] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.118802] TAA CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/tsx_async_abort.html for more details.
[    0.118916]  #5 #6 #7
[    0.119322] smp: Brought up 1 node, 8 CPUs
[    0.119322] smpboot: Max logical packages: 1
[    0.119322] smpboot: Total of 8 processors activated (41616.20 BogoMIPS)
[    0.122484] devtmpfs: initialized
[    0.122484] x86/mm: Memory block size: 128MB
[    0.123034] PM: Registering ACPI NVS region [mem 0x81a07000-0x81a07fff] (4096 bytes)
[    0.123034] PM: Registering ACPI NVS region [mem 0x86522000-0x870adfff] (12107776 bytes)
[    0.123034] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.123034] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.123034] pinctrl core: initialized pinctrl subsystem
[    0.123034] PM: RTC time: 22:59:13, date: 2021-05-06
[    0.123034] NET: Registered protocol family 16
[    0.123034] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.123034] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.123149] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.123158] audit: initializing netlink subsys (disabled)
[    0.123166] audit: type=2000 audit(1620341953.029:1): state=initialized audit_enabled=0 res=1
[    0.123166] thermal_sys: Registered thermal governor 'fair_share'
[    0.123166] thermal_sys: Registered thermal governor 'bang_bang'
[    0.123166] thermal_sys: Registered thermal governor 'step_wise'
[    0.123166] thermal_sys: Registered thermal governor 'user_space'
[    0.123166] thermal_sys: Registered thermal governor 'power_allocator'
[    0.123166] cpuidle: using governor ladder
[    0.123166] cpuidle: using governor menu
[    0.123166] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.123166] ACPI: bus type PCI registered
[    0.123166] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.123166] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.123166] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.123166] PCI: Using configuration type 1 for base access
[    0.123166] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.126201] Kprobes globally optimized
[    0.126205] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.126205] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.126205] ACPI: Added _OSI(Module Device)
[    0.126205] ACPI: Added _OSI(Processor Device)
[    0.126205] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.126205] ACPI: Added _OSI(Processor Aggregator Device)
[    0.126205] ACPI: Added _OSI(Linux-Dell-Video)
[    0.126205] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.126205] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.177092] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    0.179055] ACPI: EC: EC started
[    0.179056] ACPI: EC: interrupt blocked
[    0.181380] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.181382] ACPI: EC: Boot ECDT EC used to handle transactions
[    0.182942] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.189703] ACPI: Dynamic OEM Table Load:
[    0.189710] ACPI: SSDT 0xFFFF920040CF3000 0005DC (v02 PmRef  Cpu0Ist  00003000 INTL 20120913)
[    0.191549] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[    0.193206] ACPI: Dynamic OEM Table Load:
[    0.193212] ACPI: SSDT 0xFFFF920041308C00 00037F (v02 PmRef  Cpu0Cst  00003001 INTL 20120913)
[    0.194952] ACPI: Dynamic OEM Table Load:
[    0.194957] ACPI: SSDT 0xFFFF920040CEDB40 00008E (v02 PmRef  Cpu0Hwp  00003000 INTL 20120913)
[    0.196564] ACPI: Dynamic OEM Table Load:
[    0.196568] ACPI: SSDT 0xFFFF920041305000 000130 (v02 PmRef  HwpLvt   00003000 INTL 20120913)
[    0.198957] ACPI: Dynamic OEM Table Load:
[    0.198963] ACPI: SSDT 0xFFFF920040CF1000 0005AA (v02 PmRef  ApIst    00003000 INTL 20120913)
[    0.201046] ACPI: Dynamic OEM Table Load:
[    0.201050] ACPI: SSDT 0xFFFF920041304400 000119 (v02 PmRef  ApHwp    00003000 INTL 20120913)
[    0.202775] ACPI: Dynamic OEM Table Load:
[    0.202779] ACPI: SSDT 0xFFFF920041307000 000119 (v02 PmRef  ApCst    00003000 INTL 20120913)
[    0.209695] ACPI: Interpreter enabled
[    0.209740] ACPI: (supports S0 S3 S4 S5)
[    0.209741] ACPI: Using IOAPIC for interrupt routing
[    0.209782] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.210583] ACPI: Enabled 8 GPEs in block 00 to 7F
[    0.213669] ACPI: Power Resource [PG00] (on)
[    0.214501] ACPI: Power Resource [WRST] (on)
[    0.214639] ACPI: Power Resource [WRST] (on)
[    0.214775] ACPI: Power Resource [WRST] (on)
[    0.214912] ACPI: Power Resource [WRST] (on)
[    0.215288] ACPI: Power Resource [WRST] (on)
[    0.215673] ACPI: Power Resource [WRST] (on)
[    0.216049] ACPI: Power Resource [WRST] (on)
[    0.216190] ACPI: Power Resource [WRST] (on)
[    0.216596] ACPI: Power Resource [WRST] (on)
[    0.216965] ACPI: Power Resource [WRST] (on)
[    0.217339] ACPI: Power Resource [WRST] (on)
[    0.217712] ACPI: Power Resource [WRST] (on)
[    0.218080] ACPI: Power Resource [WRST] (on)
[    0.218449] ACPI: Power Resource [WRST] (on)
[    0.218824] ACPI: Power Resource [WRST] (on)
[    0.219199] ACPI: Power Resource [WRST] (on)
[    0.219567] ACPI: Power Resource [WRST] (on)
[    0.219938] ACPI: Power Resource [WRST] (on)
[    0.220306] ACPI: Power Resource [WRST] (on)
[    0.220674] ACPI: Power Resource [WRST] (on)
[    0.233903] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.233912] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.233962] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.234696] PCI host bridge to bus 0000:00
[    0.234698] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.234700] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.234702] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.234703] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.234704] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.234706] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.234707] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.234708] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.234710] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.234711] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.234712] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.234713] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.234715] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.234716] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.234717] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.234718] pci_bus 0000:00: root bus resource [mem 0x88800000-0xdfffffff window]
[    0.234720] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.234721] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.234735] pci 0000:00:00.0: [8086:1910] type 00 class 0x060000
[    0.234864] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[    0.234909] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.235250] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[    0.235260] pci 0000:00:04.0: reg 0x10: [mem 0xdf320000-0xdf327fff 64bit]
[    0.235534] pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
[    0.235552] pci 0000:00:14.0: reg 0x10: [mem 0xdf310000-0xdf31ffff 64bit]
[    0.235615] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.235832] pci 0000:00:14.2: [8086:a131] type 00 class 0x118000
[    0.235849] pci 0000:00:14.2: reg 0x10: [mem 0xdf338000-0xdf338fff 64bit]
[    0.236164] pci 0000:00:15.0: [8086:a160] type 00 class 0x118000
[    0.236370] pci 0000:00:15.0: reg 0x10: [mem 0xdf337000-0xdf337fff 64bit]
[    0.237444] pci 0000:00:15.1: [8086:a161] type 00 class 0x118000
[    0.237650] pci 0000:00:15.1: reg 0x10: [mem 0xdf336000-0xdf336fff 64bit]
[    0.238649] pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
[    0.238670] pci 0000:00:16.0: reg 0x10: [mem 0xdf335000-0xdf335fff 64bit]
[    0.238740] pci 0000:00:16.0: PME# supported from D3hot
[    0.238972] pci 0000:00:17.0: [8086:a103] type 00 class 0x010601
[    0.238985] pci 0000:00:17.0: reg 0x10: [mem 0xdf330000-0xdf331fff]
[    0.238992] pci 0000:00:17.0: reg 0x14: [mem 0xdf334000-0xdf3340ff]
[    0.238999] pci 0000:00:17.0: reg 0x18: [io  0xf050-0xf057]
[    0.239006] pci 0000:00:17.0: reg 0x1c: [io  0xf040-0xf043]
[    0.239013] pci 0000:00:17.0: reg 0x20: [io  0xf020-0xf03f]
[    0.239020] pci 0000:00:17.0: reg 0x24: [mem 0xdf333000-0xdf3337ff]
[    0.239059] pci 0000:00:17.0: PME# supported from D3hot
[    0.239284] pci 0000:00:1c.0: [8086:a112] type 01 class 0x060400
[    0.239355] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.239685] pci 0000:00:1c.3: [8086:a113] type 01 class 0x060400
[    0.239756] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.240103] pci 0000:00:1f.0: [8086:a14e] type 00 class 0x060100
[    0.240402] pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
[    0.240417] pci 0000:00:1f.2: reg 0x10: [mem 0xdf32c000-0xdf32ffff]
[    0.240661] pci 0000:00:1f.3: [8086:a170] type 00 class 0x040300
[    0.240684] pci 0000:00:1f.3: reg 0x10: [mem 0xdf328000-0xdf32bfff 64bit]
[    0.240715] pci 0000:00:1f.3: reg 0x20: [mem 0xdf300000-0xdf30ffff 64bit]
[    0.240763] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.241121] pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
[    0.241179] pci 0000:00:1f.4: reg 0x10: [mem 0xdf332000-0xdf3320ff 64bit]
[    0.241250] pci 0000:00:1f.4: reg 0x20: [io  0xf000-0xf01f]
[    0.241557] pci 0000:01:00.0: [10de:1c20] type 00 class 0x030000
[    0.241570] pci 0000:01:00.0: reg 0x10: [mem 0xde000000-0xdeffffff]
[    0.241580] pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.241590] pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
[    0.241597] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.241604] pci 0000:01:00.0: reg 0x30: [mem 0xdf000000-0xdf07ffff pref]
[    0.241623] pci 0000:01:00.0: Enabling HDA controller
[    0.241627] pci 0000:01:00.0: BAR 1: assigned to efifb
[    0.241706] pci 0000:01:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x16 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
[    0.241813] pci 0000:01:00.1: [10de:10f1] type 00 class 0x040300
[    0.241824] pci 0000:01:00.1: reg 0x10: [mem 0xdf080000-0xdf083fff]
[    0.241933] pci 0000:00:01.0: ASPM: current common clock configuration is inconsistent, reconfiguring
[    0.248824] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.248831] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.248839] pci 0000:00:01.0:   bridge window [mem 0xde000000-0xdf0fffff]
[    0.248847] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.249306] pci 0000:02:00.0: [8086:24f3] type 00 class 0x028000
[    0.249393] pci 0000:02:00.0: reg 0x10: [mem 0xdf200000-0xdf201fff 64bit]
[    0.249874] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.250539] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.250544] pci 0000:00:1c.0:   bridge window [mem 0xdf200000-0xdf2fffff]
[    0.250635] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
[    0.250653] pci 0000:03:00.0: reg 0x10: [io  0xd000-0xd0ff]
[    0.250678] pci 0000:03:00.0: reg 0x18: [mem 0xdf104000-0xdf104fff 64bit]
[    0.250694] pci 0000:03:00.0: reg 0x20: [mem 0xdf100000-0xdf103fff 64bit]
[    0.250795] pci 0000:03:00.0: supports D1 D2
[    0.250796] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.251047] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.251050] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[    0.251053] pci 0000:00:1c.3:   bridge window [mem 0xdf100000-0xdf1fffff]
[    0.253968] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.254039] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.254108] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.254176] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.254243] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.254312] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.254379] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.254445] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.255279] ACPI: EC: interrupt unblocked
[    0.255281] ACPI: EC: event unblocked
[    0.255292] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.255293] ACPI: EC: GPE=0x23
[    0.255295] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot ECDT EC initialization complete
[    0.255297] ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
[    0.255352] iommu: Default domain type: Translated
[    0.255365] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.255365] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.255365] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.255365] vgaarb: loaded
[    0.255538] SCSI subsystem initialized
[    0.255545] libata version 3.00 loaded.
[    0.255545] ACPI: bus type USB registered
[    0.255545] usbcore: registered new interface driver usbfs
[    0.255545] usbcore: registered new interface driver hub
[    0.255545] usbcore: registered new device driver usb
[    0.255545] pps_core: LinuxPPS API ver. 1 registered
[    0.255545] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.255545] PTP clock support registered
[    0.255545] EDAC MC: Ver: 3.0.0
[    0.255850] Registered efivars operations
[    0.255850] NetLabel: Initializing
[    0.255850] NetLabel:  domain hash size = 128
[    0.255850] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.255850] NetLabel:  unlabeled traffic allowed by default
[    0.255850] PCI: Using ACPI for IRQ routing
[    0.284746] PCI: pci_cache_line_size set to 64 bytes
[    0.285312] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.285314] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.285316] e820: reserve RAM buffer [mem 0x81a07000-0x83ffffff]
[    0.285317] e820: reserve RAM buffer [mem 0x83c37000-0x83ffffff]
[    0.285318] e820: reserve RAM buffer [mem 0x85166000-0x87ffffff]
[    0.285320] e820: reserve RAM buffer [mem 0x86522000-0x87ffffff]
[    0.285321] e820: reserve RAM buffer [mem 0x87fff000-0x87ffffff]
[    0.285322] e820: reserve RAM buffer [mem 0x476800000-0x477ffffff]
[    0.285327] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.285327] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.286497] clocksource: Switched to clocksource tsc-early
[    0.293077] VFS: Disk quotas dquot_6.6.0
[    0.293092] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.293157] pnp: PnP ACPI init
[    0.293556] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.293559] system 00:00: [io  0xffff] has been reserved
[    0.293561] system 00:00: [io  0xffff] has been reserved
[    0.293563] system 00:00: [io  0xffff] has been reserved
[    0.293564] system 00:00: [io  0x1800-0x18fe] has been reserved
[    0.293566] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.293571] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.293677] system 00:01: [io  0x0800-0x087f] has been reserved
[    0.293681] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.293699] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.293737] system 00:03: [io  0x1854-0x1857] has been reserved
[    0.293740] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.293887] system 00:04: [io  0x0240-0x0259] has been reserved
[    0.293891] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.293915] pnp 00:05: Plug and Play ACPI device, IDs ATK3001 PNP030b (active)
[    0.294124] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.294126] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.294128] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.294129] system 00:06: [mem 0xe0000000-0xefffffff] has been reserved
[    0.294131] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.294133] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.294134] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.294136] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    0.294138] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.294139] system 00:06: [mem 0xdffe0000-0xdfffffff] has been reserved
[    0.294143] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.294186] system 00:07: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.294188] system 00:07: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.294190] system 00:07: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.294192] system 00:07: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.294194] system 00:07: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.294195] system 00:07: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.294197] system 00:07: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.294200] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.294571] system 00:08: [io  0xff00-0xfffe] has been reserved
[    0.294575] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.296071] system 00:09: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    0.296074] system 00:09: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    0.296075] system 00:09: [mem 0xfdac0000-0xfdacffff] has been reserved
[    0.296079] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.297191] pnp: PnP ACPI: found 10 devices
[    0.302677] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.302726] NET: Registered protocol family 2
[    0.302846] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.302922] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.303092] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.303163] TCP: Hash tables configured (established 131072 bind 65536)
[    0.303230] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    0.303309] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.303351] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.303483] NET: Registered protocol family 1
[    0.303488] NET: Registered protocol family 44
[    0.303497] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.303500] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.303504] pci 0000:00:01.0:   bridge window [mem 0xde000000-0xdf0fffff]
[    0.303506] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.303510] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.303514] pci 0000:00:1c.0:   bridge window [mem 0xdf200000-0xdf2fffff]
[    0.303520] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.303522] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[    0.303525] pci 0000:00:1c.3:   bridge window [mem 0xdf100000-0xdf1fffff]
[    0.303531] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.303533] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.303534] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.303536] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.303537] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.303539] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.303540] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.303541] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.303543] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.303544] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.303545] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.303547] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[    0.303548] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[    0.303549] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[    0.303551] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[    0.303552] pci_bus 0000:00: resource 19 [mem 0x88800000-0xdfffffff window]
[    0.303554] pci_bus 0000:00: resource 20 [mem 0xfd000000-0xfe7fffff window]
[    0.303555] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.303556] pci_bus 0000:01: resource 1 [mem 0xde000000-0xdf0fffff]
[    0.303558] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.303559] pci_bus 0000:02: resource 1 [mem 0xdf200000-0xdf2fffff]
[    0.303561] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    0.303562] pci_bus 0000:03: resource 1 [mem 0xdf100000-0xdf1fffff]
[    0.304397] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.304422] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.304699] PCI: CLS 0 bytes, default 64
[    0.304730] Trying to unpack rootfs image as initramfs...
[    0.485903] Freeing initrd memory: 53916K
[    0.485936] DMAR: ACPI device "device:76" under DMAR at fed90000 as 00:15.0
[    0.485940] DMAR: ACPI device "device:77" under DMAR at fed90000 as 00:15.1
[    0.485955] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.485956] software IO TLB: mapped [mem 0x000000007c9f8000-0x00000000809f8000] (64MB)
[    0.486502] check: Scanning for low memory corruption every 60 seconds
[    0.486776] Initialise system trusted keyrings
[    0.486784] Key type blacklist registered
[    0.486819] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[    0.487832] zbud: loaded
[    0.496836] Key type asymmetric registered
[    0.496838] Asymmetric key parser 'x509' registered
[    0.496843] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.496868] io scheduler mq-deadline registered
[    0.496869] io scheduler kyber registered
[    0.496887] io scheduler bfq registered
[    0.496963] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    0.497636] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.497664] efifb: probing for efifb
[    0.497676] efifb: framebuffer at 0xc0000000, using 8640k, total 8640k
[    0.497678] efifb: mode is 1920x1080x32, linelength=8192, pages=1
[    0.497680] efifb: scrolling: redraw
[    0.497680] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.497709] fbcon: Deferring console take-over
[    0.497710] fb0: EFI VGA frame buffer device
[    0.497716] intel_idle: MWAIT substates: 0x11142120
[    0.497718] intel_idle: v0.5.1 model 0x5E
[    0.498138] intel_idle: Local APIC timer is reliable in all C-states
[    0.498315] ACPI: AC Adapter [AC0] (on-line)
[    0.498381] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    0.498397] ACPI: Lid Switch [LID]
[    0.498418] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    0.502144] ACPI: Sleep Button [SLPB]
[    0.502176] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.505472] ACPI: Power Button [PWRF]
[    0.505667] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1220
[    0.508053] thermal LNXTHERM:00: registered as thermal_zone0
[    0.508055] ACPI: Thermal Zone [THRM] (73 C)
[    0.508276] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.509824] Non-volatile memory driver v1.3
[    0.509826] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    0.509827] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[    0.512357] ahci 0000:00:17.0: version 3.0
[    0.518319] battery: ACPI: Battery Slot [BAT0] (battery present)
[    0.525678] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x9 impl SATA mode
[    0.525683] ahci 0000:00:17.0: flags: 64bit ncq sntf pm led clo only pio slum part ems deso sadm sds apst
[    0.536424] scsi host0: ahci
[    0.536898] scsi host1: ahci
[    0.537359] scsi host2: ahci
[    0.537551] scsi host3: ahci
[    0.537580] ata1: SATA max UDMA/133 abar m2048@0xdf333000 port 0xdf333100 irq 124
[    0.537582] ata2: DUMMY
[    0.537583] ata3: DUMMY
[    0.537585] ata4: SATA max UDMA/133 abar m2048@0xdf333000 port 0xdf333280 irq 124
[    0.537609] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.537620] ehci-pci: EHCI PCI platform driver
[    0.537629] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.537630] ohci-pci: OHCI PCI platform driver
[    0.537636] uhci_hcd: USB Universal Host Controller Interface driver
[    0.537665] usbcore: registered new interface driver usbserial_generic
[    0.537670] usbserial: USB Serial support registered for generic
[    0.537751] rtc_cmos 00:02: RTC can wake from S4
[    0.538362] rtc_cmos 00:02: registered as rtc0
[    0.538535] rtc_cmos 00:02: setting system clock to 2021-05-06T22:59:13 UTC (1620341953)
[    0.538547] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.538576] intel_pstate: Intel P-state driver initializing
[    0.539173] intel_pstate: HWP enabled
[    0.539255] ledtrig-cpu: registered to indicate activity on CPUs
[    0.539368] hid: raw HID events driver (C) Jiri Kosina
[    0.539423] intel_pmc_core INT33A1:00:  initialized
[    0.539487] drop_monitor: Initializing network drop monitor service
[    0.539541] Initializing XFRM netlink socket
[    0.539623] NET: Registered protocol family 10
[    0.544104] Segment Routing with IPv6
[    0.544105] RPL Segment Routing with IPv6
[    0.544124] NET: Registered protocol family 17
[    0.544761] microcode: sig=0x506e3, pf=0x20, revision=0xc6
[    0.544905] microcode: Microcode Update Driver: v2.2.
[    0.544910] IPI shorthand broadcast: enabled
[    0.544919] sched_clock: Marking stable (544300462, 371312)->(549401065, -4729291)
[    0.545111] registered taskstats version 1
[    0.545119] Loading compiled-in X.509 certificates
[    0.547986] Loaded X.509 cert 'Build time autogenerated kernel key: 4ee2f1d722286978a28da8a6e415a302a984c0be'
[    0.548376] zswap: loaded using pool lz4/z3fold
[    0.548580] Key type ._fscrypt registered
[    0.548582] Key type .fscrypt registered
[    0.548583] Key type fscrypt-provisioning registered
[    0.549806] PM:   Magic number: 5:222:1007
[    0.549835] system 00:09: hash matches
[    0.549878] memory memory46: hash matches
[    0.550036] RAS: Correctable Errors collector initialized.
[    0.852232] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    0.853867] ata1.00: ATA-10: Micron_1100_MTFDDAV256TBN,  M0MA020, max UDMA/133
[    0.853876] ata1.00: 500118192 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    0.855484] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    0.856740] ata1.00: configured for UDMA/133
[    0.868886] ahci 0000:00:17.0: port does not support device sleep
[    0.869353] scsi 0:0:0:0: Direct-Access     ATA      Micron_1100_MTFD A020 PQ: 0 ANSI: 5
[    0.869655] ata1.00: Enabling discard_zeroes_data
[    0.869737] sd 0:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[    0.869753] sd 0:0:0:0: [sda] Write Protect is off
[    0.869757] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    0.869780] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.873031]  sda: sda1 sda2 sda3 sda4 sda5
[    0.874016] ata1.00: Enabling discard_zeroes_data
[    0.874145] sd 0:0:0:0: [sda] Attached SCSI disk
[    0.902201] ata4.00: ATA-8: TOSHIBA MQ01ABD100, AX0R5J, max UDMA/100
[    0.902209] ata4.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    0.904479] ata4.00: configured for UDMA/100
[    0.905085] scsi 3:0:0:0: Direct-Access     ATA      TOSHIBA MQ01ABD1 5J   PQ: 0 ANSI: 5
[    0.905400] sd 3:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    0.905406] sd 3:0:0:0: [sdb] 4096-byte physical blocks
[    0.905419] sd 3:0:0:0: [sdb] Write Protect is off
[    0.905423] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    0.905444] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.017348]  sdb: sdb1 sdb2 sdb3
[    1.018303] sd 3:0:0:0: [sdb] Attached SCSI disk
[    1.020736] Freeing unused decrypted memory: 2036K
[    1.021291] Freeing unused kernel image (initmem) memory: 1668K
[    1.032236] Write protecting the kernel read-only data: 26624k
[    1.033327] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    1.033913] Freeing unused kernel image (rodata/data gap) memory: 1356K
[    1.080358] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.080361] rodata_test: all tests were successful
[    1.080362] x86/mm: Checking user space page tables
[    1.122698] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.122701] Run /init as init process
[    1.122702]   with arguments:
[    1.122703]     /init
[    1.122703]   with environment:
[    1.122704]     HOME=/
[    1.122704]     TERM=linux
[    1.122705]     BOOT_IMAGE=/boot/vmlinuz-linux
[    1.138077] fbcon: Taking over console
[    1.138181] Console: switching to colour frame buffer device 240x67
[    1.152680] nvidia: loading out-of-tree module taints kernel.
[    1.152689] nvidia: module license 'NVIDIA' taints kernel.
[    1.152690] Disabling lock debugging due to kernel taint
[    1.160109] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[    1.184419] nvidia-nvlink: Nvlink Core is being initialized, major device number 239

[    1.185002] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    1.301635] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  465.27  Thu Apr 22 23:21:03 UTC 2021
[    1.304478] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  465.27  Thu Apr 22 23:12:47 UTC 2021
[    1.305403] nvidia_uvm: module uses symbols from proprietary module nvidia, inheriting taint.
[    1.313946] nvidia-uvm: Loaded the UVM driver, major device number 237.
[    1.315217] Linux agpgart interface v0.103
[    1.336916] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[    1.356713] ACPI Warning: \_SB.PCI0.PEG0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20201113/nsarguments-61)
[    1.502134] tsc: Refined TSC clocksource calibration: 2591.997 MHz
[    1.502138] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x255cb41266b, max_idle_ns: 440795324830 ns
[    1.502207] clocksource: Switched to clocksource tsc
[    2.108758] nvidia-modeset: WARNING: GPU:0: NVIDIA (DP-2): G-SYNC Compatible: EDID min refresh rate invalid, disabling G-SYNC Compatible.
[    2.109271] nvidia-modeset: WARNING: GPU:0: NVIDIA (DP-2): G-SYNC Compatible: EDID min refresh rate invalid, disabling G-SYNC Compatible.
[    2.138350] nvidia-modeset: WARNING: GPU:0: NVIDIA (DP-2): G-SYNC Compatible: EDID min refresh rate invalid, disabling G-SYNC Compatible.
[    2.956067] nvidia-modeset: WARNING: GPU:0: NVIDIA (DP-2): G-SYNC Compatible: EDID min refresh rate invalid, disabling G-SYNC Compatible.
[    2.956618] nvidia-modeset: WARNING: GPU:0: NVIDIA (DP-2): G-SYNC Compatible: EDID min refresh rate invalid, disabling G-SYNC Compatible.
[    2.957005] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
[    3.004997] ACPI: Video Device [GFX0] (multi-head: yes  rom: yes  post: no)
[    3.009199] i8042: PNP: PS/2 Controller [PNP030b:PS2K] at 0x60,0x64 irq 1
[    3.009208] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    3.011797] serio: i8042 KBD port at 0x60,0x64 irq 1
[    3.014606] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.014614] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    3.015689] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000001109810
[    3.016641] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.11
[    3.016645] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.016648] usb usb1: Product: xHCI Host Controller
[    3.016650] usb usb1: Manufacturer: Linux 5.11.16-arch1-1 xhci-hcd
[    3.016651] usb usb1: SerialNumber: 0000:00:14.0
[    3.016791] hub 1-0:1.0: USB hub found
[    3.016809] hub 1-0:1.0: 16 ports detected
[    3.017901] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12/LNXVIDEO:01/input/input3
[    3.018678] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.018682] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    3.018684] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    3.018714] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.11
[    3.018716] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.018717] usb usb2: Product: xHCI Host Controller
[    3.018718] usb usb2: Manufacturer: Linux 5.11.16-arch1-1 xhci-hcd
[    3.018720] usb usb2: SerialNumber: 0000:00:14.0
[    3.018794] hub 2-0:1.0: USB hub found
[    3.018805] hub 2-0:1.0: 8 ports detected
[    3.032118] random: fast init done
[    3.077296] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    3.345578] usb 1-4: new high-speed USB device number 2 using xhci_hcd
[    3.517238] usb 1-4: New USB device found, idVendor=13d3, idProduct=5666, bcdDevice=10.15
[    3.517248] usb 1-4: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    3.517253] usb 1-4: Product: USB2.0 HD UVC WebCam
[    3.517257] usb 1-4: Manufacturer: Azurewave
[    3.517261] usb 1-4: SerialNumber: NULL
[    3.645514] usb 1-8: new full-speed USB device number 3 using xhci_hcd
[    3.653708] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    3.811064] usb 1-8: New USB device found, idVendor=0b05, idProduct=1837, bcdDevice= 0.03
[    3.811071] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.811075] usb 1-8: Product: ROG MacroKey
[    3.811078] usb 1-8: Manufacturer: ASASTeK COMPUTER INC.
[    3.881399] systemd[1]: systemd 248-5-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)
[    3.899098] systemd[1]: Detected architecture x86-64.
[    3.902463] systemd[1]: Hostname set to <whack>.
[    3.948878] usb 1-9: new full-speed USB device number 4 using xhci_hcd
[    4.089964] systemd[1]: multi-user.target: Wants dependency dropin /etc/systemd/system/multi-user.target.wants/mynetscript.service is not a symlink, ignoring.
[    4.090192] usb 1-9: New USB device found, idVendor=8087, idProduct=0a2b, bcdDevice= 0.01
[    4.090202] usb 1-9: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.109056] systemd[1]: Queued start job for default target Graphical Interface.
[    4.111209] systemd[1]: Created slice system-getty.slice.
[    4.111912] systemd[1]: Created slice system-modprobe.slice.
[    4.112576] systemd[1]: Created slice User and Session Slice.
[    4.112840] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    4.113081] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    4.113500] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    4.113726] systemd[1]: Reached target Local Encrypted Volumes.
[    4.113896] systemd[1]: Reached target Paths.
[    4.114020] systemd[1]: Reached target Remote File Systems.
[    4.114142] systemd[1]: Reached target Slices.
[    4.114283] systemd[1]: Reached target Local Verity Integrity Protected Volumes.
[    4.114563] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    4.117102] systemd[1]: Listening on Process Core Dump Socket.
[    4.117426] systemd[1]: Listening on Journal Audit Socket.
[    4.117665] systemd[1]: Listening on Journal Socket (/dev/log).
[    4.117906] systemd[1]: Listening on Journal Socket.
[    4.118374] systemd[1]: Listening on udev Control Socket.
[    4.118580] systemd[1]: Listening on udev Kernel Socket.
[    4.119829] systemd[1]: Mounting Huge Pages File System...
[    4.121051] systemd[1]: Mounting POSIX Message Queue File System...
[    4.122260] systemd[1]: Mounting Kernel Debug File System...
[    4.123217] systemd[1]: Mounting Kernel Trace File System...
[    4.124212] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    4.125263] systemd[1]: Starting Load Kernel Module configfs...
[    4.126229] systemd[1]: Starting Load Kernel Module drm...
[    4.127181] systemd[1]: Starting Load Kernel Module fuse...
[    4.127898] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    4.127934] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    4.129555] systemd[1]: Starting Journal Service...
[    4.130848] systemd[1]: Starting Load Kernel Modules...
[    4.131659] systemd[1]: Starting Remount Root and Kernel File Systems...
[    4.131844] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[    4.132630] systemd[1]: Starting Coldplug All udev Devices...
[    4.134257] systemd[1]: Mounted Huge Pages File System.
[    4.134454] systemd[1]: Mounted POSIX Message Queue File System.
[    4.134623] systemd[1]: Mounted Kernel Debug File System.
[    4.134783] systemd[1]: Mounted Kernel Trace File System.
[    4.135155] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    4.135565] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    4.135796] systemd[1]: Finished Load Kernel Module configfs.
[    4.136196] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    4.136416] systemd[1]: Finished Load Kernel Module drm.
[    4.137272] systemd[1]: Mounting Kernel Configuration File System...
[    4.137530] EXT4-fs (sda3): re-mounted. Opts: discard. Quota mode: none.
[    4.138205] systemd[1]: Finished Remount Root and Kernel File Systems.
[    4.138301] audit: type=1130 audit(1620341957.093:2): 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'
[    4.138391] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[    4.141244] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    4.141916] systemd[1]: Starting Load/Save Random Seed...
[    4.142066] systemd[1]: Condition check resulted in Create System Users being skipped.
[    4.142752] fuse: init (API version 7.33)
[    4.142851] systemd[1]: Starting Create Static Device Nodes in /dev...
[    4.143789] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    4.144149] systemd[1]: Finished Load Kernel Module fuse.
[    4.144312] audit: type=1130 audit(1620341957.100:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.144327] audit: type=1131 audit(1620341957.100:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.144429] systemd[1]: Mounted Kernel Configuration File System.
[    4.145288] systemd[1]: Mounting FUSE Control File System...
[    4.146913] systemd[1]: Mounted FUSE Control File System.
[    4.162135] systemd[1]: Finished Create Static Device Nodes in /dev.
[    4.162253] audit: type=1130 audit(1620341957.120:5): 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'
[    4.162317] systemd[1]: Reached target Local File Systems (Pre).
[    4.162413] systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
[    4.163207] audit: type=1334 audit(1620341957.120:6): prog-id=14 op=LOAD
[    4.163314] audit: type=1334 audit(1620341957.120:7): prog-id=15 op=LOAD
[    4.163355] audit: type=1334 audit(1620341957.120:8): prog-id=16 op=LOAD
[    4.163786] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    4.164786] vboxdrv: Found 8 processor cores
[    4.169278] systemd[1]: Started Journal Service.
[    4.169412] audit: type=1130 audit(1620341957.127:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.173562] systemd-journald[263]: Received client request to flush runtime journal.
[    4.185984] vboxdrv: TSC mode is Invariant, tentative frequency 2591996614 Hz
[    4.185987] vboxdrv: Successfully loaded version 6.1.22 (interface 0x00300000)
[    4.191160] VBoxNetAdp: Successfully started.
[    4.197279] VBoxNetFlt: Successfully started.
[    4.198282] audit: type=1130 audit(1620341957.153:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.278744] input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input5
[    4.376610] proc_thermal 0000:00:04.0: Creating sysfs group for PROC_THERMAL_PCI
[    4.376659] intel_rapl_common: Found RAPL domain package
[    4.376662] intel_rapl_common: Found RAPL domain dram
[    4.443801] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[    4.444511] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    4.444562] mc: Linux media interface: v0.10
[    4.445058] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    4.449539] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    4.449576] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    4.450081] tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does not cover the entire command/response buffer. [mem 0xfed40000-0xfed4087f flags 0x200] vs fed40080 f80
[    4.451474] tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does not cover the entire command/response buffer. [mem 0xfed40000-0xfed4087f flags 0x200] vs fed40080 f80
[    4.453983] i2c i2c-6: 2/4 memory slots populated (from DMI)
[    4.454779] i2c i2c-6: Successfully instantiated SPD at 0x52
[    4.456735] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[    4.457026] idma64 idma64.1: Found Intel integrated DMA 64-bit
[    4.463436] i2c_hid i2c-ELAN1200:00: supply vdd not found, using dummy regulator
[    4.463460] i2c_hid i2c-ELAN1200:00: supply vddl not found, using dummy regulator
[    4.464981] usbcore: registered new interface driver usbhid
[    4.464983] usbhid: USB HID core driver
[    4.528831] Adding 3070972k swap on /dev/sda4.  Priority:-2 extents:1 across:3070972k SSDscFS
[    4.542892] input: PC Speaker as /devices/platform/pcspkr/input/input6
[    4.543941] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[    4.566805] libphy: r8169: probed
[    4.566925] r8169 0000:03:00.0 eth0: RTL8168gu/8111gu, 2c:4d:54:35:22:d9, XID 509, IRQ 128
[    4.566929] r8169 0000:03:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    4.589040] videodev: Linux video capture interface: v2.00
[    4.589062] Bluetooth: Core ver 2.22
[    4.589187] NET: Registered protocol family 31
[    4.589188] Bluetooth: HCI device and connection manager initialized
[    4.589191] Bluetooth: HCI socket layer initialized
[    4.589194] Bluetooth: L2CAP socket layer initialized
[    4.589198] Bluetooth: SCO socket layer initialized
[    4.589348] asus_wmi: ASUS WMI generic driver loaded
[    4.594897] asus_wmi: Initialization: 0x1
[    4.594963] asus_wmi: BIOS WMI version: 7.9
[    4.595033] asus_wmi: SFUN value: 0xa0065
[    4.595036] asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
[    4.595039] asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
[    4.598586] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input7
[    4.614615] input: ELAN1200:00 04F3:301A Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-8/i2c-ELAN1200:00/0018:04F3:301A.0004/input/input8
[    4.614689] input: ELAN1200:00 04F3:301A Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-8/i2c-ELAN1200:00/0018:04F3:301A.0004/input/input9
[    4.614811] hid-generic 0018:04F3:301A.0004: input,hidraw0: I2C HID v1.00 Mouse [ELAN1200:00 04F3:301A] on i2c-ELAN1200:00
[    4.616903] random: crng init done
[    4.639416] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    4.645366] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    4.646022] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    4.646025] cfg80211: failed to load regulatory.db
[    4.694199] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
[    4.694203] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    4.694204] RAPL PMU: hw unit of domain package 2^-14 Joules
[    4.694206] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    4.764663] cryptd: max_cpu_qlen set to 1000
[    4.766319] input: ASASTeK COMPUTER INC. ROG MacroKey as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/0003:0B05:1837.0001/input/input10
[    4.766360] iTCO_vendor_support: vendor-support=0
[    4.766566] intel_rapl_common: Found RAPL domain package
[    4.766568] intel_rapl_common: Found RAPL domain core
[    4.766570] intel_rapl_common: Found RAPL domain dram
[    4.769037] r8169 0000:03:00.0 enp3s0: renamed from eth0
[    4.826094] asus 0003:0B05:1837.0001: input,hidraw1: USB HID v1.10 Keyboard [ASASTeK COMPUTER INC. ROG MacroKey] on usb-0000:00:14.0-8/input0
[    4.836975] ee1004 6-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
[    4.854528] input: ASASTeK COMPUTER INC. ROG MacroKey as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.1/0003:0B05:1837.0002/input/input11
[    4.875019] usbcore: registered new interface driver btusb
[    4.886114] Bluetooth: hci0: Firmware revision 0.0 build 10 week 41 2018
[    4.891243] Intel(R) Wireless WiFi driver for Linux
[    4.898216] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[    4.905186] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    4.907698] iwlwifi 0000:02:00.0: loaded firmware version 36.ad812ee0.0 8000C-36.ucode op_mode iwlmvm
[    4.912684] asus 0003:0B05:1837.0002: input,hiddev96,hidraw2: USB HID v1.10 Device [ASASTeK COMPUTER INC. ROG MacroKey] on usb-0000:00:14.0-8/input1
[    4.913162] input: ASASTeK COMPUTER INC. ROG MacroKey as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.2/0003:0B05:1837.0003/input/input12
[    4.955841] asus 0003:0B05:1837.0003: input,hidraw3: USB HID v1.10 Mouse [ASASTeK COMPUTER INC. ROG MacroKey] on usb-0000:00:14.0-8/input2
[    4.997118] input: ELAN1200:00 04F3:301A Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-8/i2c-ELAN1200:00/0018:04F3:301A.0004/input/input13
[    4.997260] input: ELAN1200:00 04F3:301A Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-8/i2c-ELAN1200:00/0018:04F3:301A.0004/input/input14
[    4.997440] hid-multitouch 0018:04F3:301A.0004: input,hidraw0: I2C HID v1.00 Mouse [ELAN1200:00 04F3:301A] on i2c-ELAN1200:00
[    4.997514] mousedev: PS/2 mouse device common for all mice
[    5.125800] uvcvideo: Found UVC 1.00 device USB2.0 HD UVC WebCam (13d3:5666)
[    5.146077] input: USB2.0 HD UVC WebCam: USB2.0 HD as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input15
[    5.146148] usbcore: registered new interface driver uvcvideo
[    5.146150] USB Video Class driver (1.1.1)
[    5.192252] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 8260, REV=0x204
[    5.198413] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[    5.198499] snd_hda_intel 0000:01:00.1: Disabling MSI
[    5.198509] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    5.236348] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16
[    5.236382] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17
[    5.236408] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18
[    5.236434] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input19
[    5.236458] input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input20
[    5.236484] input: HDA NVidia HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input21
[    5.247509] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC255: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    5.247513] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    5.247514] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    5.247516] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    5.247517] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    5.247518] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x12
[    5.270528] iwlwifi 0000:02:00.0: base HW address: 34:f3:9a:3e:22:7c
[    5.280255] kauditd_printk_skb: 9 callbacks suppressed
[    5.280258] audit: type=1130 audit(1620341958.237:20): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.285055] audit: type=1127 audit(1620341958.240:21): pid=431 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[    5.288911] audit: type=1130 audit(1620341958.247:22): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.294023] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
[    5.301824] audit: type=1130 audit(1620341958.257:23): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.307513] audit: type=1130 audit(1620341958.267:24): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.309187] audit: type=1334 audit(1620341958.267:25): prog-id=17 op=LOAD
[    5.309302] audit: type=1334 audit(1620341958.267:26): prog-id=18 op=LOAD
[    5.309346] audit: type=1334 audit(1620341958.267:27): prog-id=19 op=LOAD
[    5.320144] audit: type=1130 audit(1620341958.277:28): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.322078] audit: type=1130 audit(1620341958.277:29): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.345615] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    5.347062] thermal thermal_zone9: failed to read out thermal zone (-61)
[    5.349340] iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0
[    6.094993] nvidia-modeset: WARNING: GPU:0: NVIDIA (DP-2): G-SYNC Compatible: EDID min refresh rate invalid, disabling G-SYNC Compatible.
[    6.160362] nvidia-modeset: WARNING: GPU:0: NVIDIA (DP-2): G-SYNC Compatible: EDID min refresh rate invalid, disabling G-SYNC Compatible.
[    6.946898] nvidia-modeset: WARNING: GPU:0: NVIDIA (DP-2): G-SYNC Compatible: EDID min refresh rate invalid, disabling G-SYNC Compatible.
[    7.507417] nvidia-modeset: WARNING: GPU:0: NVIDIA (DP-2): G-SYNC Compatible: EDID min refresh rate invalid, disabling G-SYNC Compatible.
[    7.507989] nvidia-modeset: WARNING: GPU:0: NVIDIA (DP-2): G-SYNC Compatible: EDID min refresh rate invalid, disabling G-SYNC Compatible.
[    7.955349] 8021q: 802.1Q VLAN Support v1.8
[    8.032222] Generic FE-GE Realtek PHY r8169-300:00: attached PHY driver (mii_bus:phy_addr=r8169-300:00, irq=IGNORE)
[    8.212338] r8169 0000:03:00.0 enp3s0: Link is Down
[   10.355358] kauditd_printk_skb: 35 callbacks suppressed
[   10.355364] audit: type=1131 audit(1620341963.313:59): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   22.974864] wlp2s0: authenticate with f8:f0:82:84:b7:11
[   22.974886] wlp2s0: capabilities/regulatory prevented using AP HT/VHT configuration, downgraded
[   22.989954] wlp2s0: send auth to f8:f0:82:84:b7:11 (try 1/3)
[   22.996096] wlp2s0: authenticated
[   22.998897] wlp2s0: associate with f8:f0:82:84:b7:11 (try 1/3)
[   23.000125] wlp2s0: RX AssocResp from f8:f0:82:84:b7:11 (capab=0x931 status=0 aid=2)
[   23.004486] wlp2s0: associated
[   23.008963] wlp2s0: Limiting TX power to 22 (23 - 1) dBm as advertised by f8:f0:82:84:b7:11
[   23.972831] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[   67.917175] audit: type=1100 audit(1620342020.873:60): pid=623 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=? acct="rucker" exe="/usr/bin/sshd" hostname=192.168.1.189 addr=192.168.1.189 terminal=ssh res=failed'
[   73.888806] audit: type=1100 audit(1620342026.843:61): pid=623 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="rucker" exe="/usr/bin/sshd" hostname=192.168.1.189 addr=192.168.1.189 terminal=ssh res=success'
[   73.891446] audit: type=1101 audit(1620342026.847:62): pid=623 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="rucker" exe="/usr/bin/sshd" hostname=192.168.1.189 addr=192.168.1.189 terminal=ssh res=success'
[   73.892476] audit: type=1103 audit(1620342026.850:63): pid=623 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="rucker" exe="/usr/bin/sshd" hostname=192.168.1.189 addr=192.168.1.189 terminal=ssh res=success'
[   73.892479] audit: type=1006 audit(1620342026.850:64): pid=623 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
[   73.892481] audit: type=1300 audit(1620342026.850:64): arch=c000003e syscall=1 success=yes exit=4 a0=3 a1=7ffd714e8900 a2=4 a3=3e8 items=0 ppid=437 pid=623 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="sshd" exe="/usr/bin/sshd" key=(null)
[   73.892483] audit: type=1327 audit(1620342026.850:64): proctitle=737368643A207275636B6572205B707269765D
[   73.898776] audit: type=1105 audit(1620342026.853:65): pid=623 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="rucker" exe="/usr/bin/sshd" hostname=192.168.1.189 addr=192.168.1.189 terminal=ssh res=success'
[   73.899710] audit: type=1103 audit(1620342026.857:66): pid=625 uid=0 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="rucker" exe="/usr/bin/sshd" hostname=192.168.1.189 addr=192.168.1.189 terminal=ssh res=success'
[  102.812355] audit: type=1101 audit(1620342055.770:67): pid=685 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="rucker" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  102.813058] audit: type=1110 audit(1620342055.770:68): pid=685 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  102.813934] audit: type=1105 audit(1620342055.770:69): pid=685 uid=1000 auid=1000 ses=3 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'

Fast boot disabled, checked just now.

Offline

Board footer

Powered by FluxBB