Problem with BaseMosaic and 2x T600, driver version 515.65.01

Hello,

the BaseMosaic option does not work properly with driver version 515.65.01 in conjunction with two Nvidia T600 cards under SuSE Linux Enterprise 15 SP3.
After generating a xorg.conf by nvidia-settings with the activated BaseMosaic option, the X crashes with following xorg log entries:

[    96.582] (II) NVIDIA GLX Module  515.65.01  Wed Jul 20 13:48:42 UTC 2022
[    96.582] (II) NVIDIA: The X server supports PRIME Render Offload.
[    96.582] (II) NVIDIA(GPU-0): NVIDIA Base Mosaic enabled.
[    96.583] (EE) NVIDIA(GPU-0): Failed to select a display subsystem.
[    96.583] (EE) NVIDIA(GPU-0): Only one GPU will be used for this X screen.
[    96.583] (EE) NVIDIA(GPU-0): The NVIDIA graphics device PCI:33:0:0 is part of an active SLI
[    96.583] (EE) NVIDIA(GPU-0):     configuration and is currently unavailable for single GPU
[    96.583] (EE) NVIDIA(GPU-0):     rendering.  Please see Chapter 31: Configuring SLI and
[    96.583] (EE) NVIDIA(GPU-0):     Multi-GPU Mosaic in the README for troubleshooting
[    96.583] (EE) NVIDIA(GPU-0):     information.
[    96.583] (EE)  *** Aborting ***
[    96.583] (EE) NVIDIA(0): Failing initialization of X screen

xorg.conf:

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

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    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"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "HPN HP Z27q G3"
    HorizSync       30.0 - 90.0
    VertRefresh     50.0 - 60.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "NVIDIA T600"
    BusID          "PCI:33:0:0"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-0.8"
    Option         "metamodes" "GPU-db9a86d0-cb35-007a-dbfb-2e9d834434e3.DP-0.8: nvidia-auto-select +2560+0, GPU-db9a86d0-cb35-007a-dbfb-2e9d834434e3.DP-2.8: nvidia-auto-select +0+0, GPU-a6a7a954-ac2b-5afa-40fe-8cab357f5f28.DP-0.8: nvidia-auto-select +0+1440, GPU-a6a7a954-ac2b-5afa-40fe-8cab357f5f28.DP-2.8: nvidia-auto-select +2560+1440, GPU-a6a7a954-ac2b-5afa-40fe-8cab357f5f28.DP-4.8: nvidia-auto-select +5120+1440, GPU-a6a7a954-ac2b-5afa-40fe-8cab357f5f28.DP-6.8: nvidia-auto-select +7680+1440"
    Option         "MultiGPU" "Off"
    Option         "SLI" "off"
    Option         "BaseMosaic" "on"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Any ideas?

Greets.

Drm KMS needs to be disabled for Mosaic
https://forums.developer.nvidia.com/t/ubuntu-18-04-3-blank-screen-at-startup-with-430-drivers-and-gtx-960/107501/2?u=generix

sudo cat /sys/module/nvidia_drm/parameters/modeset

should return ‘N’ if done right.

Wow generix thanks for this advice!
This solved the BaseMosaic problem (I would have never figured this out by myself).

Now I got the next problem:
although all metamodes are definied in the xorg.conf, the monitor layout of all six monitors is always in one line.
I need following layout:
GPU-0.DP-0.8 GPU-0.DP-2.8
GPU-1.DP-2.8 GPU-1.DP-0.8 GPU-1.DP-4.8 GPU-1.DP-6.8

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

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
    Option         "StandbyTime" "0"
    Option         "SuspendTime" "0"
    Option         "OffTime" "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"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "HPN HP Z27q G3"
    HorizSync       30.0 - 90.0
    VertRefresh     50.0 - 60.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "NVIDIA T600"
    BusID          "PCI:33:0:0"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-2.8"
    Option         "metamodes" "GPU-0.DP-0.8: nvidia-auto-select +2560+0, GPU-0.DP-2.8: nvidia-auto-select +0+0, GPU-1.DP-2.8: nvidia-auto-select +0+1440, GPU-1.DP-0.8: nvidia-auto-select +2560+1440, GPU-1.DP-4.8: nvidia-auto-select +7680+1440, GPU-1.DP-6.8: nvidia-auto-select +5120+1440"
    Option         "MultiGPU" "Off"
    Option         "SLI" "off"
    Option         "BaseMosaic" "on"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Log:

[  4094.634] (--) Log file renamed from "/var/lib/gdm/.local/share/xorg/Xorg.pid-12087.log" to "/var/lib/gdm/.local/share/xorg/Xorg.0.log"
[  4094.634] 
X.Org X Server 1.20.3
X Protocol Version 11, Revision 0
[  4094.634] Build Operating System: openSUSE SUSE LINUX
[  4094.634] Current Operating System: Linux rmrgoar21l 5.3.18-150300.59.98-default #1 SMP Thu Oct 13 08:52:00 UTC 2022 (dfcde7e) x86_64
[  4094.634] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.3.18-150300.59.98-default root=/dev/mapper/vgsystem-lv_root hpsa.hpsa_allow_any=1 YAST_SKIP_XML_VALIDATION=1 resume=/dev/md0p1 splash=silent quiet showopts apparmor=1 security=apparmor mitigations=auto
[  4094.634] Build Date: 19 October 2022  12:00:00PM
[  4094.634]  
[  4094.634] Current version of pixman: 0.34.0
[  4094.634] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  4094.634] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  4094.634] (==) Log file: "/var/lib/gdm/.local/share/xorg/Xorg.0.log", Time: Fri Nov 18 12:48:10 2022
[  4094.635] (==) Using config file: "/etc/X11/xorg.conf"
[  4094.635] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  4094.635] (==) ServerLayout "Layout0"
[  4094.635] (**) |-->Screen "Screen0" (0)
[  4094.635] (**) |   |-->Monitor "Monitor0"
[  4094.635] (**) |   |-->Device "Device0"
[  4094.635] (**) |-->Input Device "Keyboard0"
[  4094.635] (**) |-->Input Device "Mouse0"
[  4094.635] (**) Option "StandbyTime" "0"
[  4094.635] (**) Option "SuspendTime" "0"
[  4094.635] (**) Option "OffTime" "0"
[  4094.636] (**) Option "Xinerama" "0"
[  4094.636] (==) Automatically adding devices
[  4094.636] (==) Automatically enabling devices
[  4094.636] (==) Automatically adding GPU devices
[  4094.636] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  4094.636] (WW) The directory "/usr/share/fonts/ghostscript/" does not exist.
[  4094.636] 	Entry deleted from font path.
[  4094.636] (WW) The directory "/usr/share/fonts/misc/sgi" does not exist.
[  4094.636] 	Entry deleted from font path.
[  4094.636] (==) FontPath set to:
	/usr/share/fonts/misc:unscaled,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi:unscaled,
	/usr/share/fonts/75dpi:unscaled,
	/usr/share/fonts/cyrillic:unscaled,
	/usr/share/fonts/truetype/,
	built-ins
[  4094.636] (==) ModulePath set to "/usr/lib64/xorg/modules"
[  4094.636] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  4094.636] (WW) Disabling Keyboard0
[  4094.636] (WW) Disabling Mouse0
[  4094.636] (II) Loader magic: 0x55ec08f83d20
[  4094.636] (II) Module ABI versions:
[  4094.636] 	X.Org ANSI C Emulation: 0.4
[  4094.636] 	X.Org Video Driver: 24.0
[  4094.636] 	X.Org XInput driver : 24.1
[  4094.636] 	X.Org Server Extension : 10.0
[  4094.637] (++) using VT number 7

[  4094.639] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c9
[  4094.640] (II) xfree86: Adding drm device (/dev/dri/card0)
[  4094.641] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 12 paused 0
[  4094.641] (II) xfree86: Adding drm device (/dev/dri/card1)
[  4094.642] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[  4094.660] (--) PCI: (21@0:0:0) 10de:1fb1:103c:1488 rev 161, Mem @ 0xab000000/16777216, 0x387fe0000000/268435456, 0x387ff0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[  4094.660] (--) PCI:*(33@0:0:0) 10de:1fb1:103c:1488 rev 161, Mem @ 0xc6000000/16777216, 0x38bfe0000000/268435456, 0x38bff0000000/33554432, I/O @ 0x00008000/128, BIOS @ 0x????????/524288
[  4094.660] (II) LoadModule: "glx"
[  4094.660] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[  4094.661] (II) Module glx: vendor="X.Org Foundation"
[  4094.661] 	compiled for 1.20.3, module version = 1.0.0
[  4094.661] 	ABI class: X.Org Server Extension, version 10.0
[  4094.661] (II) LoadModule: "nvidia"
[  4094.661] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[  4094.661] (II) Module nvidia: vendor="NVIDIA Corporation"
[  4094.661] 	compiled for 1.6.99.901, module version = 1.0.0
[  4094.661] 	Module class: X.Org Video Driver
[  4094.661] (II) NVIDIA dlloader X Driver  515.65.01  Wed Jul 20 13:50:46 UTC 2022
[  4094.661] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  4094.661] (II) systemd-logind: releasing fd for 226:1
[  4094.662] (II) Loading sub module "fb"
[  4094.662] (II) LoadModule: "fb"
[  4094.662] (II) Loading /usr/lib64/xorg/modules/libfb.so
[  4094.662] (II) Module fb: vendor="X.Org Foundation"
[  4094.662] 	compiled for 1.20.3, module version = 1.0.0
[  4094.662] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  4094.662] (II) Loading sub module "wfb"
[  4094.662] (II) LoadModule: "wfb"
[  4094.662] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[  4094.663] (II) Module wfb: vendor="X.Org Foundation"
[  4094.663] 	compiled for 1.20.3, module version = 1.0.0
[  4094.663] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  4094.663] (II) Loading sub module "ramdac"
[  4094.663] (II) LoadModule: "ramdac"
[  4094.663] (II) Module "ramdac" already built-in
[  4094.663] (II) systemd-logind: releasing fd for 226:0
[  4094.664] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[  4094.664] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[  4094.664] (==) NVIDIA(0): RGB weight 888
[  4094.664] (==) NVIDIA(0): Default visual is TrueColor
[  4094.664] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[  4094.664] (**) NVIDIA(0): Option "Stereo" "0"
[  4094.664] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-2.8"
[  4094.664] (**) NVIDIA(0): Option "SLI" "off"
[  4094.664] (**) NVIDIA(0): Option "MultiGPU" "Off"
[  4094.664] (**) NVIDIA(0): Option "BaseMosaic" "on"
[  4094.664] (**) NVIDIA(0): Stereo disabled by request
[  4094.664] (**) NVIDIA(0): NVIDIA SLI disabled.
[  4094.664] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[  4094.664] (**) NVIDIA(0): Option "MetaModes" "GPU-0.DP-0.8: nvidia-auto-select +2560+0, GPU-0.DP-2.8: nvidia-auto-select +0+0, GPU-1.DP-2.8: nvidia-auto-select +0+1440, GPU-1.DP-0.8: nvidia-auto-select +2560+1440, GPU-1.DP-4.8: nvidia-auto-select +7680+1440, GPU-1.DP-6.8: nvidia-auto-select +5120+1440"
[  4094.664] (**) NVIDIA(0): Enabling 2D acceleration
[  4094.664] (II) Loading sub module "glxserver_nvidia"
[  4094.664] (II) LoadModule: "glxserver_nvidia"
[  4094.664] (II) Loading /usr/lib64/xorg/modules/extensions/libglxserver_nvidia.so
[  4094.672] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[  4094.672] 	compiled for 1.6.99.901, module version = 1.0.0
[  4094.672] 	Module class: X.Org Server Extension
[  4094.672] (II) NVIDIA GLX Module  515.65.01  Wed Jul 20 13:48:42 UTC 2022
[  4094.672] (II) NVIDIA: The X server supports PRIME Render Offload.
[  4096.679] (II) NVIDIA(GPU-0): NVIDIA Base Mosaic enabled.
[  4101.326] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:33:0:0
[  4101.327] (--) NVIDIA(0):     DFP-0.8
[  4101.327] (--) NVIDIA(0):     DFP-2.8
[  4101.327] (--) NVIDIA(0):     DFP-0 (boot)
[  4101.327] (--) NVIDIA(0):     DFP-1
[  4101.327] (--) NVIDIA(0):     DFP-2 (boot)
[  4101.327] (--) NVIDIA(0):     DFP-3
[  4101.327] (--) NVIDIA(0):     DFP-4
[  4101.327] (--) NVIDIA(0):     DFP-5
[  4101.327] (--) NVIDIA(0):     DFP-6
[  4101.327] (--) NVIDIA(0):     DFP-7
[  4101.327] (--) NVIDIA(0): Valid display device(s) on GPU-1 at PCI:21:0:0
[  4101.327] (--) NVIDIA(0):     DFP-2.8
[  4101.327] (--) NVIDIA(0):     DFP-4.8
[  4101.327] (--) NVIDIA(0):     DFP-6.8
[  4101.327] (--) NVIDIA(0):     DFP-0.8
[  4101.327] (--) NVIDIA(0):     DFP-0
[  4101.327] (--) NVIDIA(0):     DFP-1
[  4101.327] (--) NVIDIA(0):     DFP-2 (boot)
[  4101.327] (--) NVIDIA(0):     DFP-3
[  4101.327] (--) NVIDIA(0):     DFP-4
[  4101.327] (--) NVIDIA(0):     DFP-5
[  4101.327] (--) NVIDIA(0):     DFP-6
[  4101.327] (--) NVIDIA(0):     DFP-7
[  4101.332] (II) NVIDIA(0): NVIDIA GPU NVIDIA T600 (TU117GL-A) at PCI:33:0:0 (GPU-0)
[  4101.332] (--) NVIDIA(0): Memory: 4194304 kBytes
[  4101.332] (--) NVIDIA(0): VideoBIOS: 90.17.76.00.26
[  4101.332] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[  4101.332] (II) NVIDIA(0): NVIDIA GPU NVIDIA T600 (TU117GL-A) at PCI:21:0:0 (GPU-1)
[  4101.332] (--) NVIDIA(0): Memory: 4194304 kBytes
[  4101.332] (--) NVIDIA(0): VideoBIOS: 90.17.76.00.26
[  4101.332] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[  4101.332] (--) NVIDIA(GPU-0): HPN HP Z27q G3 (DFP-0.8): connected
[  4101.332] (--) NVIDIA(GPU-0): HPN HP Z27q G3 (DFP-0.8): Internal DisplayPort
[  4101.332] (--) NVIDIA(GPU-0): HPN HP Z27q G3 (DFP-0.8): GUID: 10DE9070-0005-EDA7-41D3-1D54000000F3
[  4101.332] (--) NVIDIA(GPU-0): HPN HP Z27q G3 (DFP-0.8): 2660.0 MHz maximum pixel clock
[  4101.332] (--) NVIDIA(GPU-0): 
[  4101.333] (--) NVIDIA(GPU-0): HPN HP Z27q G3 (DFP-2.8): connected
[  4101.333] (--) NVIDIA(GPU-0): HPN HP Z27q G3 (DFP-2.8): Internal DisplayPort
[  4101.333] (--) NVIDIA(GPU-0): HPN HP Z27q G3 (DFP-2.8): GUID: 10DE9070-0005-EDA7-41AA-578E00000060
[  4101.333] (--) NVIDIA(GPU-0): HPN HP Z27q G3 (DFP-2.8): 2660.0 MHz maximum pixel clock
[  4101.333] (--) NVIDIA(GPU-0): 
[  4101.333] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  4101.333] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[  4101.333] (--) NVIDIA(GPU-0): DFP-0: 2660.0 MHz maximum pixel clock
[  4101.333] (--) NVIDIA(GPU-0): 
[  4101.336] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  4101.336] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  4101.336] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  4101.336] (--) NVIDIA(GPU-0): 
[  4101.336] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  4101.336] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  4101.336] (--) NVIDIA(GPU-0): DFP-2: 2660.0 MHz maximum pixel clock
[  4101.336] (--) NVIDIA(GPU-0): 
[  4101.339] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  4101.339] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  4101.339] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  4101.339] (--) NVIDIA(GPU-0): 
[  4101.339] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  4101.339] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[  4101.339] (--) NVIDIA(GPU-0): DFP-4: 2660.0 MHz maximum pixel clock
[  4101.339] (--) NVIDIA(GPU-0): 
[  4101.339] (--) NVIDIA(GPU-0): DFP-5: disconnected
[  4101.339] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[  4101.339] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[  4101.339] (--) NVIDIA(GPU-0): 
[  4101.339] (--) NVIDIA(GPU-0): DFP-6: disconnected
[  4101.339] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[  4101.339] (--) NVIDIA(GPU-0): DFP-6: 2660.0 MHz maximum pixel clock
[  4101.339] (--) NVIDIA(GPU-0): 
[  4101.339] (--) NVIDIA(GPU-0): DFP-7: disconnected
[  4101.339] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[  4101.339] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[  4101.339] (--) NVIDIA(GPU-0): 
[  4101.339] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-2.8): connected
[  4101.339] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-2.8): Internal DisplayPort
[  4101.339] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-2.8): GUID: 10DE9070-0005-EDA7-4195-DFCC000000F8
[  4101.339] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-2.8): 2660.0 MHz maximum pixel clock
[  4101.339] (--) NVIDIA(GPU-1): 
[  4101.340] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-4.8): connected
[  4101.340] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-4.8): Internal DisplayPort
[  4101.340] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-4.8): GUID: 10DE9070-0005-EDA7-41AE-1869000000D8
[  4101.340] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-4.8): 2660.0 MHz maximum pixel clock
[  4101.340] (--) NVIDIA(GPU-1): 
[  4101.340] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-6.8): connected
[  4101.340] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-6.8): Internal DisplayPort
[  4101.340] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-6.8): GUID: 10DE9070-0005-EDA7-41AE-576100000038
[  4101.340] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-6.8): 2660.0 MHz maximum pixel clock
[  4101.340] (--) NVIDIA(GPU-1): 
[  4101.340] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-0.8): connected
[  4101.340] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-0.8): Internal DisplayPort
[  4101.340] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-0.8): GUID: 10DE9070-0005-EDA7-41AD-B26E00000050
[  4101.340] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-0.8): 2660.0 MHz maximum pixel clock
[  4101.340] (--) NVIDIA(GPU-1): 
[  4101.340] (--) NVIDIA(GPU-1): DFP-0: disconnected
[  4101.340] (--) NVIDIA(GPU-1): DFP-0: Internal DisplayPort
[  4101.340] (--) NVIDIA(GPU-1): DFP-0: 2660.0 MHz maximum pixel clock
[  4101.340] (--) NVIDIA(GPU-1): 
[  4101.343] (--) NVIDIA(GPU-1): DFP-1: disconnected
[  4101.343] (--) NVIDIA(GPU-1): DFP-1: Internal TMDS
[  4101.343] (--) NVIDIA(GPU-1): DFP-1: 165.0 MHz maximum pixel clock
[  4101.343] (--) NVIDIA(GPU-1): 
[  4101.343] (--) NVIDIA(GPU-1): DFP-2: disconnected
[  4101.343] (--) NVIDIA(GPU-1): DFP-2: Internal DisplayPort
[  4101.343] (--) NVIDIA(GPU-1): DFP-2: 2660.0 MHz maximum pixel clock
[  4101.343] (--) NVIDIA(GPU-1): 
[  4101.346] (--) NVIDIA(GPU-1): DFP-3: disconnected
[  4101.346] (--) NVIDIA(GPU-1): DFP-3: Internal TMDS
[  4101.346] (--) NVIDIA(GPU-1): DFP-3: 165.0 MHz maximum pixel clock
[  4101.346] (--) NVIDIA(GPU-1): 
[  4101.346] (--) NVIDIA(GPU-1): DFP-4: disconnected
[  4101.346] (--) NVIDIA(GPU-1): DFP-4: Internal DisplayPort
[  4101.346] (--) NVIDIA(GPU-1): DFP-4: 2660.0 MHz maximum pixel clock
[  4101.346] (--) NVIDIA(GPU-1): 
[  4101.349] (--) NVIDIA(GPU-1): DFP-5: disconnected
[  4101.349] (--) NVIDIA(GPU-1): DFP-5: Internal TMDS
[  4101.349] (--) NVIDIA(GPU-1): DFP-5: 165.0 MHz maximum pixel clock
[  4101.349] (--) NVIDIA(GPU-1): 
[  4101.349] (--) NVIDIA(GPU-1): DFP-6: disconnected
[  4101.349] (--) NVIDIA(GPU-1): DFP-6: Internal DisplayPort
[  4101.349] (--) NVIDIA(GPU-1): DFP-6: 2660.0 MHz maximum pixel clock
[  4101.349] (--) NVIDIA(GPU-1): 
[  4101.352] (--) NVIDIA(GPU-1): DFP-7: disconnected
[  4101.352] (--) NVIDIA(GPU-1): DFP-7: Internal TMDS
[  4101.352] (--) NVIDIA(GPU-1): DFP-7: 165.0 MHz maximum pixel clock
[  4101.352] (--) NVIDIA(GPU-1): 
[  4101.564] (II) NVIDIA(0): Validated MetaModes:
[  4101.564] (II) NVIDIA(0):    
[  4101.564] (II) NVIDIA(0):     "GPU-0.DP-0.8:nvidia-auto-select+2560+0,GPU-0.DP-2.8:nvidia-auto-select+0+0,GPU-1.DP-2.8:nvidia-auto-select+0+1440,GPU-1.DP-0.8:nvidia-auto-select+2560+1440,GPU-1.DP-4.8:nvidia-auto-select+7680+1440,GPU-1.DP-6.8:nvidia-auto-select+5120+1440"
[  4101.564] (II) NVIDIA(0): Virtual screen size determined to be 10240 x 2880
[  4101.606] (--) NVIDIA(0): DPI set to (108, 107); computed from "UseEdidDpi" X config
[  4101.606] (--) NVIDIA(0):     option
[  4101.606] (II) NVIDIA(G0): NVIDIA T600 (GPU-1) already has an X screen assigned; skipping
[  4101.606] (II) NVIDIA(G0):     this GPU screen
[  4101.606] (EE) NVIDIA(G0): Failing initialization of X screen
[  4101.607] (II) UnloadModule: "nvidia"
[  4101.607] (II) UnloadSubModule: "wfb"
[  4101.607] (II) UnloadSubModule: "fb"
[  4101.607] (WW) NVIDIA: Failed to bind sideband socket to
[  4101.607] (WW) NVIDIA:     '/var/run/nvidia-xdriver-fc0b5eda' Permission denied
[  4101.607] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[  4101.607] (II) NVIDIA:     access.
[  4101.611] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[  4101.611] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[  4101.611] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[  4101.611] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[  4101.611] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[  4101.611] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[  4101.611] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[  4101.611] (II) NVIDIA(0):     Config Options in the README.
[  4101.631] (II) NVIDIA(0): Setting mode "GPU-0.DP-0.8:nvidia-auto-select+2560+0,GPU-0.DP-2.8:nvidia-auto-select+0+0,GPU-1.DP-2.8:nvidia-auto-select+0+1440,GPU-1.DP-0.8:nvidia-auto-select+2560+1440,GPU-1.DP-4.8:nvidia-auto-select+7680+1440,GPU-1.DP-6.8:nvidia-auto-select+5120+1440"
[  4102.086] (==) NVIDIA(0): Disabling shared memory pixmaps
[  4102.086] (==) NVIDIA(0): Backing store enabled
[  4102.086] (==) NVIDIA(0): Silken mouse enabled
[  4102.086] (**) NVIDIA(0): DPMS enabled
[  4102.087] (II) Loading sub module "dri2"
[  4102.087] (II) LoadModule: "dri2"
[  4102.087] (II) Module "dri2" already built-in
[  4102.087] (II) NVIDIA(0): [DRI2] Setup complete
[  4102.087] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[  4102.087] (II) Initializing extension Generic Event Extension
[  4102.087] (II) Initializing extension SHAPE
[  4102.087] (II) Initializing extension MIT-SHM
[  4102.087] (II) Initializing extension XInputExtension
[  4102.087] (II) Initializing extension XTEST
[  4102.087] (II) Initializing extension BIG-REQUESTS
[  4102.087] (II) Initializing extension SYNC
[  4102.088] (II) Initializing extension XKEYBOARD
[  4102.088] (II) Initializing extension XC-MISC
[  4102.088] (II) Initializing extension SECURITY
[  4102.088] (II) Initializing extension XFIXES
[  4102.088] (II) Initializing extension RENDER
[  4102.088] (II) Initializing extension RANDR
[  4102.088] (II) Initializing extension COMPOSITE
[  4102.088] (II) Initializing extension DAMAGE
[  4102.089] (II) Initializing extension MIT-SCREEN-SAVER
[  4102.089] (II) Initializing extension DOUBLE-BUFFER
[  4102.089] (II) Initializing extension RECORD
[  4102.089] (II) Initializing extension DPMS
[  4102.089] (II) Initializing extension Present
[  4102.089] (II) Initializing extension DRI3
[  4102.089] (II) Initializing extension X-Resource
[  4102.089] (II) Initializing extension XVideo
[  4102.089] (II) Initializing extension XVideo-MotionCompensation
[  4102.089] (II) Initializing extension GLX
[  4102.089] (II) Initializing extension GLX
[  4102.089] (II) Indirect GLX disabled.
[  4102.089] (II) GLX: Another vendor is already registered for screen 0
[  4102.089] (II) Initializing extension XFree86-VidModeExtension
[  4102.090] (II) Initializing extension XFree86-DGA
[  4102.090] (II) Initializing extension XFree86-DRI
[  4102.090] (II) Initializing extension DRI2
[  4102.090] (II) Initializing extension NV-GLX
[  4102.090] (II) Initializing extension NV-CONTROL
[  4102.090] (II) Initializing extension XINERAMA
[  4102.135] (II) config/udev: Adding input device Power Button (/dev/input/event6)
[  4102.135] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  4102.135] (II) LoadModule: "evdev"
[  4102.135] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[  4102.135] (II) Module evdev: vendor="X.Org Foundation"
[  4102.135] 	compiled for 1.20.3, module version = 2.10.6
[  4102.135] 	Module class: X.Org XInput Driver
[  4102.135] 	ABI class: X.Org XInput driver, version 24.1
[  4102.135] (II) Using input driver 'evdev' for 'Power Button'
[  4102.136] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 42 paused 0
[  4102.136] (**) Power Button: always reports core events
[  4102.136] (**) evdev: Power Button: Device: "/dev/input/event6"
[  4102.136] (--) evdev: Power Button: Vendor 0 Product 0x1
[  4102.136] (--) evdev: Power Button: Found keys
[  4102.136] (II) evdev: Power Button: Configuring as keyboard
[  4102.136] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input9/event6"
[  4102.136] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  4102.136] (**) Option "xkb_rules" "evdev"
[  4102.136] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[  4102.136] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  4102.136] (II) Using input driver 'evdev' for 'Power Button'
[  4102.137] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 43 paused 0
[  4102.137] (**) Power Button: always reports core events
[  4102.137] (**) evdev: Power Button: Device: "/dev/input/event5"
[  4102.137] (--) evdev: Power Button: Vendor 0 Product 0x1
[  4102.137] (--) evdev: Power Button: Found keys
[  4102.137] (II) evdev: Power Button: Configuring as keyboard
[  4102.137] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input8/event5"
[  4102.137] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[  4102.137] (**) Option "xkb_rules" "evdev"
[  4102.138] (II) config/udev: Adding input device Chicony HP Business Slim Keyboard (/dev/input/event0)
[  4102.138] (**) Chicony HP Business Slim Keyboard: Applying InputClass "evdev keyboard catchall"
[  4102.138] (II) Using input driver 'evdev' for 'Chicony HP Business Slim Keyboard'
[  4102.138] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 44 paused 0
[  4102.138] (**) Chicony HP Business Slim Keyboard: always reports core events
[  4102.138] (**) evdev: Chicony HP Business Slim Keyboard: Device: "/dev/input/event0"
[  4102.138] (--) evdev: Chicony HP Business Slim Keyboard: Vendor 0x3f0 Product 0x304a
[  4102.138] (--) evdev: Chicony HP Business Slim Keyboard: Found keys
[  4102.138] (II) evdev: Chicony HP Business Slim Keyboard: Configuring as keyboard
[  4102.138] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.0/0003:03F0:304A.0001/input/input3/event0"
[  4102.138] (II) XINPUT: Adding extended input device "Chicony HP Business Slim Keyboard" (type: KEYBOARD, id 8)
[  4102.138] (**) Option "xkb_rules" "evdev"
[  4102.139] (II) config/udev: Adding input device Chicony HP Business Slim Keyboard Consumer Control (/dev/input/event1)
[  4102.139] (**) Chicony HP Business Slim Keyboard Consumer Control: Applying InputClass "evdev keyboard catchall"
[  4102.139] (II) Using input driver 'evdev' for 'Chicony HP Business Slim Keyboard Consumer Control'
[  4102.140] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 45 paused 0
[  4102.140] (**) Chicony HP Business Slim Keyboard Consumer Control: always reports core events
[  4102.140] (**) evdev: Chicony HP Business Slim Keyboard Consumer Control: Device: "/dev/input/event1"
[  4102.140] (--) evdev: Chicony HP Business Slim Keyboard Consumer Control: Vendor 0x3f0 Product 0x304a
[  4102.140] (--) evdev: Chicony HP Business Slim Keyboard Consumer Control: Found 1 mouse buttons
[  4102.140] (--) evdev: Chicony HP Business Slim Keyboard Consumer Control: Found scroll wheel(s)
[  4102.140] (--) evdev: Chicony HP Business Slim Keyboard Consumer Control: Found relative axes
[  4102.140] (II) evdev: Chicony HP Business Slim Keyboard Consumer Control: Forcing relative x/y axes to exist.
[  4102.140] (--) evdev: Chicony HP Business Slim Keyboard Consumer Control: Found absolute axes
[  4102.140] (II) evdev: Chicony HP Business Slim Keyboard Consumer Control: Forcing absolute x/y axes to exist.
[  4102.140] (--) evdev: Chicony HP Business Slim Keyboard Consumer Control: Found keys
[  4102.140] (II) evdev: Chicony HP Business Slim Keyboard Consumer Control: Configuring as mouse
[  4102.140] (II) evdev: Chicony HP Business Slim Keyboard Consumer Control: Configuring as keyboard
[  4102.140] (II) evdev: Chicony HP Business Slim Keyboard Consumer Control: Adding scrollwheel support
[  4102.140] (**) evdev: Chicony HP Business Slim Keyboard Consumer Control: YAxisMapping: buttons 4 and 5
[  4102.140] (**) evdev: Chicony HP Business Slim Keyboard Consumer Control: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  4102.140] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.1/0003:03F0:304A.0002/input/input4/event1"
[  4102.140] (II) XINPUT: Adding extended input device "Chicony HP Business Slim Keyboard Consumer Control" (type: KEYBOARD, id 9)
[  4102.140] (**) Option "xkb_rules" "evdev"
[  4102.140] (II) evdev: Chicony HP Business Slim Keyboard Consumer Control: initialized for relative axes.
[  4102.140] (WW) evdev: Chicony HP Business Slim Keyboard Consumer Control: ignoring absolute axes.
[  4102.140] (**) Chicony HP Business Slim Keyboard Consumer Control: (accel) keeping acceleration scheme 1
[  4102.140] (**) Chicony HP Business Slim Keyboard Consumer Control: (accel) acceleration profile 0
[  4102.140] (**) Chicony HP Business Slim Keyboard Consumer Control: (accel) acceleration factor: 2.000
[  4102.140] (**) Chicony HP Business Slim Keyboard Consumer Control: (accel) acceleration threshold: 4
[  4102.141] (II) config/udev: Adding input device Chicony HP Business Slim Keyboard System Control (/dev/input/event2)
[  4102.141] (**) Chicony HP Business Slim Keyboard System Control: Applying InputClass "evdev keyboard catchall"
[  4102.141] (II) Using input driver 'evdev' for 'Chicony HP Business Slim Keyboard System Control'
[  4102.141] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 46 paused 0
[  4102.141] (**) Chicony HP Business Slim Keyboard System Control: always reports core events
[  4102.141] (**) evdev: Chicony HP Business Slim Keyboard System Control: Device: "/dev/input/event2"
[  4102.141] (--) evdev: Chicony HP Business Slim Keyboard System Control: Vendor 0x3f0 Product 0x304a
[  4102.141] (--) evdev: Chicony HP Business Slim Keyboard System Control: Found keys
[  4102.141] (II) evdev: Chicony HP Business Slim Keyboard System Control: Configuring as keyboard
[  4102.141] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.1/0003:03F0:304A.0002/input/input5/event2"
[  4102.141] (II) XINPUT: Adding extended input device "Chicony HP Business Slim Keyboard System Control" (type: KEYBOARD, id 10)
[  4102.141] (**) Option "xkb_rules" "evdev"
[  4102.142] (II) config/udev: Adding input device Chicony HP Business Slim Keyboard (/dev/input/event3)
[  4102.142] (**) Chicony HP Business Slim Keyboard: Applying InputClass "evdev keyboard catchall"
[  4102.142] (II) Using input driver 'evdev' for 'Chicony HP Business Slim Keyboard'
[  4102.143] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 47 paused 0
[  4102.143] (**) Chicony HP Business Slim Keyboard: always reports core events
[  4102.143] (**) evdev: Chicony HP Business Slim Keyboard: Device: "/dev/input/event3"
[  4102.143] (--) evdev: Chicony HP Business Slim Keyboard: Vendor 0x3f0 Product 0x304a
[  4102.143] (--) evdev: Chicony HP Business Slim Keyboard: Found keys
[  4102.143] (II) evdev: Chicony HP Business Slim Keyboard: Configuring as keyboard
[  4102.143] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.1/0003:03F0:304A.0002/input/input6/event3"
[  4102.143] (II) XINPUT: Adding extended input device "Chicony HP Business Slim Keyboard" (type: KEYBOARD, id 11)
[  4102.143] (**) Option "xkb_rules" "evdev"
[  4102.143] (II) config/udev: Adding input device PixArt HP USB Optical Mouse (/dev/input/event4)
[  4102.143] (**) PixArt HP USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[  4102.143] (II) Using input driver 'evdev' for 'PixArt HP USB Optical Mouse'
[  4102.144] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 48 paused 0
[  4102.144] (**) PixArt HP USB Optical Mouse: always reports core events
[  4102.144] (**) evdev: PixArt HP USB Optical Mouse: Device: "/dev/input/event4"
[  4102.144] (--) evdev: PixArt HP USB Optical Mouse: Vendor 0x3f0 Product 0x1f4a
[  4102.144] (--) evdev: PixArt HP USB Optical Mouse: Found 3 mouse buttons
[  4102.144] (--) evdev: PixArt HP USB Optical Mouse: Found scroll wheel(s)
[  4102.144] (--) evdev: PixArt HP USB Optical Mouse: Found relative axes
[  4102.144] (--) evdev: PixArt HP USB Optical Mouse: Found x and y relative axes
[  4102.144] (II) evdev: PixArt HP USB Optical Mouse: Configuring as mouse
[  4102.144] (II) evdev: PixArt HP USB Optical Mouse: Adding scrollwheel support
[  4102.144] (**) evdev: PixArt HP USB Optical Mouse: YAxisMapping: buttons 4 and 5
[  4102.144] (**) evdev: PixArt HP USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  4102.144] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.0/0003:03F0:1F4A.0003/input/input7/event4"
[  4102.144] (II) XINPUT: Adding extended input device "PixArt HP USB Optical Mouse" (type: MOUSE, id 12)
[  4102.144] (II) evdev: PixArt HP USB Optical Mouse: initialized for relative axes.
[  4102.144] (**) PixArt HP USB Optical Mouse: (accel) keeping acceleration scheme 1
[  4102.144] (**) PixArt HP USB Optical Mouse: (accel) acceleration profile 0
[  4102.144] (**) PixArt HP USB Optical Mouse: (accel) acceleration factor: 2.000
[  4102.144] (**) PixArt HP USB Optical Mouse: (accel) acceleration threshold: 4
[  4102.145] (II) config/udev: Adding input device PixArt HP USB Optical Mouse (/dev/input/mouse0)
[  4102.145] (II) No input driver specified, ignoring this device.
[  4102.145] (II) This device may have been added with another device file.
[  4102.145] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event23)
[  4102.145] (II) No input driver specified, ignoring this device.
[  4102.145] (II) This device may have been added with another device file.
[  4102.145] (II) config/udev: Adding input device HDA Intel PCH Headset Mic (/dev/input/event24)
[  4102.145] (II) No input driver specified, ignoring this device.
[  4102.145] (II) This device may have been added with another device file.
[  4102.145] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event25)
[  4102.145] (II) No input driver specified, ignoring this device.
[  4102.145] (II) This device may have been added with another device file.
[  4102.146] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event26)
[  4102.146] (II) No input driver specified, ignoring this device.
[  4102.146] (II) This device may have been added with another device file.
[  4102.146] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event16)
[  4102.146] (II) No input driver specified, ignoring this device.
[  4102.146] (II) This device may have been added with another device file.
[  4102.146] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event17)
[  4102.146] (II) No input driver specified, ignoring this device.
[  4102.146] (II) This device may have been added with another device file.
[  4102.146] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event18)
[  4102.146] (II) No input driver specified, ignoring this device.
[  4102.146] (II) This device may have been added with another device file.
[  4102.146] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event19)
[  4102.147] (II) No input driver specified, ignoring this device.
[  4102.147] (II) This device may have been added with another device file.
[  4102.147] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event20)
[  4102.147] (II) No input driver specified, ignoring this device.
[  4102.147] (II) This device may have been added with another device file.
[  4102.147] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event21)
[  4102.147] (II) No input driver specified, ignoring this device.
[  4102.147] (II) This device may have been added with another device file.
[  4102.147] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=12 (/dev/input/event22)
[  4102.147] (II) No input driver specified, ignoring this device.
[  4102.147] (II) This device may have been added with another device file.
[  4102.147] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event9)
[  4102.147] (II) No input driver specified, ignoring this device.
[  4102.147] (II) This device may have been added with another device file.
[  4102.148] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event10)
[  4102.148] (II) No input driver specified, ignoring this device.
[  4102.148] (II) This device may have been added with another device file.
[  4102.148] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event11)
[  4102.148] (II) No input driver specified, ignoring this device.
[  4102.148] (II) This device may have been added with another device file.
[  4102.148] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event12)
[  4102.148] (II) No input driver specified, ignoring this device.
[  4102.148] (II) This device may have been added with another device file.
[  4102.148] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event13)
[  4102.148] (II) No input driver specified, ignoring this device.
[  4102.148] (II) This device may have been added with another device file.
[  4102.149] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event14)
[  4102.149] (II) No input driver specified, ignoring this device.
[  4102.149] (II) This device may have been added with another device file.
[  4102.149] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=12 (/dev/input/event15)
[  4102.149] (II) No input driver specified, ignoring this device.
[  4102.149] (II) This device may have been added with another device file.
[  4102.149] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[  4102.149] (II) No input driver specified, ignoring this device.
[  4102.149] (II) This device may have been added with another device file.
[  4102.150] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event8)
[  4102.150] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[  4102.150] (II) Using input driver 'evdev' for 'HP WMI hotkeys'
[  4102.151] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 49 paused 0
[  4102.151] (**) HP WMI hotkeys: always reports core events
[  4102.151] (**) evdev: HP WMI hotkeys: Device: "/dev/input/event8"
[  4102.151] (--) evdev: HP WMI hotkeys: Vendor 0 Product 0
[  4102.151] (--) evdev: HP WMI hotkeys: Found keys
[  4102.151] (II) evdev: HP WMI hotkeys: Configuring as keyboard
[  4102.151] (**) Option "config_info" "udev:/sys/devices/virtual/input/input11/event8"
[  4102.151] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 13)
[  4102.151] (**) Option "xkb_rules" "evdev"
[  4102.154] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-2.8): connected
[  4102.154] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-2.8): Internal DisplayPort
[  4102.154] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-2.8): GUID: 10DE9070-0005-EDA7-4195-DFCC000000F8
[  4102.154] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-2.8): 2660.0 MHz maximum pixel clock
[  4102.154] (--) NVIDIA(GPU-1): 
[  4102.154] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-4.8): connected
[  4102.154] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-4.8): Internal DisplayPort
[  4102.154] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-4.8): GUID: 10DE9070-0005-EDA7-41AE-1869000000D8
[  4102.154] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-4.8): 2660.0 MHz maximum pixel clock
[  4102.154] (--) NVIDIA(GPU-1): 
[  4102.154] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-6.8): connected
[  4102.154] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-6.8): Internal DisplayPort
[  4102.154] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-6.8): GUID: 10DE9070-0005-EDA7-41AE-576100000038
[  4102.154] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-6.8): 2660.0 MHz maximum pixel clock
[  4102.154] (--) NVIDIA(GPU-1): 
[  4102.154] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-0.8): connected
[  4102.154] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-0.8): Internal DisplayPort
[  4102.154] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-0.8): GUID: 10DE9070-0005-EDA7-41AD-B26E00000050
[  4102.154] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-0.8): 2660.0 MHz maximum pixel clock
[  4102.154] (--) NVIDIA(GPU-1): 
[  4102.154] (--) NVIDIA(GPU-0): HPN HP Z27q G3 (DFP-0.8): connected
[  4102.154] (--) NVIDIA(GPU-0): HPN HP Z27q G3 (DFP-0.8): Internal DisplayPort
[  4102.154] (--) NVIDIA(GPU-0): HPN HP Z27q G3 (DFP-0.8): GUID: 10DE9070-0005-EDA7-41D3-1D54000000F3
[  4102.154] (--) NVIDIA(GPU-0): HPN HP Z27q G3 (DFP-0.8): 2660.0 MHz maximum pixel clock
[  4102.154] (--) NVIDIA(GPU-0): 
[  4102.154] (--) NVIDIA(GPU-0): HPN HP Z27q G3 (DFP-2.8): connected
[  4102.154] (--) NVIDIA(GPU-0): HPN HP Z27q G3 (DFP-2.8): Internal DisplayPort
[  4102.154] (--) NVIDIA(GPU-0): HPN HP Z27q G3 (DFP-2.8): GUID: 10DE9070-0005-EDA7-41AA-578E00000060
[  4102.154] (--) NVIDIA(GPU-0): HPN HP Z27q G3 (DFP-2.8): 2660.0 MHz maximum pixel clock
[  4102.154] (--) NVIDIA(GPU-0): 
[  4102.455] (--) NVIDIA(GPU-0): HPN HP Z27q G3 (DFP-0.8): connected
[  4102.455] (--) NVIDIA(GPU-0): HPN HP Z27q G3 (DFP-0.8): Internal DisplayPort
[  4102.455] (--) NVIDIA(GPU-0): HPN HP Z27q G3 (DFP-0.8): GUID: 10DE9070-0005-EDA7-41D3-1D54000000F3
[  4102.455] (--) NVIDIA(GPU-0): HPN HP Z27q G3 (DFP-0.8): 2660.0 MHz maximum pixel clock
[  4102.455] (--) NVIDIA(GPU-0): 
[  4102.456] (--) NVIDIA(GPU-0): HPN HP Z27q G3 (DFP-2.8): connected
[  4102.456] (--) NVIDIA(GPU-0): HPN HP Z27q G3 (DFP-2.8): Internal DisplayPort
[  4102.456] (--) NVIDIA(GPU-0): HPN HP Z27q G3 (DFP-2.8): GUID: 10DE9070-0005-EDA7-41AA-578E00000060
[  4102.456] (--) NVIDIA(GPU-0): HPN HP Z27q G3 (DFP-2.8): 2660.0 MHz maximum pixel clock
[  4102.456] (--) NVIDIA(GPU-0): 
[  4102.456] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  4102.456] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[  4102.456] (--) NVIDIA(GPU-0): DFP-0: 2660.0 MHz maximum pixel clock
[  4102.456] (--) NVIDIA(GPU-0): 
[  4102.459] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  4102.459] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  4102.459] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  4102.459] (--) NVIDIA(GPU-0): 
[  4102.459] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  4102.459] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  4102.459] (--) NVIDIA(GPU-0): DFP-2: 2660.0 MHz maximum pixel clock
[  4102.459] (--) NVIDIA(GPU-0): 
[  4102.462] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  4102.462] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  4102.462] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  4102.462] (--) NVIDIA(GPU-0): 
[  4102.462] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  4102.462] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[  4102.462] (--) NVIDIA(GPU-0): DFP-4: 2660.0 MHz maximum pixel clock
[  4102.462] (--) NVIDIA(GPU-0): 
[  4102.462] (--) NVIDIA(GPU-0): DFP-5: disconnected
[  4102.462] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[  4102.462] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[  4102.462] (--) NVIDIA(GPU-0): 
[  4102.462] (--) NVIDIA(GPU-0): DFP-6: disconnected
[  4102.462] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[  4102.462] (--) NVIDIA(GPU-0): DFP-6: 2660.0 MHz maximum pixel clock
[  4102.462] (--) NVIDIA(GPU-0): 
[  4102.462] (--) NVIDIA(GPU-0): DFP-7: disconnected
[  4102.462] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[  4102.462] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[  4102.462] (--) NVIDIA(GPU-0): 
[  4102.463] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-2.8): connected
[  4102.463] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-2.8): Internal DisplayPort
[  4102.463] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-2.8): GUID: 10DE9070-0005-EDA7-4195-DFCC000000F8
[  4102.463] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-2.8): 2660.0 MHz maximum pixel clock
[  4102.463] (--) NVIDIA(GPU-1): 
[  4102.463] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-4.8): connected
[  4102.463] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-4.8): Internal DisplayPort
[  4102.463] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-4.8): GUID: 10DE9070-0005-EDA7-41AE-1869000000D8
[  4102.463] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-4.8): 2660.0 MHz maximum pixel clock
[  4102.463] (--) NVIDIA(GPU-1): 
[  4102.463] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-6.8): connected
[  4102.464] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-6.8): Internal DisplayPort
[  4102.464] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-6.8): GUID: 10DE9070-0005-EDA7-41AE-576100000038
[  4102.464] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-6.8): 2660.0 MHz maximum pixel clock
[  4102.464] (--) NVIDIA(GPU-1): 
[  4102.464] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-0.8): connected
[  4102.464] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-0.8): Internal DisplayPort
[  4102.464] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-0.8): GUID: 10DE9070-0005-EDA7-41AD-B26E00000050
[  4102.464] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-0.8): 2660.0 MHz maximum pixel clock
[  4102.464] (--) NVIDIA(GPU-1): 
[  4102.464] (--) NVIDIA(GPU-1): DFP-0: disconnected
[  4102.464] (--) NVIDIA(GPU-1): DFP-0: Internal DisplayPort
[  4102.464] (--) NVIDIA(GPU-1): DFP-0: 2660.0 MHz maximum pixel clock
[  4102.464] (--) NVIDIA(GPU-1): 
[  4102.467] (--) NVIDIA(GPU-1): DFP-1: disconnected
[  4102.467] (--) NVIDIA(GPU-1): DFP-1: Internal TMDS
[  4102.467] (--) NVIDIA(GPU-1): DFP-1: 165.0 MHz maximum pixel clock
[  4102.467] (--) NVIDIA(GPU-1): 
[  4102.467] (--) NVIDIA(GPU-1): DFP-2: disconnected
[  4102.467] (--) NVIDIA(GPU-1): DFP-2: Internal DisplayPort
[  4102.467] (--) NVIDIA(GPU-1): DFP-2: 2660.0 MHz maximum pixel clock
[  4102.467] (--) NVIDIA(GPU-1): 
[  4102.470] (--) NVIDIA(GPU-1): DFP-3: disconnected
[  4102.470] (--) NVIDIA(GPU-1): DFP-3: Internal TMDS
[  4102.470] (--) NVIDIA(GPU-1): DFP-3: 165.0 MHz maximum pixel clock
[  4102.470] (--) NVIDIA(GPU-1): 
[  4102.470] (--) NVIDIA(GPU-1): DFP-4: disconnected
[  4102.470] (--) NVIDIA(GPU-1): DFP-4: Internal DisplayPort
[  4102.470] (--) NVIDIA(GPU-1): DFP-4: 2660.0 MHz maximum pixel clock
[  4102.470] (--) NVIDIA(GPU-1): 
[  4102.473] (--) NVIDIA(GPU-1): DFP-5: disconnected
[  4102.473] (--) NVIDIA(GPU-1): DFP-5: Internal TMDS
[  4102.473] (--) NVIDIA(GPU-1): DFP-5: 165.0 MHz maximum pixel clock
[  4102.473] (--) NVIDIA(GPU-1): 
[  4102.473] (--) NVIDIA(GPU-1): DFP-6: disconnected
[  4102.473] (--) NVIDIA(GPU-1): DFP-6: Internal DisplayPort
[  4102.473] (--) NVIDIA(GPU-1): DFP-6: 2660.0 MHz maximum pixel clock
[  4102.473] (--) NVIDIA(GPU-1): 
[  4102.476] (--) NVIDIA(GPU-1): DFP-7: disconnected
[  4102.476] (--) NVIDIA(GPU-1): DFP-7: Internal TMDS
[  4102.476] (--) NVIDIA(GPU-1): DFP-7: 165.0 MHz maximum pixel clock
[  4102.476] (--) NVIDIA(GPU-1): 
[  4102.670] (II) NVIDIA(0): Setting mode "GPU-0.DP-0.8: nvidia-auto-select @2560x1440 +2560+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}, GPU-0.DP-2.8: nvidia-auto-select @2560x1440 +0+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}, GPU-1.DP-2.8: nvidia-auto-select @2560x1440 +0+1440 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}, GPU-1.DP-4.8: nvidia-auto-select @2560x1440 +7680+1440 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}, GPU-1.DP-6.8: nvidia-auto-select @2560x1440 +5120+1440 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}"
[  4103.406] (II) NVIDIA(0): Setting mode "GPU-0.DP-0.8: nvidia-auto-select @2560x1440 +2560+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}, GPU-0.DP-2.8: nvidia-auto-select @2560x1440 +0+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}, GPU-1.DP-4.8: nvidia-auto-select @2560x1440 +7680+1440 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}, GPU-1.DP-6.8: nvidia-auto-select @2560x1440 +5120+1440 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}"
[  4104.063] (II) NVIDIA(0): Setting mode "GPU-0.DP-0.8: nvidia-auto-select @2560x1440 +2560+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}, GPU-0.DP-2.8: nvidia-auto-select @2560x1440 +0+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}, GPU-1.DP-6.8: nvidia-auto-select @2560x1440 +5120+1440 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}"
[  4104.610] (II) NVIDIA(0): Setting mode "GPU-0.DP-0.8: nvidia-auto-select @2560x1440 +2560+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}, GPU-0.DP-2.8: nvidia-auto-select @2560x1440 +0+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}"
[  4105.071] (II) NVIDIA(0): Setting mode "GPU-0.DP-0.8: nvidia-auto-select @2560x1440 +2560+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}, GPU-0.DP-2.8: nvidia-auto-select @2560x1440 +0+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}, GPU-1.DP-0.8: nvidia-auto-select @2560x1440 +5120+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}"
[  4105.492] (II) NVIDIA(0): Setting mode "GPU-0.DP-0.8: nvidia-auto-select @2560x1440 +2560+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}, GPU-0.DP-2.8: nvidia-auto-select @2560x1440 +0+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}, GPU-1.DP-2.8: nvidia-auto-select @2560x1440 +7680+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}, GPU-1.DP-0.8: nvidia-auto-select @2560x1440 +5120+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}"
[  4106.079] (II) NVIDIA(0): Setting mode "GPU-0.DP-0.8: nvidia-auto-select @2560x1440 +2560+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}, GPU-0.DP-2.8: nvidia-auto-select @2560x1440 +0+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}, GPU-1.DP-2.8: nvidia-auto-select @2560x1440 +7680+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}, GPU-1.DP-0.8: nvidia-auto-select @2560x1440 +5120+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}, GPU-1.DP-4.8: nvidia-auto-select @2560x1440 +10240+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}"
[  4106.766] (II) NVIDIA(0): Setting mode "GPU-0.DP-0.8: nvidia-auto-select @2560x1440 +2560+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}, GPU-0.DP-2.8: nvidia-auto-select @2560x1440 +0+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}, GPU-1.DP-2.8: nvidia-auto-select @2560x1440 +7680+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}, GPU-1.DP-0.8: nvidia-auto-select @2560x1440 +5120+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}, GPU-1.DP-4.8: nvidia-auto-select @2560x1440 +10240+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}, GPU-1.DP-6.8: nvidia-auto-select @2560x1440 +12800+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}"
[  4108.123] (--) NVIDIA(GPU-0): HPN HP Z27q G3 (DFP-0.8): connected
[  4108.123] (--) NVIDIA(GPU-0): HPN HP Z27q G3 (DFP-0.8): Internal DisplayPort
[  4108.123] (--) NVIDIA(GPU-0): HPN HP Z27q G3 (DFP-0.8): GUID: 10DE9070-0005-EDA7-41D3-1D54000000F3
[  4108.123] (--) NVIDIA(GPU-0): HPN HP Z27q G3 (DFP-0.8): 2660.0 MHz maximum pixel clock
[  4108.123] (--) NVIDIA(GPU-0): 
[  4108.123] (--) NVIDIA(GPU-0): HPN HP Z27q G3 (DFP-2.8): connected
[  4108.123] (--) NVIDIA(GPU-0): HPN HP Z27q G3 (DFP-2.8): Internal DisplayPort
[  4108.123] (--) NVIDIA(GPU-0): HPN HP Z27q G3 (DFP-2.8): GUID: 10DE9070-0005-EDA7-41AA-578E00000060
[  4108.124] (--) NVIDIA(GPU-0): HPN HP Z27q G3 (DFP-2.8): 2660.0 MHz maximum pixel clock
[  4108.124] (--) NVIDIA(GPU-0): 
[  4108.124] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  4108.124] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[  4108.124] (--) NVIDIA(GPU-0): DFP-0: 2660.0 MHz maximum pixel clock
[  4108.124] (--) NVIDIA(GPU-0): 
[  4108.126] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  4108.126] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  4108.126] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  4108.126] (--) NVIDIA(GPU-0): 
[  4108.127] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  4108.127] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  4108.127] (--) NVIDIA(GPU-0): DFP-2: 2660.0 MHz maximum pixel clock
[  4108.127] (--) NVIDIA(GPU-0): 
[  4108.129] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  4108.129] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  4108.129] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  4108.129] (--) NVIDIA(GPU-0): 
[  4108.129] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  4108.129] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[  4108.130] (--) NVIDIA(GPU-0): DFP-4: 2660.0 MHz maximum pixel clock
[  4108.130] (--) NVIDIA(GPU-0): 
[  4108.130] (--) NVIDIA(GPU-0): DFP-5: disconnected
[  4108.130] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[  4108.130] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[  4108.130] (--) NVIDIA(GPU-0): 
[  4108.130] (--) NVIDIA(GPU-0): DFP-6: disconnected
[  4108.130] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[  4108.130] (--) NVIDIA(GPU-0): DFP-6: 2660.0 MHz maximum pixel clock
[  4108.130] (--) NVIDIA(GPU-0): 
[  4108.130] (--) NVIDIA(GPU-0): DFP-7: disconnected
[  4108.130] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[  4108.130] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[  4108.130] (--) NVIDIA(GPU-0): 
[  4108.130] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-2.8): connected
[  4108.130] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-2.8): Internal DisplayPort
[  4108.130] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-2.8): GUID: 10DE9070-0005-EDA7-4195-DFCC000000F8
[  4108.130] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-2.8): 2660.0 MHz maximum pixel clock
[  4108.130] (--) NVIDIA(GPU-1): 
[  4108.130] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-4.8): connected
[  4108.130] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-4.8): Internal DisplayPort
[  4108.130] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-4.8): GUID: 10DE9070-0005-EDA7-41AE-1869000000D8
[  4108.130] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-4.8): 2660.0 MHz maximum pixel clock
[  4108.130] (--) NVIDIA(GPU-1): 
[  4108.130] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-6.8): connected
[  4108.130] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-6.8): Internal DisplayPort
[  4108.130] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-6.8): GUID: 10DE9070-0005-EDA7-41AE-576100000038
[  4108.130] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-6.8): 2660.0 MHz maximum pixel clock
[  4108.130] (--) NVIDIA(GPU-1): 
[  4108.131] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-0.8): connected
[  4108.131] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-0.8): Internal DisplayPort
[  4108.131] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-0.8): GUID: 10DE9070-0005-EDA7-41AD-B26E00000050
[  4108.131] (--) NVIDIA(GPU-1): HPN HP Z27q G3 (DFP-0.8): 2660.0 MHz maximum pixel clock
[  4108.131] (--) NVIDIA(GPU-1): 
[  4108.131] (--) NVIDIA(GPU-1): DFP-0: disconnected
[  4108.131] (--) NVIDIA(GPU-1): DFP-0: Internal DisplayPort
[  4108.131] (--) NVIDIA(GPU-1): DFP-0: 2660.0 MHz maximum pixel clock
[  4108.131] (--) NVIDIA(GPU-1): 
[  4108.134] (--) NVIDIA(GPU-1): DFP-1: disconnected
[  4108.134] (--) NVIDIA(GPU-1): DFP-1: Internal TMDS
[  4108.134] (--) NVIDIA(GPU-1): DFP-1: 165.0 MHz maximum pixel clock
[  4108.134] (--) NVIDIA(GPU-1): 
[  4108.134] (--) NVIDIA(GPU-1): DFP-2: disconnected
[  4108.134] (--) NVIDIA(GPU-1): DFP-2: Internal DisplayPort
[  4108.134] (--) NVIDIA(GPU-1): DFP-2: 2660.0 MHz maximum pixel clock
[  4108.134] (--) NVIDIA(GPU-1): 
[  4108.137] (--) NVIDIA(GPU-1): DFP-3: disconnected
[  4108.137] (--) NVIDIA(GPU-1): DFP-3: Internal TMDS
[  4108.137] (--) NVIDIA(GPU-1): DFP-3: 165.0 MHz maximum pixel clock
[  4108.137] (--) NVIDIA(GPU-1): 
[  4108.137] (--) NVIDIA(GPU-1): DFP-4: disconnected
[  4108.137] (--) NVIDIA(GPU-1): DFP-4: Internal DisplayPort
[  4108.137] (--) NVIDIA(GPU-1): DFP-4: 2660.0 MHz maximum pixel clock
[  4108.137] (--) NVIDIA(GPU-1): 
[  4108.139] (--) NVIDIA(GPU-1): DFP-5: disconnected
[  4108.139] (--) NVIDIA(GPU-1): DFP-5: Internal TMDS
[  4108.139] (--) NVIDIA(GPU-1): DFP-5: 165.0 MHz maximum pixel clock
[  4108.139] (--) NVIDIA(GPU-1): 
[  4108.139] (--) NVIDIA(GPU-1): DFP-6: disconnected
[  4108.139] (--) NVIDIA(GPU-1): DFP-6: Internal DisplayPort
[  4108.139] (--) NVIDIA(GPU-1): DFP-6: 2660.0 MHz maximum pixel clock
[  4108.139] (--) NVIDIA(GPU-1): 
[  4108.142] (--) NVIDIA(GPU-1): DFP-7: disconnected
[  4108.142] (--) NVIDIA(GPU-1): DFP-7: Internal TMDS
[  4108.142] (--) NVIDIA(GPU-1): DFP-7: 165.0 MHz maximum pixel clock
[  4108.142] (--) NVIDIA(GPU-1): 
[  4135.070] (II) systemd-logind: got pause for 13:65
[  4135.070] (II) systemd-logind: got pause for 13:72
[  4135.070] (II) systemd-logind: got pause for 13:66
[  4135.070] (II) systemd-logind: got pause for 13:70
[  4135.070] (II) systemd-logind: got pause for 13:67
[  4135.070] (II) systemd-logind: got pause for 13:69
[  4135.070] (II) systemd-logind: got pause for 13:68
[  4135.070] (II) systemd-logind: got pause for 13:64

Any ideas?

Greets.

This also depends on the DE you’re using. With gnome, you should rather use the built-in monitor management (which can’t be disabled), with KDE you can disable the kscreen2 service. Which DE are you running?

Wow generix, your second advice helped me also!

I was testing all the time with gdm.
This will be the reason, why the monitor layout was not like in xorg.conf.
Finally I just tested the end scenario: gdm auto login and my application running in openbox.
It works perfectly with the monitor layout!

Thank you very much for the really helpful advices!

Greets.

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