Your message dated Tue, 08 Jan 2019 01:04:42 +0000
with message-id <[email protected]>
and subject line Bug#917586: fixed in nvidia-graphics-drivers 390.87-6
has caused the Debian Bug report #917586,
regarding nvidia-kernel-dkms: kernel module doesn't build with kernel 4.20 from 
experimental
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
917586: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=917586
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: nvidia-kernel-dkms
Version: 390.87-5
Severity: normal

Dear Maintainer,

the nvidia module doesn't build with the new kernel in experimental. The
error message is

/var/lib/dkms/nvidia-current/390.87/build/nvidia/os-interface.c: At top level:
/var/lib/dkms/nvidia-current/390.87/build/nvidia/os-interface.c:1700:5: error: 
unknown type name 'ipmi_user_t'
     ipmi_user_t         p_user;     // ptr to ipmi_msghandler user structure
     ^~~~~~~~~~~
/var/lib/dkms/nvidia-current/390.87/build/nvidia/os-interface.c:1709:5: error: 
unknown type name 'ipmi_user_t'; did you mean 'pci_power_t'?
     ipmi_user_t     user,
     ^~~~~~~~~~~
     pci_power_t
/var/lib/dkms/nvidia-current/390.87/build/nvidia/os-interface.c: In function 
'os_ipmi_connect':
/var/lib/dkms/nvidia-current/390.87/build/nvidia/os-interface.c:1781:66: error: 
passing argument 4 of 'ipmi_create_user' from incompatible pointer type 
[-Werror=incompatible-pointer-types]
     err_no = ipmi_create_user(devIndex, &nv_ipmi_hndlrs, p_priv, 
&p_priv->p_user);
                                                                  
^~~~~~~~~~~~~~~
In file included from 
/var/lib/dkms/nvidia-current/390.87/build/common/inc/nv-linux.h:339,
                 from 
/var/lib/dkms/nvidia-current/390.87/build/nvidia/os-interface.c:15:
/usr/src/linux-headers-4.20.0-trunk-common/include/linux/ipmi.h:114:32: note: 
expected 'struct ipmi_user **' but argument is of type 'int *'
        struct ipmi_user      **user);
        ~~~~~~~~~~~~~~~~~~~~~~~~^~~~

and some others, all caused by the absence of ipmi_user_t. This was
introduced by commit
https://github.com/torvalds/linux/commit/4372ea94d40c5676814fc6d815a64caed963cb9f,
ipmi: Finally get rid of ipmi_user_t and ipmi_smi_t. Please have a look
at it.

Regards
    Jiri Palecek


-- Package-specific info:
uname -a:
Linux debian 4.19.0-1-686-pae #1 SMP Debian 4.19.12-1 (2018-12-22) i686 
GNU/Linux

/proc/version:
Linux version 4.19.0-1-686-pae ([email protected]) (gcc version 
8.2.0 (Debian 8.2.0-12)) #1 SMP Debian 4.19.12-1 (2018-12-22)

/proc/driver/nvidia/version:
NVRM version: NVIDIA UNIX x86 Kernel Module  390.87  Tue Aug 21 11:18:35 PDT 
2018
GCC version:  gcc version 8.2.0 (Debian 8.2.0-12) 

lspci 'display controller [030?]':
02:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF106 [GeForce GTS 
450] [10de:0dc4] (rev a1) (prog-if 00 [VGA controller])
        Subsystem: ASUSTeK Computer Inc. GF106 [GeForce GTS 450] [1043:8366]
        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 25
        Region 0: Memory at de000000 (32-bit, non-prefetchable) [size=16M]
        Region 1: Memory at d0000000 (64-bit, prefetchable) [size=128M]
        Region 3: Memory at d8000000 (64-bit, prefetchable) [size=32M]
        Region 5: I/O ports at ec00 [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 Dec 27 15:41 /dev/dri/card0
crw-rw----+ 1 root video 226, 128 Dec 27 15:41 /dev/dri/renderD128
crw-rw-rw-  1 root root  195, 254 Dec 27 14:51 /dev/nvidia-modeset
crw-rw-rw-  1 root root  195,   0 Dec 27 14:51 /dev/nvidia0
crw-rw-rw-  1 root root  195, 255 Dec 27 14:51 /dev/nvidiactl

/dev/dri/by-path:
total 0
lrwxrwxrwx 1 root root  8 Dec 27 15:41 pci-0000:02:00.0-card -> ../card0
lrwxrwxrwx 1 root root 13 Dec 27 15:41 pci-0000:02:00.0-render -> ../renderD128
video:x:44:

OpenGL and NVIDIA library files installed:
lrwxrwxrwx 1 root root       15 Sep 11 13:12 /etc/alternatives/glx -> 
/usr/lib/nvidia
lrwxrwxrwx 1 root root       49 Sep 11 13:12 
/etc/alternatives/glx--libEGL.so.1-i386-linux-gnu -> 
/usr/lib/mesa-diverted/i386-linux-gnu/libEGL.so.1
lrwxrwxrwx 1 root root       48 Sep 11 13:12 
/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 11 13:12 
/etc/alternatives/glx--libGL.so.1-i386-linux-gnu -> 
/usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1
lrwxrwxrwx 1 root root       52 Sep 11 13:12 
/etc/alternatives/glx--libGLESv2.so.2-i386-linux-gnu -> 
/usr/lib/mesa-diverted/i386-linux-gnu/libGLESv2.so.2
lrwxrwxrwx 1 root root       52 Sep 11 13:12 
/etc/alternatives/glx--libGLESv2.so.2-i386-linux-gnu -> 
/usr/lib/mesa-diverted/i386-linux-gnu/libGLESv2.so.2
lrwxrwxrwx 1 root root       42 Sep 11 13:12 
/etc/alternatives/glx--libGLX_indirect.so.0-i386-linux-gnu -> 
/usr/lib/i386-linux-gnu/libGLX_nvidia.so.0
lrwxrwxrwx 1 root root       42 Sep 11 13:12 
/etc/alternatives/glx--libGLX_indirect.so.0-i386-linux-gnu -> 
/usr/lib/i386-linux-gnu/libGLX_nvidia.so.0
lrwxrwxrwx 1 root root       49 Sep 11 13:12 
/etc/alternatives/glx--libnvidia-cfg.so.1-i386-linux-gnu -> 
/usr/lib/i386-linux-gnu/nvidia/libnvidia-cfg.so.1
lrwxrwxrwx 1 root root       25 Sep 11 13:12 
/etc/alternatives/glx--linux-libglx.so -> /usr/lib/nvidia/libglx.so
lrwxrwxrwx 1 root root       42 Sep 11 13:12 
/etc/alternatives/glx--nvidia-blacklists-nouveau.conf -> 
/etc/nvidia/nvidia-blacklists-nouveau.conf
lrwxrwxrwx 1 root root       36 Sep 11 13:12 
/etc/alternatives/glx--nvidia-bug-report.sh -> 
/usr/lib/nvidia/nvidia-bug-report.sh
lrwxrwxrwx 1 root root       39 Sep 11 13:12 
/etc/alternatives/glx--nvidia-drm-outputclass.conf -> 
/etc/nvidia/nvidia-drm-outputclass.conf
lrwxrwxrwx 1 root root       28 Sep 11 13:12 
/etc/alternatives/glx--nvidia-load.conf -> /etc/nvidia/nvidia-load.conf
lrwxrwxrwx 1 root root       32 Sep 11 13:12 
/etc/alternatives/glx--nvidia-modprobe.conf -> /etc/nvidia/nvidia-modprobe.conf
lrwxrwxrwx 1 root root       29 Sep 11 13:12 
/etc/alternatives/glx--nvidia_drv.so -> /usr/lib/nvidia/nvidia_drv.so
lrwxrwxrwx 1 root root       23 Sep 11 13:08 /etc/alternatives/nvidia -> 
/usr/lib/nvidia/current
lrwxrwxrwx 1 root root       57 Sep 11 13:08 
/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       57 Sep 11 13:08 
/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 Sep 11 13:08 
/etc/alternatives/nvidia--libGLX_nvidia.so.0-i386-linux-gnu -> 
/usr/lib/i386-linux-gnu/nvidia/current/libGLX_nvidia.so.0
lrwxrwxrwx 1 root root       33 Sep 11 13:08 
/etc/alternatives/nvidia--libglx.so -> /usr/lib/nvidia/current/libglx.so
lrwxrwxrwx 1 root root       57 Sep 11 13:08 
/etc/alternatives/nvidia--libnvidia-cfg.so.1-i386-linux-gnu -> 
/usr/lib/i386-linux-gnu/nvidia/current/libnvidia-cfg.so.1
lrwxrwxrwx 1 root root       56 Sep 11 13:08 
/etc/alternatives/nvidia--libnvidia-ml.so.1-i386-linux-gnu -> 
/usr/lib/i386-linux-gnu/nvidia/current/libnvidia-ml.so.1
lrwxrwxrwx 1 root root       59 Sep 11 13:08 
/etc/alternatives/nvidia--libvdpau_nvidia.so.1-i386-linux-gnu -> 
/usr/lib/i386-linux-gnu/nvidia/current/libvdpau_nvidia.so.1
lrwxrwxrwx 1 root root       38 Sep 11 13:08 
/etc/alternatives/nvidia--nv-control-dpy -> 
/usr/lib/nvidia/current/nv-control-dpy
lrwxrwxrwx 1 root root       70 Sep 11 13:08 
/etc/alternatives/nvidia--nvidia-application-profiles-key-documentation -> 
/usr/share/nvidia/nvidia-application-profiles-390.87-key-documentation
lrwxrwxrwx 1 root root       50 Sep 11 13:08 
/etc/alternatives/nvidia--nvidia-blacklists-nouveau.conf -> 
/etc/nvidia/current/nvidia-blacklists-nouveau.conf
lrwxrwxrwx 1 root root       44 Sep 11 13:08 
/etc/alternatives/nvidia--nvidia-bug-report.sh -> 
/usr/lib/nvidia/current/nvidia-bug-report.sh
lrwxrwxrwx 1 root root       40 Sep 11 13:08 
/etc/alternatives/nvidia--nvidia-debugdump -> 
/usr/lib/nvidia/current/nvidia-debugdump
lrwxrwxrwx 1 root root       47 Sep 11 13:08 
/etc/alternatives/nvidia--nvidia-drm-outputclass.conf -> 
/etc/nvidia/current/nvidia-drm-outputclass.conf
lrwxrwxrwx 1 root root       36 Sep 11 13:08 
/etc/alternatives/nvidia--nvidia-load.conf -> 
/etc/nvidia/current/nvidia-load.conf
lrwxrwxrwx 1 root root       40 Sep 11 13:08 
/etc/alternatives/nvidia--nvidia-modprobe.conf -> 
/etc/nvidia/current/nvidia-modprobe.conf
lrwxrwxrwx 1 root root       39 Sep 11 13:08 
/etc/alternatives/nvidia--nvidia-settings -> 
/usr/lib/nvidia/current/nvidia-settings
lrwxrwxrwx 1 root root       44 Sep 11 13:08 
/etc/alternatives/nvidia--nvidia-settings.1.gz -> 
/usr/lib/nvidia/current/nvidia-settings.1.gz
lrwxrwxrwx 1 root root       47 Sep 11 13:08 
/etc/alternatives/nvidia--nvidia-settings.desktop -> 
/usr/lib/nvidia/current/nvidia-settings.desktop
lrwxrwxrwx 1 root root       34 Sep 11 13:08 
/etc/alternatives/nvidia--nvidia-smi -> /usr/lib/nvidia/current/nvidia-smi
lrwxrwxrwx 1 root root       39 Sep 11 13:08 
/etc/alternatives/nvidia--nvidia-smi.1.gz -> 
/usr/lib/nvidia/current/nvidia-smi.1.gz
lrwxrwxrwx 1 root root       37 Sep 11 13:08 
/etc/alternatives/nvidia--nvidia_drv.so -> /usr/lib/nvidia/current/nvidia_drv.so
lrwxrwxrwx 1 root root       49 Sep 11 13:12 
/usr/lib/i386-linux-gnu/libEGL.so.1 -> 
/etc/alternatives/glx--libEGL.so.1-i386-linux-gnu
lrwxrwxrwx 1 root root       48 Sep 11 13:12 /usr/lib/i386-linux-gnu/libGL.so.1 
-> /etc/alternatives/glx--libGL.so.1-i386-linux-gnu
lrwxrwxrwx 1 root root       52 Sep  1  2017 
/usr/lib/i386-linux-gnu/libGLESv2.so.2 -> 
/etc/alternatives/glx--libGLESv2.so.2-i386-linux-gnu
lrwxrwxrwx 1 root root       56 Jan  8  2018 
/usr/lib/i386-linux-gnu/libnvidia-cfg.so.1 -> 
/etc/alternatives/glx--libnvidia-cfg.so.1-i386-linux-gnu
-rw-r--r-- 1 root root 29258552 Aug 22 02:14 
/usr/lib/i386-linux-gnu/libnvidia-eglcore.so.390.87
-rw-r--r-- 1 root root 32522600 Aug 22 00:43 
/usr/lib/i386-linux-gnu/libnvidia-glcore.so.390.87
-rw-r--r-- 1 root root   552564 Aug 22 01:58 
/usr/lib/i386-linux-gnu/libnvidia-glsi.so.390.87
lrwxrwxrwx 1 root root       58 Jan  8  2018 
/usr/lib/i386-linux-gnu/libnvidia-ml.so.1 -> 
/etc/alternatives/nvidia--libnvidia-ml.so.1-i386-linux-gnu
-rw-r--r-- 1 root root    13752 Aug 22 00:48 
/usr/lib/i386-linux-gnu/libnvidia-tls.so.390.87
-rw-r--r-- 1 root root  1341796 Jul 15 02:33 /usr/lib/libnvidia-gtk2.so.390.67
-rw-r--r-- 1 root root  1349988 Jul 15 02:33 /usr/lib/libnvidia-gtk3.so.390.67
lrwxrwxrwx 1 root root       36 Feb 23  2014 
/usr/lib/xorg/modules/drivers/nvidia_drv.so -> 
/etc/alternatives/glx--nvidia_drv.so
-rw-r--r-- 1 root root   307124 Oct 25 20:15 
/usr/lib/xorg/modules/extensions/libglx.so
lrwxrwxrwx 1 root root       38 Feb 23  2014 
/usr/lib/xorg/modules/linux/libglx.so -> /etc/alternatives/glx--linux-libglx.so
-rw-r--r-- 1 root root    43103 Dec 28 20:41 /var/log/Xorg.0.log
-rw-r--r-- 1 root root    19052 Dec 27 03:33 /var/log/Xorg.0.log.old
-rw-r--r-- 1 root root     3242 Aug 12 00:57 /var/log/Xorg.1.log
-rw-r--r-- 1 root root    32047 Apr  2  2018 /var/log/Xorg.1.log.old
-rw-r--r-- 1 root root        0 Apr 26  2016 /var/log/Xorg.pid-19347.log
/etc/OpenCL/vendors/:
total 12
drwxr-xr-x 2 root root 4096 Apr 28  2018 .
drwxr-xr-x 3 root root 4096 May 12  2016 ..
-rw-r--r-- 1 root root   22 Jan 13  2016 nvidia.icd

/etc/nvidia/:
total 32
drwxr-xr-x   4 root root  4096 Jan  8  2018 .
drwxr-xr-x 289 root root 20480 Dec 28 21:21 ..
drwxr-xr-x   2 root root  4096 Dec 28 21:17 current
drwxr-xr-x   2 root root  4096 Apr 26  2016 legacy-304xx
lrwxrwxrwx   1 root root    56 Jan  8  2018 nvidia-blacklists-nouveau.conf -> 
/etc/alternatives/nvidia--nvidia-blacklists-nouveau.conf
lrwxrwxrwx   1 root root    53 Jan  8  2018 nvidia-drm-outputclass.conf -> 
/etc/alternatives/nvidia--nvidia-drm-outputclass.conf
lrwxrwxrwx   1 root root    42 Jan  8  2018 nvidia-load.conf -> 
/etc/alternatives/nvidia--nvidia-load.conf
lrwxrwxrwx   1 root root    46 Jan  8  2018 nvidia-modprobe.conf -> 
/etc/alternatives/nvidia--nvidia-modprobe.conf

/usr/lib/i386-linux-gnu/nvidia/:
total 316
drwxr-xr-x   3 root root   4096 Sep 11 13:08 .
drwxr-xr-x 109 root root 311296 Dec 28 21:13 ..
drwxr-xr-x   2 root root   4096 Dec 28 21:11 current
lrwxrwxrwx   1 root root     59 Jan  8  2018 libnvidia-cfg.so.1 -> 
/etc/alternatives/nvidia--libnvidia-cfg.so.1-i386-linux-gnu

/usr/lib/i386-linux-gnu/nvidia/current/:
total 4292
drwxr-xr-x 2 root root    4096 Dec 28 21:11 .
drwxr-xr-x 3 root root    4096 Sep 11 13:08 ..
lrwxrwxrwx 1 root root      23 Dec 24 02:44 libEGL_nvidia.so.0 -> 
libEGL_nvidia.so.390.87
-rw-r--r-- 1 root root  738488 Aug 22 02:15 libEGL_nvidia.so.390.87
lrwxrwxrwx 1 root root      23 Dec 24 02:44 libGLX_nvidia.so.0 -> 
libGLX_nvidia.so.390.87
-rw-r--r-- 1 root root 1129756 Aug 22 00:44 libGLX_nvidia.so.390.87
lrwxrwxrwx 1 root root      23 Dec 24 02:44 libnvidia-cfg.so.1 -> 
libnvidia-cfg.so.390.87
-rw-r--r-- 1 root root  199440 Aug 22 01:55 libnvidia-cfg.so.390.87
lrwxrwxrwx 1 root root      17 Dec 24 02:44 libnvidia-ml.so -> libnvidia-ml.so.1
lrwxrwxrwx 1 root root      22 Dec 24 02:44 libnvidia-ml.so.1 -> 
libnvidia-ml.so.390.87
-rw-r--r-- 1 root root 1349844 Aug 22 01:56 libnvidia-ml.so.390.87
lrwxrwxrwx 1 root root      25 Dec 24 02:44 libvdpau_nvidia.so.1 -> 
libvdpau_nvidia.so.390.87
-rw-r--r-- 1 root root  949568 Aug 22 00:49 libvdpau_nvidia.so.390.87

/usr/lib/mesa-diverted/:
total 52
drwxr-xr-x   5 root root  4096 Oct  4 14:01 .
drwxr-xr-x 187 root root 36864 Dec 28 21:11 ..
drwxr-xr-x   2 root root  4096 Oct 24  2013 arm-linux-gnueabihf
drwxr-xr-x   2 root root  4096 Dec 28 21:09 i386-linux-gnu
drwxr-xr-x   2 root root  4096 Aug 30  2011 x86_64-linux-gnu

/usr/lib/mesa-diverted/arm-linux-gnueabihf/:
total 8
drwxr-xr-x 2 root root 4096 Oct 24  2013 .
drwxr-xr-x 5 root root 4096 Oct  4 14:01 ..

/usr/lib/mesa-diverted/i386-linux-gnu/:
total 564
drwxr-xr-x 2 root root   4096 Dec 28 21:09 .
drwxr-xr-x 5 root root   4096 Oct  4 14:01 ..
lrwxrwxrwx 1 root root     15 Aug 10 13:50 libEGL.so.1 -> libEGL.so.1.1.0
-rw-r--r-- 1 root root  83592 Aug 10 13:50 libEGL.so.1.1.0
lrwxrwxrwx 1 root root     14 Aug 10 13:50 libGL.so.1 -> libGL.so.1.7.0
-rw-r--r-- 1 root root 411160 Aug 10 13:50 libGL.so.1.7.0
lrwxrwxrwx 1 root root     18 Aug 10 13:50 libGLESv2.so.2 -> libGLESv2.so.2.1.0
-rw-r--r-- 1 root root  62996 Aug 10 13:50 libGLESv2.so.2.1.0
lrwxrwxrwx 1 root root     16 Dec 21 09:22 libGLX_indirect.so.0 -> 
libGLX_mesa.so.0

/usr/lib/mesa-diverted/x86_64-linux-gnu/:
total 8
drwxr-xr-x 2 root root 4096 Aug 30  2011 .
drwxr-xr-x 5 root root 4096 Oct  4 14:01 ..

/usr/lib/mesa/:
total 40
drwxr-xr-x   2 root root  4096 Feb  5  2012 .
drwxr-xr-x 187 root root 36864 Dec 28 21:11 ..

/usr/lib/nvidia/:
total 64
drwxr-xr-x   4 root root  4096 Jan  8  2018 .
drwxr-xr-x 187 root root 36864 Dec 28 21:11 ..
-rw-r--r--   1 root root    57 Dec 17  2017 alternate-install-present
drwxr-xr-x   2 root root  4096 Nov 13  2015 bumblebee
-rwxr-xr-x   1 root root  2125 Dec 17  2017 
check-for-conflicting-opengl-libraries
-rwxr-xr-x   1 root root  1897 Dec 17  2017 check-for-mismatching-nvidia-module
drwxr-xr-x   2 root root  4096 Dec 28 21:11 current
lrwxrwxrwx   1 root root    35 Jan  8  2018 libglx.so -> 
/etc/alternatives/nvidia--libglx.so
lrwxrwxrwx   1 root root    24 Jan  8  2018 nvidia -> /etc/alternatives/nvidia
lrwxrwxrwx   1 root root    46 Jan  8  2018 nvidia-bug-report.sh -> 
/etc/alternatives/nvidia--nvidia-bug-report.sh
lrwxrwxrwx   1 root root    39 Jan  8  2018 nvidia_drv.so -> 
/etc/alternatives/nvidia--nvidia_drv.so
-rwxr-xr-x   1 root root   618 Dec 17  2017 pre-install

/usr/lib/nvidia/bumblebee/:
total 8
drwxr-xr-x 2 root root 4096 Nov 13  2015 .
drwxr-xr-x 4 root root 4096 Jan  8  2018 ..

/usr/lib/nvidia/current/:
total 17892
drwxr-xr-x 2 root root    4096 Dec 28 21:11 .
drwxr-xr-x 4 root root    4096 Jan  8  2018 ..
lrwxrwxrwx 1 root root      16 Dec 24 02:44 libglx.so -> libglx.so.390.87
-rw-r--r-- 1 root root 9115712 Aug 22 00:48 libglx.so.390.87
-rwxr-xr-x 1 root root   25852 Jul 15 02:33 nv-control-dpy
-rwxr-xr-x 1 root root   30963 Aug 21 23:41 nvidia-bug-report.sh
-rwxr-xr-x 1 root root  187740 Aug 22 01:56 nvidia-debugdump
-rwxr-xr-x 1 root root  222636 Jul 15 02:33 nvidia-settings
-rw-r--r-- 1 root root    8643 Jul 15 02:33 nvidia-settings.1.gz
-rw-r--r-- 1 root root    1217 Jul 15 02:33 nvidia-settings.desktop
-rwxr-xr-x 1 root root  495976 Aug 22 01:56 nvidia-smi
-rw-r--r-- 1 root root   19417 Dec 24 02:44 nvidia-smi.1.gz
-rw-r--r-- 1 root root    3357 Dec 24 02:44 nvidia.ids
-rw-r--r-- 1 root root 8156172 Aug 22 00:23 nvidia_drv.so

/usr/lib/nvidia/nvidia/:
total 17892
drwxr-xr-x 2 root root    4096 Dec 28 21:11 .
drwxr-xr-x 4 root root    4096 Jan  8  2018 ..
lrwxrwxrwx 1 root root      16 Dec 24 02:44 libglx.so -> libglx.so.390.87
-rw-r--r-- 1 root root 9115712 Aug 22 00:48 libglx.so.390.87
-rwxr-xr-x 1 root root   25852 Jul 15 02:33 nv-control-dpy
-rwxr-xr-x 1 root root   30963 Aug 21 23:41 nvidia-bug-report.sh
-rwxr-xr-x 1 root root  187740 Aug 22 01:56 nvidia-debugdump
-rwxr-xr-x 1 root root  222636 Jul 15 02:33 nvidia-settings
-rw-r--r-- 1 root root    8643 Jul 15 02:33 nvidia-settings.1.gz
-rw-r--r-- 1 root root    1217 Jul 15 02:33 nvidia-settings.desktop
-rwxr-xr-x 1 root root  495976 Aug 22 01:56 nvidia-smi
-rw-r--r-- 1 root root   19417 Dec 24 02:44 nvidia-smi.1.gz
-rw-r--r-- 1 root root    3357 Dec 24 02:44 nvidia.ids
-rw-r--r-- 1 root root 8156172 Aug 22 00:23 nvidia_drv.so

/etc/modprobe.d:
total 64
drwxr-xr-x   2 root root  4096 Dec 23 03:31 .
drwxr-xr-x 289 root root 20480 Dec 28 21:21 ..
-rw-r--r--   1 root root   154 Nov 30  2016 amd64-microcode-blacklist.conf
-rw-r--r--   1 root root   127 Dec  7  2011 dkms.conf
-rw-r--r--   1 root root   449 Jul 26  2014 fbdev-blacklist.conf.dpkg-bak
-rw-r--r--   1 root root   390 Sep 28  2014 fbdev-blacklist.conf.dpkg-dist
-rw-r--r--   1 root root   379 Oct 10  2017 mdadm.conf
lrwxrwxrwx   1 root root    53 Nov 18  2015 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
-rw-r--r--   1 root root   272 Nov  5  2013 nvidia-kernel-common.conf.dpkg-old
lrwxrwxrwx   1 root root    43 Nov 18  2015 nvidia.conf -> 
/etc/alternatives/glx--nvidia-modprobe.conf
-rw-r--r--   1 root root   119 Sep 14  2015 oss-compat.conf
-rw-r--r--   1 root root    90 Aug 25  2010 sound.conf
-rw-r--r--   1 root root    57 Mar  4  2007 sound~

/etc/modprobe.d/nvidia-kernel-common.conf.dpkg-old:alias char-major-195* 
nvidia-legacy-304xx
/etc/modprobe.d/nvidia-kernel-common.conf.dpkg-old:options nvidia 
NVreg_DeviceFileUID=0 NVreg_DeviceFileGID=44 NVreg_DeviceFileMode=0660
/etc/modprobe.d/nvidia-kernel-common.conf.dpkg-old:# options nvidia 
NVreg_EnableAGPSBA=1
/etc/modprobe.d/nvidia-kernel-common.conf.dpkg-old:# options nvidia 
NVreg_EnableAGPFW=1
/etc/modprobe.d/fbdev-blacklist.conf.dpkg-bak:blacklist nvidiafb
/etc/modprobe.d/nvidia-kernel-common.conf:alias char-major-195* nvidia
/etc/modprobe.d/nvidia-kernel-common.conf:#options nvidia NVreg_DeviceFileUID=0 
NVreg_DeviceFileGID=44 NVreg_DeviceFileMode=0660
/etc/modprobe.d/nvidia-kernel-common.conf:# options nvidia NVreg_EnableAGPSBA=1
/etc/modprobe.d/nvidia-kernel-common.conf:# options nvidia NVreg_EnableAGPFW=1
/etc/modprobe.d/fbdev-blacklist.conf.dpkg-bak:blacklist nouveaufb

/etc/modules-load.d:
-rw-r--r-- 1 root root  383 Aug 15 13:23 /etc/modules

/etc/modules-load.d/:
total 28
drwxr-xr-x   2 root root  4096 Dec 28 21:14 .
drwxr-xr-x 289 root root 20480 Dec 28 21:21 ..
-rw-r--r--   1 root root   119 Feb 25  2014 cups-filters.conf
lrwxrwxrwx   1 root root    10 Dec  6 01:03 modules.conf -> ../modules
lrwxrwxrwx   1 root root    39 Nov 18  2015 nvidia.conf -> 
/etc/alternatives/glx--nvidia-load.conf

/etc/modules:#nvidia-legacy-304xx

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-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

remove nvidia-modeset modprobe -r -i nvidia-drm nvidia-modeset

# 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 ^^^^^^^^^^

<<<<<<<<<< /home/jirka/.local/share/xorg/Xorg.1.log >>>>>>>>>>
[   707.130] 
X.Org X Server 1.17.3
Release Date: 2015-10-26
[   707.130] X Protocol Version 11, Revision 0
[   707.131] Build Operating System: Linux 3.16.0-4-amd64 i686 Debian
[   707.131] Current Operating System: Linux debian 3.16.0-4-686-pae #1 SMP 
Debian 3.16.7-ckt11-1 (2015-05-24) i686
[   707.131] Kernel command line: BOOT_IMAGE=Linux-3.16 ro 
root=UUID=2259bd59-0318-40ab-967e-9c5ba4732fbd
[   707.131] Build Date: 27 October 2015  11:29:29PM
[   707.131] xorg-server 2:1.17.3-2 (http://www.debian.org/support) 
[   707.131] Current version of pixman: 0.30.2
[   707.131]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[   707.131] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   707.132] (==) Log file: "/home/jirka/.local/share/xorg/Xorg.1.log", Time: 
Fri Jan  1 16:19:58 2016
[   707.132] (==) Using config file: "/etc/X11/xorg.conf"
[   707.132] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   707.132] Parse error on line 16 of section Files in file /etc/X11/xorg.conf
        Ignoring obsolete keyword "RgbPath".
[   707.132] (==) ServerLayout "Layout0"
[   707.132] (**) |-->Screen "Screen0" (0)
[   707.132] (**) |   |-->Monitor "<default monitor>"
[   707.133] (**) |   |-->Device "Device0"
[   707.133] (==) No monitor specified for screen "Screen0".
        Using a default monitor configuration.
[   707.133] (**) |-->Input Device "Keyboard0"
[   707.133] (**) |-->Input Device "Mouse0"
[   707.133] (**) Option "Xinerama" "0"
[   707.133] (==) Automatically adding devices
[   707.133] (==) Automatically enabling devices
[   707.133] (==) Automatically adding GPU devices
[   707.133] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   707.133]    Entry deleted from font path.
[   707.133] (**) FontPath set to:
        /usr/X11R6/lib/X11/fonts/misc/,
        /usr/X11R6/lib/X11/fonts/Type1/,
        /usr/X11R6/lib/X11/fonts/Speedo/,
        /usr/X11R6/lib/X11/fonts/TrueType/,
        /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
[   707.133] (==) ModulePath set to "/usr/lib/xorg/modules"
[   707.133] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 
'vmmouse' will be disabled.
[   707.133] (WW) Disabling Keyboard0
[   707.133] (WW) Disabling Mouse0
[   707.133] (II) Loader magic: 0xb7779700
[   707.133] (II) Module ABI versions:
[   707.133]    X.Org ANSI C Emulation: 0.4
[   707.133]    X.Org Video Driver: 19.0
[   707.133]    X.Org XInput driver : 21.0
[   707.133]    X.Org Server Extension : 9.0
[   707.140] (II) systemd-logind: took control of session 
/org/freedesktop/login1/session/_33
[   707.140] (II) xfree86: Adding drm device (/dev/dri/card0)
[   707.141] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
[   707.142] (--) PCI:*(0:0:13:0) 10de:03d6:1043:83a4 rev 162, Mem @ 
0xde000000/16777216, 0xc0000000/268435456, 0xdd000000/16777216, BIOS @ 
0x????????/131072
[   707.142] (II) "glx" will be loaded. This was enabled by default and also 
specified in the config file.
[   707.142] (II) LoadModule: "dbe"
[   707.142] (II) Module "dbe" already built-in
[   707.142] (II) LoadModule: "extmod"
[   707.142] (II) Module "extmod" already built-in
[   707.142] (II) LoadModule: "glx"
[   707.142] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[   707.167] (II) Module glx: vendor="NVIDIA Corporation"
[   707.167]    compiled for 4.0.2, module version = 1.0.0
[   707.167]    Module class: X.Org Server Extension
[   707.167] (II) NVIDIA GLX Module  304.131  Sun Nov  8 22:05:17 PST 2015
[   707.167] (II) LoadModule: "nvidia"
[   707.167] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   707.167] (II) Module nvidia: vendor="NVIDIA Corporation"
[   707.167]    compiled for 4.0.2, module version = 1.0.0
[   707.167]    Module class: X.Org Video Driver
[   707.167] (II) NVIDIA dlloader X Driver  304.131  Sun Nov  8 21:45:40 PST 
2015
[   707.167] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   707.167] (EE) 
Fatal server error:
[   707.167] (EE) xf86OpenConsole: Cannot open /dev/tty0 (No such file or 
directory)
[   707.167] (EE) 
[   707.167] (EE) 
Please consult the The X.Org Foundation support 
         at http://wiki.x.org
 for help. 
[   707.167] (EE) Please also check the log file at 
"/home/jirka/.local/share/xorg/Xorg.1.log" for additional information.
[   707.168] (EE) 
^^^^^^^^^^ /home/jirka/.local/share/xorg/Xorg.1.log ^^^^^^^^^^

<<<<<<<<<< /home/jirka/.local/share/xorg/Xorg.1.log.old >>>>>>>>>>
[   682.642] 
X.Org X Server 1.17.3
Release Date: 2015-10-26
[   682.642] X Protocol Version 11, Revision 0
[   682.642] Build Operating System: Linux 3.16.0-4-amd64 i686 Debian
[   682.642] Current Operating System: Linux debian 3.16.0-4-686-pae #1 SMP 
Debian 3.16.7-ckt11-1 (2015-05-24) i686
[   682.642] Kernel command line: BOOT_IMAGE=Linux-3.16 ro 
root=UUID=2259bd59-0318-40ab-967e-9c5ba4732fbd
[   682.642] Build Date: 27 October 2015  11:29:29PM
[   682.643] xorg-server 2:1.17.3-2 (http://www.debian.org/support) 
[   682.643] Current version of pixman: 0.30.2
[   682.643]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[   682.643] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   682.643] (==) Log file: "/home/jirka/.local/share/xorg/Xorg.1.log", Time: 
Fri Jan  1 16:19:34 2016
[   682.643] (==) Using config file: "/etc/X11/xorg.conf"
[   682.643] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   682.644] Parse error on line 16 of section Files in file /etc/X11/xorg.conf
        Ignoring obsolete keyword "RgbPath".
[   682.644] (==) ServerLayout "Layout0"
[   682.644] (**) |-->Screen "Screen0" (0)
[   682.644] (**) |   |-->Monitor "<default monitor>"
[   682.644] (**) |   |-->Device "Device0"
[   682.644] (==) No monitor specified for screen "Screen0".
        Using a default monitor configuration.
[   682.644] (**) |-->Input Device "Keyboard0"
[   682.644] (**) |-->Input Device "Mouse0"
[   682.644] (**) Option "Xinerama" "0"
[   682.644] (==) Automatically adding devices
[   682.644] (==) Automatically enabling devices
[   682.644] (==) Automatically adding GPU devices
[   682.644] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   682.644]    Entry deleted from font path.
[   682.645] (**) FontPath set to:
        /usr/X11R6/lib/X11/fonts/misc/,
        /usr/X11R6/lib/X11/fonts/Type1/,
        /usr/X11R6/lib/X11/fonts/Speedo/,
        /usr/X11R6/lib/X11/fonts/TrueType/,
        /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
[   682.645] (==) ModulePath set to "/usr/lib/xorg/modules"
[   682.645] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 
'vmmouse' will be disabled.
[   682.645] (WW) Disabling Keyboard0
[   682.645] (WW) Disabling Mouse0
[   682.645] (II) Loader magic: 0xb779f700
[   682.645] (II) Module ABI versions:
[   682.645]    X.Org ANSI C Emulation: 0.4
[   682.645]    X.Org Video Driver: 19.0
[   682.645]    X.Org XInput driver : 21.0
[   682.645]    X.Org Server Extension : 9.0
[   682.648] (EE) systemd-logind: TakeControl failed: Only owner of session may 
take control
[   682.648] (II) xfree86: Adding drm device (/dev/dri/card0)
[   682.649] (--) PCI:*(0:0:13:0) 10de:03d6:1043:83a4 rev 162, Mem @ 
0xde000000/16777216, 0xc0000000/268435456, 0xdd000000/16777216, BIOS @ 
0x????????/131072
[   682.649] (II) "glx" will be loaded. This was enabled by default and also 
specified in the config file.
[   682.649] (II) LoadModule: "dbe"
[   682.649] (II) Module "dbe" already built-in
[   682.649] (II) LoadModule: "extmod"
[   682.649] (II) Module "extmod" already built-in
[   682.649] (II) LoadModule: "glx"
[   682.650] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[   682.675] (II) Module glx: vendor="NVIDIA Corporation"
[   682.675]    compiled for 4.0.2, module version = 1.0.0
[   682.675]    Module class: X.Org Server Extension
[   682.675] (II) NVIDIA GLX Module  304.131  Sun Nov  8 22:05:17 PST 2015
[   682.675] (II) LoadModule: "nvidia"
[   682.676] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   682.676] (II) Module nvidia: vendor="NVIDIA Corporation"
[   682.676]    compiled for 4.0.2, module version = 1.0.0
[   682.676]    Module class: X.Org Video Driver
[   682.676] (II) NVIDIA dlloader X Driver  304.131  Sun Nov  8 21:45:40 PST 
2015
[   682.676] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   682.676] (EE) 
Fatal server error:
[   682.676] (EE) xf86OpenConsole: Cannot open /dev/tty0 (No such file or 
directory)
[   682.677] (EE) 
[   682.677] (EE) 
Please consult the The X.Org Foundation support 
         at http://wiki.x.org
 for help. 
[   682.677] (EE) Please also check the log file at 
"/home/jirka/.local/share/xorg/Xorg.1.log" for additional information.
[   682.677] (EE) 
^^^^^^^^^^ /home/jirka/.local/share/xorg/Xorg.1.log.old ^^^^^^^^^^

<<<<<<<<<< /var/log/Xorg.0.log >>>>>>>>>>
[   100.251] (--) Log file renamed from "/var/log/Xorg.pid-802.log" to 
"/var/log/Xorg.0.log"
[   100.365] 
X.Org X Server 1.20.3
X Protocol Version 11, Revision 0
[   100.365] Build Operating System: Linux 4.9.0-8-amd64 i686 Debian
[   100.365] Current Operating System: Linux debian 4.19.0-1-686-pae #1 SMP 
Debian 4.19.12-1 (2018-12-22) i686
[   100.365] Kernel command line: BOOT_IMAGE=Linux-4.19 ro 
root=UUID=2259bd59-0318-40ab-967e-9c5ba4732fbd nopti vmalloc=160M
[   100.365] Build Date: 25 October 2018  06:15:23PM
[   100.365] xorg-server 2:1.20.3-1 (https://www.debian.org/support) 
[   100.365] Current version of pixman: 0.36.0
[   100.365]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[   100.365] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   100.365] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Dec 27 15:42:37 
2018
[   100.639] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   100.799] (==) No Layout section.  Using the first Screen section.
[   100.799] (==) No screen section available. Using defaults.
[   100.799] (**) |-->Screen "Default Screen Section" (0)
[   100.799] (**) |   |-->Monitor "<default monitor>"
[   101.014] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[   101.014] (==) Automatically adding devices
[   101.014] (==) Automatically enabling devices
[   101.014] (==) Automatically adding GPU devices
[   101.014] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   101.211] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   101.211]    Entry deleted from font path.
[   101.643] (==) 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
[   101.643] (**) ModulePath set to 
"/usr/lib/xorg/modules/linux,/usr/lib/xorg/modules"
[   101.643] (II) The server relies on udev to provide the list of input 
devices.
        If no devices become available, reconfigure udev or disable 
AutoAddDevices.
[   101.643] (II) Loader magic: 0x6dc740
[   101.643] (II) Module ABI versions:
[   101.643]    X.Org ANSI C Emulation: 0.4
[   101.643]    X.Org Video Driver: 24.0
[   101.643]    X.Org XInput driver : 24.1
[   101.643]    X.Org Server Extension : 10.0
[   101.646] (++) using VT number 7

[   101.646] (II) systemd-logind: logind integration requires -keeptty and 
-keeptty was not provided, disabling logind integration
[   101.647] (II) xfree86: Adding drm device (/dev/dri/card0)
[   101.652] (--) PCI:*(2@0:0:0) 10de:0dc4:1043:8366 rev 161, Mem @ 
0xde000000/16777216, 0xd0000000/134217728, 0xd8000000/33554432, I/O @ 
0x0000ec00/128, BIOS @ 0x????????/131072
[   101.738] (II) LoadModule: "glx"
[   101.921] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[   162.415] (II) Module glx: vendor="NVIDIA Corporation"
[   162.415]    compiled for 4.0.2, module version = 1.0.0
[   162.415]    Module class: X.Org Server Extension
[   162.415] (II) NVIDIA GLX Module  390.87  Tue Aug 21 15:44:58 PDT 2018
[   162.415] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[   162.415]    loading driver: nvidia
[   162.772] (==) Matched nvidia as autoconfigured driver 0
[   162.773] (==) Matched nouveau as autoconfigured driver 1
[   162.773] (==) Matched nv as autoconfigured driver 2
[   162.773] (==) Matched modesetting as autoconfigured driver 3
[   162.773] (==) Matched fbdev as autoconfigured driver 4
[   162.773] (==) Matched vesa as autoconfigured driver 5
[   162.773] (==) Assigned the driver to the xf86ConfigLayout
[   162.773] (II) LoadModule: "nvidia"
[   162.924] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   163.701] (II) Module nvidia: vendor="NVIDIA Corporation"
[   163.701]    compiled for 4.0.2, module version = 1.0.0
[   163.701]    Module class: X.Org Video Driver
[   164.177] (II) LoadModule: "nouveau"
[   164.220] (WW) Warning, couldn't open module nouveau
[   164.220] (EE) Failed to load module "nouveau" (module does not exist, 0)
[   164.220] (II) LoadModule: "nv"
[   164.221] (WW) Warning, couldn't open module nv
[   164.221] (EE) Failed to load module "nv" (module does not exist, 0)
[   164.221] (II) LoadModule: "modesetting"
[   164.221] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   164.310] (II) Module modesetting: vendor="X.Org Foundation"
[   164.310]    compiled for 1.20.3, module version = 1.20.3
[   164.310]    Module class: X.Org Video Driver
[   164.310]    ABI class: X.Org Video Driver, version 24.0
[   164.310] (II) LoadModule: "fbdev"
[   164.310] (WW) Warning, couldn't open module fbdev
[   164.310] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   164.310] (II) LoadModule: "vesa"
[   164.311] (WW) Warning, couldn't open module vesa
[   164.311] (EE) Failed to load module "vesa" (module does not exist, 0)
[   164.383] (II) NVIDIA dlloader X Driver  390.87  Tue Aug 21 15:19:14 PDT 2018
[   164.383] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   164.462] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   164.638] (II) Loading sub module "fb"
[   164.638] (II) LoadModule: "fb"
[   164.639] (II) Loading /usr/lib/xorg/modules/libfb.so
[   164.823] (II) Module fb: vendor="X.Org Foundation"
[   164.823]    compiled for 1.20.3, module version = 1.0.0
[   164.823]    ABI class: X.Org ANSI C Emulation, version 0.4
[   164.823] (II) Loading sub module "wfb"
[   164.823] (II) LoadModule: "wfb"
[   164.823] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   165.072] (II) Module wfb: vendor="X.Org Foundation"
[   165.072]    compiled for 1.20.3, module version = 1.0.0
[   165.072]    ABI class: X.Org ANSI C Emulation, version 0.4
[   165.072] (II) Loading sub module "ramdac"
[   165.072] (II) LoadModule: "ramdac"
[   165.072] (II) Module "ramdac" already built-in
[   165.314] (WW) Falling back to old probe method for modesetting
[   165.314] (II) NVIDIA(0): Creating default Display subsection in Screen 
section
        "Default Screen Section" for depth/fbbpp 24/32
[   165.314] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[   165.314] (==) NVIDIA(0): RGB weight 888
[   165.314] (==) NVIDIA(0): Default visual is TrueColor
[   165.314] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   165.587] (**) NVIDIA(0): Enabling 2D acceleration
[   166.692] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:2:0:0
[   166.692] (--) NVIDIA(0):     CRT-0
[   166.692] (--) NVIDIA(0):     CRT-1
[   166.692] (--) NVIDIA(0):     DFP-0 (boot)
[   166.692] (--) NVIDIA(0):     DFP-1
[   166.695] (II) NVIDIA(0): NVIDIA GPU GeForce GTS 450 (GF106) at PCI:2:0:0 
(GPU-0)
[   166.695] (--) NVIDIA(0): Memory: 1048576 kBytes
[   166.695] (--) NVIDIA(0): VideoBIOS: 70.06.13.00.00
[   166.695] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[   166.712] (--) NVIDIA(GPU-0): CRT-0: disconnected
[   166.712] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[   166.712] (--) NVIDIA(GPU-0): 
[   166.713] (--) NVIDIA(GPU-0): CRT-1: disconnected
[   166.713] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[   166.713] (--) NVIDIA(GPU-0): 
[   166.798] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): connected
[   166.798] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): Internal TMDS
[   166.798] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): 330.0 MHz maximum pixel 
clock
[   166.798] (--) NVIDIA(GPU-0): 
[   166.798] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   166.798] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   166.798] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   166.798] (--) NVIDIA(GPU-0): 
[   166.870] (==) NVIDIA(0): 
[   166.870] (==) NVIDIA(0): No modes were requested; the default mode 
"nvidia-auto-select"
[   166.870] (==) NVIDIA(0):     will be used as the requested mode.
[   166.870] (==) NVIDIA(0): 
[   166.870] (II) NVIDIA(0): Validated MetaModes:
[   166.871] (II) NVIDIA(0):     "DFP-0:nvidia-auto-select"
[   166.871] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[   166.878] (--) NVIDIA(0): DPI set to (92, 94); computed from "UseEdidDpi" X 
config
[   166.878] (--) NVIDIA(0):     option
[   166.878] (II) UnloadModule: "modesetting"
[   166.878] (II) Unloading modesetting
[   166.878] (II) NVIDIA: Reserving 1536.00 MB of virtual memory for indirect 
memory
[   166.878] (II) NVIDIA:     access.
[   167.097] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
[   167.709] (==) NVIDIA(0): Disabling shared memory pixmaps
[   167.709] (==) NVIDIA(0): Backing store enabled
[   167.709] (==) NVIDIA(0): Silken mouse enabled
[   167.855] (==) NVIDIA(0): DPMS enabled
[   167.855] (II) Loading sub module "dri2"
[   167.855] (II) LoadModule: "dri2"
[   167.855] (II) Module "dri2" already built-in
[   167.942] (II) NVIDIA(0): [DRI2] Setup complete
[   167.942] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[   167.974] (II) Initializing extension Generic Event Extension
[   167.975] (II) Initializing extension SHAPE
[   167.975] (II) Initializing extension MIT-SHM
[   167.976] (II) Initializing extension XInputExtension
[   168.003] (II) Initializing extension XTEST
[   168.003] (II) Initializing extension BIG-REQUESTS
[   168.004] (II) Initializing extension SYNC
[   168.005] (II) Initializing extension XKEYBOARD
[   168.006] (II) Initializing extension XC-MISC
[   168.006] (II) Initializing extension SECURITY
[   168.007] (II) Initializing extension XFIXES
[   168.008] (II) Initializing extension RENDER
[   168.008] (II) Initializing extension RANDR
[   168.010] (II) Initializing extension COMPOSITE
[   168.010] (II) Initializing extension DAMAGE
[   168.011] (II) Initializing extension MIT-SCREEN-SAVER
[   168.012] (II) Initializing extension DOUBLE-BUFFER
[   168.012] (II) Initializing extension RECORD
[   168.013] (II) Initializing extension DPMS
[   168.014] (II) Initializing extension Present
[   168.014] (II) Initializing extension DRI3
[   168.015] (II) Initializing extension X-Resource
[   168.015] (II) Initializing extension XVideo
[   168.015] (II) Initializing extension XVideo-MotionCompensation
[   168.015] (II) Initializing extension SELinux
[   168.015] (II) SELinux: Disabled on system
[   168.015] (II) Initializing extension XFree86-VidModeExtension
[   168.015] (II) Initializing extension XFree86-DGA
[   168.016] (II) Initializing extension XFree86-DRI
[   168.016] (II) Initializing extension DRI2
[   168.016] (II) Initializing extension GLX
[   168.016] (II) Initializing extension GLX
[   168.016] (II) Indirect GLX disabled.
[   168.016] (II) Initializing extension NV-GLX
[   168.016] (II) Initializing extension NV-CONTROL
[   168.017] (II) Initializing extension XINERAMA
[   171.143] (II) config/udev: Adding input device Power Button 
(/dev/input/event3)
[   171.143] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   171.143] (II) LoadModule: "evdev"
[   171.143] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   171.428] (II) Module evdev: vendor="X.Org Foundation"
[   171.428]    compiled for 1.20.1, module version = 2.10.6
[   171.428]    Module class: X.Org XInput Driver
[   171.428]    ABI class: X.Org XInput driver, version 24.1
[   171.428] (II) Using input driver 'evdev' for 'Power Button'
[   171.428] (**) Power Button: always reports core events
[   171.428] (**) evdev: Power Button: Device: "/dev/input/event3"
[   171.428] (--) evdev: Power Button: Vendor 0 Product 0x1
[   171.428] (--) evdev: Power Button: Found keys
[   171.428] (II) evdev: Power Button: Configuring as keyboard
[   171.428] (**) Option "config_info" 
"udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event3"
[   171.428] (II) XINPUT: Adding extended input device "Power Button" (type: 
KEYBOARD, id 6)
[   171.428] (**) Option "xkb_rules" "evdev"
[   171.428] (**) Option "xkb_model" "chicony9885"
[   171.428] (**) Option "xkb_layout" "cz"
[   171.429] (**) Option "xkb_variant" "bksl"
[   171.429] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   171.461] (II) config/udev: Adding input device Power Button 
(/dev/input/event2)
[   171.461] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   171.461] (II) Using input driver 'evdev' for 'Power Button'
[   171.461] (**) Power Button: always reports core events
[   171.461] (**) evdev: Power Button: Device: "/dev/input/event2"
[   171.461] (--) evdev: Power Button: Vendor 0 Product 0x1
[   171.461] (--) evdev: Power Button: Found keys
[   171.461] (II) evdev: Power Button: Configuring as keyboard
[   171.461] (**) Option "config_info" 
"udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event2"
[   171.461] (II) XINPUT: Adding extended input device "Power Button" (type: 
KEYBOARD, id 7)
[   171.461] (**) Option "xkb_rules" "evdev"
[   171.461] (**) Option "xkb_model" "chicony9885"
[   171.461] (**) Option "xkb_layout" "cz"
[   171.461] (**) Option "xkb_variant" "bksl"
[   171.461] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   171.462] (II) config/udev: Adding input device HDA NVidia Rear Mic 
(/dev/input/event9)
[   171.462] (II) No input driver specified, ignoring this device.
[   171.462] (II) This device may have been added with another device file.
[   171.462] (II) config/udev: Adding input device HDA NVidia Front Mic 
(/dev/input/event10)
[   171.462] (II) No input driver specified, ignoring this device.
[   171.462] (II) This device may have been added with another device file.
[   171.462] (II) config/udev: Adding input device HDA NVidia Line 
(/dev/input/event11)
[   171.462] (II) No input driver specified, ignoring this device.
[   171.462] (II) This device may have been added with another device file.
[   171.463] (II) config/udev: Adding input device HDA NVidia Line Out 
(/dev/input/event12)
[   171.463] (II) No input driver specified, ignoring this device.
[   171.463] (II) This device may have been added with another device file.
[   171.463] (II) config/udev: Adding input device HDA NVidia Front Headphone 
(/dev/input/event13)
[   171.463] (II) No input driver specified, ignoring this device.
[   171.463] (II) This device may have been added with another device file.
[   171.463] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 
(/dev/input/event5)
[   171.463] (II) No input driver specified, ignoring this device.
[   171.464] (II) This device may have been added with another device file.
[   171.464] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 
(/dev/input/event6)
[   171.464] (II) No input driver specified, ignoring this device.
[   171.464] (II) This device may have been added with another device file.
[   171.464] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 
(/dev/input/event7)
[   171.464] (II) No input driver specified, ignoring this device.
[   171.464] (II) This device may have been added with another device file.
[   171.464] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 
(/dev/input/event8)
[   171.464] (II) No input driver specified, ignoring this device.
[   171.464] (II) This device may have been added with another device file.
[   171.465] (II) config/udev: Adding input device AT Translated Set 2 keyboard 
(/dev/input/event0)
[   171.465] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev 
keyboard catchall"
[   171.465] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[   171.465] (**) AT Translated Set 2 keyboard: always reports core events
[   171.465] (**) evdev: AT Translated Set 2 keyboard: Device: 
"/dev/input/event0"
[   171.465] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[   171.465] (--) evdev: AT Translated Set 2 keyboard: Found keys
[   171.465] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[   171.465] (**) Option "config_info" 
"udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[   171.465] (II) XINPUT: Adding extended input device "AT Translated Set 2 
keyboard" (type: KEYBOARD, id 8)
[   171.465] (**) Option "xkb_rules" "evdev"
[   171.465] (**) Option "xkb_model" "chicony9885"
[   171.465] (**) Option "xkb_layout" "cz"
[   171.465] (**) Option "xkb_variant" "bksl"
[   171.465] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   171.466] (II) config/udev: Adding input device GenPS/2 Genius Mouse 
(/dev/input/event1)
[   171.466] (**) GenPS/2 Genius Mouse: Applying InputClass "evdev pointer 
catchall"
[   171.466] (II) Using input driver 'evdev' for 'GenPS/2 Genius Mouse'
[   171.466] (**) GenPS/2 Genius Mouse: always reports core events
[   171.466] (**) evdev: GenPS/2 Genius Mouse: Device: "/dev/input/event1"
[   171.466] (--) evdev: GenPS/2 Genius Mouse: Vendor 0x2 Product 0x4
[   171.466] (--) evdev: GenPS/2 Genius Mouse: Found 9 mouse buttons
[   171.466] (--) evdev: GenPS/2 Genius Mouse: Found scroll wheel(s)
[   171.466] (--) evdev: GenPS/2 Genius Mouse: Found relative axes
[   171.466] (--) evdev: GenPS/2 Genius Mouse: Found x and y relative axes
[   171.466] (II) evdev: GenPS/2 Genius Mouse: Configuring as mouse
[   171.466] (II) evdev: GenPS/2 Genius Mouse: Adding scrollwheel support
[   171.466] (**) evdev: GenPS/2 Genius Mouse: YAxisMapping: buttons 4 and 5
[   171.466] (**) evdev: GenPS/2 Genius Mouse: EmulateWheelButton: 4, 
EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   171.466] (**) Option "config_info" 
"udev:/sys/devices/platform/i8042/serio1/input/input2/event1"
[   171.466] (II) XINPUT: Adding extended input device "GenPS/2 Genius Mouse" 
(type: MOUSE, id 9)
[   171.466] (II) evdev: GenPS/2 Genius Mouse: initialized for relative axes.
[   171.466] (**) GenPS/2 Genius Mouse: (accel) keeping acceleration scheme 1
[   171.466] (**) GenPS/2 Genius Mouse: (accel) acceleration profile 0
[   171.466] (**) GenPS/2 Genius Mouse: (accel) acceleration factor: 2.000
[   171.466] (**) GenPS/2 Genius Mouse: (accel) acceleration threshold: 4
[   171.466] (II) config/udev: Adding input device GenPS/2 Genius Mouse 
(/dev/input/mouse0)
[   171.466] (II) No input driver specified, ignoring this device.
[   171.466] (II) This device may have been added with another device file.
[   171.467] (II) config/udev: Adding input device PC Speaker 
(/dev/input/event4)
[   171.467] (II) No input driver specified, ignoring this device.
[   171.467] (II) This device may have been added with another device file.
[   288.815] (--) NVIDIA(GPU-0): CRT-0: disconnected
[   288.815] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[   288.815] (--) NVIDIA(GPU-0): 
[   288.816] (--) NVIDIA(GPU-0): CRT-1: disconnected
[   288.816] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[   288.816] (--) NVIDIA(GPU-0): 
[   288.849] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): connected
[   288.849] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): Internal TMDS
[   288.849] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): 330.0 MHz maximum pixel 
clock
[   288.849] (--) NVIDIA(GPU-0): 
[   288.849] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   288.849] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   288.849] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   288.849] (--) NVIDIA(GPU-0): 
[   307.398] (--) NVIDIA(GPU-0): CRT-0: disconnected
[   307.398] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[   307.398] (--) NVIDIA(GPU-0): 
[   307.399] (--) NVIDIA(GPU-0): CRT-1: disconnected
[   307.399] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[   307.399] (--) NVIDIA(GPU-0): 
[   307.431] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): connected
[   307.431] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): Internal TMDS
[   307.431] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): 330.0 MHz maximum pixel 
clock
[   307.431] (--) NVIDIA(GPU-0): 
[   307.432] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   307.432] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   307.432] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   307.432] (--) NVIDIA(GPU-0): 
[   344.633] (--) NVIDIA(GPU-0): CRT-0: disconnected
[   344.633] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[   344.633] (--) NVIDIA(GPU-0): 
[   344.634] (--) NVIDIA(GPU-0): CRT-1: disconnected
[   344.634] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[   344.634] (--) NVIDIA(GPU-0): 
[   344.667] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): connected
[   344.667] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): Internal TMDS
[   344.667] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): 330.0 MHz maximum pixel 
clock
[   344.667] (--) NVIDIA(GPU-0): 
[   344.667] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   344.667] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   344.667] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   344.667] (--) NVIDIA(GPU-0): 
[ 24884.681] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 24884.698] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 24884.698] (--) NVIDIA(GPU-0): 
[ 24884.699] (--) NVIDIA(GPU-0): CRT-1: disconnected
[ 24884.699] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[ 24884.699] (--) NVIDIA(GPU-0): 
[ 24884.733] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): connected
[ 24884.733] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): Internal TMDS
[ 24884.733] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): 330.0 MHz maximum pixel 
clock
[ 24884.733] (--) NVIDIA(GPU-0): 
[ 24884.733] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 24884.733] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 24884.733] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 24884.733] (--) NVIDIA(GPU-0): 
[ 24884.751] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 24884.751] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 24884.751] (--) NVIDIA(GPU-0): 
[ 24884.752] (--) NVIDIA(GPU-0): CRT-1: disconnected
[ 24884.752] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[ 24884.752] (--) NVIDIA(GPU-0): 
[ 24884.785] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): connected
[ 24884.785] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): Internal TMDS
[ 24884.785] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): 330.0 MHz maximum pixel 
clock
[ 24884.785] (--) NVIDIA(GPU-0): 
[ 24884.785] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 24884.785] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 24884.785] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 24884.785] (--) NVIDIA(GPU-0): 
[ 24884.861] (II) NVIDIA(0): Setting mode "DVI-I-1: 1600x900 @1600x900 +0+0 
{ViewPortIn=1600x900, ViewPortOut=1600x900+0+0}"
[ 26213.408] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 26213.478] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 26213.478] (--) NVIDIA(GPU-0): 
[ 26213.479] (--) NVIDIA(GPU-0): CRT-1: disconnected
[ 26213.479] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[ 26213.479] (--) NVIDIA(GPU-0): 
[ 26213.513] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): connected
[ 26213.513] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): Internal TMDS
[ 26213.513] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): 330.0 MHz maximum pixel 
clock
[ 26213.513] (--) NVIDIA(GPU-0): 
[ 26213.513] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 26213.513] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 26213.513] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 26213.513] (--) NVIDIA(GPU-0): 
[ 26214.148] (II) NVIDIA(0): Setting mode "DVI-I-1: nvidia-auto-select 
@1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[ 27578.548] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 27578.548] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 27578.548] (--) NVIDIA(GPU-0): 
[ 27578.549] (--) NVIDIA(GPU-0): CRT-1: disconnected
[ 27578.549] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[ 27578.549] (--) NVIDIA(GPU-0): 
[ 27578.584] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): connected
[ 27578.584] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): Internal TMDS
[ 27578.584] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): 330.0 MHz maximum pixel 
clock
[ 27578.584] (--) NVIDIA(GPU-0): 
[ 27578.584] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 27578.584] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 27578.584] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 27578.584] (--) NVIDIA(GPU-0): 
[ 27578.601] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 27578.601] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 27578.601] (--) NVIDIA(GPU-0): 
[ 27578.602] (--) NVIDIA(GPU-0): CRT-1: disconnected
[ 27578.602] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[ 27578.602] (--) NVIDIA(GPU-0): 
[ 27578.639] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): connected
[ 27578.639] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): Internal TMDS
[ 27578.639] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): 330.0 MHz maximum pixel 
clock
[ 27578.639] (--) NVIDIA(GPU-0): 
[ 27578.639] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 27578.639] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 27578.639] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 27578.639] (--) NVIDIA(GPU-0): 
[ 27578.701] (II) NVIDIA(0): Setting mode "DVI-I-1: 1600x900 @1600x900 +0+0 
{ViewPortIn=1600x900, ViewPortOut=1600x900+0+0}"
[ 28009.963] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 28010.012] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 28010.012] (--) NVIDIA(GPU-0): 
[ 28010.013] (--) NVIDIA(GPU-0): CRT-1: disconnected
[ 28010.013] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[ 28010.013] (--) NVIDIA(GPU-0): 
[ 28010.047] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): connected
[ 28010.047] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): Internal TMDS
[ 28010.047] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): 330.0 MHz maximum pixel 
clock
[ 28010.047] (--) NVIDIA(GPU-0): 
[ 28010.047] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 28010.047] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 28010.047] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 28010.047] (--) NVIDIA(GPU-0): 
[ 28010.118] (II) NVIDIA(0): Setting mode "DVI-I-1: nvidia-auto-select 
@1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[ 28024.231] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 28024.231] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 28024.231] (--) NVIDIA(GPU-0): 
[ 28024.232] (--) NVIDIA(GPU-0): CRT-1: disconnected
[ 28024.232] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[ 28024.232] (--) NVIDIA(GPU-0): 
[ 28024.265] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): connected
[ 28024.265] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): Internal TMDS
[ 28024.265] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): 330.0 MHz maximum pixel 
clock
[ 28024.265] (--) NVIDIA(GPU-0): 
[ 28024.265] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 28024.269] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 28024.269] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 28024.269] (--) NVIDIA(GPU-0): 
[ 28024.308] (II) NVIDIA(0): Setting mode "DVI-I-1: 1600x900 @1600x900 +0+0 
{ViewPortIn=1600x900, ViewPortOut=1600x900+0+0}"
[ 28973.439] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 28973.439] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 28973.439] (--) NVIDIA(GPU-0): 
[ 28973.440] (--) NVIDIA(GPU-0): CRT-1: disconnected
[ 28973.440] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[ 28973.440] (--) NVIDIA(GPU-0): 
[ 28973.473] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): connected
[ 28973.473] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): Internal TMDS
[ 28973.473] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): 330.0 MHz maximum pixel 
clock
[ 28973.473] (--) NVIDIA(GPU-0): 
[ 28973.473] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 28973.473] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 28973.473] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 28973.473] (--) NVIDIA(GPU-0): 
[ 29046.872] (II) NVIDIA(0): Setting mode "DVI-I-1: nvidia-auto-select 
@1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[ 36398.174] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 36398.198] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 36398.198] (--) NVIDIA(GPU-0): 
[ 36398.200] (--) NVIDIA(GPU-0): CRT-1: disconnected
[ 36398.200] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[ 36398.200] (--) NVIDIA(GPU-0): 
[ 36398.233] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): connected
[ 36398.233] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): Internal TMDS
[ 36398.233] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): 330.0 MHz maximum pixel 
clock
[ 36398.233] (--) NVIDIA(GPU-0): 
[ 36398.234] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 36398.234] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 36398.234] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 36398.234] (--) NVIDIA(GPU-0): 
[ 36398.527] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 36398.527] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 36398.527] (--) NVIDIA(GPU-0): 
[ 36398.531] (--) NVIDIA(GPU-0): CRT-1: disconnected
[ 36398.531] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[ 36398.531] (--) NVIDIA(GPU-0): 
[ 36398.564] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): connected
[ 36398.564] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): Internal TMDS
[ 36398.564] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): 330.0 MHz maximum pixel 
clock
[ 36398.564] (--) NVIDIA(GPU-0): 
[ 36398.564] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 36398.564] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 36398.564] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 36398.564] (--) NVIDIA(GPU-0): 
[ 36398.751] (II) NVIDIA(0): Setting mode "DVI-I-1: 1600x900 @1600x900 +0+0 
{ViewPortIn=1600x900, ViewPortOut=1600x900+0+0}"
[ 36758.855] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 36758.855] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 36758.855] (--) NVIDIA(GPU-0): 
[ 36758.856] (--) NVIDIA(GPU-0): CRT-1: disconnected
[ 36758.856] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[ 36758.856] (--) NVIDIA(GPU-0): 
[ 36758.890] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): connected
[ 36758.890] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): Internal TMDS
[ 36758.890] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): 330.0 MHz maximum pixel 
clock
[ 36758.890] (--) NVIDIA(GPU-0): 
[ 36758.890] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 36758.890] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 36758.890] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 36758.890] (--) NVIDIA(GPU-0): 
[ 36758.894] (II) NVIDIA(0): Setting mode "DVI-I-1: nvidia-auto-select 
@1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[ 49585.843] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 49589.253] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 49589.253] (--) NVIDIA(GPU-0): 
[ 49589.254] (--) NVIDIA(GPU-0): CRT-1: disconnected
[ 49589.254] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[ 49589.254] (--) NVIDIA(GPU-0): 
[ 49589.287] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): connected
[ 49589.287] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): Internal TMDS
[ 49589.287] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): 330.0 MHz maximum pixel 
clock
[ 49589.287] (--) NVIDIA(GPU-0): 
[ 49589.287] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 49589.287] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 49589.287] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 49589.287] (--) NVIDIA(GPU-0): 
[ 49599.470] (II) NVIDIA(0): Setting mode "DVI-I-1: nvidia-auto-select 
@1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[ 49798.617] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 49798.617] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 49798.617] (--) NVIDIA(GPU-0): 
[ 49798.621] (--) NVIDIA(GPU-0): CRT-1: disconnected
[ 49798.621] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[ 49798.621] (--) NVIDIA(GPU-0): 
[ 49798.690] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): connected
[ 49798.690] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): Internal TMDS
[ 49798.690] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): 330.0 MHz maximum pixel 
clock
[ 49798.690] (--) NVIDIA(GPU-0): 
[ 49798.690] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 49798.690] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 49798.691] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 49798.691] (--) NVIDIA(GPU-0): 
[ 49798.710] (II) NVIDIA(0): Setting mode "DVI-I-1: nvidia-auto-select 
@1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[ 50037.678] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 50037.678] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 50037.678] (--) NVIDIA(GPU-0): 
[ 50037.679] (--) NVIDIA(GPU-0): CRT-1: disconnected
[ 50037.679] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[ 50037.679] (--) NVIDIA(GPU-0): 
[ 50037.716] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): connected
[ 50037.716] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): Internal TMDS
[ 50037.716] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): 330.0 MHz maximum pixel 
clock
[ 50037.716] (--) NVIDIA(GPU-0): 
[ 50037.716] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 50037.716] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 50037.716] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 50037.716] (--) NVIDIA(GPU-0): 
[ 50037.743] (II) NVIDIA(0): Setting mode "DVI-I-1: nvidia-auto-select 
@1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[ 50924.450] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 50924.450] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 50924.450] (--) NVIDIA(GPU-0): 
[ 50924.451] (--) NVIDIA(GPU-0): CRT-1: disconnected
[ 50924.451] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[ 50924.451] (--) NVIDIA(GPU-0): 
[ 50924.484] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): connected
[ 50924.484] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): Internal TMDS
[ 50924.484] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): 330.0 MHz maximum pixel 
clock
[ 50924.484] (--) NVIDIA(GPU-0): 
[ 50924.484] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 50924.484] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 50924.484] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 50924.484] (--) NVIDIA(GPU-0): 
[ 50924.503] (II) NVIDIA(0): Setting mode "DVI-I-1: nvidia-auto-select 
@1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[ 52430.268] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 52430.268] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 52430.268] (--) NVIDIA(GPU-0): 
[ 52430.270] (--) NVIDIA(GPU-0): CRT-1: disconnected
[ 52430.270] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[ 52430.270] (--) NVIDIA(GPU-0): 
[ 52430.363] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): connected
[ 52430.364] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): Internal TMDS
[ 52430.364] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): 330.0 MHz maximum pixel 
clock
[ 52430.364] (--) NVIDIA(GPU-0): 
[ 52430.364] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 52430.364] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 52430.364] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 52430.364] (--) NVIDIA(GPU-0): 
[ 52430.401] (II) NVIDIA(0): Setting mode "DVI-I-1: nvidia-auto-select 
@1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[ 54471.820] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 54471.820] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 54471.820] (--) NVIDIA(GPU-0): 
[ 54471.821] (--) NVIDIA(GPU-0): CRT-1: disconnected
[ 54471.821] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[ 54471.821] (--) NVIDIA(GPU-0): 
[ 54471.854] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): connected
[ 54471.854] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): Internal TMDS
[ 54471.854] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): 330.0 MHz maximum pixel 
clock
[ 54471.854] (--) NVIDIA(GPU-0): 
[ 54471.854] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 54471.854] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 54471.854] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 54471.854] (--) NVIDIA(GPU-0): 
[ 54471.892] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 54471.892] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 54471.892] (--) NVIDIA(GPU-0): 
[ 54471.893] (--) NVIDIA(GPU-0): CRT-1: disconnected
[ 54471.893] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[ 54471.893] (--) NVIDIA(GPU-0): 
[ 54471.926] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): connected
[ 54471.926] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): Internal TMDS
[ 54471.926] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): 330.0 MHz maximum pixel 
clock
[ 54471.926] (--) NVIDIA(GPU-0): 
[ 54471.926] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 54471.926] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 54471.926] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 54471.926] (--) NVIDIA(GPU-0): 
[ 54472.018] (II) NVIDIA(0): Setting mode "DVI-I-1: 1600x900 @1600x900 +0+0 
{ViewPortIn=1600x900, ViewPortOut=1600x900+0+0}"
[ 54942.238] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 54942.238] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 54942.238] (--) NVIDIA(GPU-0): 
[ 54942.239] (--) NVIDIA(GPU-0): CRT-1: disconnected
[ 54942.239] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[ 54942.239] (--) NVIDIA(GPU-0): 
[ 54942.272] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): connected
[ 54942.272] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): Internal TMDS
[ 54942.272] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): 330.0 MHz maximum pixel 
clock
[ 54942.272] (--) NVIDIA(GPU-0): 
[ 54942.272] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 54942.272] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 54942.272] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 54942.272] (--) NVIDIA(GPU-0): 
[ 54942.276] (II) NVIDIA(0): Setting mode "DVI-I-1: nvidia-auto-select 
@1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[ 57524.318] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 57524.318] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 57524.318] (--) NVIDIA(GPU-0): 
[ 57524.319] (--) NVIDIA(GPU-0): CRT-1: disconnected
[ 57524.319] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[ 57524.319] (--) NVIDIA(GPU-0): 
[ 57524.352] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): connected
[ 57524.352] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): Internal TMDS
[ 57524.352] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): 330.0 MHz maximum pixel 
clock
[ 57524.353] (--) NVIDIA(GPU-0): 
[ 57524.353] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 57524.353] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 57524.353] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 57524.353] (--) NVIDIA(GPU-0): 
[ 57524.376] (II) NVIDIA(0): Setting mode "DVI-I-1: nvidia-auto-select 
@1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[ 57577.211] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 57577.211] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 57577.211] (--) NVIDIA(GPU-0): 
[ 57577.212] (--) NVIDIA(GPU-0): CRT-1: disconnected
[ 57577.212] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[ 57577.212] (--) NVIDIA(GPU-0): 
[ 57577.246] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): connected
[ 57577.246] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): Internal TMDS
[ 57577.246] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): 330.0 MHz maximum pixel 
clock
[ 57577.246] (--) NVIDIA(GPU-0): 
[ 57577.246] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 57577.246] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 57577.246] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 57577.246] (--) NVIDIA(GPU-0): 
[ 57577.271] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 57577.271] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 57577.271] (--) NVIDIA(GPU-0): 
[ 57577.272] (--) NVIDIA(GPU-0): CRT-1: disconnected
[ 57577.272] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[ 57577.272] (--) NVIDIA(GPU-0): 
[ 57577.306] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): connected
[ 57577.306] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): Internal TMDS
[ 57577.306] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): 330.0 MHz maximum pixel 
clock
[ 57577.306] (--) NVIDIA(GPU-0): 
[ 57577.306] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 57577.306] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 57577.306] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 57577.306] (--) NVIDIA(GPU-0): 
[ 57577.353] (II) NVIDIA(0): Setting mode "DVI-I-1: 1600x900 @1600x900 +0+0 
{ViewPortIn=1600x900, ViewPortOut=1600x900+0+0}"
[ 58396.299] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 58396.299] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 58396.299] (--) NVIDIA(GPU-0): 
[ 58396.300] (--) NVIDIA(GPU-0): CRT-1: disconnected
[ 58396.300] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[ 58396.300] (--) NVIDIA(GPU-0): 
[ 58396.333] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): connected
[ 58396.333] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): Internal TMDS
[ 58396.333] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): 330.0 MHz maximum pixel 
clock
[ 58396.333] (--) NVIDIA(GPU-0): 
[ 58396.333] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 58396.333] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 58396.333] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 58396.333] (--) NVIDIA(GPU-0): 
[ 58396.338] (II) NVIDIA(0): Setting mode "DVI-I-1: nvidia-auto-select 
@1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[ 58402.571] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 58402.571] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 58402.571] (--) NVIDIA(GPU-0): 
[ 58402.572] (--) NVIDIA(GPU-0): CRT-1: disconnected
[ 58402.572] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[ 58402.572] (--) NVIDIA(GPU-0): 
[ 58402.605] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): connected
[ 58402.605] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): Internal TMDS
[ 58402.605] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): 330.0 MHz maximum pixel 
clock
[ 58402.605] (--) NVIDIA(GPU-0): 
[ 58402.605] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 58402.605] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 58402.605] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 58402.605] (--) NVIDIA(GPU-0): 
[ 58402.612] (II) NVIDIA(0): Setting mode "DVI-I-1: 1600x900 @1600x900 +0+0 
{ViewPortIn=1600x900, ViewPortOut=1600x900+0+0}"
[ 58645.354] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 58645.354] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 58645.354] (--) NVIDIA(GPU-0): 
[ 58645.355] (--) NVIDIA(GPU-0): CRT-1: disconnected
[ 58645.355] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[ 58645.355] (--) NVIDIA(GPU-0): 
[ 58645.388] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): connected
[ 58645.388] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): Internal TMDS
[ 58645.388] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): 330.0 MHz maximum pixel 
clock
[ 58645.388] (--) NVIDIA(GPU-0): 
[ 58645.388] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 58645.388] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 58645.388] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 58645.388] (--) NVIDIA(GPU-0): 
[ 58671.972] (II) NVIDIA(0): Setting mode "DVI-I-1: nvidia-auto-select 
@1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
^^^^^^^^^^ /var/log/Xorg.0.log ^^^^^^^^^^

<<<<<<<<<< /var/log/Xorg.0.log.old >>>>>>>>>>
[ 29239.206] (--) Log file renamed from "/var/log/Xorg.pid-29382.log" to 
"/var/log/Xorg.0.log"
[ 29239.362] 
X.Org X Server 1.20.3
X Protocol Version 11, Revision 0
[ 29239.362] Build Operating System: Linux 4.9.0-8-amd64 i686 Debian
[ 29239.362] Current Operating System: Linux debian 4.19.0-1-686-pae #1 SMP 
Debian 4.19.12-1 (2018-12-22) i686
[ 29239.362] Kernel command line: BOOT_IMAGE=Linux-4.19 ro 
root=UUID=2259bd59-0318-40ab-967e-9c5ba4732fbd nopti vmalloc=160M
[ 29239.362] Build Date: 25 October 2018  06:15:23PM
[ 29239.362] xorg-server 2:1.20.3-1 (https://www.debian.org/support) 
[ 29239.362] Current version of pixman: 0.36.0
[ 29239.362]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[ 29239.362] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 29239.362] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Dec 27 03:32:53 
2018
[ 29239.897] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 29240.212] (==) No Layout section.  Using the first Screen section.
[ 29240.212] (==) No screen section available. Using defaults.
[ 29240.212] (**) |-->Screen "Default Screen Section" (0)
[ 29240.212] (**) |   |-->Monitor "<default monitor>"
[ 29240.648] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[ 29240.648] (==) Automatically adding devices
[ 29240.648] (==) Automatically enabling devices
[ 29240.648] (==) Automatically adding GPU devices
[ 29240.648] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 29240.725] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 29240.725]    Entry deleted from font path.
[ 29240.810] (==) 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
[ 29240.810] (**) ModulePath set to 
"/usr/lib/xorg/modules/linux,/usr/lib/xorg/modules"
[ 29240.810] (II) The server relies on udev to provide the list of input 
devices.
        If no devices become available, reconfigure udev or disable 
AutoAddDevices.
[ 29240.810] (II) Loader magic: 0x6ae740
[ 29240.810] (II) Module ABI versions:
[ 29240.810]    X.Org ANSI C Emulation: 0.4
[ 29240.810]    X.Org Video Driver: 24.0
[ 29240.810]    X.Org XInput driver : 24.1
[ 29240.810]    X.Org Server Extension : 10.0
[ 29240.812] (++) using VT number 7

[ 29240.812] (II) systemd-logind: logind integration requires -keeptty and 
-keeptty was not provided, disabling logind integration
[ 29240.813] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 29240.820] (--) PCI:*(2@0:0:0) 10de:0dc4:1043:8366 rev 161, Mem @ 
0xde000000/16777216, 0xd0000000/134217728, 0xd8000000/33554432, I/O @ 
0x0000ec00/128, BIOS @ 0x????????/131072
[ 29240.820] (II) LoadModule: "glx"
[ 29240.984] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[ 29246.445] (II) Module glx: vendor="NVIDIA Corporation"
[ 29246.445]    compiled for 4.0.2, module version = 1.0.0
[ 29246.445]    Module class: X.Org Server Extension
[ 29246.445] (II) NVIDIA GLX Module  390.87  Tue Aug 21 15:44:58 PDT 2018
[ 29246.445] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[ 29246.445]    loading driver: nvidia
[ 29246.800] (==) Matched nvidia as autoconfigured driver 0
[ 29246.800] (==) Matched nouveau as autoconfigured driver 1
[ 29246.800] (==) Matched nv as autoconfigured driver 2
[ 29246.800] (==) Matched modesetting as autoconfigured driver 3
[ 29246.800] (==) Matched fbdev as autoconfigured driver 4
[ 29246.800] (==) Matched vesa as autoconfigured driver 5
[ 29246.800] (==) Assigned the driver to the xf86ConfigLayout
[ 29246.800] (II) LoadModule: "nvidia"
[ 29246.979] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 29247.331] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 29247.331]    compiled for 4.0.2, module version = 1.0.0
[ 29247.331]    Module class: X.Org Video Driver
[ 29247.331] (II) LoadModule: "nouveau"
[ 29247.374] (WW) Warning, couldn't open module nouveau
[ 29247.374] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 29247.374] (II) LoadModule: "nv"
[ 29247.374] (WW) Warning, couldn't open module nv
[ 29247.375] (EE) Failed to load module "nv" (module does not exist, 0)
[ 29247.375] (II) LoadModule: "modesetting"
[ 29247.375] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 29247.450] (II) Module modesetting: vendor="X.Org Foundation"
[ 29247.450]    compiled for 1.20.3, module version = 1.20.3
[ 29247.450]    Module class: X.Org Video Driver
[ 29247.450]    ABI class: X.Org Video Driver, version 24.0
[ 29247.450] (II) LoadModule: "fbdev"
[ 29247.451] (WW) Warning, couldn't open module fbdev
[ 29247.451] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 29247.451] (II) LoadModule: "vesa"
[ 29247.451] (WW) Warning, couldn't open module vesa
[ 29247.451] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 29247.589] (II) NVIDIA dlloader X Driver  390.87  Tue Aug 21 15:19:14 PDT 2018
[ 29247.618] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 29247.897] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 29247.898] (II) Loading sub module "fb"
[ 29247.898] (II) LoadModule: "fb"
[ 29247.898] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 29248.050] (II) Module fb: vendor="X.Org Foundation"
[ 29248.050]    compiled for 1.20.3, module version = 1.0.0
[ 29248.050]    ABI class: X.Org ANSI C Emulation, version 0.4
[ 29248.050] (II) Loading sub module "wfb"
[ 29248.050] (II) LoadModule: "wfb"
[ 29248.050] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 29248.219] (II) Module wfb: vendor="X.Org Foundation"
[ 29248.219]    compiled for 1.20.3, module version = 1.0.0
[ 29248.219]    ABI class: X.Org ANSI C Emulation, version 0.4
[ 29248.219] (II) Loading sub module "ramdac"
[ 29248.219] (II) LoadModule: "ramdac"
[ 29248.219] (II) Module "ramdac" already built-in
[ 29248.581] (WW) Falling back to old probe method for modesetting
[ 29248.581] (II) NVIDIA(0): Creating default Display subsection in Screen 
section
        "Default Screen Section" for depth/fbbpp 24/32
[ 29248.581] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 29248.581] (==) NVIDIA(0): RGB weight 888
[ 29248.581] (==) NVIDIA(0): Default visual is TrueColor
[ 29248.581] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 29248.887] (**) NVIDIA(0): Enabling 2D acceleration
[ 29249.212] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:2:0:0
[ 29249.213] (--) NVIDIA(0):     CRT-0
[ 29249.213] (--) NVIDIA(0):     CRT-1
[ 29249.213] (--) NVIDIA(0):     DFP-0 (boot)
[ 29249.213] (--) NVIDIA(0):     DFP-1
[ 29249.454] (II) NVIDIA(0): NVIDIA GPU GeForce GTS 450 (GF106) at PCI:2:0:0 
(GPU-0)
[ 29249.454] (--) NVIDIA(0): Memory: 1048576 kBytes
[ 29249.454] (--) NVIDIA(0): VideoBIOS: 70.06.13.00.00
[ 29249.455] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 29249.471] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 29249.471] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 29249.471] (--) NVIDIA(GPU-0): 
[ 29249.472] (--) NVIDIA(GPU-0): CRT-1: disconnected
[ 29249.472] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[ 29249.472] (--) NVIDIA(GPU-0): 
[ 29249.505] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): connected
[ 29249.505] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): Internal TMDS
[ 29249.505] (--) NVIDIA(GPU-0): BenQ G2420HDB (DFP-0): 330.0 MHz maximum pixel 
clock
[ 29249.505] (--) NVIDIA(GPU-0): 
[ 29249.505] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 29249.505] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 29249.505] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 29249.505] (--) NVIDIA(GPU-0): 
[ 29249.558] (==) NVIDIA(0): 
[ 29249.558] (==) NVIDIA(0): No modes were requested; the default mode 
"nvidia-auto-select"
[ 29249.558] (==) NVIDIA(0):     will be used as the requested mode.
[ 29249.558] (==) NVIDIA(0): 
[ 29249.758] (II) NVIDIA(0): Validated MetaModes:
[ 29249.758] (II) NVIDIA(0):     "DFP-0:nvidia-auto-select"
[ 29249.758] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[ 29249.767] (--) NVIDIA(0): DPI set to (92, 94); computed from "UseEdidDpi" X 
config
[ 29249.767] (--) NVIDIA(0):     option
[ 29249.767] (II) UnloadModule: "modesetting"
[ 29249.767] (II) Unloading modesetting
[ 29249.825] (II) NVIDIA: Reserving 1536.00 MB of virtual memory for indirect 
memory
[ 29249.825] (II) NVIDIA:     access.
[ 29250.116] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
[ 29250.162] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 29250.162] (==) NVIDIA(0): Backing store enabled
[ 29250.162] (==) NVIDIA(0): Silken mouse enabled
[ 29250.162] (==) NVIDIA(0): DPMS enabled
[ 29250.185] (II) Loading sub module "dri2"
[ 29250.185] (II) LoadModule: "dri2"
[ 29250.185] (II) Module "dri2" already built-in
[ 29250.185] (II) NVIDIA(0): [DRI2] Setup complete
[ 29250.185] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[ 29250.238] (II) Initializing extension Generic Event Extension
[ 29250.239] (II) Initializing extension SHAPE
[ 29250.240] (II) Initializing extension MIT-SHM
[ 29250.241] (II) Initializing extension XInputExtension
[ 29250.242] (II) Initializing extension XTEST
[ 29250.242] (II) Initializing extension BIG-REQUESTS
[ 29250.243] (II) Initializing extension SYNC
[ 29250.244] (II) Initializing extension XKEYBOARD
[ 29250.259] (II) Initializing extension XC-MISC
[ 29250.259] (II) Initializing extension SECURITY
[ 29250.260] (II) Initializing extension XFIXES
[ 29250.280] (II) Initializing extension RENDER
[ 29250.281] (II) Initializing extension RANDR
[ 29250.281] (II) Initializing extension COMPOSITE
[ 29250.282] (II) Initializing extension DAMAGE
[ 29250.282] (II) Initializing extension MIT-SCREEN-SAVER
[ 29250.282] (II) Initializing extension DOUBLE-BUFFER
[ 29250.283] (II) Initializing extension RECORD
[ 29250.283] (II) Initializing extension DPMS
[ 29250.283] (II) Initializing extension Present
[ 29250.316] (II) Initializing extension DRI3
[ 29250.316] (II) Initializing extension X-Resource
[ 29250.317] (II) Initializing extension XVideo
[ 29250.318] (II) Initializing extension XVideo-MotionCompensation
[ 29250.318] (II) Initializing extension SELinux
[ 29250.318] (II) SELinux: Disabled on system
[ 29250.318] (II) Initializing extension XFree86-VidModeExtension
[ 29250.318] (II) Initializing extension XFree86-DGA
[ 29250.319] (II) Initializing extension XFree86-DRI
[ 29250.319] (II) Initializing extension DRI2
[ 29250.320] (II) Initializing extension GLX
[ 29250.320] (II) Initializing extension GLX
[ 29250.320] (II) Indirect GLX disabled.
[ 29250.321] (II) Initializing extension NV-GLX
[ 29250.321] (II) Initializing extension NV-CONTROL
[ 29250.322] (II) Initializing extension XINERAMA
[ 29252.021] (II) config/udev: Adding input device Power Button 
(/dev/input/event3)
[ 29252.021] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 29252.021] (II) LoadModule: "evdev"
[ 29252.021] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 29252.022] (II) Module evdev: vendor="X.Org Foundation"
[ 29252.022]    compiled for 1.20.1, module version = 2.10.6
[ 29252.022]    Module class: X.Org XInput Driver
[ 29252.022]    ABI class: X.Org XInput driver, version 24.1
[ 29252.022] (II) Using input driver 'evdev' for 'Power Button'
[ 29252.022] (**) Power Button: always reports core events
[ 29252.022] (**) evdev: Power Button: Device: "/dev/input/event3"
[ 29252.022] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 29252.022] (--) evdev: Power Button: Found keys
[ 29252.022] (II) evdev: Power Button: Configuring as keyboard
[ 29252.022] (**) Option "config_info" 
"udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event3"
[ 29252.022] (II) XINPUT: Adding extended input device "Power Button" (type: 
KEYBOARD, id 6)
[ 29252.022] (**) Option "xkb_rules" "evdev"
[ 29252.022] (**) Option "xkb_model" "chicony9885"
[ 29252.022] (**) Option "xkb_layout" "cz"
[ 29252.022] (**) Option "xkb_variant" "bksl"
[ 29252.022] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 29252.093] (II) config/udev: Adding input device Power Button 
(/dev/input/event2)
[ 29252.093] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 29252.093] (II) Using input driver 'evdev' for 'Power Button'
[ 29252.093] (**) Power Button: always reports core events
[ 29252.093] (**) evdev: Power Button: Device: "/dev/input/event2"
[ 29252.093] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 29252.093] (--) evdev: Power Button: Found keys
[ 29252.093] (II) evdev: Power Button: Configuring as keyboard
[ 29252.093] (**) Option "config_info" 
"udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event2"
[ 29252.093] (II) XINPUT: Adding extended input device "Power Button" (type: 
KEYBOARD, id 7)
[ 29252.093] (**) Option "xkb_rules" "evdev"
[ 29252.093] (**) Option "xkb_model" "chicony9885"
[ 29252.093] (**) Option "xkb_layout" "cz"
[ 29252.093] (**) Option "xkb_variant" "bksl"
[ 29252.093] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 29252.095] (II) config/udev: Adding input device HDA NVidia Rear Mic 
(/dev/input/event9)
[ 29252.095] (II) No input driver specified, ignoring this device.
[ 29252.095] (II) This device may have been added with another device file.
[ 29252.097] (II) config/udev: Adding input device HDA NVidia Front Mic 
(/dev/input/event10)
[ 29252.097] (II) No input driver specified, ignoring this device.
[ 29252.097] (II) This device may have been added with another device file.
[ 29252.098] (II) config/udev: Adding input device HDA NVidia Line 
(/dev/input/event11)
[ 29252.098] (II) No input driver specified, ignoring this device.
[ 29252.098] (II) This device may have been added with another device file.
[ 29252.099] (II) config/udev: Adding input device HDA NVidia Line Out 
(/dev/input/event12)
[ 29252.099] (II) No input driver specified, ignoring this device.
[ 29252.099] (II) This device may have been added with another device file.
[ 29252.099] (II) config/udev: Adding input device HDA NVidia Front Headphone 
(/dev/input/event13)
[ 29252.099] (II) No input driver specified, ignoring this device.
[ 29252.099] (II) This device may have been added with another device file.
[ 29252.100] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 
(/dev/input/event5)
[ 29252.100] (II) No input driver specified, ignoring this device.
[ 29252.100] (II) This device may have been added with another device file.
[ 29252.100] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 
(/dev/input/event6)
[ 29252.100] (II) No input driver specified, ignoring this device.
[ 29252.100] (II) This device may have been added with another device file.
[ 29252.101] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 
(/dev/input/event7)
[ 29252.101] (II) No input driver specified, ignoring this device.
[ 29252.101] (II) This device may have been added with another device file.
[ 29252.101] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 
(/dev/input/event8)
[ 29252.101] (II) No input driver specified, ignoring this device.
[ 29252.101] (II) This device may have been added with another device file.
[ 29252.101] (II) config/udev: Adding input device AT Translated Set 2 keyboard 
(/dev/input/event0)
[ 29252.101] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev 
keyboard catchall"
[ 29252.101] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 29252.101] (**) AT Translated Set 2 keyboard: always reports core events
[ 29252.101] (**) evdev: AT Translated Set 2 keyboard: Device: 
"/dev/input/event0"
[ 29252.101] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 29252.101] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 29252.101] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 29252.101] (**) Option "config_info" 
"udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 29252.101] (II) XINPUT: Adding extended input device "AT Translated Set 2 
keyboard" (type: KEYBOARD, id 8)
[ 29252.101] (**) Option "xkb_rules" "evdev"
[ 29252.101] (**) Option "xkb_model" "chicony9885"
[ 29252.101] (**) Option "xkb_layout" "cz"
[ 29252.101] (**) Option "xkb_variant" "bksl"
[ 29252.101] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 29252.102] (II) config/udev: Adding input device GenPS/2 Genius Mouse 
(/dev/input/event1)
[ 29252.102] (**) GenPS/2 Genius Mouse: Applying InputClass "evdev pointer 
catchall"
[ 29252.102] (II) Using input driver 'evdev' for 'GenPS/2 Genius Mouse'
[ 29252.102] (**) GenPS/2 Genius Mouse: always reports core events
[ 29252.102] (**) evdev: GenPS/2 Genius Mouse: Device: "/dev/input/event1"
[ 29252.102] (--) evdev: GenPS/2 Genius Mouse: Vendor 0x2 Product 0x4
[ 29252.102] (--) evdev: GenPS/2 Genius Mouse: Found 9 mouse buttons
[ 29252.102] (--) evdev: GenPS/2 Genius Mouse: Found scroll wheel(s)
[ 29252.102] (--) evdev: GenPS/2 Genius Mouse: Found relative axes
[ 29252.102] (--) evdev: GenPS/2 Genius Mouse: Found x and y relative axes
[ 29252.102] (II) evdev: GenPS/2 Genius Mouse: Configuring as mouse
[ 29252.102] (II) evdev: GenPS/2 Genius Mouse: Adding scrollwheel support
[ 29252.102] (**) evdev: GenPS/2 Genius Mouse: YAxisMapping: buttons 4 and 5
[ 29252.102] (**) evdev: GenPS/2 Genius Mouse: EmulateWheelButton: 4, 
EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 29252.102] (**) Option "config_info" 
"udev:/sys/devices/platform/i8042/serio1/input/input2/event1"
[ 29252.102] (II) XINPUT: Adding extended input device "GenPS/2 Genius Mouse" 
(type: MOUSE, id 9)
[ 29252.102] (II) evdev: GenPS/2 Genius Mouse: initialized for relative axes.
[ 29252.102] (**) GenPS/2 Genius Mouse: (accel) keeping acceleration scheme 1
[ 29252.102] (**) GenPS/2 Genius Mouse: (accel) acceleration profile 0
[ 29252.103] (**) GenPS/2 Genius Mouse: (accel) acceleration factor: 2.000
[ 29252.103] (**) GenPS/2 Genius Mouse: (accel) acceleration threshold: 4
[ 29252.103] (II) config/udev: Adding input device GenPS/2 Genius Mouse 
(/dev/input/mouse0)
[ 29252.103] (II) No input driver specified, ignoring this device.
[ 29252.103] (II) This device may have been added with another device file.
[ 29252.103] (II) config/udev: Adding input device PC Speaker 
(/dev/input/event4)
[ 29252.103] (II) No input driver specified, ignoring this device.
[ 29252.103] (II) This device may have been added with another device file.
[ 29252.926] (II) evdev: GenPS/2 Genius Mouse: Close
[ 29252.927] (II) UnloadModule: "evdev"
[ 29252.927] (II) evdev: AT Translated Set 2 keyboard: Close
[ 29252.927] (II) UnloadModule: "evdev"
[ 29252.927] (II) evdev: Power Button: Close
[ 29252.927] (II) UnloadModule: "evdev"
[ 29252.927] (II) evdev: Power Button: Close
[ 29252.927] (II) UnloadModule: "evdev"
[ 29253.447] (II) NVIDIA(GPU-0): Deleting GPU-0
[ 29253.450] (II) Server terminated successfully (0). Closing log file.
^^^^^^^^^^ /var/log/Xorg.0.log.old ^^^^^^^^^^

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

Kernel modules: nvidia.ko
/lib/modules/4.19.0-1-686-pae/updates/dkms/nvidia-current.ko
/lib/modules/4.19.0-1-686-pae/updates/dkms/nvidia-current-modeset.ko
/lib/modules/4.19.0-1-686-pae/updates/dkms/nvidia-current-drm.ko

filename:       /lib/modules/4.19.0-1-686-pae/updates/dkms/nvidia-current.ko
alias:          char-major-195-*
version:        390.87
supported:      external
license:        NVIDIA
srcversion:     B97D838C489F2569D507407
alias:          pci:v000010DEd00000E00sv*sd*bc04sc80i00*
alias:          pci:v000010DEd*sv*sd*bc03sc02i00*
alias:          pci:v000010DEd*sv*sd*bc03sc00i00*
depends:        ipmi_msghandler
name:           nvidia
vermagic:       4.19.0-1-686-pae SMP mod_unload modversions 686 
filename:       
/lib/modules/4.19.0-1-686-pae/updates/dkms/nvidia-current-modeset.ko
version:        390.87
supported:      external
license:        NVIDIA
srcversion:     B3CE2BFCCAF1559128755FB
depends:        nvidia
name:           nvidia_modeset
vermagic:       4.19.0-1-686-pae SMP mod_unload modversions 686 
filename:       /lib/modules/4.19.0-1-686-pae/updates/dkms/nvidia-current-drm.ko
version:        390.87
supported:      external
license:        MIT
srcversion:     DDBD247BCE4FEC86A026064
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.19.0-1-686-pae SMP mod_unload modversions 686 

lsmod:
Module                  Size  Used by
dm_mod                102400  0
snd_hrtimer            16384  1
snd_seq_midi           16384  0
snd_seq_midi_event     16384  1 snd_seq_midi
snd_rawmidi            24576  1 snd_seq_midi
snd_seq                53248  3 snd_seq_midi_event,snd_seq_midi
snd_seq_device         16384  3 snd_seq,snd_rawmidi,snd_seq_midi
bluetooth             425984  2
drbg                   28672  1
ansi_cprng             16384  0
ecdh_generic           28672  1 bluetooth
rfkill                 20480  2 bluetooth
cpufreq_powersave      16384  0
cpufreq_userspace      16384  0
cpufreq_conservative    16384  0
binfmt_misc            20480  1
fuse                   90112  5
nls_iso8859_2          16384  2
nls_cp437              16384  2
vfat                   24576  2
fat                    65536  1 vfat
nvidia_drm             36864  1
drm_kms_helper        126976  1 nvidia_drm
drm                   315392  4 nvidia_drm,drm_kms_helper
nvidia_modeset       1097728  35 nvidia_drm
nvidia              13201408  1260 nvidia_modeset
edac_mce_amd           28672  0
kvm_amd                73728  0
snd_hda_codec_via      20480  1
kvm                   483328  1 kvm_amd
snd_hda_codec_hdmi     45056  4
snd_hda_codec_generic    65536  1 snd_hda_codec_via
snd_hda_intel          32768  22
snd_hda_codec          94208  4 
snd_hda_intel,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_via
snd_hda_core           57344  5 
snd_hda_intel,snd_hda_codec,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_via
sr_mod                 24576  0
snd_hwdep              16384  1 snd_hda_codec
irqbypass              16384  1 kvm
snd_pcm_oss            45056  0
snd_mixer_oss          24576  1 snd_pcm_oss
snd_pcm                81920  11 
snd_pcm_oss,snd_hda_intel,snd_hda_codec,snd_hda_core,snd_hda_codec_hdmi
pcspkr                 16384  0
k10temp                16384  0
cdrom                  49152  1 sr_mod
snd_timer              28672  9 snd_seq,snd_hrtimer,snd_pcm
snd                    61440  46 
snd_pcm_oss,snd_hda_intel,snd_hwdep,snd_mixer_oss,snd_seq,snd_hda_codec,snd_timer,snd_rawmidi,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_seq_device,snd_pcm,snd_hda_codec_via
sg                     28672  0
asus_atk0110           20480  0
soundcore              16384  1 snd
button                 16384  0
i2c_nforce2            16384  0
forcedeth              57344  0
sata_nv                24576  2
ohci_pci               16384  0
ohci_hcd               45056  1 ohci_pci
pcc_cpufreq            16384  0
ehci_pci               16384  0
ehci_hcd               61440  1 ehci_pci
acpi_cpufreq           20480  1
ipmi_devintf           16384  0
ipmi_msghandler        40960  2 nvidia,ipmi_devintf
usblp                  20480  0
usbcore               188416  5 ehci_hcd,ohci_pci,usblp,ohci_hcd,ehci_pci
usb_common             16384  1 usbcore
parport_pc             28672  1
ppdev                  20480  0
lp                     20480  0
parport                40960  3 lp,parport_pc,ppdev
ip_tables              20480  0
x_tables               24576  1 ip_tables
autofs4                36864  2
ext4                  516096  2
crc16                  16384  2 bluetooth,ext4
mbcache                16384  1 ext4
jbd2                   86016  1 ext4
crc32c_generic         16384  2
fscrypto               24576  1 ext4
ecb                    16384  0
crypto_simd            16384  0
cryptd                 20480  1 crypto_simd
aes_i586               20480  0
sd_mod                 36864  9
evdev                  20480  19
psmouse               126976  0
serio_raw              16384  0
pata_amd               16384  5
ata_generic            16384  0
libata                192512  3 pata_amd,ata_generic,sata_nv
scsi_mod              176128  4 sd_mod,libata,sr_mod,sg

xrandr:
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 16384 x 16384
DVI-I-0 disconnected (normal left inverted right x axis y axis)
VGA-0 disconnected (normal left inverted right x axis y axis)
DVI-I-1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 
477mm x 268mm
   1920x1080     60.00*+
   1680x1050     59.95  
   1600x900      60.00  
   1280x1024     75.02    60.02  
   1280x960      60.00  
   1280x720      60.00  
   1152x720      60.00  
   1024x768      75.03    60.00  
   800x600       75.00    60.32  
   640x480       75.00    59.94  
HDMI-0 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 testing
  APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 
'testing-debug'), (500, 'unstable'), (1, 'experimental-debug'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 4.19.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=cs_CZ, LC_CTYPE=cs_CZ (charmap=ISO-8859-2), LANGUAGE=cs_CZ 
(charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages nvidia-kernel-dkms depends on:
ii  dkms                                               2.6.1-1
ii  nvidia-installer-cleanup                           20151021+7
ii  nvidia-kernel-support [nvidia-kernel-support--v1]  390.87-5

Versions of packages nvidia-kernel-dkms recommends:
iu  nvidia-driver  390.87-5

nvidia-kernel-dkms suggests no packages.

Versions of packages nvidia-driver depends on:
ii  nvidia-alternative         390.87-5
ii  nvidia-driver-bin          390.87-5
ii  nvidia-driver-libs         390.87-5
ii  nvidia-installer-cleanup   20151021+7
ii  nvidia-legacy-check        390.87-5
ii  nvidia-support             20151021+7
ii  nvidia-vdpau-driver        390.87-5
ii  xserver-xorg-video-nvidia  390.87-5

Versions of packages nvidia-driver recommends:
ii  nvidia-persistenced  390.25-1
ii  nvidia-settings      390.67-1

nvidia-driver suggests no packages.

Versions of packages nvidia-driver-libs:i386 depends on:
ii  libgl1-nvidia-glvnd-glx  390.87-5
ii  nvidia-egl-icd           390.87-5

Versions of packages nvidia-driver-libs:i386 recommends:
pn  libgles-nvidia1    <none>
pn  libgles-nvidia2    <none>
ii  libglx-nvidia0     390.87-5
ii  libnvidia-cfg1     390.87-5
ii  libopengl0         1.1.0-1
pn  nvidia-vulkan-icd  <none>

Versions of packages nvidia-glx depends on:
ii  dpkg                       1.19.2
pn  libgl1-nvidia-glx          <none>
pn  libxvmcnvidia1             <none>
ii  nvidia-alternative         390.87-5
ii  nvidia-installer-cleanup   20151021+7
ii  nvidia-support             20151021+7
ii  nvidia-vdpau-driver        390.87-5
ii  xserver-xorg-video-nvidia  390.87-5

Versions of packages nvidia-glx recommends:
ii  nvidia-settings  390.67-1

nvidia-glx suggests no packages.

Versions of packages xserver-xorg-video-nvidia depends on:
ii  libc6                                  2.28-3
ii  libnvidia-glcore                       390.87-5
ii  nvidia-alternative                     390.87-5
ii  nvidia-installer-cleanup               20151021+7
ii  nvidia-legacy-check                    390.87-5
ii  nvidia-support                         20151021+7
ii  xserver-xorg-core [xorg-video-abi-24]  2:1.20.3-1

Versions of packages xserver-xorg-video-nvidia recommends:
iu  nvidia-driver        390.87-5
ii  nvidia-settings      390.67-1
ii  nvidia-vdpau-driver  390.87-5

xserver-xorg-video-nvidia suggests no packages.

Versions of packages nvidia-alternative depends on:
ii  dpkg                    1.19.2
ii  glx-alternative-nvidia  0.9.0
ii  nvidia-legacy-check     390.87-5

Versions of packages glx-alternative-nvidia depends on:
ii  dpkg                  1.19.2
ii  glx-alternative-mesa  0.9.0
ii  glx-diversions        0.9.0
ii  update-glx            0.9.0

Versions of packages glx-alternative-nvidia suggests:
iu  nvidia-driver  390.87-5

Versions of packages nvidia-kernel-dkms is related to:
pn  bumblebee                                                  <none>
pn  bumblebee-nvidia                                           <none>
ii  ccache                                                     3.5-1
pn  libcuda1                                                   <none>
pn  libcuda1-any                                               <none>
pn  libdrm-nouveau1                                            <none>
pn  libdrm-nouveau1a                                           <none>
ii  libdrm-nouveau2                                            2.4.95-1
ii  libegl1                                                    1.1.0-1
ii  libgl1                                                     1.1.0-1
ii  libgl1-nvidia-glvnd-glx [libgl1-nvidia-glx-any]            390.87-5
pn  libgles1                                                   <none>
ii  libgles2                                                   1.1.0-1
ii  libglvnd0                                                  1.1.0-1
ii  libglx0                                                    1.1.0-1
pn  libopencl0                                                 <none>
ii  libvulkan1                                                 1.1.73+dfsg-1
ii  linux-headers-4.17.0-rc3-bughunt+ [linux-headers]          1541430652
ii  make                                                       4.2.1-1.2
iu  nvidia-driver [nvidia-glx-any]                             390.87-5
pn  nvidia-glx                                                 <none>
ii  nvidia-kernel-common                                       20151021+8
ih  nvidia-kernel-dkms                                         390.87-5
pn  nvidia-kernel-source                                       <none>
ii  nvidia-kernel-support [nvidia-kernel-support-any]          390.87-5
ii  nvidia-modprobe                                            390.25-1
ii  nvidia-settings                                            390.67-1
ii  nvidia-support                                             20151021+7
pn  nvidia-xconfig                                             <none>
ii  ocl-icd-libopencl1 [libopencl1]                            2.2.12-1
pn  opencl-icd                                                 <none>
pn  vulkan-icd                                                 <none>
ii  xserver-xorg                                               1:7.7+19
ii  xserver-xorg-core                                          2:1.20.3-1
pn  xserver-xorg-legacy                                        <none>
pn  xserver-xorg-video-nouveau                                 <none>
ii  xserver-xorg-video-nvidia [xserver-xorg-video-nvidia-any]  390.87-5

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: nvidia-graphics-drivers
Source-Version: 390.87-6

We believe that the bug you reported is fixed in the latest version of
nvidia-graphics-drivers, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Beckmann <[email protected]> (supplier of updated nvidia-graphics-drivers 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 08 Jan 2019 00:32:54 +0100
Source: nvidia-graphics-drivers
Binary: nvidia-driver nvidia-driver-bin nvidia-driver-libs 
nvidia-driver-libs-i386 nvidia-driver-libs-nonglvnd 
nvidia-driver-libs-nonglvnd-i386 xserver-xorg-video-nvidia nvidia-legacy-check 
libglx-nvidia0 libgl1-nvidia-glvnd-glx libgl1-nvidia-glx libnvidia-glcore 
libegl1-nvidia libegl-nvidia0 libgles1-nvidia libgles-nvidia1 libgles2-nvidia 
libgles-nvidia2 libnvidia-eglcore nvidia-egl-common nvidia-egl-icd 
nvidia-vulkan-common nvidia-vulkan-icd nvidia-nonglvnd-vulkan-common 
nvidia-nonglvnd-vulkan-icd libnvidia-cfg1 nvidia-alternative 
nvidia-kernel-support nvidia-kernel-dkms nvidia-kernel-source 
nvidia-vdpau-driver nvidia-smi nvidia-cuda-mps libcuda1 libcuda1-i386 
libnvidia-compiler libnvidia-fatbinaryloader libnvidia-ptxjitcompiler1 
libnvcuvid1 libnvidia-encode1 libnvidia-ifr1 libnvidia-fbc1 libnvidia-ml1 
nvidia-opencl-common nvidia-opencl-icd nvidia-libopencl1 nvidia-detect
Architecture: source
Version: 390.87-6
Distribution: unstable
Urgency: medium
Maintainer: Debian NVIDIA Maintainers <[email protected]>
Changed-By: Andreas Beckmann <[email protected]>
Description:
 libcuda1   - NVIDIA CUDA Driver Library
 libcuda1-i386 - NVIDIA CUDA 32-bit runtime library
 libegl-nvidia0 - NVIDIA binary EGL library
 libegl1-nvidia - NVIDIA binary EGL library (non-GLVND variant)
 libgl1-nvidia-glvnd-glx - NVIDIA binary OpenGL/GLX library (GLVND variant)
 libgl1-nvidia-glx - NVIDIA binary OpenGL/GLX library (non-GLVND variant)
 libgles-nvidia1 - NVIDIA binary OpenGL|ES 1.x library
 libgles-nvidia2 - NVIDIA binary OpenGL|ES 2.x library
 libgles1-nvidia - NVIDIA binary OpenGL|ES 1.x library (transitional)
 libgles2-nvidia - NVIDIA binary OpenGL|ES 2.x library (transitional)
 libglx-nvidia0 - NVIDIA binary GLX library
 libnvcuvid1 - NVIDIA CUDA Video Decoder runtime library
 libnvidia-cfg1 - NVIDIA binary OpenGL/GLX configuration library
 libnvidia-compiler - NVIDIA runtime compiler library
 libnvidia-eglcore - NVIDIA binary EGL core libraries
 libnvidia-encode1 - NVENC Video Encoding runtime library
 libnvidia-fatbinaryloader - NVIDIA FAT binary loader
 libnvidia-fbc1 - NVIDIA OpenGL-based Framebuffer Capture runtime library
 libnvidia-glcore - NVIDIA binary OpenGL/GLX core libraries
 libnvidia-ifr1 - NVIDIA OpenGL-based Inband Frame Readback runtime library
 libnvidia-ml1 - NVIDIA Management Library (NVML) runtime library
 libnvidia-ptxjitcompiler1 - NVIDIA PTX JIT Compiler
 nvidia-alternative - allows the selection of NVIDIA as GLX provider
 nvidia-cuda-mps - NVIDIA CUDA Multi Process Service (MPS)
 nvidia-detect - NVIDIA GPU detection utility
 nvidia-driver - NVIDIA metapackage
 nvidia-driver-bin - NVIDIA driver support binaries
 nvidia-driver-libs - NVIDIA metapackage (OpenGL/GLX/EGL/GLES libraries)
 nvidia-driver-libs-i386 - NVIDIA metapackage (OpenGL/GLX/EGL/GLES 32-bit 
libraries)
 nvidia-driver-libs-nonglvnd - NVIDIA metapackage (non-GLVND 
OpenGL/GLX/EGL/GLES libraries)
 nvidia-driver-libs-nonglvnd-i386 - NVIDIA metapackage (non-GLVND 
OpenGL/EGL/etc. 32-bit libraries)
 nvidia-egl-common - NVIDIA binary EGL driver - common files
 nvidia-egl-icd - NVIDIA EGL installable client driver (ICD)
 nvidia-kernel-dkms - NVIDIA binary kernel module DKMS source
 nvidia-kernel-source - NVIDIA binary kernel module source
 nvidia-kernel-support - NVIDIA binary kernel module support files
 nvidia-legacy-check - check for NVIDIA GPUs requiring a legacy driver
 nvidia-libopencl1 - NVIDIA OpenCL ICD Loader library
 nvidia-nonglvnd-vulkan-common - NVIDIA Vulkan driver - common files (non-GLVND 
variant)
 nvidia-nonglvnd-vulkan-icd - NVIDIA Vulkan ICD (non-GLVND variant)
 nvidia-opencl-common - NVIDIA OpenCL driver - common files
 nvidia-opencl-icd - NVIDIA OpenCL installable client driver (ICD)
 nvidia-smi - NVIDIA System Management Interface
 nvidia-vdpau-driver - Video Decode and Presentation API for Unix - NVIDIA 
driver
 nvidia-vulkan-common - NVIDIA Vulkan driver - common files
 nvidia-vulkan-icd - NVIDIA Vulkan installable client driver (ICD)
 xserver-xorg-video-nvidia - NVIDIA binary Xorg driver
Closes: 917586 918018
Changes:
 nvidia-graphics-drivers (390.87-6) unstable; urgency=medium
 .
   [ Luca Boccassi ]
   * Add ipmi-user.patch and vm-insert-pfn.patch to fix kernel module build for
     Linux 4.20 and newer.  (Closes: #917586)
   * Update Swedish (sv) debconf translation. Thank you Martin Bagge!
     (Closes: #918018)
 .
   [ Andreas Beckmann ]
   * Switch to debhelper-compat (= 12).
Checksums-Sha1:
 1145e77e076083e122d471bf6744d6f805bdbf09 7259 
nvidia-graphics-drivers_390.87-6.dsc
 aa09a974c4b178a4e35361444f47da787ef6b647 182492 
nvidia-graphics-drivers_390.87-6.debian.tar.xz
 cb53e0fb810c01702631aba356e6784bc6edbe2c 7582 
nvidia-graphics-drivers_390.87-6_source.buildinfo
Checksums-Sha256:
 8c3376265826bb28bbb65cd15ebb99cea4e86bc32e19c5a55298e0d09b0ec473 7259 
nvidia-graphics-drivers_390.87-6.dsc
 aa192b705a4e46cb56c9bd2b81f0605c37f2e5c00d0de54239e3bb2bc8e87d0e 182492 
nvidia-graphics-drivers_390.87-6.debian.tar.xz
 373bcaca7359613410de5f473a670e00084b9d07ff038dcbf2ffec9c52085991 7582 
nvidia-graphics-drivers_390.87-6_source.buildinfo
Files:
 1bd31a813cb5cc4adaefe6cdcda88cdf 7259 non-free/libs optional 
nvidia-graphics-drivers_390.87-6.dsc
 dcb88ad8656fa8963d27ae94893c619f 182492 non-free/libs optional 
nvidia-graphics-drivers_390.87-6.debian.tar.xz
 4513887e03c6f6bdb0edc4d9d653684e 7582 non-free/libs optional 
nvidia-graphics-drivers_390.87-6_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAlwz8GYQHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCHpKD/kBlPv4RUWO/eqI0KmveXQAY/FvesPO4MB8
nGi0P0SMZShCbMHwi2MK3eaCpYmP3bieD42KXAMhgTiIoUEfWmoWgsmXgnDvdkNS
a8/TukMJWkj88zd53Wf69suPxfhXzm06rwO40hbX09p5e8zp+7p1Q9f3yDjUcH3N
jWy8Ty32zShu/RqJPQkTE1oiS5zDB5guy43gkv2Ayrlnx4/9mGZVRLkUKHYZPFuo
VsqRjrSoarwMfvAIvwTW1WNiJogjp/IVGtuGVUNpEt5K0cbhGw5Z9PT6cyj3wlFO
+ZHuP1J15iHLJyIDKO78Df+Q5u45moPwhRlX1Mq71oFGdJ4ZcUFCHBTwDrjtEAlr
vbblJsAnKLfZx9sbCg4NyIi/i7HafHKNQReYEsdRKTGv20akZgNvHHx4nUXiXCg0
rKG1Nsm8RNpTezNf1NFp4+mIYPzW2MDX/k/XD6M8xuz8Kt5EqRMlkiR/QCR5iO9S
jH1Zyvyy23a0EoPSVwWV0DXZGjwfKro0IiU/Q+zc170MgpoGf1ioe9D+LHnodhOc
eF8IheVMloDDXp6UGoqNTgf1cAgem6icXDugbU8NF3LcSLMkIeq+sMS+baVjgaIu
msTKFUKLFxw7A1MxeEiZ536ZGIxEFpCxeYQNt7xjATjNuHwZUTh2M8DIt74tsymI
YLLoX0NqXQ==
=N/kn
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to