NVIDIA driver installed but not loaded?

Hey,
I recently updated my system including the kernel and the NVIDIA driver from an unsupported kernel version which might be the cause of my issues. Now, three kernels are installed, namely 5.10, 5.15 and 5.16, and all show the same behavior.

Basically, I have two monitors of which only one is working since the update when using a GUI. When pressing ctrl + alt + F2 etc., both monitors show a terminal and the same content as expected, so cables etc. definitely work.

In NVIDIA SettingsX Server Display Configuration both monitors are visible but one is marked as disabled and cannot be enabled.

inxi -G shows that all GPUs are found and that the nvidia driver version 510 is used. However, X.Org is unable to load the driver: loaded: N/A unloaded: nvidia, yet it apparently finds it. If I understand it correctly, this is what I need to solve, however, I do not know how.

inxi -G
Graphics:
  Device-1: NVIDIA TU102 [GeForce RTX 2080 Ti] driver: nvidia v: 510.54
  Device-2: NVIDIA GP108 [GeForce GT 1030] driver: nvidia v: 510.54
  Device-3: NVIDIA GV100 [TITAN V] driver: nvidia v: 510.54
  Display: x11 server: X.Org v: 1.21.1.3 driver: X: loaded: N/A
    unloaded: nvidia gpu: nvidia,nvidia,nvidia note:  X driver n/a
    resolution: 1920x1200~60Hz
  OpenGL: renderer: NVIDIA GeForce GT 1030/PCIe/SSE2 v: 4.6.0 NVIDIA 510.54

The X.Org configuration at etc/X11/xorg.conf is as follows:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 510.54

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 450.66

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" RightOf "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
EndSection

Section "Files"
EndSection

Section "InputDevice"

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

Section "InputDevice"

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

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "DELL U2415"
    HorizSync       30.0 - 83.0
    VertRefresh     49.0 - 61.0
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "DELL U2415"
    HorizSync       30.0 - 83.0
    VertRefresh     49.0 - 61.0
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GT 1030"
    BusID          "PCI:10:0:0"
    Screen          0
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GT 1030"
    BusID          "PCI:10:0:0"
    Screen          1
EndSection

Section "Screen"

# Removed Option "metamodes" "HDMI-0: nvidia-auto-select +0+0"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "nvidiaXineramaInfoOrder" "DFP-2"
    Option         "Stereo" "0"
    Option         "metamodes" "DP-0: nvidia-auto-select +0+0 {AllowGSYNC=Off}"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"

# Removed Option "metamodes" "DP-0: nvidia-auto-select +0+0 {AllowGSYNC=Off}"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "metamodes" "HDMI-0: nvidia-auto-select +0+0 {AllowGSYNC=Off}"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

mhwd -li shows that only the nvidia driver is installed:

mhwd -li                     
> Installed PCI configs:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
          video-nvidia            2021.12.18               false            PCI


Warning: No installed USB configs!

pacman -Ss nvidia | grep installed shows different subversion numbers of the nvidia driver (510.54-7, 510.54-9 and 510.54-1) for different packages. I am not sure if this is a problem.

pacman -Ss nvidia | grep installed
extra/egl-wayland 2:1.1.9+r3+g582b2d3-1 [installed]
extra/libvdpau 1.4-2 [installed]
extra/libxnvctrl 510.54-1 [installed]
extra/linux510-nvidia 510.54-7 (linux510-extramodules) [installed]
extra/linux515-nvidia 510.54-7 (linux515-extramodules) [installed]
extra/linux516-nvidia 510.54-9 (linux516-extramodules) [installed]
extra/mhwd-nvidia 510.54-1 [installed]
extra/mhwd-nvidia-390xx 390.147-2 [installed]
extra/mhwd-nvidia-470xx 470.103.01-1 [installed]
extra/nvidia-utils 510.54-2 [installed]
extra/opencl-nvidia 510.54-1 [installed]
community/cuda 11.6.1-1 [installed]
community/cudnn 8.3.2.44-1 [installed]
community/nccl 2.12.7-1 [installed]
community/python-pycuda 2021.1-8 [installed]
multilib/lib32-nvidia-utils 510.54-1 [installed]

Furthermore, some packages of older drivers are still installed, however, I am not sure if it is safe to uninstall them as they are required by mhwd-db. Though, I guess keeping them should not interfere.

sudo pacman -Rsn mhwd-nvidia-390xx
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: removing mhwd-nvidia-390xx breaks dependency 'mhwd-nvidia-390xx' required by mhwd-db

In short, I am looking for a way to fix the nvidia driver and/or X.Org such that the nvidia driver is loaded properly, which hopefully already resolves my problem.

I would be very thankful for any help.

I don’t have all the answers but the xorg config file that manjaro uses with nvidia is located: /etc/X11/mhwd.d/nvidia.conf, if you create etc/X11/xorg.conf it will just sit there unused.

The mhwd-nvidia-390xx is not the driver, it’s just a file that mhwd needs/uses, you should also have mhwd-nvidia-470xx as well.

1 Like

You should first look at the Xorg log file. Another thing you can try is backing up all video related Xorg configuration and then removing them, then restarting the machine. You can also check the output of xrandr -q.

1 Like

That file is so wrong … Please delete it.

Actually etc/X11/xorg.conf will interfere with the original /etc/X11/mhwd.d/nvidia.conf see what happened here for example.

Either way, once the xorg.conf is deleted make sure to run

sudo mhwd-gpu --setmod nvidia --setxorg /etc/X11/mhwd.d/nvidia.conf

reboot and then share the nvidia.conf and let us know if is still failing.

4 Likes

Thank you all for your answers.

I followed these steps and the problem persists, nvidia.conf is as follows:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 460.32.03

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 450.66

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" RightOf "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
EndSection

Section "Files"
EndSection

Section "InputDevice"

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

Section "InputDevice"

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

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "DELL U2415"
    HorizSync       30.0 - 83.0
    VertRefresh     49.0 - 61.0
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "DELL U2415"
    HorizSync       30.0 - 83.0
    VertRefresh     49.0 - 61.0
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GT 1030"
    BusID          "PCI:10:0:0"
    Screen          0
	Option "NoLogo" "1"
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GT 1030"
    BusID          "PCI:10:0:0"
    Screen          1
	Option "NoLogo" "1"
EndSection

Section "Screen"

# Removed Option "metamodes" "HDMI-0: nvidia-auto-select +0+0"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "nvidiaXineramaInfoOrder" "DFP-2"
    Option         "Stereo" "0"
    Option         "metamodes" "DP-0: nvidia-auto-select +0+0 {AllowGSYNC=Off}"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"

# Removed Option "metamodes" "DP-0: nvidia-auto-select +0+0 {AllowGSYNC=Off}"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "metamodes" "HDMI-0: nvidia-auto-select +0+0 {AllowGSYNC=Off}"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Extensions"
    Option         "COMPOSITE" "Enable"
EndSection

 
Section "InputClass"
    Identifier          "Keyboard Defaults"
    MatchIsKeyboard        "yes"
    Option              "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection

Xorg.0.log contains the following error line, I don’t know how to resolve it though.

[ 3.964] (EE) NVIDIA(G0): Failing initialization of X screen

I added the full content of the log file below.

[     3.091] (--) Log file renamed from "/var/log/Xorg.pid-1494.log" to "/var/log/Xorg.0.log"
[     3.092] 
X.Org X Server 1.21.1.3
X Protocol Version 11, Revision 0
[     3.093] Current Operating System: Linux turing 5.15.28-1-MANJARO #1 SMP PREEMPT Fri Mar 11 14:12:57 UTC 2022 x86_64
[     3.093] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.15-x86_64 root=UUID=84222fc7-9097-492a-985b-d7b4cdaa7b97 rw quiet apparmor=1 security=apparmor resume=UUID=9e8aedb1-5f96-49ad-a078-608193e6b589 udev.log_priority=3
[     3.093]  
[     3.093] Current version of pixman: 0.40.0
[     3.093] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     3.093] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     3.093] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Apr 12 10:18:17 2022
[     3.094] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     3.094] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     3.095] (==) ServerLayout "layout"
[     3.095] (**) |-->Screen "Screen0" (0)
[     3.095] (**) |   |-->Monitor "Monitor0"
[     3.095] (**) |   |-->Device "Device0"
[     3.095] (**) |   |-->GPUDevice "Device1"
[     3.095] (==) Automatically adding devices
[     3.095] (==) Automatically enabling devices
[     3.095] (==) Automatically adding GPU devices
[     3.095] (==) Automatically binding GPU devices
[     3.095] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     3.095] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     3.095] 	Entry deleted from font path.
[     3.095] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     3.095] 	Entry deleted from font path.
[     3.095] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     3.095] 	Entry deleted from font path.
[     3.095] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     3.095] 	Entry deleted from font path.
[     3.095] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF
[     3.095] (==) ModulePath set to "/usr/lib/xorg/modules"
[     3.095] (**) Extension "COMPOSITE" is enabled
[     3.095] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     3.095] (II) Module ABI versions:
[     3.095] 	X.Org ANSI C Emulation: 0.4
[     3.095] 	X.Org Video Driver: 25.2
[     3.095] 	X.Org XInput driver : 24.4
[     3.095] 	X.Org Server Extension : 10.0
[     3.096] (++) using VT number 1

[     3.096] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     3.096] (II) xfree86: Adding drm device (/dev/dri/card0)
[     3.096] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:00.0/0000:04:00.0/drm/card0
[     3.096] (II) xfree86: Adding drm device (/dev/dri/card1)
[     3.096] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.1/0000:0a:00.0/drm/card1
[     3.096] (II) xfree86: Adding drm device (/dev/dri/card2)
[     3.096] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.2/0000:0b:00.0/drm/card2
[     3.099] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[     3.099] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[     3.099] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[     3.099] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[     3.099] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[     3.099] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[     3.102] (--) PCI: (4@0:0:0) 10de:1e04:196e:12af rev 161, Mem @ 0xf2000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
[     3.102] (--) PCI:*(10@0:0:0) 10de:1d01:1462:8c98 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000f000/128, BIOS @ 0x????????/131072
[     3.102] (--) PCI: (11@0:0:0) 10de:1d81:10de:1218 rev 161, Mem @ 0xf4000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[     3.102] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     3.102] (II) LoadModule: "glx"
[     3.104] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     3.107] (II) Module glx: vendor="X.Org Foundation"
[     3.107] 	compiled for 1.21.1.3, module version = 1.0.0
[     3.107] 	ABI class: X.Org Server Extension, version 10.0
[     3.107] (II) LoadModule: "nvidia"
[     3.107] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     3.109] (II) Module nvidia: vendor="NVIDIA Corporation"
[     3.109] 	compiled for 1.6.99.901, module version = 1.0.0
[     3.109] 	Module class: X.Org Video Driver
[     3.109] (II) NVIDIA dlloader X Driver  510.54  Tue Feb  8 04:38:00 UTC 2022
[     3.109] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     3.110] (II) Loading sub module "fb"
[     3.110] (II) LoadModule: "fb"
[     3.110] (II) Module "fb" already built-in
[     3.110] (II) Loading sub module "wfb"
[     3.110] (II) LoadModule: "wfb"
[     3.110] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     3.110] (II) Module wfb: vendor="X.Org Foundation"
[     3.110] 	compiled for 1.21.1.3, module version = 1.0.0
[     3.110] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     3.110] (II) Loading sub module "ramdac"
[     3.110] (II) LoadModule: "ramdac"
[     3.110] (II) Module "ramdac" already built-in
[     3.111] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[     3.111] (==) NVIDIA(0): RGB weight 888
[     3.111] (==) NVIDIA(0): Default visual is TrueColor
[     3.111] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[     3.111] (**) Option "AllowNVIDIAGpuScreens"
[     3.111] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[     3.111] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[     3.111] (**) NVIDIA(0): Option "Stereo" "0"
[     3.111] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-2"
[     3.111] (**) NVIDIA(0): Option "SLI" "Off"
[     3.111] (**) NVIDIA(0): Option "MultiGPU" "Off"
[     3.111] (**) NVIDIA(0): Option "BaseMosaic" "off"
[     3.111] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[     3.111] (**) NVIDIA(0): Stereo disabled by request
[     3.111] (**) NVIDIA(0): NVIDIA SLI disabled.
[     3.111] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[     3.111] (**) NVIDIA(0): Option "MetaModes" "DP-0: nvidia-auto-select +0+0 {AllowGSYNC=Off}"
[     3.111] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[     3.111] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[     3.111] (**) NVIDIA(G0): Option "MetaModes" "DP-0: nvidia-auto-select +0+0 {AllowGSYNC=Off}"
[     3.111] (**) NVIDIA(0): Enabling 2D acceleration
[     3.111] (II) Loading sub module "glxserver_nvidia"
[     3.111] (II) LoadModule: "glxserver_nvidia"
[     3.111] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[     3.126] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[     3.126] 	compiled for 1.6.99.901, module version = 1.0.0
[     3.126] 	Module class: X.Org Server Extension
[     3.126] (II) NVIDIA GLX Module  510.54  Tue Feb  8 04:36:31 UTC 2022
[     3.126] (II) NVIDIA: The X server supports PRIME Render Offload.
[     3.908] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:10:0:0
[     3.908] (--) NVIDIA(0):     DFP-0 (boot)
[     3.908] (--) NVIDIA(0):     DFP-1
[     3.908] (--) NVIDIA(0):     DFP-2
[     3.908] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GT 1030 (GP108-A) at PCI:10:0:0
[     3.908] (II) NVIDIA(0):     (GPU-0)
[     3.908] (--) NVIDIA(0): Memory: 2097152 kBytes
[     3.908] (--) NVIDIA(0): VideoBIOS: 86.08.24.00.23
[     3.908] (II) NVIDIA(0): Detected PCI Express Link width: 4X
[     3.909] (--) NVIDIA(GPU-0): DELL U2415 (DFP-0): connected
[     3.909] (--) NVIDIA(GPU-0): DELL U2415 (DFP-0): Internal DisplayPort
[     3.909] (--) NVIDIA(GPU-0): DELL U2415 (DFP-0): 1440.0 MHz maximum pixel clock
[     3.909] (--) NVIDIA(GPU-0): 
[     3.914] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     3.914] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[     3.914] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[     3.914] (--) NVIDIA(GPU-0): 
[     3.957] (--) NVIDIA(GPU-0): DELL U2415 (DFP-2): connected
[     3.957] (--) NVIDIA(GPU-0): DELL U2415 (DFP-2): Internal TMDS
[     3.957] (--) NVIDIA(GPU-0): DELL U2415 (DFP-2): 600.0 MHz maximum pixel clock
[     3.957] (--) NVIDIA(GPU-0): 
[     3.960] (II) NVIDIA(0): Validated MetaModes:
[     3.960] (II) NVIDIA(0):     "DP-0:nvidia-auto-select+0+0{AllowGSYNC=Off}"
[     3.960] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1200
[     3.964] (WW) NVIDIA(0): Unable to match display device name "DFP-2" from
[     3.964] (WW) NVIDIA(0):     nvidiaXineramaInfoOrder
[     3.964] (--) NVIDIA(0): DPI set to (93, 95); computed from "UseEdidDpi" X config
[     3.964] (--) NVIDIA(0):     option
[     3.964] (II) NVIDIA(G0): NVIDIA GeForce GT 1030 (GPU-0) already has an X screen
[     3.964] (II) NVIDIA(G0):     assigned; skipping this GPU screen
[     3.964] (EE) NVIDIA(G0): Failing initialization of X screen
[     3.964] (**) NVIDIA(G1): Depth 24, (--) framebuffer bpp 32
[     3.964] (==) NVIDIA(G1): RGB weight 888
[     3.964] (==) NVIDIA(G1): Default visual is TrueColor
[     3.964] (==) NVIDIA(G1): Using gamma correction (1.0, 1.0, 1.0)
[     3.964] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[     3.964] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[     3.964] (**) NVIDIA(G1): Option "Stereo" "0"
[     3.964] (**) NVIDIA(G1): Option "nvidiaXineramaInfoOrder" "DFP-2"
[     3.964] (**) NVIDIA(G1): Option "SLI" "Off"
[     3.964] (**) NVIDIA(G1): Option "MultiGPU" "Off"
[     3.964] (**) NVIDIA(G1): Option "BaseMosaic" "off"
[     3.964] (**) NVIDIA(G1): Option "AllowEmptyInitialConfiguration"
[     3.964] (**) NVIDIA(G1): Stereo disabled by request
[     3.964] (**) NVIDIA(G1): NVIDIA SLI disabled.
[     3.964] (**) NVIDIA(G1): NVIDIA Multi-GPU disabled.
[     3.964] (**) NVIDIA(G1): Option "MetaModes" "DP-0: nvidia-auto-select +0+0 {AllowGSYNC=Off}"
[     3.964] (**) NVIDIA(G1): Enabling 2D acceleration
[     3.964] (II) NVIDIA: The X server supports PRIME Render Offload.
[     4.909] (--) NVIDIA(0): Valid display device(s) on GPU-1 at PCI:4:0:0
[     4.909] (--) NVIDIA(0):     DFP-0
[     4.909] (--) NVIDIA(0):     DFP-1
[     4.909] (--) NVIDIA(0):     DFP-2
[     4.909] (--) NVIDIA(0):     DFP-3
[     4.909] (--) NVIDIA(0):     DFP-4
[     4.909] (--) NVIDIA(0):     DFP-5
[     4.909] (--) NVIDIA(0):     DFP-6
[     4.909] (--) NVIDIA(0):     DFP-7
[     4.910] (II) NVIDIA(G1): NVIDIA GPU NVIDIA GeForce RTX 2080 Ti (TU102-A) at PCI:4:0:0
[     4.910] (II) NVIDIA(G1):     (GPU-1)
[     4.910] (--) NVIDIA(G1): Memory: 11534336 kBytes
[     4.910] (--) NVIDIA(G1): VideoBIOS: 90.02.17.00.db
[     4.910] (II) NVIDIA(G1): Detected PCI Express Link width: 16X
[     4.910] (--) NVIDIA(GPU-1): DFP-0: disconnected
[     4.910] (--) NVIDIA(GPU-1): DFP-0: Internal DisplayPort
[     4.910] (--) NVIDIA(GPU-1): DFP-0: 2660.0 MHz maximum pixel clock
[     4.910] (--) NVIDIA(GPU-1): 
[     4.910] (--) NVIDIA(GPU-1): DFP-1: disconnected
[     4.910] (--) NVIDIA(GPU-1): DFP-1: Internal TMDS
[     4.910] (--) NVIDIA(GPU-1): DFP-1: 165.0 MHz maximum pixel clock
[     4.910] (--) NVIDIA(GPU-1): 
[     4.910] (--) NVIDIA(GPU-1): DFP-2: disconnected
[     4.910] (--) NVIDIA(GPU-1): DFP-2: Internal TMDS
[     4.910] (--) NVIDIA(GPU-1): DFP-2: 165.0 MHz maximum pixel clock
[     4.910] (--) NVIDIA(GPU-1): 
[     4.910] (--) NVIDIA(GPU-1): DFP-3: disconnected
[     4.910] (--) NVIDIA(GPU-1): DFP-3: Internal DisplayPort
[     4.910] (--) NVIDIA(GPU-1): DFP-3: 2660.0 MHz maximum pixel clock
[     4.910] (--) NVIDIA(GPU-1): 
[     4.910] (--) NVIDIA(GPU-1): DFP-4: disconnected
[     4.910] (--) NVIDIA(GPU-1): DFP-4: Internal TMDS
[     4.910] (--) NVIDIA(GPU-1): DFP-4: 165.0 MHz maximum pixel clock
[     4.910] (--) NVIDIA(GPU-1): 
[     4.910] (--) NVIDIA(GPU-1): DFP-5: disconnected
[     4.910] (--) NVIDIA(GPU-1): DFP-5: Internal DisplayPort
[     4.910] (--) NVIDIA(GPU-1): DFP-5: 2660.0 MHz maximum pixel clock
[     4.910] (--) NVIDIA(GPU-1): 
[     4.910] (--) NVIDIA(GPU-1): DFP-6: disconnected
[     4.910] (--) NVIDIA(GPU-1): DFP-6: Internal TMDS
[     4.910] (--) NVIDIA(GPU-1): DFP-6: 165.0 MHz maximum pixel clock
[     4.911] (--) NVIDIA(GPU-1): 
[     4.911] (--) NVIDIA(GPU-1): DFP-7: disconnected
[     4.911] (--) NVIDIA(GPU-1): DFP-7: Internal DisplayPort
[     4.911] (--) NVIDIA(GPU-1): DFP-7: 2660.0 MHz maximum pixel clock
[     4.911] (--) NVIDIA(GPU-1): 
[     4.911] (WW) NVIDIA(G1): No valid modes for
[     4.911] (WW) NVIDIA(G1):     "DP-0:nvidia-auto-select+0+0{AllowGSYNC=Off}"; removing.
[     4.911] (WW) NVIDIA(G1): 
[     4.911] (WW) NVIDIA(G1): Unable to validate any modes; falling back to the default mode
[     4.911] (WW) NVIDIA(G1):     "nvidia-auto-select".
[     4.911] (WW) NVIDIA(G1): 
[     4.911] (--) NVIDIA(G1): No enabled display devices found; starting anyway because
[     4.911] (--) NVIDIA(G1):     AllowEmptyInitialConfiguration is enabled
[     4.912] (II) NVIDIA(G1): Validated MetaModes:
[     4.912] (II) NVIDIA(G1):     "NULL"
[     4.912] (II) NVIDIA(G1): Virtual screen size determined to be 640 x 480
[     4.912] (WW) NVIDIA(G1): Unable to get display device for DPI computation.
[     4.912] (==) NVIDIA(G1): DPI set to (75, 75); computed from built-in default
[     4.912] (**) NVIDIA(G2): Depth 24, (--) framebuffer bpp 32
[     4.912] (==) NVIDIA(G2): RGB weight 888
[     4.912] (==) NVIDIA(G2): Default visual is TrueColor
[     4.912] (==) NVIDIA(G2): Using gamma correction (1.0, 1.0, 1.0)
[     4.912] (II) Applying OutputClass "nvidia" options to /dev/dri/card2
[     4.912] (II) Applying OutputClass "nvidia" options to /dev/dri/card2
[     4.912] (**) NVIDIA(G2): Option "Stereo" "0"
[     4.912] (**) NVIDIA(G2): Option "nvidiaXineramaInfoOrder" "DFP-2"
[     4.912] (**) NVIDIA(G2): Option "SLI" "Off"
[     4.912] (**) NVIDIA(G2): Option "MultiGPU" "Off"
[     4.912] (**) NVIDIA(G2): Option "BaseMosaic" "off"
[     4.912] (**) NVIDIA(G2): Option "AllowEmptyInitialConfiguration"
[     4.912] (**) NVIDIA(G2): Stereo disabled by request
[     4.912] (**) NVIDIA(G2): NVIDIA SLI disabled.
[     4.912] (**) NVIDIA(G2): NVIDIA Multi-GPU disabled.
[     4.912] (**) NVIDIA(G2): Option "MetaModes" "DP-0: nvidia-auto-select +0+0 {AllowGSYNC=Off}"
[     4.912] (**) NVIDIA(G2): Enabling 2D acceleration
[     4.912] (II) NVIDIA: The X server supports PRIME Render Offload.
[     5.843] (--) NVIDIA(0): Valid display device(s) on GPU-2 at PCI:11:0:0
[     5.843] (--) NVIDIA(0):     DFP-0
[     5.843] (--) NVIDIA(0):     DFP-1
[     5.843] (--) NVIDIA(0):     DFP-2
[     5.843] (--) NVIDIA(0):     DFP-3
[     5.843] (--) NVIDIA(0):     DFP-4
[     5.843] (--) NVIDIA(0):     DFP-5
[     5.843] (--) NVIDIA(0):     DFP-6
[     5.844] (II) NVIDIA(G2): NVIDIA GPU NVIDIA TITAN V (GV100-A) at PCI:11:0:0 (GPU-2)
[     5.844] (--) NVIDIA(G2): Memory: 12582912 kBytes
[     5.844] (--) NVIDIA(G2): VideoBIOS: 88.00.5a.00.01
[     5.844] (II) NVIDIA(G2): Detected PCI Express Link width: 16X
[     5.844] (--) NVIDIA(GPU-2): DFP-0: disconnected
[     5.844] (--) NVIDIA(GPU-2): DFP-0: Internal DisplayPort
[     5.844] (--) NVIDIA(GPU-2): DFP-0: 1440.0 MHz maximum pixel clock
[     5.844] (--) NVIDIA(GPU-2): 
[     5.844] (--) NVIDIA(GPU-2): DFP-1: disconnected
[     5.844] (--) NVIDIA(GPU-2): DFP-1: Internal TMDS
[     5.844] (--) NVIDIA(GPU-2): DFP-1: 165.0 MHz maximum pixel clock
[     5.844] (--) NVIDIA(GPU-2): 
[     5.844] (--) NVIDIA(GPU-2): DFP-2: disconnected
[     5.844] (--) NVIDIA(GPU-2): DFP-2: Internal DisplayPort
[     5.844] (--) NVIDIA(GPU-2): DFP-2: 1440.0 MHz maximum pixel clock
[     5.844] (--) NVIDIA(GPU-2): 
[     5.845] (--) NVIDIA(GPU-2): DFP-3: disconnected
[     5.845] (--) NVIDIA(GPU-2): DFP-3: Internal TMDS
[     5.845] (--) NVIDIA(GPU-2): DFP-3: 165.0 MHz maximum pixel clock
[     5.845] (--) NVIDIA(GPU-2): 
[     5.845] (--) NVIDIA(GPU-2): DFP-4: disconnected
[     5.845] (--) NVIDIA(GPU-2): DFP-4: Internal TMDS
[     5.845] (--) NVIDIA(GPU-2): DFP-4: 165.0 MHz maximum pixel clock
[     5.845] (--) NVIDIA(GPU-2): 
[     5.845] (--) NVIDIA(GPU-2): DFP-5: disconnected
[     5.845] (--) NVIDIA(GPU-2): DFP-5: Internal DisplayPort
[     5.845] (--) NVIDIA(GPU-2): DFP-5: 1440.0 MHz maximum pixel clock
[     5.845] (--) NVIDIA(GPU-2): 
[     5.845] (--) NVIDIA(GPU-2): DFP-6: disconnected
[     5.845] (--) NVIDIA(GPU-2): DFP-6: Internal TMDS
[     5.845] (--) NVIDIA(GPU-2): DFP-6: 165.0 MHz maximum pixel clock
[     5.845] (--) NVIDIA(GPU-2): 
[     5.845] (WW) NVIDIA(G2): No valid modes for
[     5.845] (WW) NVIDIA(G2):     "DP-0:nvidia-auto-select+0+0{AllowGSYNC=Off}"; removing.
[     5.845] (WW) NVIDIA(G2): 
[     5.845] (WW) NVIDIA(G2): Unable to validate any modes; falling back to the default mode
[     5.845] (WW) NVIDIA(G2):     "nvidia-auto-select".
[     5.845] (WW) NVIDIA(G2): 
[     5.845] (--) NVIDIA(G2): No enabled display devices found; starting anyway because
[     5.845] (--) NVIDIA(G2):     AllowEmptyInitialConfiguration is enabled
[     5.845] (II) NVIDIA(G2): Validated MetaModes:
[     5.845] (II) NVIDIA(G2):     "NULL"
[     5.845] (II) NVIDIA(G2): Virtual screen size determined to be 640 x 480
[     5.845] (WW) NVIDIA(G2): Unable to get display device for DPI computation.
[     5.845] (==) NVIDIA(G2): DPI set to (75, 75); computed from built-in default
[     5.845] (II) UnloadModule: "nvidia"
[     5.845] (II) UnloadSubModule: "wfb"
[     5.846] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[     5.846] (II) NVIDIA:     access.
[     5.848] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[     5.848] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[     5.848] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[     5.848] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[     5.848] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[     5.848] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[     5.848] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[     5.848] (II) NVIDIA(0):     Config Options in the README.
[     7.918] (II) NVIDIA(0): Setting mode "DP-0:nvidia-auto-select+0+0{AllowGSYNC=Off}"
[     8.004] (==) NVIDIA(0): Disabling shared memory pixmaps
[     8.004] (==) NVIDIA(0): Backing store enabled
[     8.004] (==) NVIDIA(0): Silken mouse enabled
[     8.004] (**) NVIDIA(0): DPMS enabled
[     8.004] (WW) NVIDIA(0): Option "NoLogo" is not used
[     8.004] (II) Loading sub module "dri2"
[     8.004] (II) LoadModule: "dri2"
[     8.004] (II) Module "dri2" already built-in
[     8.004] (II) NVIDIA(0): [DRI2] Setup complete
[     8.004] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[     8.011] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[     8.011] (II) NVIDIA(G0):     may not be running or the "AcpidSocketPath" X
[     8.011] (II) NVIDIA(G0):     configuration option may not be set correctly.  When the
[     8.011] (II) NVIDIA(G0):     ACPI event daemon is available, the NVIDIA X driver will
[     8.011] (II) NVIDIA(G0):     try to use it to receive ACPI event notifications.  For
[     8.011] (II) NVIDIA(G0):     details, please see the "ConnectToAcpid" and
[     8.011] (II) NVIDIA(G0):     "AcpidSocketPath" X configuration options in Appendix B: X
[     8.011] (II) NVIDIA(G0):     Config Options in the README.
[     8.024] (II) NVIDIA(G0): Setting mode "NULL"
[     8.034] (==) NVIDIA(G0): Disabling shared memory pixmaps
[     8.034] (==) NVIDIA(G0): Backing store enabled
[     8.034] (==) NVIDIA(G0): Silken mouse enabled
[     8.034] (**) NVIDIA(G0): DPMS enabled
[     8.034] (II) Loading sub module "dri2"
[     8.034] (II) LoadModule: "dri2"
[     8.034] (II) Module "dri2" already built-in
[     8.034] (II) NVIDIA(G0): [DRI2] Setup complete
[     8.034] (II) NVIDIA(G0): [DRI2]   VDPAU driver: nvidia
[     8.038] (II) NVIDIA(G1): ACPI: failed to connect to the ACPI event daemon; the daemon
[     8.038] (II) NVIDIA(G1):     may not be running or the "AcpidSocketPath" X
[     8.038] (II) NVIDIA(G1):     configuration option may not be set correctly.  When the
[     8.038] (II) NVIDIA(G1):     ACPI event daemon is available, the NVIDIA X driver will
[     8.038] (II) NVIDIA(G1):     try to use it to receive ACPI event notifications.  For
[     8.038] (II) NVIDIA(G1):     details, please see the "ConnectToAcpid" and
[     8.038] (II) NVIDIA(G1):     "AcpidSocketPath" X configuration options in Appendix B: X
[     8.038] (II) NVIDIA(G1):     Config Options in the README.
[     8.052] (II) NVIDIA(G1): Setting mode "NULL"
[     8.057] (==) NVIDIA(G1): Disabling shared memory pixmaps
[     8.057] (==) NVIDIA(G1): Backing store enabled
[     8.057] (==) NVIDIA(G1): Silken mouse enabled
[     8.057] (**) NVIDIA(G1): DPMS enabled
[     8.057] (II) Loading sub module "dri2"
[     8.057] (II) LoadModule: "dri2"
[     8.057] (II) Module "dri2" already built-in
[     8.057] (II) NVIDIA(G1): [DRI2] Setup complete
[     8.057] (II) NVIDIA(G1): [DRI2]   VDPAU driver: nvidia
[     8.057] (II) Initializing extension Generic Event Extension
[     8.057] (II) Initializing extension SHAPE
[     8.057] (II) Initializing extension MIT-SHM
[     8.057] (II) Initializing extension XInputExtension
[     8.057] (II) Initializing extension XTEST
[     8.057] (II) Initializing extension BIG-REQUESTS
[     8.058] (II) Initializing extension SYNC
[     8.058] (II) Initializing extension XKEYBOARD
[     8.058] (II) Initializing extension XC-MISC
[     8.058] (II) Initializing extension SECURITY
[     8.058] (II) Initializing extension XFIXES
[     8.058] (II) Initializing extension RENDER
[     8.058] (II) Initializing extension RANDR
[     8.058] (II) Initializing extension COMPOSITE
[     8.058] (II) Initializing extension DAMAGE
[     8.058] (II) Initializing extension MIT-SCREEN-SAVER
[     8.058] (II) Initializing extension DOUBLE-BUFFER
[     8.058] (II) Initializing extension RECORD
[     8.058] (II) Initializing extension DPMS
[     8.058] (II) Initializing extension Present
[     8.058] (II) Initializing extension DRI3
[     8.058] (II) Initializing extension X-Resource
[     8.058] (II) Initializing extension XVideo
[     8.058] (II) Initializing extension XVideo-MotionCompensation
[     8.058] (II) Initializing extension GLX
[     8.058] (II) Initializing extension GLX
[     8.058] (II) Indirect GLX disabled.
[     8.059] (II) GLX: Another vendor is already registered for screen 0
[     8.059] (II) Initializing extension XFree86-VidModeExtension
[     8.059] (II) Initializing extension XFree86-DGA
[     8.059] (II) Initializing extension XFree86-DRI
[     8.059] (II) Initializing extension DRI2
[     8.059] (II) Initializing extension NV-GLX
[     8.059] (II) Initializing extension NV-CONTROL
[     8.059] (II) Initializing extension XINERAMA
[     8.099] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     8.099] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     8.099] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     8.099] (**) Power Button: Applying InputClass "system-keyboard"
[     8.099] (**) Power Button: Applying InputClass "Keyboard Defaults"
[     8.100] (II) LoadModule: "libinput"
[     8.100] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     8.101] (II) Module libinput: vendor="X.Org Foundation"
[     8.101] 	compiled for 1.21.1.3, module version = 1.2.1
[     8.101] 	Module class: X.Org XInput Driver
[     8.101] 	ABI class: X.Org XInput driver, version 24.4
[     8.101] (II) Using input driver 'libinput' for 'Power Button'
[     8.101] (**) Power Button: always reports core events
[     8.101] (**) Option "Device" "/dev/input/event1"
[     8.105] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     8.105] (II) event1  - Power Button: device is a keyboard
[     8.106] (II) event1  - Power Button: device removed
[     8.143] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[     8.143] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     8.143] (**) Option "xkb_model" "pc105"
[     8.143] (**) Option "xkb_layout" "gb"
[     8.143] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     8.156] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     8.156] (II) event1  - Power Button: device is a keyboard
[     8.157] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[     8.157] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     8.157] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     8.157] (**) Power Button: Applying InputClass "system-keyboard"
[     8.157] (**) Power Button: Applying InputClass "Keyboard Defaults"
[     8.157] (II) Using input driver 'libinput' for 'Power Button'
[     8.157] (**) Power Button: always reports core events
[     8.157] (**) Option "Device" "/dev/input/event0"
[     8.157] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     8.157] (II) event0  - Power Button: device is a keyboard
[     8.157] (II) event0  - Power Button: device removed
[     8.183] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[     8.183] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[     8.183] (**) Option "xkb_model" "pc105"
[     8.183] (**) Option "xkb_layout" "gb"
[     8.183] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     8.184] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     8.184] (II) event0  - Power Button: device is a keyboard
[     8.185] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event15)
[     8.185] (II) No input driver specified, ignoring this device.
[     8.185] (II) This device may have been added with another device file.
[     8.185] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event16)
[     8.185] (II) No input driver specified, ignoring this device.
[     8.185] (II) This device may have been added with another device file.
[     8.185] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event17)
[     8.185] (II) No input driver specified, ignoring this device.
[     8.185] (II) This device may have been added with another device file.
[     8.186] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event18)
[     8.186] (II) No input driver specified, ignoring this device.
[     8.186] (II) This device may have been added with another device file.
[     8.186] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event19)
[     8.186] (II) No input driver specified, ignoring this device.
[     8.186] (II) This device may have been added with another device file.
[     8.187] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event20)
[     8.187] (II) No input driver specified, ignoring this device.
[     8.187] (II) This device may have been added with another device file.
[     8.187] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=12 (/dev/input/event21)
[     8.187] (II) No input driver specified, ignoring this device.
[     8.187] (II) This device may have been added with another device file.
[     8.187] (II) config/udev: Adding input device PixArt Cherry USB Optical Mouse (/dev/input/event30)
[     8.187] (**) PixArt Cherry USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[     8.187] (**) PixArt Cherry USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[     8.187] (II) Using input driver 'libinput' for 'PixArt Cherry USB Optical Mouse'
[     8.187] (**) PixArt Cherry USB Optical Mouse: always reports core events
[     8.187] (**) Option "Device" "/dev/input/event30"
[     8.244] (II) event30 - PixArt Cherry USB Optical Mouse: is tagged by udev as: Mouse
[     8.244] (II) event30 - PixArt Cherry USB Optical Mouse: device is a pointer
[     8.244] (II) event30 - PixArt Cherry USB Optical Mouse: device removed
[     8.356] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:07:00.3/usb6/6-1/6-1:1.0/0003:046A:B091.0001/input/input30/event30"
[     8.356] (II) XINPUT: Adding extended input device "PixArt Cherry USB Optical Mouse" (type: MOUSE, id 8)
[     8.356] (**) Option "AccelerationScheme" "none"
[     8.356] (**) PixArt Cherry USB Optical Mouse: (accel) selected scheme none/0
[     8.356] (**) PixArt Cherry USB Optical Mouse: (accel) acceleration factor: 2.000
[     8.356] (**) PixArt Cherry USB Optical Mouse: (accel) acceleration threshold: 4
[     8.414] (II) event30 - PixArt Cherry USB Optical Mouse: is tagged by udev as: Mouse
[     8.414] (II) event30 - PixArt Cherry USB Optical Mouse: device is a pointer
[     8.415] (II) config/udev: Adding input device PixArt Cherry USB Optical Mouse (/dev/input/mouse0)
[     8.415] (II) No input driver specified, ignoring this device.
[     8.415] (II) This device may have been added with another device file.
[     8.416] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event10)
[     8.416] (II) No input driver specified, ignoring this device.
[     8.416] (II) This device may have been added with another device file.
[     8.416] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event11)
[     8.416] (II) No input driver specified, ignoring this device.
[     8.416] (II) This device may have been added with another device file.
[     8.416] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event12)
[     8.416] (II) No input driver specified, ignoring this device.
[     8.416] (II) This device may have been added with another device file.
[     8.417] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event13)
[     8.417] (II) No input driver specified, ignoring this device.
[     8.417] (II) This device may have been added with another device file.
[     8.417] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event14)
[     8.417] (II) No input driver specified, ignoring this device.
[     8.417] (II) This device may have been added with another device file.
[     8.417] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event22)
[     8.417] (II) No input driver specified, ignoring this device.
[     8.417] (II) This device may have been added with another device file.
[     8.418] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event23)
[     8.418] (II) No input driver specified, ignoring this device.
[     8.418] (II) This device may have been added with another device file.
[     8.418] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event24)
[     8.418] (II) No input driver specified, ignoring this device.
[     8.418] (II) This device may have been added with another device file.
[     8.418] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event25)
[     8.418] (II) No input driver specified, ignoring this device.
[     8.418] (II) This device may have been added with another device file.
[     8.419] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event26)
[     8.419] (II) No input driver specified, ignoring this device.
[     8.419] (II) This device may have been added with another device file.
[     8.419] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event27)
[     8.419] (II) No input driver specified, ignoring this device.
[     8.419] (II) This device may have been added with another device file.
[     8.419] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=12 (/dev/input/event28)
[     8.419] (II) No input driver specified, ignoring this device.
[     8.419] (II) This device may have been added with another device file.
[     8.420] (II) config/udev: Adding input device Cherry USB keyboard (/dev/input/event31)
[     8.420] (**) Cherry USB keyboard: Applying InputClass "evdev keyboard catchall"
[     8.420] (**) Cherry USB keyboard: Applying InputClass "libinput keyboard catchall"
[     8.420] (**) Cherry USB keyboard: Applying InputClass "system-keyboard"
[     8.420] (**) Cherry USB keyboard: Applying InputClass "Keyboard Defaults"
[     8.420] (II) Using input driver 'libinput' for 'Cherry USB keyboard'
[     8.420] (**) Cherry USB keyboard: always reports core events
[     8.420] (**) Option "Device" "/dev/input/event31"
[     8.421] (II) event31 - Cherry USB keyboard: is tagged by udev as: Keyboard
[     8.421] (II) event31 - Cherry USB keyboard: device is a keyboard
[     8.422] (II) event31 - Cherry USB keyboard: device removed
[     8.450] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0d:00.3/usb8/8-3/8-3:1.0/0003:046A:B090.0002/input/input31/event31"
[     8.450] (II) XINPUT: Adding extended input device "Cherry USB keyboard" (type: KEYBOARD, id 9)
[     8.450] (**) Option "xkb_model" "pc105"
[     8.450] (**) Option "xkb_layout" "gb"
[     8.450] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     8.451] (II) event31 - Cherry USB keyboard: is tagged by udev as: Keyboard
[     8.451] (II) event31 - Cherry USB keyboard: device is a keyboard
[     8.452] (II) config/udev: Adding input device Cherry USB keyboard System Control (/dev/input/event256)
[     8.452] (**) Cherry USB keyboard System Control: Applying InputClass "evdev keyboard catchall"
[     8.452] (**) Cherry USB keyboard System Control: Applying InputClass "libinput keyboard catchall"
[     8.452] (**) Cherry USB keyboard System Control: Applying InputClass "system-keyboard"
[     8.452] (**) Cherry USB keyboard System Control: Applying InputClass "Keyboard Defaults"
[     8.452] (II) Using input driver 'libinput' for 'Cherry USB keyboard System Control'
[     8.452] (**) Cherry USB keyboard System Control: always reports core events
[     8.452] (**) Option "Device" "/dev/input/event256"
[     8.454] (II) event256 - Cherry USB keyboard System Control: is tagged by udev as: Keyboard
[     8.454] (II) event256 - Cherry USB keyboard System Control: device is a keyboard
[     8.454] (II) event256 - Cherry USB keyboard System Control: device removed
[     8.490] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0d:00.3/usb8/8-3/8-3:1.1/0003:046A:B090.0003/input/input32/event256"
[     8.490] (II) XINPUT: Adding extended input device "Cherry USB keyboard System Control" (type: KEYBOARD, id 10)
[     8.490] (**) Option "xkb_model" "pc105"
[     8.490] (**) Option "xkb_layout" "gb"
[     8.490] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     8.491] (II) event256 - Cherry USB keyboard System Control: is tagged by udev as: Keyboard
[     8.491] (II) event256 - Cherry USB keyboard System Control: device is a keyboard
[     8.492] (II) config/udev: Adding input device Cherry USB keyboard Consumer Control (/dev/input/event257)
[     8.492] (**) Cherry USB keyboard Consumer Control: Applying InputClass "evdev keyboard catchall"
[     8.492] (**) Cherry USB keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[     8.492] (**) Cherry USB keyboard Consumer Control: Applying InputClass "system-keyboard"
[     8.492] (**) Cherry USB keyboard Consumer Control: Applying InputClass "Keyboard Defaults"
[     8.492] (II) Using input driver 'libinput' for 'Cherry USB keyboard Consumer Control'
[     8.492] (**) Cherry USB keyboard Consumer Control: always reports core events
[     8.492] (**) Option "Device" "/dev/input/event257"
[     8.493] (II) event257 - Cherry USB keyboard Consumer Control: is tagged by udev as: Keyboard
[     8.493] (II) event257 - Cherry USB keyboard Consumer Control: device is a keyboard
[     8.494] (II) event257 - Cherry USB keyboard Consumer Control: device removed
[     8.570] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0d:00.3/usb8/8-3/8-3:1.1/0003:046A:B090.0003/input/input33/event257"
[     8.570] (II) XINPUT: Adding extended input device "Cherry USB keyboard Consumer Control" (type: KEYBOARD, id 11)
[     8.570] (**) Option "xkb_model" "pc105"
[     8.570] (**) Option "xkb_layout" "gb"
[     8.570] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     8.571] (II) event257 - Cherry USB keyboard Consumer Control: is tagged by udev as: Keyboard
[     8.571] (II) event257 - Cherry USB keyboard Consumer Control: device is a keyboard
[     8.572] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event3)
[     8.572] (II) No input driver specified, ignoring this device.
[     8.572] (II) This device may have been added with another device file.
[     8.572] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event4)
[     8.572] (II) No input driver specified, ignoring this device.
[     8.572] (II) This device may have been added with another device file.
[     8.572] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event5)
[     8.572] (II) No input driver specified, ignoring this device.
[     8.572] (II) This device may have been added with another device file.
[     8.573] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event6)
[     8.573] (II) No input driver specified, ignoring this device.
[     8.573] (II) This device may have been added with another device file.
[     8.573] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event7)
[     8.573] (II) No input driver specified, ignoring this device.
[     8.573] (II) This device may have been added with another device file.
[     8.573] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event8)
[     8.573] (II) No input driver specified, ignoring this device.
[     8.573] (II) This device may have been added with another device file.
[     8.574] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event9)
[     8.574] (II) No input driver specified, ignoring this device.
[     8.574] (II) This device may have been added with another device file.
[     8.574] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event29)
[     8.574] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[     8.574] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     8.574] (**) Eee PC WMI hotkeys: Applying InputClass "system-keyboard"
[     8.574] (**) Eee PC WMI hotkeys: Applying InputClass "Keyboard Defaults"
[     8.574] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[     8.574] (**) Eee PC WMI hotkeys: always reports core events
[     8.574] (**) Option "Device" "/dev/input/event29"
[     8.575] (II) event29 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[     8.575] (II) event29 - Eee PC WMI hotkeys: device is a keyboard
[     8.575] (II) event29 - Eee PC WMI hotkeys: device removed
[     8.663] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input29/event29"
[     8.663] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 12)
[     8.663] (**) Option "xkb_model" "pc105"
[     8.663] (**) Option "xkb_layout" "gb"
[     8.663] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     8.664] (II) event29 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[     8.664] (II) event29 - Eee PC WMI hotkeys: device is a keyboard
[     8.664] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[     8.664] (II) No input driver specified, ignoring this device.
[     8.664] (II) This device may have been added with another device file.
[     8.675] (II) config/udev: removing device Cherry USB keyboard
[     8.675] (II) event31 - Cherry USB keyboard: device removed
[     8.717] (II) UnloadModule: "libinput"
[     8.717] (II) config/udev: Adding input device Cherry USB keyboard (/dev/input/event31)
[     8.717] (**) Cherry USB keyboard: Applying InputClass "evdev keyboard catchall"
[     8.717] (**) Cherry USB keyboard: Applying InputClass "libinput keyboard catchall"
[     8.717] (**) Cherry USB keyboard: Applying InputClass "system-keyboard"
[     8.717] (**) Cherry USB keyboard: Applying InputClass "Keyboard Defaults"
[     8.717] (II) Using input driver 'libinput' for 'Cherry USB keyboard'
[     8.717] (**) Cherry USB keyboard: always reports core events
[     8.717] (**) Option "Device" "/dev/input/event31"
[     8.718] (II) event31 - Cherry USB keyboard: is tagged by udev as: Keyboard
[     8.719] (II) event31 - Cherry USB keyboard: device is a keyboard
[     8.719] (II) event31 - Cherry USB keyboard: device removed
[     8.770] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0d:00.3/usb8/8-3/8-3:1.0/0003:046A:B090.0002/input/input31/event31"
[     8.770] (II) XINPUT: Adding extended input device "Cherry USB keyboard" (type: KEYBOARD, id 9)
[     8.770] (**) Option "xkb_model" "pc105"
[     8.770] (**) Option "xkb_layout" "gb"
[     8.770] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     8.771] (II) event31 - Cherry USB keyboard: is tagged by udev as: Keyboard
[     8.771] (II) event31 - Cherry USB keyboard: device is a keyboard
[     8.772] (II) config/udev: removing device Cherry USB keyboard System Control
[     8.772] (II) event256 - Cherry USB keyboard System Control: device removed
[     8.796] (II) UnloadModule: "libinput"
[     8.797] (II) config/udev: Adding input device Cherry USB keyboard System Control (/dev/input/event256)
[     8.797] (**) Cherry USB keyboard System Control: Applying InputClass "evdev keyboard catchall"
[     8.797] (**) Cherry USB keyboard System Control: Applying InputClass "libinput keyboard catchall"
[     8.797] (**) Cherry USB keyboard System Control: Applying InputClass "system-keyboard"
[     8.797] (**) Cherry USB keyboard System Control: Applying InputClass "Keyboard Defaults"
[     8.797] (II) Using input driver 'libinput' for 'Cherry USB keyboard System Control'
[     8.797] (**) Cherry USB keyboard System Control: always reports core events
[     8.797] (**) Option "Device" "/dev/input/event256"
[     8.798] (II) event256 - Cherry USB keyboard System Control: is tagged by udev as: Keyboard
[     8.798] (II) event256 - Cherry USB keyboard System Control: device is a keyboard
[     8.798] (II) event256 - Cherry USB keyboard System Control: device removed
[     8.836] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0d:00.3/usb8/8-3/8-3:1.1/0003:046A:B090.0003/input/input32/event256"
[     8.836] (II) XINPUT: Adding extended input device "Cherry USB keyboard System Control" (type: KEYBOARD, id 10)
[     8.836] (**) Option "xkb_model" "pc105"
[     8.836] (**) Option "xkb_layout" "gb"
[     8.836] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     8.838] (II) event256 - Cherry USB keyboard System Control: is tagged by udev as: Keyboard
[     8.838] (II) event256 - Cherry USB keyboard System Control: device is a keyboard
[     8.838] (II) config/udev: removing device Cherry USB keyboard Consumer Control
[     8.838] (II) event257 - Cherry USB keyboard Consumer Control: device removed
[     8.890] (II) UnloadModule: "libinput"
[     8.890] (II) config/udev: Adding input device Cherry USB keyboard Consumer Control (/dev/input/event257)
[     8.890] (**) Cherry USB keyboard Consumer Control: Applying InputClass "evdev keyboard catchall"
[     8.890] (**) Cherry USB keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[     8.890] (**) Cherry USB keyboard Consumer Control: Applying InputClass "system-keyboard"
[     8.890] (**) Cherry USB keyboard Consumer Control: Applying InputClass "Keyboard Defaults"
[     8.890] (II) Using input driver 'libinput' for 'Cherry USB keyboard Consumer Control'
[     8.890] (**) Cherry USB keyboard Consumer Control: always reports core events
[     8.890] (**) Option "Device" "/dev/input/event257"
[     8.891] (II) event257 - Cherry USB keyboard Consumer Control: is tagged by udev as: Keyboard
[     8.891] (II) event257 - Cherry USB keyboard Consumer Control: device is a keyboard
[     8.892] (II) event257 - Cherry USB keyboard Consumer Control: device removed
[     8.970] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0d:00.3/usb8/8-3/8-3:1.1/0003:046A:B090.0003/input/input33/event257"
[     8.970] (II) XINPUT: Adding extended input device "Cherry USB keyboard Consumer Control" (type: KEYBOARD, id 11)
[     8.970] (**) Option "xkb_model" "pc105"
[     8.970] (**) Option "xkb_layout" "gb"
[     8.970] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     8.971] (II) event257 - Cherry USB keyboard Consumer Control: is tagged by udev as: Keyboard
[     8.971] (II) event257 - Cherry USB keyboard Consumer Control: device is a keyboard
[     8.971] (II) config/udev: removing device PixArt Cherry USB Optical Mouse
[     8.971] (II) event30 - PixArt Cherry USB Optical Mouse: device removed
[     9.023] (II) UnloadModule: "libinput"
[     9.023] (II) config/udev: Adding input device PixArt Cherry USB Optical Mouse (/dev/input/event30)
[     9.023] (**) PixArt Cherry USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[     9.023] (**) PixArt Cherry USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[     9.023] (II) Using input driver 'libinput' for 'PixArt Cherry USB Optical Mouse'
[     9.024] (**) PixArt Cherry USB Optical Mouse: always reports core events
[     9.024] (**) Option "Device" "/dev/input/event30"
[     9.081] (II) event30 - PixArt Cherry USB Optical Mouse: is tagged by udev as: Mouse
[     9.082] (II) event30 - PixArt Cherry USB Optical Mouse: device is a pointer
[     9.082] (II) event30 - PixArt Cherry USB Optical Mouse: device removed
[     9.143] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:07:00.3/usb6/6-1/6-1:1.0/0003:046A:B091.0001/input/input30/event30"
[     9.143] (II) XINPUT: Adding extended input device "PixArt Cherry USB Optical Mouse" (type: MOUSE, id 8)
[     9.143] (**) Option "AccelerationScheme" "none"
[     9.143] (**) PixArt Cherry USB Optical Mouse: (accel) selected scheme none/0
[     9.143] (**) PixArt Cherry USB Optical Mouse: (accel) acceleration factor: 2.000
[     9.143] (**) PixArt Cherry USB Optical Mouse: (accel) acceleration threshold: 4
[     9.201] (II) event30 - PixArt Cherry USB Optical Mouse: is tagged by udev as: Mouse
[     9.201] (II) event30 - PixArt Cherry USB Optical Mouse: device is a pointer
[     9.202] (II) config/udev: Adding input device PixArt Cherry USB Optical Mouse (/dev/input/mouse0)
[     9.202] (II) No input driver specified, ignoring this device.
[     9.202] (II) This device may have been added with another device file.
[    13.999] (--) NVIDIA(GPU-0): DELL U2415 (DFP-0): connected
[    13.999] (--) NVIDIA(GPU-0): DELL U2415 (DFP-0): Internal DisplayPort
[    13.999] (--) NVIDIA(GPU-0): DELL U2415 (DFP-0): 1440.0 MHz maximum pixel clock
[    13.999] (--) NVIDIA(GPU-0): 
[    14.004] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    14.004] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    14.004] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    14.004] (--) NVIDIA(GPU-0): 
[    14.049] (--) NVIDIA(GPU-0): DELL U2415 (DFP-2): connected
[    14.049] (--) NVIDIA(GPU-0): DELL U2415 (DFP-2): Internal TMDS
[    14.049] (--) NVIDIA(GPU-0): DELL U2415 (DFP-2): 600.0 MHz maximum pixel clock
[    14.049] (--) NVIDIA(GPU-0): 
[    14.049] (--) NVIDIA(GPU-0): DELL U2415 (DFP-0): connected
[    14.049] (--) NVIDIA(GPU-0): DELL U2415 (DFP-0): Internal DisplayPort
[    14.049] (--) NVIDIA(GPU-0): DELL U2415 (DFP-0): 1440.0 MHz maximum pixel clock
[    14.049] (--) NVIDIA(GPU-0): 
[    14.054] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    14.054] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    14.054] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    14.054] (--) NVIDIA(GPU-0): 
[    14.098] (--) NVIDIA(GPU-0): DELL U2415 (DFP-2): connected
[    14.098] (--) NVIDIA(GPU-0): DELL U2415 (DFP-2): Internal TMDS
[    14.098] (--) NVIDIA(GPU-0): DELL U2415 (DFP-2): 600.0 MHz maximum pixel clock
[    14.098] (--) NVIDIA(GPU-0): 
[    14.098] (--) NVIDIA(GPU-2): DFP-0: disconnected
[    14.098] (--) NVIDIA(GPU-2): DFP-0: Internal DisplayPort
[    14.098] (--) NVIDIA(GPU-2): DFP-0: 1440.0 MHz maximum pixel clock
[    14.098] (--) NVIDIA(GPU-2): 
[    14.098] (--) NVIDIA(GPU-2): DFP-1: disconnected
[    14.098] (--) NVIDIA(GPU-2): DFP-1: Internal TMDS
[    14.098] (--) NVIDIA(GPU-2): DFP-1: 165.0 MHz maximum pixel clock
[    14.098] (--) NVIDIA(GPU-2): 
[    14.098] (--) NVIDIA(GPU-2): DFP-2: disconnected
[    14.098] (--) NVIDIA(GPU-2): DFP-2: Internal DisplayPort
[    14.098] (--) NVIDIA(GPU-2): DFP-2: 1440.0 MHz maximum pixel clock
[    14.098] (--) NVIDIA(GPU-2): 
[    14.098] (--) NVIDIA(GPU-2): DFP-3: disconnected
[    14.098] (--) NVIDIA(GPU-2): DFP-3: Internal TMDS
[    14.098] (--) NVIDIA(GPU-2): DFP-3: 165.0 MHz maximum pixel clock
[    14.098] (--) NVIDIA(GPU-2): 
[    14.098] (--) NVIDIA(GPU-2): DFP-4: disconnected
[    14.098] (--) NVIDIA(GPU-2): DFP-4: Internal TMDS
[    14.098] (--) NVIDIA(GPU-2): DFP-4: 165.0 MHz maximum pixel clock
[    14.098] (--) NVIDIA(GPU-2): 
[    14.098] (--) NVIDIA(GPU-2): DFP-5: disconnected
[    14.098] (--) NVIDIA(GPU-2): DFP-5: Internal DisplayPort
[    14.098] (--) NVIDIA(GPU-2): DFP-5: 1440.0 MHz maximum pixel clock
[    14.098] (--) NVIDIA(GPU-2): 
[    14.098] (--) NVIDIA(GPU-2): DFP-6: disconnected
[    14.098] (--) NVIDIA(GPU-2): DFP-6: Internal TMDS
[    14.098] (--) NVIDIA(GPU-2): DFP-6: 165.0 MHz maximum pixel clock
[    14.098] (--) NVIDIA(GPU-2): 
[    14.098] (--) NVIDIA(GPU-1): DFP-0: disconnected
[    14.098] (--) NVIDIA(GPU-1): DFP-0: Internal DisplayPort
[    14.098] (--) NVIDIA(GPU-1): DFP-0: 2660.0 MHz maximum pixel clock
[    14.099] (--) NVIDIA(GPU-1): 
[    14.099] (--) NVIDIA(GPU-1): DFP-1: disconnected
[    14.099] (--) NVIDIA(GPU-1): DFP-1: Internal TMDS
[    14.099] (--) NVIDIA(GPU-1): DFP-1: 165.0 MHz maximum pixel clock
[    14.099] (--) NVIDIA(GPU-1): 
[    14.099] (--) NVIDIA(GPU-1): DFP-2: disconnected
[    14.099] (--) NVIDIA(GPU-1): DFP-2: Internal TMDS
[    14.099] (--) NVIDIA(GPU-1): DFP-2: 165.0 MHz maximum pixel clock
[    14.099] (--) NVIDIA(GPU-1): 
[    14.099] (--) NVIDIA(GPU-1): DFP-3: disconnected
[    14.099] (--) NVIDIA(GPU-1): DFP-3: Internal DisplayPort
[    14.099] (--) NVIDIA(GPU-1): DFP-3: 2660.0 MHz maximum pixel clock
[    14.099] (--) NVIDIA(GPU-1): 
[    14.099] (--) NVIDIA(GPU-1): DFP-4: disconnected
[    14.099] (--) NVIDIA(GPU-1): DFP-4: Internal TMDS
[    14.099] (--) NVIDIA(GPU-1): DFP-4: 165.0 MHz maximum pixel clock
[    14.099] (--) NVIDIA(GPU-1): 
[    14.099] (--) NVIDIA(GPU-1): DFP-5: disconnected
[    14.099] (--) NVIDIA(GPU-1): DFP-5: Internal DisplayPort
[    14.099] (--) NVIDIA(GPU-1): DFP-5: 2660.0 MHz maximum pixel clock
[    14.099] (--) NVIDIA(GPU-1): 
[    14.099] (--) NVIDIA(GPU-1): DFP-6: disconnected
[    14.099] (--) NVIDIA(GPU-1): DFP-6: Internal TMDS
[    14.099] (--) NVIDIA(GPU-1): DFP-6: 165.0 MHz maximum pixel clock
[    14.099] (--) NVIDIA(GPU-1): 
[    14.099] (--) NVIDIA(GPU-1): DFP-7: disconnected
[    14.099] (--) NVIDIA(GPU-1): DFP-7: Internal DisplayPort
[    14.099] (--) NVIDIA(GPU-1): DFP-7: 2660.0 MHz maximum pixel clock
[    14.099] (--) NVIDIA(GPU-1): 
[    14.212] (--) NVIDIA(GPU-0): DELL U2415 (DFP-0): connected
[    14.212] (--) NVIDIA(GPU-0): DELL U2415 (DFP-0): Internal DisplayPort
[    14.212] (--) NVIDIA(GPU-0): DELL U2415 (DFP-0): 1440.0 MHz maximum pixel clock
[    14.212] (--) NVIDIA(GPU-0): 
[    14.217] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    14.217] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    14.217] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    14.217] (--) NVIDIA(GPU-0): 
[    14.261] (--) NVIDIA(GPU-0): DELL U2415 (DFP-2): connected
[    14.261] (--) NVIDIA(GPU-0): DELL U2415 (DFP-2): Internal TMDS
[    14.261] (--) NVIDIA(GPU-0): DELL U2415 (DFP-2): 600.0 MHz maximum pixel clock
[    14.261] (--) NVIDIA(GPU-0): 
[    14.261] (--) NVIDIA(GPU-0): DELL U2415 (DFP-0): connected
[    14.261] (--) NVIDIA(GPU-0): DELL U2415 (DFP-0): Internal DisplayPort
[    14.261] (--) NVIDIA(GPU-0): DELL U2415 (DFP-0): 1440.0 MHz maximum pixel clock
[    14.261] (--) NVIDIA(GPU-0): 
[    14.266] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    14.266] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    14.266] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    14.266] (--) NVIDIA(GPU-0): 
[    14.310] (--) NVIDIA(GPU-0): DELL U2415 (DFP-2): connected
[    14.310] (--) NVIDIA(GPU-0): DELL U2415 (DFP-2): Internal TMDS
[    14.310] (--) NVIDIA(GPU-0): DELL U2415 (DFP-2): 600.0 MHz maximum pixel clock
[    14.310] (--) NVIDIA(GPU-0): 
[    14.310] (--) NVIDIA(GPU-2): DFP-0: disconnected
[    14.310] (--) NVIDIA(GPU-2): DFP-0: Internal DisplayPort
[    14.310] (--) NVIDIA(GPU-2): DFP-0: 1440.0 MHz maximum pixel clock
[    14.310] (--) NVIDIA(GPU-2): 
[    14.310] (--) NVIDIA(GPU-2): DFP-1: disconnected
[    14.310] (--) NVIDIA(GPU-2): DFP-1: Internal TMDS
[    14.310] (--) NVIDIA(GPU-2): DFP-1: 165.0 MHz maximum pixel clock
[    14.310] (--) NVIDIA(GPU-2): 
[    14.310] (--) NVIDIA(GPU-2): DFP-2: disconnected
[    14.310] (--) NVIDIA(GPU-2): DFP-2: Internal DisplayPort
[    14.310] (--) NVIDIA(GPU-2): DFP-2: 1440.0 MHz maximum pixel clock
[    14.310] (--) NVIDIA(GPU-2): 
[    14.311] (--) NVIDIA(GPU-2): DFP-3: disconnected
[    14.311] (--) NVIDIA(GPU-2): DFP-3: Internal TMDS
[    14.311] (--) NVIDIA(GPU-2): DFP-3: 165.0 MHz maximum pixel clock
[    14.311] (--) NVIDIA(GPU-2): 
[    14.311] (--) NVIDIA(GPU-2): DFP-4: disconnected
[    14.311] (--) NVIDIA(GPU-2): DFP-4: Internal TMDS
[    14.311] (--) NVIDIA(GPU-2): DFP-4: 165.0 MHz maximum pixel clock
[    14.311] (--) NVIDIA(GPU-2): 
[    14.311] (--) NVIDIA(GPU-2): DFP-5: disconnected
[    14.311] (--) NVIDIA(GPU-2): DFP-5: Internal DisplayPort
[    14.311] (--) NVIDIA(GPU-2): DFP-5: 1440.0 MHz maximum pixel clock
[    14.311] (--) NVIDIA(GPU-2): 
[    14.311] (--) NVIDIA(GPU-2): DFP-6: disconnected
[    14.311] (--) NVIDIA(GPU-2): DFP-6: Internal TMDS
[    14.311] (--) NVIDIA(GPU-2): DFP-6: 165.0 MHz maximum pixel clock
[    14.311] (--) NVIDIA(GPU-2): 
[    14.311] (--) NVIDIA(GPU-1): DFP-0: disconnected
[    14.311] (--) NVIDIA(GPU-1): DFP-0: Internal DisplayPort
[    14.311] (--) NVIDIA(GPU-1): DFP-0: 2660.0 MHz maximum pixel clock
[    14.311] (--) NVIDIA(GPU-1): 
[    14.311] (--) NVIDIA(GPU-1): DFP-1: disconnected
[    14.311] (--) NVIDIA(GPU-1): DFP-1: Internal TMDS
[    14.311] (--) NVIDIA(GPU-1): DFP-1: 165.0 MHz maximum pixel clock
[    14.311] (--) NVIDIA(GPU-1): 
[    14.311] (--) NVIDIA(GPU-1): DFP-2: disconnected
[    14.311] (--) NVIDIA(GPU-1): DFP-2: Internal TMDS
[    14.311] (--) NVIDIA(GPU-1): DFP-2: 165.0 MHz maximum pixel clock
[    14.311] (--) NVIDIA(GPU-1): 
[    14.311] (--) NVIDIA(GPU-1): DFP-3: disconnected
[    14.311] (--) NVIDIA(GPU-1): DFP-3: Internal DisplayPort
[    14.311] (--) NVIDIA(GPU-1): DFP-3: 2660.0 MHz maximum pixel clock
[    14.311] (--) NVIDIA(GPU-1): 
[    14.311] (--) NVIDIA(GPU-1): DFP-4: disconnected
[    14.311] (--) NVIDIA(GPU-1): DFP-4: Internal TMDS
[    14.311] (--) NVIDIA(GPU-1): DFP-4: 165.0 MHz maximum pixel clock
[    14.311] (--) NVIDIA(GPU-1): 
[    14.311] (--) NVIDIA(GPU-1): DFP-5: disconnected
[    14.311] (--) NVIDIA(GPU-1): DFP-5: Internal DisplayPort
[    14.311] (--) NVIDIA(GPU-1): DFP-5: 2660.0 MHz maximum pixel clock
[    14.311] (--) NVIDIA(GPU-1): 
[    14.311] (--) NVIDIA(GPU-1): DFP-6: disconnected
[    14.311] (--) NVIDIA(GPU-1): DFP-6: Internal TMDS
[    14.311] (--) NVIDIA(GPU-1): DFP-6: 165.0 MHz maximum pixel clock
[    14.311] (--) NVIDIA(GPU-1): 
[    14.311] (--) NVIDIA(GPU-1): DFP-7: disconnected
[    14.311] (--) NVIDIA(GPU-1): DFP-7: Internal DisplayPort
[    14.311] (--) NVIDIA(GPU-1): DFP-7: 2660.0 MHz maximum pixel clock
[    14.311] (--) NVIDIA(GPU-1): 
[   330.778] (EE) event31 - Cherry USB keyboard: client bug: event processing lagging behind by 31ms, your system is too slow

The output of xrandr -q:

xrandr -q
Screen 0: minimum 8 x 8, current 1920 x 1200, maximum 32767 x 32767
DP-0 connected primary 1920x1200+0+0 (normal left inverted right x axis y axis) 518mm x 324mm
   1920x1200     59.95*+  59.88  
   1920x1080     60.00    59.94    50.00    29.97    25.00    23.98  
   1600x1200     60.00  
   1280x1024     75.02    60.02  
   1280x720      60.00    59.94    50.00  
   1152x864      75.00  
   1024x768      75.03    60.00  
   800x600       75.00    60.32  
   720x576       50.00  
   720x480       59.94  
   640x480       75.00    59.94    59.93  
DP-1 disconnected (normal left inverted right x axis y axis)
DP-3-0 disconnected (normal left inverted right x axis y axis)
DP-3-1 disconnected (normal left inverted right x axis y axis)
DP-3-2 disconnected (normal left inverted right x axis y axis)
DP-3-3 disconnected (normal left inverted right x axis y axis)
HDMI-3-0 disconnected (normal left inverted right x axis y axis)
DP-3-4 disconnected (normal left inverted right x axis y axis)
DP-3-5 disconnected (normal left inverted right x axis y axis)
DP-2-0 disconnected (normal left inverted right x axis y axis)
DP-2-1 disconnected (normal left inverted right x axis y axis)
HDMI-2-0 disconnected (normal left inverted right x axis y axis)
DP-2-2 disconnected (normal left inverted right x axis y axis)
DP-2-3 disconnected (normal left inverted right x axis y axis)
DP-2-4 disconnected (normal left inverted right x axis y axis)
DP-2-5 disconnected (normal left inverted right x axis y axis)
USB-C-2-0 disconnected (normal left inverted right x axis y axis)

As far as I can tell, Screen 1 is unable to be initialized/utilized properly. Is my /etc/X11/mhwd.d/nvidia.conf also not as expected?

Because you set it partially as multihead …
Here is a curated one to try:

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

Section "Files"
EndSection

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

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "DELL U2415"
    HorizSync       30.0 - 83.0
    VertRefresh     49.0 - 61.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GT 1030"
    BusID          "PCI:10:0:0"
    Option  "ConnectToAcpid"    "Off"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "nvidiaXineramaInfoOrder" "DFP-0"
    Option         "Stereo" "0"
    Option         "metamodes" "DP-0: 1920x1200_60 +0+0 {AllowGSYNC=Off}, HDMI-0: 1920x1200_60 +1920+0 {AllowGSYNC=Off}"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Extensions"
    Option         "COMPOSITE" "Enable"
EndSection

 
Section "InputClass"
    Identifier          "Keyboard Defaults"
    MatchIsKeyboard        "yes"
    Option              "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection

1 Like

The curated nvidia.conf resolved the problem and both monitors are working now as expected.

Thank you so much.

1 Like

Interesting. It was my experience that it did nothing. Anyway, thanks for the correction.

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