367.35 - NVS 810 - Can't handle 6 Monitors

Hey Folks, I’m using a NVS 810 with 8 DisplayPorts and 2 GPUs with the Distribution openSuse 42.1.
I’ve installed the nvidia driver v367.35 and it just can’t handle the two GPUs correctly. I’ve connected on every GPU 3 Monitors and want them to use as one big screen. Xinerama is very bugy and always ends with a white screen and the advice to logout. Actually I’m trying to use BaseMosaic in combination with Metamodes but only can see 5 Monitors. If I use xrandr to bind the 6th monitor into the screen, another monitor is going to loose the signal instead.

lspci | grep VGA:

04:00.0 VGA compatible controller: NVIDIA Corporation Device 13b9 (rev a2)
11:04.0 VGA compatible controller: Matrox Electronics Systems Ltd. MGA G200eW WPCM450 (rev 0a)

xrandr -q

Screen 0: minimum 8 x 8, current 5760 x 2400, maximum 16384 x 16384
GPU-0.DP-0 connected 1920x1200+0+1200 (normal left inverted right x axis y axis) 518mm x 324mm
   1920x1200      60.0*+
   1680x1050      60.0  
   1600x1200      60.0  
   1440x900       59.9  
   1400x1050      60.0  
   1360x765       60.0  
   1280x1024      75.0     60.0  
   1280x720       60.0  
   1024x768       75.0     70.1     60.0  
   800x600        75.0     72.2     60.3     56.2  
   640x480        75.0     72.8     59.9  
GPU-0.DP-1 connected 1920x1200+0+0 (normal left inverted right x axis y axis) 518mm x 324mm
   1920x1200      60.0*+
   1680x1050      60.0  
   1600x1200      60.0  
   1440x900       59.9  
   1400x1050      60.0  
   1360x765       60.0  
   1280x1024      75.0     60.0  
   1280x720       60.0  
   1024x768       75.0     70.1     60.0  
   800x600        75.0     72.2     60.3     56.2  
   640x480        75.0     72.8     59.9  
GPU-0.DP-2 connected (normal left inverted right x axis y axis)
   1920x1200      60.0 +
   1680x1050      60.0  
   1600x1200      60.0  
   1440x900       59.9  
   1400x1050      60.0  
   1360x765       60.0  
   1280x1024      75.0     60.0  
   1280x720       60.0  
   1024x768       75.0     70.1     60.0  
   800x600        75.0     72.2     60.3     56.2  
   640x480        75.0     72.8     59.9  
GPU-0.DP-3 disconnected (normal left inverted right x axis y axis)
GPU-0.DP-4 disconnected (normal left inverted right x axis y axis)
GPU-0.DP-5 disconnected (normal left inverted right x axis y axis)
GPU-0.DP-6 disconnected (normal left inverted right x axis y axis)
GPU-0.DP-7 disconnected (normal left inverted right x axis y axis)
GPU-1.DP-0 connected 1920x1200+1920+0 (normal left inverted right x axis y axis) 518mm x 324mm
   1920x1200      60.0*+
   1680x1050      60.0  
   1600x1200      60.0  
   1440x900       59.9  
   1400x1050      60.0  
   1360x765       60.0  
   1280x1024      75.0     60.0  
   1280x720       60.0  
   1024x768       75.0     70.1     60.0  
   800x600        75.0     72.2     60.3     56.2  
   640x480        75.0     72.8     59.9  
GPU-1.DP-1 connected 1920x1200+3840+1200 (normal left inverted right x axis y axis) 518mm x 324mm
   1920x1200      60.0*+
   1680x1050      60.0  
   1600x1200      60.0  
   1440x900       59.9  
   1400x1050      60.0  
   1360x765       60.0  
   1280x1024      75.0     60.0  
   1280x720       60.0  
   1024x768       75.0     70.1     60.0  
   800x600        75.0     72.2     60.3     56.2  
   640x480        75.0     72.8     59.9  
GPU-1.DP-2 connected 1920x1200+1920+1200 (normal left inverted right x axis y axis) 518mm x 324mm
   1920x1200      60.0*+
   1680x1050      60.0  
   1600x1200      60.0  
   1440x900       59.9  
   1400x1050      60.0  
   1360x765       60.0  
   1280x1024      75.0     60.0  
   1280x720       60.0  
   1024x768       75.0     70.1     60.0  
   800x600        75.0     72.2     60.3     56.2  
   640x480        75.0     72.8     59.9  
GPU-1.DP-3 disconnected (normal left inverted right x axis y axis)
GPU-1.DP-4 disconnected (normal left inverted right x axis y axis)
GPU-1.DP-5 disconnected (normal left inverted right x axis y axis)
GPU-1.DP-6 disconnected (normal left inverted right x axis y axis)
GPU-1.DP-7 disconnected (normal left inverted right x axis y axis)

cat /etc/X11/xorg.conf

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

Section "Files"
EndSection

Section "InputDevice"

    # generated from data in "/etc/sysconfig/mouse"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "IMPS/2"
    Option         "Device" "/dev/input/mice"
    Option         "Emulate3Buttons" "yes"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

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

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "NVS 810"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "SLI" "On"
    Option         "BaseMosaic" "True"
    Option         "MetaModes" "GPU-0.DFP-0: 1920x1200+0+1200, GPU-0.DFP-1: 1920x1200+0+0, GPU-0.DFP-2: 1920x1200+1920+1200, GPU-1.DFP-0: 1920x1200+1920+0, GPU-1.DFP-1: 1920x1200+3840+1200, GPU-1.DFP-2: 1920x1200+3840+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

cat /var/log/Xorg.0.log

[    12.417] 
X.Org X Server 1.17.2
Release Date: 2015-06-16
[    12.417] X Protocol Version 11, Revision 0
[    12.417] Build Operating System: openSUSE SUSE LINUX
[    12.417] Current Operating System: Linux linux-m3j6 4.1.12-1-default #1 SMP PREEMPT Thu Oct 29 06:43:42 UTC 2015 (e24bad1) x86_64
[    12.417] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.1.12-1-default root=UUID=7d82aca5-5b0e-47ba-b752-59bca2fedad2 resume=/dev/disk/by-uuid/e7725b5c-f3f9-4d86-b4fd-c9e5fbdc09a6 splash=silent quiet showopts
[    12.417] Build Date: 25 October 2015  12:36:08PM
[    12.417]  
[    12.417] Current version of pixman: 0.32.6
[    12.417] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    12.417] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    12.418] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Feb 12 20:54:55 2016
[    12.419] (==) Using config file: "/etc/X11/xorg.conf"
[    12.419] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    12.419] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    12.420] (==) ServerLayout "Layout0"
[    12.420] (**) |-->Screen "Screen0" (0)
[    12.420] (**) |   |-->Monitor "Monitor0"
[    12.420] (**) |   |-->Device "Device0"
[    12.420] (**) |-->Input Device "Keyboard0"
[    12.420] (**) |-->Input Device "Mouse0"
[    12.420] (**) Option "Xinerama" "0"
[    12.420] (==) Automatically adding devices
[    12.420] (==) Automatically enabling devices
[    12.420] (==) Automatically adding GPU devices
[    12.644] (WW) The directory "/usr/share/fonts/misc/sgi" does not exist.
[    12.644] 	Entry deleted from font path.
[    12.644] (==) 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/ghostscript/,
	/usr/share/fonts/cyrillic:unscaled,
	/usr/share/fonts/truetype/,
	built-ins
[    12.644] (==) ModulePath set to "/usr/lib64/xorg/modules"
[    12.644] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    12.644] (WW) Disabling Keyboard0
[    12.644] (WW) Disabling Mouse0
[    12.644] (II) Loader magic: 0x80dd00
[    12.644] (II) Module ABI versions:
[    12.644] 	X.Org ANSI C Emulation: 0.4
[    12.644] 	X.Org Video Driver: 19.0
[    12.644] 	X.Org XInput driver : 21.0
[    12.644] 	X.Org Server Extension : 9.0
[    12.645] (++) using VT number 7

[    12.645] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    12.646] (II) xfree86: Adding drm device (/dev/dri/card1)
[    12.646] (II) xfree86: Adding drm device (/dev/dri/card2)
[    12.646] (II) xfree86: Adding drm device (/dev/dri/card0)
[    12.652] (--) PCI:*(0:4:0:0) 10de:13b9:10de:1163 rev 162, Mem @ 0xf9000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000a000/128, BIOS @ 0x????????/524288
[    12.652] (--) PCI: (0:6:0:0) 10de:13b9:10de:1163 rev 162, Mem @ 0xf7000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00009000/128, BIOS @ 0x????????/524288
[    12.652] (--) PCI: (0:17:4:0) 102b:0532:15d9:066b rev 10, Mem @ 0xf3000000/16777216, 0xfb000000/16384, 0xfa800000/8388608
[    12.652] (II) LoadModule: "glx"
[    12.653] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[    13.092] (II) Module glx: vendor="NVIDIA Corporation"
[    13.092] 	compiled for 4.0.2, module version = 1.0.0
[    13.092] 	Module class: X.Org Server Extension
[    13.092] (II) NVIDIA GLX Module  367.35  Mon Jul 11 22:39:07 PDT 2016
[    13.092] (II) LoadModule: "nvidia"
[    13.116] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[    13.152] (II) Module nvidia: vendor="NVIDIA Corporation"
[    13.153] 	compiled for 4.0.2, module version = 1.0.0
[    13.153] 	Module class: X.Org Video Driver
[    13.153] (II) NVIDIA dlloader X Driver  367.35  Mon Jul 11 22:14:48 PDT 2016
[    13.153] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    13.194] (II) Loading sub module "fb"
[    13.194] (II) LoadModule: "fb"
[    13.194] (II) Loading /usr/lib64/xorg/modules/libfb.so
[    13.194] (II) Module fb: vendor="X.Org Foundation"
[    13.194] 	compiled for 1.17.2, module version = 1.0.0
[    13.194] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    13.194] (II) Loading sub module "wfb"
[    13.194] (II) LoadModule: "wfb"
[    13.195] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[    13.195] (II) Module wfb: vendor="X.Org Foundation"
[    13.195] 	compiled for 1.17.2, module version = 1.0.0
[    13.195] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    13.195] (II) Loading sub module "ramdac"
[    13.195] (II) LoadModule: "ramdac"
[    13.195] (II) Module "ramdac" already built-in
[    13.196] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[    13.196] (==) NVIDIA(0): RGB weight 888
[    13.196] (==) NVIDIA(0): Default visual is TrueColor
[    13.196] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    13.196] (**) NVIDIA(0): Option "SLI" "On"
[    13.196] (**) NVIDIA(0): Option "BaseMosaic" "True"
[    13.196] (**) NVIDIA(0): NVIDIA SLI auto-select rendering option.
[    13.196] (**) NVIDIA(0): Option "MetaModes" "GPU-0.DFP-0: 1920x1200+0+1200, GPU-0.DFP-1: 1920x1200+0+0, GPU-0.DFP-2: 1920x1200+1920+1200, GPU-1.DFP-0: 1920x1200+1920+0, GPU-1.DFP-1: 1920x1200+3840+1200, GPU-1.DFP-2: 1920x1200+3840+0"
[    13.196] (**) NVIDIA(0): Enabling 2D acceleration
[    15.481] (II) NVIDIA(GPU-0): NVIDIA Base Mosaic enabled.
[    15.679] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:4:0:0
[    15.679] (--) NVIDIA(0):     DFP-0
[    15.679] (--) NVIDIA(0):     DFP-1 (boot)
[    15.679] (--) NVIDIA(0):     DFP-2
[    15.679] (--) NVIDIA(0):     DFP-3
[    15.679] (--) NVIDIA(0):     DFP-4
[    15.679] (--) NVIDIA(0):     DFP-5
[    15.679] (--) NVIDIA(0):     DFP-6
[    15.679] (--) NVIDIA(0):     DFP-7
[    15.679] (--) NVIDIA(0): Valid display device(s) on GPU-1 at PCI:6:0:0
[    15.679] (--) NVIDIA(0):     DFP-0
[    15.679] (--) NVIDIA(0):     DFP-1 (boot)
[    15.679] (--) NVIDIA(0):     DFP-2
[    15.679] (--) NVIDIA(0):     DFP-3
[    15.679] (--) NVIDIA(0):     DFP-4
[    15.679] (--) NVIDIA(0):     DFP-5
[    15.679] (--) NVIDIA(0):     DFP-6
[    15.679] (--) NVIDIA(0):     DFP-7
[    15.693] (--) NVIDIA(0): NEC PA241W (DFP-0): connected
[    15.693] (--) NVIDIA(0): NEC PA241W (DFP-0): Internal TMDS
[    15.693] (--) NVIDIA(0): NEC PA241W (DFP-0): 165.0 MHz maximum pixel clock
[    15.693] (--) NVIDIA(0): 
[    15.706] (--) NVIDIA(0): NEC PA241W (DFP-1): connected
[    15.706] (--) NVIDIA(0): NEC PA241W (DFP-1): Internal TMDS
[    15.706] (--) NVIDIA(0): NEC PA241W (DFP-1): 165.0 MHz maximum pixel clock
[    15.706] (--) NVIDIA(0): 
[    15.720] (--) NVIDIA(0): NEC PA241W (DFP-2): connected
[    15.720] (--) NVIDIA(0): NEC PA241W (DFP-2): Internal TMDS
[    15.720] (--) NVIDIA(0): NEC PA241W (DFP-2): 165.0 MHz maximum pixel clock
[    15.720] (--) NVIDIA(0): 
[    15.720] (--) NVIDIA(0): DFP-3: disconnected
[    15.720] (--) NVIDIA(0): DFP-3: Internal TMDS
[    15.720] (--) NVIDIA(0): DFP-3: 165.0 MHz maximum pixel clock
[    15.720] (--) NVIDIA(0): 
[    15.720] (--) NVIDIA(0): DFP-4: disconnected
[    15.720] (--) NVIDIA(0): DFP-4: Internal DisplayPort
[    15.720] (--) NVIDIA(0): DFP-4: 960.0 MHz maximum pixel clock
[    15.720] (--) NVIDIA(0): 
[    15.720] (--) NVIDIA(0): DFP-5: disconnected
[    15.720] (--) NVIDIA(0): DFP-5: Internal DisplayPort
[    15.720] (--) NVIDIA(0): DFP-5: 960.0 MHz maximum pixel clock
[    15.720] (--) NVIDIA(0): 
[    15.720] (--) NVIDIA(0): DFP-6: disconnected
[    15.720] (--) NVIDIA(0): DFP-6: Internal DisplayPort
[    15.720] (--) NVIDIA(0): DFP-6: 960.0 MHz maximum pixel clock
[    15.720] (--) NVIDIA(0): 
[    15.721] (--) NVIDIA(0): DFP-7: disconnected
[    15.721] (--) NVIDIA(0): DFP-7: Internal DisplayPort
[    15.721] (--) NVIDIA(0): DFP-7: 960.0 MHz maximum pixel clock
[    15.721] (--) NVIDIA(0): 
[    15.734] (--) NVIDIA(0): NEC PA241W (DFP-0): connected
[    15.734] (--) NVIDIA(0): NEC PA241W (DFP-0): Internal TMDS
[    15.734] (--) NVIDIA(0): NEC PA241W (DFP-0): 165.0 MHz maximum pixel clock
[    15.734] (--) NVIDIA(0): 
[    15.748] (--) NVIDIA(0): NEC PA241W (DFP-1): connected
[    15.748] (--) NVIDIA(0): NEC PA241W (DFP-1): Internal TMDS
[    15.748] (--) NVIDIA(0): NEC PA241W (DFP-1): 165.0 MHz maximum pixel clock
[    15.748] (--) NVIDIA(0): 
[    15.761] (--) NVIDIA(0): NEC PA241W (DFP-2): connected
[    15.761] (--) NVIDIA(0): NEC PA241W (DFP-2): Internal TMDS
[    15.761] (--) NVIDIA(0): NEC PA241W (DFP-2): 165.0 MHz maximum pixel clock
[    15.761] (--) NVIDIA(0): 
[    15.761] (--) NVIDIA(0): DFP-3: disconnected
[    15.761] (--) NVIDIA(0): DFP-3: Internal TMDS
[    15.761] (--) NVIDIA(0): DFP-3: 165.0 MHz maximum pixel clock
[    15.761] (--) NVIDIA(0): 
[    15.761] (--) NVIDIA(0): DFP-4: disconnected
[    15.761] (--) NVIDIA(0): DFP-4: Internal DisplayPort
[    15.761] (--) NVIDIA(0): DFP-4: 960.0 MHz maximum pixel clock
[    15.761] (--) NVIDIA(0): 
[    15.761] (--) NVIDIA(0): DFP-5: disconnected
[    15.761] (--) NVIDIA(0): DFP-5: Internal DisplayPort
[    15.761] (--) NVIDIA(0): DFP-5: 960.0 MHz maximum pixel clock
[    15.761] (--) NVIDIA(0): 
[    15.762] (--) NVIDIA(0): DFP-6: disconnected
[    15.762] (--) NVIDIA(0): DFP-6: Internal DisplayPort
[    15.762] (--) NVIDIA(0): DFP-6: 960.0 MHz maximum pixel clock
[    15.762] (--) NVIDIA(0): 
[    15.762] (--) NVIDIA(0): DFP-7: disconnected
[    15.762] (--) NVIDIA(0): DFP-7: Internal DisplayPort
[    15.762] (--) NVIDIA(0): DFP-7: 960.0 MHz maximum pixel clock
[    15.762] (--) NVIDIA(0): 
[    15.765] (II) NVIDIA(0): NVIDIA GPU NVS 810 (GM107GL-A) at PCI:4:0:0 (GPU-0)
[    15.765] (--) NVIDIA(0): Memory: 2097152 kBytes
[    15.765] (--) NVIDIA(0): VideoBIOS: 82.07.8f.00.05
[    15.765] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    15.765] (II) NVIDIA(0): NVIDIA GPU NVS 810 (GM107GL-A) at PCI:6:0:0 (GPU-1)
[    15.765] (--) NVIDIA(0): Memory: 2097152 kBytes
[    15.765] (--) NVIDIA(0): VideoBIOS: 82.07.8f.00.06
[    15.765] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    15.765] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    15.765] (**) NVIDIA(0):     device NEC PA241W (DFP-0) (Using EDID frequencies has been
[    15.765] (**) NVIDIA(0):     enabled on all display devices.)
[    15.767] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    15.767] (**) NVIDIA(0):     device NEC PA241W (DFP-1) (Using EDID frequencies has been
[    15.767] (**) NVIDIA(0):     enabled on all display devices.)
[    15.769] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    15.769] (**) NVIDIA(0):     device NEC PA241W (DFP-2) (Using EDID frequencies has been
[    15.769] (**) NVIDIA(0):     enabled on all display devices.)
[    15.771] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    15.771] (**) NVIDIA(0):     device NEC PA241W (DFP-0) (Using EDID frequencies has been
[    15.771] (**) NVIDIA(0):     enabled on all display devices.)
[    15.773] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    15.773] (**) NVIDIA(0):     device NEC PA241W (DFP-1) (Using EDID frequencies has been
[    15.773] (**) NVIDIA(0):     enabled on all display devices.)
[    15.775] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    15.775] (**) NVIDIA(0):     device NEC PA241W (DFP-2) (Using EDID frequencies has been
[    15.775] (**) NVIDIA(0):     enabled on all display devices.)
[    15.778] (II) NVIDIA(0): Validated MetaModes:
[    15.778] (II) NVIDIA(0):    
[    15.778] (II) NVIDIA(0):     "GPU-0.DFP-0:1920x1200+0+1200,GPU-0.DFP-1:1920x1200+0+0,GPU-0.DFP-2:1920x1200+1920+1200,GPU-1.DFP-0:1920x1200+1920+0,GPU-1.DFP-1:1920x1200+3840+1200,GPU-1.DFP-2:1920x1200+3840+0"
[    15.778] (II) NVIDIA(0): Virtual screen size determined to be 5760 x 2400
[    15.787] (--) NVIDIA(0): DPI set to (93, 95); computed from "UseEdidDpi" X config
[    15.787] (--) NVIDIA(0):     option
[    15.787] (--) Depth 24 pixmap format is 32 bpp
[    15.789] (II) NVIDIA: Using 12288.00 MB of virtual memory for indirect memory
[    15.789] (II) NVIDIA:     access.
[    15.804] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    15.804] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    15.804] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    15.804] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    15.804] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    15.804] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    15.804] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    15.804] (II) NVIDIA(0):     Config Options in the README.
[    15.826] (II) NVIDIA(0): Setting mode "GPU-0.DFP-0:1920x1200+0+1200,GPU-0.DFP-1:1920x1200+0+0,GPU-0.DFP-2:1920x1200+1920+1200,GPU-1.DFP-0:1920x1200+1920+0,GPU-1.DFP-1:1920x1200+3840+1200,GPU-1.DFP-2:1920x1200+3840+0"
[    16.302] (==) NVIDIA(0): Disabling shared memory pixmaps
[    16.302] (==) NVIDIA(0): Backing store enabled
[    16.302] (==) NVIDIA(0): Silken mouse enabled
[    16.303] (==) NVIDIA(0): DPMS enabled
[    16.303] (II) Loading sub module "dri2"
[    16.303] (II) LoadModule: "dri2"
[    16.303] (II) Module "dri2" already built-in
[    16.303] (II) NVIDIA(0): [DRI2] Setup complete
[    16.303] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    16.303] (--) RandR disabled
[    16.307] (II) Initializing extension GLX
[    16.307] (II) Indirect GLX disabled.
[    16.382] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    16.382] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    16.382] (**) Power Button: Applying InputClass "system-keyboard"
[    16.382] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    16.382] (II) LoadModule: "evdev"
[    16.382] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[    16.382] (II) Module evdev: vendor="X.Org Foundation"
[    16.382] 	compiled for 1.17.2, module version = 2.9.2
[    16.382] 	Module class: X.Org XInput Driver
[    16.382] 	ABI class: X.Org XInput driver, version 21.0
[    16.382] (II) Using input driver 'evdev' for 'Power Button'
[    16.382] (**) Power Button: always reports core events
[    16.382] (**) evdev: Power Button: Device: "/dev/input/event1"
[    16.382] (--) evdev: Power Button: Vendor 0 Product 0x1
[    16.382] (--) evdev: Power Button: Found keys
[    16.382] (II) evdev: Power Button: Configuring as keyboard
[    16.382] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event1"
[    16.382] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    16.382] (**) Option "xkb_rules" "evdev"
[    16.382] (**) Option "xkb_model" "pc105"
[    16.382] (**) Option "xkb_layout" "de"
[    16.382] (**) Option "xkb_variant" "nodeadkeys"
[    16.382] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    16.408] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    16.408] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    16.408] (**) Power Button: Applying InputClass "system-keyboard"
[    16.408] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    16.408] (II) Using input driver 'evdev' for 'Power Button'
[    16.408] (**) Power Button: always reports core events
[    16.408] (**) evdev: Power Button: Device: "/dev/input/event0"
[    16.408] (--) evdev: Power Button: Vendor 0 Product 0x1
[    16.408] (--) evdev: Power Button: Found keys
[    16.408] (II) evdev: Power Button: Configuring as keyboard
[    16.408] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event0"
[    16.408] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    16.408] (**) Option "xkb_rules" "evdev"
[    16.408] (**) Option "xkb_model" "pc105"
[    16.408] (**) Option "xkb_layout" "de"
[    16.408] (**) Option "xkb_variant" "nodeadkeys"
[    16.408] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    16.409] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event11)
[    16.409] (II) No input driver specified, ignoring this device.
[    16.409] (II) This device may have been added with another device file.
[    16.409] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event12)
[    16.409] (II) No input driver specified, ignoring this device.
[    16.409] (II) This device may have been added with another device file.
[    16.410] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event13)
[    16.410] (II) No input driver specified, ignoring this device.
[    16.410] (II) This device may have been added with another device file.
[    16.410] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event10)
[    16.410] (II) No input driver specified, ignoring this device.
[    16.410] (II) This device may have been added with another device file.
[    16.410] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event6)
[    16.410] (II) No input driver specified, ignoring this device.
[    16.410] (II) This device may have been added with another device file.
[    16.410] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event7)
[    16.411] (II) No input driver specified, ignoring this device.
[    16.411] (II) This device may have been added with another device file.
[    16.411] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event8)
[    16.411] (II) No input driver specified, ignoring this device.
[    16.411] (II) This device may have been added with another device file.
[    16.411] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event9)
[    16.411] (II) No input driver specified, ignoring this device.
[    16.411] (II) This device may have been added with another device file.
[    16.411] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event3)
[    16.411] (**) Logitech USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[    16.411] (**) Logitech USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[    16.411] (II) Using input driver 'evdev' for 'Logitech USB Optical Mouse'
[    16.411] (**) Logitech USB Optical Mouse: always reports core events
[    16.411] (**) evdev: Logitech USB Optical Mouse: Device: "/dev/input/event3"
[    16.464] (--) evdev: Logitech USB Optical Mouse: Vendor 0x46d Product 0xc05a
[    16.464] (--) evdev: Logitech USB Optical Mouse: Found 12 mouse buttons
[    16.464] (--) evdev: Logitech USB Optical Mouse: Found scroll wheel(s)
[    16.464] (--) evdev: Logitech USB Optical Mouse: Found relative axes
[    16.464] (--) evdev: Logitech USB Optical Mouse: Found x and y relative axes
[    16.464] (II) evdev: Logitech USB Optical Mouse: Configuring as mouse
[    16.464] (II) evdev: Logitech USB Optical Mouse: Adding scrollwheel support
[    16.464] (**) evdev: Logitech USB Optical Mouse: YAxisMapping: buttons 4 and 5
[    16.464] (**) evdev: Logitech USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    16.464] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.1/4-1.1:1.0/0003:046D:C05A.0001/input/input6/event3"
[    16.464] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE, id 8)
[    16.464] (II) evdev: Logitech USB Optical Mouse: initialized for relative axes.
[    16.464] (**) Logitech USB Optical Mouse: (accel) keeping acceleration scheme 1
[    16.464] (**) Logitech USB Optical Mouse: (accel) acceleration profile 0
[    16.464] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000
[    16.464] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4
[    16.465] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse0)
[    16.465] (II) No input driver specified, ignoring this device.
[    16.465] (II) This device may have been added with another device file.
[    16.465] (II) config/udev: Adding input device HID 046a:0023 (/dev/input/event4)
[    16.465] (**) HID 046a:0023: Applying InputClass "evdev keyboard catchall"
[    16.465] (**) HID 046a:0023: Applying InputClass "system-keyboard"
[    16.465] (**) HID 046a:0023: Applying InputClass "evdev keyboard catchall"
[    16.465] (II) Using input driver 'evdev' for 'HID 046a:0023'
[    16.466] (**) HID 046a:0023: always reports core events
[    16.466] (**) evdev: HID 046a:0023: Device: "/dev/input/event4"
[    16.466] (--) evdev: HID 046a:0023: Vendor 0x46a Product 0x23
[    16.466] (--) evdev: HID 046a:0023: Found keys
[    16.466] (II) evdev: HID 046a:0023: Configuring as keyboard
[    16.466] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.2/4-1.2:1.0/0003:046A:0023.0002/input/input7/event4"
[    16.466] (II) XINPUT: Adding extended input device "HID 046a:0023" (type: KEYBOARD, id 9)
[    16.466] (**) Option "xkb_rules" "evdev"
[    16.466] (**) Option "xkb_model" "pc105"
[    16.466] (**) Option "xkb_layout" "de"
[    16.466] (**) Option "xkb_variant" "nodeadkeys"
[    16.466] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    16.467] (II) config/udev: Adding input device HID 046a:0023 (/dev/input/event5)
[    16.467] (**) HID 046a:0023: Applying InputClass "evdev keyboard catchall"
[    16.467] (**) HID 046a:0023: Applying InputClass "system-keyboard"
[    16.467] (**) HID 046a:0023: Applying InputClass "evdev keyboard catchall"
[    16.467] (II) Using input driver 'evdev' for 'HID 046a:0023'
[    16.467] (**) HID 046a:0023: always reports core events
[    16.467] (**) evdev: HID 046a:0023: Device: "/dev/input/event5"
[    16.467] (--) evdev: HID 046a:0023: Vendor 0x46a Product 0x23
[    16.467] (--) evdev: HID 046a:0023: Found 1 mouse buttons
[    16.467] (--) evdev: HID 046a:0023: Found scroll wheel(s)
[    16.467] (--) evdev: HID 046a:0023: Found relative axes
[    16.467] (II) evdev: HID 046a:0023: Forcing relative x/y axes to exist.
[    16.467] (--) evdev: HID 046a:0023: Found absolute axes
[    16.467] (II) evdev: HID 046a:0023: Forcing absolute x/y axes to exist.
[    16.467] (--) evdev: HID 046a:0023: Found keys
[    16.467] (II) evdev: HID 046a:0023: Configuring as mouse
[    16.467] (II) evdev: HID 046a:0023: Configuring as keyboard
[    16.467] (II) evdev: HID 046a:0023: Adding scrollwheel support
[    16.467] (**) evdev: HID 046a:0023: YAxisMapping: buttons 4 and 5
[    16.467] (**) evdev: HID 046a:0023: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    16.467] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.2/4-1.2:1.1/0003:046A:0023.0003/input/input8/event5"
[    16.467] (II) XINPUT: Adding extended input device "HID 046a:0023" (type: KEYBOARD, id 10)
[    16.467] (**) Option "xkb_rules" "evdev"
[    16.467] (**) Option "xkb_model" "pc105"
[    16.467] (**) Option "xkb_layout" "de"
[    16.467] (**) Option "xkb_variant" "nodeadkeys"
[    16.467] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    16.468] (II) evdev: HID 046a:0023: initialized for relative axes.
[    16.468] (WW) evdev: HID 046a:0023: ignoring absolute axes.
[    16.468] (**) HID 046a:0023: (accel) keeping acceleration scheme 1
[    16.468] (**) HID 046a:0023: (accel) acceleration profile 0
[    16.468] (**) HID 046a:0023: (accel) acceleration factor: 2.000
[    16.468] (**) HID 046a:0023: (accel) acceleration threshold: 4
[    16.469] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[    16.469] (II) No input driver specified, ignoring this device.
[    16.469] (II) This device may have been added with another device file.
[    18.568] (--) NVIDIA(GPU-0): NEC PA241W (DFP-0): connected
[    18.568] (--) NVIDIA(GPU-0): NEC PA241W (DFP-0): Internal TMDS
[    18.568] (--) NVIDIA(GPU-0): NEC PA241W (DFP-0): 165.0 MHz maximum pixel clock
[    18.568] (--) NVIDIA(GPU-0): 
[    18.581] (--) NVIDIA(GPU-0): NEC PA241W (DFP-1): connected
[    18.581] (--) NVIDIA(GPU-0): NEC PA241W (DFP-1): Internal TMDS
[    18.581] (--) NVIDIA(GPU-0): NEC PA241W (DFP-1): 165.0 MHz maximum pixel clock
[    18.581] (--) NVIDIA(GPU-0): 
[    18.595] (--) NVIDIA(GPU-0): NEC PA241W (DFP-2): connected
[    18.595] (--) NVIDIA(GPU-0): NEC PA241W (DFP-2): Internal TMDS
[    18.595] (--) NVIDIA(GPU-0): NEC PA241W (DFP-2): 165.0 MHz maximum pixel clock
[    18.595] (--) NVIDIA(GPU-0): 
[    18.595] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    18.595] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    18.595] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    18.595] (--) NVIDIA(GPU-0): 
[    18.595] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    18.595] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[    18.595] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[    18.595] (--) NVIDIA(GPU-0): 
[    18.595] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    18.595] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    18.595] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[    18.595] (--) NVIDIA(GPU-0): 
[    18.595] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    18.595] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[    18.595] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[    18.595] (--) NVIDIA(GPU-0): 
[    18.595] (--) NVIDIA(GPU-0): DFP-7: disconnected
[    18.595] (--) NVIDIA(GPU-0): DFP-7: Internal DisplayPort
[    18.595] (--) NVIDIA(GPU-0): DFP-7: 960.0 MHz maximum pixel clock
[    18.595] (--) NVIDIA(GPU-0): 
[    18.609] (--) NVIDIA(GPU-1): NEC PA241W (DFP-0): connected
[    18.609] (--) NVIDIA(GPU-1): NEC PA241W (DFP-0): Internal TMDS
[    18.609] (--) NVIDIA(GPU-1): NEC PA241W (DFP-0): 165.0 MHz maximum pixel clock
[    18.609] (--) NVIDIA(GPU-1): 
[    18.622] (--) NVIDIA(GPU-1): NEC PA241W (DFP-1): connected
[    18.622] (--) NVIDIA(GPU-1): NEC PA241W (DFP-1): Internal TMDS
[    18.622] (--) NVIDIA(GPU-1): NEC PA241W (DFP-1): 165.0 MHz maximum pixel clock
[    18.622] (--) NVIDIA(GPU-1): 
[    18.636] (--) NVIDIA(GPU-1): NEC PA241W (DFP-2): connected
[    18.636] (--) NVIDIA(GPU-1): NEC PA241W (DFP-2): Internal TMDS
[    18.636] (--) NVIDIA(GPU-1): NEC PA241W (DFP-2): 165.0 MHz maximum pixel clock
[    18.636] (--) NVIDIA(GPU-1): 
[    18.636] (--) NVIDIA(GPU-1): DFP-3: disconnected
[    18.636] (--) NVIDIA(GPU-1): DFP-3: Internal TMDS
[    18.636] (--) NVIDIA(GPU-1): DFP-3: 165.0 MHz maximum pixel clock
[    18.636] (--) NVIDIA(GPU-1): 
[    18.637] (--) NVIDIA(GPU-1): DFP-4: disconnected
[    18.637] (--) NVIDIA(GPU-1): DFP-4: Internal DisplayPort
[    18.637] (--) NVIDIA(GPU-1): DFP-4: 960.0 MHz maximum pixel clock
[    18.637] (--) NVIDIA(GPU-1): 
[    18.637] (--) NVIDIA(GPU-1): DFP-5: disconnected
[    18.637] (--) NVIDIA(GPU-1): DFP-5: Internal DisplayPort
[    18.637] (--) NVIDIA(GPU-1): DFP-5: 960.0 MHz maximum pixel clock
[    18.637] (--) NVIDIA(GPU-1): 
[    18.637] (--) NVIDIA(GPU-1): DFP-6: disconnected
[    18.637] (--) NVIDIA(GPU-1): DFP-6: Internal DisplayPort
[    18.637] (--) NVIDIA(GPU-1): DFP-6: 960.0 MHz maximum pixel clock
[    18.637] (--) NVIDIA(GPU-1): 
[    18.637] (--) NVIDIA(GPU-1): DFP-7: disconnected
[    18.637] (--) NVIDIA(GPU-1): DFP-7: Internal DisplayPort
[    18.637] (--) NVIDIA(GPU-1): DFP-7: 960.0 MHz maximum pixel clock
[    18.637] (--) NVIDIA(GPU-1): 
[    19.077] (--) NVIDIA(GPU-0): NEC PA241W (DFP-0): connected
[    19.077] (--) NVIDIA(GPU-0): NEC PA241W (DFP-0): Internal TMDS
[    19.077] (--) NVIDIA(GPU-0): NEC PA241W (DFP-0): 165.0 MHz maximum pixel clock
[    19.077] (--) NVIDIA(GPU-0): 
[    19.091] (--) NVIDIA(GPU-0): NEC PA241W (DFP-1): connected
[    19.091] (--) NVIDIA(GPU-0): NEC PA241W (DFP-1): Internal TMDS
[    19.091] (--) NVIDIA(GPU-0): NEC PA241W (DFP-1): 165.0 MHz maximum pixel clock
[    19.091] (--) NVIDIA(GPU-0): 
[    19.105] (--) NVIDIA(GPU-0): NEC PA241W (DFP-2): connected
[    19.105] (--) NVIDIA(GPU-0): NEC PA241W (DFP-2): Internal TMDS
[    19.105] (--) NVIDIA(GPU-0): NEC PA241W (DFP-2): 165.0 MHz maximum pixel clock
[    19.105] (--) NVIDIA(GPU-0): 
[    19.105] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    19.105] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    19.105] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    19.105] (--) NVIDIA(GPU-0): 
[    19.105] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    19.105] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[    19.105] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[    19.105] (--) NVIDIA(GPU-0): 
[    19.105] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    19.105] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    19.105] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[    19.105] (--) NVIDIA(GPU-0): 
[    19.105] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    19.105] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[    19.105] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[    19.105] (--) NVIDIA(GPU-0): 
[    19.106] (--) NVIDIA(GPU-0): DFP-7: disconnected
[    19.106] (--) NVIDIA(GPU-0): DFP-7: Internal DisplayPort
[    19.106] (--) NVIDIA(GPU-0): DFP-7: 960.0 MHz maximum pixel clock
[    19.106] (--) NVIDIA(GPU-0): 
[    19.120] (--) NVIDIA(GPU-1): NEC PA241W (DFP-0): connected
[    19.120] (--) NVIDIA(GPU-1): NEC PA241W (DFP-0): Internal TMDS
[    19.120] (--) NVIDIA(GPU-1): NEC PA241W (DFP-0): 165.0 MHz maximum pixel clock
[    19.120] (--) NVIDIA(GPU-1): 
[    19.133] (--) NVIDIA(GPU-1): NEC PA241W (DFP-1): connected
[    19.133] (--) NVIDIA(GPU-1): NEC PA241W (DFP-1): Internal TMDS
[    19.133] (--) NVIDIA(GPU-1): NEC PA241W (DFP-1): 165.0 MHz maximum pixel clock
[    19.133] (--) NVIDIA(GPU-1): 
[    19.147] (--) NVIDIA(GPU-1): NEC PA241W (DFP-2): connected
[    19.147] (--) NVIDIA(GPU-1): NEC PA241W (DFP-2): Internal TMDS
[    19.147] (--) NVIDIA(GPU-1): NEC PA241W (DFP-2): 165.0 MHz maximum pixel clock
[    19.147] (--) NVIDIA(GPU-1): 
[    19.147] (--) NVIDIA(GPU-1): DFP-3: disconnected
[    19.147] (--) NVIDIA(GPU-1): DFP-3: Internal TMDS
[    19.147] (--) NVIDIA(GPU-1): DFP-3: 165.0 MHz maximum pixel clock
[    19.147] (--) NVIDIA(GPU-1): 
[    19.147] (--) NVIDIA(GPU-1): DFP-4: disconnected
[    19.147] (--) NVIDIA(GPU-1): DFP-4: Internal DisplayPort
[    19.147] (--) NVIDIA(GPU-1): DFP-4: 960.0 MHz maximum pixel clock
[    19.147] (--) NVIDIA(GPU-1): 
[    19.147] (--) NVIDIA(GPU-1): DFP-5: disconnected
[    19.147] (--) NVIDIA(GPU-1): DFP-5: Internal DisplayPort
[    19.147] (--) NVIDIA(GPU-1): DFP-5: 960.0 MHz maximum pixel clock
[    19.147] (--) NVIDIA(GPU-1): 
[    19.148] (--) NVIDIA(GPU-1): DFP-6: disconnected
[    19.148] (--) NVIDIA(GPU-1): DFP-6: Internal DisplayPort
[    19.148] (--) NVIDIA(GPU-1): DFP-6: 960.0 MHz maximum pixel clock
[    19.148] (--) NVIDIA(GPU-1): 
[    19.148] (--) NVIDIA(GPU-1): DFP-7: disconnected
[    19.148] (--) NVIDIA(GPU-1): DFP-7: Internal DisplayPort
[    19.148] (--) NVIDIA(GPU-1): DFP-7: 960.0 MHz maximum pixel clock
[    19.148] (--) NVIDIA(GPU-1): 
[    19.258] (II) NVIDIA(0): Setting mode "GPU-0.DP-0: 1920x1200 @1920x1200 +0+1200 {ViewPortIn=1920x1200, ViewPortOut=1920x1200+0+0}, GPU-0.DP-1: 1920x1200 @1920x1200 +0+0 {ViewPortIn=1920x1200, ViewPortOut=1920x1200+0+0}, GPU-1.DP-0: 1920x1200 @1920x1200 +1920+0 {ViewPortIn=1920x1200, ViewPortOut=1920x1200+0+0}, GPU-1.DP-1: 1920x1200 @1920x1200 +3840+1200 {ViewPortIn=1920x1200, ViewPortOut=1920x1200+0+0}, GPU-1.DP-2: 1920x1200 @1920x1200 +3840+0 {ViewPortIn=1920x1200, ViewPortOut=1920x1200+0+0}"
[    19.879] (II) NVIDIA(0): Setting mode "GPU-0.DP-0: 1920x1200 @1920x1200 +0+1200 {ViewPortIn=1920x1200, ViewPortOut=1920x1200+0+0}, GPU-0.DP-1: 1920x1200 @1920x1200 +0+0 {ViewPortIn=1920x1200, ViewPortOut=1920x1200+0+0}, GPU-1.DP-0: 1920x1200 @1920x1200 +1920+0 {ViewPortIn=1920x1200, ViewPortOut=1920x1200+0+0}, GPU-1.DP-1: 1920x1200 @1920x1200 +3840+1200 {ViewPortIn=1920x1200, ViewPortOut=1920x1200+0+0}, GPU-1.DP-2: nvidia-auto-select @1920x1200 +1920+1200 {ViewPortIn=1920x1200, ViewPortOut=1920x1200+0+0}"
[    20.992] (--) NVIDIA(GPU-0): NEC PA241W (DFP-0): connected
[    20.992] (--) NVIDIA(GPU-0): NEC PA241W (DFP-0): Internal TMDS
[    20.992] (--) NVIDIA(GPU-0): NEC PA241W (DFP-0): 165.0 MHz maximum pixel clock
[    20.992] (--) NVIDIA(GPU-0): 
[    21.006] (--) NVIDIA(GPU-0): NEC PA241W (DFP-1): connected
[    21.006] (--) NVIDIA(GPU-0): NEC PA241W (DFP-1): Internal TMDS
[    21.006] (--) NVIDIA(GPU-0): NEC PA241W (DFP-1): 165.0 MHz maximum pixel clock
[    21.006] (--) NVIDIA(GPU-0): 
[    21.019] (--) NVIDIA(GPU-0): NEC PA241W (DFP-2): connected
[    21.020] (--) NVIDIA(GPU-0): NEC PA241W (DFP-2): Internal TMDS
[    21.020] (--) NVIDIA(GPU-0): NEC PA241W (DFP-2): 165.0 MHz maximum pixel clock
[    21.020] (--) NVIDIA(GPU-0): 
[    21.020] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    21.020] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    21.020] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    21.020] (--) NVIDIA(GPU-0): 
[    21.020] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    21.020] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[    21.020] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[    21.020] (--) NVIDIA(GPU-0): 
[    21.020] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    21.020] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    21.020] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
[    21.020] (--) NVIDIA(GPU-0): 
[    21.020] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    21.020] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[    21.020] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[    21.020] (--) NVIDIA(GPU-0): 
[    21.020] (--) NVIDIA(GPU-0): DFP-7: disconnected
[    21.020] (--) NVIDIA(GPU-0): DFP-7: Internal DisplayPort
[    21.020] (--) NVIDIA(GPU-0): DFP-7: 960.0 MHz maximum pixel clock
[    21.020] (--) NVIDIA(GPU-0): 
[    21.035] (--) NVIDIA(GPU-1): NEC PA241W (DFP-0): connected
[    21.035] (--) NVIDIA(GPU-1): NEC PA241W (DFP-0): Internal TMDS
[    21.035] (--) NVIDIA(GPU-1): NEC PA241W (DFP-0): 165.0 MHz maximum pixel clock
[    21.035] (--) NVIDIA(GPU-1): 
[    21.051] (--) NVIDIA(GPU-1): NEC PA241W (DFP-1): connected
[    21.051] (--) NVIDIA(GPU-1): NEC PA241W (DFP-1): Internal TMDS
[    21.051] (--) NVIDIA(GPU-1): NEC PA241W (DFP-1): 165.0 MHz maximum pixel clock
[    21.051] (--) NVIDIA(GPU-1): 
[    21.067] (--) NVIDIA(GPU-1): NEC PA241W (DFP-2): connected
[    21.067] (--) NVIDIA(GPU-1): NEC PA241W (DFP-2): Internal TMDS
[    21.067] (--) NVIDIA(GPU-1): NEC PA241W (DFP-2): 165.0 MHz maximum pixel clock
[    21.067] (--) NVIDIA(GPU-1): 
[    21.067] (--) NVIDIA(GPU-1): DFP-3: disconnected
[    21.067] (--) NVIDIA(GPU-1): DFP-3: Internal TMDS
[    21.067] (--) NVIDIA(GPU-1): DFP-3: 165.0 MHz maximum pixel clock
[    21.067] (--) NVIDIA(GPU-1): 
[    21.067] (--) NVIDIA(GPU-1): DFP-4: disconnected
[    21.067] (--) NVIDIA(GPU-1): DFP-4: Internal DisplayPort
[    21.067] (--) NVIDIA(GPU-1): DFP-4: 960.0 MHz maximum pixel clock
[    21.067] (--) NVIDIA(GPU-1): 
[    21.067] (--) NVIDIA(GPU-1): DFP-5: disconnected
[    21.067] (--) NVIDIA(GPU-1): DFP-5: Internal DisplayPort
[    21.067] (--) NVIDIA(GPU-1): DFP-5: 960.0 MHz maximum pixel clock
[    21.067] (--) NVIDIA(GPU-1): 
[    21.067] (--) NVIDIA(GPU-1): DFP-6: disconnected
[    21.067] (--) NVIDIA(GPU-1): DFP-6: Internal DisplayPort
[    21.067] (--) NVIDIA(GPU-1): DFP-6: 960.0 MHz maximum pixel clock
[    21.067] (--) NVIDIA(GPU-1): 
[    21.067] (--) NVIDIA(GPU-1): DFP-7: disconnected
[    21.067] (--) NVIDIA(GPU-1): DFP-7: Internal DisplayPort
[    21.067] (--) NVIDIA(GPU-1): DFP-7: 960.0 MHz maximum pixel clock
[    21.067] (--) NVIDIA(GPU-1):

Does anyone know what’s wrong and how to fix it?

Thanks in advance.