Bug#834446: nvidia-kernel-dkms: kernel module does not build for 64-bit kernel with 32-bit userspace

Norman Ramsey nr at cs.tufts.edu
Mon Aug 15 18:43:04 UTC 2016


Package: nvidia-kernel-dkms
Version: 361.45.18-2
Severity: important
Tags: patch

Dear Maintainer,

I tried to install nvidia-kernel-dkms.  The install failed.
To get diagnostics, I ran 

  sudo dpkg-reconfigure nvidia-kernel-dkms

I tracked the problem down to the 'ld -r' command used in several places.
Using 'ld --verbose' I discovered that the 'default script' for 'ld -r'
sets the target architecture to 32-bit x86.  Although my userspace is
32-bit x86, I run a 64-bit kernel.

I attach a patch that addresses my immediate concerns.  However, the
patch is *completely* bogus.  The proper thing to do here is to detect
the architecture used in the kernel and to use the 'ld -m<arch>' flag
appropriately.  I don't have the skills to do this easily.

I'm sorry I didn't think to capture the make.log that exhibits the
fault.

It may help to know that on the same system with the same
configuration, version 352.79-10~bpo8+1 built without problems.


-- Package-specific info:
uname -a:
Linux homedog 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08) x86_64 GNU/Linux

/proc/version:
Linux version 3.16.0-4-amd64 (debian-kernel at lists.debian.org) (gcc version 4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08)

/proc/driver/nvidia/version:
NVRM version: NVIDIA UNIX x86_64 Kernel Module  361.45.18  Tue Jun 21 18:27:52 PDT 2016
GCC version:  gcc version 4.8.4 (Debian 4.8.4-1) 

lspci 'VGA compatible controller [0300]':
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation Device [10de:1401] (rev a1) (prog-if 00 [VGA controller])
	Subsystem: ASUSTeK Computer Inc. Device [1043:8520]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 50
	Region 0: Memory at f6000000 (32-bit, non-prefetchable) [size=16M]
	Region 1: Memory at e0000000 (64-bit, prefetchable) [size=256M]
	Region 3: Memory at f0000000 (64-bit, prefetchable) [size=32M]
	Region 5: I/O ports at e000 [size=128]
	[virtual] Expansion ROM at f7000000 [disabled] [size=512K]
	Capabilities: <access denied>
	Kernel driver in use: nvidia

dmesg:
[279273.667704] NVRM: API mismatch: the client has the version 352.55, but
NVRM: this kernel module has the version 352.79.  Please
NVRM: make sure that this kernel module and all NVIDIA driver
NVRM: components have the same version.
[279273.667712] NVRM: nvidia_frontend_ioctl: minor 255, module->ioctl failed, error -22
[344516.333286] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=none,decodes=none:owns=none
[344516.333407] nvidia-nvlink: Nvlink Core is being initialized, major device number 249
[344516.333523] [drm] Initialized nvidia-drm 0.0.0 20150116 for 0000:01:00.0 on minor 0
[344516.333529] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  361.45.18  Tue Jun 21 18:27:52 PDT 2016
[344519.043201] nvidia 0000:01:00.0: irq 50 for MSI/MSI-X
[344519.632828] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  361.45.18  Tue Jun 21 17:56:09 PDT 2016
[344519.633481] nvidia-modeset: Allocated GPU:0 (GPU-a919cfd6-1dcc-299d-4706-f693bb11bbe4) @ PCI:0000:01:00.0
[344521.933585] NVRM: API mismatch: the client has the version 352.55, but
NVRM: this kernel module has the version 361.45.18.  Please
NVRM: make sure that this kernel module and all NVIDIA driver
NVRM: components have the same version.

Device node permissions:
crw-rw----+ 1 root video 226,   0 Aug 15 14:28 /dev/dri/card0
crw-rw-rw-  1 root root  195, 254 Aug 15 14:28 /dev/nvidia-modeset
crw-rw-rw-+ 1 root root  195,   0 Aug  1 10:54 /dev/nvidia0
crw-rw-rw-+ 1 root root  195, 255 Aug  1 10:53 /dev/nvidiactl
video:x:44:ghost,nr

OpenGL and NVIDIA library files installed:
-rw-r--r-- 1 root root     4452 Jul 31 11:01 /etc/X11/xorg.conf
lrwxrwxrwx 1 root root       15 Aug 15 12:41 /etc/alternatives/glx -> /usr/lib/nvidia
lrwxrwxrwx 1 root root       47 Jul 31 10:53 /etc/alternatives/glx--libEGL.so-i386-linux-gnu -> /usr/lib/mesa-diverted/i386-linux-gnu/libEGL.so
lrwxrwxrwx 1 root root       42 Aug 15 12:41 /etc/alternatives/glx--libEGL.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/libEGL.so.1
lrwxrwxrwx 1 root root       46 Jul 31 10:53 /etc/alternatives/glx--libGL.so-i386-linux-gnu -> /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so
lrwxrwxrwx 1 root root       46 Jul 31 10:53 /etc/alternatives/glx--libGL.so-i386-linux-gnu -> /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so
lrwxrwxrwx 1 root root       41 Aug 15 12:41 /etc/alternatives/glx--libGL.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/libGL.so.1
lrwxrwxrwx 1 root root       41 Aug 15 12:41 /etc/alternatives/glx--libGL.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/libGL.so.1
lrwxrwxrwx 1 root root       43 Aug 15 12:41 /etc/alternatives/glx--libGL.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/libGL.so.1
lrwxrwxrwx 1 root root       43 Aug 15 12:41 /etc/alternatives/glx--libGL.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/libGL.so.1
lrwxrwxrwx 1 root root       48 Aug 15 12:41 /etc/alternatives/glx--libGLESv1_CM.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/libGLESv1_CM.so.1
lrwxrwxrwx 1 root root       48 Aug 15 12:41 /etc/alternatives/glx--libGLESv1_CM.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/libGLESv1_CM.so.1
lrwxrwxrwx 1 root root       45 Aug 15 12:41 /etc/alternatives/glx--libGLESv2.so.2-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/libGLESv2.so.2
lrwxrwxrwx 1 root root       45 Aug 15 12:41 /etc/alternatives/glx--libGLESv2.so.2-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/libGLESv2.so.2
lrwxrwxrwx 1 root root       49 Aug 15 12:41 /etc/alternatives/glx--libnvidia-cfg.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/libnvidia-cfg.so.1
lrwxrwxrwx 1 root root       25 Aug 15 12:41 /etc/alternatives/glx--linux-libglx.so -> /usr/lib/nvidia/libglx.so
lrwxrwxrwx 1 root root       42 Aug 15 12:41 /etc/alternatives/glx--nvidia-blacklists-nouveau.conf -> /etc/nvidia/nvidia-blacklists-nouveau.conf
lrwxrwxrwx 1 root root       36 Aug 15 12:41 /etc/alternatives/glx--nvidia-bug-report.sh -> /usr/lib/nvidia/nvidia-bug-report.sh
lrwxrwxrwx 1 root root       39 Aug 15 12:41 /etc/alternatives/glx--nvidia-drm-outputclass.conf -> /etc/nvidia/nvidia-drm-outputclass.conf
lrwxrwxrwx 1 root root       28 Aug 15 12:41 /etc/alternatives/glx--nvidia-load.conf -> /etc/nvidia/nvidia-load.conf
lrwxrwxrwx 1 root root       32 Aug 15 12:41 /etc/alternatives/glx--nvidia-modprobe.conf -> /etc/nvidia/nvidia-modprobe.conf
lrwxrwxrwx 1 root root       29 Aug 15 12:41 /etc/alternatives/glx--nvidia_drv.so -> /usr/lib/nvidia/nvidia_drv.so
lrwxrwxrwx 1 root root       22 Jul 31 10:53 /etc/alternatives/libGL.so-master -> /usr/lib/mesa-diverted
lrwxrwxrwx 1 root root       23 Aug 15 12:40 /etc/alternatives/nvidia -> /usr/lib/nvidia/current
lrwxrwxrwx 1 root root       50 Aug 15 12:40 /etc/alternatives/nvidia--libEGL.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/current/libEGL.so.1
lrwxrwxrwx 1 root root       57 Aug 15 12:40 /etc/alternatives/nvidia--libEGL_nvidia.so.0-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/current/libEGL_nvidia.so.0
lrwxrwxrwx 1 root root       49 Aug 15 12:40 /etc/alternatives/nvidia--libGL.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/current/libGL.so.1
lrwxrwxrwx 1 root root       49 Aug 15 12:40 /etc/alternatives/nvidia--libGL.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/current/libGL.so.1
lrwxrwxrwx 1 root root       51 Aug 15 12:40 /etc/alternatives/nvidia--libGL.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libGL.so.1
lrwxrwxrwx 1 root root       51 Aug 15 12:40 /etc/alternatives/nvidia--libGL.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libGL.so.1
lrwxrwxrwx 1 root root       56 Aug 15 12:40 /etc/alternatives/nvidia--libGLESv1_CM.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/current/libGLESv1_CM.so.1
lrwxrwxrwx 1 root root       56 Aug 15 12:40 /etc/alternatives/nvidia--libGLESv1_CM.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/current/libGLESv1_CM.so.1
lrwxrwxrwx 1 root root       63 Aug 15 12:40 /etc/alternatives/nvidia--libGLESv1_CM_nvidia.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/current/libGLESv1_CM_nvidia.so.1
lrwxrwxrwx 1 root root       63 Aug 15 12:40 /etc/alternatives/nvidia--libGLESv1_CM_nvidia.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/current/libGLESv1_CM_nvidia.so.1
lrwxrwxrwx 1 root root       53 Aug 15 12:40 /etc/alternatives/nvidia--libGLESv2.so.2-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/current/libGLESv2.so.2
lrwxrwxrwx 1 root root       53 Aug 15 12:40 /etc/alternatives/nvidia--libGLESv2.so.2-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/current/libGLESv2.so.2
lrwxrwxrwx 1 root root       60 Aug 15 12:40 /etc/alternatives/nvidia--libGLESv2_nvidia.so.2-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/current/libGLESv2_nvidia.so.2
lrwxrwxrwx 1 root root       60 Aug 15 12:40 /etc/alternatives/nvidia--libGLESv2_nvidia.so.2-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/current/libGLESv2_nvidia.so.2
lrwxrwxrwx 1 root root       59 Aug 15 12:40 /etc/alternatives/nvidia--libGLX_indirect.so.0-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/current/libGLX_indirect.so.0
lrwxrwxrwx 1 root root       59 Aug 15 12:40 /etc/alternatives/nvidia--libGLX_indirect.so.0-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/current/libGLX_indirect.so.0
lrwxrwxrwx 1 root root       57 Aug 15 12:40 /etc/alternatives/nvidia--libGLX_nvidia.so.0-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/current/libGLX_nvidia.so.0
lrwxrwxrwx 1 root root       57 Aug 15 12:40 /etc/alternatives/nvidia--libGLX_nvidia.so.0-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/current/libGLX_nvidia.so.0
lrwxrwxrwx 1 root root       33 Aug 15 12:40 /etc/alternatives/nvidia--libglx.so -> /usr/lib/nvidia/current/libglx.so
lrwxrwxrwx 1 root root       57 Aug 15 12:40 /etc/alternatives/nvidia--libnvidia-cfg.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/current/libnvidia-cfg.so.1
lrwxrwxrwx 1 root root       56 Aug 15 12:40 /etc/alternatives/nvidia--libnvidia-ml.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/current/libnvidia-ml.so.1
lrwxrwxrwx 1 root root       58 Aug 15 12:40 /etc/alternatives/nvidia--libnvidia-ml.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libnvidia-ml.so.1
lrwxrwxrwx 1 root root       59 Aug 15 12:40 /etc/alternatives/nvidia--libvdpau_nvidia.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/current/libvdpau_nvidia.so.1
lrwxrwxrwx 1 root root       38 Aug 15 12:40 /etc/alternatives/nvidia--nv-control-dpy -> /usr/lib/nvidia/current/nv-control-dpy
lrwxrwxrwx 1 root root       50 Aug 15 12:40 /etc/alternatives/nvidia--nvidia-blacklists-nouveau.conf -> /etc/nvidia/current/nvidia-blacklists-nouveau.conf
lrwxrwxrwx 1 root root       44 Aug 15 12:40 /etc/alternatives/nvidia--nvidia-bug-report.sh -> /usr/lib/nvidia/current/nvidia-bug-report.sh
lrwxrwxrwx 1 root root       40 Aug 15 12:40 /etc/alternatives/nvidia--nvidia-debugdump -> /usr/lib/nvidia/current/nvidia-debugdump
lrwxrwxrwx 1 root root       47 Aug 15 12:40 /etc/alternatives/nvidia--nvidia-drm-outputclass.conf -> /etc/nvidia/current/nvidia-drm-outputclass.conf
lrwxrwxrwx 1 root root       36 Aug 15 12:40 /etc/alternatives/nvidia--nvidia-load.conf -> /etc/nvidia/current/nvidia-load.conf
lrwxrwxrwx 1 root root       40 Aug 15 12:40 /etc/alternatives/nvidia--nvidia-modprobe.conf -> /etc/nvidia/current/nvidia-modprobe.conf
lrwxrwxrwx 1 root root       39 Aug 15 12:40 /etc/alternatives/nvidia--nvidia-settings -> /usr/lib/nvidia/current/nvidia-settings
lrwxrwxrwx 1 root root       44 Aug 15 12:40 /etc/alternatives/nvidia--nvidia-settings.1.gz -> /usr/lib/nvidia/current/nvidia-settings.1.gz
lrwxrwxrwx 1 root root       47 Aug 15 12:40 /etc/alternatives/nvidia--nvidia-settings.desktop -> /usr/lib/nvidia/current/nvidia-settings.desktop
lrwxrwxrwx 1 root root       37 Aug 15 12:40 /etc/alternatives/nvidia--nvidia_drv.so -> /usr/lib/nvidia/current/nvidia_drv.so
lrwxrwxrwx 1 root root       47 Jul 30 20:19 /usr/lib/i386-linux-gnu/libEGL.so -> /etc/alternatives/glx--libEGL.so-i386-linux-gnu
lrwxrwxrwx 1 root root       16 Aug 15 12:41 /usr/lib/i386-linux-gnu/libEGL.so.1 -> libEGL.so.352.55
-rwxr-xr-x 1 root root   583128 Jul 30 19:38 /usr/lib/i386-linux-gnu/libEGL.so.352.55
-rw-r--r-- 1 root root      651 Jul 30 19:38 /usr/lib/i386-linux-gnu/libGL.la
lrwxrwxrwx 1 root root       46 Jul 31 10:53 /usr/lib/i386-linux-gnu/libGL.so -> /etc/alternatives/glx--libGL.so-i386-linux-gnu
lrwxrwxrwx 1 root root       48 Aug 15 12:40 /usr/lib/i386-linux-gnu/libGL.so.1 -> /etc/alternatives/glx--libGL.so.1-i386-linux-gnu
lrwxrwxrwx 1 root root       22 Aug 15 12:41 /usr/lib/i386-linux-gnu/libGLESv1_CM.so.1 -> libGLESv1_CM.so.352.55
-rwxr-xr-x 1 root root    43504 Jul 30 19:38 /usr/lib/i386-linux-gnu/libGLESv1_CM.so.352.55
lrwxrwxrwx 1 root root       65 Aug 15 12:40 /usr/lib/i386-linux-gnu/libGLESv1_CM_nvidia.so.1 -> /etc/alternatives/nvidia--libGLESv1_CM_nvidia.so.1-i386-linux-gnu
lrwxrwxrwx 1 root root       19 Aug 15 12:41 /usr/lib/i386-linux-gnu/libGLESv2.so.2 -> libGLESv2.so.352.55
-rwxr-xr-x 1 root root    68300 Jul 30 19:38 /usr/lib/i386-linux-gnu/libGLESv2.so.352.55
lrwxrwxrwx 1 root root       62 Aug 15 12:40 /usr/lib/i386-linux-gnu/libGLESv2_nvidia.so.2 -> /etc/alternatives/nvidia--libGLESv2_nvidia.so.2-i386-linux-gnu
lrwxrwxrwx 1 root root       12 Jul 30 19:38 /usr/lib/i386-linux-gnu/libcuda.so -> libcuda.so.1
lrwxrwxrwx 1 root root       17 Jul 30 19:38 /usr/lib/i386-linux-gnu/libcuda.so.1 -> libcuda.so.352.55
-rwxr-xr-x 1 root root 14272428 Jul 30 19:38 /usr/lib/i386-linux-gnu/libcuda.so.352.55
lrwxrwxrwx 1 root root       56 Aug 15 12:40 /usr/lib/i386-linux-gnu/libnvidia-cfg.so.1 -> /etc/alternatives/glx--libnvidia-cfg.so.1-i386-linux-gnu
-rwxr-xr-x 1 root root 49319064 Jul 30 19:38 /usr/lib/i386-linux-gnu/libnvidia-compiler.so.352.55
-rwxr-xr-x 1 root root 32266560 Jul 30 19:38 /usr/lib/i386-linux-gnu/libnvidia-eglcore.so.352.55
-rw-r--r-- 1 root root 32983432 Jun 21 22:21 /usr/lib/i386-linux-gnu/libnvidia-eglcore.so.361.45.18
lrwxrwxrwx 1 root root       21 Jul 30 19:38 /usr/lib/i386-linux-gnu/libnvidia-encode.so -> libnvidia-encode.so.1
lrwxrwxrwx 1 root root       26 Jul 30 19:38 /usr/lib/i386-linux-gnu/libnvidia-encode.so.1 -> libnvidia-encode.so.352.55
-rwxr-xr-x 1 root root   157432 Jul 30 19:38 /usr/lib/i386-linux-gnu/libnvidia-encode.so.352.55
lrwxrwxrwx 1 root root       18 Jul 30 19:38 /usr/lib/i386-linux-gnu/libnvidia-fbc.so -> libnvidia-fbc.so.1
lrwxrwxrwx 1 root root       23 Jul 30 19:38 /usr/lib/i386-linux-gnu/libnvidia-fbc.so.1 -> libnvidia-fbc.so.352.55
-rwxr-xr-x 1 root root    76956 Jul 30 19:38 /usr/lib/i386-linux-gnu/libnvidia-fbc.so.352.55
-rwxr-xr-x 1 root root 35385528 Jul 30 19:38 /usr/lib/i386-linux-gnu/libnvidia-glcore.so.352.55
-rw-r--r-- 1 root root 36142392 Jun 21 20:52 /usr/lib/i386-linux-gnu/libnvidia-glcore.so.361.45.18
-rwxr-xr-x 1 root root   494276 Jul 30 19:38 /usr/lib/i386-linux-gnu/libnvidia-glsi.so.352.55
-rw-r--r-- 1 root root   496644 Jun 21 22:04 /usr/lib/i386-linux-gnu/libnvidia-glsi.so.361.45.18
lrwxrwxrwx 1 root root       18 Jul 30 19:38 /usr/lib/i386-linux-gnu/libnvidia-ifr.so -> libnvidia-ifr.so.1
lrwxrwxrwx 1 root root       23 Jul 30 19:38 /usr/lib/i386-linux-gnu/libnvidia-ifr.so.1 -> libnvidia-ifr.so.352.55
-rwxr-xr-x 1 root root   181288 Jul 30 19:38 /usr/lib/i386-linux-gnu/libnvidia-ifr.so.352.55
lrwxrwxrwx 1 root root       17 Jul 30 19:38 /usr/lib/i386-linux-gnu/libnvidia-ml.so -> libnvidia-ml.so.1
lrwxrwxrwx 1 root root       22 Aug 15 12:41 /usr/lib/i386-linux-gnu/libnvidia-ml.so.1 -> libnvidia-ml.so.352.55
-rwxr-xr-x 1 root root   982160 Jul 30 19:38 /usr/lib/i386-linux-gnu/libnvidia-ml.so.352.55
lrwxrwxrwx 1 root root       26 Jul 30 19:38 /usr/lib/i386-linux-gnu/libnvidia-opencl.so.1 -> libnvidia-opencl.so.352.55
-rwxr-xr-x 1 root root 15715380 Jul 30 19:38 /usr/lib/i386-linux-gnu/libnvidia-opencl.so.352.55
-rwxr-xr-x 1 root root    13788 Jul 30 19:38 /usr/lib/i386-linux-gnu/libnvidia-tls.so.352.55
-rw-r--r-- 1 root root    13792 Jun 21 20:57 /usr/lib/i386-linux-gnu/libnvidia-tls.so.361.45.18
lrwxrwxrwx 1 root root       16 Jul 30 19:57 /usr/lib/x86_64-linux-gnu/libEGL.so.1 -> libEGL.so.352.55
-rwxr-xr-x 1 root root   935112 Jul 30 19:38 /usr/lib/x86_64-linux-gnu/libEGL.so.352.55
-rw-r--r-- 1 root root      671 Jul 30 19:38 /usr/lib/x86_64-linux-gnu/libGL.la
lrwxrwxrwx 1 root root       50 Aug 15 12:40 /usr/lib/x86_64-linux-gnu/libGL.so.1 -> /etc/alternatives/glx--libGL.so.1-x86_64-linux-gnu
lrwxrwxrwx 1 root root       22 Jul 30 19:57 /usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1 -> libGLESv1_CM.so.352.55
-rwxr-xr-x 1 root root    51080 Jul 30 19:38 /usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.352.55
lrwxrwxrwx 1 root root       19 Jul 30 19:57 /usr/lib/x86_64-linux-gnu/libGLESv2.so.2 -> libGLESv2.so.352.55
-rwxr-xr-x 1 root root    75400 Jul 30 19:38 /usr/lib/x86_64-linux-gnu/libGLESv2.so.352.55
lrwxrwxrwx 1 root root       12 Jul 30 19:38 /usr/lib/x86_64-linux-gnu/libcuda.so -> libcuda.so.1
lrwxrwxrwx 1 root root       17 Jul 30 19:38 /usr/lib/x86_64-linux-gnu/libcuda.so.1 -> libcuda.so.352.55
-rwxr-xr-x 1 root root 14283400 Jul 30 19:38 /usr/lib/x86_64-linux-gnu/libcuda.so.352.55
lrwxrwxrwx 1 root root       18 Jul 30 19:38 /usr/lib/x86_64-linux-gnu/libnvidia-cfg.so -> libnvidia-cfg.so.1
lrwxrwxrwx 1 root root       23 Jul 30 19:38 /usr/lib/x86_64-linux-gnu/libnvidia-cfg.so.1 -> libnvidia-cfg.so.352.55
-rwxr-xr-x 1 root root   159240 Jul 30 19:38 /usr/lib/x86_64-linux-gnu/libnvidia-cfg.so.352.55
-rwxr-xr-x 1 root root 48309464 Jul 30 19:38 /usr/lib/x86_64-linux-gnu/libnvidia-compiler.so.352.55
-rwxr-xr-x 1 root root 40646312 Jul 30 19:38 /usr/lib/x86_64-linux-gnu/libnvidia-eglcore.so.352.55
lrwxrwxrwx 1 root root       21 Jul 30 19:38 /usr/lib/x86_64-linux-gnu/libnvidia-encode.so -> libnvidia-encode.so.1
lrwxrwxrwx 1 root root       26 Jul 30 19:38 /usr/lib/x86_64-linux-gnu/libnvidia-encode.so.1 -> libnvidia-encode.so.352.55
-rwxr-xr-x 1 root root   166848 Jul 30 19:38 /usr/lib/x86_64-linux-gnu/libnvidia-encode.so.352.55
lrwxrwxrwx 1 root root       18 Jul 30 19:38 /usr/lib/x86_64-linux-gnu/libnvidia-fbc.so -> libnvidia-fbc.so.1
lrwxrwxrwx 1 root root       23 Jul 30 19:38 /usr/lib/x86_64-linux-gnu/libnvidia-fbc.so.1 -> libnvidia-fbc.so.352.55
-rwxr-xr-x 1 root root    86088 Jul 30 19:38 /usr/lib/x86_64-linux-gnu/libnvidia-fbc.so.352.55
-rwxr-xr-x 1 root root 42465016 Jul 30 19:38 /usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.352.55
-rw-r--r-- 1 root root 27771768 Jun 21 20:50 /usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.361.45.18
-rwxr-xr-x 1 root root   484768 Jul 30 19:38 /usr/lib/x86_64-linux-gnu/libnvidia-glsi.so.352.55
-rwxr-xr-x 1 root root  1790696 Jul 30 19:38 /usr/lib/x86_64-linux-gnu/libnvidia-gtk2.so.352.55
-rwxr-xr-x 1 root root  1784552 Jul 30 19:38 /usr/lib/x86_64-linux-gnu/libnvidia-gtk3.so.352.55
lrwxrwxrwx 1 root root       18 Jul 30 19:38 /usr/lib/x86_64-linux-gnu/libnvidia-ifr.so -> libnvidia-ifr.so.1
lrwxrwxrwx 1 root root       23 Jul 30 19:38 /usr/lib/x86_64-linux-gnu/libnvidia-ifr.so.1 -> libnvidia-ifr.so.352.55
-rwxr-xr-x 1 root root   197704 Jul 30 19:38 /usr/lib/x86_64-linux-gnu/libnvidia-ifr.so.352.55
lrwxrwxrwx 1 root root       17 Jul 30 19:38 /usr/lib/x86_64-linux-gnu/libnvidia-ml.so -> libnvidia-ml.so.1
lrwxrwxrwx 1 root root       22 Aug 15 12:41 /usr/lib/x86_64-linux-gnu/libnvidia-ml.so.1 -> libnvidia-ml.so.352.55
-rwxr-xr-x 1 root root   971552 Jul 30 19:38 /usr/lib/x86_64-linux-gnu/libnvidia-ml.so.352.55
lrwxrwxrwx 1 root root       26 Jul 30 19:38 /usr/lib/x86_64-linux-gnu/libnvidia-opencl.so.1 -> libnvidia-opencl.so.352.55
-rwxr-xr-x 1 root root 15902032 Jul 30 19:38 /usr/lib/x86_64-linux-gnu/libnvidia-opencl.so.352.55
-rwxr-xr-x 1 root root    12600 Jul 30 19:38 /usr/lib/x86_64-linux-gnu/libnvidia-tls.so.352.55
-rw-r--r-- 1 root root    13112 Jun 21 20:55 /usr/lib/x86_64-linux-gnu/libnvidia-tls.so.361.45.18
lrwxrwxrwx 1 root root       36 Jul 31 11:07 /usr/lib/xorg/modules/drivers/nvidia_drv.so -> /etc/alternatives/glx--nvidia_drv.so
lrwxrwxrwx 1 root root       16 Jul 30 19:38 /usr/lib/xorg/modules/extensions/libglx.so -> libglx.so.352.55
lrwxrwxrwx 1 root root       23 Jul 30 19:38 /usr/lib/xorg/modules/libnvidia-wfb.so.1 -> libnvidia-wfb.so.352.55
-rwxr-xr-x 1 root root   295416 Jul 30 19:38 /usr/lib/xorg/modules/libnvidia-wfb.so.352.55
lrwxrwxrwx 1 root root       38 Jul 30 20:20 /usr/lib/xorg/modules/linux/libglx.so -> /etc/alternatives/glx--linux-libglx.so
-rw-r--r-- 1 root root    20352 Aug 15 14:28 /var/log/Xorg.0.log
-rw-r--r-- 1 root root   107080 Aug 15 13:43 /var/log/Xorg.0.log.old
-rw-r--r-- 1 root root    30006 Feb  1  2016 /var/log/Xorg.1.log
/etc/OpenCL/vendors/:
total 12
drwxr-xr-x 2 root root 4096 Jul 30 19:38 .
drwxr-xr-x 3 root root 4096 Jul 30 19:38 ..
-r--r--r-- 1 root root   22 Jul 30 19:38 nvidia.icd

/etc/nvidia/:
total 24
drwxr-xr-x   3 root root  4096 Aug 15 12:40 .
drwxr-xr-x 198 root root 16384 Aug 15 13:12 ..
drwxr-xr-x   2 root root  4096 Aug 15 12:40 current
lrwxrwxrwx   1 root root    56 Aug 15 12:40 nvidia-blacklists-nouveau.conf -> /etc/alternatives/nvidia--nvidia-blacklists-nouveau.conf
lrwxrwxrwx   1 root root    53 Aug 15 12:40 nvidia-drm-outputclass.conf -> /etc/alternatives/nvidia--nvidia-drm-outputclass.conf
lrwxrwxrwx   1 root root    42 Aug 15 12:40 nvidia-load.conf -> /etc/alternatives/nvidia--nvidia-load.conf
lrwxrwxrwx   1 root root    46 Aug 15 12:40 nvidia-modprobe.conf -> /etc/alternatives/nvidia--nvidia-modprobe.conf

/usr/lib/i386-linux-gnu/nvidia/:
total 132
drwxr-xr-x   3 root root   4096 Aug 15 12:40 .
drwxr-xr-x 112 root root 122880 Aug 15 13:12 ..
drwxr-xr-x   2 root root   4096 Aug 15 12:40 current
lrwxrwxrwx   1 root root     52 Aug 15 12:40 libEGL.so.1 -> /etc/alternatives/nvidia--libEGL.so.1-i386-linux-gnu
lrwxrwxrwx   1 root root     51 Aug 15 12:40 libGL.so.1 -> /etc/alternatives/nvidia--libGL.so.1-i386-linux-gnu
lrwxrwxrwx   1 root root     58 Aug 15 12:40 libGLESv1_CM.so.1 -> /etc/alternatives/nvidia--libGLESv1_CM.so.1-i386-linux-gnu
lrwxrwxrwx   1 root root     55 Aug 15 12:40 libGLESv2.so.2 -> /etc/alternatives/nvidia--libGLESv2.so.2-i386-linux-gnu
lrwxrwxrwx   1 root root     59 Aug 15 12:40 libnvidia-cfg.so.1 -> /etc/alternatives/nvidia--libnvidia-cfg.so.1-i386-linux-gnu

/usr/lib/i386-linux-gnu/nvidia/current/:
total 4988
drwxr-xr-x 2 root root    4096 Aug 15 12:40 .
drwxr-xr-x 3 root root    4096 Aug 15 12:40 ..
-rw-r--r-- 1 root root   12400 Jun 21 20:52 libEGL.so.1
lrwxrwxrwx 1 root root      26 Jul 30 01:27 libEGL_nvidia.so.0 -> libEGL_nvidia.so.361.45.18
-rw-r--r-- 1 root root  604572 Jun 21 22:22 libEGL_nvidia.so.361.45.18
lrwxrwxrwx 1 root root      18 Jul 30 01:27 libGL.so.1 -> libGL.so.361.45.18
-rw-r--r-- 1 root root 1091884 Jun 21 20:53 libGL.so.361.45.18
-rw-r--r-- 1 root root   30028 Jun 21 20:52 libGLESv1_CM.so.1
lrwxrwxrwx 1 root root      32 Jul 30 01:27 libGLESv1_CM_nvidia.so.1 -> libGLESv1_CM_nvidia.so.361.45.18
-rw-r--r-- 1 root root   44432 Jun 21 22:22 libGLESv1_CM_nvidia.so.361.45.18
-rw-r--r-- 1 root root   38160 Jun 21 20:52 libGLESv2.so.2
lrwxrwxrwx 1 root root      29 Jul 30 01:27 libGLESv2_nvidia.so.2 -> libGLESv2_nvidia.so.361.45.18
-rw-r--r-- 1 root root   71384 Jun 21 22:22 libGLESv2_nvidia.so.361.45.18
lrwxrwxrwx 1 root root      26 Jul 30 01:27 libGLX_indirect.so.0 -> libGLX_nvidia.so.361.45.18
lrwxrwxrwx 1 root root      26 Jul 30 01:27 libGLX_nvidia.so.0 -> libGLX_nvidia.so.361.45.18
-rw-r--r-- 1 root root 1091884 Jun 21 20:53 libGLX_nvidia.so.361.45.18
lrwxrwxrwx 1 root root      26 Jul 30 01:27 libnvidia-cfg.so.1 -> libnvidia-cfg.so.361.45.18
-rw-r--r-- 1 root root  165968 Jun 21 22:01 libnvidia-cfg.so.361.45.18
lrwxrwxrwx 1 root root      17 Jul 30 01:27 libnvidia-ml.so -> libnvidia-ml.so.1
lrwxrwxrwx 1 root root      25 Jul 30 01:27 libnvidia-ml.so.1 -> libnvidia-ml.so.361.45.18
-rw-r--r-- 1 root root 1144112 Jun 21 22:02 libnvidia-ml.so.361.45.18
lrwxrwxrwx 1 root root      28 Jul 30 01:27 libvdpau_nvidia.so.1 -> libvdpau_nvidia.so.361.45.18
-rw-r--r-- 1 root root  753224 Jun 21 20:57 libvdpau_nvidia.so.361.45.18

/usr/lib/mesa-diverted/:
total 108
drwxr-xr-x   5 root root  4096 Jul 30 20:19 .
drwxr-xr-x 247 root root 90112 Jul 31 10:58 ..
drwxr-xr-x   2 root root  4096 Jun 23 12:45 arm-linux-gnueabihf
drwxr-xr-x   2 root root  4096 Jul 31 10:53 i386-linux-gnu
lrwxrwxrwx   1 root root    33 Jul 30 20:19 libGL.so-master -> /etc/alternatives/libGL.so-master
drwxr-xr-x   2 root root  4096 Jul 31 10:58 x86_64-linux-gnu

/usr/lib/mesa-diverted/arm-linux-gnueabihf/:
total 8
drwxr-xr-x 2 root root 4096 Jun 23 12:45 .
drwxr-xr-x 5 root root 4096 Jul 30 20:19 ..

/usr/lib/mesa-diverted/i386-linux-gnu/:
total 876
drwxr-xr-x 2 root root   4096 Jul 31 10:53 .
drwxr-xr-x 5 root root   4096 Jul 30 20:19 ..
lrwxrwxrwx 1 root root     11 Jul 30 19:38 libEGL.so -> libEGL.so.1
lrwxrwxrwx 1 root root     15 Aug 19  2015 libEGL.so.1 -> libEGL.so.1.0.0
-rw-r--r-- 1 root root 183460 Aug 19  2015 libEGL.so.1.0.0
lrwxrwxrwx 1 root root     10 Jul 30 19:38 libGL.so -> libGL.so.1
lrwxrwxrwx 1 root root     14 Aug 19  2015 libGL.so.1 -> libGL.so.1.2.0
-rw-r--r-- 1 root root 695836 Aug 19  2015 libGL.so.1.2.0
lrwxrwxrwx 1 root root     17 Jul 30 19:38 libGLESv1_CM.so -> libGLESv1_CM.so.1
lrwxrwxrwx 1 root root     22 Jul 30 19:38 libGLESv1_CM.so.1 -> libGLESv1_CM.so.352.55
lrwxrwxrwx 1 root root     14 Jul 30 19:38 libGLESv2.so -> libGLESv2.so.2
lrwxrwxrwx 1 root root     19 Jul 30 19:38 libGLESv2.so.2 -> libGLESv2.so.352.55

/usr/lib/mesa-diverted/x86_64-linux-gnu/:
total 628
drwxr-xr-x 2 root root   4096 Jul 31 10:58 .
drwxr-xr-x 5 root root   4096 Jul 30 20:19 ..
lrwxrwxrwx 1 root root     11 Jul 30 19:38 libEGL.so -> libEGL.so.1
lrwxrwxrwx 1 root root     16 Jul 30 19:38 libEGL.so.1 -> libEGL.so.352.55
lrwxrwxrwx 1 root root     14 Aug 19  2015 libGL.so.1 -> libGL.so.1.2.0
-rw-r--r-- 1 root root 627320 Aug 19  2015 libGL.so.1.2.0
lrwxrwxrwx 1 root root     17 Jul 30 19:38 libGLESv1_CM.so -> libGLESv1_CM.so.1
lrwxrwxrwx 1 root root     22 Jul 30 19:38 libGLESv1_CM.so.1 -> libGLESv1_CM.so.352.55
lrwxrwxrwx 1 root root     14 Jul 30 19:38 libGLESv2.so -> libGLESv2.so.2
lrwxrwxrwx 1 root root     19 Jul 30 19:38 libGLESv2.so.2 -> libGLESv2.so.352.55

/usr/lib/mesa/:
total 96
drwxr-xr-x   2 root root  4096 Jun 23 12:45 .
drwxr-xr-x 247 root root 90112 Jul 31 10:58 ..

/usr/lib/nvidia/:
total 128
drwxr-xr-x   4 root root  4096 Aug 15 12:40 .
drwxr-xr-x 247 root root 90112 Jul 31 10:58 ..
-rw-r--r--   1 root root    57 Aug  8  2013 alternate-install-present
drwxr-xr-x   2 root root  4096 Jun 23 12:46 bumblebee
-rwxr-xr-x   1 root root  2125 Dec  1  2014 check-for-conflicting-opengl-libraries
-rwxr-xr-x   1 root root  1897 Nov  2  2013 check-for-mismatching-nvidia-module
-rwxr-xr-x   1 root root  1897 Nov  2  2013 check-for-mismatching-nvidia-module~
-rwxr-xr-x   1 root root  2734 Nov  2  2013 create-xorg-nvidia-conf-experimental
drwxr-xr-x   2 root root  4096 Aug 15 12:40 current
lrwxrwxrwx   1 root root    35 Aug 15 12:40 libglx.so -> /etc/alternatives/nvidia--libglx.so
lrwxrwxrwx   1 root root    24 Aug 15 12:40 nvidia -> /etc/alternatives/nvidia
lrwxrwxrwx   1 root root    46 Aug 15 12:40 nvidia-bug-report.sh -> /etc/alternatives/nvidia--nvidia-bug-report.sh
lrwxrwxrwx   1 root root    39 Aug 15 12:40 nvidia_drv.so -> /etc/alternatives/nvidia--nvidia_drv.so
-rwxr-xr-x   1 root root   618 May 22  2012 pre-install

/usr/lib/nvidia/bumblebee/:
total 8
drwxr-xr-x 2 root root 4096 Jun 23 12:46 .
drwxr-xr-x 4 root root 4096 Aug 15 12:40 ..

/usr/lib/nvidia/current/:
total 18160
drwxr-xr-x 2 root root    4096 Aug 15 12:40 .
drwxr-xr-x 4 root root    4096 Aug 15 12:40 ..
lrwxrwxrwx 1 root root      19 Jul 30 01:27 libglx.so -> libglx.so.361.45.18
-rw-r--r-- 1 root root 8376096 Jun 21 20:57 libglx.so.361.45.18
-rwxr-xr-x 1 root root   17852 Oct 17  2014 nv-control-dpy
-rwxr-xr-x 1 root root   23770 Jun 21 22:26 nvidia-bug-report.sh
-rwxr-xr-x 1 root root  172700 Jun 21 22:02 nvidia-debugdump
-rwxr-xr-x 1 root root 1712496 Oct 17  2014 nvidia-settings
-rw-r--r-- 1 root root    8462 Oct 17  2014 nvidia-settings.1.gz
-rw-r--r-- 1 root root    1217 Oct 17  2014 nvidia-settings.desktop
-rw-r--r-- 1 root root    2790 Jul 30 01:27 nvidia.ids
-rw-r--r-- 1 root root 8218064 Jun 21 20:33 nvidia_drv.so

/usr/lib/nvidia/nvidia/:
total 18160
drwxr-xr-x 2 root root    4096 Aug 15 12:40 .
drwxr-xr-x 4 root root    4096 Aug 15 12:40 ..
lrwxrwxrwx 1 root root      19 Jul 30 01:27 libglx.so -> libglx.so.361.45.18
-rw-r--r-- 1 root root 8376096 Jun 21 20:57 libglx.so.361.45.18
-rwxr-xr-x 1 root root   17852 Oct 17  2014 nv-control-dpy
-rwxr-xr-x 1 root root   23770 Jun 21 22:26 nvidia-bug-report.sh
-rwxr-xr-x 1 root root  172700 Jun 21 22:02 nvidia-debugdump
-rwxr-xr-x 1 root root 1712496 Oct 17  2014 nvidia-settings
-rw-r--r-- 1 root root    8462 Oct 17  2014 nvidia-settings.1.gz
-rw-r--r-- 1 root root    1217 Oct 17  2014 nvidia-settings.desktop
-rw-r--r-- 1 root root    2790 Jul 30 01:27 nvidia.ids
-rw-r--r-- 1 root root 8218064 Jun 21 20:33 nvidia_drv.so

/usr/lib/x86_64-linux-gnu/nvidia/:
total 28
drwxr-xr-x  3 root root  4096 Aug 15 12:40 .
drwxr-xr-x 26 root root 20480 Aug 15 12:41 ..
drwxr-xr-x  2 root root  4096 Aug 15 12:40 current
lrwxrwxrwx  1 root root    53 Aug 15 12:40 libGL.so.1 -> /etc/alternatives/nvidia--libGL.so.1-x86_64-linux-gnu

/usr/lib/x86_64-linux-gnu/nvidia/current/:
total 2344
drwxr-xr-x 2 root root    4096 Aug 15 12:40 .
drwxr-xr-x 3 root root    4096 Aug 15 12:40 ..
lrwxrwxrwx 1 root root      18 Jul 30 01:27 libGL.so.1 -> libGL.so.361.45.18
-rw-r--r-- 1 root root 1259080 Jun 21 20:51 libGL.so.361.45.18
lrwxrwxrwx 1 root root      17 Jul 30 01:27 libnvidia-ml.so -> libnvidia-ml.so.1
lrwxrwxrwx 1 root root      25 Jul 30 01:27 libnvidia-ml.so.1 -> libnvidia-ml.so.361.45.18
-rw-r--r-- 1 root root 1119392 Jun 21 22:04 libnvidia-ml.so.361.45.18

/etc/modprobe.d:
total 52
drwxr-xr-x   2 root root  4096 Aug 15 12:40 .
drwxr-xr-x 198 root root 16384 Aug 15 13:12 ..
-rw-r--r--   1 root root   127 Oct  5  2012 dkms.conf
-rw-r--r--   1 root root   390 Apr 17  2015 fbdev-blacklist.conf
-rw-r--r--   1 root root    23 Jul  2  2012 i915-kms.conf
-rw-r--r--   1 root root    16 Feb 11  2010 libpisock9.conf
-rw-r--r--   1 root root    51 Jul 13  2015 modesetting.conf
lrwxrwxrwx   1 root root    53 Jul 30 20:20 nvidia-blacklists-nouveau.conf -> /etc/alternatives/glx--nvidia-blacklists-nouveau.conf
-rw-r--r--   1 root root   260 Nov  2  2015 nvidia-kernel-common.conf
-rw-r--r--   1 root root   423 Oct  1  2015 nvidia-kernel-common.conf.dpkg-old
lrwxrwxrwx   1 root root    43 Jul 30 20:20 nvidia.conf -> /etc/alternatives/glx--nvidia-modprobe.conf
-rw-r--r--   1 root root   119 Nov  1  2014 oss-compat.conf

/etc/modprobe.d/nvidia-kernel-common.conf:alias char-major-195* nvidia
/etc/modprobe.d/nvidia-kernel-common.conf:#options nvidia NVreg_DeviceFileUID=0 NVreg_DeviceFileGID=44 NVreg_DeviceFileMode=0660
/etc/modprobe.d/nvidia-kernel-common.conf:# options nvidia NVreg_EnableAGPSBA=1
/etc/modprobe.d/nvidia-kernel-common.conf:# options nvidia NVreg_EnableAGPFW=1
/etc/modprobe.d/nvidia-kernel-common.conf.dpkg-old:alias char-major-195* nvidia
/etc/modprobe.d/nvidia-kernel-common.conf.dpkg-old:options nvidia NVreg_DeviceFileUID=0 NVreg_DeviceFileGID=44 NVreg_DeviceFileMode=0660
/etc/modprobe.d/nvidia-kernel-common.conf.dpkg-old:# options nvidia NVreg_EnableAGPSBA=1
/etc/modprobe.d/nvidia-kernel-common.conf.dpkg-old:# options nvidia NVreg_EnableAGPFW=1
/etc/modprobe.d/nvidia-kernel-common.conf.dpkg-old:# http://us.download.nvidia.com/XFree86/Linux-x86/352.30/README/knownissues.html
/etc/modprobe.d/nvidia-kernel-common.conf.dpkg-old:options nvidia NVreg_EnableMSI=0

/etc/modules-load.d:
-rw-r--r-- 1 root root  469 Oct 12  2015 /etc/modules

/etc/modules-load.d/:
total 24
drwxr-xr-x   2 root root  4096 Jul 30 20:20 .
drwxr-xr-x 198 root root 16384 Aug 15 13:12 ..
-rw-r--r--   1 root root   119 Mar 11  2015 cups-filters.conf
lrwxrwxrwx   1 root root    10 Mar 13 23:46 modules.conf -> ../modules
lrwxrwxrwx   1 root root    39 Jul 30 20:20 nvidia.conf -> /etc/alternatives/glx--nvidia-load.conf


Files from nvidia-installer:

Config and logfiles:

<<<<<<<<<< /etc/modprobe.d/nvidia-blacklists-nouveau.conf >>>>>>>>>>
# You need to run "update-initramfs -u" after editing this file.

# see #580894
blacklist nouveau
^^^^^^^^^^ /etc/modprobe.d/nvidia-blacklists-nouveau.conf ^^^^^^^^^^

<<<<<<<<<< /etc/modprobe.d/nvidia-kernel-common.conf >>>>>>>>>>
alias char-major-195* nvidia
#options nvidia NVreg_DeviceFileUID=0 NVreg_DeviceFileGID=44 NVreg_DeviceFileMode=0660
# To enable FastWrites and Sidebus addressing, uncomment these lines
# options nvidia NVreg_EnableAGPSBA=1
# options nvidia NVreg_EnableAGPFW=1
^^^^^^^^^^ /etc/modprobe.d/nvidia-kernel-common.conf ^^^^^^^^^^

<<<<<<<<<< /etc/modprobe.d/nvidia.conf >>>>>>>>>>
install nvidia modprobe -i nvidia-current $CMDLINE_OPTS

install nvidia-modeset modprobe nvidia ; modprobe -i nvidia-current-modeset $CMDLINE_OPTS

install nvidia-uvm modprobe nvidia ; modprobe -i nvidia-current-uvm $CMDLINE_OPTS

remove nvidia modprobe -r -i nvidia-modeset nvidia-uvm nvidia

# These aliases are defined in *all* nvidia modules.
# Duplicating them here sets higher precedence and ensures the selected
# module gets loaded instead of a random first match if more than one
# version is installed. See #798207.
alias	pci:v000010DEd00000E00sv*sd*bc04sc80i00*	nvidia
alias	pci:v000010DEd00000AA3sv*sd*bc0Bsc40i00*	nvidia
alias	pci:v000010DEd*sv*sd*bc03sc02i00*		nvidia
alias	pci:v000010DEd*sv*sd*bc03sc00i00*		nvidia
^^^^^^^^^^ /etc/modprobe.d/nvidia.conf ^^^^^^^^^^

<<<<<<<<<< /etc/X11/xorg.conf >>>>>>>>>>
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 352.30  (nr at homedog)  Fri Oct  2 17:50:32 EDT 2015

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg
##Section "Modes"
##  Identifier "NetModes"
##  Modeline 	"1280x1024" 105.15 1280 1360 1496 1712 1024 1025 1028 1059
##  Modeline 	"1280x1024" 125.14 1280 1368 1504 1728 1024 1025 1028 1065
##  Modeline 	"1280x1024" 145.69 1280 1376 1512 1744 1024 1025 1028 1071
##  Modeline 	"1280x1024" 165.29 1280 1376 1512 1744 1024 1025 1028 1077
##  Modeline 	"1280x1024" 186.80 1280 1376 1520 1760 1024 1025 1028 1083
##  Modeline 	"1280x1024" 207.19 1280 1376 1520 1760 1024 1025 1028 1090
##  Modeline 	"1280x1024" 217.38 1280 1376 1520 1760 1024 1025 1028 1093
##EndSection
# Section "Device"
# 	Identifier	"NVIDIA GeForce 6100"
# 	Driver		"nvidia"
# 	BusID		"PCI:0:5:0"
# #	Option		"UseFBDev"		"true"
# Option "RenderAccel" "false"
# Option "NoLogo" "true"
# EndSection
#Section "Screen"
#    Identifier     "6100"
#    Device         "NVIDIA GeForce 6100"
#    Monitor        "ViewSonic"
#    DefaultDepth    24
#    SubSection     "Display"
#        Depth       24
#	Modes	   "1440x900"
#    EndSubSection
#EndSection

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "8600" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection

Section "Files"

	# path to defoma fonts
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/usr/X11R6/lib/X11/fonts/misc"
    FontPath        "/usr/share/fonts/X11/cyrillic"
    FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/Type1"
    FontPath        "/usr/share/fonts/X11/100dpi"
    FontPath        "/usr/share/fonts/X11/75dpi"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
    Load           "bitmap"
    Load           "dbe"
    Load           "ddc"
#	Load	"dri"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
#	Load	"type1"
    Load           "v4l"
    Load           "vbe"
EndSection

Section "ServerFlags"
    Option         "DontZap" "true"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc101"
    Option         "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ExplorerPS/2"
    Option         "Emulate3Buttons" "true"
EndSection

Section "Monitor"

    # Gamma 1.0 is a lie, but telling the truth (2.2) throws off
    # all kinds of colors
    Identifier     "ViewSonic"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.0
    Gamma           1
    Option         "DPMS"
EndSection

Section "Device"

# Driver "nv"  # work around Xen problem
    Identifier     "NVIDIA GeForce 8600 GTS"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8600 GTS"
EndSection

Section "Screen"

#    SubSection     "Display"
#        Depth       24
#	Modes	   "1440x900"
#    EndSubSection
    Identifier     "8600"
    Device         "NVIDIA GeForce 8600 GTS"
    Monitor        "ViewSonic"
    DefaultDepth    24
    Option         "RenderAccel" "true"
    Option         "RandRRotation" "true"
    SubSection     "Display"
        Depth       24
        Modes      "nvidia-auto-select"
    EndSubSection
EndSection

^^^^^^^^^^ /etc/X11/xorg.conf ^^^^^^^^^^

<<<<<<<<<< /var/log/Xorg.0.log >>>>>>>>>>
[344355.463] 
X.Org X Server 1.16.4
Release Date: 2014-12-20
[344355.463] X Protocol Version 11, Revision 0
[344355.463] Build Operating System: Linux 3.2.0-4-amd64 i686 Debian
[344355.463] Current Operating System: Linux homedog 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08) x86_64
[344355.463] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.16.0-4-amd64 root=UUID=9377fc81-5c98-4702-9911-9b6564423edf ro quiet
[344355.464] Build Date: 11 February 2015  01:14:26AM
[344355.464] xorg-server 2:1.16.4-1 (http://www.debian.org/support) 
[344355.464] Current version of pixman: 0.32.6
[344355.464] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[344355.464] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[344355.465] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Aug 15 14:28:16 2016
[344355.465] (==) Using config file: "/etc/X11/xorg.conf"
[344355.466] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[344355.467] (==) ServerLayout "Default Layout"
[344355.467] (**) |-->Screen "8600" (0)
[344355.467] (**) |   |-->Monitor "ViewSonic"
[344355.467] (**) |   |-->Device "NVIDIA GeForce 8600 GTS"
[344355.467] (**) |-->Input Device "Generic Keyboard"
[344355.467] (**) |-->Input Device "Configured Mouse"
[344355.467] (**) Option "DontZap" "true"
[344355.467] (==) Automatically adding devices
[344355.467] (==) Automatically enabling devices
[344355.467] (==) Automatically adding GPU devices
[344355.467] (WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist.
[344355.467] 	Entry deleted from font path.
[344355.467] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[344355.467] 	Entry deleted from font path.
[344355.467] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[344355.467] 	Entry deleted from font path.
[344355.467] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID" does not exist.
[344355.467] 	Entry deleted from font path.
[344355.467] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[344355.467] 	Entry deleted from font path.
[344355.467] (**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins
[344355.467] (==) ModulePath set to "/usr/lib/xorg/modules"
[344355.467] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[344355.467] (WW) Disabling Generic Keyboard
[344355.467] (WW) Disabling Configured Mouse
[344355.467] (II) Loader magic: 0xf7712700
[344355.467] (II) Module ABI versions:
[344355.467] 	X.Org ANSI C Emulation: 0.4
[344355.467] 	X.Org Video Driver: 18.0
[344355.467] 	X.Org XInput driver : 21.0
[344355.467] 	X.Org Server Extension : 8.0
[344355.468] (II) xfree86: Adding drm device (/dev/dri/card0)
[344355.468] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Inappropriate ioctl for device
[344355.469] (--) PCI:*(0:1:0:0) 10de:1401:1043:8520 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[344355.469] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[344355.469] (II) LoadModule: "dbe"
[344355.469] (II) Module "dbe" already built-in
[344355.469] (II) LoadModule: "ddc"
[344355.469] (II) Module "ddc" already built-in
[344355.469] (II) LoadModule: "extmod"
[344355.469] (II) Module "extmod" already built-in
[344355.469] (II) LoadModule: "glx"
[344355.469] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[344355.483] (II) Module glx: vendor="NVIDIA Corporation"
[344355.483] 	compiled for 4.0.2, module version = 1.0.0
[344355.483] 	Module class: X.Org Server Extension
[344355.483] (II) NVIDIA GLX Module  361.45.18  Tue Jun 21 17:54:10 PDT 2016
[344355.483] (II) LoadModule: "int10"
[344355.483] (II) Loading /usr/lib/xorg/modules/libint10.so
[344355.484] (II) Module int10: vendor="X.Org Foundation"
[344355.484] 	compiled for 1.16.4, module version = 1.0.0
[344355.484] 	ABI class: X.Org Video Driver, version 18.0
[344355.484] (II) LoadModule: "v4l"
[344355.484] (WW) Warning, couldn't open module v4l
[344355.484] (II) UnloadModule: "v4l"
[344355.484] (II) Unloading v4l
[344355.484] (EE) Failed to load module "v4l" (module does not exist, 0)
[344355.484] (II) LoadModule: "vbe"
[344355.484] (II) Loading /usr/lib/xorg/modules/libvbe.so
[344355.485] (II) Module vbe: vendor="X.Org Foundation"
[344355.485] 	compiled for 1.16.4, module version = 1.1.0
[344355.485] 	ABI class: X.Org Video Driver, version 18.0
[344355.485] (II) LoadModule: "nvidia"
[344355.485] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[344355.485] (II) Module nvidia: vendor="NVIDIA Corporation"
[344355.485] 	compiled for 4.0.2, module version = 1.0.0
[344355.485] 	Module class: X.Org Video Driver
[344355.485] (II) NVIDIA dlloader X Driver  361.45.18  Tue Jun 21 17:29:23 PDT 2016
[344355.485] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[344355.485] (++) using VT number 1

[344355.485] (--) controlling tty is VT number 1, auto-enabling KeepTty
[344355.490] (II) Loading sub module "fb"
[344355.490] (II) LoadModule: "fb"
[344355.490] (II) Loading /usr/lib/xorg/modules/libfb.so
[344355.491] (II) Module fb: vendor="X.Org Foundation"
[344355.491] 	compiled for 1.16.4, module version = 1.0.0
[344355.491] 	ABI class: X.Org ANSI C Emulation, version 0.4
[344355.491] (II) Loading sub module "wfb"
[344355.491] (II) LoadModule: "wfb"
[344355.491] (II) Loading /usr/lib/xorg/modules/libwfb.so
[344355.491] (II) Module wfb: vendor="X.Org Foundation"
[344355.491] 	compiled for 1.16.4, module version = 1.0.0
[344355.491] 	ABI class: X.Org ANSI C Emulation, version 0.4
[344355.491] (II) Loading sub module "ramdac"
[344355.491] (II) LoadModule: "ramdac"
[344355.491] (II) Module "ramdac" already built-in
[344355.492] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[344355.492] (==) NVIDIA(0): RGB weight 888
[344355.492] (==) NVIDIA(0): Default visual is TrueColor
[344355.492] (**) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[344355.492] (**) NVIDIA(0): Option "RenderAccel" "true"
[344355.492] (**) NVIDIA(0): Enabling RENDER acceleration
[344355.492] (**) NVIDIA(0): Enabling 2D acceleration
[344356.127] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[344356.128] (--) NVIDIA(0):     CRT-0
[344356.128] (--) NVIDIA(0):     DFP-0
[344356.128] (--) NVIDIA(0):     DFP-1
[344356.128] (--) NVIDIA(0):     DFP-2
[344356.128] (--) NVIDIA(0):     DFP-3
[344356.128] (--) NVIDIA(0):     DFP-4
[344356.128] (--) NVIDIA(0):     DFP-5
[344356.128] (--) NVIDIA(0):     DFP-6 (boot)
[344356.128] (--) NVIDIA(0):     DFP-7
[344356.130] (--) NVIDIA(0): CRT-0: disconnected
[344356.130] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
[344356.130] (--) NVIDIA(0): 
[344356.132] (--) NVIDIA(0): DFP-0: disconnected
[344356.132] (--) NVIDIA(0): DFP-0: Internal TMDS
[344356.132] (--) NVIDIA(0): DFP-0: 330.0 MHz maximum pixel clock
[344356.132] (--) NVIDIA(0): 
[344356.132] (--) NVIDIA(0): DFP-1: disconnected
[344356.132] (--) NVIDIA(0): DFP-1: Internal DisplayPort
[344356.132] (--) NVIDIA(0): DFP-1: 960.0 MHz maximum pixel clock
[344356.132] (--) NVIDIA(0): 
[344356.133] (--) NVIDIA(0): DFP-2: disconnected
[344356.133] (--) NVIDIA(0): DFP-2: Internal TMDS
[344356.133] (--) NVIDIA(0): DFP-2: 330.0 MHz maximum pixel clock
[344356.133] (--) NVIDIA(0): 
[344356.133] (--) NVIDIA(0): DFP-3: disconnected
[344356.133] (--) NVIDIA(0): DFP-3: Internal DisplayPort
[344356.133] (--) NVIDIA(0): DFP-3: 960.0 MHz maximum pixel clock
[344356.133] (--) NVIDIA(0): 
[344356.133] (--) NVIDIA(0): DFP-4: disconnected
[344356.133] (--) NVIDIA(0): DFP-4: Internal TMDS
[344356.133] (--) NVIDIA(0): DFP-4: 330.0 MHz maximum pixel clock
[344356.133] (--) NVIDIA(0): 
[344356.133] (--) NVIDIA(0): DFP-5: disconnected
[344356.133] (--) NVIDIA(0): DFP-5: Internal TMDS
[344356.133] (--) NVIDIA(0): DFP-5: 330.0 MHz maximum pixel clock
[344356.133] (--) NVIDIA(0): 
[344356.133] (--) NVIDIA(0): DELL P2715Q (DFP-6): connected
[344356.133] (--) NVIDIA(0): DELL P2715Q (DFP-6): Internal DisplayPort
[344356.133] (--) NVIDIA(0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[344356.133] (--) NVIDIA(0): 
[344356.134] (--) NVIDIA(0): DFP-7: disconnected
[344356.134] (--) NVIDIA(0): DFP-7: Internal TMDS
[344356.134] (--) NVIDIA(0): DFP-7: 330.0 MHz maximum pixel clock
[344356.134] (--) NVIDIA(0): 
[344356.192] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 960 (GM206-A) at PCI:1:0:0 (GPU-0)
[344356.192] (--) NVIDIA(0): Memory: 2097152 kBytes
[344356.192] (--) NVIDIA(0): VideoBIOS: 84.06.0d.00.02
[344356.192] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[344356.192] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[344356.192] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[344356.192] (**) NVIDIA(0):     been enabled on all display devices.)
[344356.197] (II) NVIDIA(0): Validated MetaModes:
[344356.197] (II) NVIDIA(0):     "DFP-6:nvidia-auto-select"
[344356.197] (II) NVIDIA(0): Virtual screen size determined to be 3840 x 2160
[344356.209] (--) NVIDIA(0): DPI set to (162, 161); computed from "UseEdidDpi" X config
[344356.209] (--) NVIDIA(0):     option
[344356.209] (--) Depth 24 pixmap format is 32 bpp
[344356.211] (II) NVIDIA: Reserving 3072.00 MB of virtual memory for indirect memory
[344356.211] (II) NVIDIA:     access.
[344356.256] (II) NVIDIA(0): Setting mode "DFP-6:nvidia-auto-select"
[344356.317] (==) NVIDIA(0): Disabling shared memory pixmaps
[344356.317] (==) NVIDIA(0): Backing store enabled
[344356.317] (==) NVIDIA(0): Silken mouse enabled
[344356.318] (**) NVIDIA(0): DPMS enabled
[344356.318] (WW) NVIDIA(0): Option "RandRRotation" is not used
[344356.318] (II) Loading sub module "dri2"
[344356.318] (II) LoadModule: "dri2"
[344356.318] (II) Module "dri2" already built-in
[344356.318] (II) NVIDIA(0): [DRI2] Setup complete
[344356.318] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[344356.318] (--) RandR disabled
[344356.324] (II) SELinux: Disabled on system
[344356.325] (II) Initializing extension GLX
[344356.325] (II) Indirect GLX disabled.
[344356.437] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[344356.437] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[344356.437] (II) LoadModule: "evdev"
[344356.437] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[344356.438] (II) Module evdev: vendor="X.Org Foundation"
[344356.438] 	compiled for 1.16.0, module version = 2.9.0
[344356.438] 	Module class: X.Org XInput Driver
[344356.438] 	ABI class: X.Org XInput driver, version 21.0
[344356.438] (II) Using input driver 'evdev' for 'Power Button'
[344356.438] (**) Power Button: always reports core events
[344356.438] (**) evdev: Power Button: Device: "/dev/input/event2"
[344356.438] (--) evdev: Power Button: Vendor 0 Product 0x1
[344356.438] (--) evdev: Power Button: Found keys
[344356.438] (II) evdev: Power Button: Configuring as keyboard
[344356.438] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[344356.438] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[344356.438] (**) Option "xkb_rules" "evdev"
[344356.438] (**) Option "xkb_model" "pc105"
[344356.438] (**) Option "xkb_layout" "us"
[344356.438] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[344356.438] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[344356.438] (II) Using input driver 'evdev' for 'Power Button'
[344356.438] (**) Power Button: always reports core events
[344356.438] (**) evdev: Power Button: Device: "/dev/input/event1"
[344356.438] (--) evdev: Power Button: Vendor 0 Product 0x1
[344356.438] (--) evdev: Power Button: Found keys
[344356.438] (II) evdev: Power Button: Configuring as keyboard
[344356.438] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[344356.438] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[344356.438] (**) Option "xkb_rules" "evdev"
[344356.438] (**) Option "xkb_model" "pc105"
[344356.438] (**) Option "xkb_layout" "us"
[344356.438] (II) config/udev: Adding drm device (/dev/dri/card0)
[344356.438] (II) xfree86: Adding drm device (/dev/dri/card0)
[344356.438] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Inappropriate ioctl for device
[344356.439] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event10)
[344356.439] (II) No input driver specified, ignoring this device.
[344356.439] (II) This device may have been added with another device file.
[344356.439] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event11)
[344356.439] (II) No input driver specified, ignoring this device.
[344356.439] (II) This device may have been added with another device file.
[344356.439] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event12)
[344356.439] (II) No input driver specified, ignoring this device.
[344356.439] (II) This device may have been added with another device file.
[344356.439] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event9)
[344356.439] (II) No input driver specified, ignoring this device.
[344356.439] (II) This device may have been added with another device file.
[344356.439] (II) config/udev: Adding input device HID 05f3:0007 (/dev/input/event13)
[344356.439] (**) HID 05f3:0007: Applying InputClass "evdev keyboard catchall"
[344356.439] (II) Using input driver 'evdev' for 'HID 05f3:0007'
[344356.439] (**) HID 05f3:0007: always reports core events
[344356.439] (**) evdev: HID 05f3:0007: Device: "/dev/input/event13"
[344356.439] (--) evdev: HID 05f3:0007: Vendor 0x5f3 Product 0x7
[344356.439] (--) evdev: HID 05f3:0007: Found keys
[344356.439] (II) evdev: HID 05f3:0007: Configuring as keyboard
[344356.439] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.2/1-1.5.2:1.0/0003:05F3:0007.0001/input/input13/event13"
[344356.439] (II) XINPUT: Adding extended input device "HID 05f3:0007" (type: KEYBOARD, id 8)
[344356.439] (**) Option "xkb_rules" "evdev"
[344356.439] (**) Option "xkb_model" "pc105"
[344356.439] (**) Option "xkb_layout" "us"
[344356.440] (II) config/udev: Adding input device HID 05f3:0007 (/dev/input/event14)
[344356.440] (**) HID 05f3:0007: Applying InputClass "evdev keyboard catchall"
[344356.440] (II) Using input driver 'evdev' for 'HID 05f3:0007'
[344356.440] (**) HID 05f3:0007: always reports core events
[344356.440] (**) evdev: HID 05f3:0007: Device: "/dev/input/event14"
[344356.440] (--) evdev: HID 05f3:0007: Vendor 0x5f3 Product 0x7
[344356.440] (--) evdev: HID 05f3:0007: Found keys
[344356.440] (II) evdev: HID 05f3:0007: Configuring as keyboard
[344356.440] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.2/1-1.5.2:1.1/0003:05F3:0007.0002/input/input14/event14"
[344356.440] (II) XINPUT: Adding extended input device "HID 05f3:0007" (type: KEYBOARD, id 9)
[344356.440] (**) Option "xkb_rules" "evdev"
[344356.440] (**) Option "xkb_model" "pc105"
[344356.440] (**) Option "xkb_layout" "us"
[344356.440] (II) config/udev: Adding input device Logitech Trackball (/dev/input/event15)
[344356.440] (**) Logitech Trackball: Applying InputClass "evdev pointer catchall"
[344356.440] (II) Using input driver 'evdev' for 'Logitech Trackball'
[344356.440] (**) Logitech Trackball: always reports core events
[344356.440] (**) evdev: Logitech Trackball: Device: "/dev/input/event15"
[344356.440] (--) evdev: Logitech Trackball: Vendor 0x46d Product 0xc404
[344356.440] (--) evdev: Logitech Trackball: Found 3 mouse buttons
[344356.440] (--) evdev: Logitech Trackball: Found scroll wheel(s)
[344356.440] (--) evdev: Logitech Trackball: Found relative axes
[344356.440] (--) evdev: Logitech Trackball: Found x and y relative axes
[344356.440] (II) evdev: Logitech Trackball: Configuring as mouse
[344356.440] (II) evdev: Logitech Trackball: Adding scrollwheel support
[344356.440] (**) evdev: Logitech Trackball: YAxisMapping: buttons 4 and 5
[344356.440] (**) evdev: Logitech Trackball: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[344356.440] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.4/1-1.5.4:1.0/0003:046D:C404.0003/input/input15/event15"
[344356.440] (II) XINPUT: Adding extended input device "Logitech Trackball" (type: MOUSE, id 10)
[344356.440] (II) evdev: Logitech Trackball: initialized for relative axes.
[344356.440] (**) Logitech Trackball: (accel) keeping acceleration scheme 1
[344356.440] (**) Logitech Trackball: (accel) acceleration profile 0
[344356.440] (**) Logitech Trackball: (accel) acceleration factor: 2.000
[344356.440] (**) Logitech Trackball: (accel) acceleration threshold: 4
[344356.441] (II) config/udev: Adding input device Logitech Trackball (/dev/input/mouse0)
[344356.441] (II) No input driver specified, ignoring this device.
[344356.441] (II) This device may have been added with another device file.
[344356.441] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event4)
[344356.441] (II) No input driver specified, ignoring this device.
[344356.441] (II) This device may have been added with another device file.
[344356.441] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event5)
[344356.441] (II) No input driver specified, ignoring this device.
[344356.441] (II) This device may have been added with another device file.
[344356.441] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event6)
[344356.441] (II) No input driver specified, ignoring this device.
[344356.441] (II) This device may have been added with another device file.
[344356.441] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event7)
[344356.441] (II) No input driver specified, ignoring this device.
[344356.441] (II) This device may have been added with another device file.
[344356.441] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event8)
[344356.441] (II) No input driver specified, ignoring this device.
[344356.441] (II) This device may have been added with another device file.
[344356.442] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[344356.442] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[344356.442] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[344356.442] (**) AT Translated Set 2 keyboard: always reports core events
[344356.442] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[344356.442] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[344356.442] (--) evdev: AT Translated Set 2 keyboard: Found keys
[344356.442] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[344356.442] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[344356.442] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[344356.442] (**) Option "xkb_rules" "evdev"
[344356.442] (**) Option "xkb_model" "pc105"
[344356.442] (**) Option "xkb_layout" "us"
[344356.442] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[344356.442] (II) No input driver specified, ignoring this device.
[344356.442] (II) This device may have been added with another device file.
[344356.444] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[344356.444] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[344356.444] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[344356.444] (--) NVIDIA(GPU-0): 
^^^^^^^^^^ /var/log/Xorg.0.log ^^^^^^^^^^

<<<<<<<<<< /var/log/Xorg.0.log.old >>>>>>>>>>
[    19.938] 
X.Org X Server 1.16.4
Release Date: 2014-12-20
[    19.939] X Protocol Version 11, Revision 0
[    19.939] Build Operating System: Linux 3.2.0-4-amd64 i686 Debian
[    19.939] Current Operating System: Linux homedog 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08) x86_64
[    19.939] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.16.0-4-amd64 root=UUID=9377fc81-5c98-4702-9911-9b6564423edf ro quiet
[    19.939] Build Date: 11 February 2015  01:14:26AM
[    19.939] xorg-server 2:1.16.4-1 (http://www.debian.org/support) 
[    19.939] Current version of pixman: 0.32.6
[    19.940] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    19.940] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    19.941] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Aug  1 10:54:14 2016
[    19.942] (==) Using config file: "/etc/X11/xorg.conf"
[    19.942] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    19.943] (==) ServerLayout "Default Layout"
[    19.943] (**) |-->Screen "8600" (0)
[    19.943] (**) |   |-->Monitor "ViewSonic"
[    19.943] (**) |   |-->Device "NVIDIA GeForce 8600 GTS"
[    19.943] (**) |-->Input Device "Generic Keyboard"
[    19.943] (**) |-->Input Device "Configured Mouse"
[    19.943] (**) Option "DontZap" "true"
[    19.944] (==) Automatically adding devices
[    19.944] (==) Automatically enabling devices
[    19.944] (==) Automatically adding GPU devices
[    19.945] (WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist.
[    19.945] 	Entry deleted from font path.
[    19.945] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    19.945] 	Entry deleted from font path.
[    19.949] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[    19.949] 	Entry deleted from font path.
[    19.949] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID" does not exist.
[    19.949] 	Entry deleted from font path.
[    19.949] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    19.949] 	Entry deleted from font path.
[    19.949] (**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins
[    19.949] (==) ModulePath set to "/usr/lib/xorg/modules"
[    19.949] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    19.949] (WW) Disabling Generic Keyboard
[    19.949] (WW) Disabling Configured Mouse
[    19.949] (II) Loader magic: 0xf777b700
[    19.949] (II) Module ABI versions:
[    19.949] 	X.Org ANSI C Emulation: 0.4
[    19.949] 	X.Org Video Driver: 18.0
[    19.949] 	X.Org XInput driver : 21.0
[    19.949] 	X.Org Server Extension : 8.0
[    19.949] (II) xfree86: Adding drm device (/dev/dri/card0)
[    19.949] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Inappropriate ioctl for device
[    19.950] (--) PCI:*(0:1:0:0) 10de:1401:1043:8520 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[    19.950] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[    19.950] (II) LoadModule: "dbe"
[    19.950] (II) Module "dbe" already built-in
[    19.951] (II) LoadModule: "ddc"
[    19.951] (II) Module "ddc" already built-in
[    19.951] (II) LoadModule: "extmod"
[    19.951] (II) Module "extmod" already built-in
[    19.951] (II) LoadModule: "glx"
[    19.953] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[    20.044] (II) Module glx: vendor="NVIDIA Corporation"
[    20.044] 	compiled for 4.0.2, module version = 1.0.0
[    20.044] 	Module class: X.Org Server Extension
[    20.044] (II) NVIDIA GLX Module  352.79  Wed Jan 13 15:21:49 PST 2016
[    20.044] (II) LoadModule: "int10"
[    20.045] (II) Loading /usr/lib/xorg/modules/libint10.so
[    20.046] (II) Module int10: vendor="X.Org Foundation"
[    20.046] 	compiled for 1.16.4, module version = 1.0.0
[    20.046] 	ABI class: X.Org Video Driver, version 18.0
[    20.046] (II) LoadModule: "v4l"
[    20.048] (WW) Warning, couldn't open module v4l
[    20.048] (II) UnloadModule: "v4l"
[    20.048] (II) Unloading v4l
[    20.048] (EE) Failed to load module "v4l" (module does not exist, 0)
[    20.048] (II) LoadModule: "vbe"
[    20.048] (II) Loading /usr/lib/xorg/modules/libvbe.so
[    20.049] (II) Module vbe: vendor="X.Org Foundation"
[    20.049] 	compiled for 1.16.4, module version = 1.1.0
[    20.049] 	ABI class: X.Org Video Driver, version 18.0
[    20.049] (II) LoadModule: "nvidia"
[    20.049] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    20.053] (II) Module nvidia: vendor="NVIDIA Corporation"
[    20.053] 	compiled for 4.0.2, module version = 1.0.0
[    20.053] 	Module class: X.Org Video Driver
[    20.055] (II) NVIDIA dlloader X Driver  352.79  Wed Jan 13 14:59:05 PST 2016
[    20.055] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    20.055] (++) using VT number 1

[    20.055] (--) controlling tty is VT number 1, auto-enabling KeepTty
[    20.061] (II) Loading sub module "fb"
[    20.061] (II) LoadModule: "fb"
[    20.062] (II) Loading /usr/lib/xorg/modules/libfb.so
[    20.062] (II) Module fb: vendor="X.Org Foundation"
[    20.062] 	compiled for 1.16.4, module version = 1.0.0
[    20.062] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    20.062] (II) Loading sub module "wfb"
[    20.062] (II) LoadModule: "wfb"
[    20.062] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    20.063] (II) Module wfb: vendor="X.Org Foundation"
[    20.063] 	compiled for 1.16.4, module version = 1.0.0
[    20.063] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    20.063] (II) Loading sub module "ramdac"
[    20.063] (II) LoadModule: "ramdac"
[    20.063] (II) Module "ramdac" already built-in
[    20.065] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[    20.065] (==) NVIDIA(0): RGB weight 888
[    20.065] (==) NVIDIA(0): Default visual is TrueColor
[    20.065] (**) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    20.066] (**) NVIDIA(0): Option "RenderAccel" "true"
[    20.066] (**) NVIDIA(0): Enabling RENDER acceleration
[    20.066] (**) NVIDIA(0): Enabling 2D acceleration
[    20.649] (II) NVIDIA: Allocated GPU:0 (GPU-a919cfd6-1dcc-299d-4706-f693bb11bbe4) @
[    20.649] (II) NVIDIA:     PCI:0000:01:00.0
[    20.656] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    20.656] (--) NVIDIA(0):     CRT-0
[    20.656] (--) NVIDIA(0):     DFP-0
[    20.656] (--) NVIDIA(0):     DFP-1
[    20.656] (--) NVIDIA(0):     DFP-2
[    20.656] (--) NVIDIA(0):     DFP-3
[    20.656] (--) NVIDIA(0):     DFP-4
[    20.656] (--) NVIDIA(0):     DFP-5
[    20.656] (--) NVIDIA(0):     DFP-6 (boot)
[    20.656] (--) NVIDIA(0):     DFP-7
[    20.658] (--) NVIDIA(0): CRT-0: disconnected
[    20.658] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
[    20.658] (--) NVIDIA(0): 
[    20.661] (--) NVIDIA(0): DFP-0: disconnected
[    20.661] (--) NVIDIA(0): DFP-0: Internal TMDS
[    20.661] (--) NVIDIA(0): DFP-0: 330.0 MHz maximum pixel clock
[    20.661] (--) NVIDIA(0): 
[    20.661] (--) NVIDIA(0): DFP-1: disconnected
[    20.661] (--) NVIDIA(0): DFP-1: Internal DisplayPort
[    20.661] (--) NVIDIA(0): DFP-1: 960.0 MHz maximum pixel clock
[    20.661] (--) NVIDIA(0): 
[    20.661] (--) NVIDIA(0): DFP-2: disconnected
[    20.661] (--) NVIDIA(0): DFP-2: Internal TMDS
[    20.661] (--) NVIDIA(0): DFP-2: 165.0 MHz maximum pixel clock
[    20.661] (--) NVIDIA(0): 
[    20.661] (--) NVIDIA(0): DFP-3: disconnected
[    20.661] (--) NVIDIA(0): DFP-3: Internal DisplayPort
[    20.661] (--) NVIDIA(0): DFP-3: 960.0 MHz maximum pixel clock
[    20.661] (--) NVIDIA(0): 
[    20.661] (--) NVIDIA(0): DFP-4: disconnected
[    20.661] (--) NVIDIA(0): DFP-4: Internal TMDS
[    20.661] (--) NVIDIA(0): DFP-4: 165.0 MHz maximum pixel clock
[    20.661] (--) NVIDIA(0): 
[    20.661] (--) NVIDIA(0): DFP-5: disconnected
[    20.661] (--) NVIDIA(0): DFP-5: Internal TMDS
[    20.661] (--) NVIDIA(0): DFP-5: 165.0 MHz maximum pixel clock
[    20.661] (--) NVIDIA(0): 
[    20.661] (--) NVIDIA(0): DFP-6: disconnected
[    20.661] (--) NVIDIA(0): DFP-6: Internal DisplayPort
[    20.661] (--) NVIDIA(0): DFP-6: 960.0 MHz maximum pixel clock
[    20.661] (--) NVIDIA(0): 
[    20.662] (--) NVIDIA(0): DFP-7: disconnected
[    20.662] (--) NVIDIA(0): DFP-7: Internal TMDS
[    20.662] (--) NVIDIA(0): DFP-7: 165.0 MHz maximum pixel clock
[    20.662] (--) NVIDIA(0): 
[    20.720] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 960 (GM206-A) at PCI:1:0:0 (GPU-0)
[    20.720] (--) NVIDIA(0): Memory: 2097152 kBytes
[    20.720] (--) NVIDIA(0): VideoBIOS: 84.06.0d.00.02
[    20.720] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    20.764] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[    20.764] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[    20.764] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[    20.764] (--) NVIDIA(GPU-0): 
[    20.764] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    20.764] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[    20.764] (**) NVIDIA(0):     been enabled on all display devices.)
[    20.768] (II) NVIDIA(0): Validated MetaModes:
[    20.768] (II) NVIDIA(0):     "DFP-6:nvidia-auto-select"
[    20.768] (II) NVIDIA(0): Virtual screen size determined to be 3840 x 2160
[    20.780] (--) NVIDIA(0): DPI set to (162, 161); computed from "UseEdidDpi" X config
[    20.780] (--) NVIDIA(0):     option
[    20.780] (--) Depth 24 pixmap format is 32 bpp
[    20.781] (II) NVIDIA: Reserving 3072.00 MB of virtual memory for indirect memory
[    20.781] (II) NVIDIA:     access.
[    20.817] (II) NVIDIA(0): Setting mode "DFP-6:nvidia-auto-select"
[    20.863] (==) NVIDIA(0): Disabling shared memory pixmaps
[    20.863] (==) NVIDIA(0): Backing store enabled
[    20.863] (==) NVIDIA(0): Silken mouse enabled
[    20.864] (**) NVIDIA(0): DPMS enabled
[    20.864] (WW) NVIDIA(0): Option "RandRRotation" is not used
[    20.864] (II) Loading sub module "dri2"
[    20.864] (II) LoadModule: "dri2"
[    20.864] (II) Module "dri2" already built-in
[    20.864] (II) NVIDIA(0): [DRI2] Setup complete
[    20.864] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    20.865] (--) RandR disabled
[    20.869] (II) SELinux: Disabled on system
[    20.870] (II) Initializing extension GLX
[    20.870] (II) Indirect GLX disabled.(II) config/udev: Adding input device Power Button (/dev/input/event2)
[    20.989] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    20.989] (II) LoadModule: "evdev"
[    20.989] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    20.991] (II) Module evdev: vendor="X.Org Foundation"
[    20.991] 	compiled for 1.16.0, module version = 2.9.0
[    20.991] 	Module class: X.Org XInput Driver
[    20.991] 	ABI class: X.Org XInput driver, version 21.0
[    20.991] (II) Using input driver 'evdev' for 'Power Button'
[    20.991] (**) Power Button: always reports core events
[    20.991] (**) evdev: Power Button: Device: "/dev/input/event2"
[    20.991] (--) evdev: Power Button: Vendor 0 Product 0x1
[    20.991] (--) evdev: Power Button: Found keys
[    20.991] (II) evdev: Power Button: Configuring as keyboard
[    20.991] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    20.991] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    20.991] (**) Option "xkb_rules" "evdev"
[    20.991] (**) Option "xkb_model" "pc105"
[    20.991] (**) Option "xkb_layout" "us"
[    20.992] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    20.992] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    20.992] (II) Using input driver 'evdev' for 'Power Button'
[    20.992] (**) Power Button: always reports core events
[    20.992] (**) evdev: Power Button: Device: "/dev/input/event1"
[    20.992] (--) evdev: Power Button: Vendor 0 Product 0x1
[    20.992] (--) evdev: Power Button: Found keys
[    20.992] (II) evdev: Power Button: Configuring as keyboard
[    20.992] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    20.992] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    20.992] (**) Option "xkb_rules" "evdev"
[    20.992] (**) Option "xkb_model" "pc105"
[    20.992] (**) Option "xkb_layout" "us"
[    20.992] (II) config/udev: Adding drm device (/dev/dri/card0)
[    20.992] (II) xfree86: Adding drm device (/dev/dri/card0)
[    20.992] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Inappropriate ioctl for device
[    20.992] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event10)
[    20.992] (II) No input driver specified, ignoring this device.
[    20.992] (II) This device may have been added with another device file.
[    20.992] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event11)
[    20.992] (II) No input driver specified, ignoring this device.
[    20.992] (II) This device may have been added with another device file.
[    20.993] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event12)
[    20.993] (II) No input driver specified, ignoring this device.
[    20.993] (II) This device may have been added with another device file.
[    20.993] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event9)
[    20.993] (II) No input driver specified, ignoring this device.
[    20.993] (II) This device may have been added with another device file.
[    20.993] (II) config/udev: Adding input device HID 05f3:0007 (/dev/input/event13)
[    20.993] (**) HID 05f3:0007: Applying InputClass "evdev keyboard catchall"
[    20.993] (II) Using input driver 'evdev' for 'HID 05f3:0007'
[    20.993] (**) HID 05f3:0007: always reports core events
[    20.993] (**) evdev: HID 05f3:0007: Device: "/dev/input/event13"
[    20.993] (--) evdev: HID 05f3:0007: Vendor 0x5f3 Product 0x7
[    20.993] (--) evdev: HID 05f3:0007: Found keys
[    20.993] (II) evdev: HID 05f3:0007: Configuring as keyboard
[    20.993] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.2/1-1.5.2:1.0/0003:05F3:0007.0001/input/input13/event13"
[    20.993] (II) XINPUT: Adding extended input device "HID 05f3:0007" (type: KEYBOARD, id 8)
[    20.993] (**) Option "xkb_rules" "evdev"
[    20.993] (**) Option "xkb_model" "pc105"
[    20.993] (**) Option "xkb_layout" "us"
[    20.993] (II) config/udev: Adding input device HID 05f3:0007 (/dev/input/event14)
[    20.993] (**) HID 05f3:0007: Applying InputClass "evdev keyboard catchall"
[    20.993] (II) Using input driver 'evdev' for 'HID 05f3:0007'
[    20.993] (**) HID 05f3:0007: always reports core events
[    20.993] (**) evdev: HID 05f3:0007: Device: "/dev/input/event14"
[    20.993] (--) evdev: HID 05f3:0007: Vendor 0x5f3 Product 0x7
[    20.993] (--) evdev: HID 05f3:0007: Found keys
[    20.993] (II) evdev: HID 05f3:0007: Configuring as keyboard
[    20.993] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.2/1-1.5.2:1.1/0003:05F3:0007.0002/input/input14/event14"
[    20.993] (II) XINPUT: Adding extended input device "HID 05f3:0007" (type: KEYBOARD, id 9)
[    20.993] (**) Option "xkb_rules" "evdev"
[    20.993] (**) Option "xkb_model" "pc105"
[    20.993] (**) Option "xkb_layout" "us"
[    20.994] (II) config/udev: Adding input device Logitech Trackball (/dev/input/event15)
[    20.994] (**) Logitech Trackball: Applying InputClass "evdev pointer catchall"
[    20.994] (II) Using input driver 'evdev' for 'Logitech Trackball'
[    20.994] (**) Logitech Trackball: always reports core events
[    20.994] (**) evdev: Logitech Trackball: Device: "/dev/input/event15"
[    20.994] (--) evdev: Logitech Trackball: Vendor 0x46d Product 0xc404
[    20.994] (--) evdev: Logitech Trackball: Found 3 mouse buttons
[    20.994] (--) evdev: Logitech Trackball: Found scroll wheel(s)
[    20.994] (--) evdev: Logitech Trackball: Found relative axes
[    20.994] (--) evdev: Logitech Trackball: Found x and y relative axes
[    20.994] (II) evdev: Logitech Trackball: Configuring as mouse
[    20.994] (II) evdev: Logitech Trackball: Adding scrollwheel support
[    20.994] (**) evdev: Logitech Trackball: YAxisMapping: buttons 4 and 5
[    20.994] (**) evdev: Logitech Trackball: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    20.994] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.4/1-1.5.4:1.0/0003:046D:C404.0003/input/input15/event15"
[    20.994] (II) XINPUT: Adding extended input device "Logitech Trackball" (type: MOUSE, id 10)
[    20.994] (II) evdev: Logitech Trackball: initialized for relative axes.
[    20.994] (**) Logitech Trackball: (accel) keeping acceleration scheme 1
[    20.994] (**) Logitech Trackball: (accel) acceleration profile 0
[    20.994] (**) Logitech Trackball: (accel) acceleration factor: 2.000
[    20.994] (**) Logitech Trackball: (accel) acceleration threshold: 4
[    20.994] (II) config/udev: Adding input device Logitech Trackball (/dev/input/mouse0)
[    20.994] (II) No input driver specified, ignoring this device.
[    20.994] (II) This device may have been added with another device file.
[    20.994] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event4)
[    20.994] (II) No input driver specified, ignoring this device.
[    20.994] (II) This device may have been added with another device file.
[    20.995] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event5)
[    20.995] (II) No input driver specified, ignoring this device.
[    20.995] (II) This device may have been added with another device file.
[    20.995] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event6)
[    20.995] (II) No input driver specified, ignoring this device.
[    20.995] (II) This device may have been added with another device file.
[    20.995] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event7)
[    20.995] (II) No input driver specified, ignoring this device.
[    20.995] (II) This device may have been added with another device file.
[    20.995] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event8)
[    20.995] (II) No input driver specified, ignoring this device.
[    20.995] (II) This device may have been added with another device file.
[    20.995] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    20.995] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    20.995] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    20.995] (**) AT Translated Set 2 keyboard: always reports core events
[    20.995] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    20.995] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    20.995] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    20.995] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    20.995] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    20.995] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[    20.995] (**) Option "xkb_rules" "evdev"
[    20.995] (**) Option "xkb_model" "pc105"
[    20.995] (**) Option "xkb_layout" "us"
[    20.995] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[    20.995] (II) No input driver specified, ignoring this device.
[    20.995] (II) This device may have been added with another device file.
[  2457.897] (--) NVIDIA(GPU-0): DFP-6: disconnected
[  2457.897] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[  2457.897] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[  2457.897] (--) NVIDIA(GPU-0): 
[  2458.938] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[  2458.938] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[  2458.938] (**) NVIDIA(0):     been enabled on all display devices.)
[  2458.944] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[  2458.944] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[  2458.944] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[  2458.944] (--) NVIDIA(GPU-0): 
[  5225.193] (--) NVIDIA(GPU-0): DFP-6: disconnected
[  5225.193] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[  5225.193] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[  5225.193] (--) NVIDIA(GPU-0): 
[  5226.235] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[  5226.235] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[  5226.235] (**) NVIDIA(0):     been enabled on all display devices.)
[  5226.241] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[  5226.241] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[  5226.241] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[  5226.241] (--) NVIDIA(GPU-0): 
[  5429.526] (II) NVIDIA(0): Setting mode "DFP-6:nvidia-auto-select"
[  5429.581] (--) NVIDIA(GPU-0): CRT-0: disconnected
[  5429.581] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[  5429.581] (--) NVIDIA(GPU-0): 
[  5429.584] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  5429.584] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  5429.584] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[  5429.584] (--) NVIDIA(GPU-0): 
[  5429.585] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  5429.585] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[  5429.585] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[  5429.585] (--) NVIDIA(GPU-0): 
[  5429.585] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  5429.585] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[  5429.585] (--) NVIDIA(GPU-0): DFP-2: 330.0 MHz maximum pixel clock
[  5429.585] (--) NVIDIA(GPU-0): 
[  5429.585] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  5429.585] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[  5429.585] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[  5429.585] (--) NVIDIA(GPU-0): 
[  5429.585] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  5429.585] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[  5429.585] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[  5429.585] (--) NVIDIA(GPU-0): 
[  5429.585] (--) NVIDIA(GPU-0): DFP-5: disconnected
[  5429.585] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[  5429.585] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[  5429.585] (--) NVIDIA(GPU-0): 
[  5429.585] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[  5429.585] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[  5429.585] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[  5429.585] (--) NVIDIA(GPU-0): 
[  5429.586] (--) NVIDIA(GPU-0): DFP-7: disconnected
[  5429.586] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[  5429.586] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[  5429.586] (--) NVIDIA(GPU-0): 
[  8802.910] (--) NVIDIA(GPU-0): CRT-0: disconnected
[  8802.910] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[  8802.910] (--) NVIDIA(GPU-0): 
[  8802.912] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  8802.912] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  8802.912] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[  8802.912] (--) NVIDIA(GPU-0): 
[  8802.913] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  8802.913] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[  8802.913] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[  8802.913] (--) NVIDIA(GPU-0): 
[  8802.913] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  8802.913] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[  8802.913] (--) NVIDIA(GPU-0): DFP-2: 330.0 MHz maximum pixel clock
[  8802.913] (--) NVIDIA(GPU-0): 
[  8802.913] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  8802.913] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[  8802.913] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[  8802.913] (--) NVIDIA(GPU-0): 
[  8802.913] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  8802.913] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[  8802.913] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[  8802.913] (--) NVIDIA(GPU-0): 
[  8802.913] (--) NVIDIA(GPU-0): DFP-5: disconnected
[  8802.913] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[  8802.913] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[  8802.913] (--) NVIDIA(GPU-0): 
[  8802.914] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[  8802.914] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[  8802.914] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[  8802.914] (--) NVIDIA(GPU-0): 
[  8802.915] (--) NVIDIA(GPU-0): DFP-7: disconnected
[  8802.915] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[  8802.915] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[  8802.915] (--) NVIDIA(GPU-0): 
[ 11484.330] (II) NVIDIA(0): Setting mode "DFP-6:nvidia-auto-select"
[ 11484.386] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 11484.386] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 11484.386] (--) NVIDIA(GPU-0): 
[ 11484.388] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 11484.388] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 11484.388] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 11484.388] (--) NVIDIA(GPU-0): 
[ 11484.388] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 11484.388] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 11484.388] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[ 11484.388] (--) NVIDIA(GPU-0): 
[ 11484.389] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 11484.389] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 11484.389] (--) NVIDIA(GPU-0): DFP-2: 330.0 MHz maximum pixel clock
[ 11484.389] (--) NVIDIA(GPU-0): 
[ 11484.389] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 11484.389] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 11484.389] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[ 11484.389] (--) NVIDIA(GPU-0): 
[ 11484.389] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 11484.389] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 11484.389] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[ 11484.389] (--) NVIDIA(GPU-0): 
[ 11484.389] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 11484.389] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 11484.389] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[ 11484.389] (--) NVIDIA(GPU-0): 
[ 11484.389] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[ 11484.389] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[ 11484.389] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[ 11484.389] (--) NVIDIA(GPU-0): 
[ 11484.389] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 11484.389] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 11484.389] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[ 11484.389] (--) NVIDIA(GPU-0): 
[ 14017.586] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 14017.586] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 14017.586] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[ 14017.586] (--) NVIDIA(GPU-0): 
[ 14018.627] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 14018.627] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[ 14018.627] (**) NVIDIA(0):     been enabled on all display devices.)
[ 14018.633] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[ 14018.634] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[ 14018.634] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[ 14018.634] (--) NVIDIA(GPU-0): 
[ 26131.879] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 26131.879] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 26131.879] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[ 26131.879] (--) NVIDIA(GPU-0): 
[ 26132.916] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 26132.916] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[ 26132.916] (**) NVIDIA(0):     been enabled on all display devices.)
[ 26132.923] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[ 26132.923] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[ 26132.923] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[ 26132.923] (--) NVIDIA(GPU-0): 
[ 28525.455] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 28525.455] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 28525.455] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[ 28525.455] (--) NVIDIA(GPU-0): 
[ 28526.495] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 28526.495] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[ 28526.495] (**) NVIDIA(0):     been enabled on all display devices.)
[ 28526.502] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[ 28526.502] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[ 28526.502] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[ 28526.502] (--) NVIDIA(GPU-0): 
[ 30969.002] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 30969.002] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 30969.002] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[ 30969.002] (--) NVIDIA(GPU-0): 
[ 30970.047] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 30970.047] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[ 30970.047] (**) NVIDIA(0):     been enabled on all display devices.)
[ 30970.054] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[ 30970.054] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[ 30970.054] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[ 30970.054] (--) NVIDIA(GPU-0): 
[ 31102.041] (II) NVIDIA(0): Setting mode "DFP-6:nvidia-auto-select"
[ 31102.097] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 31102.097] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 31102.097] (--) NVIDIA(GPU-0): 
[ 31102.100] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 31102.100] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 31102.100] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 31102.100] (--) NVIDIA(GPU-0): 
[ 31102.100] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 31102.100] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 31102.100] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[ 31102.100] (--) NVIDIA(GPU-0): 
[ 31102.100] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 31102.100] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 31102.100] (--) NVIDIA(GPU-0): DFP-2: 330.0 MHz maximum pixel clock
[ 31102.100] (--) NVIDIA(GPU-0): 
[ 31102.100] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 31102.100] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 31102.100] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[ 31102.100] (--) NVIDIA(GPU-0): 
[ 31102.100] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 31102.100] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 31102.100] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[ 31102.100] (--) NVIDIA(GPU-0): 
[ 31102.100] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 31102.100] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 31102.100] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[ 31102.100] (--) NVIDIA(GPU-0): 
[ 31102.100] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[ 31102.100] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[ 31102.100] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[ 31102.100] (--) NVIDIA(GPU-0): 
[ 31102.101] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 31102.101] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 31102.101] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[ 31102.101] (--) NVIDIA(GPU-0): 
[ 34422.127] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 34422.127] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 34422.127] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[ 34422.127] (--) NVIDIA(GPU-0): 
[ 34423.160] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 34423.160] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[ 34423.160] (**) NVIDIA(0):     been enabled on all display devices.)
[ 34423.166] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[ 34423.166] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[ 34423.166] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[ 34423.166] (--) NVIDIA(GPU-0): 
[ 40168.687] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 40168.687] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 40168.687] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[ 40168.687] (--) NVIDIA(GPU-0): 
[ 54052.964] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 54052.964] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[ 54052.964] (**) NVIDIA(0):     been enabled on all display devices.)
[ 54052.968] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[ 54052.968] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[ 54052.968] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[ 54052.968] (--) NVIDIA(GPU-0): 
[ 54052.984] (II) NVIDIA(0): Setting mode "DFP-6:nvidia-auto-select"
[ 54053.043] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 54053.043] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 54053.043] (--) NVIDIA(GPU-0): 
[ 54053.045] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 54053.045] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 54053.045] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 54053.045] (--) NVIDIA(GPU-0): 
[ 54053.045] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 54053.045] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 54053.045] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[ 54053.045] (--) NVIDIA(GPU-0): 
[ 54053.045] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 54053.045] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 54053.045] (--) NVIDIA(GPU-0): DFP-2: 330.0 MHz maximum pixel clock
[ 54053.045] (--) NVIDIA(GPU-0): 
[ 54053.046] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 54053.046] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 54053.046] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[ 54053.046] (--) NVIDIA(GPU-0): 
[ 54053.046] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 54053.046] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 54053.046] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[ 54053.046] (--) NVIDIA(GPU-0): 
[ 54053.046] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 54053.046] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 54053.046] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[ 54053.046] (--) NVIDIA(GPU-0): 
[ 54053.046] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[ 54053.046] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[ 54053.046] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[ 54053.046] (--) NVIDIA(GPU-0): 
[ 54053.046] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 54053.046] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 54053.046] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[ 54053.046] (--) NVIDIA(GPU-0): 
[ 62138.939] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 62138.939] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 62138.939] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[ 62138.939] (--) NVIDIA(GPU-0): 
[ 62139.969] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 62139.969] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[ 62139.969] (**) NVIDIA(0):     been enabled on all display devices.)
[ 62139.976] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[ 62139.976] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[ 62139.976] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[ 62139.976] (--) NVIDIA(GPU-0): 
[ 69583.109] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 69583.109] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 69583.109] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[ 69583.109] (--) NVIDIA(GPU-0): 
[ 69584.142] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 69584.142] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[ 69584.142] (**) NVIDIA(0):     been enabled on all display devices.)
[ 69584.148] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[ 69584.148] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[ 69584.148] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[ 69584.148] (--) NVIDIA(GPU-0): 
[ 80708.337] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 80708.337] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 80708.337] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[ 80708.337] (--) NVIDIA(GPU-0): 
[ 80709.382] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 80709.382] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[ 80709.382] (**) NVIDIA(0):     been enabled on all display devices.)
[ 80709.388] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[ 80709.388] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[ 80709.388] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[ 80709.388] (--) NVIDIA(GPU-0): 
[ 81721.921] (II) NVIDIA(0): Setting mode "DFP-6:nvidia-auto-select"
[ 81721.978] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 81721.978] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 81721.978] (--) NVIDIA(GPU-0): 
[ 81721.980] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 81721.980] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 81721.980] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 81721.980] (--) NVIDIA(GPU-0): 
[ 81721.980] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 81721.980] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 81721.980] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[ 81721.980] (--) NVIDIA(GPU-0): 
[ 81721.980] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 81721.981] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 81721.981] (--) NVIDIA(GPU-0): DFP-2: 330.0 MHz maximum pixel clock
[ 81721.981] (--) NVIDIA(GPU-0): 
[ 81721.981] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 81721.981] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 81721.981] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[ 81721.981] (--) NVIDIA(GPU-0): 
[ 81721.981] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 81721.981] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 81721.981] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[ 81721.981] (--) NVIDIA(GPU-0): 
[ 81721.981] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 81721.981] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 81721.981] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[ 81721.981] (--) NVIDIA(GPU-0): 
[ 81721.981] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[ 81721.981] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[ 81721.981] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[ 81721.981] (--) NVIDIA(GPU-0): 
[ 81721.981] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 81721.981] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 81721.981] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[ 81721.981] (--) NVIDIA(GPU-0): 
[ 90830.986] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 90830.986] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 90830.986] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[ 90830.986] (--) NVIDIA(GPU-0): 
[ 90832.018] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 90832.018] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[ 90832.018] (**) NVIDIA(0):     been enabled on all display devices.)
[ 90832.022] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[ 90832.022] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[ 90832.022] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[ 90832.022] (--) NVIDIA(GPU-0): 
[ 98722.437] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 98722.437] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 98722.437] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[ 98722.437] (--) NVIDIA(GPU-0): 
[ 99151.724] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 99151.724] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[ 99151.724] (**) NVIDIA(0):     been enabled on all display devices.)
[ 99151.731] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[ 99151.731] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[ 99151.731] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[ 99151.731] (--) NVIDIA(GPU-0): 
[106291.369] (II) NVIDIA(0): Setting mode "DFP-6:nvidia-auto-select"
[106291.425] (--) NVIDIA(GPU-0): CRT-0: disconnected
[106291.425] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[106291.425] (--) NVIDIA(GPU-0): 
[106291.428] (--) NVIDIA(GPU-0): DFP-0: disconnected
[106291.428] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[106291.428] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[106291.428] (--) NVIDIA(GPU-0): 
[106291.428] (--) NVIDIA(GPU-0): DFP-1: disconnected
[106291.428] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[106291.428] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[106291.428] (--) NVIDIA(GPU-0): 
[106291.428] (--) NVIDIA(GPU-0): DFP-2: disconnected
[106291.428] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[106291.428] (--) NVIDIA(GPU-0): DFP-2: 330.0 MHz maximum pixel clock
[106291.428] (--) NVIDIA(GPU-0): 
[106291.428] (--) NVIDIA(GPU-0): DFP-3: disconnected
[106291.428] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[106291.428] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[106291.428] (--) NVIDIA(GPU-0): 
[106291.428] (--) NVIDIA(GPU-0): DFP-4: disconnected
[106291.428] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[106291.428] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[106291.428] (--) NVIDIA(GPU-0): 
[106291.428] (--) NVIDIA(GPU-0): DFP-5: disconnected
[106291.428] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[106291.428] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[106291.428] (--) NVIDIA(GPU-0): 
[106291.428] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[106291.428] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[106291.428] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[106291.428] (--) NVIDIA(GPU-0): 
[106291.429] (--) NVIDIA(GPU-0): DFP-7: disconnected
[106291.429] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[106291.429] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[106291.429] (--) NVIDIA(GPU-0): 
[110161.078] (II) NVIDIA(0): Setting mode "DFP-6:nvidia-auto-select"
[110161.134] (--) NVIDIA(GPU-0): CRT-0: disconnected
[110161.134] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[110161.134] (--) NVIDIA(GPU-0): 
[110161.136] (--) NVIDIA(GPU-0): DFP-0: disconnected
[110161.136] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[110161.136] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[110161.137] (--) NVIDIA(GPU-0): 
[110161.137] (--) NVIDIA(GPU-0): DFP-1: disconnected
[110161.137] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[110161.137] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[110161.137] (--) NVIDIA(GPU-0): 
[110161.137] (--) NVIDIA(GPU-0): DFP-2: disconnected
[110161.137] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[110161.137] (--) NVIDIA(GPU-0): DFP-2: 330.0 MHz maximum pixel clock
[110161.137] (--) NVIDIA(GPU-0): 
[110161.137] (--) NVIDIA(GPU-0): DFP-3: disconnected
[110161.137] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[110161.137] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[110161.137] (--) NVIDIA(GPU-0): 
[110161.137] (--) NVIDIA(GPU-0): DFP-4: disconnected
[110161.137] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[110161.137] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[110161.137] (--) NVIDIA(GPU-0): 
[110161.137] (--) NVIDIA(GPU-0): DFP-5: disconnected
[110161.137] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[110161.137] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[110161.137] (--) NVIDIA(GPU-0): 
[110161.137] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[110161.137] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[110161.137] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[110161.137] (--) NVIDIA(GPU-0): 
[110161.138] (--) NVIDIA(GPU-0): DFP-7: disconnected
[110161.138] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[110161.138] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[110161.138] (--) NVIDIA(GPU-0): 
[116648.809] (--) NVIDIA(GPU-0): DFP-6: disconnected
[116648.809] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[116648.809] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[116648.809] (--) NVIDIA(GPU-0): 
[116649.844] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[116649.844] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[116649.844] (**) NVIDIA(0):     been enabled on all display devices.)
[116649.850] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[116649.850] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[116649.850] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[116649.850] (--) NVIDIA(GPU-0): 
[121877.548] (--) NVIDIA(GPU-0): DFP-6: disconnected
[121877.548] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[121877.548] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[121877.548] (--) NVIDIA(GPU-0): 
[121878.594] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[121878.594] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[121878.594] (**) NVIDIA(0):     been enabled on all display devices.)
[121878.600] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[121878.600] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[121878.600] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[121878.600] (--) NVIDIA(GPU-0): 
[122031.241] (II) NVIDIA(0): Setting mode "DFP-6:nvidia-auto-select"
[122031.297] (--) NVIDIA(GPU-0): CRT-0: disconnected
[122031.297] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[122031.297] (--) NVIDIA(GPU-0): 
[122031.300] (--) NVIDIA(GPU-0): DFP-0: disconnected
[122031.300] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[122031.300] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[122031.300] (--) NVIDIA(GPU-0): 
[122031.300] (--) NVIDIA(GPU-0): DFP-1: disconnected
[122031.300] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[122031.300] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[122031.300] (--) NVIDIA(GPU-0): 
[122031.300] (--) NVIDIA(GPU-0): DFP-2: disconnected
[122031.300] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[122031.300] (--) NVIDIA(GPU-0): DFP-2: 330.0 MHz maximum pixel clock
[122031.300] (--) NVIDIA(GPU-0): 
[122031.300] (--) NVIDIA(GPU-0): DFP-3: disconnected
[122031.300] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[122031.300] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[122031.300] (--) NVIDIA(GPU-0): 
[122031.300] (--) NVIDIA(GPU-0): DFP-4: disconnected
[122031.300] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[122031.300] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[122031.300] (--) NVIDIA(GPU-0): 
[122031.300] (--) NVIDIA(GPU-0): DFP-5: disconnected
[122031.300] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[122031.300] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[122031.300] (--) NVIDIA(GPU-0): 
[122031.301] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[122031.301] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[122031.301] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[122031.301] (--) NVIDIA(GPU-0): 
[122031.301] (--) NVIDIA(GPU-0): DFP-7: disconnected
[122031.301] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[122031.301] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[122031.301] (--) NVIDIA(GPU-0): 
[123305.686] (II) NVIDIA(0): Setting mode "DFP-6:nvidia-auto-select"
[123305.742] (--) NVIDIA(GPU-0): CRT-0: disconnected
[123305.742] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[123305.742] (--) NVIDIA(GPU-0): 
[123305.745] (--) NVIDIA(GPU-0): DFP-0: disconnected
[123305.745] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[123305.745] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[123305.745] (--) NVIDIA(GPU-0): 
[123305.745] (--) NVIDIA(GPU-0): DFP-1: disconnected
[123305.745] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[123305.745] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[123305.745] (--) NVIDIA(GPU-0): 
[123305.745] (--) NVIDIA(GPU-0): DFP-2: disconnected
[123305.745] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[123305.745] (--) NVIDIA(GPU-0): DFP-2: 330.0 MHz maximum pixel clock
[123305.745] (--) NVIDIA(GPU-0): 
[123305.745] (--) NVIDIA(GPU-0): DFP-3: disconnected
[123305.745] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[123305.745] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[123305.745] (--) NVIDIA(GPU-0): 
[123305.745] (--) NVIDIA(GPU-0): DFP-4: disconnected
[123305.745] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[123305.745] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[123305.745] (--) NVIDIA(GPU-0): 
[123305.745] (--) NVIDIA(GPU-0): DFP-5: disconnected
[123305.745] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[123305.745] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[123305.745] (--) NVIDIA(GPU-0): 
[123305.745] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[123305.745] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[123305.745] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[123305.745] (--) NVIDIA(GPU-0): 
[123305.746] (--) NVIDIA(GPU-0): DFP-7: disconnected
[123305.746] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[123305.746] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[123305.746] (--) NVIDIA(GPU-0): 
[123565.348] (II) NVIDIA(0): Setting mode "DFP-6:nvidia-auto-select"
[123565.406] (--) NVIDIA(GPU-0): CRT-0: disconnected
[123565.406] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[123565.406] (--) NVIDIA(GPU-0): 
[123565.409] (--) NVIDIA(GPU-0): DFP-0: disconnected
[123565.409] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[123565.409] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[123565.409] (--) NVIDIA(GPU-0): 
[123565.409] (--) NVIDIA(GPU-0): DFP-1: disconnected
[123565.409] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[123565.409] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[123565.409] (--) NVIDIA(GPU-0): 
[123565.409] (--) NVIDIA(GPU-0): DFP-2: disconnected
[123565.409] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[123565.409] (--) NVIDIA(GPU-0): DFP-2: 330.0 MHz maximum pixel clock
[123565.409] (--) NVIDIA(GPU-0): 
[123565.409] (--) NVIDIA(GPU-0): DFP-3: disconnected
[123565.409] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[123565.409] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[123565.409] (--) NVIDIA(GPU-0): 
[123565.409] (--) NVIDIA(GPU-0): DFP-4: disconnected
[123565.409] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[123565.409] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[123565.409] (--) NVIDIA(GPU-0): 
[123565.409] (--) NVIDIA(GPU-0): DFP-5: disconnected
[123565.409] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[123565.409] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[123565.409] (--) NVIDIA(GPU-0): 
[123565.410] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[123565.410] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[123565.410] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[123565.410] (--) NVIDIA(GPU-0): 
[123565.410] (--) NVIDIA(GPU-0): DFP-7: disconnected
[123565.410] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[123565.410] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[123565.410] (--) NVIDIA(GPU-0): 
[139354.070] (--) NVIDIA(GPU-0): DFP-6: disconnected
[139354.070] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[139354.070] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[139354.070] (--) NVIDIA(GPU-0): 
[139355.112] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[139355.112] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[139355.112] (**) NVIDIA(0):     been enabled on all display devices.)
[139355.118] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[139355.118] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[139355.118] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[139355.118] (--) NVIDIA(GPU-0): 
[139397.793] (II) NVIDIA(0): Setting mode "DFP-6:nvidia-auto-select"
[139397.849] (--) NVIDIA(GPU-0): CRT-0: disconnected
[139397.849] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[139397.849] (--) NVIDIA(GPU-0): 
[139397.851] (--) NVIDIA(GPU-0): DFP-0: disconnected
[139397.851] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[139397.851] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[139397.851] (--) NVIDIA(GPU-0): 
[139397.851] (--) NVIDIA(GPU-0): DFP-1: disconnected
[139397.851] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[139397.851] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[139397.851] (--) NVIDIA(GPU-0): 
[139397.851] (--) NVIDIA(GPU-0): DFP-2: disconnected
[139397.851] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[139397.851] (--) NVIDIA(GPU-0): DFP-2: 330.0 MHz maximum pixel clock
[139397.851] (--) NVIDIA(GPU-0): 
[139397.851] (--) NVIDIA(GPU-0): DFP-3: disconnected
[139397.851] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[139397.851] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[139397.851] (--) NVIDIA(GPU-0): 
[139397.851] (--) NVIDIA(GPU-0): DFP-4: disconnected
[139397.851] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[139397.851] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[139397.851] (--) NVIDIA(GPU-0): 
[139397.851] (--) NVIDIA(GPU-0): DFP-5: disconnected
[139397.851] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[139397.851] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[139397.851] (--) NVIDIA(GPU-0): 
[139397.852] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[139397.852] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[139397.852] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[139397.852] (--) NVIDIA(GPU-0): 
[139397.852] (--) NVIDIA(GPU-0): DFP-7: disconnected
[139397.852] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[139397.852] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[139397.852] (--) NVIDIA(GPU-0): 
[139459.873] (II) NVIDIA(0): Setting mode "DFP-6:nvidia-auto-select"
[139459.932] (--) NVIDIA(GPU-0): CRT-0: disconnected
[139459.932] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[139459.932] (--) NVIDIA(GPU-0): 
[139459.935] (--) NVIDIA(GPU-0): DFP-0: disconnected
[139459.935] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[139459.935] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[139459.935] (--) NVIDIA(GPU-0): 
[139459.935] (--) NVIDIA(GPU-0): DFP-1: disconnected
[139459.935] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[139459.935] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[139459.935] (--) NVIDIA(GPU-0): 
[139459.935] (--) NVIDIA(GPU-0): DFP-2: disconnected
[139459.935] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[139459.935] (--) NVIDIA(GPU-0): DFP-2: 330.0 MHz maximum pixel clock
[139459.935] (--) NVIDIA(GPU-0): 
[139459.935] (--) NVIDIA(GPU-0): DFP-3: disconnected
[139459.935] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[139459.935] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[139459.935] (--) NVIDIA(GPU-0): 
[139459.935] (--) NVIDIA(GPU-0): DFP-4: disconnected
[139459.935] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[139459.935] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[139459.935] (--) NVIDIA(GPU-0): 
[139459.935] (--) NVIDIA(GPU-0): DFP-5: disconnected
[139459.935] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[139459.935] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[139459.935] (--) NVIDIA(GPU-0): 
[139459.936] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[139459.936] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[139459.936] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[139459.936] (--) NVIDIA(GPU-0): 
[139459.936] (--) NVIDIA(GPU-0): DFP-7: disconnected
[139459.936] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[139459.936] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[139459.936] (--) NVIDIA(GPU-0): 
[145277.821] (--) NVIDIA(GPU-0): DFP-6: disconnected
[145277.821] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[145277.821] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[145277.821] (--) NVIDIA(GPU-0): 
[145278.849] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[145278.849] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[145278.849] (**) NVIDIA(0):     been enabled on all display devices.)
[145278.856] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[145278.856] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[145278.856] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[145278.856] (--) NVIDIA(GPU-0): 
[149375.684] (--) NVIDIA(GPU-0): DFP-6: disconnected
[149375.684] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[149375.684] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[149375.684] (--) NVIDIA(GPU-0): 
[149376.715] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[149376.715] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[149376.715] (**) NVIDIA(0):     been enabled on all display devices.)
[149376.721] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[149376.721] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[149376.721] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[149376.721] (--) NVIDIA(GPU-0): 
[151936.926] (--) NVIDIA(GPU-0): DFP-6: disconnected
[151936.926] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[151936.926] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[151936.926] (--) NVIDIA(GPU-0): 
[151937.959] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[151937.959] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[151937.959] (**) NVIDIA(0):     been enabled on all display devices.)
[151937.966] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[151937.966] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[151937.966] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[151937.966] (--) NVIDIA(GPU-0): 
[157936.074] (--) NVIDIA(GPU-0): DFP-6: disconnected
[157936.074] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[157936.074] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[157936.074] (--) NVIDIA(GPU-0): 
[157937.111] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[157937.111] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[157937.111] (**) NVIDIA(0):     been enabled on all display devices.)
[157937.118] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[157937.118] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[157937.118] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[157937.118] (--) NVIDIA(GPU-0): 
[162396.265] (--) NVIDIA(GPU-0): DFP-6: disconnected
[162396.265] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[162396.265] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[162396.265] (--) NVIDIA(GPU-0): 
[162397.293] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[162397.294] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[162397.294] (**) NVIDIA(0):     been enabled on all display devices.)
[162397.300] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[162397.300] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[162397.300] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[162397.300] (--) NVIDIA(GPU-0): 
[169691.234] (--) NVIDIA(GPU-0): DFP-6: disconnected
[169691.234] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[169691.234] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[169691.234] (--) NVIDIA(GPU-0): 
[169692.279] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[169692.279] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[169692.280] (**) NVIDIA(0):     been enabled on all display devices.)
[169692.286] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[169692.286] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[169692.286] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[169692.286] (--) NVIDIA(GPU-0): 
[177410.530] (II) NVIDIA(0): Setting mode "DFP-6:nvidia-auto-select"
[177410.586] (--) NVIDIA(GPU-0): CRT-0: disconnected
[177410.586] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[177410.586] (--) NVIDIA(GPU-0): 
[177410.589] (--) NVIDIA(GPU-0): DFP-0: disconnected
[177410.589] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[177410.589] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[177410.589] (--) NVIDIA(GPU-0): 
[177410.589] (--) NVIDIA(GPU-0): DFP-1: disconnected
[177410.589] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[177410.589] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[177410.589] (--) NVIDIA(GPU-0): 
[177410.589] (--) NVIDIA(GPU-0): DFP-2: disconnected
[177410.589] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[177410.589] (--) NVIDIA(GPU-0): DFP-2: 330.0 MHz maximum pixel clock
[177410.589] (--) NVIDIA(GPU-0): 
[177410.589] (--) NVIDIA(GPU-0): DFP-3: disconnected
[177410.589] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[177410.589] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[177410.589] (--) NVIDIA(GPU-0): 
[177410.589] (--) NVIDIA(GPU-0): DFP-4: disconnected
[177410.589] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[177410.589] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[177410.589] (--) NVIDIA(GPU-0): 
[177410.589] (--) NVIDIA(GPU-0): DFP-5: disconnected
[177410.589] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[177410.589] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[177410.589] (--) NVIDIA(GPU-0): 
[177410.589] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[177410.589] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[177410.589] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[177410.589] (--) NVIDIA(GPU-0): 
[177410.590] (--) NVIDIA(GPU-0): DFP-7: disconnected
[177410.590] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[177410.590] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[177410.590] (--) NVIDIA(GPU-0): 
[178507.283] (--) NVIDIA(GPU-0): DFP-6: disconnected
[178507.283] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[178507.283] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[178507.283] (--) NVIDIA(GPU-0): 
[178508.316] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[178508.316] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[178508.316] (**) NVIDIA(0):     been enabled on all display devices.)
[178508.322] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[178508.322] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[178508.322] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[178508.322] (--) NVIDIA(GPU-0): 
[183790.583] (--) NVIDIA(GPU-0): DFP-6: disconnected
[183790.583] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[183790.583] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[183790.583] (--) NVIDIA(GPU-0): 
[183791.617] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[183791.617] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[183791.617] (**) NVIDIA(0):     been enabled on all display devices.)
[183791.623] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[183791.623] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[183791.623] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[183791.623] (--) NVIDIA(GPU-0): 
[186824.780] (--) NVIDIA(GPU-0): DFP-6: disconnected
[186824.780] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[186824.780] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[186824.780] (--) NVIDIA(GPU-0): 
[186825.819] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[186825.819] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[186825.819] (**) NVIDIA(0):     been enabled on all display devices.)
[186825.825] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[186825.825] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[186825.825] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[186825.825] (--) NVIDIA(GPU-0): 
[187572.804] (--) NVIDIA(GPU-0): DFP-6: disconnected
[187572.804] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[187572.804] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[187572.804] (--) NVIDIA(GPU-0): 
[187573.835] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[187573.835] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[187573.835] (**) NVIDIA(0):     been enabled on all display devices.)
[187573.841] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[187573.841] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[187573.841] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[187573.841] (--) NVIDIA(GPU-0): 
[188496.005] (--) NVIDIA(GPU-0): DFP-6: disconnected
[188496.005] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[188496.005] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[188496.005] (--) NVIDIA(GPU-0): 
[188497.050] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[188497.050] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[188497.050] (**) NVIDIA(0):     been enabled on all display devices.)
[188497.057] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[188497.057] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[188497.057] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[188497.057] (--) NVIDIA(GPU-0): 
[193435.071] (--) NVIDIA(GPU-0): DFP-6: disconnected
[193435.071] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[193435.071] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[193435.071] (--) NVIDIA(GPU-0): 
[197223.305] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[197223.305] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[197223.305] (**) NVIDIA(0):     been enabled on all display devices.)
[197223.310] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[197223.310] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[197223.310] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[197223.310] (--) NVIDIA(GPU-0): 
[197627.692] (II) NVIDIA(0): Setting mode "DFP-6:nvidia-auto-select"
[197627.747] (--) NVIDIA(GPU-0): CRT-0: disconnected
[197627.747] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[197627.747] (--) NVIDIA(GPU-0): 
[197627.750] (--) NVIDIA(GPU-0): DFP-0: disconnected
[197627.750] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[197627.750] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[197627.750] (--) NVIDIA(GPU-0): 
[197627.750] (--) NVIDIA(GPU-0): DFP-1: disconnected
[197627.750] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[197627.750] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[197627.750] (--) NVIDIA(GPU-0): 
[197627.750] (--) NVIDIA(GPU-0): DFP-2: disconnected
[197627.750] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[197627.750] (--) NVIDIA(GPU-0): DFP-2: 330.0 MHz maximum pixel clock
[197627.750] (--) NVIDIA(GPU-0): 
[197627.750] (--) NVIDIA(GPU-0): DFP-3: disconnected
[197627.750] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[197627.750] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[197627.750] (--) NVIDIA(GPU-0): 
[197627.750] (--) NVIDIA(GPU-0): DFP-4: disconnected
[197627.750] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[197627.750] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[197627.750] (--) NVIDIA(GPU-0): 
[197627.750] (--) NVIDIA(GPU-0): DFP-5: disconnected
[197627.750] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[197627.750] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[197627.750] (--) NVIDIA(GPU-0): 
[197627.751] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[197627.751] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[197627.751] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[197627.751] (--) NVIDIA(GPU-0): 
[197627.751] (--) NVIDIA(GPU-0): DFP-7: disconnected
[197627.751] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[197627.751] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[197627.751] (--) NVIDIA(GPU-0): 
[201266.062] (--) NVIDIA(GPU-0): DFP-6: disconnected
[201266.062] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[201266.062] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[201266.062] (--) NVIDIA(GPU-0): 
[201267.094] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[201267.094] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[201267.094] (**) NVIDIA(0):     been enabled on all display devices.)
[201267.101] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[201267.101] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[201267.101] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[201267.101] (--) NVIDIA(GPU-0): 
[201280.143] (II) NVIDIA(0): Setting mode "DFP-6:nvidia-auto-select"
[201280.200] (--) NVIDIA(GPU-0): CRT-0: disconnected
[201280.200] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[201280.200] (--) NVIDIA(GPU-0): 
[201280.202] (--) NVIDIA(GPU-0): DFP-0: disconnected
[201280.202] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[201280.202] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[201280.202] (--) NVIDIA(GPU-0): 
[201280.202] (--) NVIDIA(GPU-0): DFP-1: disconnected
[201280.202] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[201280.202] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[201280.202] (--) NVIDIA(GPU-0): 
[201280.202] (--) NVIDIA(GPU-0): DFP-2: disconnected
[201280.202] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[201280.202] (--) NVIDIA(GPU-0): DFP-2: 330.0 MHz maximum pixel clock
[201280.202] (--) NVIDIA(GPU-0): 
[201280.202] (--) NVIDIA(GPU-0): DFP-3: disconnected
[201280.202] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[201280.202] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[201280.202] (--) NVIDIA(GPU-0): 
[201280.202] (--) NVIDIA(GPU-0): DFP-4: disconnected
[201280.202] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[201280.202] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[201280.202] (--) NVIDIA(GPU-0): 
[201280.202] (--) NVIDIA(GPU-0): DFP-5: disconnected
[201280.202] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[201280.203] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[201280.203] (--) NVIDIA(GPU-0): 
[201280.203] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[201280.203] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[201280.203] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[201280.203] (--) NVIDIA(GPU-0): 
[201280.203] (--) NVIDIA(GPU-0): DFP-7: disconnected
[201280.203] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[201280.203] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[201280.203] (--) NVIDIA(GPU-0): 
[204458.025] (II) NVIDIA(0): Setting mode "DFP-6:nvidia-auto-select"
[204458.081] (--) NVIDIA(GPU-0): CRT-0: disconnected
[204458.081] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[204458.081] (--) NVIDIA(GPU-0): 
[204458.083] (--) NVIDIA(GPU-0): DFP-0: disconnected
[204458.083] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[204458.083] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[204458.083] (--) NVIDIA(GPU-0): 
[204458.084] (--) NVIDIA(GPU-0): DFP-1: disconnected
[204458.084] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[204458.084] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[204458.084] (--) NVIDIA(GPU-0): 
[204458.084] (--) NVIDIA(GPU-0): DFP-2: disconnected
[204458.084] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[204458.084] (--) NVIDIA(GPU-0): DFP-2: 330.0 MHz maximum pixel clock
[204458.084] (--) NVIDIA(GPU-0): 
[204458.084] (--) NVIDIA(GPU-0): DFP-3: disconnected
[204458.084] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[204458.084] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[204458.084] (--) NVIDIA(GPU-0): 
[204458.084] (--) NVIDIA(GPU-0): DFP-4: disconnected
[204458.084] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[204458.084] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[204458.084] (--) NVIDIA(GPU-0): 
[204458.084] (--) NVIDIA(GPU-0): DFP-5: disconnected
[204458.084] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[204458.084] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[204458.084] (--) NVIDIA(GPU-0): 
[204458.084] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[204458.084] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[204458.084] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[204458.084] (--) NVIDIA(GPU-0): 
[204458.084] (--) NVIDIA(GPU-0): DFP-7: disconnected
[204458.084] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[204458.085] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[204458.085] (--) NVIDIA(GPU-0): 
[211639.560] (--) NVIDIA(GPU-0): DFP-6: disconnected
[211639.560] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[211639.560] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[211639.560] (--) NVIDIA(GPU-0): 
[211640.599] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[211640.599] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[211640.599] (**) NVIDIA(0):     been enabled on all display devices.)
[211640.606] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[211640.606] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[211640.606] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[211640.606] (--) NVIDIA(GPU-0): 
[214159.626] (--) NVIDIA(GPU-0): DFP-6: disconnected
[214159.626] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[214159.626] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[214159.626] (--) NVIDIA(GPU-0): 
[214160.668] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[214160.668] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[214160.668] (**) NVIDIA(0):     been enabled on all display devices.)
[214160.674] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[214160.674] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[214160.674] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[214160.674] (--) NVIDIA(GPU-0): 
[219307.214] (--) NVIDIA(GPU-0): DFP-6: disconnected
[219307.214] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[219307.214] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[219307.214] (--) NVIDIA(GPU-0): 
[219308.246] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[219308.246] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[219308.246] (**) NVIDIA(0):     been enabled on all display devices.)
[219308.253] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[219308.253] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[219308.253] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[219308.253] (--) NVIDIA(GPU-0): 
[243083.047] (--) NVIDIA(GPU-0): DFP-6: disconnected
[243083.047] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[243083.047] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[243083.047] (--) NVIDIA(GPU-0): 
[243084.087] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[243084.087] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[243084.087] (**) NVIDIA(0):     been enabled on all display devices.)
[243084.093] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[243084.093] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[243084.093] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[243084.093] (--) NVIDIA(GPU-0): 
[243670.394] (--) NVIDIA(GPU-0): DFP-6: disconnected
[243670.394] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[243670.394] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[243670.394] (--) NVIDIA(GPU-0): 
[243671.439] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[243671.439] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[243671.439] (**) NVIDIA(0):     been enabled on all display devices.)
[243671.446] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[243671.446] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[243671.446] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[243671.446] (--) NVIDIA(GPU-0): 
[243716.485] (II) NVIDIA(0): Setting mode "DFP-6:nvidia-auto-select"
[243716.541] (--) NVIDIA(GPU-0): CRT-0: disconnected
[243716.541] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[243716.541] (--) NVIDIA(GPU-0): 
[243716.543] (--) NVIDIA(GPU-0): DFP-0: disconnected
[243716.543] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[243716.543] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[243716.543] (--) NVIDIA(GPU-0): 
[243716.543] (--) NVIDIA(GPU-0): DFP-1: disconnected
[243716.544] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[243716.544] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[243716.544] (--) NVIDIA(GPU-0): 
[243716.544] (--) NVIDIA(GPU-0): DFP-2: disconnected
[243716.544] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[243716.544] (--) NVIDIA(GPU-0): DFP-2: 330.0 MHz maximum pixel clock
[243716.544] (--) NVIDIA(GPU-0): 
[243716.544] (--) NVIDIA(GPU-0): DFP-3: disconnected
[243716.544] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[243716.544] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[243716.544] (--) NVIDIA(GPU-0): 
[243716.544] (--) NVIDIA(GPU-0): DFP-4: disconnected
[243716.544] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[243716.544] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[243716.544] (--) NVIDIA(GPU-0): 
[243716.544] (--) NVIDIA(GPU-0): DFP-5: disconnected
[243716.544] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[243716.544] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[243716.544] (--) NVIDIA(GPU-0): 
[243716.544] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[243716.544] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[243716.544] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[243716.544] (--) NVIDIA(GPU-0): 
[243716.544] (--) NVIDIA(GPU-0): DFP-7: disconnected
[243716.544] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[243716.544] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[243716.544] (--) NVIDIA(GPU-0): 
[246550.285] (--) NVIDIA(GPU-0): DFP-6: disconnected
[246550.285] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[246550.285] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[246550.285] (--) NVIDIA(GPU-0): 
[246551.326] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[246551.326] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[246551.326] (**) NVIDIA(0):     been enabled on all display devices.)
[246551.333] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[246551.333] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[246551.333] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[246551.333] (--) NVIDIA(GPU-0): 
[249660.183] (--) NVIDIA(GPU-0): DFP-6: disconnected
[249660.183] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[249660.183] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[249660.183] (--) NVIDIA(GPU-0): 
[249661.220] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[249661.220] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[249661.220] (**) NVIDIA(0):     been enabled on all display devices.)
[249661.227] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[249661.227] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[249661.227] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[249661.227] (--) NVIDIA(GPU-0): 
[251689.973] (--) NVIDIA(GPU-0): DFP-6: disconnected
[251689.973] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[251689.973] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[251689.973] (--) NVIDIA(GPU-0): 
[251691.018] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[251691.018] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[251691.018] (**) NVIDIA(0):     been enabled on all display devices.)
[251691.024] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[251691.024] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[251691.024] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[251691.024] (--) NVIDIA(GPU-0): 
[258947.415] (--) NVIDIA(GPU-0): DFP-6: disconnected
[258947.415] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[258947.416] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[258947.416] (--) NVIDIA(GPU-0): 
[258948.450] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[258948.450] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[258948.450] (**) NVIDIA(0):     been enabled on all display devices.)
[258948.454] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[258948.454] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[258948.454] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[258948.454] (--) NVIDIA(GPU-0): 
[261989.896] (--) NVIDIA(GPU-0): DFP-6: disconnected
[261989.896] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[261989.896] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[261989.896] (--) NVIDIA(GPU-0): 
[261990.924] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[261990.924] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[261990.924] (**) NVIDIA(0):     been enabled on all display devices.)
[261990.928] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[261990.928] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[261990.928] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[261990.928] (--) NVIDIA(GPU-0): 
[266439.618] (--) NVIDIA(GPU-0): DFP-6: disconnected
[266439.618] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[266439.618] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[266439.618] (--) NVIDIA(GPU-0): 
[266440.655] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[266440.655] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[266440.655] (**) NVIDIA(0):     been enabled on all display devices.)
[266440.661] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[266440.661] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[266440.661] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[266440.661] (--) NVIDIA(GPU-0): 
[268833.418] (--) NVIDIA(GPU-0): DFP-6: disconnected
[268833.418] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[268833.418] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[268833.418] (--) NVIDIA(GPU-0): 
[268834.453] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[268834.453] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[268834.453] (**) NVIDIA(0):     been enabled on all display devices.)
[268834.459] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[268834.459] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[268834.459] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[268834.459] (--) NVIDIA(GPU-0): 
[275608.915] (--) NVIDIA(GPU-0): DFP-6: disconnected
[275608.915] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[275608.915] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[275608.915] (--) NVIDIA(GPU-0): 
[275609.962] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[275609.962] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[275609.962] (**) NVIDIA(0):     been enabled on all display devices.)
[275609.967] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[275609.967] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[275609.967] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[275609.967] (--) NVIDIA(GPU-0): 
[279141.026] (--) NVIDIA(GPU-0): CRT-0: disconnected
[279141.026] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[279141.026] (--) NVIDIA(GPU-0): 
[279141.028] (--) NVIDIA(GPU-0): DFP-0: disconnected
[279141.028] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[279141.028] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[279141.028] (--) NVIDIA(GPU-0): 
[279141.028] (--) NVIDIA(GPU-0): DFP-1: disconnected
[279141.028] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[279141.028] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[279141.028] (--) NVIDIA(GPU-0): 
[279141.029] (--) NVIDIA(GPU-0): DFP-2: disconnected
[279141.029] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[279141.029] (--) NVIDIA(GPU-0): DFP-2: 330.0 MHz maximum pixel clock
[279141.029] (--) NVIDIA(GPU-0): 
[279141.029] (--) NVIDIA(GPU-0): DFP-3: disconnected
[279141.029] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[279141.029] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[279141.029] (--) NVIDIA(GPU-0): 
[279141.029] (--) NVIDIA(GPU-0): DFP-4: disconnected
[279141.029] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[279141.029] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[279141.029] (--) NVIDIA(GPU-0): 
[279141.029] (--) NVIDIA(GPU-0): DFP-5: disconnected
[279141.029] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[279141.029] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[279141.029] (--) NVIDIA(GPU-0): 
[279141.029] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[279141.029] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[279141.029] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[279141.029] (--) NVIDIA(GPU-0): 
[279141.030] (--) NVIDIA(GPU-0): DFP-7: disconnected
[279141.030] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[279141.030] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[279141.030] (--) NVIDIA(GPU-0): 
[279154.553] (--) NVIDIA(GPU-0): CRT-0: disconnected
[279154.553] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[279154.553] (--) NVIDIA(GPU-0): 
[279154.556] (--) NVIDIA(GPU-0): DFP-0: disconnected
[279154.556] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[279154.556] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[279154.556] (--) NVIDIA(GPU-0): 
[279154.556] (--) NVIDIA(GPU-0): DFP-1: disconnected
[279154.556] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[279154.556] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[279154.556] (--) NVIDIA(GPU-0): 
[279154.556] (--) NVIDIA(GPU-0): DFP-2: disconnected
[279154.556] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[279154.556] (--) NVIDIA(GPU-0): DFP-2: 330.0 MHz maximum pixel clock
[279154.556] (--) NVIDIA(GPU-0): 
[279154.556] (--) NVIDIA(GPU-0): DFP-3: disconnected
[279154.556] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[279154.556] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[279154.556] (--) NVIDIA(GPU-0): 
[279154.556] (--) NVIDIA(GPU-0): DFP-4: disconnected
[279154.556] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[279154.556] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[279154.556] (--) NVIDIA(GPU-0): 
[279154.556] (--) NVIDIA(GPU-0): DFP-5: disconnected
[279154.557] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[279154.557] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[279154.557] (--) NVIDIA(GPU-0): 
[279154.557] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[279154.557] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[279154.557] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[279154.557] (--) NVIDIA(GPU-0): 
[279154.557] (--) NVIDIA(GPU-0): DFP-7: disconnected
[279154.557] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[279154.557] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[279154.557] (--) NVIDIA(GPU-0): 
[283430.334] (II) NVIDIA(0): Setting mode "DFP-6:nvidia-auto-select"
[283430.390] (--) NVIDIA(GPU-0): CRT-0: disconnected
[283430.390] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[283430.390] (--) NVIDIA(GPU-0): 
[283430.392] (--) NVIDIA(GPU-0): DFP-0: disconnected
[283430.392] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[283430.392] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[283430.392] (--) NVIDIA(GPU-0): 
[283430.392] (--) NVIDIA(GPU-0): DFP-1: disconnected
[283430.392] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[283430.392] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[283430.392] (--) NVIDIA(GPU-0): 
[283430.392] (--) NVIDIA(GPU-0): DFP-2: disconnected
[283430.392] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[283430.392] (--) NVIDIA(GPU-0): DFP-2: 330.0 MHz maximum pixel clock
[283430.392] (--) NVIDIA(GPU-0): 
[283430.392] (--) NVIDIA(GPU-0): DFP-3: disconnected
[283430.393] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[283430.393] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[283430.393] (--) NVIDIA(GPU-0): 
[283430.393] (--) NVIDIA(GPU-0): DFP-4: disconnected
[283430.393] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[283430.393] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[283430.393] (--) NVIDIA(GPU-0): 
[283430.393] (--) NVIDIA(GPU-0): DFP-5: disconnected
[283430.393] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[283430.393] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[283430.393] (--) NVIDIA(GPU-0): 
[283430.393] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[283430.393] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[283430.393] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[283430.393] (--) NVIDIA(GPU-0): 
[283430.393] (--) NVIDIA(GPU-0): DFP-7: disconnected
[283430.393] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[283430.393] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[283430.393] (--) NVIDIA(GPU-0): 
[293021.650] (--) NVIDIA(GPU-0): DFP-6: disconnected
[293021.650] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[293021.650] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[293021.650] (--) NVIDIA(GPU-0): 
[293022.682] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[293022.682] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[293022.682] (**) NVIDIA(0):     been enabled on all display devices.)
[293022.686] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[293022.686] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[293022.686] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[293022.686] (--) NVIDIA(GPU-0): 
[298870.289] (--) NVIDIA(GPU-0): DFP-6: disconnected
[298870.289] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[298870.289] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[298870.289] (--) NVIDIA(GPU-0): 
[299398.635] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[299398.635] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[299398.635] (**) NVIDIA(0):     been enabled on all display devices.)
[299398.641] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[299398.642] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[299398.642] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[299398.642] (--) NVIDIA(GPU-0): 
[302959.215] (--) NVIDIA(GPU-0): DFP-6: disconnected
[302959.215] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[302959.215] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[302959.215] (--) NVIDIA(GPU-0): 
[302960.252] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[302960.252] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[302960.252] (**) NVIDIA(0):     been enabled on all display devices.)
[302960.259] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[302960.259] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[302960.259] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[302960.259] (--) NVIDIA(GPU-0): 
[312890.252] (--) NVIDIA(GPU-0): DFP-6: disconnected
[312890.252] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[312890.252] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[312890.252] (--) NVIDIA(GPU-0): 
[312891.293] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[312891.293] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[312891.293] (**) NVIDIA(0):     been enabled on all display devices.)
[312891.299] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[312891.299] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[312891.299] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[312891.299] (--) NVIDIA(GPU-0): 
[318654.422] (II) NVIDIA(0): Setting mode "DFP-6:nvidia-auto-select"
[318654.478] (--) NVIDIA(GPU-0): CRT-0: disconnected
[318654.478] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[318654.478] (--) NVIDIA(GPU-0): 
[318654.480] (--) NVIDIA(GPU-0): DFP-0: disconnected
[318654.480] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[318654.480] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[318654.480] (--) NVIDIA(GPU-0): 
[318654.480] (--) NVIDIA(GPU-0): DFP-1: disconnected
[318654.480] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[318654.480] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[318654.480] (--) NVIDIA(GPU-0): 
[318654.480] (--) NVIDIA(GPU-0): DFP-2: disconnected
[318654.480] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[318654.480] (--) NVIDIA(GPU-0): DFP-2: 330.0 MHz maximum pixel clock
[318654.480] (--) NVIDIA(GPU-0): 
[318654.480] (--) NVIDIA(GPU-0): DFP-3: disconnected
[318654.480] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[318654.480] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[318654.480] (--) NVIDIA(GPU-0): 
[318654.480] (--) NVIDIA(GPU-0): DFP-4: disconnected
[318654.480] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[318654.480] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[318654.480] (--) NVIDIA(GPU-0): 
[318654.480] (--) NVIDIA(GPU-0): DFP-5: disconnected
[318654.480] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[318654.480] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[318654.480] (--) NVIDIA(GPU-0): 
[318654.481] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[318654.481] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[318654.481] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[318654.481] (--) NVIDIA(GPU-0): 
[318654.481] (--) NVIDIA(GPU-0): DFP-7: disconnected
[318654.481] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[318654.481] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[318654.481] (--) NVIDIA(GPU-0): 
[327251.342] (II) NVIDIA(0): Setting mode "DFP-6:nvidia-auto-select"
[327251.398] (--) NVIDIA(GPU-0): CRT-0: disconnected
[327251.398] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[327251.398] (--) NVIDIA(GPU-0): 
[327251.401] (--) NVIDIA(GPU-0): DFP-0: disconnected
[327251.401] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[327251.401] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[327251.401] (--) NVIDIA(GPU-0): 
[327251.401] (--) NVIDIA(GPU-0): DFP-1: disconnected
[327251.401] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[327251.401] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[327251.401] (--) NVIDIA(GPU-0): 
[327251.401] (--) NVIDIA(GPU-0): DFP-2: disconnected
[327251.401] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[327251.401] (--) NVIDIA(GPU-0): DFP-2: 330.0 MHz maximum pixel clock
[327251.401] (--) NVIDIA(GPU-0): 
[327251.401] (--) NVIDIA(GPU-0): DFP-3: disconnected
[327251.401] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[327251.401] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[327251.401] (--) NVIDIA(GPU-0): 
[327251.401] (--) NVIDIA(GPU-0): DFP-4: disconnected
[327251.401] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[327251.401] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[327251.401] (--) NVIDIA(GPU-0): 
[327251.401] (--) NVIDIA(GPU-0): DFP-5: disconnected
[327251.401] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[327251.401] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[327251.401] (--) NVIDIA(GPU-0): 
[327251.402] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[327251.402] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[327251.402] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[327251.402] (--) NVIDIA(GPU-0): 
[327251.402] (--) NVIDIA(GPU-0): DFP-7: disconnected
[327251.402] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[327251.402] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[327251.402] (--) NVIDIA(GPU-0): 
[327777.490] (II) NVIDIA(0): Setting mode "DFP-6:nvidia-auto-select"
[327777.547] (--) NVIDIA(GPU-0): CRT-0: disconnected
[327777.547] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[327777.547] (--) NVIDIA(GPU-0): 
[327777.549] (--) NVIDIA(GPU-0): DFP-0: disconnected
[327777.549] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[327777.549] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[327777.549] (--) NVIDIA(GPU-0): 
[327777.549] (--) NVIDIA(GPU-0): DFP-1: disconnected
[327777.549] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[327777.549] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[327777.549] (--) NVIDIA(GPU-0): 
[327777.549] (--) NVIDIA(GPU-0): DFP-2: disconnected
[327777.549] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[327777.549] (--) NVIDIA(GPU-0): DFP-2: 330.0 MHz maximum pixel clock
[327777.549] (--) NVIDIA(GPU-0): 
[327777.549] (--) NVIDIA(GPU-0): DFP-3: disconnected
[327777.549] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[327777.549] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[327777.549] (--) NVIDIA(GPU-0): 
[327777.549] (--) NVIDIA(GPU-0): DFP-4: disconnected
[327777.549] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[327777.549] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[327777.549] (--) NVIDIA(GPU-0): 
[327777.549] (--) NVIDIA(GPU-0): DFP-5: disconnected
[327777.549] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[327777.549] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[327777.549] (--) NVIDIA(GPU-0): 
[327777.550] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[327777.550] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[327777.550] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[327777.550] (--) NVIDIA(GPU-0): 
[327777.550] (--) NVIDIA(GPU-0): DFP-7: disconnected
[327777.550] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[327777.550] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[327777.550] (--) NVIDIA(GPU-0): 
[328007.249] (II) NVIDIA(0): Setting mode "DFP-6:nvidia-auto-select"
[328007.305] (--) NVIDIA(GPU-0): CRT-0: disconnected
[328007.305] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[328007.305] (--) NVIDIA(GPU-0): 
[328007.307] (--) NVIDIA(GPU-0): DFP-0: disconnected
[328007.307] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[328007.307] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[328007.307] (--) NVIDIA(GPU-0): 
[328007.307] (--) NVIDIA(GPU-0): DFP-1: disconnected
[328007.307] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[328007.307] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[328007.307] (--) NVIDIA(GPU-0): 
[328007.308] (--) NVIDIA(GPU-0): DFP-2: disconnected
[328007.308] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[328007.308] (--) NVIDIA(GPU-0): DFP-2: 330.0 MHz maximum pixel clock
[328007.308] (--) NVIDIA(GPU-0): 
[328007.308] (--) NVIDIA(GPU-0): DFP-3: disconnected
[328007.308] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[328007.308] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[328007.308] (--) NVIDIA(GPU-0): 
[328007.308] (--) NVIDIA(GPU-0): DFP-4: disconnected
[328007.308] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[328007.308] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[328007.308] (--) NVIDIA(GPU-0): 
[328007.308] (--) NVIDIA(GPU-0): DFP-5: disconnected
[328007.308] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[328007.308] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[328007.308] (--) NVIDIA(GPU-0): 
[328007.308] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[328007.308] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[328007.308] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[328007.308] (--) NVIDIA(GPU-0): 
[328007.309] (--) NVIDIA(GPU-0): DFP-7: disconnected
[328007.309] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[328007.309] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[328007.309] (--) NVIDIA(GPU-0): 
[328180.274] (II) NVIDIA(0): Setting mode "DFP-6:nvidia-auto-select"
[328180.330] (--) NVIDIA(GPU-0): CRT-0: disconnected
[328180.330] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[328180.330] (--) NVIDIA(GPU-0): 
[328180.332] (--) NVIDIA(GPU-0): DFP-0: disconnected
[328180.332] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[328180.332] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[328180.332] (--) NVIDIA(GPU-0): 
[328180.332] (--) NVIDIA(GPU-0): DFP-1: disconnected
[328180.332] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[328180.332] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[328180.332] (--) NVIDIA(GPU-0): 
[328180.332] (--) NVIDIA(GPU-0): DFP-2: disconnected
[328180.332] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[328180.332] (--) NVIDIA(GPU-0): DFP-2: 330.0 MHz maximum pixel clock
[328180.332] (--) NVIDIA(GPU-0): 
[328180.332] (--) NVIDIA(GPU-0): DFP-3: disconnected
[328180.332] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[328180.332] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[328180.332] (--) NVIDIA(GPU-0): 
[328180.332] (--) NVIDIA(GPU-0): DFP-4: disconnected
[328180.332] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[328180.332] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[328180.332] (--) NVIDIA(GPU-0): 
[328180.332] (--) NVIDIA(GPU-0): DFP-5: disconnected
[328180.332] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[328180.332] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[328180.332] (--) NVIDIA(GPU-0): 
[328180.333] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[328180.333] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[328180.333] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[328180.333] (--) NVIDIA(GPU-0): 
[328180.333] (--) NVIDIA(GPU-0): DFP-7: disconnected
[328180.333] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[328180.333] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[328180.333] (--) NVIDIA(GPU-0): 
[333206.353] (--) NVIDIA(GPU-0): DFP-6: disconnected
[333206.353] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[333206.353] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[333206.353] (--) NVIDIA(GPU-0): 
[333207.398] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[333207.398] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[333207.398] (**) NVIDIA(0):     been enabled on all display devices.)
[333207.402] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[333207.402] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[333207.402] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[333207.402] (--) NVIDIA(GPU-0): 
[340157.806] (--) NVIDIA(GPU-0): DFP-6: disconnected
[340157.806] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[340157.806] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[340157.806] (--) NVIDIA(GPU-0): 
[341491.009] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[341491.009] (**) NVIDIA(0):     device DELL P2715Q (DFP-6) (Using EDID frequencies has
[341491.009] (**) NVIDIA(0):     been enabled on all display devices.)
[341491.015] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): connected
[341491.015] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): Internal DisplayPort
[341491.015] (--) NVIDIA(GPU-0): DELL P2715Q (DFP-6): 960.0 MHz maximum pixel clock
[341491.015] (--) NVIDIA(GPU-0): 
[341674.787] (II) evdev: AT Translated Set 2 keyboard: Close
[341674.787] (II) UnloadModule: "evdev"
[341674.787] (II) evdev: Logitech Trackball: Close
[341674.787] (II) UnloadModule: "evdev"
[341674.787] (II) evdev: HID 05f3:0007: Close
[341674.787] (II) UnloadModule: "evdev"
[341674.787] (II) evdev: HID 05f3:0007: Close
[341674.787] (II) UnloadModule: "evdev"
[341674.787] (II) evdev: Power Button: Close
[341674.787] (II) UnloadModule: "evdev"
[341674.787] (II) evdev: Power Button: Close
[341674.787] (II) UnloadModule: "evdev"
[341675.018] (II) NVIDIA: Freed GPU:0 (GPU-a919cfd6-1dcc-299d-4706-f693bb11bbe4) @
[341675.018] (II) NVIDIA:     PCI:0000:01:00.0
[341675.032] (II) NVIDIA(GPU-0): Deleting GPU-0
[341675.035] (EE) Server terminated successfully (0). Closing log file.
^^^^^^^^^^ /var/log/Xorg.0.log.old ^^^^^^^^^^

<<<<<<<<<< Xorg (journald) >>>>>>>>>>
^^^^^^^^^^ Xorg (journald) ^^^^^^^^^^

Kernel modules: nvidia.ko
/lib/modules/2.6.32-5-686/kernel/drivers/video/nvidia/nvidiafb.ko
/lib/modules/3.16.0-4-amd64/updates/dkms/nvidia-current-uvm.ko
/lib/modules/3.16.0-4-amd64/updates/dkms/nvidia-current.ko
/lib/modules/3.16.0-4-amd64/updates/dkms/nvidia-current-modeset.ko
/lib/modules/3.16.0-4-amd64/kernel/drivers/video/nvidia-uvm.ko
/lib/modules/3.16.0-4-amd64/kernel/drivers/video/nvidia.ko

filename:       /lib/modules/2.6.32-5-686/kernel/drivers/video/nvidia/nvidiafb.ko
license:        GPL
description:    Framebuffer driver for nVidia graphics chipset
author:         Antonino Daplas
alias:          pci:v000010DEd*sv*sd*bc03sc*i*
depends:        vgastate,i2c-core,i2c-algo-bit,fb_ddc
vermagic:       2.6.32-5-686 SMP mod_unload modversions 686 
filename:       /lib/modules/3.16.0-4-amd64/updates/dkms/nvidia-current-uvm.ko
supported:      external
license:        MIT
depends:        nvidia
vermagic:       3.16.0-4-amd64 SMP mod_unload modversions 
filename:       /lib/modules/3.16.0-4-amd64/updates/dkms/nvidia-current.ko
alias:          char-major-195-*
version:        361.45.18
supported:      external
license:        NVIDIA
srcversion:     5B359B207F7C40BA1990E3A
alias:          pci:v000010DEd00000E00sv*sd*bc04sc80i00*
alias:          pci:v000010DEd*sv*sd*bc03sc02i00*
alias:          pci:v000010DEd*sv*sd*bc03sc00i00*
depends:        drm,i2c-core
vermagic:       3.16.0-4-amd64 SMP mod_unload modversions 
filename:       /lib/modules/3.16.0-4-amd64/updates/dkms/nvidia-current-modeset.ko
version:        361.45.18
supported:      external
license:        NVIDIA
srcversion:     F592F950384D6D2AC868A38
depends:        nvidia
vermagic:       3.16.0-4-amd64 SMP mod_unload modversions 
filename:       /lib/modules/3.16.0-4-amd64/kernel/drivers/video/nvidia-uvm.ko
supported:      external
license:        MIT
depends:        nvidia
vermagic:       3.16.0-4-amd64 SMP mod_unload modversions 
filename:       /lib/modules/3.16.0-4-amd64/kernel/drivers/video/nvidia.ko
alias:          char-major-195-*
version:        352.55
supported:      external
license:        NVIDIA
alias:          pci:v000010DEd00000E00sv*sd*bc04sc80i00*
alias:          pci:v000010DEd*sv*sd*bc03sc02i00*
alias:          pci:v000010DEd*sv*sd*bc03sc00i00*
depends:        i2c-core
vermagic:       3.16.0-4-amd64 SMP mod_unload modversions 

lsmod:
Module                  Size  Used by
nvidia_modeset        728961  3 
nvidia              10023310  59 nvidia_modeset
nfsv3                  37551  0 
rpcsec_gss_krb5        34296  0 
nfsv4                 410783  0 
dns_resolver           12641  1 nfsv4
bnep                   17431  2 
bluetooth             374429  5 bnep
6lowpan_iphc           16588  1 bluetooth
hid_generic            12393  0 
usbhid                 44460  0 
hid                   102264  2 hid_generic,usbhid
cfg80211              405538  0 
binfmt_misc            16949  1 
rfkill                 18867  3 cfg80211,bluetooth
pci_stub               12429  1 
vboxpci                23077  0 
vboxnetadp             25443  0 
vboxnetflt             27598  0 
vboxdrv               344446  3 vboxnetadp,vboxnetflt,vboxpci
nfsd                  263032  13 
auth_rpcgss            51211  2 nfsd,rpcsec_gss_krb5
oid_registry           12419  1 auth_rpcgss
nfs_acl                12511  2 nfsd,nfsv3
nfs                   188136  2 nfsv3,nfsv4
lockd                  83389  3 nfs,nfsd,nfsv3
fscache                45542  2 nfs,nfsv4
sunrpc                237402  22 nfs,nfsd,rpcsec_gss_krb5,auth_rpcgss,lockd,nfsv3,nfsv4,nfs_acl
snd_hda_codec_hdmi     45118  1 
xfs                   779930  1 
libcrc32c              12426  1 xfs
crc32c_generic         12656  0 
iTCO_wdt               12831  0 
iTCO_vendor_support    12649  1 iTCO_wdt
x86_pkg_temp_thermal    12951  0 
intel_powerclamp       17159  0 
intel_rapl             17356  0 
kvm_intel             139116  0 
kvm                   388784  1 kvm_intel
crc32_pclmul           12915  0 
crc32c_intel           21809  1 
snd_hda_codec_realtek    67168  1 
snd_hda_codec_generic    63181  1 snd_hda_codec_realtek
aesni_intel           151423  0 
aes_x86_64             16719  1 aesni_intel
lrw                    12757  1 aesni_intel
gf128mul               12970  1 lrw
glue_helper            12695  1 aesni_intel
ablk_helper            12572  1 aesni_intel
cryptd                 14516  2 aesni_intel,ablk_helper
evdev                  17445  22 
nct6775                44104  0 
pcspkr                 12595  0 
serio_raw              12849  0 
sbs                    13012  0 
i2c_i801               16965  0 
sbshc                  12842  1 sbs
sr_mod                 21903  0 
w83627ehf              39438  0 
cdrom                  47424  1 sr_mod
hwmon_vid              12388  2 w83627ehf,nct6775
coretemp               12820  0 
sg                     29973  0 
loop                   26605  0 
r8169                  68262  0 
firewire_sbp2          21893  0 
firewire_core          56665  1 firewire_sbp2
mii                    12675  1 r8169
crc_itu_t              12347  1 firewire_core
fuse                   83350  3 
ecryptfs               89223  0 
drm                   249998  2 nvidia
battery                13356  0 
snd_hda_intel          26407  5 
snd_hda_controller     26646  1 snd_hda_intel
snd_hda_codec         104500  5 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
nuvoton_cir            17207  0 
snd_hwdep              13148  1 snd_hda_codec
rc_core                22404  1 nuvoton_cir
snd_pcm_oss            44798  0 
tpm_tis                17231  0 
snd_mixer_oss          22042  1 snd_pcm_oss
tpm                    31511  1 tpm_tis
i2c_core               46012  3 drm,i2c_i801,nvidia
video                  18096  0 
snd_pcm                88662  5 snd_pcm_oss,snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller
xhci_hcd              152977  0 
snd_timer              26614  1 snd_pcm
ehci_pci               12512  0 
intel_smartconnect     12448  0 
snd                    65244  20 snd_hda_codec_realtek,snd_pcm_oss,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_mixer_oss
ehci_hcd               69837  1 ehci_pci
soundcore              13026  2 snd,snd_hda_codec
button                 12944  0 
usbcore               195468  4 ehci_hcd,ehci_pci,usbhid,xhci_hcd
ie31200_edac           12511  0 
mei_me                 17941  0 
lpc_ich                20768  0 
mei                    74977  1 mei_me
shpchp                 31121  0 
mfd_core               12601  1 lpc_ich
usb_common             12440  1 usbcore
edac_core              47321  1 ie31200_edac
processor              28221  0 
thermal_sys            27642  4 video,intel_powerclamp,processor,x86_pkg_temp_thermal
parport_pc             26300  1 
ppdev                  16782  0 
lp                     17074  0 
parport                35749  3 lp,ppdev,parport_pc
autofs4                35529  7 
ext4                  473801  1 
crc16                  12343  2 ext4,bluetooth
mbcache                17171  1 ext4
jbd2                   82514  1 ext4
sd_mod                 44356  7 
crc_t10dif             12431  1 sd_mod
crct10dif_generic      12581  0 
crct10dif_pclmul       13387  1 
ahci                   33334  6 
crct10dif_common       12356  3 crct10dif_pclmul,crct10dif_generic,crc_t10dif
libahci                27158  1 ahci
libata                177508  2 ahci,libahci
scsi_mod              191405  5 sg,libata,sd_mod,sr_mod,firewire_sbp2

xrandr:
Screen 0: minimum 8 x 8, current 3840 x 2160, maximum 16384 x 16384
DVI-I-0 disconnected primary (normal left inverted right x axis y axis)
DVI-I-1 disconnected (normal left inverted right x axis y axis)
DP-0 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
HDMI-0 disconnected (normal left inverted right x axis y axis)
DP-4 connected 3840x2160+0+0 (normal left inverted right x axis y axis) 597mm x 336mm
   3840x2160     60.00*+  29.98  
   2560x1440     59.95  
   1920x1200     59.88  
   1920x1080     60.00    59.94    50.00    23.97    60.00    50.04  
   1680x1050     59.95  
   1600x1200     60.00  
   1280x1024     75.02    60.02  
   1280x800      59.81  
   1280x720      60.00    59.94    50.00  
   1152x864      75.00  
   1024x768      75.03    60.00  
   800x600       75.00    60.32  
   720x576       50.00    50.08  
   720x480       59.94    60.05  
   640x480       75.00    59.94    59.93  
DP-5 disconnected (normal left inverted right x axis y axis)

OpenCL ICDs:
/etc/OpenCL/vendors/nvidia.icd:libnvidia-opencl.so.1


-- System Information:
Debian Release: 8.5
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (x86_64)
Foreign Architectures: amd64

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to en_US.utf8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages nvidia-kernel-dkms depends on:
ii  dkms                                               2.2.0.3-2
ii  nvidia-installer-cleanup                           20141201+1
ii  nvidia-kernel-support [nvidia-kernel-support--v1]  361.45.18-2

Versions of packages nvidia-kernel-dkms recommends:
ii  nvidia-driver  361.45.18-2

nvidia-kernel-dkms suggests no packages.

Versions of packages nvidia-driver depends on:
ii  nvidia-alternative         361.45.18-2
ii  nvidia-driver-bin          361.45.18-2
ii  nvidia-driver-libs         361.45.18-2
ii  nvidia-installer-cleanup   20141201+1
ii  nvidia-legacy-check        352.79-10~bpo8+1
ii  nvidia-support             20141201+1
ii  nvidia-vdpau-driver        361.45.18-2
ii  xserver-xorg-video-nvidia  361.45.18-2

Versions of packages nvidia-driver recommends:
ii  nvidia-persistenced  367.18-1
ii  nvidia-settings      340.46-2

nvidia-driver suggests no packages.

Versions of packages nvidia-driver-libs depends on:
ii  libegl-nvidia0     361.45.18-2
ii  libgl1-nvidia-glx  361.45.18-2
ii  libnvidia-glcore   361.45.18-2

Versions of packages nvidia-driver-libs recommends:
ii  libgles-nvidia1          361.45.18-2
ii  libgles-nvidia2          361.45.18-2
ii  libglx-nvidia0           361.45.18-2
ii  libnvidia-cfg1           361.45.18-2
ii  libopengl0-glvnd-nvidia  361.45.18-2

Versions of packages xserver-xorg-video-nvidia depends on:
ii  libc6                                  2.19-18+deb8u4
ii  libnvidia-glcore                       361.45.18-2
ii  nvidia-alternative                     361.45.18-2
ii  nvidia-installer-cleanup               20141201+1
ii  nvidia-legacy-check                    352.79-10~bpo8+1
ii  nvidia-support                         20141201+1
ii  xserver-xorg-core [xorg-video-abi-18]  2:1.16.4-1

Versions of packages xserver-xorg-video-nvidia recommends:
ii  nvidia-driver        361.45.18-2
ii  nvidia-settings      340.46-2
ii  nvidia-vdpau-driver  361.45.18-2

xserver-xorg-video-nvidia suggests no packages.

Versions of packages nvidia-alternative depends on:
ii  glx-alternative-nvidia  0.7.3~bpo8+1
ii  nvidia-legacy-check     352.79-10~bpo8+1

Versions of packages glx-alternative-nvidia depends on:
ii  glx-alternative-mesa  0.7.3~bpo8+1
ii  glx-diversions        0.7.3~bpo8+1
ii  update-glx            0.7.3~bpo8+1

Versions of packages glx-alternative-nvidia suggests:
ii  nvidia-driver  361.45.18-2

Versions of packages xserver-xorg-video-intel depends on:
ii  libc6                                  2.19-18+deb8u4
ii  libdrm-intel1                          2.4.58-2
ii  libdrm2                                2.4.58-2
ii  libpciaccess0                          0.13.2-3+b1
ii  libpixman-1-0                          0.32.6-3
ii  libudev1                               215-17+deb8u4
ii  libx11-6                               2:1.6.2-3
ii  libx11-xcb1                            2:1.6.2-3
ii  libxcb-dri2-0                          1.10-3+b1
ii  libxcb-util0                           0.3.8-3
ii  libxcb1                                1.10-3+b1
ii  libxv1                                 2:1.0.10-1+b1
ii  libxvmc1                               2:1.0.8-2+b1
ii  xserver-xorg-core [xorg-video-abi-18]  2:1.16.4-1

Versions of packages nvidia-kernel-dkms is related to:
pn  bumblebee                                                  <none>
pn  bumblebee-nvidia                                           <none>
pn  libcuda1                                                   <none>
pn  libcuda1-any                                               <none>
pn  libdrm-nouveau1                                            <none>
pn  libdrm-nouveau1a                                           <none>
ii  libdrm-nouveau2                                            2.4.58-2
ii  libgl1-nvidia-glx [libgl1-nvidia-glx-any]                  361.45.18-2
ii  linux-headers-3.2.0-3-rt-686-pae [linux-headers]           3.2.23-1
ii  linux-headers-3.2.0-4-686-pae [linux-headers]              3.2.65-1+deb7u1
ii  make                                                       4.0-8.1
ii  nvidia-driver [nvidia-glx-any]                             361.45.18-2
pn  nvidia-glx                                                 <none>
ii  nvidia-kernel-common                                       20151021+4
ii  nvidia-kernel-dkms                                         361.45.18-2
pn  nvidia-kernel-source                                       <none>
ii  nvidia-kernel-support [nvidia-kernel-support-any]          361.45.18-2
ii  nvidia-modprobe                                            367.18-1
ii  nvidia-settings                                            340.46-2
ii  nvidia-support                                             20141201+1
ii  nvidia-xconfig                                             340.46-1
ii  ocl-icd-libopencl1 [libopencl1]                            2.2.3-1+deb8u1
pn  opencl-icd                                                 <none>
ii  xserver-xorg                                               1:7.7+7
ii  xserver-xorg-core                                          2:1.16.4-1
pn  xserver-xorg-legacy                                        <none>
ii  xserver-xorg-video-nouveau                                 1:1.0.11-1
ii  xserver-xorg-video-nvidia [xserver-xorg-video-nvidia-any]  361.45.18-2

-- debconf information:
  nvidia-driver/supported-in-legacy-driver-name:
  nvidia-driver/check-for-unsupported-gpu: true
  nvidia-driver/install-even-if-unsupported-gpu-exists: false

-- debsums errors found:
debsums: changed file /usr/src/nvidia-current-361.45.18/Makefile (from nvidia-kernel-dkms package)
debsums: changed file /usr/src/nvidia-current-361.45.18/nvidia-modeset/nvidia-modeset.Kbuild (from nvidia-kernel-dkms package)
debsums: changed file /usr/src/nvidia-current-361.45.18/nvidia/nvidia.Kbuild (from nvidia-kernel-dkms package)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mike.patch
Type: text/x-diff
Size: 1225 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-nvidia-devel/attachments/20160815/c6d8f40f/attachment-0001.patch>


More information about the pkg-nvidia-devel mailing list