Hi,
we have problems to get a Tyan 10 GPU server running with Ubuntu 16.04 or 18.04.
Ubuntu starts correctly to gui login screen with 8x Tesla P100 + one quadro graphics card (P400, K4000, P1000…)
nvidia-smi shows all gpu devices, everything is fine.
But when starting with 9x or 10x Tesla P100 + Quadro the system only starts to tty terminal. Manually starting x server with startx breaks with “Segmentation fault at address 0x0”
We can exclude thats a faulty Tesla card, PCIe Slot or quadro card.
Also the system is running correct with 10x Tesla + 1x Quadro in Windows 10. All GPUs running and get correct CUDA benchmark.
We have tried following driver combinations:
Ubuntu 16.04
Installation with 375.xx deb file
apt-get install nvidia-390
apt-get install nvidia-396
Ubuntu 18.04
apt-get install nvidia-390
When deinstall the nvidia driver and reboot, the system start correct with gui login.
When remove Tesla cards to only 8x + Quadro, the system works fine.
Here is the logfile of X Server failed with 10+1 GPUs:
[ 1281.332] _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
[ 1281.332] _XSERVTransMakeAllCOTSServerListeners: server already running
[ 1281.332] (--) Log file renamed from "/var/log/Xorg.pid-3714.log" to "/var/log/Xorg.1.log"
[ 1281.333]
X.Org X Server 1.19.6
Release Date: 2017-12-20
[ 1281.333] X Protocol Version 11, Revision 0
[ 1281.333] Build Operating System: Linux 4.4.0-119-generic x86_64 Ubuntu
[ 1281.333] Current Operating System: Linux CAD660158 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:16:15 UTC 2018 x86_64
[ 1281.333] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-20-generic root=UUID=92087f71-e06b-4dbe-ba3b-9ea8a74b74b0 ro nomodeset quiet splash nouveau.modeset=0 vt.handoff=1
[ 1281.333] Build Date: 13 April 2018 08:07:36PM
[ 1281.333] xorg-server 2:1.19.6-1ubuntu4 (For technical support please see http://www.ubuntu.com/support)
[ 1281.333] Current version of pixman: 0.34.0
[ 1281.333] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 1281.333] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 1281.333] (==) Log file: "/var/log/Xorg.1.log", Time: Wed Aug 15 17:42:48 2018
[ 1281.334] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 1281.334] (==) No Layout section. Using the first Screen section.
[ 1281.334] (==) No screen section available. Using defaults.
[ 1281.334] (**) |-->Screen "Default Screen Section" (0)
[ 1281.334] (**) | |-->Monitor "<default monitor>"
[ 1281.335] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 1281.335] (==) Automatically adding devices
[ 1281.335] (==) Automatically enabling devices
[ 1281.335] (==) Automatically adding GPU devices
[ 1281.335] (==) Automatically binding GPU devices
[ 1281.335] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 1281.335] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 1281.335] Entry deleted from font path.
[ 1281.335] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 1281.335] Entry deleted from font path.
[ 1281.335] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 1281.335] Entry deleted from font path.
[ 1281.335] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 1281.335] Entry deleted from font path.
[ 1281.335] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 1281.335] Entry deleted from font path.
[ 1281.335] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
built-ins
[ 1281.335] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 1281.335] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 1281.335] (II) Loader magic: 0x5637fd7b1020
[ 1281.335] (II) Module ABI versions:
[ 1281.335] X.Org ANSI C Emulation: 0.4
[ 1281.335] X.Org Video Driver: 23.0
[ 1281.335] X.Org XInput driver : 24.1
[ 1281.335] X.Org Server Extension : 10.0
[ 1281.336] (++) using VT number 2
[ 1281.338] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_335
[ 1281.341] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 1281.341] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[ 1281.342] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 1281.342] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 14 paused 0
[ 1281.343] (II) xfree86: Adding drm device (/dev/dri/card2)
[ 1281.343] (II) systemd-logind: got fd for /dev/dri/card2 226:2 fd 15 paused 0
[ 1281.343] (II) xfree86: Adding drm device (/dev/dri/card3)
[ 1281.344] (II) systemd-logind: got fd for /dev/dri/card3 226:3 fd 16 paused 0
[ 1281.344] (II) xfree86: Adding drm device (/dev/dri/card4)
[ 1281.345] (II) systemd-logind: got fd for /dev/dri/card4 226:4 fd 17 paused 0
[ 1281.345] (II) xfree86: Adding drm device (/dev/dri/card5)
[ 1281.346] (II) systemd-logind: got fd for /dev/dri/card5 226:5 fd 18 paused 0
[ 1281.346] (II) xfree86: Adding drm device (/dev/dri/card6)
[ 1281.346] (II) systemd-logind: got fd for /dev/dri/card6 226:6 fd 19 paused 0
[ 1281.347] (II) xfree86: Adding drm device (/dev/dri/card7)
[ 1281.347] (II) systemd-logind: got fd for /dev/dri/card7 226:7 fd 20 paused 0
[ 1281.347] (II) xfree86: Adding drm device (/dev/dri/card8)
[ 1281.348] (II) systemd-logind: got fd for /dev/dri/card8 226:8 fd 21 paused 0
[ 1281.348] (II) xfree86: Adding drm device (/dev/dri/card9)
[ 1281.349] (II) systemd-logind: got fd for /dev/dri/card9 226:9 fd 22 paused 0
[ 1281.349] (II) xfree86: Adding drm device (/dev/dri/card10)
[ 1281.350] (II) systemd-logind: got fd for /dev/dri/card10 226:10 fd 23 paused 0
[ 1281.372] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/xorg/modules"
[ 1281.372] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/xorg/modules"
[ 1281.372] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/xorg/modules"
[ 1281.372] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/xorg/modules"
[ 1281.372] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/xorg/modules"
[ 1281.372] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/xorg/modules"
[ 1281.372] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/xorg/modules"
[ 1281.372] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/xorg/modules"
[ 1281.372] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/xorg/modules"
[ 1281.372] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/xorg/modules"
[ 1281.372] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/xorg/modules"
[ 1281.385] (--) PCI:*(0:24:0:0) 10de:1cb3:10de:11be rev 161, Mem @ 0xb2000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00005000/128, BIOS @ 0x????????/131072
[ 1281.385] (--) PCI: (0:61:0:0) 10de:15f8:10de:118f rev 161, Mem @ 0xb8000000/16777216, 0x3b800000000/17179869184, 0x3bc00000000/33554432
[ 1281.386] (--) PCI: (0:62:0:0) 10de:15f8:10de:118f rev 161, Mem @ 0xb7000000/16777216, 0x3b000000000/17179869184, 0x3b400000000/33554432
[ 1281.386] (--) PCI: (0:63:0:0) 10de:15f8:10de:118f rev 161, Mem @ 0xb6000000/16777216, 0x3a800000000/17179869184, 0x3ac00000000/33554432
[ 1281.386] (--) PCI: (0:64:0:0) 10de:15f8:10de:118f rev 161, Mem @ 0xb5000000/16777216, 0x3a000000000/17179869184, 0x3a400000000/33554432
[ 1281.386] (--) PCI: (0:65:0:0) 10de:15f8:10de:118f rev 161, Mem @ 0xb4000000/16777216, 0x39800000000/17179869184, 0x39c00000000/33554432
[ 1281.386] (--) PCI: (0:96:0:0) 10de:15f8:10de:118f rev 161, Mem @ 0xc4000000/16777216, 0x3f800000000/17179869184, 0x3fc00000000/33554432
[ 1281.386] (--) PCI: (0:97:0:0) 10de:15f8:10de:118f rev 161, Mem @ 0xc3000000/16777216, 0x3f000000000/17179869184, 0x3f400000000/33554432
[ 1281.386] (--) PCI: (0:98:0:0) 10de:15f8:10de:118f rev 161, Mem @ 0xc2000000/16777216, 0x3e800000000/17179869184, 0x3ec00000000/33554432
[ 1281.386] (--) PCI: (0:99:0:0) 10de:15f8:10de:118f rev 161, Mem @ 0xc1000000/16777216, 0x3e000000000/17179869184, 0x3e400000000/33554432
[ 1281.386] (--) PCI: (0:100:0:0) 10de:15f8:10de:118f rev 161, Mem @ 0xc0000000/16777216, 0x3d800000000/17179869184, 0x3dc00000000/33554432
[ 1281.386] (II) LoadModule: "glx"
[ 1281.386] (II) Loading /usr/lib/x86_64-linux-gnu/nvidia/xorg/libglx.so
[ 1281.390] (II) Module glx: vendor="NVIDIA Corporation"
[ 1281.390] compiled for 4.0.2, module version = 1.0.0
[ 1281.390] Module class: X.Org Server Extension
[ 1281.390] (II) NVIDIA GLX Module 390.77 Tue Jul 10 22:05:43 PDT 2018
[ 1281.390] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[ 1281.390] loading driver: nvidia
[ 1281.390] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[ 1281.390] loading driver: nvidia
[ 1281.390] (II) Applying OutputClass "nvidia" to /dev/dri/card2
[ 1281.390] loading driver: nvidia
[ 1281.390] (II) Applying OutputClass "nvidia" to /dev/dri/card3
[ 1281.390] loading driver: nvidia
[ 1281.390] (II) Applying OutputClass "nvidia" to /dev/dri/card4
[ 1281.390] loading driver: nvidia
[ 1281.390] (II) Applying OutputClass "nvidia" to /dev/dri/card5
[ 1281.390] loading driver: nvidia
[ 1281.390] (II) Applying OutputClass "nvidia" to /dev/dri/card6
[ 1281.390] loading driver: nvidia
[ 1281.390] (II) Applying OutputClass "nvidia" to /dev/dri/card7
[ 1281.390] loading driver: nvidia
[ 1281.390] (II) Applying OutputClass "nvidia" to /dev/dri/card8
[ 1281.390] loading driver: nvidia
[ 1281.390] (II) Applying OutputClass "nvidia" to /dev/dri/card9
[ 1281.390] loading driver: nvidia
[ 1281.390] (==) Matched nvidia as autoconfigured driver 0
[ 1281.390] (==) Matched nouveau as autoconfigured driver 1
[ 1281.390] (==) Matched nvidia as autoconfigured driver 2
[ 1281.390] (==) Matched nouveau as autoconfigured driver 3
[ 1281.390] (==) Matched nvidia as autoconfigured driver 4
[ 1281.390] (==) Matched nouveau as autoconfigured driver 5
[ 1281.390] (==) Matched nvidia as autoconfigured driver 6
[ 1281.390] (==) Matched nouveau as autoconfigured driver 7
[ 1281.390] (==) Matched nvidia as autoconfigured driver 8
[ 1281.390] (==) Matched nouveau as autoconfigured driver 9
[ 1281.390] (==) Matched nvidia as autoconfigured driver 10
[ 1281.390] (==) Matched nouveau as autoconfigured driver 11
[ 1281.390] (==) Matched nvidia as autoconfigured driver 12
[ 1281.390] (==) Matched nouveau as autoconfigured driver 13
[ 1281.390] (==) Matched nvidia as autoconfigured driver 14
[ 1281.390] (==) Matched nouveau as autoconfigured driver 15
[ 1281.390] (==) Matched nvidia as autoconfigured driver 16
[ 1281.390] (==) Matched nouveau as autoconfigured driver 17
[ 1281.390] (==) Matched nvidia as autoconfigured driver 18
[ 1281.390] (==) Matched nouveau as autoconfigured driver 19
[ 1281.390] (==) Matched modesetting as autoconfigured driver 20
[ 1281.390] (EE)
[ 1281.390] (EE) Backtrace:
[ 1281.390] (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4d) [0x5637fd5228ad]
[ 1281.390] (EE) 1: /usr/lib/xorg/Xorg (0x5637fd36a000+0x1bc649) [0x5637fd526649]
[ 1281.390] (EE) 2: /lib/x86_64-linux-gnu/libpthread.so.0 (0x7f5c3c2c7000+0x12890) [0x7f5c3c2d9890]
[ 1281.390] (EE) 3: /lib/x86_64-linux-gnu/libc.so.6 (0x7f5c3bed6000+0x18e5a1) [0x7f5c3c0645a1]
[ 1281.390] (EE) 4: /lib/x86_64-linux-gnu/libc.so.6 (_IO_vfprintf+0x2143) [0x7f5c3bf334d3]
[ 1281.390] (EE) 5: /lib/x86_64-linux-gnu/libc.so.6 (__vsnprintf_chk+0xa9) [0x7f5c3c008169]
[ 1281.390] (EE) 6: /usr/lib/xorg/Xorg (Xvscnprintf+0x21) [0x5637fd52eb31]
[ 1281.390] (EE) 7: /usr/lib/xorg/Xorg (LogVMessageVerb+0x66) [0x5637fd530716]
[ 1281.390] (EE) 8: /usr/lib/xorg/Xorg (xf86Msg+0x9c) [0x5637fd40a49c]
[ 1281.390] (EE) 9: /usr/lib/xorg/Xorg (0x5637fd36a000+0xb59da) [0x5637fd41f9da]
[ 1281.391] (EE) 10: /usr/lib/xorg/Xorg (InitOutput+0xa5c) [0x5637fd4030bc]
[ 1281.391] (EE) 11: /usr/lib/xorg/Xorg (0x5637fd36a000+0x56cd3) [0x5637fd3c0cd3]
[ 1281.391] (EE) 12: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xe7) [0x7f5c3bef7b97]
[ 1281.391] (EE) 13: /usr/lib/xorg/Xorg (_start+0x2a) [0x5637fd3aab8a]
[ 1281.391] (EE)
[ 1281.391] (EE) Segmentation fault at address 0x0
[ 1281.391] (EE)
Fatal server error:
[ 1281.391] (EE) Caught signal 11 (Segmentation fault). Server aborting
[ 1281.391] (EE)
Here is the logfile of X Server running with 8+1 GPUs:
[ 6.588]
X.Org X Server 1.19.6
Release Date: 2017-12-20
[ 6.588] X Protocol Version 11, Revision 0
[ 6.588] Build Operating System: Linux 4.4.0-119-generic x86_64 Ubuntu
[ 6.588] Current Operating System: Linux CAD660158 4.15.0-32-generic #35-Ubuntu SMP Fri Aug 10 17:58:07 UTC 2018 x86_64
[ 6.588] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-32-generic root=UUID=92087f71-e06b-4dbe-ba3b-9ea8a74b74b0 ro quiet splash vt.handoff=1
[ 6.588] Build Date: 13 April 2018 08:07:36PM
[ 6.588] xorg-server 2:1.19.6-1ubuntu4 (For technical support please see http://www.ubuntu.com/support)
[ 6.588] Current version of pixman: 0.34.0
[ 6.588] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 6.588] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 6.588] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Aug 16 12:09:56 2018
[ 6.588] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 6.588] (==) No Layout section. Using the first Screen section.
[ 6.588] (==) No screen section available. Using defaults.
[ 6.589] (**) |-->Screen "Default Screen Section" (0)
[ 6.589] (**) | |-->Monitor "<default monitor>"
[ 6.589] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 6.589] (==) Automatically adding devices
[ 6.589] (==) Automatically enabling devices
[ 6.589] (==) Automatically adding GPU devices
[ 6.589] (==) Automatically binding GPU devices
[ 6.589] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 6.590] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 6.590] Entry deleted from font path.
[ 6.590] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 6.590] Entry deleted from font path.
[ 6.590] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 6.591] Entry deleted from font path.
[ 6.591] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 6.591] Entry deleted from font path.
[ 6.591] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 6.591] Entry deleted from font path.
[ 6.591] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
built-ins
[ 6.591] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 6.591] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 6.591] (II) Loader magic: 0x55b73dc67020
[ 6.591] (II) Module ABI versions:
[ 6.591] X.Org ANSI C Emulation: 0.4
[ 6.591] X.Org Video Driver: 23.0
[ 6.591] X.Org XInput driver : 24.1
[ 6.591] X.Org Server Extension : 10.0
[ 6.591] (++) using VT number 7
[ 6.592] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 6.592] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 6.593] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 6.593] (II) xfree86: Adding drm device (/dev/dri/card2)
[ 6.593] (II) xfree86: Adding drm device (/dev/dri/card3)
[ 6.593] (II) xfree86: Adding drm device (/dev/dri/card4)
[ 6.593] (II) xfree86: Adding drm device (/dev/dri/card5)
[ 6.593] (II) xfree86: Adding drm device (/dev/dri/card6)
[ 6.593] (II) xfree86: Adding drm device (/dev/dri/card7)
[ 6.593] (II) xfree86: Adding drm device (/dev/dri/card8)
[ 6.604] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/xorg/modules"
[ 6.604] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/xorg/modules"
[ 6.604] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/xorg/modules"
[ 6.604] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/xorg/modules"
[ 6.604] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/xorg/modules"
[ 6.604] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/xorg/modules"
[ 6.604] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/xorg/modules"
[ 6.604] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/xorg/modules"
[ 6.604] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/xorg/modules"
[ 6.616] (--) PCI:*(0:24:0:0) 10de:1cb3:10de:11be rev 161, Mem @ 0xb2000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00005000/128, BIOS @ 0x????????/131072
[ 6.616] (--) PCI: (0:61:0:0) 10de:15f8:10de:118f rev 161, Mem @ 0xb8000000/16777216, 0x3b800000000/17179869184, 0x3bc00000000/33554432
[ 6.616] (--) PCI: (0:63:0:0) 10de:15f8:10de:118f rev 161, Mem @ 0xb7000000/16777216, 0x3b000000000/17179869184, 0x3b400000000/33554432
[ 6.616] (--) PCI: (0:65:0:0) 10de:15f8:10de:118f rev 161, Mem @ 0xb6000000/16777216, 0x3a800000000/17179869184, 0x3ac00000000/33554432
[ 6.616] (--) PCI: (0:96:0:0) 10de:15f8:10de:118f rev 161, Mem @ 0xc4000000/16777216, 0x3f800000000/17179869184, 0x3fc00000000/33554432
[ 6.616] (--) PCI: (0:97:0:0) 10de:15f8:10de:118f rev 161, Mem @ 0xc3000000/16777216, 0x3f000000000/17179869184, 0x3f400000000/33554432
[ 6.616] (--) PCI: (0:98:0:0) 10de:15f8:10de:118f rev 161, Mem @ 0xc2000000/16777216, 0x3e800000000/17179869184, 0x3ec00000000/33554432
[ 6.616] (--) PCI: (0:99:0:0) 10de:15f8:10de:118f rev 161, Mem @ 0xc1000000/16777216, 0x3e000000000/17179869184, 0x3e400000000/33554432
[ 6.616] (--) PCI: (0:100:0:0) 10de:15f8:10de:118f rev 161, Mem @ 0xc0000000/16777216, 0x3d800000000/17179869184, 0x3dc00000000/33554432
[ 6.616] (II) LoadModule: "glx"
[ 6.617] (II) Loading /usr/lib/x86_64-linux-gnu/nvidia/xorg/libglx.so
[ 6.643] (II) Module glx: vendor="NVIDIA Corporation"
[ 6.643] compiled for 4.0.2, module version = 1.0.0
[ 6.643] Module class: X.Org Server Extension
[ 6.644] (II) NVIDIA GLX Module 390.77 Tue Jul 10 22:05:43 PDT 2018
[ 6.644] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[ 6.644] loading driver: nvidia
[ 6.644] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[ 6.644] loading driver: nvidia
[ 6.644] (II) Applying OutputClass "nvidia" to /dev/dri/card2
[ 6.644] loading driver: nvidia
[ 6.644] (II) Applying OutputClass "nvidia" to /dev/dri/card3
[ 6.644] loading driver: nvidia
[ 6.644] (II) Applying OutputClass "nvidia" to /dev/dri/card4
[ 6.644] loading driver: nvidia
[ 6.644] (II) Applying OutputClass "nvidia" to /dev/dri/card5
[ 6.644] loading driver: nvidia
[ 6.644] (II) Applying OutputClass "nvidia" to /dev/dri/card6
[ 6.644] loading driver: nvidia
[ 6.644] (II) Applying OutputClass "nvidia" to /dev/dri/card7
[ 6.644] loading driver: nvidia
[ 6.644] (II) Applying OutputClass "nvidia" to /dev/dri/card8
[ 6.644] loading driver: nvidia
[ 6.644] (==) Matched nvidia as autoconfigured driver 0
[ 6.644] (==) Matched nouveau as autoconfigured driver 1
[ 6.644] (==) Matched nvidia as autoconfigured driver 2
[ 6.644] (==) Matched nouveau as autoconfigured driver 3
[ 6.644] (==) Matched nvidia as autoconfigured driver 4
[ 6.644] (==) Matched nouveau as autoconfigured driver 5
[ 6.644] (==) Matched nvidia as autoconfigured driver 6
[ 6.644] (==) Matched nouveau as autoconfigured driver 7
[ 6.644] (==) Matched nvidia as autoconfigured driver 8
[ 6.644] (==) Matched nouveau as autoconfigured driver 9
[ 6.644] (==) Matched nvidia as autoconfigured driver 10
[ 6.644] (==) Matched nouveau as autoconfigured driver 11
[ 6.644] (==) Matched nvidia as autoconfigured driver 12
[ 6.644] (==) Matched nouveau as autoconfigured driver 13
[ 6.644] (==) Matched nvidia as autoconfigured driver 14
[ 6.644] (==) Matched nouveau as autoconfigured driver 15
[ 6.644] (==) Matched nvidia as autoconfigured driver 16
[ 6.644] (==) Matched nouveau as autoconfigured driver 17
[ 6.644] (==) Matched nouveau as autoconfigured driver 18
[ 6.644] (==) Matched modesetting as autoconfigured driver 19
[ 6.644] (==) Assigned the driver to the xf86ConfigLayout
[ 6.644] (II) LoadModule: "nvidia"
[ 6.644] (II) Loading /usr/lib/x86_64-linux-gnu/nvidia/xorg/nvidia_drv.so
[ 6.648] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 6.648] compiled for 4.0.2, module version = 1.0.0
[ 6.648] Module class: X.Org Video Driver
[ 6.649] (II) LoadModule: "nouveau"
[ 6.649] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[ 6.651] (II) Module nouveau: vendor="X.Org Foundation"
[ 6.651] compiled for 1.19.3, module version = 1.0.15
[ 6.651] Module class: X.Org Video Driver
[ 6.651] ABI class: X.Org Video Driver, version 23.0
[ 6.651] (II) LoadModule: "modesetting"
[ 6.651] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 6.652] (II) Module modesetting: vendor="X.Org Foundation"
[ 6.652] compiled for 1.19.6, module version = 1.19.6
[ 6.652] Module class: X.Org Video Driver
[ 6.652] ABI class: X.Org Video Driver, version 23.0
[ 6.652] (II) NVIDIA dlloader X Driver 390.77 Tue Jul 10 21:41:24 PDT 2018
[ 6.652] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 6.653] (II) NOUVEAU driver Date: Fri Apr 21 14:41:17 2017 -0400
[ 6.653] (II) NOUVEAU driver for NVIDIA chipset families :
[ 6.653] RIVA TNT (NV04)
[ 6.653] RIVA TNT2 (NV05)
[ 6.653] GeForce 256 (NV10)
[ 6.653] GeForce 2 (NV11, NV15)
[ 6.653] GeForce 4MX (NV17, NV18)
[ 6.653] GeForce 3 (NV20)
[ 6.653] GeForce 4Ti (NV25, NV28)
[ 6.653] GeForce FX (NV3x)
[ 6.653] GeForce 6 (NV4x)
[ 6.653] GeForce 7 (G7x)
[ 6.653] GeForce 8 (G8x)
[ 6.653] GeForce GTX 200 (NVA0)
[ 6.653] GeForce GTX 400 (NVC0)
[ 6.653] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 6.703] (II) Loading sub module "fb"
[ 6.703] (II) LoadModule: "fb"
[ 6.704] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 6.705] (II) Module fb: vendor="X.Org Foundation"
[ 6.705] compiled for 1.19.6, module version = 1.0.0
[ 6.705] ABI class: X.Org ANSI C Emulation, version 0.4
[ 6.705] (II) Loading sub module "wfb"
[ 6.705] (II) LoadModule: "wfb"
[ 6.705] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 6.706] (II) Module wfb: vendor="X.Org Foundation"
[ 6.706] compiled for 1.19.6, module version = 1.0.0
[ 6.706] ABI class: X.Org ANSI C Emulation, version 0.4
[ 6.706] (II) Loading sub module "ramdac"
[ 6.706] (II) LoadModule: "ramdac"
[ 6.706] (II) Module "ramdac" already built-in
[ 7.527] (WW) Falling back to old probe method for modesetting
[ 7.528] (EE) [drm] Failed to open DRM device for (null): -2
[ 7.528] (EE) [drm] Failed to open DRM device for (null): -2
[ 7.528] (EE) [drm] Failed to open DRM device for (null): -2
[ 7.528] (EE) [drm] Failed to open DRM device for (null): -2
[ 7.528] (EE) [drm] Failed to open DRM device for (null): -2
[ 7.528] (EE) [drm] Failed to open DRM device for (null): -2
[ 7.528] (EE) [drm] Failed to open DRM device for (null): -2
[ 7.528] (EE) [drm] Failed to open DRM device for (null): -2
[ 7.528] (II) NVIDIA(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 7.528] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 7.528] (==) NVIDIA(0): RGB weight 888
[ 7.528] (==) NVIDIA(0): Default visual is TrueColor
[ 7.528] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 7.528] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[ 7.528] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[ 7.528] (**) NVIDIA(0): Enabling 2D acceleration
[ 12.214] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:24:0:0
[ 12.214] (--) NVIDIA(0): DFP-0
[ 12.214] (--) NVIDIA(0): DFP-1
[ 12.214] (--) NVIDIA(0): DFP-2
[ 12.214] (--) NVIDIA(0): DFP-3 (boot)
[ 12.214] (--) NVIDIA(0): DFP-4
[ 12.214] (--) NVIDIA(0): DFP-5
[ 12.223] (II) NVIDIA(0): NVIDIA GPU Quadro P400 (GP107GL-A) at PCI:24:0:0 (GPU-0)
[ 12.223] (--) NVIDIA(0): Memory: 2097152 kBytes
[ 12.223] (--) NVIDIA(0): VideoBIOS: 86.07.3b.00.4a
[ 12.223] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 12.223] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 12.223] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 12.223] (--) NVIDIA(GPU-0): DFP-0: 1440.0 MHz maximum pixel clock
[ 12.223] (--) NVIDIA(GPU-0):
[ 12.224] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 12.224] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 12.224] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 12.224] (--) NVIDIA(GPU-0):
[ 12.224] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 12.224] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 12.224] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[ 12.224] (--) NVIDIA(GPU-0):
[ 12.292] (--) NVIDIA(GPU-0): Samsung SM2243DW (DFP-3): connected
[ 12.292] (--) NVIDIA(GPU-0): Samsung SM2243DW (DFP-3): Internal TMDS
[ 12.292] (--) NVIDIA(GPU-0): Samsung SM2243DW (DFP-3): 165.0 MHz maximum pixel clock
[ 12.292] (--) NVIDIA(GPU-0):
[ 12.292] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 12.292] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[ 12.292] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[ 12.292] (--) NVIDIA(GPU-0):
[ 12.292] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 12.292] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 12.292] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 12.292] (--) NVIDIA(GPU-0):
[ 12.301] (==) NVIDIA(0):
[ 12.301] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 12.301] (==) NVIDIA(0): will be used as the requested mode.
[ 12.301] (==) NVIDIA(0):
[ 12.301] (II) NVIDIA(0): Validated MetaModes:
[ 12.301] (II) NVIDIA(0): "DFP-3:nvidia-auto-select"
[ 12.301] (II) NVIDIA(0): Virtual screen size determined to be 1680 x 1050
[ 12.323] (--) NVIDIA(0): DPI set to (90, 88); computed from "UseEdidDpi" X config
[ 12.323] (--) NVIDIA(0): option
[ 12.323] (--) Depth 24 pixmap format is 32 bpp
[ 12.330] (--) NVIDIA(0): Valid display device(s) on GPU-1 at PCI:61:0:0
[ 12.330] (--) NVIDIA(0): DFP-0
[ 12.330] (--) NVIDIA(0): DFP-1
[ 12.330] (--) NVIDIA(0): DFP-2
[ 12.330] (--) NVIDIA(0): DFP-3
[ 12.344] (WW) NVIDIA(GPU-1): Mode (3840 x 2160) larger than per-head max
[ 12.344] (WW) NVIDIA(GPU-1): resolutionsupported (2560 x 1600)
[ 12.344] (WW) NVIDIA(GPU-1): Mode (4096 x 2160) larger than per-head max
[ 12.344] (WW) NVIDIA(GPU-1): resolutionsupported (2560 x 1600)
[ 12.344] (--) NVIDIA(GPU-1): NVIDIA VGX (DFP-0): connected
[ 12.344] (--) NVIDIA(GPU-1): NVIDIA VGX (DFP-0): External TMDS
[ 12.344] (WW) NVIDIA(GPU-1): Mode (3840 x 2160) larger than per-head max
[ 12.344] (WW) NVIDIA(GPU-1): resolutionsupported (2560 x 1600)
[ 12.344] (WW) NVIDIA(GPU-1): Mode (4096 x 2160) larger than per-head max
[ 12.344] (WW) NVIDIA(GPU-1): resolutionsupported (2560 x 1600)
[ 12.344] (II) NVIDIA(GPU-1): NVIDIA GPU Tesla P100-PCIE-16GB (GP100GL-A) at PCI:61:0:0
[ 12.344] (II) NVIDIA(GPU-1): (GPU-1)
[ 12.344] (--) NVIDIA(GPU-1): Memory: 16777216 kBytes
[ 12.344] (--) NVIDIA(GPU-1): VideoBIOS: 86.00.4d.00.01
[ 12.344] (II) NVIDIA(GPU-1): Detected PCI Express Link width: 16X
[ 12.356] (--) NVIDIA(0): Valid display device(s) on GPU-2 at PCI:63:0:0
[ 12.356] (--) NVIDIA(0): DFP-0
[ 12.356] (--) NVIDIA(0): DFP-1
[ 12.356] (--) NVIDIA(0): DFP-2
[ 12.356] (--) NVIDIA(0): DFP-3
[ 12.371] (WW) NVIDIA(GPU-2): Mode (3840 x 2160) larger than per-head max
[ 12.371] (WW) NVIDIA(GPU-2): resolutionsupported (2560 x 1600)
[ 12.371] (WW) NVIDIA(GPU-2): Mode (4096 x 2160) larger than per-head max
[ 12.371] (WW) NVIDIA(GPU-2): resolutionsupported (2560 x 1600)
[ 12.371] (--) NVIDIA(GPU-2): NVIDIA VGX (DFP-0): connected
[ 12.371] (--) NVIDIA(GPU-2): NVIDIA VGX (DFP-0): External TMDS
[ 12.371] (WW) NVIDIA(GPU-2): Mode (3840 x 2160) larger than per-head max
[ 12.371] (WW) NVIDIA(GPU-2): resolutionsupported (2560 x 1600)
[ 12.371] (WW) NVIDIA(GPU-2): Mode (4096 x 2160) larger than per-head max
[ 12.371] (WW) NVIDIA(GPU-2): resolutionsupported (2560 x 1600)
[ 12.371] (II) NVIDIA(GPU-2): NVIDIA GPU Tesla P100-PCIE-16GB (GP100GL-A) at PCI:63:0:0
[ 12.371] (II) NVIDIA(GPU-2): (GPU-2)
[ 12.371] (--) NVIDIA(GPU-2): Memory: 16777216 kBytes
[ 12.371] (--) NVIDIA(GPU-2): VideoBIOS: 86.00.4d.00.01
[ 12.371] (II) NVIDIA(GPU-2): Detected PCI Express Link width: 16X
[ 12.383] (--) NVIDIA(0): Valid display device(s) on GPU-3 at PCI:65:0:0
[ 12.383] (--) NVIDIA(0): DFP-0
[ 12.383] (--) NVIDIA(0): DFP-1
[ 12.383] (--) NVIDIA(0): DFP-2
[ 12.383] (--) NVIDIA(0): DFP-3
[ 12.391] (WW) NVIDIA(GPU-3): Mode (3840 x 2160) larger than per-head max
[ 12.391] (WW) NVIDIA(GPU-3): resolutionsupported (2560 x 1600)
[ 12.391] (WW) NVIDIA(GPU-3): Mode (4096 x 2160) larger than per-head max
[ 12.391] (WW) NVIDIA(GPU-3): resolutionsupported (2560 x 1600)
[ 12.391] (--) NVIDIA(GPU-3): NVIDIA VGX (DFP-0): connected
[ 12.391] (--) NVIDIA(GPU-3): NVIDIA VGX (DFP-0): External TMDS
[ 12.392] (WW) NVIDIA(GPU-3): Mode (3840 x 2160) larger than per-head max
[ 12.392] (WW) NVIDIA(GPU-3): resolutionsupported (2560 x 1600)
[ 12.392] (WW) NVIDIA(GPU-3): Mode (4096 x 2160) larger than per-head max
[ 12.392] (WW) NVIDIA(GPU-3): resolutionsupported (2560 x 1600)
[ 12.392] (II) NVIDIA(GPU-3): NVIDIA GPU Tesla P100-PCIE-16GB (GP100GL-A) at PCI:65:0:0
[ 12.392] (II) NVIDIA(GPU-3): (GPU-3)
[ 12.392] (--) NVIDIA(GPU-3): Memory: 16777216 kBytes
[ 12.392] (--) NVIDIA(GPU-3): VideoBIOS: 86.00.4d.00.01
[ 12.392] (II) NVIDIA(GPU-3): Detected PCI Express Link width: 16X
[ 12.404] (--) NVIDIA(0): Valid display device(s) on GPU-4 at PCI:96:0:0
[ 12.404] (--) NVIDIA(0): DFP-0
[ 12.404] (--) NVIDIA(0): DFP-1
[ 12.404] (--) NVIDIA(0): DFP-2
[ 12.404] (--) NVIDIA(0): DFP-3
[ 12.416] (WW) NVIDIA(GPU-4): Mode (3840 x 2160) larger than per-head max
[ 12.416] (WW) NVIDIA(GPU-4): resolutionsupported (2560 x 1600)
[ 12.416] (WW) NVIDIA(GPU-4): Mode (4096 x 2160) larger than per-head max
[ 12.416] (WW) NVIDIA(GPU-4): resolutionsupported (2560 x 1600)
[ 12.416] (--) NVIDIA(GPU-4): NVIDIA VGX (DFP-0): connected
[ 12.416] (--) NVIDIA(GPU-4): NVIDIA VGX (DFP-0): External TMDS
[ 12.416] (WW) NVIDIA(GPU-4): Mode (3840 x 2160) larger than per-head max
[ 12.416] (WW) NVIDIA(GPU-4): resolutionsupported (2560 x 1600)
[ 12.416] (WW) NVIDIA(GPU-4): Mode (4096 x 2160) larger than per-head max
[ 12.416] (WW) NVIDIA(GPU-4): resolutionsupported (2560 x 1600)
[ 12.416] (II) NVIDIA(GPU-4): NVIDIA GPU Tesla P100-PCIE-16GB (GP100GL-A) at PCI:96:0:0
[ 12.416] (II) NVIDIA(GPU-4): (GPU-4)
[ 12.416] (--) NVIDIA(GPU-4): Memory: 16777216 kBytes
[ 12.416] (--) NVIDIA(GPU-4): VideoBIOS: 86.00.4d.00.01
[ 12.416] (II) NVIDIA(GPU-4): Detected PCI Express Link width: 16X
[ 12.428] (--) NVIDIA(0): Valid display device(s) on GPU-5 at PCI:97:0:0
[ 12.428] (--) NVIDIA(0): DFP-0
[ 12.428] (--) NVIDIA(0): DFP-1
[ 12.428] (--) NVIDIA(0): DFP-2
[ 12.428] (--) NVIDIA(0): DFP-3
[ 12.544] (WW) NVIDIA(GPU-5): Mode (3840 x 2160) larger than per-head max
[ 12.544] (WW) NVIDIA(GPU-5): resolutionsupported (2560 x 1600)
[ 12.544] (WW) NVIDIA(GPU-5): Mode (4096 x 2160) larger than per-head max
[ 12.544] (WW) NVIDIA(GPU-5): resolutionsupported (2560 x 1600)
[ 12.544] (--) NVIDIA(GPU-5): NVIDIA VGX (DFP-0): connected
[ 12.544] (--) NVIDIA(GPU-5): NVIDIA VGX (DFP-0): External TMDS
[ 12.544] (WW) NVIDIA(GPU-5): Mode (3840 x 2160) larger than per-head max
[ 12.544] (WW) NVIDIA(GPU-5): resolutionsupported (2560 x 1600)
[ 12.544] (WW) NVIDIA(GPU-5): Mode (4096 x 2160) larger than per-head max
[ 12.544] (WW) NVIDIA(GPU-5): resolutionsupported (2560 x 1600)
[ 12.544] (II) NVIDIA(GPU-5): NVIDIA GPU Tesla P100-PCIE-16GB (GP100GL-A) at PCI:97:0:0
[ 12.544] (II) NVIDIA(GPU-5): (GPU-5)
[ 12.544] (--) NVIDIA(GPU-5): Memory: 16777216 kBytes
[ 12.544] (--) NVIDIA(GPU-5): VideoBIOS: 86.00.4d.00.01
[ 12.544] (II) NVIDIA(GPU-5): Detected PCI Express Link width: 16X
[ 12.608] (--) NVIDIA(0): Valid display device(s) on GPU-6 at PCI:98:0:0
[ 12.608] (--) NVIDIA(0): DFP-0
[ 12.608] (--) NVIDIA(0): DFP-1
[ 12.608] (--) NVIDIA(0): DFP-2
[ 12.608] (--) NVIDIA(0): DFP-3
[ 13.072] (WW) NVIDIA(GPU-6): Mode (3840 x 2160) larger than per-head max
[ 13.072] (WW) NVIDIA(GPU-6): resolutionsupported (2560 x 1600)
[ 13.072] (WW) NVIDIA(GPU-6): Mode (4096 x 2160) larger than per-head max
[ 13.072] (WW) NVIDIA(GPU-6): resolutionsupported (2560 x 1600)
[ 13.072] (--) NVIDIA(GPU-6): NVIDIA VGX (DFP-0): connected
[ 13.072] (--) NVIDIA(GPU-6): NVIDIA VGX (DFP-0): External TMDS
[ 13.073] (WW) NVIDIA(GPU-6): Mode (3840 x 2160) larger than per-head max
[ 13.073] (WW) NVIDIA(GPU-6): resolutionsupported (2560 x 1600)
[ 13.073] (WW) NVIDIA(GPU-6): Mode (4096 x 2160) larger than per-head max
[ 13.073] (WW) NVIDIA(GPU-6): resolutionsupported (2560 x 1600)
[ 13.073] (II) NVIDIA(GPU-6): NVIDIA GPU Tesla P100-PCIE-16GB (GP100GL-A) at PCI:98:0:0
[ 13.073] (II) NVIDIA(GPU-6): (GPU-6)
[ 13.073] (--) NVIDIA(GPU-6): Memory: 16777216 kBytes
[ 13.073] (--) NVIDIA(GPU-6): VideoBIOS: 86.00.4d.00.01
[ 13.073] (II) NVIDIA(GPU-6): Detected PCI Express Link width: 16X
[ 13.961] (--) NVIDIA(0): Valid display device(s) on GPU-7 at PCI:99:0:0
[ 13.962] (--) NVIDIA(0): DFP-0
[ 13.962] (--) NVIDIA(0): DFP-1
[ 13.962] (--) NVIDIA(0): DFP-2
[ 13.962] (--) NVIDIA(0): DFP-3
[ 13.966] (WW) NVIDIA(GPU-7): Mode (3840 x 2160) larger than per-head max
[ 13.966] (WW) NVIDIA(GPU-7): resolutionsupported (2560 x 1600)
[ 13.966] (WW) NVIDIA(GPU-7): Mode (4096 x 2160) larger than per-head max
[ 13.966] (WW) NVIDIA(GPU-7): resolutionsupported (2560 x 1600)
[ 13.967] (--) NVIDIA(GPU-7): NVIDIA VGX (DFP-0): connected
[ 13.967] (--) NVIDIA(GPU-7): NVIDIA VGX (DFP-0): External TMDS
[ 13.967] (WW) NVIDIA(GPU-7): Mode (3840 x 2160) larger than per-head max
[ 13.967] (WW) NVIDIA(GPU-7): resolutionsupported (2560 x 1600)
[ 13.967] (WW) NVIDIA(GPU-7): Mode (4096 x 2160) larger than per-head max
[ 13.967] (WW) NVIDIA(GPU-7): resolutionsupported (2560 x 1600)
[ 13.967] (II) NVIDIA(GPU-7): NVIDIA GPU Tesla P100-PCIE-16GB (GP100GL-A) at PCI:99:0:0
[ 13.967] (II) NVIDIA(GPU-7): (GPU-7)
[ 13.967] (--) NVIDIA(GPU-7): Memory: 16777216 kBytes
[ 13.967] (--) NVIDIA(GPU-7): VideoBIOS: 86.00.4d.00.01
[ 13.967] (II) NVIDIA(GPU-7): Detected PCI Express Link width: 16X
[ 14.678] (--) NVIDIA(0): Valid display device(s) on GPU-8 at PCI:100:0:0
[ 14.678] (--) NVIDIA(0): DFP-0
[ 14.678] (--) NVIDIA(0): DFP-1
[ 14.678] (--) NVIDIA(0): DFP-2
[ 14.678] (--) NVIDIA(0): DFP-3
[ 14.683] (WW) NVIDIA(GPU-8): Mode (3840 x 2160) larger than per-head max
[ 14.683] (WW) NVIDIA(GPU-8): resolutionsupported (2560 x 1600)
[ 14.683] (WW) NVIDIA(GPU-8): Mode (4096 x 2160) larger than per-head max
[ 14.683] (WW) NVIDIA(GPU-8): resolutionsupported (2560 x 1600)
[ 14.683] (--) NVIDIA(GPU-8): NVIDIA VGX (DFP-0): connected
[ 14.683] (--) NVIDIA(GPU-8): NVIDIA VGX (DFP-0): External TMDS
[ 14.684] (WW) NVIDIA(GPU-8): Mode (3840 x 2160) larger than per-head max
[ 14.684] (WW) NVIDIA(GPU-8): resolutionsupported (2560 x 1600)
[ 14.684] (WW) NVIDIA(GPU-8): Mode (4096 x 2160) larger than per-head max
[ 14.684] (WW) NVIDIA(GPU-8): resolutionsupported (2560 x 1600)
[ 14.684] (II) NVIDIA(GPU-8): NVIDIA GPU Tesla P100-PCIE-16GB (GP100GL-A) at PCI:100:0:0
[ 14.684] (II) NVIDIA(GPU-8): (GPU-8)
[ 14.684] (--) NVIDIA(GPU-8): Memory: 16777216 kBytes
[ 14.684] (--) NVIDIA(GPU-8): VideoBIOS: 86.00.4d.00.01
[ 14.684] (II) NVIDIA(GPU-8): Detected PCI Express Link width: 16X
[ 14.695] (II) NVIDIA: Using 24576.00 MB of virtual memory for indirect memory
[ 14.695] (II) NVIDIA: access.
[ 14.739] (II) NVIDIA(0): Setting mode "DFP-3:nvidia-auto-select"
[ 14.801] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 14.801] (==) NVIDIA(0): Backing store enabled
[ 14.801] (==) NVIDIA(0): Silken mouse enabled
[ 14.803] (==) NVIDIA(0): DPMS enabled
[ 14.805] (II) Loading sub module "dri2"
[ 14.805] (II) LoadModule: "dri2"
[ 14.805] (II) Module "dri2" already built-in
[ 14.805] (II) NVIDIA(0): [DRI2] Setup complete
[ 14.805] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 14.806] (--) RandR disabled
[ 14.811] (II) SELinux: Disabled on system
[ 14.812] (II) Initializing extension GLX
[ 14.812] (II) Indirect GLX disabled.
[ 14.968] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 14.968] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 14.968] (II) LoadModule: "libinput"
[ 14.968] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 14.973] (II) Module libinput: vendor="X.Org Foundation"
[ 14.973] compiled for 1.19.6, module version = 0.27.1
[ 14.973] Module class: X.Org XInput Driver
[ 14.973] ABI class: X.Org XInput driver, version 24.1
[ 14.973] (II) Using input driver 'libinput' for 'Power Button'
[ 14.973] (**) Power Button: always reports core events
[ 14.973] (**) Option "Device" "/dev/input/event0"
[ 14.973] (**) Option "_source" "server/udev"
[ 14.974] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 14.974] (II) event0 - Power Button: device is a keyboard
[ 14.974] (II) event0 - Power Button: device removed
[ 15.000] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input0/event0"
[ 15.000] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 15.000] (**) Option "xkb_model" "pc105"
[ 15.000] (**) Option "xkb_layout" "de"
[ 15.032] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 15.032] (II) event0 - Power Button: device is a keyboard
[ 15.034] (II) config/udev: Adding input device Microsoft Wired Keyboard 400 (/dev/input/event1)
[ 15.034] (**) Microsoft Wired Keyboard 400: Applying InputClass "libinput keyboard catchall"
[ 15.034] (II) Using input driver 'libinput' for 'Microsoft Wired Keyboard 400'
[ 15.034] (**) Microsoft Wired Keyboard 400: always reports core events
[ 15.034] (**) Option "Device" "/dev/input/event1"
[ 15.034] (**) Option "_source" "server/udev"
[ 15.035] (II) event1 - Microsoft Wired Keyboard 400: is tagged by udev as: Keyboard
[ 15.035] (II) event1 - Microsoft Wired Keyboard 400: device is a keyboard
[ 15.035] (II) event1 - Microsoft Wired Keyboard 400: device removed
[ 15.056] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:045E:0752.0001/input/input1/event1"
[ 15.056] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 400" (type: KEYBOARD, id 7)
[ 15.056] (**) Option "xkb_model" "pc105"
[ 15.056] (**) Option "xkb_layout" "de"
[ 15.057] (II) event1 - Microsoft Wired Keyboard 400: is tagged by udev as: Keyboard
[ 15.057] (II) event1 - Microsoft Wired Keyboard 400: device is a keyboard
[ 15.058] (II) config/udev: Adding input device Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) (/dev/input/event2)
[ 15.058] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): Applying InputClass "libinput pointer catchall"
[ 15.058] (II) Using input driver 'libinput' for 'Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)'
[ 15.058] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): always reports core events
[ 15.058] (**) Option "Device" "/dev/input/event2"
[ 15.058] (**) Option "_source" "server/udev"
[ 15.116] (II) event2 - Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): is tagged by udev as: Mouse
[ 15.116] (II) event2 - Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): device is a pointer
[ 15.116] (II) event2 - Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): device removed
[ 15.148] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:045E:0040.0002/input/input2/event2"
[ 15.148] (II) XINPUT: Adding extended input device "Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)" (type: MOUSE, id 8)
[ 15.148] (**) Option "AccelerationScheme" "none"
[ 15.148] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): (accel) selected scheme none/0
[ 15.148] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): (accel) acceleration factor: 2.000
[ 15.148] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): (accel) acceleration threshold: 4
[ 15.208] (II) event2 - Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): is tagged by udev as: Mouse
[ 15.208] (II) event2 - Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): device is a pointer
[ 15.209] (II) config/udev: Adding input device Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) (/dev/input/mouse0)
[ 15.209] (II) No input driver specified, ignoring this device.
[ 15.209] (II) This device may have been added with another device file.
[ 15.210] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event3)
[ 15.210] (II) No input driver specified, ignoring this device.
[ 15.210] (II) This device may have been added with another device file.
[ 15.211] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event4)
[ 15.211] (II) No input driver specified, ignoring this device.
[ 15.211] (II) This device may have been added with another device file.
[ 15.211] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event5)
[ 15.212] (II) No input driver specified, ignoring this device.
[ 15.212] (II) This device may have been added with another device file.
[ 15.695] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 15.695] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 15.695] (--) NVIDIA(GPU-0): DFP-0: 1440.0 MHz maximum pixel clock
[ 15.695] (--) NVIDIA(GPU-0):
[ 15.696] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 15.696] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 15.696] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 15.696] (--) NVIDIA(GPU-0):
[ 15.696] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 15.696] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 15.696] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[ 15.696] (--) NVIDIA(GPU-0):
[ 15.757] (--) NVIDIA(GPU-0): Samsung SM2243DW (DFP-3): connected
[ 15.757] (--) NVIDIA(GPU-0): Samsung SM2243DW (DFP-3): Internal TMDS
[ 15.757] (--) NVIDIA(GPU-0): Samsung SM2243DW (DFP-3): 165.0 MHz maximum pixel clock
[ 15.757] (--) NVIDIA(GPU-0):
[ 15.757] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 15.757] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[ 15.757] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[ 15.757] (--) NVIDIA(GPU-0):
[ 15.758] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 15.758] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 15.758] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 15.758] (--) NVIDIA(GPU-0):
[ 16.055] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 16.055] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 16.055] (--) NVIDIA(GPU-0): DFP-0: 1440.0 MHz maximum pixel clock
[ 16.055] (--) NVIDIA(GPU-0):
[ 16.055] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 16.055] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 16.055] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 16.055] (--) NVIDIA(GPU-0):
[ 16.055] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 16.055] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 16.055] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[ 16.055] (--) NVIDIA(GPU-0):
[ 16.117] (--) NVIDIA(GPU-0): Samsung SM2243DW (DFP-3): connected
[ 16.117] (--) NVIDIA(GPU-0): Samsung SM2243DW (DFP-3): Internal TMDS
[ 16.117] (--) NVIDIA(GPU-0): Samsung SM2243DW (DFP-3): 165.0 MHz maximum pixel clock
[ 16.117] (--) NVIDIA(GPU-0):
[ 16.117] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 16.117] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[ 16.117] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[ 16.117] (--) NVIDIA(GPU-0):
[ 16.118] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 16.118] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 16.118] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 16.118] (--) NVIDIA(GPU-0):
[ 29.046] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 29.046] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 29.046] (--) NVIDIA(GPU-0): DFP-0: 1440.0 MHz maximum pixel clock
[ 29.046] (--) NVIDIA(GPU-0):
[ 29.047] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 29.047] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 29.047] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 29.047] (--) NVIDIA(GPU-0):
[ 29.047] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 29.047] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 29.047] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[ 29.047] (--) NVIDIA(GPU-0):
[ 29.108] (--) NVIDIA(GPU-0): Samsung SM2243DW (DFP-3): connected
[ 29.108] (--) NVIDIA(GPU-0): Samsung SM2243DW (DFP-3): Internal TMDS
[ 29.108] (--) NVIDIA(GPU-0): Samsung SM2243DW (DFP-3): 165.0 MHz maximum pixel clock
[ 29.108] (--) NVIDIA(GPU-0):
[ 29.108] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 29.108] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[ 29.108] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[ 29.108] (--) NVIDIA(GPU-0):
[ 29.108] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 29.108] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 29.108] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 29.108] (--) NVIDIA(GPU-0):
[ 31.901] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 31.901] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 31.901] (--) NVIDIA(GPU-0): DFP-0: 1440.0 MHz maximum pixel clock
[ 31.901] (--) NVIDIA(GPU-0):
[ 31.902] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 31.902] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 31.902] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 31.902] (--) NVIDIA(GPU-0):
[ 31.902] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 31.902] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 31.902] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[ 31.902] (--) NVIDIA(GPU-0):
[ 31.964] (--) NVIDIA(GPU-0): Samsung SM2243DW (DFP-3): connected
[ 31.964] (--) NVIDIA(GPU-0): Samsung SM2243DW (DFP-3): Internal TMDS
[ 31.964] (--) NVIDIA(GPU-0): Samsung SM2243DW (DFP-3): 165.0 MHz maximum pixel clock
[ 31.964] (--) NVIDIA(GPU-0):
[ 31.964] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 31.964] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[ 31.964] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[ 31.964] (--) NVIDIA(GPU-0):
[ 31.965] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 31.965] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 31.965] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 31.965] (--) NVIDIA(GPU-0):
nvidia-bug-report.log (1.69 MB)