Bug#886470: nvidia-kernel-dkms: FTBFS against linux 4.14.12-2
Sebastian Ramacher
sramacher at debian.org
Sat Jan 6 13:51:40 UTC 2018
Package: nvidia-kernel-dkms
Version: 384.98-3
Severity: grave
Justification: renders package unusable
The build of kernel module fails against linux 4.14.12-2:
| make: Entering directory '/usr/src/linux-headers-4.14.0-3-amd64'
| /usr/src/linux-headers-4.14.0-3-common/Makefile:947: *** "Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel". Stop.
After installing libelf-dev, it fails further down:
| gcc-7 -Wp,-MD,/var/lib/dkms/nvidia-current/384.98/build/nvidia-uvm/.uvm8_pte_batch.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/7/include -I/usr/src/linux-headers-4.14.0-3-common/arch/x86/include -I./arch/x86/include/generated -I/usr/src/linux-headers-4.14.0-3-common/include -I./include -I/usr/src/linux-headers-4.14.0-3-common/arch/x86/include/uapi -I./arch/x86/include/generated/uapi -I/usr/src/linux-headers-4.14.0-3-common/include/uapi -I./include/generated/uapi -include /usr/src/linux-headers-4.14.0-3-common/include/linux/kconfig.h -I/var/lib/dkms/nvidia-current/384.98/build -I/var/lib/dkms/nvidia-current/384.98/build -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fshort-wchar -Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -fno-PIE -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -m64 -falign-jumps=1 -falign-loops=1 -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mskip-rax-setup -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_SSSE3=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -DCONFIG_AS_AVX512=1 -DCONFIG_AS_SHA1_NI=1 -DCONFIG_AS_SHA256_NI=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -fno-delete-null-pointer-checks -Wno-frame-address -Wno-format-truncation -Wno-format-overflow -Wno-int-in-bool-context -O2 --param=allow-store-data-races=0 -DCC_HAVE_ASM_GOTO -Wframe-larger-than=2048 -fstack-protector-strong -Wno-unused-but-set-variable -Wno-unused-const-variable -fno-var-tracking-assignments -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fno-stack-check -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -Werror=date-time -Werror=incompatible-pointer-types -Werror=designated-init -I/var/lib/dkms/nvidia-current/384.98/build/common/inc -I/var/lib/dkms/nvidia-current/384.98/build -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"384.98\" -Wno-unused-function -Wuninitialized -fno-strict-aliasing -mno-red-zone -mcmodel=kernel -DNV_UVM_ENABLE -Wno-sign-compare -Wno-format-extra-args -Werror=undef -O2 -DNVIDIA_UVM_ENABLED -DNVIDIA_UNDEF_LEGACY_BIT_MACROS -DLinux -D__linux__ -I/var/lib/dkms/nvidia-current/384.98/build/nvidia-uvm -DMODULE -DKBUILD_BASENAME='"uvm8_pte_batch"' -DKBUILD_MODNAME='"nvidia_uvm"' -c -o /var/lib/dkms/nvidia-current/384.98/build/nvidia-uvm/.tmp_uvm8_pte_batch.o /var/lib/dkms/nvidia-current/384.98/build/nvidia-uvm/uvm8_pte_batch.c
| In file included from /usr/src/linux-headers-4.14.0-3-common/arch/x86/include/asm/cpufeature.h:5:0,
| from /usr/src/linux-headers-4.14.0-3-common/arch/x86/include/asm/thread_info.h:53,
| from /usr/src/linux-headers-4.14.0-3-common/include/linux/thread_info.h:38,
| from /usr/src/linux-headers-4.14.0-3-common/arch/x86/include/asm/preempt.h:7,
| from /usr/src/linux-headers-4.14.0-3-common/include/linux/preempt.h:81,
| from /usr/src/linux-headers-4.14.0-3-common/include/linux/spinlock.h:51,
| from /var/lib/dkms/nvidia-current/384.98/build/common/inc/nv-lock.h:16,
| from /var/lib/dkms/nvidia-current/384.98/build/common/inc/nv-linux.h:19,
| from /var/lib/dkms/nvidia-current/384.98/build/nvidia-uvm/uvm_linux.h:39,
| from /var/lib/dkms/nvidia-current/384.98/build/nvidia-uvm/uvm8_va_block.c:24:
| /var/lib/dkms/nvidia-current/384.98/build/nvidia-uvm/uvm8_va_block.c: In function ‘block_cpu_fault_locked’:
| /usr/src/linux-headers-4.14.0-3-common/arch/x86/include/asm/processor.h:826:39: error: implicit declaration of function ‘task_stack_page’; did you mean ‘task_stack_vm_area’? [-Werror=implicit-function-declaration]
| unsigned long __ptr = (unsigned long)task_stack_page(task); \
| ^
| /usr/src/linux-headers-4.14.0-3-common/arch/x86/include/asm/processor.h:909:26: note: in expansion of macro ‘task_pt_regs’
| #define KSTK_EIP(task) (task_pt_regs(task)->ip)
| ^~~~~~~~~~~~
| /var/lib/dkms/nvidia-current/384.98/build/nvidia-uvm/uvm8_va_block.c:8771:41: note: in expansion of macro ‘KSTK_EIP’
| KSTK_EIP(current));
| ^~~~~~~~
Cheers
-- Package-specific info:
uname -a:
Linux jupiter 4.14.0-2-amd64 #1 SMP Debian 4.14.7-1 (2017-12-22) x86_64 GNU/Linux
/proc/version:
Linux version 4.14.0-2-amd64 (debian-kernel at lists.debian.org) (gcc version 7.2.0 (Debian 7.2.0-18)) #1 SMP Debian 4.14.7-1 (2017-12-22)
/proc/driver/nvidia/version:
NVRM version: NVIDIA UNIX x86_64 Kernel Module 384.98 Thu Oct 26 15:16:01 PDT 2017
GCC version: gcc version 7.2.0 (Debian 7.2.0-18)
lspci 'display controller [030?]':
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GM206 [GeForce GTX 960] [10de:1401] (rev a1) (prog-if 00 [VGA controller])
Subsystem: ASUSTeK Computer Inc. GM206 [GeForce GTX 960] [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 34
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 000c0000 [disabled] [size=128K]
Capabilities: <access denied>
Kernel driver in use: nvidia
Kernel modules: nvidia
dmesg:
Device node permissions:
crw-rw----+ 1 root video 226, 0 Jan 5 09:37 /dev/dri/card0
crw-rw----+ 1 root video 226, 128 Jan 5 09:37 /dev/dri/renderD128
crw-rw-rw- 1 root root 195, 254 Jan 5 09:37 /dev/nvidia-modeset
crw-rw-rw- 1 root root 195, 0 Jan 5 09:37 /dev/nvidia0
crw-rw-rw- 1 root root 195, 255 Jan 5 09:37 /dev/nvidiactl
/dev/dri/by-path:
total 0
lrwxrwxrwx 1 root root 8 Jan 5 09:37 pci-0000:01:00.0-card -> ../card0
lrwxrwxrwx 1 root root 13 Jan 5 09:37 pci-0000:01:00.0-render -> ../renderD128
video:x:44:sebastian
OpenGL and NVIDIA library files installed:
lrwxrwxrwx 1 root root 15 Sep 26 19:46 /etc/alternatives/glx -> /usr/lib/nvidia
lrwxrwxrwx 1 root root 49 Jun 27 2017 /etc/alternatives/glx--libEGL.so-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libEGL.so
lrwxrwxrwx 1 root root 49 Sep 26 19:46 /etc/alternatives/glx--libEGL.so.1-i386-linux-gnu -> /usr/lib/mesa-diverted/i386-linux-gnu/libEGL.so.1
lrwxrwxrwx 1 root root 51 Sep 26 19:46 /etc/alternatives/glx--libEGL.so.1-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libEGL.so.1
lrwxrwxrwx 1 root root 48 Jun 27 2017 /etc/alternatives/glx--libGL.so-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so
lrwxrwxrwx 1 root root 48 Jun 27 2017 /etc/alternatives/glx--libGL.so-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so
lrwxrwxrwx 1 root root 48 Sep 26 19:46 /etc/alternatives/glx--libGL.so.1-i386-linux-gnu -> /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1
lrwxrwxrwx 1 root root 48 Sep 26 19:46 /etc/alternatives/glx--libGL.so.1-i386-linux-gnu -> /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1
lrwxrwxrwx 1 root root 50 Sep 26 19:46 /etc/alternatives/glx--libGL.so.1-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1
lrwxrwxrwx 1 root root 50 Sep 26 19:46 /etc/alternatives/glx--libGL.so.1-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1
lrwxrwxrwx 1 root root 52 Jun 27 2017 /etc/alternatives/glx--libGLESv2.so-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv2.so
lrwxrwxrwx 1 root root 52 Jun 27 2017 /etc/alternatives/glx--libGLESv2.so-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv2.so
lrwxrwxrwx 1 root root 54 Sep 26 19:46 /etc/alternatives/glx--libGLESv2.so.2-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv2.so.2
lrwxrwxrwx 1 root root 54 Sep 26 19:46 /etc/alternatives/glx--libGLESv2.so.2-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv2.so.2
lrwxrwxrwx 1 root root 25 Sep 26 19:46 /etc/alternatives/glx--linux-libglx.so -> /usr/lib/nvidia/libglx.so
lrwxrwxrwx 1 root root 42 Sep 26 19:46 /etc/alternatives/glx--nvidia-blacklists-nouveau.conf -> /etc/nvidia/nvidia-blacklists-nouveau.conf
lrwxrwxrwx 1 root root 36 Sep 26 19:46 /etc/alternatives/glx--nvidia-bug-report.sh -> /usr/lib/nvidia/nvidia-bug-report.sh
lrwxrwxrwx 1 root root 39 Sep 26 19:46 /etc/alternatives/glx--nvidia-drm-outputclass.conf -> /etc/nvidia/nvidia-drm-outputclass.conf
lrwxrwxrwx 1 root root 28 Sep 26 19:46 /etc/alternatives/glx--nvidia-load.conf -> /etc/nvidia/nvidia-load.conf
lrwxrwxrwx 1 root root 32 Sep 26 19:46 /etc/alternatives/glx--nvidia-modprobe.conf -> /etc/nvidia/nvidia-modprobe.conf
lrwxrwxrwx 1 root root 29 Sep 26 19:46 /etc/alternatives/glx--nvidia_drv.so -> /usr/lib/nvidia/nvidia_drv.so
lrwxrwxrwx 1 root root 22 Jun 27 2017 /etc/alternatives/libGL.so-master -> /usr/lib/mesa-diverted
lrwxrwxrwx 1 root root 23 Dec 3 20:06 /etc/alternatives/nvidia -> /usr/lib/nvidia/current
lrwxrwxrwx 1 root root 57 Dec 3 20:06 /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 59 Dec 3 20:06 /etc/alternatives/nvidia--libEGL_nvidia.so.0-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libEGL_nvidia.so.0
lrwxrwxrwx 1 root root 59 Dec 3 20:06 /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 Dec 3 20:06 /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 61 Dec 3 20:06 /etc/alternatives/nvidia--libGLX_indirect.so.0-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libGLX_indirect.so.0
lrwxrwxrwx 1 root root 61 Dec 3 20:06 /etc/alternatives/nvidia--libGLX_indirect.so.0-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libGLX_indirect.so.0
lrwxrwxrwx 1 root root 57 Dec 3 20:06 /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 Dec 3 20:06 /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 59 Dec 3 20:06 /etc/alternatives/nvidia--libGLX_nvidia.so.0-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libGLX_nvidia.so.0
lrwxrwxrwx 1 root root 59 Dec 3 20:06 /etc/alternatives/nvidia--libGLX_nvidia.so.0-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libGLX_nvidia.so.0
lrwxrwxrwx 1 root root 51 Dec 3 20:06 /etc/alternatives/nvidia--libcuda.so-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libcuda.so
lrwxrwxrwx 1 root root 53 Dec 3 20:06 /etc/alternatives/nvidia--libcuda.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libcuda.so.1
lrwxrwxrwx 1 root root 33 Dec 3 20:06 /etc/alternatives/nvidia--libglx.so -> /usr/lib/nvidia/current/libglx.so
lrwxrwxrwx 1 root root 58 Dec 3 20:06 /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 62 Dec 3 20:06 /etc/alternatives/nvidia--libnvidia-opencl.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libnvidia-opencl.so.1
lrwxrwxrwx 1 root root 70 Dec 3 20:06 /etc/alternatives/nvidia--libnvidia-ptxjitcompiler.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libnvidia-ptxjitcompiler.so.1
lrwxrwxrwx 1 root root 61 Dec 3 20:06 /etc/alternatives/nvidia--libvdpau_nvidia.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libvdpau_nvidia.so.1
lrwxrwxrwx 1 root root 70 Dec 3 20:06 /etc/alternatives/nvidia--nvidia-application-profiles-key-documentation -> /usr/share/nvidia/nvidia-application-profiles-384.98-key-documentation
lrwxrwxrwx 1 root root 50 Dec 3 20:06 /etc/alternatives/nvidia--nvidia-blacklists-nouveau.conf -> /etc/nvidia/current/nvidia-blacklists-nouveau.conf
lrwxrwxrwx 1 root root 44 Dec 3 20:06 /etc/alternatives/nvidia--nvidia-bug-report.sh -> /usr/lib/nvidia/current/nvidia-bug-report.sh
lrwxrwxrwx 1 root root 40 Dec 3 20:06 /etc/alternatives/nvidia--nvidia-debugdump -> /usr/lib/nvidia/current/nvidia-debugdump
lrwxrwxrwx 1 root root 47 Dec 3 20:06 /etc/alternatives/nvidia--nvidia-drm-outputclass.conf -> /etc/nvidia/current/nvidia-drm-outputclass.conf
lrwxrwxrwx 1 root root 36 Dec 3 20:06 /etc/alternatives/nvidia--nvidia-load.conf -> /etc/nvidia/current/nvidia-load.conf
lrwxrwxrwx 1 root root 40 Dec 3 20:06 /etc/alternatives/nvidia--nvidia-modprobe.conf -> /etc/nvidia/current/nvidia-modprobe.conf
lrwxrwxrwx 1 root root 34 Dec 3 20:06 /etc/alternatives/nvidia--nvidia-smi -> /usr/lib/nvidia/current/nvidia-smi
lrwxrwxrwx 1 root root 39 Dec 3 20:06 /etc/alternatives/nvidia--nvidia-smi.1.gz -> /usr/lib/nvidia/current/nvidia-smi.1.gz
lrwxrwxrwx 1 root root 37 Dec 3 20:06 /etc/alternatives/nvidia--nvidia_drv.so -> /usr/lib/nvidia/current/nvidia_drv.so
lrwxrwxrwx 1 root root 49 Sep 26 19:46 /usr/lib/i386-linux-gnu/libEGL.so.1 -> /etc/alternatives/glx--libEGL.so.1-i386-linux-gnu
lrwxrwxrwx 1 root root 48 Sep 26 19:43 /usr/lib/i386-linux-gnu/libGL.so.1 -> /etc/alternatives/glx--libGL.so.1-i386-linux-gnu
-rw-r--r-- 1 root root 30194252 Oct 27 01:03 /usr/lib/i386-linux-gnu/libnvidia-eglcore.so.384.98
-rw-r--r-- 1 root root 33466460 Oct 26 23:27 /usr/lib/i386-linux-gnu/libnvidia-glcore.so.384.98
-rw-r--r-- 1 root root 511092 Oct 27 00:46 /usr/lib/i386-linux-gnu/libnvidia-glsi.so.384.98
-rw-r--r-- 1 root root 13788 Oct 26 23:33 /usr/lib/i386-linux-gnu/libnvidia-tls.so.384.98
lrwxrwxrwx 1 root root 49 Apr 7 2015 /usr/lib/x86_64-linux-gnu/libEGL.so -> /etc/alternatives/glx--libEGL.so-x86_64-linux-gnu
lrwxrwxrwx 1 root root 51 Sep 26 19:43 /usr/lib/x86_64-linux-gnu/libEGL.so.1 -> /etc/alternatives/glx--libEGL.so.1-x86_64-linux-gnu
lrwxrwxrwx 1 root root 48 Oct 14 2015 /usr/lib/x86_64-linux-gnu/libGL.so -> /etc/alternatives/glx--libGL.so-x86_64-linux-gnu
lrwxrwxrwx 1 root root 50 Sep 26 19:43 /usr/lib/x86_64-linux-gnu/libGL.so.1 -> /etc/alternatives/glx--libGL.so.1-x86_64-linux-gnu
lrwxrwxrwx 1 root root 52 Oct 14 2015 /usr/lib/x86_64-linux-gnu/libGLESv2.so -> /etc/alternatives/glx--libGLESv2.so-x86_64-linux-gnu
lrwxrwxrwx 1 root root 54 Sep 7 00:03 /usr/lib/x86_64-linux-gnu/libGLESv2.so.2 -> /etc/alternatives/glx--libGLESv2.so.2-x86_64-linux-gnu
lrwxrwxrwx 1 root root 53 Mar 10 2017 /usr/lib/x86_64-linux-gnu/libcuda.so -> /etc/alternatives/nvidia--libcuda.so-x86_64-linux-gnu
lrwxrwxrwx 1 root root 55 Mar 10 2017 /usr/lib/x86_64-linux-gnu/libcuda.so.1 -> /etc/alternatives/nvidia--libcuda.so.1-x86_64-linux-gnu
-rw-r--r-- 1 root root 48462480 Oct 27 01:19 /usr/lib/x86_64-linux-gnu/libnvidia-compiler.so.384.98
-rw-r--r-- 1 root root 28208088 Oct 27 01:16 /usr/lib/x86_64-linux-gnu/libnvidia-eglcore.so.384.98
-rw-r--r-- 1 root root 313832 Oct 26 23:52 /usr/lib/x86_64-linux-gnu/libnvidia-fatbinaryloader.so.384.98
-rw-r--r-- 1 root root 30027296 Oct 26 23:33 /usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.384.98
-rw-r--r-- 1 root root 507320 Oct 27 01:00 /usr/lib/x86_64-linux-gnu/libnvidia-glsi.so.384.98
lrwxrwxrwx 1 root root 60 Nov 29 2016 /usr/lib/x86_64-linux-gnu/libnvidia-ml.so.1 -> /etc/alternatives/nvidia--libnvidia-ml.so.1-x86_64-linux-gnu
lrwxrwxrwx 1 root root 64 Mar 10 2017 /usr/lib/x86_64-linux-gnu/libnvidia-opencl.so.1 -> /etc/alternatives/nvidia--libnvidia-opencl.so.1-x86_64-linux-gnu
lrwxrwxrwx 1 root root 72 Dec 3 20:06 /usr/lib/x86_64-linux-gnu/libnvidia-ptxjitcompiler.so.1 -> /etc/alternatives/nvidia--libnvidia-ptxjitcompiler.so.1-x86_64-linux-gnu
-rw-r--r-- 1 root root 13080 Oct 26 23:39 /usr/lib/x86_64-linux-gnu/libnvidia-tls.so.384.98
lrwxrwxrwx 1 root root 36 Nov 13 2016 /usr/lib/xorg/modules/drivers/nvidia_drv.so -> /etc/alternatives/glx--nvidia_drv.so
-rw-r--r-- 1 root root 285832 Oct 13 11:28 /usr/lib/xorg/modules/extensions/libglx.so
lrwxrwxrwx 1 root root 38 Nov 13 2016 /usr/lib/xorg/modules/linux/libglx.so -> /etc/alternatives/glx--linux-libglx.so
-rw-r--r-- 1 root root 30885 Jan 6 10:54 /var/log/Xorg.0.log
-rw-r--r-- 1 root root 91157 Jan 5 09:37 /var/log/Xorg.0.log.old
/etc/OpenCL/vendors/:
total 4
drwxr-xr-x 2 root root 23 Dec 3 20:06 .
drwxr-xr-x 3 root root 20 Mar 10 2017 ..
-rw-r--r-- 1 root root 22 Feb 1 2017 nvidia.icd
/etc/nvidia/:
total 12
drwxr-xr-x 3 root root 141 Nov 29 2016 .
drwxr-xr-x 159 root root 8192 Jan 6 14:40 ..
drwxr-xr-x 2 root root 127 Dec 3 20:06 current
lrwxrwxrwx 1 root root 56 Nov 29 2016 nvidia-blacklists-nouveau.conf -> /etc/alternatives/nvidia--nvidia-blacklists-nouveau.conf
lrwxrwxrwx 1 root root 53 Nov 29 2016 nvidia-drm-outputclass.conf -> /etc/alternatives/nvidia--nvidia-drm-outputclass.conf
lrwxrwxrwx 1 root root 42 Nov 29 2016 nvidia-load.conf -> /etc/alternatives/nvidia--nvidia-load.conf
lrwxrwxrwx 1 root root 46 Nov 29 2016 nvidia-modprobe.conf -> /etc/alternatives/nvidia--nvidia-modprobe.conf
/usr/lib/i386-linux-gnu/nvidia/:
total 20
drwxr-xr-x 3 root root 20 Sep 26 19:46 .
drwxr-xr-x 20 root root 16384 Jan 5 09:26 ..
drwxr-xr-x 2 root root 143 Dec 3 20:05 current
/usr/lib/i386-linux-gnu/nvidia/current/:
total 2028
drwxr-xr-x 2 root root 143 Dec 3 20:05 .
drwxr-xr-x 3 root root 20 Sep 26 19:46 ..
lrwxrwxrwx 1 root root 23 Dec 2 21:50 libEGL_nvidia.so.0 -> libEGL_nvidia.so.384.98
-rw-r--r-- 1 root root 942776 Oct 27 01:04 libEGL_nvidia.so.384.98
lrwxrwxrwx 1 root root 23 Dec 2 21:50 libGLX_indirect.so.0 -> libGLX_nvidia.so.384.98
lrwxrwxrwx 1 root root 23 Dec 2 21:50 libGLX_nvidia.so.0 -> libGLX_nvidia.so.384.98
-rw-r--r-- 1 root root 1129684 Oct 26 23:29 libGLX_nvidia.so.384.98
/usr/lib/mesa-diverted/:
total 32
drwxr-xr-x 5 root root 98 Apr 7 2015 .
drwxr-xr-x 151 root root 24576 Jan 5 09:39 ..
drwxr-xr-x 2 root root 6 Oct 22 2014 arm-linux-gnueabihf
drwxr-xr-x 2 root root 84 Nov 9 18:01 i386-linux-gnu
lrwxrwxrwx 1 root root 33 Apr 7 2015 libGL.so-master -> /etc/alternatives/libGL.so-master
drwxr-xr-x 2 root root 4096 Nov 17 19:25 x86_64-linux-gnu
/usr/lib/mesa-diverted/arm-linux-gnueabihf/:
total 0
drwxr-xr-x 2 root root 6 Oct 22 2014 .
drwxr-xr-x 5 root root 98 Apr 7 2015 ..
/usr/lib/mesa-diverted/i386-linux-gnu/:
total 464
drwxr-xr-x 2 root root 84 Nov 9 18:01 .
drwxr-xr-x 5 root root 98 Apr 7 2015 ..
lrwxrwxrwx 1 root root 15 Nov 9 11:14 libEGL.so.1 -> libEGL.so.1.0.0
-rw-r--r-- 1 root root 79496 Nov 9 11:14 libEGL.so.1.0.0
lrwxrwxrwx 1 root root 14 Nov 9 11:14 libGL.so.1 -> libGL.so.1.0.0
-rw-r--r-- 1 root root 390680 Nov 9 11:14 libGL.so.1.0.0
/usr/lib/mesa-diverted/x86_64-linux-gnu/:
total 712
drwxr-xr-x 2 root root 4096 Nov 17 19:25 .
drwxr-xr-x 5 root root 98 Apr 7 2015 ..
lrwxrwxrwx 1 root root 15 Nov 9 11:14 libEGL.so -> libEGL.so.1.0.0
lrwxrwxrwx 1 root root 15 Nov 9 11:14 libEGL.so.1 -> libEGL.so.1.0.0
-rw-r--r-- 1 root root 80448 Nov 9 11:14 libEGL.so.1.0.0
lrwxrwxrwx 1 root root 10 Nov 17 19:25 libGL.so -> libGL.so.1
lrwxrwxrwx 1 root root 14 Nov 9 11:14 libGL.so.1 -> libGL.so.1.0.0
-rw-r--r-- 1 root root 567624 Nov 9 11:14 libGL.so.1.0.0
lrwxrwxrwx 1 root root 18 Nov 9 11:14 libGLESv2.so -> libGLESv2.so.2.0.0
lrwxrwxrwx 1 root root 18 Nov 9 11:14 libGLESv2.so.2 -> libGLESv2.so.2.0.0
-rw-r--r-- 1 root root 72000 Nov 9 11:14 libGLESv2.so.2.0.0
/usr/lib/mesa/:
total 28
drwxr-xr-x 2 root root 6 Oct 22 2014 .
drwxr-xr-x 151 root root 24576 Jan 5 09:39 ..
/usr/lib/nvidia/:
total 52
drwxr-xr-x 4 root root 4096 Dec 18 00:37 .
drwxr-xr-x 151 root root 24576 Jan 5 09:39 ..
-rw-r--r-- 1 root root 57 Dec 17 21:25 alternate-install-present
drwxr-xr-x 2 root root 6 Oct 21 2015 bumblebee
-rwxr-xr-x 1 root root 2125 Dec 17 21:25 check-for-conflicting-opengl-libraries
-rwxr-xr-x 1 root root 1897 Dec 17 21:25 check-for-mismatching-nvidia-module
drwxr-xr-x 2 root root 4096 Dec 3 20:05 current
lrwxrwxrwx 1 root root 35 Nov 29 2016 libglx.so -> /etc/alternatives/nvidia--libglx.so
lrwxrwxrwx 1 root root 24 Nov 29 2016 nvidia -> /etc/alternatives/nvidia
lrwxrwxrwx 1 root root 46 Sep 26 19:46 nvidia-bug-report.sh -> /etc/alternatives/nvidia--nvidia-bug-report.sh
lrwxrwxrwx 1 root root 39 Nov 29 2016 nvidia_drv.so -> /etc/alternatives/nvidia--nvidia_drv.so
-rwxr-xr-x 1 root root 618 Dec 17 21:25 pre-install
/usr/lib/nvidia/bumblebee/:
total 4
drwxr-xr-x 2 root root 6 Oct 21 2015 .
drwxr-xr-x 4 root root 4096 Dec 18 00:37 ..
/usr/lib/nvidia/current/:
total 23204
drwxr-xr-x 2 root root 4096 Dec 3 20:05 .
drwxr-xr-x 4 root root 4096 Dec 18 00:37 ..
lrwxrwxrwx 1 root root 16 Dec 2 21:50 libglx.so -> libglx.so.384.98
-rw-r--r-- 1 root root 14029928 Oct 26 23:39 libglx.so.384.98
-rwxr-xr-x 1 root root 26804 Oct 27 01:25 nvidia-bug-report.sh
-rwxr-xr-x 1 root root 225584 Oct 27 00:57 nvidia-debugdump
-rwxr-xr-x 1 root root 516064 Oct 27 00:57 nvidia-smi
-rw-r--r-- 1 root root 19337 Dec 2 21:50 nvidia-smi.1.gz
-rw-r--r-- 1 root root 3240 Dec 2 21:50 nvidia.ids
-rw-r--r-- 1 root root 8919248 Oct 26 23:12 nvidia_drv.so
/usr/lib/nvidia/nvidia/:
total 23204
drwxr-xr-x 2 root root 4096 Dec 3 20:05 .
drwxr-xr-x 4 root root 4096 Dec 18 00:37 ..
lrwxrwxrwx 1 root root 16 Dec 2 21:50 libglx.so -> libglx.so.384.98
-rw-r--r-- 1 root root 14029928 Oct 26 23:39 libglx.so.384.98
-rwxr-xr-x 1 root root 26804 Oct 27 01:25 nvidia-bug-report.sh
-rwxr-xr-x 1 root root 225584 Oct 27 00:57 nvidia-debugdump
-rwxr-xr-x 1 root root 516064 Oct 27 00:57 nvidia-smi
-rw-r--r-- 1 root root 19337 Dec 2 21:50 nvidia-smi.1.gz
-rw-r--r-- 1 root root 3240 Dec 2 21:50 nvidia.ids
-rw-r--r-- 1 root root 8919248 Oct 26 23:12 nvidia_drv.so
/usr/lib/x86_64-linux-gnu/nvidia/:
total 240
drwxr-xr-x 3 root root 20 Sep 26 19:43 .
drwxr-xr-x 127 root root 163840 Jan 6 14:41 ..
drwxr-xr-x 2 root root 4096 Dec 3 20:05 current
/usr/lib/x86_64-linux-gnu/nvidia/current/:
total 37732
drwxr-xr-x 2 root root 4096 Dec 3 20:05 .
drwxr-xr-x 3 root root 20 Sep 26 19:43 ..
lrwxrwxrwx 1 root root 23 Dec 2 21:50 libEGL_nvidia.so.0 -> libEGL_nvidia.so.384.98
-rw-r--r-- 1 root root 1310552 Oct 27 01:17 libEGL_nvidia.so.384.98
lrwxrwxrwx 1 root root 23 Dec 2 21:50 libGLX_indirect.so.0 -> libGLX_nvidia.so.384.98
lrwxrwxrwx 1 root root 23 Dec 2 21:50 libGLX_nvidia.so.0 -> libGLX_nvidia.so.384.98
-rw-r--r-- 1 root root 1291224 Oct 26 23:35 libGLX_nvidia.so.384.98
lrwxrwxrwx 1 root root 12 Dec 2 21:50 libcuda.so -> libcuda.so.1
lrwxrwxrwx 1 root root 17 Dec 2 21:50 libcuda.so.1 -> libcuda.so.384.98
-rw-r--r-- 1 root root 13037432 Oct 26 23:50 libcuda.so.384.98
lrwxrwxrwx 1 root root 17 Dec 2 21:50 libnvidia-ml.so -> libnvidia-ml.so.1
lrwxrwxrwx 1 root root 22 Dec 2 21:50 libnvidia-ml.so.1 -> libnvidia-ml.so.384.98
-rw-r--r-- 1 root root 1308256 Oct 27 00:57 libnvidia-ml.so.384.98
lrwxrwxrwx 1 root root 26 Dec 2 21:50 libnvidia-opencl.so.1 -> libnvidia-opencl.so.384.98
-rw-r--r-- 1 root root 10465144 Oct 26 23:52 libnvidia-opencl.so.384.98
lrwxrwxrwx 1 root root 34 Dec 2 21:50 libnvidia-ptxjitcompiler.so.1 -> libnvidia-ptxjitcompiler.so.384.98
-rw-r--r-- 1 root root 10322856 Oct 26 23:58 libnvidia-ptxjitcompiler.so.384.98
lrwxrwxrwx 1 root root 25 Dec 2 21:50 libvdpau_nvidia.so.1 -> libvdpau_nvidia.so.384.98
-rw-r--r-- 1 root root 888288 Oct 26 23:40 libvdpau_nvidia.so.384.98
/etc/modprobe.d:
total 32
drwxr-xr-x 2 root root 4096 Jan 5 09:26 .
drwxr-xr-x 159 root root 8192 Jan 6 14:40 ..
-rw-r--r-- 1 root root 127 Oct 4 2014 dkms.conf
-rw-r--r-- 1 root root 154 Jan 30 2015 intel-microcode-blacklist.conf
lrwxrwxrwx 1 root root 53 Nov 13 2016 nvidia-blacklists-nouveau.conf -> /etc/alternatives/glx--nvidia-blacklists-nouveau.conf
-rw-r--r-- 1 root root 260 Oct 21 2015 nvidia-kernel-common.conf
lrwxrwxrwx 1 root root 43 Nov 13 2016 nvidia.conf -> /etc/alternatives/glx--nvidia-modprobe.conf
-rw-r--r-- 1 root root 40 Feb 8 2013 pcspkr.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/modules-load.d:
-rw-r--r-- 1 root root 195 Mar 13 2015 /etc/modules
/etc/modules-load.d/:
total 16
drwxr-xr-x 2 root root 67 Jan 3 16:33 .
drwxr-xr-x 159 root root 8192 Jan 6 14:40 ..
-rw-r--r-- 1 root root 119 Mar 11 2015 cups-filters.conf
lrwxrwxrwx 1 root root 10 Jan 2 00:35 modules.conf -> ../modules
lrwxrwxrwx 1 root root 39 Nov 13 2016 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-drm modprobe nvidia-current-modeset ; modprobe -i nvidia-current-drm $CMDLINE_OPTS
install nvidia-uvm modprobe nvidia ; modprobe -i nvidia-current-uvm $CMDLINE_OPTS
remove nvidia modprobe -r -i nvidia-drm 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 ^^^^^^^^^^
<<<<<<<<<< /var/log/Xorg.0.log >>>>>>>>>>
[ 7.991]
X.Org X Server 1.19.5
Release Date: 2017-10-12
[ 7.991] X Protocol Version 11, Revision 0
[ 7.991] Build Operating System: Linux 4.9.0-4-amd64 x86_64 Debian
[ 7.991] Current Operating System: Linux jupiter 4.14.0-2-amd64 #1 SMP Debian 4.14.7-1 (2017-12-22) x86_64
[ 7.991] Kernel command line: BOOT_IMAGE=/vmlinuz-4.14.0-2-amd64 root=/dev/mapper/jupiter--root--vg-root ro quiet
[ 7.991] Build Date: 16 October 2017 12:28:38PM
[ 7.991] xorg-server 2:1.19.5-1 (https://www.debian.org/support)
[ 7.991] Current version of pixman: 0.34.0
[ 7.991] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 7.991] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 7.991] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jan 5 09:37:33 2018
[ 7.993] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 7.994] (==) No Layout section. Using the first Screen section.
[ 7.994] (==) No screen section available. Using defaults.
[ 7.994] (**) |-->Screen "Default Screen Section" (0)
[ 7.994] (**) | |-->Monitor "<default monitor>"
[ 7.995] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 7.995] (==) Automatically adding devices
[ 7.995] (==) Automatically enabling devices
[ 7.995] (==) Automatically adding GPU devices
[ 7.995] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 7.996] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 7.996] Entry deleted from font path.
[ 7.998] (==) 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,
built-ins
[ 7.998] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 7.998] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 7.998] (II) Loader magic: 0x5560b4958de0
[ 7.998] (II) Module ABI versions:
[ 7.998] X.Org ANSI C Emulation: 0.4
[ 7.998] X.Org Video Driver: 23.0
[ 7.998] X.Org XInput driver : 24.1
[ 7.998] X.Org Server Extension : 10.0
[ 7.999] (++) using VT number 7
[ 7.999] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 7.999] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 8.000] (--) PCI:*(0:1:0:0) 10de:1401:1043:8520 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[ 8.000] (II) LoadModule: "glx"
[ 8.002] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[ 8.047] (II) Module glx: vendor="NVIDIA Corporation"
[ 8.047] compiled for 4.0.2, module version = 1.0.0
[ 8.047] Module class: X.Org Server Extension
[ 8.048] (II) NVIDIA GLX Module 384.98 Thu Oct 26 14:35:55 PDT 2017
[ 8.048] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[ 8.048] loading driver: nvidia
[ 8.048] (==) Matched nvidia as autoconfigured driver 0
[ 8.048] (==) Matched nouveau as autoconfigured driver 1
[ 8.048] (==) Matched nv as autoconfigured driver 2
[ 8.048] (==) Matched nouveau as autoconfigured driver 3
[ 8.048] (==) Matched nv as autoconfigured driver 4
[ 8.048] (==) Matched modesetting as autoconfigured driver 5
[ 8.048] (==) Matched fbdev as autoconfigured driver 6
[ 8.048] (==) Matched vesa as autoconfigured driver 7
[ 8.048] (==) Assigned the driver to the xf86ConfigLayout
[ 8.048] (II) LoadModule: "nvidia"
[ 8.049] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 8.055] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 8.055] compiled for 4.0.2, module version = 1.0.0
[ 8.055] Module class: X.Org Video Driver
[ 8.056] (II) LoadModule: "nouveau"
[ 8.057] (WW) Warning, couldn't open module nouveau
[ 8.057] (II) UnloadModule: "nouveau"
[ 8.057] (II) Unloading nouveau
[ 8.057] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 8.057] (II) LoadModule: "nv"
[ 8.057] (WW) Warning, couldn't open module nv
[ 8.057] (II) UnloadModule: "nv"
[ 8.057] (II) Unloading nv
[ 8.057] (EE) Failed to load module "nv" (module does not exist, 0)
[ 8.057] (II) LoadModule: "modesetting"
[ 8.057] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 8.058] (II) Module modesetting: vendor="X.Org Foundation"
[ 8.058] compiled for 1.19.5, module version = 1.19.5
[ 8.058] Module class: X.Org Video Driver
[ 8.058] ABI class: X.Org Video Driver, version 23.0
[ 8.058] (II) LoadModule: "fbdev"
[ 8.058] (WW) Warning, couldn't open module fbdev
[ 8.058] (II) UnloadModule: "fbdev"
[ 8.058] (II) Unloading fbdev
[ 8.058] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 8.058] (II) LoadModule: "vesa"
[ 8.058] (WW) Warning, couldn't open module vesa
[ 8.058] (II) UnloadModule: "vesa"
[ 8.058] (II) Unloading vesa
[ 8.058] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 8.058] (II) NVIDIA dlloader X Driver 384.98 Thu Oct 26 14:06:45 PDT 2017
[ 8.058] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 8.059] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 8.071] (II) Loading sub module "fb"
[ 8.071] (II) LoadModule: "fb"
[ 8.071] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 8.072] (II) Module fb: vendor="X.Org Foundation"
[ 8.072] compiled for 1.19.5, module version = 1.0.0
[ 8.072] ABI class: X.Org ANSI C Emulation, version 0.4
[ 8.072] (II) Loading sub module "wfb"
[ 8.072] (II) LoadModule: "wfb"
[ 8.072] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 8.074] (II) Module wfb: vendor="X.Org Foundation"
[ 8.074] compiled for 1.19.5, module version = 1.0.0
[ 8.074] ABI class: X.Org ANSI C Emulation, version 0.4
[ 8.074] (II) Loading sub module "ramdac"
[ 8.074] (II) LoadModule: "ramdac"
[ 8.074] (II) Module "ramdac" already built-in
[ 8.076] (WW) Falling back to old probe method for modesetting
[ 8.076] (II) NVIDIA(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 8.076] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 8.076] (==) NVIDIA(0): RGB weight 888
[ 8.076] (==) NVIDIA(0): Default visual is TrueColor
[ 8.076] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 8.077] (**) NVIDIA(0): Enabling 2D acceleration
[ 8.727] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 8.727] (--) NVIDIA(0): CRT-0
[ 8.727] (--) NVIDIA(0): DFP-0
[ 8.727] (--) NVIDIA(0): DFP-1
[ 8.727] (--) NVIDIA(0): DFP-2
[ 8.727] (--) NVIDIA(0): DFP-3 (boot)
[ 8.727] (--) NVIDIA(0): DFP-4
[ 8.727] (--) NVIDIA(0): DFP-5
[ 8.727] (--) NVIDIA(0): DFP-6
[ 8.727] (--) NVIDIA(0): DFP-7
[ 8.728] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 960 (GM206-A) at PCI:1:0:0 (GPU-0)
[ 8.728] (--) NVIDIA(0): Memory: 2097152 kBytes
[ 8.728] (--) NVIDIA(0): VideoBIOS: 84.06.0d.00.02
[ 8.728] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 8.730] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 8.730] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 8.730] (--) NVIDIA(GPU-0):
[ 8.733] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 8.733] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 8.733] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 8.733] (--) NVIDIA(GPU-0):
[ 8.733] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 8.733] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 8.733] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[ 8.733] (--) NVIDIA(GPU-0):
[ 8.733] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 8.733] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 8.733] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 8.733] (--) NVIDIA(GPU-0):
[ 8.733] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): connected
[ 8.733] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): Internal DisplayPort
[ 8.733] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): 960.0 MHz maximum pixel clock
[ 8.733] (--) NVIDIA(GPU-0):
[ 8.733] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 8.733] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 8.733] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 8.733] (--) NVIDIA(GPU-0):
[ 8.733] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 8.733] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 8.733] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 8.733] (--) NVIDIA(GPU-0):
[ 8.733] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): connected
[ 8.733] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): Internal DisplayPort
[ 8.733] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): 960.0 MHz maximum pixel clock
[ 8.733] (--) NVIDIA(GPU-0):
[ 8.734] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 8.734] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 8.734] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 8.734] (--) NVIDIA(GPU-0):
[ 8.736] (==) NVIDIA(0):
[ 8.736] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 8.736] (==) NVIDIA(0): will be used as the requested mode.
[ 8.736] (==) NVIDIA(0):
[ 8.737] (II) NVIDIA(0): Validated MetaModes:
[ 8.737] (II) NVIDIA(0): "DFP-3:nvidia-auto-select,DFP-6:nvidia-auto-select"
[ 8.737] (II) NVIDIA(0): Virtual screen size determined to be 3840 x 1200
[ 8.741] (--) NVIDIA(0): DPI set to (93, 95); computed from "UseEdidDpi" X config
[ 8.741] (--) NVIDIA(0): option
[ 8.741] (II) UnloadModule: "modesetting"
[ 8.741] (II) Unloading modesetting
[ 8.741] (--) Depth 24 pixmap format is 32 bpp
[ 8.742] (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory
[ 8.742] (II) NVIDIA: access.
[ 8.756] (II) NVIDIA(0): Setting mode "DFP-3:nvidia-auto-select,DFP-6:nvidia-auto-select"
[ 8.920] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 8.920] (==) NVIDIA(0): Backing store enabled
[ 8.920] (==) NVIDIA(0): Silken mouse enabled
[ 8.921] (==) NVIDIA(0): DPMS enabled
[ 8.921] (II) Loading sub module "dri2"
[ 8.921] (II) LoadModule: "dri2"
[ 8.921] (II) Module "dri2" already built-in
[ 8.921] (II) NVIDIA(0): [DRI2] Setup complete
[ 8.921] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 8.922] (--) RandR disabled
[ 8.924] (II) SELinux: Disabled on system
[ 8.924] (II) Initializing extension GLX
[ 8.924] (II) Indirect GLX disabled.
[ 8.990] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[ 8.990] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 8.990] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 8.990] (II) LoadModule: "libinput"
[ 8.990] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 8.995] (II) Module libinput: vendor="X.Org Foundation"
[ 8.995] compiled for 1.19.3, module version = 0.26.0
[ 8.995] Module class: X.Org XInput Driver
[ 8.995] ABI class: X.Org XInput driver, version 24.1
[ 8.996] (II) Using input driver 'libinput' for 'Power Button'
[ 8.996] (**) Power Button: always reports core events
[ 8.996] (**) Option "Device" "/dev/input/event4"
[ 8.996] (**) Option "_source" "server/udev"
[ 8.996] (II) event4 - (II) Power Button: (II) is tagged by udev as: Keyboard
[ 8.996] (II) event4 - (II) Power Button: (II) device is a keyboard
[ 8.996] (II) event4 - (II) Power Button: (II) device removed
[ 9.020] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[ 9.020] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 9.020] (**) Option "xkb_model" "pc105"
[ 9.020] (**) Option "xkb_layout" "de"
[ 9.036] (II) event4 - (II) Power Button: (II) is tagged by udev as: Keyboard
[ 9.036] (II) event4 - (II) Power Button: (II) device is a keyboard
[ 9.036] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 9.036] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 9.036] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 9.036] (II) Using input driver 'libinput' for 'Power Button'
[ 9.036] (**) Power Button: always reports core events
[ 9.036] (**) Option "Device" "/dev/input/event2"
[ 9.036] (**) Option "_source" "server/udev"
[ 9.037] (II) event2 - (II) Power Button: (II) is tagged by udev as: Keyboard
[ 9.037] (II) event2 - (II) Power Button: (II) device is a keyboard
[ 9.037] (II) event2 - (II) Power Button: (II) device removed
[ 9.068] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[ 9.068] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 9.068] (**) Option "xkb_model" "pc105"
[ 9.068] (**) Option "xkb_layout" "de"
[ 9.068] (II) event2 - (II) Power Button: (II) is tagged by udev as: Keyboard
[ 9.068] (II) event2 - (II) Power Button: (II) device is a keyboard
[ 9.068] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[ 9.068] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 9.068] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 9.068] (II) Using input driver 'libinput' for 'Sleep Button'
[ 9.069] (**) Sleep Button: always reports core events
[ 9.069] (**) Option "Device" "/dev/input/event3"
[ 9.069] (**) Option "_source" "server/udev"
[ 9.069] (II) event3 - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[ 9.069] (II) event3 - (II) Sleep Button: (II) device is a keyboard
[ 9.069] (II) event3 - (II) Sleep Button: (II) device removed
[ 9.088] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3/event3"
[ 9.088] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[ 9.088] (**) Option "xkb_model" "pc105"
[ 9.088] (**) Option "xkb_layout" "de"
[ 9.088] (II) event3 - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[ 9.088] (II) event3 - (II) Sleep Button: (II) device is a keyboard
[ 9.089] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event14)
[ 9.089] (II) No input driver specified, ignoring this device.
[ 9.089] (II) This device may have been added with another device file.
[ 9.089] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event15)
[ 9.089] (II) No input driver specified, ignoring this device.
[ 9.089] (II) This device may have been added with another device file.
[ 9.089] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event16)
[ 9.089] (II) No input driver specified, ignoring this device.
[ 9.089] (II) This device may have been added with another device file.
[ 9.089] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event17)
[ 9.089] (II) No input driver specified, ignoring this device.
[ 9.089] (II) This device may have been added with another device file.
[ 9.090] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event1)
[ 9.090] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
[ 9.090] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "libinput pointer catchall"
[ 9.090] (II) Using input driver 'libinput' for 'Logitech USB-PS/2 Optical Mouse'
[ 9.090] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
[ 9.090] (**) Option "Device" "/dev/input/event1"
[ 9.090] (**) Option "_source" "server/udev"
[ 9.148] (II) event1 - (II) Logitech USB-PS/2 Optical Mouse: (II) is tagged by udev as: Mouse
[ 9.148] (II) event1 - (II) Logitech USB-PS/2 Optical Mouse: (II) device set to 600 DPI
[ 9.148] (II) event1 - (II) Logitech USB-PS/2 Optical Mouse: (II) device is a pointer
[ 9.148] (II) event1 - (II) Logitech USB-PS/2 Optical Mouse: (II) device removed
[ 9.180] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/0003:046D:C045.0001/input/input1/event1"
[ 9.180] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 9)
[ 9.180] (**) Option "AccelerationScheme" "none"
[ 9.180] (**) Logitech USB-PS/2 Optical Mouse: (accel) selected scheme none/0
[ 9.180] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[ 9.180] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[ 9.240] (II) event1 - (II) Logitech USB-PS/2 Optical Mouse: (II) is tagged by udev as: Mouse
[ 9.240] (II) event1 - (II) Logitech USB-PS/2 Optical Mouse: (II) device set to 600 DPI
[ 9.240] (II) event1 - (II) Logitech USB-PS/2 Optical Mouse: (II) device is a pointer
[ 9.240] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0)
[ 9.240] (II) No input driver specified, ignoring this device.
[ 9.240] (II) This device may have been added with another device file.
[ 9.241] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event10)
[ 9.241] (II) No input driver specified, ignoring this device.
[ 9.241] (II) This device may have been added with another device file.
[ 9.241] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event11)
[ 9.241] (II) No input driver specified, ignoring this device.
[ 9.241] (II) This device may have been added with another device file.
[ 9.241] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event12)
[ 9.241] (II) No input driver specified, ignoring this device.
[ 9.241] (II) This device may have been added with another device file.
[ 9.242] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event13)
[ 9.242] (II) No input driver specified, ignoring this device.
[ 9.242] (II) This device may have been added with another device file.
[ 9.242] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event5)
[ 9.242] (II) No input driver specified, ignoring this device.
[ 9.242] (II) This device may have been added with another device file.
[ 9.242] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event6)
[ 9.242] (II) No input driver specified, ignoring this device.
[ 9.242] (II) This device may have been added with another device file.
[ 9.242] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event7)
[ 9.242] (II) No input driver specified, ignoring this device.
[ 9.242] (II) This device may have been added with another device file.
[ 9.243] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event8)
[ 9.243] (II) No input driver specified, ignoring this device.
[ 9.243] (II) This device may have been added with another device file.
[ 9.243] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event9)
[ 9.243] (II) No input driver specified, ignoring this device.
[ 9.243] (II) This device may have been added with another device file.
[ 9.243] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 9.243] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 9.243] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 9.243] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 9.243] (**) AT Translated Set 2 keyboard: always reports core events
[ 9.243] (**) Option "Device" "/dev/input/event0"
[ 9.243] (**) Option "_source" "server/udev"
[ 9.244] (II) event0 - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[ 9.244] (II) event0 - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[ 9.244] (II) event0 - (II) AT Translated Set 2 keyboard: (II) device removed
[ 9.268] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 9.268] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[ 9.268] (**) Option "xkb_model" "pc105"
[ 9.268] (**) Option "xkb_layout" "de"
[ 9.268] (II) event0 - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[ 9.268] (II) event0 - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[ 9.272] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): connected
[ 9.272] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): Internal DisplayPort
[ 9.272] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): 960.0 MHz maximum pixel clock
[ 9.272] (--) NVIDIA(GPU-0):
[ 9.272] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): connected
[ 9.272] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): Internal DisplayPort
[ 9.272] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): 960.0 MHz maximum pixel clock
[ 9.272] (--) NVIDIA(GPU-0):
[ 17.618] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 17.618] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 17.618] (--) NVIDIA(GPU-0):
[ 17.620] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 17.621] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 17.621] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 17.621] (--) NVIDIA(GPU-0):
[ 17.621] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 17.621] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 17.621] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[ 17.621] (--) NVIDIA(GPU-0):
[ 17.621] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 17.621] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 17.621] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 17.621] (--) NVIDIA(GPU-0):
[ 17.621] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): connected
[ 17.621] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): Internal DisplayPort
[ 17.621] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): 960.0 MHz maximum pixel clock
[ 17.621] (--) NVIDIA(GPU-0):
[ 17.621] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 17.621] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 17.621] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 17.621] (--) NVIDIA(GPU-0):
[ 17.621] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 17.621] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 17.621] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 17.621] (--) NVIDIA(GPU-0):
[ 17.622] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): connected
[ 17.622] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): Internal DisplayPort
[ 17.622] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): 960.0 MHz maximum pixel clock
[ 17.622] (--) NVIDIA(GPU-0):
[ 17.622] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 17.622] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 17.622] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 17.622] (--) NVIDIA(GPU-0):
[ 25.313] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 25.313] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 25.313] (--) NVIDIA(GPU-0):
[ 25.316] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 25.316] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 25.316] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 25.316] (--) NVIDIA(GPU-0):
[ 25.316] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 25.316] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 25.316] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[ 25.316] (--) NVIDIA(GPU-0):
[ 25.316] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 25.316] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 25.316] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 25.316] (--) NVIDIA(GPU-0):
[ 25.316] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): connected
[ 25.316] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): Internal DisplayPort
[ 25.316] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): 960.0 MHz maximum pixel clock
[ 25.316] (--) NVIDIA(GPU-0):
[ 25.317] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 25.317] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 25.317] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 25.317] (--) NVIDIA(GPU-0):
[ 25.317] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 25.317] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 25.317] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 25.317] (--) NVIDIA(GPU-0):
[ 25.317] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): connected
[ 25.317] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): Internal DisplayPort
[ 25.317] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): 960.0 MHz maximum pixel clock
[ 25.317] (--) NVIDIA(GPU-0):
[ 25.318] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 25.318] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 25.318] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 25.318] (--) NVIDIA(GPU-0):
[ 25.320] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 25.320] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 25.320] (--) NVIDIA(GPU-0):
[ 25.323] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 25.323] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 25.323] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 25.323] (--) NVIDIA(GPU-0):
[ 25.323] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 25.323] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 25.323] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[ 25.323] (--) NVIDIA(GPU-0):
[ 25.323] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 25.323] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 25.323] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 25.323] (--) NVIDIA(GPU-0):
[ 25.324] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): connected
[ 25.324] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): Internal DisplayPort
[ 25.324] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): 960.0 MHz maximum pixel clock
[ 25.324] (--) NVIDIA(GPU-0):
[ 25.324] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 25.324] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 25.324] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 25.324] (--) NVIDIA(GPU-0):
[ 25.324] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 25.324] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 25.324] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 25.324] (--) NVIDIA(GPU-0):
[ 25.324] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): connected
[ 25.324] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): Internal DisplayPort
[ 25.324] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): 960.0 MHz maximum pixel clock
[ 25.324] (--) NVIDIA(GPU-0):
[ 25.325] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 25.325] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 25.325] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 25.325] (--) NVIDIA(GPU-0):
[ 59851.444] (II) event4 - (II) Power Button: (II) device removed
[ 59851.480] (II) event2 - (II) Power Button: (II) device removed
[ 59851.500] (II) event3 - (II) Sleep Button: (II) device removed
[ 59851.516] (II) event1 - (II) Logitech USB-PS/2 Optical Mouse: (II) device removed
[ 59851.548] (II) event0 - (II) AT Translated Set 2 keyboard: (II) device removed
[ 59857.803] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 59857.803] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 59857.803] (--) NVIDIA(GPU-0):
[ 59857.805] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 59857.805] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 59857.805] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 59857.805] (--) NVIDIA(GPU-0):
[ 59857.805] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 59857.805] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 59857.805] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[ 59857.805] (--) NVIDIA(GPU-0):
[ 59857.805] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 59857.805] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 59857.805] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 59857.805] (--) NVIDIA(GPU-0):
[ 59857.806] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): connected
[ 59857.806] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): Internal DisplayPort
[ 59857.806] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): 960.0 MHz maximum pixel clock
[ 59857.806] (--) NVIDIA(GPU-0):
[ 59857.806] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 59857.806] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 59857.806] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 59857.806] (--) NVIDIA(GPU-0):
[ 59857.806] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 59857.806] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 59857.806] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 59857.806] (--) NVIDIA(GPU-0):
[ 59857.806] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): connected
[ 59857.806] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): Internal DisplayPort
[ 59857.806] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): 960.0 MHz maximum pixel clock
[ 59857.806] (--) NVIDIA(GPU-0):
[ 59857.807] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 59857.807] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 59857.807] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 59857.807] (--) NVIDIA(GPU-0):
[ 59857.812] (II) NVIDIA(0): Setting mode "DFP-3:nvidia-auto-select,DFP-6:nvidia-auto-select"
[ 59858.017] (II) event4 - (II) Power Button: (II) is tagged by udev as: Keyboard
[ 59858.017] (II) event4 - (II) Power Button: (II) device is a keyboard
[ 59858.018] (II) event2 - (II) Power Button: (II) is tagged by udev as: Keyboard
[ 59858.018] (II) event2 - (II) Power Button: (II) device is a keyboard
[ 59858.018] (II) event3 - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[ 59858.018] (II) event3 - (II) Sleep Button: (II) device is a keyboard
[ 59858.076] (II) event1 - (II) Logitech USB-PS/2 Optical Mouse: (II) is tagged by udev as: Mouse
[ 59858.076] (II) event1 - (II) Logitech USB-PS/2 Optical Mouse: (II) device set to 600 DPI
[ 59858.076] (II) event1 - (II) Logitech USB-PS/2 Optical Mouse: (II) device is a pointer
[ 59858.076] (II) event0 - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[ 59858.076] (II) event0 - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
^^^^^^^^^^ /var/log/Xorg.0.log ^^^^^^^^^^
<<<<<<<<<< /var/log/Xorg.0.log.old >>>>>>>>>>
[ 24.091]
X.Org X Server 1.19.5
Release Date: 2017-10-12
[ 24.091] X Protocol Version 11, Revision 0
[ 24.091] Build Operating System: Linux 4.9.0-4-amd64 x86_64 Debian
[ 24.091] Current Operating System: Linux jupiter 4.14.0-1-amd64 #1 SMP Debian 4.14.2-1 (2017-11-30) x86_64
[ 24.091] Kernel command line: BOOT_IMAGE=/vmlinuz-4.14.0-1-amd64 root=/dev/mapper/jupiter--root--vg-root ro quiet
[ 24.091] Build Date: 16 October 2017 12:28:38PM
[ 24.091] xorg-server 2:1.19.5-1 (https://www.debian.org/support)
[ 24.091] Current version of pixman: 0.34.0
[ 24.091] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 24.091] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 24.091] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Dec 30 16:00:05 2017
[ 24.095] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 24.098] (==) No Layout section. Using the first Screen section.
[ 24.098] (==) No screen section available. Using defaults.
[ 24.098] (**) |-->Screen "Default Screen Section" (0)
[ 24.098] (**) | |-->Monitor "<default monitor>"
[ 24.098] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 24.099] (==) Automatically adding devices
[ 24.099] (==) Automatically enabling devices
[ 24.099] (==) Automatically adding GPU devices
[ 24.099] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 24.106] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 24.106] Entry deleted from font path.
[ 24.117] (==) 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,
built-ins
[ 24.117] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 24.117] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 24.118] (II) Loader magic: 0x5613c969dde0
[ 24.118] (II) Module ABI versions:
[ 24.118] X.Org ANSI C Emulation: 0.4
[ 24.118] X.Org Video Driver: 23.0
[ 24.118] X.Org XInput driver : 24.1
[ 24.118] X.Org Server Extension : 10.0
[ 24.118] (++) using VT number 7
[ 24.118] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 24.118] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 24.119] (--) PCI:*(0:1:0:0) 10de:1401:1043:8520 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[ 24.119] (II) LoadModule: "glx"
[ 24.123] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[ 24.208] (II) Module glx: vendor="NVIDIA Corporation"
[ 24.208] compiled for 4.0.2, module version = 1.0.0
[ 24.208] Module class: X.Org Server Extension
[ 24.209] (II) NVIDIA GLX Module 384.98 Thu Oct 26 14:35:55 PDT 2017
[ 24.210] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[ 24.210] loading driver: nvidia
[ 24.210] (==) Matched nvidia as autoconfigured driver 0
[ 24.210] (==) Matched nouveau as autoconfigured driver 1
[ 24.210] (==) Matched nv as autoconfigured driver 2
[ 24.210] (==) Matched nouveau as autoconfigured driver 3
[ 24.210] (==) Matched nv as autoconfigured driver 4
[ 24.210] (==) Matched modesetting as autoconfigured driver 5
[ 24.210] (==) Matched fbdev as autoconfigured driver 6
[ 24.210] (==) Matched vesa as autoconfigured driver 7
[ 24.210] (==) Assigned the driver to the xf86ConfigLayout
[ 24.210] (II) LoadModule: "nvidia"
[ 24.211] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 24.220] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 24.220] compiled for 4.0.2, module version = 1.0.0
[ 24.220] Module class: X.Org Video Driver
[ 24.221] (II) LoadModule: "nouveau"
[ 24.222] (WW) Warning, couldn't open module nouveau
[ 24.222] (II) UnloadModule: "nouveau"
[ 24.222] (II) Unloading nouveau
[ 24.222] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 24.222] (II) LoadModule: "nv"
[ 24.222] (WW) Warning, couldn't open module nv
[ 24.222] (II) UnloadModule: "nv"
[ 24.222] (II) Unloading nv
[ 24.222] (EE) Failed to load module "nv" (module does not exist, 0)
[ 24.222] (II) LoadModule: "modesetting"
[ 24.222] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 24.224] (II) Module modesetting: vendor="X.Org Foundation"
[ 24.224] compiled for 1.19.5, module version = 1.19.5
[ 24.224] Module class: X.Org Video Driver
[ 24.224] ABI class: X.Org Video Driver, version 23.0
[ 24.224] (II) LoadModule: "fbdev"
[ 24.224] (WW) Warning, couldn't open module fbdev
[ 24.224] (II) UnloadModule: "fbdev"
[ 24.224] (II) Unloading fbdev
[ 24.224] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 24.224] (II) LoadModule: "vesa"
[ 24.224] (WW) Warning, couldn't open module vesa
[ 24.224] (II) UnloadModule: "vesa"
[ 24.224] (II) Unloading vesa
[ 24.224] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 24.224] (II) NVIDIA dlloader X Driver 384.98 Thu Oct 26 14:06:45 PDT 2017
[ 24.224] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 24.225] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 24.236] (II) Loading sub module "fb"
[ 24.236] (II) LoadModule: "fb"
[ 24.236] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 24.238] (II) Module fb: vendor="X.Org Foundation"
[ 24.238] compiled for 1.19.5, module version = 1.0.0
[ 24.238] ABI class: X.Org ANSI C Emulation, version 0.4
[ 24.238] (II) Loading sub module "wfb"
[ 24.238] (II) LoadModule: "wfb"
[ 24.238] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 24.240] (II) Module wfb: vendor="X.Org Foundation"
[ 24.240] compiled for 1.19.5, module version = 1.0.0
[ 24.240] ABI class: X.Org ANSI C Emulation, version 0.4
[ 24.240] (II) Loading sub module "ramdac"
[ 24.240] (II) LoadModule: "ramdac"
[ 24.240] (II) Module "ramdac" already built-in
[ 24.243] (WW) Falling back to old probe method for modesetting
[ 24.244] (II) NVIDIA(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 24.244] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 24.244] (==) NVIDIA(0): RGB weight 888
[ 24.244] (==) NVIDIA(0): Default visual is TrueColor
[ 24.244] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 24.245] (**) NVIDIA(0): Enabling 2D acceleration
[ 24.906] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 24.906] (--) NVIDIA(0): CRT-0
[ 24.906] (--) NVIDIA(0): DFP-0
[ 24.906] (--) NVIDIA(0): DFP-1
[ 24.906] (--) NVIDIA(0): DFP-2
[ 24.906] (--) NVIDIA(0): DFP-3 (boot)
[ 24.906] (--) NVIDIA(0): DFP-4
[ 24.906] (--) NVIDIA(0): DFP-5
[ 24.906] (--) NVIDIA(0): DFP-6
[ 24.906] (--) NVIDIA(0): DFP-7
[ 24.906] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 960 (GM206-A) at PCI:1:0:0 (GPU-0)
[ 24.906] (--) NVIDIA(0): Memory: 2097152 kBytes
[ 24.906] (--) NVIDIA(0): VideoBIOS: 84.06.0d.00.02
[ 24.906] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 24.909] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 24.909] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 24.909] (--) NVIDIA(GPU-0):
[ 24.911] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 24.911] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 24.911] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 24.911] (--) NVIDIA(GPU-0):
[ 24.911] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 24.911] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 24.911] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[ 24.911] (--) NVIDIA(GPU-0):
[ 24.911] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 24.911] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 24.911] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 24.911] (--) NVIDIA(GPU-0):
[ 24.911] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): connected
[ 24.911] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): Internal DisplayPort
[ 24.911] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): 960.0 MHz maximum pixel clock
[ 24.912] (--) NVIDIA(GPU-0):
[ 24.912] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 24.912] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 24.912] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 24.912] (--) NVIDIA(GPU-0):
[ 24.912] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 24.912] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 24.912] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 24.912] (--) NVIDIA(GPU-0):
[ 24.912] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): connected
[ 24.912] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): Internal DisplayPort
[ 24.912] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): 960.0 MHz maximum pixel clock
[ 24.912] (--) NVIDIA(GPU-0):
[ 24.913] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 24.913] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 24.913] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 24.913] (--) NVIDIA(GPU-0):
[ 24.915] (==) NVIDIA(0):
[ 24.915] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 24.915] (==) NVIDIA(0): will be used as the requested mode.
[ 24.915] (==) NVIDIA(0):
[ 24.915] (II) NVIDIA(0): Validated MetaModes:
[ 24.915] (II) NVIDIA(0): "DFP-3:nvidia-auto-select,DFP-6:nvidia-auto-select"
[ 24.915] (II) NVIDIA(0): Virtual screen size determined to be 3840 x 1200
[ 24.920] (--) NVIDIA(0): DPI set to (93, 95); computed from "UseEdidDpi" X config
[ 24.920] (--) NVIDIA(0): option
[ 24.920] (II) UnloadModule: "modesetting"
[ 24.920] (II) Unloading modesetting
[ 24.920] (--) Depth 24 pixmap format is 32 bpp
[ 24.921] (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory
[ 24.921] (II) NVIDIA: access.
[ 24.935] (II) NVIDIA(0): Setting mode "DFP-3:nvidia-auto-select,DFP-6:nvidia-auto-select"
[ 25.085] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 25.085] (==) NVIDIA(0): Backing store enabled
[ 25.085] (==) NVIDIA(0): Silken mouse enabled
[ 25.086] (==) NVIDIA(0): DPMS enabled
[ 25.086] (II) Loading sub module "dri2"
[ 25.086] (II) LoadModule: "dri2"
[ 25.086] (II) Module "dri2" already built-in
[ 25.086] (II) NVIDIA(0): [DRI2] Setup complete
[ 25.086] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 25.087] (--) RandR disabled
[ 25.089] (II) SELinux: Disabled on system
[ 25.089] (II) Initializing extension GLX
[ 25.089] (II) Indirect GLX disabled.
[ 25.150] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[ 25.150] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 25.150] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 25.150] (II) LoadModule: "libinput"
[ 25.150] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 25.158] (II) Module libinput: vendor="X.Org Foundation"
[ 25.158] compiled for 1.19.3, module version = 0.26.0
[ 25.158] Module class: X.Org XInput Driver
[ 25.158] ABI class: X.Org XInput driver, version 24.1
[ 25.158] (II) Using input driver 'libinput' for 'Power Button'
[ 25.158] (**) Power Button: always reports core events
[ 25.158] (**) Option "Device" "/dev/input/event4"
[ 25.158] (**) Option "_source" "server/udev"
[ 25.158] (II) event4 - (II) Power Button: (II) is tagged by udev as: Keyboard
[ 25.158] (II) event4 - (II) Power Button: (II) device is a keyboard
[ 25.158] (II) event4 - (II) Power Button: (II) device removed
[ 25.176] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[ 25.176] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 25.176] (**) Option "xkb_model" "pc105"
[ 25.176] (**) Option "xkb_layout" "de"
[ 25.193] (II) event4 - (II) Power Button: (II) is tagged by udev as: Keyboard
[ 25.193] (II) event4 - (II) Power Button: (II) device is a keyboard
[ 25.194] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 25.194] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 25.194] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 25.194] (II) Using input driver 'libinput' for 'Power Button'
[ 25.194] (**) Power Button: always reports core events
[ 25.194] (**) Option "Device" "/dev/input/event2"
[ 25.194] (**) Option "_source" "server/udev"
[ 25.194] (II) event2 - (II) Power Button: (II) is tagged by udev as: Keyboard
[ 25.194] (II) event2 - (II) Power Button: (II) device is a keyboard
[ 25.194] (II) event2 - (II) Power Button: (II) device removed
[ 25.216] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[ 25.216] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 25.216] (**) Option "xkb_model" "pc105"
[ 25.216] (**) Option "xkb_layout" "de"
[ 25.216] (II) event2 - (II) Power Button: (II) is tagged by udev as: Keyboard
[ 25.216] (II) event2 - (II) Power Button: (II) device is a keyboard
[ 25.216] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[ 25.216] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 25.216] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 25.216] (II) Using input driver 'libinput' for 'Sleep Button'
[ 25.216] (**) Sleep Button: always reports core events
[ 25.216] (**) Option "Device" "/dev/input/event3"
[ 25.216] (**) Option "_source" "server/udev"
[ 25.217] (II) event3 - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[ 25.217] (II) event3 - (II) Sleep Button: (II) device is a keyboard
[ 25.217] (II) event3 - (II) Sleep Button: (II) device removed
[ 25.232] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3/event3"
[ 25.232] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[ 25.232] (**) Option "xkb_model" "pc105"
[ 25.232] (**) Option "xkb_layout" "de"
[ 25.232] (II) event3 - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[ 25.232] (II) event3 - (II) Sleep Button: (II) device is a keyboard
[ 25.232] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event14)
[ 25.232] (II) No input driver specified, ignoring this device.
[ 25.232] (II) This device may have been added with another device file.
[ 25.233] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event15)
[ 25.233] (II) No input driver specified, ignoring this device.
[ 25.233] (II) This device may have been added with another device file.
[ 25.233] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event16)
[ 25.233] (II) No input driver specified, ignoring this device.
[ 25.233] (II) This device may have been added with another device file.
[ 25.233] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event17)
[ 25.233] (II) No input driver specified, ignoring this device.
[ 25.233] (II) This device may have been added with another device file.
[ 25.233] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event1)
[ 25.233] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
[ 25.233] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "libinput pointer catchall"
[ 25.233] (II) Using input driver 'libinput' for 'Logitech USB-PS/2 Optical Mouse'
[ 25.233] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
[ 25.233] (**) Option "Device" "/dev/input/event1"
[ 25.233] (**) Option "_source" "server/udev"
[ 25.292] (II) event1 - (II) Logitech USB-PS/2 Optical Mouse: (II) is tagged by udev as: Mouse
[ 25.292] (II) event1 - (II) Logitech USB-PS/2 Optical Mouse: (II) device set to 600 DPI
[ 25.292] (II) event1 - (II) Logitech USB-PS/2 Optical Mouse: (II) device is a pointer
[ 25.292] (II) event1 - (II) Logitech USB-PS/2 Optical Mouse: (II) device removed
[ 25.324] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/0003:046D:C045.0001/input/input1/event1"
[ 25.324] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 9)
[ 25.324] (**) Option "AccelerationScheme" "none"
[ 25.324] (**) Logitech USB-PS/2 Optical Mouse: (accel) selected scheme none/0
[ 25.324] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[ 25.324] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[ 25.384] (II) event1 - (II) Logitech USB-PS/2 Optical Mouse: (II) is tagged by udev as: Mouse
[ 25.384] (II) event1 - (II) Logitech USB-PS/2 Optical Mouse: (II) device set to 600 DPI
[ 25.384] (II) event1 - (II) Logitech USB-PS/2 Optical Mouse: (II) device is a pointer
[ 25.384] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0)
[ 25.384] (II) No input driver specified, ignoring this device.
[ 25.384] (II) This device may have been added with another device file.
[ 25.384] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event10)
[ 25.384] (II) No input driver specified, ignoring this device.
[ 25.384] (II) This device may have been added with another device file.
[ 25.385] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event11)
[ 25.385] (II) No input driver specified, ignoring this device.
[ 25.385] (II) This device may have been added with another device file.
[ 25.385] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event12)
[ 25.385] (II) No input driver specified, ignoring this device.
[ 25.385] (II) This device may have been added with another device file.
[ 25.385] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event13)
[ 25.385] (II) No input driver specified, ignoring this device.
[ 25.385] (II) This device may have been added with another device file.
[ 25.385] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event5)
[ 25.385] (II) No input driver specified, ignoring this device.
[ 25.385] (II) This device may have been added with another device file.
[ 25.385] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event6)
[ 25.385] (II) No input driver specified, ignoring this device.
[ 25.385] (II) This device may have been added with another device file.
[ 25.386] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event7)
[ 25.386] (II) No input driver specified, ignoring this device.
[ 25.386] (II) This device may have been added with another device file.
[ 25.386] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event8)
[ 25.386] (II) No input driver specified, ignoring this device.
[ 25.386] (II) This device may have been added with another device file.
[ 25.386] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event9)
[ 25.386] (II) No input driver specified, ignoring this device.
[ 25.386] (II) This device may have been added with another device file.
[ 25.386] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 25.386] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 25.386] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 25.386] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 25.386] (**) AT Translated Set 2 keyboard: always reports core events
[ 25.386] (**) Option "Device" "/dev/input/event0"
[ 25.386] (**) Option "_source" "server/udev"
[ 25.387] (II) event0 - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[ 25.387] (II) event0 - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[ 25.387] (II) event0 - (II) AT Translated Set 2 keyboard: (II) device removed
[ 25.400] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 25.400] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[ 25.400] (**) Option "xkb_model" "pc105"
[ 25.400] (**) Option "xkb_layout" "de"
[ 25.400] (II) event0 - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[ 25.400] (II) event0 - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[ 25.402] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): connected
[ 25.402] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): Internal DisplayPort
[ 25.402] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): 960.0 MHz maximum pixel clock
[ 25.402] (--) NVIDIA(GPU-0):
[ 25.403] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): connected
[ 25.403] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): Internal DisplayPort
[ 25.403] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): 960.0 MHz maximum pixel clock
[ 25.403] (--) NVIDIA(GPU-0):
[ 33.896] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 33.896] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 33.896] (--) NVIDIA(GPU-0):
[ 33.898] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 33.898] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 33.898] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 33.898] (--) NVIDIA(GPU-0):
[ 33.898] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 33.898] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 33.898] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[ 33.898] (--) NVIDIA(GPU-0):
[ 33.898] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 33.898] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 33.898] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 33.898] (--) NVIDIA(GPU-0):
[ 33.898] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): connected
[ 33.898] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): Internal DisplayPort
[ 33.898] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): 960.0 MHz maximum pixel clock
[ 33.898] (--) NVIDIA(GPU-0):
[ 33.899] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 33.899] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 33.899] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 33.899] (--) NVIDIA(GPU-0):
[ 33.899] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 33.899] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 33.899] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 33.899] (--) NVIDIA(GPU-0):
[ 33.899] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): connected
[ 33.899] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): Internal DisplayPort
[ 33.899] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): 960.0 MHz maximum pixel clock
[ 33.899] (--) NVIDIA(GPU-0):
[ 33.900] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 33.900] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 33.900] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 33.900] (--) NVIDIA(GPU-0):
[ 40.214] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 40.214] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 40.214] (--) NVIDIA(GPU-0):
[ 40.216] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 40.216] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 40.216] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 40.216] (--) NVIDIA(GPU-0):
[ 40.216] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 40.216] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 40.216] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[ 40.216] (--) NVIDIA(GPU-0):
[ 40.216] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 40.216] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 40.216] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 40.216] (--) NVIDIA(GPU-0):
[ 40.217] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): connected
[ 40.217] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): Internal DisplayPort
[ 40.217] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): 960.0 MHz maximum pixel clock
[ 40.217] (--) NVIDIA(GPU-0):
[ 40.217] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 40.217] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 40.217] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 40.217] (--) NVIDIA(GPU-0):
[ 40.217] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 40.217] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 40.217] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 40.217] (--) NVIDIA(GPU-0):
[ 40.217] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): connected
[ 40.217] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): Internal DisplayPort
[ 40.217] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): 960.0 MHz maximum pixel clock
[ 40.217] (--) NVIDIA(GPU-0):
[ 40.218] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 40.218] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 40.218] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 40.218] (--) NVIDIA(GPU-0):
[ 40.221] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 40.221] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 40.221] (--) NVIDIA(GPU-0):
[ 40.224] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 40.224] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 40.224] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 40.224] (--) NVIDIA(GPU-0):
[ 40.224] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 40.224] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 40.224] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[ 40.224] (--) NVIDIA(GPU-0):
[ 40.224] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 40.224] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 40.224] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 40.224] (--) NVIDIA(GPU-0):
[ 40.224] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): connected
[ 40.224] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): Internal DisplayPort
[ 40.224] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): 960.0 MHz maximum pixel clock
[ 40.224] (--) NVIDIA(GPU-0):
[ 40.225] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 40.225] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 40.225] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 40.225] (--) NVIDIA(GPU-0):
[ 40.225] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 40.225] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 40.225] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 40.225] (--) NVIDIA(GPU-0):
[ 40.225] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): connected
[ 40.225] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): Internal DisplayPort
[ 40.225] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): 960.0 MHz maximum pixel clock
[ 40.225] (--) NVIDIA(GPU-0):
[ 40.225] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 40.225] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 40.225] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 40.225] (--) NVIDIA(GPU-0):
[ 3696.458] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 3696.458] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 3696.458] (--) NVIDIA(GPU-0):
[ 3696.460] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 3696.460] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 3696.460] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 3696.460] (--) NVIDIA(GPU-0):
[ 3696.460] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 3696.460] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 3696.460] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[ 3696.460] (--) NVIDIA(GPU-0):
[ 3696.460] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 3696.460] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 3696.460] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 3696.460] (--) NVIDIA(GPU-0):
[ 3696.461] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): connected
[ 3696.461] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): Internal DisplayPort
[ 3696.461] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): 960.0 MHz maximum pixel clock
[ 3696.461] (--) NVIDIA(GPU-0):
[ 3696.461] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 3696.461] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 3696.461] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 3696.461] (--) NVIDIA(GPU-0):
[ 3696.461] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 3696.461] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 3696.461] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 3696.461] (--) NVIDIA(GPU-0):
[ 3696.461] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): connected
[ 3696.461] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): Internal DisplayPort
[ 3696.461] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): 960.0 MHz maximum pixel clock
[ 3696.461] (--) NVIDIA(GPU-0):
[ 3696.462] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 3696.462] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 3696.462] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 3696.462] (--) NVIDIA(GPU-0):
[ 3749.149] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 3749.149] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 3749.149] (--) NVIDIA(GPU-0):
[ 3749.151] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 3749.151] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 3749.151] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 3749.151] (--) NVIDIA(GPU-0):
[ 3749.151] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 3749.151] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 3749.151] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[ 3749.151] (--) NVIDIA(GPU-0):
[ 3749.151] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 3749.151] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 3749.151] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 3749.151] (--) NVIDIA(GPU-0):
[ 3749.151] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): connected
[ 3749.151] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): Internal DisplayPort
[ 3749.151] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): 960.0 MHz maximum pixel clock
[ 3749.151] (--) NVIDIA(GPU-0):
[ 3749.152] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 3749.152] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 3749.152] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 3749.152] (--) NVIDIA(GPU-0):
[ 3749.152] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 3749.152] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 3749.152] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 3749.152] (--) NVIDIA(GPU-0):
[ 3749.152] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): connected
[ 3749.152] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): Internal DisplayPort
[ 3749.152] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): 960.0 MHz maximum pixel clock
[ 3749.152] (--) NVIDIA(GPU-0):
[ 3749.152] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 3749.152] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 3749.152] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 3749.152] (--) NVIDIA(GPU-0):
[ 30358.263] (II) event4 - (II) Power Button: (II) device removed
[ 30358.276] (II) event2 - (II) Power Button: (II) device removed
[ 30358.300] (II) event3 - (II) Sleep Button: (II) device removed
[ 30358.316] (II) event1 - (II) Logitech USB-PS/2 Optical Mouse: (II) device removed
[ 30358.348] (II) event0 - (II) AT Translated Set 2 keyboard: (II) device removed
[ 30364.775] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 30364.775] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 30364.775] (--) NVIDIA(GPU-0):
[ 30364.777] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 30364.777] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 30364.778] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 30364.778] (--) NVIDIA(GPU-0):
[ 30364.778] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 30364.778] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 30364.778] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[ 30364.778] (--) NVIDIA(GPU-0):
[ 30364.778] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 30364.778] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 30364.778] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 30364.778] (--) NVIDIA(GPU-0):
[ 30364.778] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): connected
[ 30364.778] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): Internal DisplayPort
[ 30364.778] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): 960.0 MHz maximum pixel clock
[ 30364.778] (--) NVIDIA(GPU-0):
[ 30364.778] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 30364.778] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 30364.778] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 30364.778] (--) NVIDIA(GPU-0):
[ 30364.778] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 30364.778] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 30364.778] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 30364.778] (--) NVIDIA(GPU-0):
[ 30364.779] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): connected
[ 30364.779] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): Internal DisplayPort
[ 30364.779] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): 960.0 MHz maximum pixel clock
[ 30364.779] (--) NVIDIA(GPU-0):
[ 30364.779] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 30364.779] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 30364.779] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 30364.779] (--) NVIDIA(GPU-0):
[ 30364.785] (II) NVIDIA(0): Setting mode "DFP-3:nvidia-auto-select,DFP-6:nvidia-auto-select"
[ 30364.985] (II) event4 - (II) Power Button: (II) is tagged by udev as: Keyboard
[ 30364.985] (II) event4 - (II) Power Button: (II) device is a keyboard
[ 30364.985] (II) event2 - (II) Power Button: (II) is tagged by udev as: Keyboard
[ 30364.985] (II) event2 - (II) Power Button: (II) device is a keyboard
[ 30364.985] (II) event3 - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[ 30364.985] (II) event3 - (II) Sleep Button: (II) device is a keyboard
[ 30365.044] (II) event1 - (II) Logitech USB-PS/2 Optical Mouse: (II) is tagged by udev as: Mouse
[ 30365.044] (II) event1 - (II) Logitech USB-PS/2 Optical Mouse: (II) device set to 600 DPI
[ 30365.044] (II) event1 - (II) Logitech USB-PS/2 Optical Mouse: (II) device is a pointer
[ 30365.044] (II) event0 - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[ 30365.044] (II) event0 - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[ 88800.773] (II) event4 - (II) Power Button: (II) device removed
[ 88800.788] (II) event2 - (II) Power Button: (II) device removed
[ 88800.804] (II) event3 - (II) Sleep Button: (II) device removed
[ 88800.820] (II) event1 - (II) Logitech USB-PS/2 Optical Mouse: (II) device removed
[ 88800.857] (II) event0 - (II) AT Translated Set 2 keyboard: (II) device removed
[ 88803.129] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 88803.129] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 88803.129] (--) NVIDIA(GPU-0):
[ 88803.131] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 88803.131] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 88803.131] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 88803.131] (--) NVIDIA(GPU-0):
[ 88803.131] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 88803.131] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 88803.131] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[ 88803.131] (--) NVIDIA(GPU-0):
[ 88803.131] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 88803.131] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 88803.131] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 88803.131] (--) NVIDIA(GPU-0):
[ 88803.131] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): connected
[ 88803.131] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): Internal DisplayPort
[ 88803.131] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): 960.0 MHz maximum pixel clock
[ 88803.131] (--) NVIDIA(GPU-0):
[ 88803.132] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 88803.132] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 88803.132] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 88803.132] (--) NVIDIA(GPU-0):
[ 88803.132] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 88803.132] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 88803.132] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 88803.132] (--) NVIDIA(GPU-0):
[ 88803.132] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): connected
[ 88803.132] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): Internal DisplayPort
[ 88803.132] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): 960.0 MHz maximum pixel clock
[ 88803.132] (--) NVIDIA(GPU-0):
[ 88803.132] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 88803.132] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 88803.132] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 88803.132] (--) NVIDIA(GPU-0):
[ 88803.138] (II) NVIDIA(0): Setting mode "DFP-3:nvidia-auto-select,DFP-6:nvidia-auto-select"
[ 88803.345] (II) event4 - (II) Power Button: (II) is tagged by udev as: Keyboard
[ 88803.345] (II) event4 - (II) Power Button: (II) device is a keyboard
[ 88803.346] (II) event2 - (II) Power Button: (II) is tagged by udev as: Keyboard
[ 88803.346] (II) event2 - (II) Power Button: (II) device is a keyboard
[ 88803.346] (II) event3 - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[ 88803.346] (II) event3 - (II) Sleep Button: (II) device is a keyboard
[ 88803.404] (II) event1 - (II) Logitech USB-PS/2 Optical Mouse: (II) is tagged by udev as: Mouse
[ 88803.404] (II) event1 - (II) Logitech USB-PS/2 Optical Mouse: (II) device set to 600 DPI
[ 88803.404] (II) event1 - (II) Logitech USB-PS/2 Optical Mouse: (II) device is a pointer
[ 88803.404] (II) event0 - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[ 88803.404] (II) event0 - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[141538.229] (II) event4 - (II) Power Button: (II) device removed
[141538.248] (II) event2 - (II) Power Button: (II) device removed
[141538.268] (II) event3 - (II) Sleep Button: (II) device removed
[141538.296] (II) event1 - (II) Logitech USB-PS/2 Optical Mouse: (II) device removed
[141538.340] (II) event0 - (II) AT Translated Set 2 keyboard: (II) device removed
[141540.516] (--) NVIDIA(GPU-0): CRT-0: disconnected
[141540.516] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[141540.516] (--) NVIDIA(GPU-0):
[141540.518] (--) NVIDIA(GPU-0): DFP-0: disconnected
[141540.518] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[141540.518] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[141540.518] (--) NVIDIA(GPU-0):
[141540.518] (--) NVIDIA(GPU-0): DFP-1: disconnected
[141540.518] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[141540.518] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[141540.518] (--) NVIDIA(GPU-0):
[141540.518] (--) NVIDIA(GPU-0): DFP-2: disconnected
[141540.518] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[141540.518] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[141540.518] (--) NVIDIA(GPU-0):
[141540.518] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): connected
[141540.518] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): Internal DisplayPort
[141540.518] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): 960.0 MHz maximum pixel clock
[141540.518] (--) NVIDIA(GPU-0):
[141540.519] (--) NVIDIA(GPU-0): DFP-4: disconnected
[141540.519] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[141540.519] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[141540.519] (--) NVIDIA(GPU-0):
[141540.519] (--) NVIDIA(GPU-0): DFP-5: disconnected
[141540.519] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[141540.519] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[141540.519] (--) NVIDIA(GPU-0):
[141540.519] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): connected
[141540.519] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): Internal DisplayPort
[141540.519] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): 960.0 MHz maximum pixel clock
[141540.519] (--) NVIDIA(GPU-0):
[141540.519] (--) NVIDIA(GPU-0): DFP-7: disconnected
[141540.519] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[141540.519] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[141540.519] (--) NVIDIA(GPU-0):
[141540.524] (II) NVIDIA(0): Setting mode "DFP-3:nvidia-auto-select,DFP-6:nvidia-auto-select"
[141540.730] (II) event4 - (II) Power Button: (II) is tagged by udev as: Keyboard
[141540.730] (II) event4 - (II) Power Button: (II) device is a keyboard
[141540.730] (II) event2 - (II) Power Button: (II) is tagged by udev as: Keyboard
[141540.730] (II) event2 - (II) Power Button: (II) device is a keyboard
[141540.731] (II) event3 - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[141540.731] (II) event3 - (II) Sleep Button: (II) device is a keyboard
[141540.788] (II) event1 - (II) Logitech USB-PS/2 Optical Mouse: (II) is tagged by udev as: Mouse
[141540.788] (II) event1 - (II) Logitech USB-PS/2 Optical Mouse: (II) device set to 600 DPI
[141540.788] (II) event1 - (II) Logitech USB-PS/2 Optical Mouse: (II) device is a pointer
[141540.788] (II) event0 - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[141540.788] (II) event0 - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[144614.033] (--) NVIDIA(GPU-0): DFP-6: disconnected
[144614.033] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[144614.033] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[144614.033] (--) NVIDIA(GPU-0):
[144614.037] (--) NVIDIA(GPU-0): CRT-0: disconnected
[144614.037] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[144614.037] (--) NVIDIA(GPU-0):
[144614.040] (--) NVIDIA(GPU-0): DFP-0: disconnected
[144614.040] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[144614.040] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[144614.040] (--) NVIDIA(GPU-0):
[144614.040] (--) NVIDIA(GPU-0): DFP-1: disconnected
[144614.040] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[144614.040] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[144614.040] (--) NVIDIA(GPU-0):
[144614.040] (--) NVIDIA(GPU-0): DFP-2: disconnected
[144614.040] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[144614.040] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[144614.040] (--) NVIDIA(GPU-0):
[144614.040] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): connected
[144614.040] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): Internal DisplayPort
[144614.040] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): 960.0 MHz maximum pixel clock
[144614.040] (--) NVIDIA(GPU-0):
[144614.041] (--) NVIDIA(GPU-0): DFP-4: disconnected
[144614.041] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[144614.041] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[144614.041] (--) NVIDIA(GPU-0):
[144614.041] (--) NVIDIA(GPU-0): DFP-5: disconnected
[144614.041] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[144614.041] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[144614.041] (--) NVIDIA(GPU-0):
[144614.041] (--) NVIDIA(GPU-0): DFP-6: disconnected
[144614.041] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[144614.041] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[144614.041] (--) NVIDIA(GPU-0):
[144614.041] (--) NVIDIA(GPU-0): DFP-7: disconnected
[144614.041] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[144614.041] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[144614.041] (--) NVIDIA(GPU-0):
[144614.044] (--) NVIDIA(GPU-0): CRT-0: disconnected
[144614.044] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[144614.044] (--) NVIDIA(GPU-0):
[144614.047] (--) NVIDIA(GPU-0): DFP-0: disconnected
[144614.047] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[144614.047] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[144614.047] (--) NVIDIA(GPU-0):
[144614.047] (--) NVIDIA(GPU-0): DFP-1: disconnected
[144614.047] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[144614.047] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[144614.047] (--) NVIDIA(GPU-0):
[144614.047] (--) NVIDIA(GPU-0): DFP-2: disconnected
[144614.047] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[144614.047] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[144614.047] (--) NVIDIA(GPU-0):
[144614.047] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): connected
[144614.047] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): Internal DisplayPort
[144614.047] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): 960.0 MHz maximum pixel clock
[144614.047] (--) NVIDIA(GPU-0):
[144614.048] (--) NVIDIA(GPU-0): DFP-4: disconnected
[144614.048] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[144614.048] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[144614.048] (--) NVIDIA(GPU-0):
[144614.048] (--) NVIDIA(GPU-0): DFP-5: disconnected
[144614.048] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[144614.048] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[144614.048] (--) NVIDIA(GPU-0):
[144614.048] (--) NVIDIA(GPU-0): DFP-6: disconnected
[144614.048] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[144614.048] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[144614.048] (--) NVIDIA(GPU-0):
[144614.048] (--) NVIDIA(GPU-0): DFP-7: disconnected
[144614.048] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[144614.048] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[144614.048] (--) NVIDIA(GPU-0):
[144614.051] (II) NVIDIA(0): Setting mode "DP-2: nvidia-auto-select @1920x1200 +0+0 {ViewPortIn=1920x1200, ViewPortOut=1920x1200+0+0}"
[144614.230] (--) NVIDIA(GPU-0): CRT-0: disconnected
[144614.230] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[144614.230] (--) NVIDIA(GPU-0):
[144614.233] (--) NVIDIA(GPU-0): DFP-0: disconnected
[144614.233] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[144614.233] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[144614.233] (--) NVIDIA(GPU-0):
[144614.233] (--) NVIDIA(GPU-0): DFP-1: disconnected
[144614.233] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[144614.233] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[144614.233] (--) NVIDIA(GPU-0):
[144614.233] (--) NVIDIA(GPU-0): DFP-2: disconnected
[144614.233] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[144614.233] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[144614.233] (--) NVIDIA(GPU-0):
[144614.233] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): connected
[144614.233] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): Internal DisplayPort
[144614.233] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): 960.0 MHz maximum pixel clock
[144614.233] (--) NVIDIA(GPU-0):
[144614.234] (--) NVIDIA(GPU-0): DFP-4: disconnected
[144614.234] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[144614.234] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[144614.234] (--) NVIDIA(GPU-0):
[144614.234] (--) NVIDIA(GPU-0): DFP-5: disconnected
[144614.234] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[144614.234] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[144614.234] (--) NVIDIA(GPU-0):
[144614.234] (--) NVIDIA(GPU-0): DFP-6: disconnected
[144614.234] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[144614.234] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[144614.234] (--) NVIDIA(GPU-0):
[144614.234] (--) NVIDIA(GPU-0): DFP-7: disconnected
[144614.234] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[144614.234] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[144614.234] (--) NVIDIA(GPU-0):
[144614.237] (--) NVIDIA(GPU-0): CRT-0: disconnected
[144614.237] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[144614.237] (--) NVIDIA(GPU-0):
[144614.240] (--) NVIDIA(GPU-0): DFP-0: disconnected
[144614.240] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[144614.240] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[144614.240] (--) NVIDIA(GPU-0):
[144614.240] (--) NVIDIA(GPU-0): DFP-1: disconnected
[144614.240] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[144614.240] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[144614.240] (--) NVIDIA(GPU-0):
[144614.240] (--) NVIDIA(GPU-0): DFP-2: disconnected
[144614.240] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[144614.240] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[144614.240] (--) NVIDIA(GPU-0):
[144614.240] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): connected
[144614.240] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): Internal DisplayPort
[144614.240] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): 960.0 MHz maximum pixel clock
[144614.240] (--) NVIDIA(GPU-0):
[144614.241] (--) NVIDIA(GPU-0): DFP-4: disconnected
[144614.241] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[144614.241] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[144614.241] (--) NVIDIA(GPU-0):
[144614.241] (--) NVIDIA(GPU-0): DFP-5: disconnected
[144614.241] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[144614.241] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[144614.241] (--) NVIDIA(GPU-0):
[144614.241] (--) NVIDIA(GPU-0): DFP-6: disconnected
[144614.241] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[144614.241] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[144614.241] (--) NVIDIA(GPU-0):
[144614.241] (--) NVIDIA(GPU-0): DFP-7: disconnected
[144614.241] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[144614.241] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[144614.241] (--) NVIDIA(GPU-0):
[144614.275] (--) NVIDIA(GPU-0): CRT-0: disconnected
[144614.275] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[144614.275] (--) NVIDIA(GPU-0):
[144614.277] (--) NVIDIA(GPU-0): DFP-0: disconnected
[144614.277] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[144614.277] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[144614.277] (--) NVIDIA(GPU-0):
[144614.277] (--) NVIDIA(GPU-0): DFP-1: disconnected
[144614.277] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[144614.277] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[144614.277] (--) NVIDIA(GPU-0):
[144614.277] (--) NVIDIA(GPU-0): DFP-2: disconnected
[144614.277] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[144614.277] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[144614.277] (--) NVIDIA(GPU-0):
[144614.278] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): connected
[144614.278] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): Internal DisplayPort
[144614.278] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): 960.0 MHz maximum pixel clock
[144614.278] (--) NVIDIA(GPU-0):
[144614.278] (--) NVIDIA(GPU-0): DFP-4: disconnected
[144614.278] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[144614.278] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[144614.278] (--) NVIDIA(GPU-0):
[144614.278] (--) NVIDIA(GPU-0): DFP-5: disconnected
[144614.278] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[144614.278] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[144614.278] (--) NVIDIA(GPU-0):
[144614.278] (--) NVIDIA(GPU-0): DFP-6: disconnected
[144614.278] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[144614.278] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[144614.278] (--) NVIDIA(GPU-0):
[144614.278] (--) NVIDIA(GPU-0): DFP-7: disconnected
[144614.278] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[144614.278] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[144614.278] (--) NVIDIA(GPU-0):
[144614.281] (--) NVIDIA(GPU-0): CRT-0: disconnected
[144614.281] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[144614.281] (--) NVIDIA(GPU-0):
[144614.283] (--) NVIDIA(GPU-0): DFP-0: disconnected
[144614.283] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[144614.283] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[144614.283] (--) NVIDIA(GPU-0):
[144614.283] (--) NVIDIA(GPU-0): DFP-1: disconnected
[144614.283] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[144614.283] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[144614.283] (--) NVIDIA(GPU-0):
[144614.284] (--) NVIDIA(GPU-0): DFP-2: disconnected
[144614.284] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[144614.284] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[144614.284] (--) NVIDIA(GPU-0):
[144614.284] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): connected
[144614.284] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): Internal DisplayPort
[144614.284] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): 960.0 MHz maximum pixel clock
[144614.284] (--) NVIDIA(GPU-0):
[144614.284] (--) NVIDIA(GPU-0): DFP-4: disconnected
[144614.284] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[144614.284] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[144614.284] (--) NVIDIA(GPU-0):
[144614.284] (--) NVIDIA(GPU-0): DFP-5: disconnected
[144614.284] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[144614.284] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[144614.284] (--) NVIDIA(GPU-0):
[144614.284] (--) NVIDIA(GPU-0): DFP-6: disconnected
[144614.284] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[144614.284] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[144614.284] (--) NVIDIA(GPU-0):
[144614.284] (--) NVIDIA(GPU-0): DFP-7: disconnected
[144614.284] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[144614.284] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[144614.284] (--) NVIDIA(GPU-0):
[144619.379] (--) NVIDIA(GPU-0): DFP-3: disconnected
[144619.379] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[144619.379] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[144619.379] (--) NVIDIA(GPU-0):
[144619.382] (--) NVIDIA(GPU-0): CRT-0: disconnected
[144619.382] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[144619.382] (--) NVIDIA(GPU-0):
[144619.385] (--) NVIDIA(GPU-0): DFP-0: disconnected
[144619.385] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[144619.385] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[144619.385] (--) NVIDIA(GPU-0):
[144619.385] (--) NVIDIA(GPU-0): DFP-1: disconnected
[144619.385] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[144619.385] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[144619.385] (--) NVIDIA(GPU-0):
[144619.385] (--) NVIDIA(GPU-0): DFP-2: disconnected
[144619.385] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[144619.385] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[144619.385] (--) NVIDIA(GPU-0):
[144619.385] (--) NVIDIA(GPU-0): DFP-3: disconnected
[144619.385] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[144619.385] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[144619.385] (--) NVIDIA(GPU-0):
[144619.385] (--) NVIDIA(GPU-0): DFP-4: disconnected
[144619.385] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[144619.385] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[144619.385] (--) NVIDIA(GPU-0):
[144619.385] (--) NVIDIA(GPU-0): DFP-5: disconnected
[144619.385] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[144619.385] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[144619.385] (--) NVIDIA(GPU-0):
[144619.385] (--) NVIDIA(GPU-0): DFP-6: disconnected
[144619.385] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[144619.385] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[144619.385] (--) NVIDIA(GPU-0):
[144619.385] (--) NVIDIA(GPU-0): DFP-7: disconnected
[144619.385] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[144619.385] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[144619.385] (--) NVIDIA(GPU-0):
[144619.388] (--) NVIDIA(GPU-0): CRT-0: disconnected
[144619.388] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[144619.388] (--) NVIDIA(GPU-0):
[144619.390] (--) NVIDIA(GPU-0): DFP-0: disconnected
[144619.390] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[144619.390] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[144619.390] (--) NVIDIA(GPU-0):
[144619.391] (--) NVIDIA(GPU-0): DFP-1: disconnected
[144619.391] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[144619.391] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[144619.391] (--) NVIDIA(GPU-0):
[144619.391] (--) NVIDIA(GPU-0): DFP-2: disconnected
[144619.391] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[144619.391] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[144619.391] (--) NVIDIA(GPU-0):
[144619.391] (--) NVIDIA(GPU-0): DFP-3: disconnected
[144619.391] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[144619.391] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[144619.391] (--) NVIDIA(GPU-0):
[144619.391] (--) NVIDIA(GPU-0): DFP-4: disconnected
[144619.391] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[144619.391] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[144619.391] (--) NVIDIA(GPU-0):
[144619.391] (--) NVIDIA(GPU-0): DFP-5: disconnected
[144619.391] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[144619.391] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[144619.391] (--) NVIDIA(GPU-0):
[144619.391] (--) NVIDIA(GPU-0): DFP-6: disconnected
[144619.391] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[144619.391] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[144619.391] (--) NVIDIA(GPU-0):
[144619.391] (--) NVIDIA(GPU-0): DFP-7: disconnected
[144619.391] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[144619.391] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[144619.391] (--) NVIDIA(GPU-0):
[144619.394] (II) NVIDIA(0): Setting mode "NULL"
[144619.436] (--) NVIDIA(GPU-0): CRT-0: disconnected
[144619.436] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[144619.436] (--) NVIDIA(GPU-0):
[144619.438] (--) NVIDIA(GPU-0): DFP-0: disconnected
[144619.438] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[144619.438] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[144619.438] (--) NVIDIA(GPU-0):
[144619.438] (--) NVIDIA(GPU-0): DFP-1: disconnected
[144619.438] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[144619.438] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[144619.438] (--) NVIDIA(GPU-0):
[144619.438] (--) NVIDIA(GPU-0): DFP-2: disconnected
[144619.438] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[144619.438] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[144619.438] (--) NVIDIA(GPU-0):
[144619.438] (--) NVIDIA(GPU-0): DFP-3: disconnected
[144619.438] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[144619.438] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[144619.438] (--) NVIDIA(GPU-0):
[144619.438] (--) NVIDIA(GPU-0): DFP-4: disconnected
[144619.438] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[144619.438] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[144619.438] (--) NVIDIA(GPU-0):
[144619.438] (--) NVIDIA(GPU-0): DFP-5: disconnected
[144619.438] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[144619.438] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[144619.438] (--) NVIDIA(GPU-0):
[144619.438] (--) NVIDIA(GPU-0): DFP-6: disconnected
[144619.438] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[144619.438] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[144619.438] (--) NVIDIA(GPU-0):
[144619.439] (--) NVIDIA(GPU-0): DFP-7: disconnected
[144619.439] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[144619.439] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[144619.439] (--) NVIDIA(GPU-0):
[144619.441] (--) NVIDIA(GPU-0): CRT-0: disconnected
[144619.441] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[144619.441] (--) NVIDIA(GPU-0):
[144619.443] (--) NVIDIA(GPU-0): DFP-0: disconnected
[144619.443] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[144619.443] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[144619.443] (--) NVIDIA(GPU-0):
[144619.443] (--) NVIDIA(GPU-0): DFP-1: disconnected
[144619.443] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[144619.443] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[144619.443] (--) NVIDIA(GPU-0):
[144619.444] (--) NVIDIA(GPU-0): DFP-2: disconnected
[144619.444] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[144619.444] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[144619.444] (--) NVIDIA(GPU-0):
[144619.444] (--) NVIDIA(GPU-0): DFP-3: disconnected
[144619.444] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[144619.444] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[144619.444] (--) NVIDIA(GPU-0):
[144619.444] (--) NVIDIA(GPU-0): DFP-4: disconnected
[144619.444] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[144619.444] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[144619.444] (--) NVIDIA(GPU-0):
[144619.444] (--) NVIDIA(GPU-0): DFP-5: disconnected
[144619.444] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[144619.444] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[144619.444] (--) NVIDIA(GPU-0):
[144619.444] (--) NVIDIA(GPU-0): DFP-6: disconnected
[144619.444] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[144619.444] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[144619.444] (--) NVIDIA(GPU-0):
[144619.444] (--) NVIDIA(GPU-0): DFP-7: disconnected
[144619.444] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[144619.444] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[144619.444] (--) NVIDIA(GPU-0):
[359251.546] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): connected
[359251.546] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): Internal DisplayPort
[359251.546] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): 960.0 MHz maximum pixel clock
[359251.546] (--) NVIDIA(GPU-0):
[359251.549] (--) NVIDIA(GPU-0): CRT-0: disconnected
[359251.549] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[359251.549] (--) NVIDIA(GPU-0):
[359251.552] (--) NVIDIA(GPU-0): DFP-0: disconnected
[359251.552] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[359251.552] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[359251.552] (--) NVIDIA(GPU-0):
[359251.552] (--) NVIDIA(GPU-0): DFP-1: disconnected
[359251.552] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[359251.552] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[359251.552] (--) NVIDIA(GPU-0):
[359251.552] (--) NVIDIA(GPU-0): DFP-2: disconnected
[359251.552] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[359251.552] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[359251.552] (--) NVIDIA(GPU-0):
[359251.552] (--) NVIDIA(GPU-0): DFP-3: disconnected
[359251.552] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[359251.552] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[359251.552] (--) NVIDIA(GPU-0):
[359251.552] (--) NVIDIA(GPU-0): DFP-4: disconnected
[359251.552] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[359251.552] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[359251.552] (--) NVIDIA(GPU-0):
[359251.552] (--) NVIDIA(GPU-0): DFP-5: disconnected
[359251.552] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[359251.552] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[359251.552] (--) NVIDIA(GPU-0):
[359251.552] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): connected
[359251.552] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): Internal DisplayPort
[359251.552] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): 960.0 MHz maximum pixel clock
[359251.552] (--) NVIDIA(GPU-0):
[359251.553] (--) NVIDIA(GPU-0): DFP-7: disconnected
[359251.553] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[359251.553] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[359251.553] (--) NVIDIA(GPU-0):
[359251.556] (--) NVIDIA(GPU-0): CRT-0: disconnected
[359251.556] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[359251.556] (--) NVIDIA(GPU-0):
[359251.559] (--) NVIDIA(GPU-0): DFP-0: disconnected
[359251.559] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[359251.559] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[359251.559] (--) NVIDIA(GPU-0):
[359251.559] (--) NVIDIA(GPU-0): DFP-1: disconnected
[359251.559] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[359251.559] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[359251.559] (--) NVIDIA(GPU-0):
[359251.559] (--) NVIDIA(GPU-0): DFP-2: disconnected
[359251.559] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[359251.559] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[359251.559] (--) NVIDIA(GPU-0):
[359251.559] (--) NVIDIA(GPU-0): DFP-3: disconnected
[359251.559] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[359251.559] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[359251.559] (--) NVIDIA(GPU-0):
[359251.560] (--) NVIDIA(GPU-0): DFP-4: disconnected
[359251.560] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[359251.560] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[359251.560] (--) NVIDIA(GPU-0):
[359251.560] (--) NVIDIA(GPU-0): DFP-5: disconnected
[359251.560] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[359251.560] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[359251.560] (--) NVIDIA(GPU-0):
[359251.560] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): connected
[359251.560] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): Internal DisplayPort
[359251.560] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): 960.0 MHz maximum pixel clock
[359251.560] (--) NVIDIA(GPU-0):
[359251.560] (--) NVIDIA(GPU-0): DFP-7: disconnected
[359251.560] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[359251.560] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[359251.560] (--) NVIDIA(GPU-0):
[359251.562] (II) NVIDIA(0): Setting mode "DP-4: nvidia-auto-select @1920x1200 +0+0 {ViewPortIn=1920x1200, ViewPortOut=1920x1200+0+0}"
[359251.612] (--) NVIDIA(GPU-0): CRT-0: disconnected
[359251.612] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[359251.612] (--) NVIDIA(GPU-0):
[359251.615] (--) NVIDIA(GPU-0): DFP-0: disconnected
[359251.615] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[359251.615] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[359251.615] (--) NVIDIA(GPU-0):
[359251.615] (--) NVIDIA(GPU-0): DFP-1: disconnected
[359251.615] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[359251.615] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[359251.615] (--) NVIDIA(GPU-0):
[359251.615] (--) NVIDIA(GPU-0): DFP-2: disconnected
[359251.615] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[359251.615] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[359251.615] (--) NVIDIA(GPU-0):
[359251.615] (--) NVIDIA(GPU-0): DFP-3: disconnected
[359251.615] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[359251.615] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[359251.615] (--) NVIDIA(GPU-0):
[359251.616] (--) NVIDIA(GPU-0): DFP-4: disconnected
[359251.616] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[359251.616] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[359251.616] (--) NVIDIA(GPU-0):
[359251.616] (--) NVIDIA(GPU-0): DFP-5: disconnected
[359251.616] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[359251.616] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[359251.616] (--) NVIDIA(GPU-0):
[359251.616] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): connected
[359251.616] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): Internal DisplayPort
[359251.616] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): 960.0 MHz maximum pixel clock
[359251.616] (--) NVIDIA(GPU-0):
[359251.616] (--) NVIDIA(GPU-0): DFP-7: disconnected
[359251.616] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[359251.616] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[359251.616] (--) NVIDIA(GPU-0):
[359251.620] (--) NVIDIA(GPU-0): CRT-0: disconnected
[359251.620] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[359251.620] (--) NVIDIA(GPU-0):
[359251.623] (--) NVIDIA(GPU-0): DFP-0: disconnected
[359251.623] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[359251.623] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[359251.623] (--) NVIDIA(GPU-0):
[359251.623] (--) NVIDIA(GPU-0): DFP-1: disconnected
[359251.623] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[359251.623] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[359251.623] (--) NVIDIA(GPU-0):
[359251.623] (--) NVIDIA(GPU-0): DFP-2: disconnected
[359251.623] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[359251.623] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[359251.623] (--) NVIDIA(GPU-0):
[359251.623] (--) NVIDIA(GPU-0): DFP-3: disconnected
[359251.623] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[359251.623] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[359251.623] (--) NVIDIA(GPU-0):
[359251.623] (--) NVIDIA(GPU-0): DFP-4: disconnected
[359251.623] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[359251.623] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[359251.623] (--) NVIDIA(GPU-0):
[359251.623] (--) NVIDIA(GPU-0): DFP-5: disconnected
[359251.623] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[359251.623] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[359251.623] (--) NVIDIA(GPU-0):
[359251.623] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): connected
[359251.623] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): Internal DisplayPort
[359251.623] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): 960.0 MHz maximum pixel clock
[359251.623] (--) NVIDIA(GPU-0):
[359251.624] (--) NVIDIA(GPU-0): DFP-7: disconnected
[359251.624] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[359251.624] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[359251.624] (--) NVIDIA(GPU-0):
[359255.757] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): connected
[359255.757] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): Internal DisplayPort
[359255.757] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): 960.0 MHz maximum pixel clock
[359255.757] (--) NVIDIA(GPU-0):
[359255.760] (--) NVIDIA(GPU-0): CRT-0: disconnected
[359255.760] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[359255.760] (--) NVIDIA(GPU-0):
[359255.763] (--) NVIDIA(GPU-0): DFP-0: disconnected
[359255.763] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[359255.763] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[359255.763] (--) NVIDIA(GPU-0):
[359255.763] (--) NVIDIA(GPU-0): DFP-1: disconnected
[359255.763] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[359255.763] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[359255.763] (--) NVIDIA(GPU-0):
[359255.763] (--) NVIDIA(GPU-0): DFP-2: disconnected
[359255.763] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[359255.763] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[359255.763] (--) NVIDIA(GPU-0):
[359255.763] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): connected
[359255.763] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): Internal DisplayPort
[359255.763] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): 960.0 MHz maximum pixel clock
[359255.763] (--) NVIDIA(GPU-0):
[359255.764] (--) NVIDIA(GPU-0): DFP-4: disconnected
[359255.764] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[359255.764] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[359255.764] (--) NVIDIA(GPU-0):
[359255.764] (--) NVIDIA(GPU-0): DFP-5: disconnected
[359255.764] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[359255.764] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[359255.764] (--) NVIDIA(GPU-0):
[359255.764] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): connected
[359255.764] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): Internal DisplayPort
[359255.764] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): 960.0 MHz maximum pixel clock
[359255.764] (--) NVIDIA(GPU-0):
[359255.765] (--) NVIDIA(GPU-0): DFP-7: disconnected
[359255.765] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[359255.765] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[359255.765] (--) NVIDIA(GPU-0):
[359255.767] (--) NVIDIA(GPU-0): CRT-0: disconnected
[359255.767] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[359255.767] (--) NVIDIA(GPU-0):
[359255.770] (--) NVIDIA(GPU-0): DFP-0: disconnected
[359255.770] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[359255.770] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[359255.770] (--) NVIDIA(GPU-0):
[359255.770] (--) NVIDIA(GPU-0): DFP-1: disconnected
[359255.770] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[359255.770] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[359255.770] (--) NVIDIA(GPU-0):
[359255.770] (--) NVIDIA(GPU-0): DFP-2: disconnected
[359255.770] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[359255.770] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[359255.770] (--) NVIDIA(GPU-0):
[359255.770] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): connected
[359255.770] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): Internal DisplayPort
[359255.770] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): 960.0 MHz maximum pixel clock
[359255.770] (--) NVIDIA(GPU-0):
[359255.771] (--) NVIDIA(GPU-0): DFP-4: disconnected
[359255.771] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[359255.771] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[359255.771] (--) NVIDIA(GPU-0):
[359255.771] (--) NVIDIA(GPU-0): DFP-5: disconnected
[359255.771] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[359255.771] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[359255.771] (--) NVIDIA(GPU-0):
[359255.771] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): connected
[359255.771] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): Internal DisplayPort
[359255.771] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): 960.0 MHz maximum pixel clock
[359255.771] (--) NVIDIA(GPU-0):
[359255.772] (--) NVIDIA(GPU-0): DFP-7: disconnected
[359255.772] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[359255.772] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[359255.772] (--) NVIDIA(GPU-0):
[359255.773] (II) NVIDIA(0): Setting mode "DP-4: nvidia-auto-select @1920x1200 +0+0 {ViewPortIn=1920x1200, ViewPortOut=1920x1200+0+0}, DP-2: nvidia-auto-select @1920x1200 +0+0 {ViewPortIn=1920x1200, ViewPortOut=1920x1200+0+0}"
[359255.955] (--) NVIDIA(GPU-0): CRT-0: disconnected
[359255.955] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[359255.955] (--) NVIDIA(GPU-0):
[359255.957] (--) NVIDIA(GPU-0): DFP-0: disconnected
[359255.957] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[359255.957] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[359255.957] (--) NVIDIA(GPU-0):
[359255.957] (--) NVIDIA(GPU-0): DFP-1: disconnected
[359255.957] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[359255.957] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[359255.957] (--) NVIDIA(GPU-0):
[359255.958] (--) NVIDIA(GPU-0): DFP-2: disconnected
[359255.958] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[359255.958] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[359255.958] (--) NVIDIA(GPU-0):
[359255.958] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): connected
[359255.958] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): Internal DisplayPort
[359255.958] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): 960.0 MHz maximum pixel clock
[359255.958] (--) NVIDIA(GPU-0):
[359255.958] (--) NVIDIA(GPU-0): DFP-4: disconnected
[359255.958] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[359255.958] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[359255.958] (--) NVIDIA(GPU-0):
[359255.959] (--) NVIDIA(GPU-0): DFP-5: disconnected
[359255.959] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[359255.959] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[359255.959] (--) NVIDIA(GPU-0):
[359255.959] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): connected
[359255.959] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): Internal DisplayPort
[359255.959] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): 960.0 MHz maximum pixel clock
[359255.959] (--) NVIDIA(GPU-0):
[359255.959] (--) NVIDIA(GPU-0): DFP-7: disconnected
[359255.959] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[359255.959] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[359255.959] (--) NVIDIA(GPU-0):
[359255.963] (--) NVIDIA(GPU-0): CRT-0: disconnected
[359255.963] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[359255.963] (--) NVIDIA(GPU-0):
[359255.966] (--) NVIDIA(GPU-0): DFP-0: disconnected
[359255.966] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[359255.966] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[359255.966] (--) NVIDIA(GPU-0):
[359255.966] (--) NVIDIA(GPU-0): DFP-1: disconnected
[359255.966] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[359255.966] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[359255.966] (--) NVIDIA(GPU-0):
[359255.966] (--) NVIDIA(GPU-0): DFP-2: disconnected
[359255.966] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[359255.966] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[359255.966] (--) NVIDIA(GPU-0):
[359255.966] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): connected
[359255.966] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): Internal DisplayPort
[359255.966] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): 960.0 MHz maximum pixel clock
[359255.966] (--) NVIDIA(GPU-0):
[359255.967] (--) NVIDIA(GPU-0): DFP-4: disconnected
[359255.967] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[359255.967] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[359255.967] (--) NVIDIA(GPU-0):
[359255.967] (--) NVIDIA(GPU-0): DFP-5: disconnected
[359255.967] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[359255.967] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[359255.967] (--) NVIDIA(GPU-0):
[359255.967] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): connected
[359255.967] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): Internal DisplayPort
[359255.967] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): 960.0 MHz maximum pixel clock
[359255.967] (--) NVIDIA(GPU-0):
[359255.967] (--) NVIDIA(GPU-0): DFP-7: disconnected
[359255.967] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[359255.967] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[359255.967] (--) NVIDIA(GPU-0):
[359265.774] (--) NVIDIA(GPU-0): CRT-0: disconnected
[359265.774] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[359265.775] (--) NVIDIA(GPU-0):
[359265.777] (--) NVIDIA(GPU-0): DFP-0: disconnected
[359265.777] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[359265.777] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[359265.777] (--) NVIDIA(GPU-0):
[359265.777] (--) NVIDIA(GPU-0): DFP-1: disconnected
[359265.777] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[359265.777] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[359265.777] (--) NVIDIA(GPU-0):
[359265.777] (--) NVIDIA(GPU-0): DFP-2: disconnected
[359265.777] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[359265.777] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[359265.777] (--) NVIDIA(GPU-0):
[359265.778] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): connected
[359265.778] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): Internal DisplayPort
[359265.778] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): 960.0 MHz maximum pixel clock
[359265.778] (--) NVIDIA(GPU-0):
[359265.778] (--) NVIDIA(GPU-0): DFP-4: disconnected
[359265.778] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[359265.778] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[359265.778] (--) NVIDIA(GPU-0):
[359265.778] (--) NVIDIA(GPU-0): DFP-5: disconnected
[359265.778] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[359265.778] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[359265.778] (--) NVIDIA(GPU-0):
[359265.778] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): connected
[359265.778] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): Internal DisplayPort
[359265.778] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): 960.0 MHz maximum pixel clock
[359265.778] (--) NVIDIA(GPU-0):
[359265.779] (--) NVIDIA(GPU-0): DFP-7: disconnected
[359265.779] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[359265.779] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[359265.779] (--) NVIDIA(GPU-0):
[359268.617] (II) NVIDIA(0): Setting mode "DP-4: nvidia-auto-select @1920x1200 +1920+0 {ViewPortIn=1920x1200, ViewPortOut=1920x1200+0+0}, DP-2: nvidia-auto-select @1920x1200 +0+0 {ViewPortIn=1920x1200, ViewPortOut=1920x1200+0+0}"
[359268.902] (--) NVIDIA(GPU-0): CRT-0: disconnected
[359268.902] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[359268.902] (--) NVIDIA(GPU-0):
[359268.905] (--) NVIDIA(GPU-0): DFP-0: disconnected
[359268.905] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[359268.905] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[359268.905] (--) NVIDIA(GPU-0):
[359268.905] (--) NVIDIA(GPU-0): DFP-1: disconnected
[359268.905] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[359268.905] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[359268.905] (--) NVIDIA(GPU-0):
[359268.905] (--) NVIDIA(GPU-0): DFP-2: disconnected
[359268.905] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[359268.905] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[359268.905] (--) NVIDIA(GPU-0):
[359268.905] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): connected
[359268.905] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): Internal DisplayPort
[359268.905] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): 960.0 MHz maximum pixel clock
[359268.905] (--) NVIDIA(GPU-0):
[359268.906] (--) NVIDIA(GPU-0): DFP-4: disconnected
[359268.906] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[359268.906] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[359268.906] (--) NVIDIA(GPU-0):
[359268.906] (--) NVIDIA(GPU-0): DFP-5: disconnected
[359268.906] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[359268.906] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[359268.906] (--) NVIDIA(GPU-0):
[359268.906] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): connected
[359268.906] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): Internal DisplayPort
[359268.906] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): 960.0 MHz maximum pixel clock
[359268.906] (--) NVIDIA(GPU-0):
[359268.907] (--) NVIDIA(GPU-0): DFP-7: disconnected
[359268.907] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[359268.907] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[359268.907] (--) NVIDIA(GPU-0):
[359268.912] (--) NVIDIA(GPU-0): CRT-0: disconnected
[359268.912] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[359268.912] (--) NVIDIA(GPU-0):
[359268.915] (--) NVIDIA(GPU-0): DFP-0: disconnected
[359268.915] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[359268.915] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[359268.915] (--) NVIDIA(GPU-0):
[359268.915] (--) NVIDIA(GPU-0): DFP-1: disconnected
[359268.915] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[359268.915] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[359268.915] (--) NVIDIA(GPU-0):
[359268.915] (--) NVIDIA(GPU-0): DFP-2: disconnected
[359268.915] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[359268.915] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[359268.915] (--) NVIDIA(GPU-0):
[359268.915] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): connected
[359268.915] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): Internal DisplayPort
[359268.915] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): 960.0 MHz maximum pixel clock
[359268.915] (--) NVIDIA(GPU-0):
[359268.916] (--) NVIDIA(GPU-0): DFP-4: disconnected
[359268.916] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[359268.916] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[359268.916] (--) NVIDIA(GPU-0):
[359268.916] (--) NVIDIA(GPU-0): DFP-5: disconnected
[359268.916] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[359268.916] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[359268.916] (--) NVIDIA(GPU-0):
[359268.916] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): connected
[359268.916] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): Internal DisplayPort
[359268.916] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): 960.0 MHz maximum pixel clock
[359268.916] (--) NVIDIA(GPU-0):
[359268.917] (--) NVIDIA(GPU-0): DFP-7: disconnected
[359268.917] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[359268.917] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[359268.917] (--) NVIDIA(GPU-0):
[359268.937] (--) NVIDIA(GPU-0): CRT-0: disconnected
[359268.937] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[359268.937] (--) NVIDIA(GPU-0):
[359268.940] (--) NVIDIA(GPU-0): DFP-0: disconnected
[359268.940] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[359268.940] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[359268.940] (--) NVIDIA(GPU-0):
[359268.940] (--) NVIDIA(GPU-0): DFP-1: disconnected
[359268.940] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[359268.940] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[359268.940] (--) NVIDIA(GPU-0):
[359268.940] (--) NVIDIA(GPU-0): DFP-2: disconnected
[359268.940] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[359268.940] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[359268.940] (--) NVIDIA(GPU-0):
[359268.940] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): connected
[359268.940] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): Internal DisplayPort
[359268.940] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): 960.0 MHz maximum pixel clock
[359268.940] (--) NVIDIA(GPU-0):
[359268.941] (--) NVIDIA(GPU-0): DFP-4: disconnected
[359268.941] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[359268.941] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[359268.941] (--) NVIDIA(GPU-0):
[359268.941] (--) NVIDIA(GPU-0): DFP-5: disconnected
[359268.941] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[359268.941] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[359268.941] (--) NVIDIA(GPU-0):
[359268.941] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): connected
[359268.941] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): Internal DisplayPort
[359268.941] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): 960.0 MHz maximum pixel clock
[359268.941] (--) NVIDIA(GPU-0):
[359268.942] (--) NVIDIA(GPU-0): DFP-7: disconnected
[359268.942] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[359268.942] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[359268.942] (--) NVIDIA(GPU-0):
[359268.944] (--) NVIDIA(GPU-0): CRT-0: disconnected
[359268.944] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[359268.944] (--) NVIDIA(GPU-0):
[359268.947] (--) NVIDIA(GPU-0): DFP-0: disconnected
[359268.947] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[359268.947] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[359268.947] (--) NVIDIA(GPU-0):
[359268.947] (--) NVIDIA(GPU-0): DFP-1: disconnected
[359268.947] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[359268.947] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[359268.947] (--) NVIDIA(GPU-0):
[359268.947] (--) NVIDIA(GPU-0): DFP-2: disconnected
[359268.947] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[359268.947] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[359268.947] (--) NVIDIA(GPU-0):
[359268.948] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): connected
[359268.948] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): Internal DisplayPort
[359268.948] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): 960.0 MHz maximum pixel clock
[359268.948] (--) NVIDIA(GPU-0):
[359268.948] (--) NVIDIA(GPU-0): DFP-4: disconnected
[359268.948] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[359268.948] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[359268.948] (--) NVIDIA(GPU-0):
[359268.948] (--) NVIDIA(GPU-0): DFP-5: disconnected
[359268.948] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[359268.948] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[359268.948] (--) NVIDIA(GPU-0):
[359268.948] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): connected
[359268.948] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): Internal DisplayPort
[359268.948] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): 960.0 MHz maximum pixel clock
[359268.948] (--) NVIDIA(GPU-0):
[359268.949] (--) NVIDIA(GPU-0): DFP-7: disconnected
[359268.949] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[359268.949] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[359268.949] (--) NVIDIA(GPU-0):
[364916.036] (II) event4 - (II) Power Button: (II) device removed
[364916.052] (II) event2 - (II) Power Button: (II) device removed
[364916.068] (II) event3 - (II) Sleep Button: (II) device removed
[364916.084] (II) event1 - (II) Logitech USB-PS/2 Optical Mouse: (II) device removed
[364916.116] (II) event0 - (II) AT Translated Set 2 keyboard: (II) device removed
[364922.350] (--) NVIDIA(GPU-0): CRT-0: disconnected
[364922.350] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[364922.350] (--) NVIDIA(GPU-0):
[364922.352] (--) NVIDIA(GPU-0): DFP-0: disconnected
[364922.352] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[364922.352] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[364922.352] (--) NVIDIA(GPU-0):
[364922.352] (--) NVIDIA(GPU-0): DFP-1: disconnected
[364922.352] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[364922.352] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[364922.352] (--) NVIDIA(GPU-0):
[364922.352] (--) NVIDIA(GPU-0): DFP-2: disconnected
[364922.352] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[364922.352] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[364922.352] (--) NVIDIA(GPU-0):
[364922.352] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): connected
[364922.352] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): Internal DisplayPort
[364922.353] (--) NVIDIA(GPU-0): HP ZR2440w (DFP-3): 960.0 MHz maximum pixel clock
[364922.353] (--) NVIDIA(GPU-0):
[364922.353] (--) NVIDIA(GPU-0): DFP-4: disconnected
[364922.353] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[364922.353] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[364922.353] (--) NVIDIA(GPU-0):
[364922.353] (--) NVIDIA(GPU-0): DFP-5: disconnected
[364922.353] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[364922.353] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[364922.353] (--) NVIDIA(GPU-0):
[364922.353] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): connected
[364922.353] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): Internal DisplayPort
[364922.353] (--) NVIDIA(GPU-0): HP ZR24w (DFP-6): 960.0 MHz maximum pixel clock
[364922.353] (--) NVIDIA(GPU-0):
[364922.353] (--) NVIDIA(GPU-0): DFP-7: disconnected
[364922.353] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[364922.353] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[364922.353] (--) NVIDIA(GPU-0):
[364922.358] (II) NVIDIA(0): Setting mode "DP-4: nvidia-auto-select @1920x1200 +1920+0 {ViewPortIn=1920x1200, ViewPortOut=1920x1200+0+0}, DP-2: nvidia-auto-select @1920x1200 +0+0 {ViewPortIn=1920x1200, ViewPortOut=1920x1200+0+0}"
[364922.556] (II) event4 - (II) Power Button: (II) is tagged by udev as: Keyboard
[364922.556] (II) event4 - (II) Power Button: (II) device is a keyboard
[364922.557] (II) event2 - (II) Power Button: (II) is tagged by udev as: Keyboard
[364922.557] (II) event2 - (II) Power Button: (II) device is a keyboard
[364922.557] (II) event3 - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[364922.557] (II) event3 - (II) Sleep Button: (II) device is a keyboard
[364922.616] (II) event1 - (II) Logitech USB-PS/2 Optical Mouse: (II) is tagged by udev as: Mouse
[364922.616] (II) event1 - (II) Logitech USB-PS/2 Optical Mouse: (II) device set to 600 DPI
[364922.616] (II) event1 - (II) Logitech USB-PS/2 Optical Mouse: (II) device is a pointer
[364922.616] (II) event0 - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[364922.616] (II) event0 - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[365971.570] (II) event4 - (II) Power Button: (II) device removed
[365971.608] (II) event2 - (II) Power Button: (II) device removed
[365971.652] (II) event3 - (II) Sleep Button: (II) device removed
[365971.664] (II) event1 - (II) Logitech USB-PS/2 Optical Mouse: (II) device removed
[365971.716] (II) event0 - (II) AT Translated Set 2 keyboard: (II) device removed
[365971.732] (II) UnloadModule: "libinput"
[365971.733] (II) UnloadModule: "libinput"
[365971.733] (II) UnloadModule: "libinput"
[365971.733] (II) UnloadModule: "libinput"
[365971.733] (II) UnloadModule: "libinput"
[365972.340] (II) NVIDIA(GPU-0): Deleting GPU-0
[365972.343] (II) Server terminated successfully (0). Closing log file.
^^^^^^^^^^ /var/log/Xorg.0.log.old ^^^^^^^^^^
<<<<<<<<<< Xorg (journald) >>>>>>>>>>
-- Logs begin at Fri 2018-01-05 09:37:31 CET, end at Sat 2018-01-06 14:46:05 CET. --
-- No entries --
^^^^^^^^^^ Xorg (journald) ^^^^^^^^^^
Kernel modules: nvidia.ko
/lib/modules/4.14.0-2-amd64/updates/dkms/nvidia-current.ko
/lib/modules/4.14.0-2-amd64/updates/dkms/nvidia-current-modeset.ko
/lib/modules/4.14.0-2-amd64/updates/dkms/nvidia-current-drm.ko
/lib/modules/4.14.0-2-amd64/updates/dkms/nvidia-current-uvm.ko
filename: /lib/modules/4.14.0-2-amd64/updates/dkms/nvidia-current.ko
alias: char-major-195-*
version: 384.98
supported: external
license: NVIDIA
srcversion: C169B0DD461631A8B5EF92E
alias: pci:v000010DEd00000E00sv*sd*bc04sc80i00*
alias: pci:v000010DEd*sv*sd*bc03sc02i00*
alias: pci:v000010DEd*sv*sd*bc03sc00i00*
depends:
name: nvidia
vermagic: 4.14.0-2-amd64 SMP mod_unload modversions
filename: /lib/modules/4.14.0-2-amd64/updates/dkms/nvidia-current-modeset.ko
version: 384.98
supported: external
license: NVIDIA
srcversion: 6F3D513E4CBDE2648D8F6BE
depends: nvidia
name: nvidia_modeset
vermagic: 4.14.0-2-amd64 SMP mod_unload modversions
filename: /lib/modules/4.14.0-2-amd64/updates/dkms/nvidia-current-drm.ko
version: 384.98
supported: external
license: MIT
srcversion: BAFCC1CFE188F1B91A61566
alias: pci:v000010DEd00000E00sv*sd*bc04sc80i00*
alias: pci:v000010DEd*sv*sd*bc03sc02i00*
alias: pci:v000010DEd*sv*sd*bc03sc00i00*
depends: drm,drm_kms_helper,nvidia-modeset
name: nvidia_drm
vermagic: 4.14.0-2-amd64 SMP mod_unload modversions
filename: /lib/modules/4.14.0-2-amd64/updates/dkms/nvidia-current-uvm.ko
supported: external
license: MIT
depends: nvidia
name: nvidia_uvm
vermagic: 4.14.0-2-amd64 SMP mod_unload modversions
lsmod:
Module Size Used by
cpuid 16384 0
fuse 102400 7
pci_stub 16384 1
vboxpci 24576 0
vboxnetadp 28672 0
vboxnetflt 28672 0
vboxdrv 442368 3 vboxnetadp,vboxnetflt,vboxpci
binfmt_misc 20480 1
ip6t_REJECT 16384 1
nf_reject_ipv6 16384 1 ip6t_REJECT
nf_log_ipv6 16384 1
nf_conntrack_ipv6 20480 1
nf_defrag_ipv6 36864 1 nf_conntrack_ipv6
nls_ascii 16384 1
nls_cp437 20480 1
vfat 20480 1
fat 69632 1 vfat
ext4 622592 1
crc16 16384 1 ext4
mbcache 16384 1 ext4
jbd2 102400 1 ext4
ip6table_filter 16384 1
fscrypto 28672 1 ext4
ecb 16384 0
ip6_tables 28672 1 ip6table_filter
ipt_REJECT 16384 1
nf_reject_ipv4 16384 1 ipt_REJECT
nf_log_ipv4 16384 1
nf_log_common 16384 2 nf_log_ipv6,nf_log_ipv4
xt_LOG 16384 2
xt_limit 16384 2
xt_tcpudp 16384 26
snd_hda_codec_hdmi 49152 1
nf_conntrack_ipv4 16384 1
nf_defrag_ipv4 16384 1 nf_conntrack_ipv4
xt_conntrack 16384 2
nf_conntrack 139264 3 nf_conntrack_ipv6,nf_conntrack_ipv4,xt_conntrack
intel_rapl 20480 0
x86_pkg_temp_thermal 16384 0
intel_powerclamp 16384 0
coretemp 16384 0
kvm_intel 200704 0
snd_hda_codec_realtek 94208 1
iTCO_wdt 16384 0
iptable_filter 16384 1
iTCO_vendor_support 16384 1 iTCO_wdt
mxm_wmi 16384 0
snd_hda_codec_generic 73728 1 snd_hda_codec_realtek
kvm 589824 1 kvm_intel
irqbypass 16384 1 kvm
snd_hda_intel 40960 5
snd_hda_codec 126976 4 snd_hda_intel,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
intel_cstate 16384 0
snd_hda_core 81920 5 snd_hda_intel,snd_hda_codec,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
snd_hwdep 16384 1 snd_hda_codec
evdev 24576 25
snd_pcm 98304 5 snd_hda_intel,snd_hda_codec,snd_hda_core,snd_hda_codec_hdmi
snd_timer 32768 1 snd_pcm
snd 81920 17 snd_hda_intel,snd_hwdep,snd_hda_codec,snd_timer,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek,snd_pcm
intel_uncore 122880 0
soundcore 16384 1 snd
intel_rapl_perf 16384 0
mei_me 40960 0
sg 32768 0
lpc_ich 24576 0
mei 102400 1 mei_me
mfd_core 16384 1 lpc_ich
serio_raw 16384 0
shpchp 36864 0
wmi 24576 1 mxm_wmi
video 40960 0
nvidia_drm 45056 1
battery 20480 0
tpm_infineon 20480 0
acpi_pad 24576 0
button 16384 0
drm_kms_helper 163840 1 nvidia_drm
drm 376832 4 nvidia_drm,drm_kms_helper
nvidia_modeset 843776 3 nvidia_drm
nvidia 13119488 84 nvidia_modeset
parport_pc 28672 0
ppdev 20480 0
lp 20480 0
parport 49152 3 lp,parport_pc,ppdev
ip_tables 24576 1 iptable_filter
x_tables 36864 10 xt_LOG,ipt_REJECT,ip_tables,iptable_filter,xt_tcpudp,xt_limit,ip6t_REJECT,ip6table_filter,xt_conntrack,ip6_tables
autofs4 40960 2
xfs 1212416 2
libcrc32c 16384 2 nf_conntrack,xfs
crc32c_generic 16384 0
algif_skcipher 16384 0
af_alg 24576 1 algif_skcipher
dm_crypt 36864 2
dm_mod 118784 11 dm_crypt
hid_generic 16384 0
usbhid 49152 0
hid 118784 2 hid_generic,usbhid
sr_mod 24576 0
cdrom 61440 1 sr_mod
sd_mod 49152 6
crct10dif_pclmul 16384 0
crc32_pclmul 16384 0
crc32c_intel 24576 1
ghash_clmulni_intel 16384 0
pcbc 16384 0
xhci_pci 16384 0
xhci_hcd 212992 1 xhci_pci
aesni_intel 188416 5
aes_x86_64 20480 1 aesni_intel
crypto_simd 16384 1 aesni_intel
glue_helper 16384 1 aesni_intel
ahci 36864 4
cryptd 24576 5 crypto_simd,ghash_clmulni_intel,aesni_intel
libahci 32768 1 ahci
libata 241664 2 ahci,libahci
ehci_pci 16384 0
ehci_hcd 81920 1 ehci_pci
scsi_mod 221184 4 sd_mod,libata,sr_mod,sg
i2c_i801 24576 0
alx 45056 0
mdio 16384 1 alx
usbcore 249856 5 usbhid,ehci_hcd,xhci_pci,xhci_hcd,ehci_pci
usb_common 16384 1 usbcore
fan 16384 0
thermal 20480 0
xrandr:
Screen 0: minimum 8 x 8, current 3840 x 1200, maximum 16384 x 16384
DVI-I-0 disconnected (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 connected primary 1920x1200+0+0 (normal left inverted right x axis y axis) 518mm x 324mm
1920x1200 59.95*+
1920x1080 60.00 59.94 50.00 60.00 50.04
1680x1050 59.95
1600x1200 60.00
1440x900 59.89
1280x1024 60.02
1280x960 60.00
1280x720 60.00 59.94 50.00
1024x768 60.00
800x600 60.32
720x576 50.00
720x480 59.94
640x480 59.94 59.93
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 1920x1200+1920+0 (normal left inverted right x axis y axis) 546mm x 352mm
1920x1200 59.95*+
1920x1080 60.00
1680x1050 59.95
1600x1200 60.00
1440x900 59.89
1280x1024 60.02
1280x960 60.00
1024x768 60.00
800x600 60.32
640x480 59.94
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: buster/sid
APT prefers unstable-debug
APT policy: (650, 'unstable-debug'), (650, 'buildd-unstable'), (650, 'unstable'), (601, 'testing'), (600, 'experimental-debug'), (600, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.14.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8), LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages nvidia-kernel-dkms depends on:
ii dkms 2.3-3
ii nvidia-installer-cleanup 20151021+7
ii nvidia-kernel-support [nvidia-kernel-support--v1] 384.98-3
Versions of packages nvidia-kernel-dkms recommends:
ii libcuda1 384.98-3
ii nvidia-driver 384.98-3
nvidia-kernel-dkms suggests no packages.
Versions of packages nvidia-driver depends on:
ii nvidia-alternative 384.98-3
ii nvidia-driver-bin 384.98-3
ii nvidia-driver-libs 384.98-3
ii nvidia-installer-cleanup 20151021+7
ii nvidia-legacy-check 384.98-3
ii nvidia-support 20151021+7
ii nvidia-vdpau-driver 384.98-3
ii xserver-xorg-video-nvidia 384.98-3
Versions of packages nvidia-driver recommends:
pn nvidia-persistenced <none>
pn nvidia-settings <none>
nvidia-driver suggests no packages.
Versions of packages nvidia-driver-libs:i386 depends on:
ii libgl1-nvidia-glvnd-glx 384.98-3
ii nvidia-egl-icd 384.98-3
Versions of packages nvidia-driver-libs:i386 recommends:
pn libgles-nvidia1 <none>
pn libgles-nvidia2 <none>
ii libglx-nvidia0 384.98-3
pn libnvidia-cfg1 <none>
ii libopengl0 1.0.0-1
pn nvidia-egl-wayland-icd <none>
ii nvidia-vulkan-icd 384.98-3
Versions of packages nvidia-driver-libs:amd64 depends on:
ii libgl1-nvidia-glvnd-glx 384.98-3
ii nvidia-egl-icd 384.98-3
Versions of packages nvidia-driver-libs:amd64 recommends:
pn libgles-nvidia1 <none>
pn libgles-nvidia2 <none>
ii libglx-nvidia0 384.98-3
pn libnvidia-cfg1 <none>
ii libopengl0 1.0.0-1
ii nvidia-driver-libs-i386 384.98-3
pn nvidia-egl-wayland-icd <none>
ii nvidia-vulkan-icd 384.98-3
Versions of packages xserver-xorg-video-nvidia depends on:
ii libc6 2.26-2
ii libnvidia-glcore 384.98-3
ii nvidia-alternative 384.98-3
ii nvidia-installer-cleanup 20151021+7
ii nvidia-legacy-check 384.98-3
ii nvidia-support 20151021+7
ii xserver-xorg-core [xorg-video-abi-23] 2:1.19.5-1
Versions of packages xserver-xorg-video-nvidia recommends:
ii nvidia-driver 384.98-3
pn nvidia-settings <none>
ii nvidia-vdpau-driver 384.98-3
xserver-xorg-video-nvidia suggests no packages.
Versions of packages nvidia-alternative depends on:
ii dpkg 1.19.0.4
ii glx-alternative-nvidia 0.8.1
ii nvidia-legacy-check 384.98-3
Versions of packages glx-alternative-nvidia depends on:
ii dpkg 1.19.0.4
ii glx-alternative-mesa 0.8.1
ii glx-diversions 0.8.1
ii update-glx 0.8.1
Versions of packages glx-alternative-nvidia suggests:
ii nvidia-driver 384.98-3
Versions of packages nvidia-kernel-dkms is related to:
pn bumblebee <none>
pn bumblebee-nvidia <none>
ii ccache 3.3.4-1
ii libcuda1 [libcuda1-any] 384.98-3
pn libdrm-nouveau1 <none>
pn libdrm-nouveau1a <none>
ii libdrm-nouveau2 2.4.89-1
ii libegl1 1.0.0-1
ii libgl1 1.0.0-1
ii libgl1-nvidia-glvnd-glx [libgl1-nvidia-glx-any] 384.98-3
pn libgles1 <none>
ii libgles2 1.0.0-1
ii libglvnd0 1.0.0-1
ii libglx0 1.0.0-1
pn libopencl0 <none>
ii libvulkan1 1.0.61.1+dfsg1-1
pn linux-headers <none>
ii make 4.1-9.1
ii nvidia-driver [nvidia-glx-any] 384.98-3
pn nvidia-glx <none>
ii nvidia-kernel-common 20151021+7
ii nvidia-kernel-dkms 384.98-3
pn nvidia-kernel-source <none>
ii nvidia-kernel-support [nvidia-kernel-support-any] 384.98-3
ii nvidia-modprobe 384.98-1
ii nvidia-opencl-icd [opencl-icd] 384.98-3
pn nvidia-settings <none>
ii nvidia-support 20151021+7
ii nvidia-vulkan-icd [vulkan-icd] 384.98-3
pn nvidia-xconfig <none>
ii ocl-icd-libopencl1 [libopencl1] 2.2.12-1
ii xserver-xorg 1:7.7+19
ii xserver-xorg-core 2:1.19.5-1
ii xserver-xorg-legacy 2:1.19.5-1
pn xserver-xorg-video-nouveau <none>
ii xserver-xorg-video-nvidia [xserver-xorg-video-nvidia-any] 384.98-3
-- debconf information:
nvidia-driver/install-even-if-unsupported-gpu-exists: false
nvidia-driver/install-even-if-unsupported-gpu-exists: false
nvidia-driver/check-for-unsupported-gpu: true
nvidia-driver/check-for-unsupported-gpu: true
nvidia-driver/supported-in-legacy-driver-name:
nvidia-driver/supported-in-legacy-driver-name:
--
Sebastian Ramacher
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-nvidia-devel/attachments/20180106/e79cbe99/attachment-0001.sig>
More information about the pkg-nvidia-devel
mailing list