Bug#901203: nvidia-driver: dependence on 'gcc-6'
peterbecich
peterbecich at gmail.com
Sun Jun 10 07:45:51 BST 2018
Package: nvidia-driver
Version: 390.48-2~bpo9+3
Severity: serious
Justification: fails to build from source (but built successfully in the past)
Hello,
I am attempting to install the Nvidia drivers (390.48-2~bpo9+3) from Stretch
Backports. The package seems unhappy with the version of GCC I have installed.
```
# apt-get install -t stretch-backports nvidia-driver.
```
An error occurs:
```
Building for 4.16.0-0.bpo.1-amd64
Building initial module for 4.16.0-0.bpo.1-amd64
Error! Bad return status for module build on kernel: 4.16.0-0.bpo.1-amd64
(x86_64)
Consult /var/lib/dkms/nvidia-current/390.48/build/make.log for more
information.
In /var/lib/dkms/nvidia-current/390.48/build/make.log I find:
Compiler version check failed:
The major and minor number of the compiler used to
compile the kernel:
gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1)
does not match the compiler used here:
gcc-6 (Debian 6.3.0-18+deb9u1) 6.3.0 20170516
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
It is recommended to set the CC environment variable
to the compiler that was used to compile the kernel.
This should be the same version of gcc used to compile the kernel:
cat /proc/version
Linux version 4.16.0-0.bpo.1-amd64 (debian-kernel at lists.debian.org) (gcc
version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1)) #1 SMP Debian 4.16.5-1~bpo9+1
(2018-05-06)
```
I remove the Nvidia packages: ```# apt-get remove --purge .*nvidia.*```
And try again: ```# IGNORE_CC_MISMATCH=1 apt-get install -t stretch-backports
nvidia-driver```
A different error in make.log:
```
The C compiler ' gcc-6' does not appear to be able to
create object files. Please make sure you have
your Linux distribution's libc development package
installed and that ' gcc-6' is a valid C compiler
name.
*** Failed CC sanity check. Bailing out! ***
```
Configuring update-alternatives to point gcc and cc at gcc-4.9 has no effect.
```
# CC=/usr/bin/gcc-4.9 IGNORE_CC_MISMATCH=1 apt-get install -t stretch-backports
nvidia-driver
```
is not useful.
```
# CC=/usr/bin/gcc-4.9 IGNORE_CC_MISMATCH=1 apt-get install -t stretch-backports
nvidia-driver
still produces the error The C compiler ' gcc-6' does not appear to be able to
create object files.
```
I've seen one thread that says 'gcc-6' is too new to compile the Nvidia
drivers: https://devtalk.nvidia.com/default/topic/949770/cuda-setup-and-
installation/cuda-8-0rc-supporting-gcc6-/
This seems unlikely as I'm sure many other people would have encountered this
compilation issue.
A different error appears in the logs if I attempt to install Nvidia 375 from
Stable:
```
$ sudo apt-get install libgl1-nvidia-glx
```
```
gcc-6 -Wp,-MD,/var/lib/dkms/nvidia-current/375.82/build/nvidia/.nv-
frontend.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/6/include
-I/usr/src/linux-headers-4.16.0-0.bpo.1-common/arch/x86/include
-I./arch/x86/include/generated -I/usr/src/linux-
headers-4.16.0-0.bpo.1-common/include -I./include -I/usr/src/linux-
headers-4.16.0-0.bpo.1-common/arch/x86/include/uapi
-I./arch/x86/include/generated/uapi -I/usr/src/linux-
headers-4.16.0-0.bpo.1-common/include/uapi -I./include/generated/uapi -include
/usr/src/linux-headers-4.16.0-0.bpo.1-common/include/linux/kconfig.h
-I/var/lib/dkms/nvidia-current/375.82/build -I/var/lib/dkms/nvidia-
current/375.82/build -D__KERNEL__ -DCONFIG_CC_STACKPROTECTOR -Wall -Wundef
-Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fshort-
wchar -Werror-implicit-function-declaration -Wno-format-security -std=gnu89
-mno-sse -mno-mmx -mno-sse2 -mno-3dnow -m64 -mno-red-zone -mcmodel=kernel -pipe
-Wno-sign-compare -fno-asynchronous-unwind-tables -O2 -fstack-protector-strong
-g -pg -I/var/lib/dkms/nvidia-current/375.82/build/common/inc
-I/var/lib/dkms/nvidia-current/375.82/build -Wall -MD -Wsign-compare -Wno-cast-
qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"375.82\"
-Wno-unused-function -Wuninitialized -fno-strict-aliasing -mno-red-zone
-mcmodel=kernel -DNV_UVM_ENABLE -Wno-sign-compare -Wno-format-extra-args
-I/var/lib/dkms/nvidia-current/375.82/build/nvidia
-DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -DMODULE
-DKBUILD_BASENAME='"nv_frontend"' -DKBUILD_MODNAME='"nvidia"' -c -o
/var/lib/dkms/nvidia-current/375.82/build/nvidia/.tmp_nv-frontend.o
/var/lib/dkms/nvidia-current/375.82/build/nvidia/nv-frontend.c
gcc-6: error trying to exec 'as': execvp: No such file or directory
/var/lib/dkms/nvidia-current/375.82/build/nvidia/nv-frontend.c:1:0: error: code
model kernel does not support PIC mode
/* _NVRM_COPYRIGHT_BEGIN_
```
What could be wrong with my installation of GCC? I think my system is fairly
vanilla:
```
$ gcc --version
gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
```
I have also written this up here:
https://unix.stackexchange.com/questions/447567/gcc-6-and-nvidia-drivers-on-
debian-stretch
Thanks for your time.
-- Package-specific info:
uname -a:
Linux Ganymede 4.16.0-0.bpo.1-amd64 #1 SMP Debian 4.16.5-1~bpo9+1 (2018-05-06) x86_64 GNU/Linux
/proc/version:
Linux version 4.16.0-0.bpo.1-amd64 (debian-kernel at lists.debian.org) (gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1)) #1 SMP Debian 4.16.5-1~bpo9+1 (2018-05-06)
lspci 'display controller [030?]':
23:00.0 VGA compatible controller [0300]: NVIDIA Corporation GP106 [GeForce GTX 1060 3GB] [10de:1c02] (rev a1) (prog-if 00 [VGA controller])
Subsystem: Device [196e:11d8]
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, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 52
Region 0: Memory at f6000000 (32-bit, non-prefetchable) [size=16M]
Region 1: Memory at e0000000 (64-bit, prefetchable) [size=256M]
Region 3: Memory at f0000000 (64-bit, prefetchable) [size=32M]
Region 5: I/O ports at f000 [size=128]
Expansion ROM at 000c0000 [disabled] [size=128K]
Capabilities: <access denied>
Kernel driver in use: nouveau
Kernel modules: nvidia
dmesg:
Device node permissions:
crw-rw----+ 1 root video 226, 0 Jun 9 23:07 /dev/dri/card0
crw-rw----+ 1 root video 226, 128 Jun 9 23:07 /dev/dri/renderD128
video:x:44:peterbecich
OpenGL and NVIDIA library files installed:
lrwxrwxrwx 1 root root 15 Jun 9 23:12 /etc/alternatives/glx -> /usr/lib/nvidia
lrwxrwxrwx 1 root root 44 Jun 9 23:12 /etc/alternatives/glx--libEGL.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/libEGL.so.1
lrwxrwxrwx 1 root root 43 Jun 9 23:12 /etc/alternatives/glx--libGL.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/libGL.so.1
lrwxrwxrwx 1 root root 43 Jun 9 23:12 /etc/alternatives/glx--libGL.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/libGL.so.1
lrwxrwxrwx 1 root root 50 Jun 9 23:12 /etc/alternatives/glx--libGLESv1_CM.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/libGLESv1_CM.so.1
lrwxrwxrwx 1 root root 50 Jun 9 23:12 /etc/alternatives/glx--libGLESv1_CM.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/libGLESv1_CM.so.1
lrwxrwxrwx 1 root root 47 Jun 9 23:12 /etc/alternatives/glx--libGLESv2.so.2-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/libGLESv2.so.2
lrwxrwxrwx 1 root root 47 Jun 9 23:12 /etc/alternatives/glx--libGLESv2.so.2-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/libGLESv2.so.2
lrwxrwxrwx 1 root root 51 Jun 9 23:12 /etc/alternatives/glx--libnvidia-cfg.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/libnvidia-cfg.so.1
lrwxrwxrwx 1 root root 25 Jun 9 23:12 /etc/alternatives/glx--linux-libglx.so -> /usr/lib/nvidia/libglx.so
lrwxrwxrwx 1 root root 42 Jun 9 23:12 /etc/alternatives/glx--nvidia-blacklists-nouveau.conf -> /etc/nvidia/nvidia-blacklists-nouveau.conf
lrwxrwxrwx 1 root root 36 Jun 9 23:12 /etc/alternatives/glx--nvidia-bug-report.sh -> /usr/lib/nvidia/nvidia-bug-report.sh
lrwxrwxrwx 1 root root 39 Jun 9 23:12 /etc/alternatives/glx--nvidia-drm-outputclass.conf -> /etc/nvidia/nvidia-drm-outputclass.conf
lrwxrwxrwx 1 root root 28 Jun 9 23:12 /etc/alternatives/glx--nvidia-load.conf -> /etc/nvidia/nvidia-load.conf
lrwxrwxrwx 1 root root 32 Jun 9 23:12 /etc/alternatives/glx--nvidia-modprobe.conf -> /etc/nvidia/nvidia-modprobe.conf
lrwxrwxrwx 1 root root 29 Jun 9 23:12 /etc/alternatives/glx--nvidia_drv.so -> /usr/lib/nvidia/nvidia_drv.so
lrwxrwxrwx 1 root root 23 Jun 9 23:12 /etc/alternatives/nvidia -> /usr/lib/nvidia/current
lrwxrwxrwx 1 root root 52 Jun 9 23:12 /etc/alternatives/nvidia--libEGL.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libEGL.so.1
lrwxrwxrwx 1 root root 59 Jun 9 23:12 /etc/alternatives/nvidia--libEGL_nvidia.so.0-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libEGL_nvidia.so.0
lrwxrwxrwx 1 root root 51 Jun 9 23:12 /etc/alternatives/nvidia--libGL.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libGL.so.1
lrwxrwxrwx 1 root root 51 Jun 9 23:12 /etc/alternatives/nvidia--libGL.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libGL.so.1
lrwxrwxrwx 1 root root 58 Jun 9 23:12 /etc/alternatives/nvidia--libGLESv1_CM.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libGLESv1_CM.so.1
lrwxrwxrwx 1 root root 58 Jun 9 23:12 /etc/alternatives/nvidia--libGLESv1_CM.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libGLESv1_CM.so.1
lrwxrwxrwx 1 root root 65 Jun 9 23:12 /etc/alternatives/nvidia--libGLESv1_CM_nvidia.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libGLESv1_CM_nvidia.so.1
lrwxrwxrwx 1 root root 65 Jun 9 23:12 /etc/alternatives/nvidia--libGLESv1_CM_nvidia.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libGLESv1_CM_nvidia.so.1
lrwxrwxrwx 1 root root 55 Jun 9 23:12 /etc/alternatives/nvidia--libGLESv2.so.2-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libGLESv2.so.2
lrwxrwxrwx 1 root root 55 Jun 9 23:12 /etc/alternatives/nvidia--libGLESv2.so.2-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libGLESv2.so.2
lrwxrwxrwx 1 root root 62 Jun 9 23:12 /etc/alternatives/nvidia--libGLESv2_nvidia.so.2-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libGLESv2_nvidia.so.2
lrwxrwxrwx 1 root root 62 Jun 9 23:12 /etc/alternatives/nvidia--libGLESv2_nvidia.so.2-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libGLESv2_nvidia.so.2
lrwxrwxrwx 1 root root 61 Jun 9 23:12 /etc/alternatives/nvidia--libGLX_indirect.so.0-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libGLX_indirect.so.0
lrwxrwxrwx 1 root root 61 Jun 9 23:12 /etc/alternatives/nvidia--libGLX_indirect.so.0-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libGLX_indirect.so.0
lrwxrwxrwx 1 root root 59 Jun 9 23:12 /etc/alternatives/nvidia--libGLX_nvidia.so.0-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libGLX_nvidia.so.0
lrwxrwxrwx 1 root root 59 Jun 9 23:12 /etc/alternatives/nvidia--libGLX_nvidia.so.0-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libGLX_nvidia.so.0
lrwxrwxrwx 1 root root 33 Jun 9 23:12 /etc/alternatives/nvidia--libglx.so -> /usr/lib/nvidia/current/libglx.so
lrwxrwxrwx 1 root root 59 Jun 9 23:12 /etc/alternatives/nvidia--libnvidia-cfg.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libnvidia-cfg.so.1
lrwxrwxrwx 1 root root 58 Jun 9 23:12 /etc/alternatives/nvidia--libnvidia-ml.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libnvidia-ml.so.1
lrwxrwxrwx 1 root root 61 Jun 9 23:12 /etc/alternatives/nvidia--libvdpau_nvidia.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libvdpau_nvidia.so.1
lrwxrwxrwx 1 root root 38 Jun 9 23:12 /etc/alternatives/nvidia--nv-control-dpy -> /usr/lib/nvidia/current/nv-control-dpy
lrwxrwxrwx 1 root root 70 Jun 9 23:12 /etc/alternatives/nvidia--nvidia-application-profiles-key-documentation -> /usr/share/nvidia/nvidia-application-profiles-390.48-key-documentation
lrwxrwxrwx 1 root root 50 Jun 9 23:12 /etc/alternatives/nvidia--nvidia-blacklists-nouveau.conf -> /etc/nvidia/current/nvidia-blacklists-nouveau.conf
lrwxrwxrwx 1 root root 44 Jun 9 23:12 /etc/alternatives/nvidia--nvidia-bug-report.sh -> /usr/lib/nvidia/current/nvidia-bug-report.sh
lrwxrwxrwx 1 root root 40 Jun 9 23:12 /etc/alternatives/nvidia--nvidia-debugdump -> /usr/lib/nvidia/current/nvidia-debugdump
lrwxrwxrwx 1 root root 47 Jun 9 23:12 /etc/alternatives/nvidia--nvidia-drm-outputclass.conf -> /etc/nvidia/current/nvidia-drm-outputclass.conf
lrwxrwxrwx 1 root root 36 Jun 9 23:12 /etc/alternatives/nvidia--nvidia-load.conf -> /etc/nvidia/current/nvidia-load.conf
lrwxrwxrwx 1 root root 40 Jun 9 23:12 /etc/alternatives/nvidia--nvidia-modprobe.conf -> /etc/nvidia/current/nvidia-modprobe.conf
lrwxrwxrwx 1 root root 39 Jun 9 23:12 /etc/alternatives/nvidia--nvidia-settings -> /usr/lib/nvidia/current/nvidia-settings
lrwxrwxrwx 1 root root 44 Jun 9 23:12 /etc/alternatives/nvidia--nvidia-settings.1.gz -> /usr/lib/nvidia/current/nvidia-settings.1.gz
lrwxrwxrwx 1 root root 47 Jun 9 23:12 /etc/alternatives/nvidia--nvidia-settings.desktop -> /usr/lib/nvidia/current/nvidia-settings.desktop
lrwxrwxrwx 1 root root 37 Jun 9 23:12 /etc/alternatives/nvidia--nvidia_drv.so -> /usr/lib/nvidia/current/nvidia_drv.so
-rw-r--r-- 1 root root 1446784 May 8 05:42 /usr/lib/libnvidia-gtk2.so.390.48
-rw-r--r-- 1 root root 1454976 May 8 05:42 /usr/lib/libnvidia-gtk3.so.390.48
lrwxrwxrwx 1 root root 51 Jun 9 23:12 /usr/lib/x86_64-linux-gnu/libEGL.so.1 -> /etc/alternatives/glx--libEGL.so.1-x86_64-linux-gnu
lrwxrwxrwx 1 root root 50 Jun 9 23:12 /usr/lib/x86_64-linux-gnu/libGL.so.1 -> /etc/alternatives/glx--libGL.so.1-x86_64-linux-gnu
lrwxrwxrwx 1 root root 57 Jun 9 23:12 /usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1 -> /etc/alternatives/glx--libGLESv1_CM.so.1-x86_64-linux-gnu
lrwxrwxrwx 1 root root 67 Jun 9 23:12 /usr/lib/x86_64-linux-gnu/libGLESv1_CM_nvidia.so.1 -> /etc/alternatives/nvidia--libGLESv1_CM_nvidia.so.1-x86_64-linux-gnu
lrwxrwxrwx 1 root root 54 Jun 9 23:12 /usr/lib/x86_64-linux-gnu/libGLESv2.so.2 -> /etc/alternatives/glx--libGLESv2.so.2-x86_64-linux-gnu
lrwxrwxrwx 1 root root 64 Jun 9 23:12 /usr/lib/x86_64-linux-gnu/libGLESv2_nvidia.so.2 -> /etc/alternatives/nvidia--libGLESv2_nvidia.so.2-x86_64-linux-gnu
lrwxrwxrwx 1 root root 58 Jun 9 23:12 /usr/lib/x86_64-linux-gnu/libnvidia-cfg.so.1 -> /etc/alternatives/glx--libnvidia-cfg.so.1-x86_64-linux-gnu
lrwxrwxrwx 1 root root 30 May 13 04:00 /usr/lib/x86_64-linux-gnu/libnvidia-egl-wayland.so.1 -> libnvidia-egl-wayland.so.1.0.2
-rw-r--r-- 1 root root 31976 Mar 22 01:28 /usr/lib/x86_64-linux-gnu/libnvidia-egl-wayland.so.1.0.2
-rw-r--r-- 1 root root 27456672 Mar 22 01:27 /usr/lib/x86_64-linux-gnu/libnvidia-eglcore.so.390.48
-rw-r--r-- 1 root root 29256232 Mar 21 23:41 /usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.390.48
-rw-r--r-- 1 root root 554776 Mar 22 01:11 /usr/lib/x86_64-linux-gnu/libnvidia-glsi.so.390.48
lrwxrwxrwx 1 root root 60 Jun 9 23:12 /usr/lib/x86_64-linux-gnu/libnvidia-ml.so.1 -> /etc/alternatives/nvidia--libnvidia-ml.so.1-x86_64-linux-gnu
-rw-r--r-- 1 root root 14480 Mar 21 23:47 /usr/lib/x86_64-linux-gnu/libnvidia-tls.so.390.48
lrwxrwxrwx 1 root root 36 Jun 9 23:12 /usr/lib/xorg/modules/drivers/nvidia_drv.so -> /etc/alternatives/glx--nvidia_drv.so
-rw-r--r-- 1 root root 290000 Oct 14 2017 /usr/lib/xorg/modules/extensions/libglx.so
lrwxrwxrwx 1 root root 38 Jun 9 23:12 /usr/lib/xorg/modules/linux/libglx.so -> /etc/alternatives/glx--linux-libglx.so
-rw-r--r-- 1 root root 24117 Jun 9 21:30 /var/log/Xorg.0.log
-rw-r--r-- 1 root root 19821 Jun 3 16:14 /var/log/Xorg.0.log.old
-rw-r--r-- 1 root root 19624 Jun 2 14:46 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 19624 May 28 00:11 /var/log/Xorg.1.log.old
/etc/nvidia/:
total 20
drwxr-xr-x 3 root root 4096 Jun 9 23:12 .
drwxr-xr-x 138 root root 12288 Jun 9 23:12 ..
drwxr-xr-x 2 root root 4096 Jun 9 23:12 current
lrwxrwxrwx 1 root root 56 Jun 9 23:12 nvidia-blacklists-nouveau.conf -> /etc/alternatives/nvidia--nvidia-blacklists-nouveau.conf
lrwxrwxrwx 1 root root 53 Jun 9 23:12 nvidia-drm-outputclass.conf -> /etc/alternatives/nvidia--nvidia-drm-outputclass.conf
lrwxrwxrwx 1 root root 42 Jun 9 23:12 nvidia-load.conf -> /etc/alternatives/nvidia--nvidia-load.conf
lrwxrwxrwx 1 root root 46 Jun 9 23:12 nvidia-modprobe.conf -> /etc/alternatives/nvidia--nvidia-modprobe.conf
/usr/lib/mesa-diverted/:
total 28
drwxr-xr-x 5 root root 4096 Jun 9 23:11 .
drwxr-xr-x 147 root root 12288 Jun 9 23:12 ..
drwxr-xr-x 2 root root 4096 Mar 28 01:21 arm-linux-gnueabihf
drwxr-xr-x 2 root root 4096 Mar 28 01:21 i386-linux-gnu
drwxr-xr-x 2 root root 4096 Jun 9 23:12 x86_64-linux-gnu
/usr/lib/mesa-diverted/arm-linux-gnueabihf/:
total 8
drwxr-xr-x 2 root root 4096 Mar 28 01:21 .
drwxr-xr-x 5 root root 4096 Jun 9 23:11 ..
/usr/lib/mesa-diverted/i386-linux-gnu/:
total 8
drwxr-xr-x 2 root root 4096 Mar 28 01:21 .
drwxr-xr-x 5 root root 4096 Jun 9 23:11 ..
/usr/lib/mesa-diverted/x86_64-linux-gnu/:
total 716
drwxr-xr-x 2 root root 4096 Jun 9 23:12 .
drwxr-xr-x 5 root root 4096 Jun 9 23:11 ..
lrwxrwxrwx 1 root root 15 May 27 19:22 libEGL.so.1 -> libEGL.so.1.0.0
-rw-r--r-- 1 root root 214816 Apr 25 2017 libEGL.so.1.0.0
lrwxrwxrwx 1 root root 14 Apr 25 2017 libGL.so.1 -> libGL.so.1.2.0
-rw-r--r-- 1 root root 463424 Apr 25 2017 libGL.so.1.2.0
lrwxrwxrwx 1 root root 18 Apr 25 2017 libGLESv2.so.2 -> libGLESv2.so.2.0.0
-rw-r--r-- 1 root root 38688 Apr 25 2017 libGLESv2.so.2.0.0
/usr/lib/mesa/:
total 16
drwxr-xr-x 2 root root 4096 Mar 28 01:21 .
drwxr-xr-x 147 root root 12288 Jun 9 23:12 ..
/usr/lib/nvidia/:
total 40
drwxr-xr-x 4 root root 4096 Jun 9 23:12 .
drwxr-xr-x 147 root root 12288 Jun 9 23:12 ..
-rw-r--r-- 1 root root 57 Feb 25 2016 alternate-install-present
drwxr-xr-x 2 root root 4096 Mar 28 01:21 bumblebee
-rwxr-xr-x 1 root root 2125 Feb 25 2016 check-for-conflicting-opengl-libraries
-rwxr-xr-x 1 root root 1897 Feb 25 2016 check-for-mismatching-nvidia-module
drwxr-xr-x 2 root root 4096 Jun 9 23:12 current
lrwxrwxrwx 1 root root 35 Jun 9 23:12 libglx.so -> /etc/alternatives/nvidia--libglx.so
lrwxrwxrwx 1 root root 24 Jun 9 23:12 nvidia -> /etc/alternatives/nvidia
lrwxrwxrwx 1 root root 46 Jun 9 23:12 nvidia-bug-report.sh -> /etc/alternatives/nvidia--nvidia-bug-report.sh
lrwxrwxrwx 1 root root 39 Jun 9 23:12 nvidia_drv.so -> /etc/alternatives/nvidia--nvidia_drv.so
-rwxr-xr-x 1 root root 618 Feb 25 2016 pre-install
/usr/lib/nvidia/bumblebee/:
total 8
drwxr-xr-x 2 root root 4096 Mar 28 01:21 .
drwxr-xr-x 4 root root 4096 Jun 9 23:12 ..
/usr/lib/nvidia/current/:
total 21820
drwxr-xr-x 2 root root 4096 Jun 9 23:12 .
drwxr-xr-x 4 root root 4096 Jun 9 23:12 ..
lrwxrwxrwx 1 root root 16 May 13 04:00 libglx.so -> libglx.so.390.48
-rw-r--r-- 1 root root 14013064 Mar 21 23:47 libglx.so.390.48
-rwxr-xr-x 1 root root 22392 May 8 05:42 nv-control-dpy
-rwxr-xr-x 1 root root 26804 Mar 22 01:35 nvidia-bug-report.sh
-rwxr-xr-x 1 root root 227824 Mar 22 01:09 nvidia-debugdump
-rwxr-xr-x 1 root root 235624 May 8 05:42 nvidia-settings
-rw-r--r-- 1 root root 8659 May 8 05:42 nvidia-settings.1.gz
-rw-r--r-- 1 root root 1217 May 8 05:42 nvidia-settings.desktop
-rw-r--r-- 1 root root 3348 May 13 04:00 nvidia.ids
-rw-r--r-- 1 root root 7776560 Mar 21 23:23 nvidia_drv.so
/usr/lib/nvidia/nvidia/:
total 21820
drwxr-xr-x 2 root root 4096 Jun 9 23:12 .
drwxr-xr-x 4 root root 4096 Jun 9 23:12 ..
lrwxrwxrwx 1 root root 16 May 13 04:00 libglx.so -> libglx.so.390.48
-rw-r--r-- 1 root root 14013064 Mar 21 23:47 libglx.so.390.48
-rwxr-xr-x 1 root root 22392 May 8 05:42 nv-control-dpy
-rwxr-xr-x 1 root root 26804 Mar 22 01:35 nvidia-bug-report.sh
-rwxr-xr-x 1 root root 227824 Mar 22 01:09 nvidia-debugdump
-rwxr-xr-x 1 root root 235624 May 8 05:42 nvidia-settings
-rw-r--r-- 1 root root 8659 May 8 05:42 nvidia-settings.1.gz
-rw-r--r-- 1 root root 1217 May 8 05:42 nvidia-settings.desktop
-rw-r--r-- 1 root root 3348 May 13 04:00 nvidia.ids
-rw-r--r-- 1 root root 7776560 Mar 21 23:23 nvidia_drv.so
/usr/lib/x86_64-linux-gnu/nvidia/:
total 124
drwxr-xr-x 3 root root 4096 Jun 9 23:12 .
drwxr-xr-x 116 root root 106496 Jun 9 23:12 ..
drwxr-xr-x 2 root root 4096 Jun 9 23:12 current
lrwxrwxrwx 1 root root 54 Jun 9 23:12 libEGL.so.1 -> /etc/alternatives/nvidia--libEGL.so.1-x86_64-linux-gnu
lrwxrwxrwx 1 root root 53 Jun 9 23:12 libGL.so.1 -> /etc/alternatives/nvidia--libGL.so.1-x86_64-linux-gnu
lrwxrwxrwx 1 root root 60 Jun 9 23:12 libGLESv1_CM.so.1 -> /etc/alternatives/nvidia--libGLESv1_CM.so.1-x86_64-linux-gnu
lrwxrwxrwx 1 root root 57 Jun 9 23:12 libGLESv2.so.2 -> /etc/alternatives/nvidia--libGLESv2.so.2-x86_64-linux-gnu
lrwxrwxrwx 1 root root 61 Jun 9 23:12 libnvidia-cfg.so.1 -> /etc/alternatives/nvidia--libnvidia-cfg.so.1-x86_64-linux-gnu
/usr/lib/x86_64-linux-gnu/nvidia/current/:
total 5516
drwxr-xr-x 2 root root 4096 Jun 9 23:12 .
drwxr-xr-x 3 root root 4096 Jun 9 23:12 ..
lrwxrwxrwx 1 root root 15 May 13 04:00 libEGL.so.1 -> libEGL.so.1.1.0
-rw-r--r-- 1 root root 73328 Mar 21 23:41 libEGL.so.1.1.0
lrwxrwxrwx 1 root root 23 May 13 04:00 libEGL_nvidia.so.0 -> libEGL_nvidia.so.390.48
-rw-r--r-- 1 root root 918552 Mar 22 01:28 libEGL_nvidia.so.390.48
lrwxrwxrwx 1 root root 14 May 13 04:00 libGL.so.1 -> libGL.so.1.7.0
-rw-r--r-- 1 root root 665720 Mar 21 23:41 libGL.so.1.7.0
lrwxrwxrwx 1 root root 21 May 13 04:00 libGLESv1_CM.so.1 -> libGLESv1_CM.so.1.2.0
-rw-r--r-- 1 root root 43696 Mar 21 23:41 libGLESv1_CM.so.1.2.0
lrwxrwxrwx 1 root root 29 May 13 04:00 libGLESv1_CM_nvidia.so.1 -> libGLESv1_CM_nvidia.so.390.48
-rw-r--r-- 1 root root 60200 Mar 22 01:27 libGLESv1_CM_nvidia.so.390.48
lrwxrwxrwx 1 root root 18 May 13 04:00 libGLESv2.so.2 -> libGLESv2.so.2.1.0
-rw-r--r-- 1 root root 83280 Mar 21 23:41 libGLESv2.so.2.1.0
lrwxrwxrwx 1 root root 26 May 13 04:00 libGLESv2_nvidia.so.2 -> libGLESv2_nvidia.so.390.48
-rw-r--r-- 1 root root 111400 Mar 22 01:27 libGLESv2_nvidia.so.390.48
lrwxrwxrwx 1 root root 23 May 13 04:00 libGLX_indirect.so.0 -> libGLX_nvidia.so.390.48
lrwxrwxrwx 1 root root 23 May 13 04:00 libGLX_nvidia.so.0 -> libGLX_nvidia.so.390.48
-rw-r--r-- 1 root root 1268112 Mar 21 23:42 libGLX_nvidia.so.390.48
lrwxrwxrwx 1 root root 23 May 13 04:00 libnvidia-cfg.so.1 -> libnvidia-cfg.so.390.48
-rw-r--r-- 1 root root 190760 Mar 22 01:07 libnvidia-cfg.so.390.48
lrwxrwxrwx 1 root root 17 May 13 04:00 libnvidia-ml.so -> libnvidia-ml.so.1
lrwxrwxrwx 1 root root 22 May 13 04:00 libnvidia-ml.so.1 -> libnvidia-ml.so.390.48
-rw-r--r-- 1 root root 1310336 Mar 22 01:08 libnvidia-ml.so.390.48
lrwxrwxrwx 1 root root 25 May 13 04:00 libvdpau_nvidia.so.1 -> libvdpau_nvidia.so.390.48
-rw-r--r-- 1 root root 893984 Mar 21 23:47 libvdpau_nvidia.so.390.48
/etc/modprobe.d:
total 24
drwxr-xr-x 2 root root 4096 Jun 9 23:12 .
drwxr-xr-x 138 root root 12288 Jun 9 23:12 ..
-rw-r--r-- 1 root root 127 Oct 25 2016 dkms.conf
lrwxrwxrwx 1 root root 53 Jun 9 23:12 nvidia-blacklists-nouveau.conf -> /etc/alternatives/glx--nvidia-blacklists-nouveau.conf
-rw-r--r-- 1 root root 260 Feb 25 2016 nvidia-kernel-common.conf
lrwxrwxrwx 1 root root 43 Jun 9 23:12 nvidia.conf -> /etc/alternatives/glx--nvidia-modprobe.conf
/etc/modprobe.d/nvidia-kernel-common.conf:alias char-major-195* nvidia
/etc/modprobe.d/nvidia-kernel-common.conf:#options nvidia NVreg_DeviceFileUID=0 NVreg_DeviceFileGID=44 NVreg_DeviceFileMode=0660
/etc/modprobe.d/nvidia-kernel-common.conf:# options nvidia NVreg_EnableAGPSBA=1
/etc/modprobe.d/nvidia-kernel-common.conf:# options nvidia NVreg_EnableAGPFW=1
/etc/modules-load.d:
-rw-r--r-- 1 root root 278 May 27 22:58 /etc/modules
/etc/modules-load.d/:
total 20
drwxr-xr-x 2 root root 4096 Jun 9 23:12 .
drwxr-xr-x 138 root root 12288 Jun 9 23:12 ..
-rw-r--r-- 1 root root 119 Jan 19 2017 cups-filters.conf
lrwxrwxrwx 1 root root 10 Mar 23 05:55 modules.conf -> ../modules
lrwxrwxrwx 1 root root 39 Jun 9 23:12 nvidia.conf -> /etc/alternatives/glx--nvidia-load.conf
Files from nvidia-installer:
Config and logfiles:
<<<<<<<<<< /etc/modprobe.d/nvidia-blacklists-nouveau.conf >>>>>>>>>>
# You need to run "update-initramfs -u" after editing this file.
# see #580894
blacklist nouveau
^^^^^^^^^^ /etc/modprobe.d/nvidia-blacklists-nouveau.conf ^^^^^^^^^^
<<<<<<<<<< /etc/modprobe.d/nvidia-kernel-common.conf >>>>>>>>>>
alias char-major-195* nvidia
#options nvidia NVreg_DeviceFileUID=0 NVreg_DeviceFileGID=44 NVreg_DeviceFileMode=0660
# To enable FastWrites and Sidebus addressing, uncomment these lines
# options nvidia NVreg_EnableAGPSBA=1
# options nvidia NVreg_EnableAGPFW=1
^^^^^^^^^^ /etc/modprobe.d/nvidia-kernel-common.conf ^^^^^^^^^^
<<<<<<<<<< /etc/modprobe.d/nvidia.conf >>>>>>>>>>
install nvidia modprobe -i nvidia-current $CMDLINE_OPTS
install nvidia-modeset modprobe nvidia ; modprobe -i nvidia-current-modeset $CMDLINE_OPTS
install nvidia-drm modprobe nvidia-modeset ; modprobe -i nvidia-current-drm $CMDLINE_OPTS
install nvidia-uvm modprobe nvidia ; modprobe -i nvidia-current-uvm $CMDLINE_OPTS
remove nvidia modprobe -r -i nvidia-drm nvidia-modeset nvidia-uvm nvidia
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/peterbecich/.local/share/xorg/Xorg.0.log >>>>>>>>>>
[ 70.768] (--) Log file renamed from "/home/peterbecich/.local/share/xorg/Xorg.pid-1681.log" to "/home/peterbecich/.local/share/xorg/Xorg.0.log"
[ 70.768]
X.Org X Server 1.19.2
Release Date: 2017-03-02
[ 70.768] X Protocol Version 11, Revision 0
[ 70.768] Build Operating System: Linux 4.9.0-4-amd64 x86_64 Debian
[ 70.768] Current Operating System: Linux Ganymede 4.16.0-0.bpo.1-amd64 #1 SMP Debian 4.16.5-1~bpo9+1 (2018-05-06) x86_64
[ 70.768] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.16.0-0.bpo.1-amd64 root=UUID=eeb4bf29-7868-442e-a85b-6f5ac8ded91e ro quiet
[ 70.768] Build Date: 16 October 2017 08:19:45AM
[ 70.768] xorg-server 2:1.19.2-1+deb9u2 (https://www.debian.org/support)
[ 70.768] Current version of pixman: 0.34.0
[ 70.768] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 70.768] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 70.768] (==) Log file: "/home/peterbecich/.local/share/xorg/Xorg.0.log", Time: Sat Jun 9 23:08:20 2018
[ 70.769] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 70.769] (==) No Layout section. Using the first Screen section.
[ 70.769] (==) No screen section available. Using defaults.
[ 70.769] (**) |-->Screen "Default Screen Section" (0)
[ 70.769] (**) | |-->Monitor "<default monitor>"
[ 70.770] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 70.770] (==) Automatically adding devices
[ 70.770] (==) Automatically enabling devices
[ 70.770] (==) Automatically adding GPU devices
[ 70.770] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 70.770] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 70.770] Entry deleted from font path.
[ 70.770] (==) 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
[ 70.770] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 70.770] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 70.770] (II) Loader magic: 0x55d8297f2e00
[ 70.770] (II) Module ABI versions:
[ 70.770] X.Org ANSI C Emulation: 0.4
[ 70.770] X.Org Video Driver: 23.0
[ 70.770] X.Org XInput driver : 24.1
[ 70.770] X.Org Server Extension : 10.0
[ 70.770] (++) using VT number 3
[ 70.772] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_32
[ 70.772] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 70.773] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 12 paused 0
[ 70.775] (--) PCI:*(0:35:0:0) 10de:1c02:196e:11d8 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000f000/128, BIOS @ 0x????????/131072
[ 70.775] (II) LoadModule: "glx"
[ 70.775] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 70.778] (II) Module glx: vendor="X.Org Foundation"
[ 70.778] compiled for 1.19.2, module version = 1.0.0
[ 70.778] ABI class: X.Org Server Extension, version 10.0
[ 70.778] (==) Matched nouveau as autoconfigured driver 0
[ 70.778] (==) Matched nv as autoconfigured driver 1
[ 70.778] (==) Matched nouveau as autoconfigured driver 2
[ 70.778] (==) Matched nv as autoconfigured driver 3
[ 70.778] (==) Matched modesetting as autoconfigured driver 4
[ 70.778] (==) Matched fbdev as autoconfigured driver 5
[ 70.778] (==) Matched vesa as autoconfigured driver 6
[ 70.778] (==) Assigned the driver to the xf86ConfigLayout
[ 70.778] (II) LoadModule: "nouveau"
[ 70.779] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[ 70.781] (II) Module nouveau: vendor="X.Org Foundation"
[ 70.781] compiled for 1.19.3, module version = 1.0.13
[ 70.781] Module class: X.Org Video Driver
[ 70.781] ABI class: X.Org Video Driver, version 23.0
[ 70.781] (II) LoadModule: "nv"
[ 70.781] (WW) Warning, couldn't open module nv
[ 70.781] (II) UnloadModule: "nv"
[ 70.781] (II) Unloading nv
[ 70.781] (EE) Failed to load module "nv" (module does not exist, 0)
[ 70.781] (II) LoadModule: "modesetting"
[ 70.781] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 70.782] (II) Module modesetting: vendor="X.Org Foundation"
[ 70.782] compiled for 1.19.2, module version = 1.19.2
[ 70.782] Module class: X.Org Video Driver
[ 70.782] ABI class: X.Org Video Driver, version 23.0
[ 70.782] (II) LoadModule: "fbdev"
[ 70.782] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 70.782] (II) Module fbdev: vendor="X.Org Foundation"
[ 70.782] compiled for 1.19.0, module version = 0.4.4
[ 70.782] Module class: X.Org Video Driver
[ 70.782] ABI class: X.Org Video Driver, version 23.0
[ 70.782] (II) LoadModule: "vesa"
[ 70.783] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 70.783] (II) Module vesa: vendor="X.Org Foundation"
[ 70.783] compiled for 1.19.0, module version = 2.3.4
[ 70.783] Module class: X.Org Video Driver
[ 70.783] ABI class: X.Org Video Driver, version 23.0
[ 70.783] (II) NOUVEAU driver Date: Tue Sep 20 00:31:06 2016 -0400
[ 70.783] (II) NOUVEAU driver for NVIDIA chipset families :
[ 70.783] RIVA TNT (NV04)
[ 70.783] RIVA TNT2 (NV05)
[ 70.783] GeForce 256 (NV10)
[ 70.783] GeForce 2 (NV11, NV15)
[ 70.783] GeForce 4MX (NV17, NV18)
[ 70.783] GeForce 3 (NV20)
[ 70.783] GeForce 4Ti (NV25, NV28)
[ 70.783] GeForce FX (NV3x)
[ 70.783] GeForce 6 (NV4x)
[ 70.783] GeForce 7 (G7x)
[ 70.783] GeForce 8 (G8x)
[ 70.783] GeForce GTX 200 (NVA0)
[ 70.783] GeForce GTX 400 (NVC0)
[ 70.783] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 70.783] (II) FBDEV: driver for framebuffer: fbdev
[ 70.783] (II) VESA: driver for VESA chipsets: vesa
[ 70.784] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[ 70.784] (II) [drm] nouveau interface version: 1.3.1
[ 70.784] (EE) Unknown chipset: NV136
[ 70.784] (II) [drm] nouveau interface version: 1.3.1
[ 70.784] (EE) Unknown chipset: NV136
[ 70.784] (II) [drm] nouveau interface version: 1.3.1
[ 70.784] (EE) Unknown chipset: NV136
[ 70.784] (EE) [drm] Failed to open DRM device for pci:0000:23:00.0: -13
[ 70.784] (EE) [drm] Failed to open DRM device for pci:0000:23:00.0: -13
[ 70.784] (II) modeset(0): using drv /dev/dri/card0
[ 70.784] (WW) Falling back to old probe method for fbdev
[ 70.784] (II) Loading sub module "fbdevhw"
[ 70.784] (II) LoadModule: "fbdevhw"
[ 70.784] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 70.785] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 70.785] compiled for 1.19.2, module version = 0.0.2
[ 70.785] ABI class: X.Org Video Driver, version 23.0
[ 70.785] (WW) Falling back to old probe method for vesa
[ 70.785] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 70.785] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 70.785] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 70.785] (==) modeset(0): RGB weight 888
[ 70.785] (==) modeset(0): Default visual is TrueColor
[ 70.785] (II) Loading sub module "glamoregl"
[ 70.785] (II) LoadModule: "glamoregl"
[ 70.785] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 70.794] (II) Module glamoregl: vendor="X.Org Foundation"
[ 70.794] compiled for 1.19.2, module version = 1.0.0
[ 70.794] ABI class: X.Org ANSI C Emulation, version 0.4
[ 70.794] (II) glamor: OpenGL accelerated X.org driver based.
[ 70.856] (II) glamor: EGL version 1.4 (DRI2):
[ 70.856] EGL_MESA_drm_image required.
[ 70.856] (EE) modeset(0): glamor initialization failed
[ 70.856] (II) modeset(0): ShadowFB: preferred YES, enabled YES
[ 70.856] (II) modeset(0): Double-buffered shadow updates: off
[ 70.899] (II) modeset(0): Output DVI-D-1 has no monitor section
[ 70.906] (II) modeset(0): Output DP-1 has no monitor section
[ 70.968] (II) modeset(0): Output DP-2 has no monitor section
[ 70.969] (II) modeset(0): Output HDMI-1 has no monitor section
[ 71.032] (II) modeset(0): Output DP-3 has no monitor section
[ 71.070] (II) modeset(0): EDID for output DVI-D-1
[ 71.070] (II) modeset(0): Manufacturer: DEL Model: a07a Serial#: 810373196
[ 71.070] (II) modeset(0): Year: 2013 Week: 26
[ 71.070] (II) modeset(0): EDID Version: 1.3
[ 71.070] (II) modeset(0): Digital Display Input
[ 71.070] (II) modeset(0): Max Image Size [cm]: horiz.: 52 vert.: 32
[ 71.070] (II) modeset(0): Gamma: 2.20
[ 71.070] (II) modeset(0): DPMS capabilities: StandBy Suspend Off
[ 71.070] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 71.070] (II) modeset(0): First detailed timing is preferred mode
[ 71.070] (II) modeset(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
[ 71.070] (II) modeset(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
[ 71.070] (II) modeset(0): Supported established timings:
[ 71.070] (II) modeset(0): 720x400 at 70Hz
[ 71.070] (II) modeset(0): 640x480 at 60Hz
[ 71.070] (II) modeset(0): 800x600 at 60Hz
[ 71.070] (II) modeset(0): 1024x768 at 60Hz
[ 71.070] (II) modeset(0): Manufacturer's mask: 0
[ 71.070] (II) modeset(0): Supported standard timings:
[ 71.070] (II) modeset(0): #0: hsize: 1280 vsize 960 refresh: 60 vid: 16513
[ 71.070] (II) modeset(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 71.070] (II) modeset(0): #2: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
[ 71.070] (II) modeset(0): #3: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 71.070] (II) modeset(0): #4: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 71.070] (II) modeset(0): Supported detailed timing:
[ 71.070] (II) modeset(0): clock: 154.0 MHz Image Size: 518 x 324 mm
[ 71.070] (II) modeset(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 71.070] (II) modeset(0): v_active: 1200 v_sync: 1203 v_sync_end 1209 v_blanking: 1235 v_border: 0
[ 71.070] (II) modeset(0): Serial No: YMYH136R0MPL
[ 71.070] (II) modeset(0): Monitor name: DELL U2412M
[ 71.070] (II) modeset(0): Ranges: V min: 50 V max: 61 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[ 71.070] (II) modeset(0): EDID (in hex):
[ 71.070] (II) modeset(0): 00ffffffffffff0010ac7aa04c504d30
[ 71.070] (II) modeset(0): 1a17010380342078eaee95a3544c9926
[ 71.070] (II) modeset(0): 0f5054a1080081408180a940b300d1c0
[ 71.070] (II) modeset(0): 010101010101283c80a070b023403020
[ 71.070] (II) modeset(0): 360006442100001a000000ff00594d59
[ 71.070] (II) modeset(0): 4831333652304d504c0a000000fc0044
[ 71.070] (II) modeset(0): 454c4c2055323431324d0a20000000fd
[ 71.070] (II) modeset(0): 00323d1e5311000a20202020202000e5
[ 71.070] (II) modeset(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
[ 71.070] (II) modeset(0): Printing probed modes for output DVI-D-1
[ 71.070] (II) modeset(0): Modeline "1920x1200"x60.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
[ 71.070] (II) modeset(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
[ 71.070] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 71.070] (II) modeset(0): Modeline "1600x1200"x65.0 175.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (81.2 kHz d)
[ 71.070] (II) modeset(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 71.070] (II) modeset(0): Modeline "1680x1050"x69.9 174.00 1680 1800 1976 2272 1050 1053 1059 1096 -hsync +vsync (76.6 kHz d)
[ 71.070] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 71.070] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 71.070] (II) modeset(0): Modeline "1600x1024"x60.2 103.12 1600 1600 1656 1664 1024 1024 1029 1030 +hsync +vsync (62.0 kHz d)
[ 71.070] (II) modeset(0): Modeline "1400x1050"x70.0 145.06 1400 1496 1648 1896 1050 1051 1054 1093 -hsync +vsync (76.5 kHz d)
[ 71.070] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 71.070] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 71.070] (II) modeset(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz d)
[ 71.070] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 71.070] (II) modeset(0): Modeline "1360x768"x59.8 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsync (47.7 kHz d)
[ 71.070] (II) modeset(0): Modeline "1360x768"x60.0 72.00 1360 1408 1440 1520 768 771 781 790 +hsync -vsync (47.4 kHz d)
[ 71.070] (II) modeset(0): Modeline "1152x864"x70.0 96.77 1152 1224 1344 1536 864 865 868 900 -hsync +vsync (63.0 kHz d)
[ 71.070] (II) modeset(0): Modeline "1152x864"x60.0 81.62 1152 1216 1336 1520 864 865 868 895 -hsync +vsync (53.7 kHz d)
[ 71.070] (II) modeset(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 71.070] (II) modeset(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz d)
[ 71.070] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 71.070] (II) modeset(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 71.070] (II) modeset(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 71.070] (II) modeset(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 71.070] (II) modeset(0): Modeline "960x600"x60.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 71.070] (II) modeset(0): Modeline "960x540"x60.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 71.070] (II) modeset(0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[ 71.070] (II) modeset(0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[ 71.070] (II) modeset(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 71.070] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 71.071] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 71.071] (II) modeset(0): Modeline "840x525"x69.9 87.00 840 900 988 1136 525 526 529 548 doublescan -hsync +vsync (76.6 kHz d)
[ 71.071] (II) modeset(0): Modeline "840x525"x60.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 71.071] (II) modeset(0): Modeline "840x525"x59.9 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 71.071] (II) modeset(0): Modeline "800x512"x60.2 51.56 800 800 828 832 512 512 514 515 doublescan +hsync +vsync (62.0 kHz d)
[ 71.071] (II) modeset(0): Modeline "700x525"x70.1 72.53 700 748 824 948 525 525 527 546 doublescan -hsync +vsync (76.5 kHz d)
[ 71.071] (II) modeset(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 71.071] (II) modeset(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 71.071] (II) modeset(0): Modeline "720x450"x59.9 53.25 720 760 836 952 450 451 454 467 doublescan -hsync +vsync (55.9 kHz d)
[ 71.071] (II) modeset(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 71.071] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 71.071] (II) modeset(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 71.071] (II) modeset(0): Modeline "680x384"x59.8 42.38 680 716 784 888 384 385 390 399 doublescan -hsync +vsync (47.7 kHz d)
[ 71.071] (II) modeset(0): Modeline "680x384"x60.0 36.00 680 704 720 760 384 385 390 395 doublescan +hsync -vsync (47.4 kHz d)
[ 71.071] (II) modeset(0): Modeline "576x432"x70.0 48.38 576 612 672 768 432 432 434 450 doublescan -hsync +vsync (63.0 kHz d)
[ 71.071] (II) modeset(0): Modeline "576x432"x60.1 40.81 576 608 668 760 432 432 434 447 doublescan -hsync +vsync (53.7 kHz d)
[ 71.071] (II) modeset(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[ 71.071] (II) modeset(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 71.071] (II) modeset(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 71.071] (II) modeset(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 71.071] (II) modeset(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 71.077] (II) modeset(0): EDID for output DP-1
[ 71.077] (II) modeset(0): Manufacturer: DEL Model: a07b Serial#: 843533395
[ 71.077] (II) modeset(0): Year: 2013 Week: 28
[ 71.077] (II) modeset(0): EDID Version: 1.4
[ 71.077] (II) modeset(0): Digital Display Input
[ 71.077] (II) modeset(0): 8 bits per channel
[ 71.077] (II) modeset(0): Digital interface is DisplayPort
[ 71.077] (II) modeset(0): Max Image Size [cm]: horiz.: 52 vert.: 32
[ 71.078] (II) modeset(0): Gamma: 2.20
[ 71.078] (II) modeset(0): DPMS capabilities: Off
[ 71.078] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 YCrCb 4:2:2
[ 71.078] (II) modeset(0): First detailed timing is preferred mode
[ 71.078] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 71.078] (II) modeset(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
[ 71.078] (II) modeset(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
[ 71.078] (II) modeset(0): Supported established timings:
[ 71.078] (II) modeset(0): 720x400 at 70Hz
[ 71.078] (II) modeset(0): 640x480 at 60Hz
[ 71.078] (II) modeset(0): 800x600 at 60Hz
[ 71.078] (II) modeset(0): 1024x768 at 60Hz
[ 71.078] (II) modeset(0): Manufacturer's mask: 0
[ 71.078] (II) modeset(0): Supported standard timings:
[ 71.078] (II) modeset(0): #0: hsize: 1280 vsize 960 refresh: 60 vid: 16513
[ 71.078] (II) modeset(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 71.078] (II) modeset(0): #2: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
[ 71.078] (II) modeset(0): #3: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 71.078] (II) modeset(0): #4: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 71.078] (II) modeset(0): Supported detailed timing:
[ 71.078] (II) modeset(0): clock: 154.0 MHz Image Size: 518 x 324 mm
[ 71.078] (II) modeset(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 71.078] (II) modeset(0): v_active: 1200 v_sync: 1203 v_sync_end 1209 v_blanking: 1235 v_border: 0
[ 71.078] (II) modeset(0): Serial No: YMYH137D2GLS
[ 71.078] (II) modeset(0): Monitor name: DELL U2412M
[ 71.078] (II) modeset(0): Ranges: V min: 50 V max: 61 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[ 71.078] (II) modeset(0): EDID (in hex):
[ 71.078] (II) modeset(0): 00ffffffffffff0010ac7ba0534c4732
[ 71.078] (II) modeset(0): 1c170104a53420783aee95a3544c9926
[ 71.078] (II) modeset(0): 0f5054a1080081408180a940b300d1c0
[ 71.078] (II) modeset(0): 010101010101283c80a070b023403020
[ 71.078] (II) modeset(0): 360006442100001a000000ff00594d59
[ 71.078] (II) modeset(0): 483133374432474c530a000000fc0044
[ 71.078] (II) modeset(0): 454c4c2055323431324d0a20000000fd
[ 71.078] (II) modeset(0): 00323d1e5311000a202020202020007b
[ 71.078] (II) modeset(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
[ 71.078] (II) modeset(0): Printing probed modes for output DP-1
[ 71.078] (II) modeset(0): Modeline "1920x1200"x60.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
[ 71.078] (II) modeset(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
[ 71.078] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 71.078] (II) modeset(0): Modeline "1600x1200"x65.0 175.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (81.2 kHz d)
[ 71.078] (II) modeset(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 71.078] (II) modeset(0): Modeline "1680x1050"x69.9 174.00 1680 1800 1976 2272 1050 1053 1059 1096 -hsync +vsync (76.6 kHz d)
[ 71.078] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[ 71.078] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 71.078] (II) modeset(0): Modeline "1600x1024"x60.2 103.12 1600 1600 1656 1664 1024 1024 1029 1030 +hsync +vsync (62.0 kHz d)
[ 71.078] (II) modeset(0): Modeline "1400x1050"x70.0 145.06 1400 1496 1648 1896 1050 1051 1054 1093 -hsync +vsync (76.5 kHz d)
[ 71.078] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 71.078] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 71.078] (II) modeset(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz d)
[ 71.078] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 71.078] (II) modeset(0): Modeline "1360x768"x59.8 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsync (47.7 kHz d)
[ 71.078] (II) modeset(0): Modeline "1360x768"x60.0 72.00 1360 1408 1440 1520 768 771 781 790 +hsync -vsync (47.4 kHz d)
[ 71.078] (II) modeset(0): Modeline "1152x864"x70.0 96.77 1152 1224 1344 1536 864 865 868 900 -hsync +vsync (63.0 kHz d)
[ 71.078] (II) modeset(0): Modeline "1152x864"x60.0 81.62 1152 1216 1336 1520 864 865 868 895 -hsync +vsync (53.7 kHz d)
[ 71.078] (II) modeset(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 71.078] (II) modeset(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz d)
[ 71.078] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 71.078] (II) modeset(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 71.078] (II) modeset(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 71.078] (II) modeset(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 71.078] (II) modeset(0): Modeline "960x600"x60.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 71.078] (II) modeset(0): Modeline "960x540"x60.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 71.078] (II) modeset(0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[ 71.078] (II) modeset(0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[ 71.078] (II) modeset(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 71.078] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 71.078] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 71.078] (II) modeset(0): Modeline "840x525"x69.9 87.00 840 900 988 1136 525 526 529 548 doublescan -hsync +vsync (76.6 kHz d)
[ 71.078] (II) modeset(0): Modeline "840x525"x60.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 71.078] (II) modeset(0): Modeline "840x525"x59.9 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 71.078] (II) modeset(0): Modeline "800x512"x60.2 51.56 800 800 828 832 512 512 514 515 doublescan +hsync +vsync (62.0 kHz d)
[ 71.078] (II) modeset(0): Modeline "700x525"x70.1 72.53 700 748 824 948 525 525 527 546 doublescan -hsync +vsync (76.5 kHz d)
[ 71.078] (II) modeset(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 71.078] (II) modeset(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 71.078] (II) modeset(0): Modeline "720x450"x59.9 53.25 720 760 836 952 450 451 454 467 doublescan -hsync +vsync (55.9 kHz d)
[ 71.078] (II) modeset(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 71.078] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 71.078] (II) modeset(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 71.078] (II) modeset(0): Modeline "680x384"x59.8 42.38 680 716 784 888 384 385 390 399 doublescan -hsync +vsync (47.7 kHz d)
[ 71.079] (II) modeset(0): Modeline "680x384"x60.0 36.00 680 704 720 760 384 385 390 395 doublescan +hsync -vsync (47.4 kHz d)
[ 71.079] (II) modeset(0): Modeline "576x432"x70.0 48.38 576 612 672 768 432 432 434 450 doublescan -hsync +vsync (63.0 kHz d)
[ 71.079] (II) modeset(0): Modeline "576x432"x60.1 40.81 576 608 668 760 432 432 434 447 doublescan -hsync +vsync (53.7 kHz d)
[ 71.079] (II) modeset(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[ 71.079] (II) modeset(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 71.079] (II) modeset(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 71.079] (II) modeset(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 71.079] (II) modeset(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 71.140] (II) modeset(0): EDID for output DP-2
[ 71.141] (II) modeset(0): EDID for output HDMI-1
[ 71.204] (II) modeset(0): EDID for output DP-3
[ 71.204] (II) modeset(0): Output DVI-D-1 connected
[ 71.204] (II) modeset(0): Output DP-1 connected
[ 71.204] (II) modeset(0): Output DP-2 disconnected
[ 71.204] (II) modeset(0): Output HDMI-1 disconnected
[ 71.204] (II) modeset(0): Output DP-3 disconnected
[ 71.204] (II) modeset(0): Using spanning desktop for initial modes
[ 71.204] (II) modeset(0): Output DVI-D-1 using initial mode 1920x1200 +0+0
[ 71.204] (II) modeset(0): Output DP-1 using initial mode 1920x1200 +1920+0
[ 71.204] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 71.204] (==) modeset(0): DPI set to (96, 96)
[ 71.204] (II) Loading sub module "fb"
[ 71.204] (II) LoadModule: "fb"
[ 71.204] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 71.206] (II) Module fb: vendor="X.Org Foundation"
[ 71.206] compiled for 1.19.2, module version = 1.0.0
[ 71.207] ABI class: X.Org ANSI C Emulation, version 0.4
[ 71.207] (II) Loading sub module "shadow"
[ 71.207] (II) LoadModule: "shadow"
[ 71.207] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 71.207] (II) Module shadow: vendor="X.Org Foundation"
[ 71.207] compiled for 1.19.2, module version = 1.1.0
[ 71.207] ABI class: X.Org ANSI C Emulation, version 0.4
[ 71.207] (II) UnloadModule: "fbdev"
[ 71.207] (II) Unloading fbdev
[ 71.207] (II) UnloadSubModule: "fbdevhw"
[ 71.207] (II) Unloading fbdevhw
[ 71.207] (II) UnloadModule: "vesa"
[ 71.207] (II) Unloading vesa
[ 71.207] (==) Depth 24 pixmap format is 32 bpp
[ 71.209] (==) modeset(0): Backing store enabled
[ 71.209] (==) modeset(0): Silken mouse enabled
[ 71.209] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 71.241] (==) modeset(0): DPMS enabled
[ 71.241] (--) RandR disabled
[ 71.244] (II) SELinux: Disabled on system
[ 71.244] (II) AIGLX: Screen 0 is not DRI2 capable
[ 71.244] (EE) AIGLX: reverting to software rendering
[ 71.245] (II) IGLX: enabled GLX_MESA_copy_sub_buffer
[ 71.245] (II) IGLX: Loaded and initialized swrast
[ 71.245] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 71.246] (II) modeset(0): Damage tracking initialized
[ 71.246] (II) modeset(0): Setting screen physical size to 1016 x 317
[ 71.278] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 71.278] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 71.278] (II) LoadModule: "libinput"
[ 71.278] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 71.280] (II) Module libinput: vendor="X.Org Foundation"
[ 71.280] compiled for 1.19.0, module version = 0.23.0
[ 71.280] Module class: X.Org XInput Driver
[ 71.280] ABI class: X.Org XInput driver, version 24.1
[ 71.280] (II) Using input driver 'libinput' for 'Power Button'
[ 71.280] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 20 paused 0
[ 71.281] (**) Power Button: always reports core events
[ 71.281] (**) Option "Device" "/dev/input/event1"
[ 71.281] (**) Option "_source" "server/udev"
[ 71.281] (II) input device 'Power Button', /dev/input/event1 is tagged by udev as: Keyboard
[ 71.281] (II) input device 'Power Button', /dev/input/event1 is a keyboard
[ 71.282] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 71.282] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 71.282] (**) Option "xkb_model" "pc105"
[ 71.282] (**) Option "xkb_layout" "us"
[ 71.282] (**) Option "xkb_options" "lv3:menu_switch"
[ 71.304] (II) input device 'Power Button', /dev/input/event1 is tagged by udev as: Keyboard
[ 71.304] (II) input device 'Power Button', /dev/input/event1 is a keyboard
[ 71.304] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 71.304] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 71.304] (II) Using input driver 'libinput' for 'Power Button'
[ 71.305] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 23 paused 0
[ 71.305] (**) Power Button: always reports core events
[ 71.305] (**) Option "Device" "/dev/input/event0"
[ 71.305] (**) Option "_source" "server/udev"
[ 71.306] (II) input device 'Power Button', /dev/input/event0 is tagged by udev as: Keyboard
[ 71.306] (II) input device 'Power Button', /dev/input/event0 is a keyboard
[ 71.306] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 71.306] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 71.306] (**) Option "xkb_model" "pc105"
[ 71.306] (**) Option "xkb_layout" "us"
[ 71.306] (**) Option "xkb_options" "lv3:menu_switch"
[ 71.306] (II) input device 'Power Button', /dev/input/event0 is tagged by udev as: Keyboard
[ 71.306] (II) input device 'Power Button', /dev/input/event0 is a keyboard
[ 71.307] (II) config/udev: Adding input device UVC Camera (046d:0825) (/dev/input/event2)
[ 71.307] (**) UVC Camera (046d:0825): Applying InputClass "libinput keyboard catchall"
[ 71.307] (II) Using input driver 'libinput' for 'UVC Camera (046d:0825)'
[ 71.308] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 24 paused 0
[ 71.308] (**) UVC Camera (046d:0825): always reports core events
[ 71.308] (**) Option "Device" "/dev/input/event2"
[ 71.308] (**) Option "_source" "server/udev"
[ 71.308] (II) input device 'UVC Camera (046d:0825)', /dev/input/event2 is tagged by udev as: Keyboard
[ 71.309] (II) input device 'UVC Camera (046d:0825)', /dev/input/event2 is a keyboard
[ 71.309] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.0/input/input2/event2"
[ 71.309] (II) XINPUT: Adding extended input device "UVC Camera (046d:0825)" (type: KEYBOARD, id 8)
[ 71.309] (**) Option "xkb_model" "pc105"
[ 71.309] (**) Option "xkb_layout" "us"
[ 71.309] (**) Option "xkb_options" "lv3:menu_switch"
[ 71.309] (II) input device 'UVC Camera (046d:0825)', /dev/input/event2 is tagged by udev as: Keyboard
[ 71.309] (II) input device 'UVC Camera (046d:0825)', /dev/input/event2 is a keyboard
[ 71.310] (II) config/udev: Adding input device Unicomp Inc Ruffian6_x Dvrk Kbrd v3_45 (/dev/input/event13)
[ 71.310] (**) Unicomp Inc Ruffian6_x Dvrk Kbrd v3_45: Applying InputClass "libinput keyboard catchall"
[ 71.310] (II) Using input driver 'libinput' for 'Unicomp Inc Ruffian6_x Dvrk Kbrd v3_45'
[ 71.310] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 25 paused 0
[ 71.310] (**) Unicomp Inc Ruffian6_x Dvrk Kbrd v3_45: always reports core events
[ 71.310] (**) Option "Device" "/dev/input/event13"
[ 71.310] (**) Option "_source" "server/udev"
[ 71.311] (II) input device 'Unicomp Inc Ruffian6_x Dvrk Kbrd v3_45', /dev/input/event13 is tagged by udev as: Keyboard
[ 71.311] (II) input device 'Unicomp Inc Ruffian6_x Dvrk Kbrd v3_45', /dev/input/event13 is a keyboard
[ 71.311] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-6/1-6.1/1-6.1.2/1-6.1.2.1/1-6.1.2.1:1.0/0003:17F6:0827.0001/input/input13/event13"
[ 71.311] (II) XINPUT: Adding extended input device "Unicomp Inc Ruffian6_x Dvrk Kbrd v3_45" (type: KEYBOARD, id 9)
[ 71.311] (**) Option "xkb_model" "pc105"
[ 71.311] (**) Option "xkb_layout" "us"
[ 71.311] (**) Option "xkb_options" "lv3:menu_switch"
[ 71.311] (II) input device 'Unicomp Inc Ruffian6_x Dvrk Kbrd v3_45', /dev/input/event13 is tagged by udev as: Keyboard
[ 71.311] (II) input device 'Unicomp Inc Ruffian6_x Dvrk Kbrd v3_45', /dev/input/event13 is a keyboard
[ 71.312] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event14)
[ 71.312] (**) Logitech USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[ 71.312] (II) Using input driver 'libinput' for 'Logitech USB Optical Mouse'
[ 71.312] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 26 paused 0
[ 71.312] (**) Logitech USB Optical Mouse: always reports core events
[ 71.312] (**) Option "Device" "/dev/input/event14"
[ 71.312] (**) Option "_source" "server/udev"
[ 71.312] (II) input device 'Logitech USB Optical Mouse', /dev/input/event14 is tagged by udev as: Mouse
[ 71.312] (II) input device 'Logitech USB Optical Mouse', /dev/input/event14 is a pointer caps
[ 71.313] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-6/1-6.1/1-6.1.2/1-6.1.2.2/1-6.1.2.2:1.0/0003:046D:C077.0002/input/input14/event14"
[ 71.313] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE, id 10)
[ 71.313] (**) Option "AccelerationScheme" "none"
[ 71.313] (**) Logitech USB Optical Mouse: (accel) selected scheme none/0
[ 71.313] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000
[ 71.313] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4
[ 71.313] (II) input device 'Logitech USB Optical Mouse', /dev/input/event14 is tagged by udev as: Mouse
[ 71.313] (II) input device 'Logitech USB Optical Mouse', /dev/input/event14 is a pointer caps
[ 71.314] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse0)
[ 71.314] (II) No input driver specified, ignoring this device.
[ 71.314] (II) This device may have been added with another device file.
[ 71.314] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event15)
[ 71.314] (**) Logitech USB Keyboard: Applying InputClass "libinput keyboard catchall"
[ 71.314] (II) Using input driver 'libinput' for 'Logitech USB Keyboard'
[ 71.315] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 27 paused 0
[ 71.315] (**) Logitech USB Keyboard: always reports core events
[ 71.315] (**) Option "Device" "/dev/input/event15"
[ 71.315] (**) Option "_source" "server/udev"
[ 71.315] (II) input device 'Logitech USB Keyboard', /dev/input/event15 is tagged by udev as: Keyboard
[ 71.315] (II) input device 'Logitech USB Keyboard', /dev/input/event15 is a keyboard
[ 71.315] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-6/1-6.1/1-6.1.3/1-6.1.3:1.0/0003:046D:C31C.0003/input/input15/event15"
[ 71.315] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD, id 11)
[ 71.315] (**) Option "xkb_model" "pc105"
[ 71.315] (**) Option "xkb_layout" "us"
[ 71.315] (**) Option "xkb_options" "lv3:menu_switch"
[ 71.315] (II) input device 'Logitech USB Keyboard', /dev/input/event15 is tagged by udev as: Keyboard
[ 71.315] (II) input device 'Logitech USB Keyboard', /dev/input/event15 is a keyboard
[ 71.316] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event16)
[ 71.316] (**) Logitech USB Keyboard: Applying InputClass "libinput keyboard catchall"
[ 71.316] (II) Using input driver 'libinput' for 'Logitech USB Keyboard'
[ 71.316] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 28 paused 0
[ 71.316] (**) Logitech USB Keyboard: always reports core events
[ 71.316] (**) Option "Device" "/dev/input/event16"
[ 71.316] (**) Option "_source" "server/udev"
[ 71.317] (II) input device 'Logitech USB Keyboard', /dev/input/event16 is tagged by udev as: Keyboard
[ 71.317] (II) input device 'Logitech USB Keyboard', /dev/input/event16 is a keyboard
[ 71.317] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-6/1-6.1/1-6.1.3/1-6.1.3:1.1/0003:046D:C31C.0004/input/input16/event16"
[ 71.317] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD, id 12)
[ 71.317] (**) Option "xkb_model" "pc105"
[ 71.317] (**) Option "xkb_layout" "us"
[ 71.317] (**) Option "xkb_options" "lv3:menu_switch"
[ 71.317] (II) input device 'Logitech USB Keyboard', /dev/input/event16 is tagged by udev as: Keyboard
[ 71.317] (II) input device 'Logitech USB Keyboard', /dev/input/event16 is a keyboard
[ 71.318] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event10)
[ 71.318] (II) No input driver specified, ignoring this device.
[ 71.318] (II) This device may have been added with another device file.
[ 71.318] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event11)
[ 71.318] (II) No input driver specified, ignoring this device.
[ 71.318] (II) This device may have been added with another device file.
[ 71.318] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event12)
[ 71.318] (II) No input driver specified, ignoring this device.
[ 71.318] (II) This device may have been added with another device file.
[ 71.318] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event9)
[ 71.318] (II) No input driver specified, ignoring this device.
[ 71.318] (II) This device may have been added with another device file.
[ 71.319] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event4)
[ 71.319] (II) No input driver specified, ignoring this device.
[ 71.319] (II) This device may have been added with another device file.
[ 71.319] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event5)
[ 71.319] (II) No input driver specified, ignoring this device.
[ 71.319] (II) This device may have been added with another device file.
[ 71.319] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event6)
[ 71.319] (II) No input driver specified, ignoring this device.
[ 71.319] (II) This device may have been added with another device file.
[ 71.319] (II) config/udev: Adding input device HD-Audio Generic Line Out (/dev/input/event7)
[ 71.319] (II) No input driver specified, ignoring this device.
[ 71.319] (II) This device may have been added with another device file.
[ 71.319] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event8)
[ 71.319] (II) No input driver specified, ignoring this device.
[ 71.319] (II) This device may have been added with another device file.
[ 71.320] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[ 71.320] (II) No input driver specified, ignoring this device.
[ 71.320] (II) This device may have been added with another device file.
[ 71.835] (II) modeset(0): EDID vendor "DEL", prod id 41083
[ 71.835] (II) modeset(0): Using EDID range info for horizontal sync
[ 71.835] (II) modeset(0): Using EDID range info for vertical refresh
[ 71.835] (II) modeset(0): Printing DDC gathered Modelines:
[ 71.835] (II) modeset(0): Modeline "1920x1200"x0.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
[ 71.835] (II) modeset(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 71.835] (II) modeset(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 71.835] (II) modeset(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 71.835] (II) modeset(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 71.835] (II) modeset(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 71.835] (II) modeset(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 71.835] (II) modeset(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 71.835] (II) modeset(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[ 71.835] (II) modeset(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[ 72.144] (II) modeset(0): Disabling kernel dirty updates, not required.
[ 78.236] (II) modeset(0): EDID vendor "DEL", prod id 41083
[ 78.236] (II) modeset(0): Using hsync ranges from config file
[ 78.236] (II) modeset(0): Using vrefresh ranges from config file
[ 78.236] (II) modeset(0): Printing DDC gathered Modelines:
[ 78.236] (II) modeset(0): Modeline "1920x1200"x0.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
[ 78.236] (II) modeset(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 78.236] (II) modeset(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 78.236] (II) modeset(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 78.236] (II) modeset(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 78.236] (II) modeset(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 78.236] (II) modeset(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 78.236] (II) modeset(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 78.236] (II) modeset(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[ 78.236] (II) modeset(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
^^^^^^^^^^ /home/peterbecich/.local/share/xorg/Xorg.0.log ^^^^^^^^^^
<<<<<<<<<< /home/peterbecich/.local/share/xorg/Xorg.0.log.old >>>>>>>>>>
[ 38.557] (--) Log file renamed from "/home/peterbecich/.local/share/xorg/Xorg.pid-1817.log" to "/home/peterbecich/.local/share/xorg/Xorg.0.log"
[ 38.558]
X.Org X Server 1.19.2
Release Date: 2017-03-02
[ 38.558] X Protocol Version 11, Revision 0
[ 38.558] Build Operating System: Linux 4.9.0-4-amd64 x86_64 Debian
[ 38.558] Current Operating System: Linux Ganymede 4.16.0-0.bpo.1-amd64 #1 SMP Debian 4.16.5-1~bpo9+1 (2018-05-06) x86_64
[ 38.558] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.16.0-0.bpo.1-amd64 root=UUID=eeb4bf29-7868-442e-a85b-6f5ac8ded91e ro quiet
[ 38.558] Build Date: 16 October 2017 08:19:45AM
[ 38.558] xorg-server 2:1.19.2-1+deb9u2 (https://www.debian.org/support)
[ 38.558] Current version of pixman: 0.34.0
[ 38.558] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 38.558] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 38.558] (==) Log file: "/home/peterbecich/.local/share/xorg/Xorg.0.log", Time: Sat Jun 2 20:24:48 2018
[ 38.558] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 38.558] (==) No Layout section. Using the first Screen section.
[ 38.558] (==) No screen section available. Using defaults.
[ 38.558] (**) |-->Screen "Default Screen Section" (0)
[ 38.558] (**) | |-->Monitor "<default monitor>"
[ 38.558] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 38.558] (==) Automatically adding devices
[ 38.558] (==) Automatically enabling devices
[ 38.558] (==) Automatically adding GPU devices
[ 38.558] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 38.558] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 38.558] Entry deleted from font path.
[ 38.558] (==) 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
[ 38.558] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 38.558] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 38.558] (II) Loader magic: 0x562871705e00
[ 38.558] (II) Module ABI versions:
[ 38.558] X.Org ANSI C Emulation: 0.4
[ 38.558] X.Org Video Driver: 23.0
[ 38.558] X.Org XInput driver : 24.1
[ 38.558] X.Org Server Extension : 10.0
[ 38.559] (++) using VT number 2
[ 38.561] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_34
[ 38.561] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 38.562] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 12 paused 0
[ 38.564] (--) PCI:*(0:35:0:0) 10de:1c02:196e:11d8 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000f000/128, BIOS @ 0x????????/131072
[ 38.564] (II) LoadModule: "glx"
[ 38.564] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 38.566] (II) Module glx: vendor="X.Org Foundation"
[ 38.566] compiled for 1.19.2, module version = 1.0.0
[ 38.566] ABI class: X.Org Server Extension, version 10.0
[ 38.566] (==) Matched nouveau as autoconfigured driver 0
[ 38.566] (==) Matched nv as autoconfigured driver 1
[ 38.566] (==) Matched nouveau as autoconfigured driver 2
[ 38.566] (==) Matched nv as autoconfigured driver 3
[ 38.566] (==) Matched modesetting as autoconfigured driver 4
[ 38.566] (==) Matched fbdev as autoconfigured driver 5
[ 38.566] (==) Matched vesa as autoconfigured driver 6
[ 38.566] (==) Assigned the driver to the xf86ConfigLayout
[ 38.566] (II) LoadModule: "nouveau"
[ 38.566] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[ 38.566] (II) Module nouveau: vendor="X.Org Foundation"
[ 38.566] compiled for 1.19.3, module version = 1.0.13
[ 38.566] Module class: X.Org Video Driver
[ 38.566] ABI class: X.Org Video Driver, version 23.0
[ 38.566] (II) LoadModule: "nv"
[ 38.566] (WW) Warning, couldn't open module nv
[ 38.566] (II) UnloadModule: "nv"
[ 38.566] (II) Unloading nv
[ 38.566] (EE) Failed to load module "nv" (module does not exist, 0)
[ 38.566] (II) LoadModule: "modesetting"
[ 38.567] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 38.567] (II) Module modesetting: vendor="X.Org Foundation"
[ 38.567] compiled for 1.19.2, module version = 1.19.2
[ 38.567] Module class: X.Org Video Driver
[ 38.567] ABI class: X.Org Video Driver, version 23.0
[ 38.567] (II) LoadModule: "fbdev"
[ 38.567] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 38.567] (II) Module fbdev: vendor="X.Org Foundation"
[ 38.567] compiled for 1.19.0, module version = 0.4.4
[ 38.567] Module class: X.Org Video Driver
[ 38.567] ABI class: X.Org Video Driver, version 23.0
[ 38.567] (II) LoadModule: "vesa"
[ 38.567] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 38.567] (II) Module vesa: vendor="X.Org Foundation"
[ 38.567] compiled for 1.19.0, module version = 2.3.4
[ 38.567] Module class: X.Org Video Driver
[ 38.567] ABI class: X.Org Video Driver, version 23.0
[ 38.567] (II) NOUVEAU driver Date: Tue Sep 20 00:31:06 2016 -0400
[ 38.567] (II) NOUVEAU driver for NVIDIA chipset families :
[ 38.567] RIVA TNT (NV04)
[ 38.567] RIVA TNT2 (NV05)
[ 38.567] GeForce 256 (NV10)
[ 38.567] GeForce 2 (NV11, NV15)
[ 38.567] GeForce 4MX (NV17, NV18)
[ 38.567] GeForce 3 (NV20)
[ 38.567] GeForce 4Ti (NV25, NV28)
[ 38.567] GeForce FX (NV3x)
[ 38.567] GeForce 6 (NV4x)
[ 38.567] GeForce 7 (G7x)
[ 38.567] GeForce 8 (G8x)
[ 38.568] GeForce GTX 200 (NVA0)
[ 38.568] GeForce GTX 400 (NVC0)
[ 38.568] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 38.568] (II) FBDEV: driver for framebuffer: fbdev
[ 38.568] (II) VESA: driver for VESA chipsets: vesa
[ 38.568] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[ 38.568] (II) [drm] nouveau interface version: 1.3.1
[ 38.568] (EE) Unknown chipset: NV136
[ 38.568] (II) [drm] nouveau interface version: 1.3.1
[ 38.568] (EE) Unknown chipset: NV136
[ 38.568] (II) [drm] nouveau interface version: 1.3.1
[ 38.568] (EE) Unknown chipset: NV136
[ 38.568] (EE) [drm] Failed to open DRM device for pci:0000:23:00.0: -13
[ 38.568] (EE) [drm] Failed to open DRM device for pci:0000:23:00.0: -13
[ 38.568] (II) modeset(0): using drv /dev/dri/card0
[ 38.568] (WW) Falling back to old probe method for fbdev
[ 38.568] (II) Loading sub module "fbdevhw"
[ 38.568] (II) LoadModule: "fbdevhw"
[ 38.568] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 38.568] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 38.568] compiled for 1.19.2, module version = 0.0.2
[ 38.568] ABI class: X.Org Video Driver, version 23.0
[ 38.568] (WW) Falling back to old probe method for vesa
[ 38.569] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 38.569] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 38.569] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 38.569] (==) modeset(0): RGB weight 888
[ 38.569] (==) modeset(0): Default visual is TrueColor
[ 38.569] (II) Loading sub module "glamoregl"
[ 38.569] (II) LoadModule: "glamoregl"
[ 38.569] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 38.576] (II) Module glamoregl: vendor="X.Org Foundation"
[ 38.576] compiled for 1.19.2, module version = 1.0.0
[ 38.576] ABI class: X.Org ANSI C Emulation, version 0.4
[ 38.576] (II) glamor: OpenGL accelerated X.org driver based.
[ 38.635] (II) glamor: EGL version 1.4 (DRI2):
[ 38.635] EGL_MESA_drm_image required.
[ 38.635] (EE) modeset(0): glamor initialization failed
[ 38.635] (II) modeset(0): ShadowFB: preferred YES, enabled YES
[ 38.635] (II) modeset(0): Double-buffered shadow updates: off
[ 38.677] (II) modeset(0): Output DVI-D-1 has no monitor section
[ 38.683] (II) modeset(0): Output DP-1 has no monitor section
[ 38.744] (II) modeset(0): Output DP-2 has no monitor section
[ 38.745] (II) modeset(0): Output HDMI-1 has no monitor section
[ 38.808] (II) modeset(0): Output DP-3 has no monitor section
[ 38.847] (II) modeset(0): EDID for output DVI-D-1
[ 38.847] (II) modeset(0): Manufacturer: DEL Model: a07a Serial#: 810373196
[ 38.847] (II) modeset(0): Year: 2013 Week: 26
[ 38.847] (II) modeset(0): EDID Version: 1.3
[ 38.847] (II) modeset(0): Digital Display Input
[ 38.847] (II) modeset(0): Max Image Size [cm]: horiz.: 52 vert.: 32
[ 38.847] (II) modeset(0): Gamma: 2.20
[ 38.847] (II) modeset(0): DPMS capabilities: StandBy Suspend Off
[ 38.847] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 38.847] (II) modeset(0): First detailed timing is preferred mode
[ 38.847] (II) modeset(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
[ 38.847] (II) modeset(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
[ 38.847] (II) modeset(0): Supported established timings:
[ 38.847] (II) modeset(0): 720x400 at 70Hz
[ 38.847] (II) modeset(0): 640x480 at 60Hz
[ 38.847] (II) modeset(0): 800x600 at 60Hz
[ 38.847] (II) modeset(0): 1024x768 at 60Hz
[ 38.847] (II) modeset(0): Manufacturer's mask: 0
[ 38.847] (II) modeset(0): Supported standard timings:
[ 38.847] (II) modeset(0): #0: hsize: 1280 vsize 960 refresh: 60 vid: 16513
[ 38.847] (II) modeset(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 38.847] (II) modeset(0): #2: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
[ 38.847] (II) modeset(0): #3: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 38.847] (II) modeset(0): #4: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 38.847] (II) modeset(0): Supported detailed timing:
[ 38.847] (II) modeset(0): clock: 154.0 MHz Image Size: 518 x 324 mm
[ 38.847] (II) modeset(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 38.847] (II) modeset(0): v_active: 1200 v_sync: 1203 v_sync_end 1209 v_blanking: 1235 v_border: 0
[ 38.847] (II) modeset(0): Serial No: YMYH136R0MPL
[ 38.847] (II) modeset(0): Monitor name: DELL U2412M
[ 38.847] (II) modeset(0): Ranges: V min: 50 V max: 61 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[ 38.847] (II) modeset(0): EDID (in hex):
[ 38.847] (II) modeset(0): 00ffffffffffff0010ac7aa04c504d30
[ 38.847] (II) modeset(0): 1a17010380342078eaee95a3544c9926
[ 38.847] (II) modeset(0): 0f5054a1080081408180a940b300d1c0
[ 38.847] (II) modeset(0): 010101010101283c80a070b023403020
[ 38.847] (II) modeset(0): 360006442100001a000000ff00594d59
[ 38.847] (II) modeset(0): 4831333652304d504c0a000000fc0044
[ 38.847] (II) modeset(0): 454c4c2055323431324d0a20000000fd
[ 38.847] (II) modeset(0): 00323d1e5311000a20202020202000e5
[ 38.848] (II) modeset(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
[ 38.848] (II) modeset(0): Printing probed modes for output DVI-D-1
[ 38.848] (II) modeset(0): Modeline "1920x1200"x60.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
[ 38.848] (II) modeset(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
[ 38.848] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 38.848] (II) modeset(0): Modeline "1600x1200"x65.0 175.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (81.2 kHz d)
[ 38.848] (II) modeset(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 38.848] (II) modeset(0): Modeline "1680x1050"x69.9 174.00 1680 1800 1976 2272 1050 1053 1059 1096 -hsync +vsync (76.6 kHz d)
[ 38.848] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 38.848] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 38.848] (II) modeset(0): Modeline "1600x1024"x60.2 103.12 1600 1600 1656 1664 1024 1024 1029 1030 +hsync +vsync (62.0 kHz d)
[ 38.848] (II) modeset(0): Modeline "1400x1050"x70.0 145.06 1400 1496 1648 1896 1050 1051 1054 1093 -hsync +vsync (76.5 kHz d)
[ 38.848] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 38.848] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 38.848] (II) modeset(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz d)
[ 38.848] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 38.848] (II) modeset(0): Modeline "1360x768"x59.8 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsync (47.7 kHz d)
[ 38.848] (II) modeset(0): Modeline "1360x768"x60.0 72.00 1360 1408 1440 1520 768 771 781 790 +hsync -vsync (47.4 kHz d)
[ 38.848] (II) modeset(0): Modeline "1152x864"x70.0 96.77 1152 1224 1344 1536 864 865 868 900 -hsync +vsync (63.0 kHz d)
[ 38.848] (II) modeset(0): Modeline "1152x864"x60.0 81.62 1152 1216 1336 1520 864 865 868 895 -hsync +vsync (53.7 kHz d)
[ 38.848] (II) modeset(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 38.848] (II) modeset(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz d)
[ 38.848] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 38.848] (II) modeset(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 38.848] (II) modeset(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 38.848] (II) modeset(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 38.848] (II) modeset(0): Modeline "960x600"x60.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 38.848] (II) modeset(0): Modeline "960x540"x60.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 38.848] (II) modeset(0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[ 38.848] (II) modeset(0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[ 38.848] (II) modeset(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 38.848] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 38.848] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 38.848] (II) modeset(0): Modeline "840x525"x69.9 87.00 840 900 988 1136 525 526 529 548 doublescan -hsync +vsync (76.6 kHz d)
[ 38.848] (II) modeset(0): Modeline "840x525"x60.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 38.848] (II) modeset(0): Modeline "840x525"x59.9 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 38.848] (II) modeset(0): Modeline "800x512"x60.2 51.56 800 800 828 832 512 512 514 515 doublescan +hsync +vsync (62.0 kHz d)
[ 38.848] (II) modeset(0): Modeline "700x525"x70.1 72.53 700 748 824 948 525 525 527 546 doublescan -hsync +vsync (76.5 kHz d)
[ 38.848] (II) modeset(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 38.848] (II) modeset(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 38.848] (II) modeset(0): Modeline "720x450"x59.9 53.25 720 760 836 952 450 451 454 467 doublescan -hsync +vsync (55.9 kHz d)
[ 38.848] (II) modeset(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 38.848] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 38.848] (II) modeset(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 38.848] (II) modeset(0): Modeline "680x384"x59.8 42.38 680 716 784 888 384 385 390 399 doublescan -hsync +vsync (47.7 kHz d)
[ 38.848] (II) modeset(0): Modeline "680x384"x60.0 36.00 680 704 720 760 384 385 390 395 doublescan +hsync -vsync (47.4 kHz d)
[ 38.848] (II) modeset(0): Modeline "576x432"x70.0 48.38 576 612 672 768 432 432 434 450 doublescan -hsync +vsync (63.0 kHz d)
[ 38.848] (II) modeset(0): Modeline "576x432"x60.1 40.81 576 608 668 760 432 432 434 447 doublescan -hsync +vsync (53.7 kHz d)
[ 38.848] (II) modeset(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[ 38.848] (II) modeset(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 38.848] (II) modeset(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 38.848] (II) modeset(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 38.848] (II) modeset(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 38.855] (II) modeset(0): EDID for output DP-1
[ 38.855] (II) modeset(0): Manufacturer: DEL Model: a07b Serial#: 843533395
[ 38.855] (II) modeset(0): Year: 2013 Week: 28
[ 38.855] (II) modeset(0): EDID Version: 1.4
[ 38.855] (II) modeset(0): Digital Display Input
[ 38.855] (II) modeset(0): 8 bits per channel
[ 38.855] (II) modeset(0): Digital interface is DisplayPort
[ 38.855] (II) modeset(0): Max Image Size [cm]: horiz.: 52 vert.: 32
[ 38.855] (II) modeset(0): Gamma: 2.20
[ 38.855] (II) modeset(0): DPMS capabilities: Off
[ 38.855] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 YCrCb 4:2:2
[ 38.855] (II) modeset(0): First detailed timing is preferred mode
[ 38.855] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 38.855] (II) modeset(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
[ 38.855] (II) modeset(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
[ 38.855] (II) modeset(0): Supported established timings:
[ 38.855] (II) modeset(0): 720x400 at 70Hz
[ 38.855] (II) modeset(0): 640x480 at 60Hz
[ 38.855] (II) modeset(0): 800x600 at 60Hz
[ 38.855] (II) modeset(0): 1024x768 at 60Hz
[ 38.855] (II) modeset(0): Manufacturer's mask: 0
[ 38.855] (II) modeset(0): Supported standard timings:
[ 38.855] (II) modeset(0): #0: hsize: 1280 vsize 960 refresh: 60 vid: 16513
[ 38.855] (II) modeset(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 38.855] (II) modeset(0): #2: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
[ 38.855] (II) modeset(0): #3: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 38.855] (II) modeset(0): #4: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 38.855] (II) modeset(0): Supported detailed timing:
[ 38.855] (II) modeset(0): clock: 154.0 MHz Image Size: 518 x 324 mm
[ 38.855] (II) modeset(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 38.855] (II) modeset(0): v_active: 1200 v_sync: 1203 v_sync_end 1209 v_blanking: 1235 v_border: 0
[ 38.855] (II) modeset(0): Serial No: YMYH137D2GLS
[ 38.855] (II) modeset(0): Monitor name: DELL U2412M
[ 38.855] (II) modeset(0): Ranges: V min: 50 V max: 61 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[ 38.855] (II) modeset(0): EDID (in hex):
[ 38.855] (II) modeset(0): 00ffffffffffff0010ac7ba0534c4732
[ 38.855] (II) modeset(0): 1c170104a53420783aee95a3544c9926
[ 38.855] (II) modeset(0): 0f5054a1080081408180a940b300d1c0
[ 38.855] (II) modeset(0): 010101010101283c80a070b023403020
[ 38.855] (II) modeset(0): 360006442100001a000000ff00594d59
[ 38.855] (II) modeset(0): 483133374432474c530a000000fc0044
[ 38.855] (II) modeset(0): 454c4c2055323431324d0a20000000fd
[ 38.855] (II) modeset(0): 00323d1e5311000a202020202020007b
[ 38.856] (II) modeset(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
[ 38.856] (II) modeset(0): Printing probed modes for output DP-1
[ 38.856] (II) modeset(0): Modeline "1920x1200"x60.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
[ 38.856] (II) modeset(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
[ 38.856] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 38.856] (II) modeset(0): Modeline "1600x1200"x65.0 175.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (81.2 kHz d)
[ 38.856] (II) modeset(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 38.856] (II) modeset(0): Modeline "1680x1050"x69.9 174.00 1680 1800 1976 2272 1050 1053 1059 1096 -hsync +vsync (76.6 kHz d)
[ 38.856] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[ 38.856] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 38.856] (II) modeset(0): Modeline "1600x1024"x60.2 103.12 1600 1600 1656 1664 1024 1024 1029 1030 +hsync +vsync (62.0 kHz d)
[ 38.856] (II) modeset(0): Modeline "1400x1050"x70.0 145.06 1400 1496 1648 1896 1050 1051 1054 1093 -hsync +vsync (76.5 kHz d)
[ 38.856] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 38.856] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 38.856] (II) modeset(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz d)
[ 38.856] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 38.856] (II) modeset(0): Modeline "1360x768"x59.8 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsync (47.7 kHz d)
[ 38.856] (II) modeset(0): Modeline "1360x768"x60.0 72.00 1360 1408 1440 1520 768 771 781 790 +hsync -vsync (47.4 kHz d)
[ 38.856] (II) modeset(0): Modeline "1152x864"x70.0 96.77 1152 1224 1344 1536 864 865 868 900 -hsync +vsync (63.0 kHz d)
[ 38.856] (II) modeset(0): Modeline "1152x864"x60.0 81.62 1152 1216 1336 1520 864 865 868 895 -hsync +vsync (53.7 kHz d)
[ 38.856] (II) modeset(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 38.856] (II) modeset(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz d)
[ 38.856] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 38.856] (II) modeset(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 38.856] (II) modeset(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 38.856] (II) modeset(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 38.856] (II) modeset(0): Modeline "960x600"x60.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 38.856] (II) modeset(0): Modeline "960x540"x60.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 38.856] (II) modeset(0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[ 38.856] (II) modeset(0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[ 38.856] (II) modeset(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 38.856] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 38.856] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 38.856] (II) modeset(0): Modeline "840x525"x69.9 87.00 840 900 988 1136 525 526 529 548 doublescan -hsync +vsync (76.6 kHz d)
[ 38.856] (II) modeset(0): Modeline "840x525"x60.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 38.856] (II) modeset(0): Modeline "840x525"x59.9 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 38.856] (II) modeset(0): Modeline "800x512"x60.2 51.56 800 800 828 832 512 512 514 515 doublescan +hsync +vsync (62.0 kHz d)
[ 38.856] (II) modeset(0): Modeline "700x525"x70.1 72.53 700 748 824 948 525 525 527 546 doublescan -hsync +vsync (76.5 kHz d)
[ 38.856] (II) modeset(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 38.856] (II) modeset(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 38.856] (II) modeset(0): Modeline "720x450"x59.9 53.25 720 760 836 952 450 451 454 467 doublescan -hsync +vsync (55.9 kHz d)
[ 38.856] (II) modeset(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 38.856] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 38.856] (II) modeset(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 38.856] (II) modeset(0): Modeline "680x384"x59.8 42.38 680 716 784 888 384 385 390 399 doublescan -hsync +vsync (47.7 kHz d)
[ 38.856] (II) modeset(0): Modeline "680x384"x60.0 36.00 680 704 720 760 384 385 390 395 doublescan +hsync -vsync (47.4 kHz d)
[ 38.856] (II) modeset(0): Modeline "576x432"x70.0 48.38 576 612 672 768 432 432 434 450 doublescan -hsync +vsync (63.0 kHz d)
[ 38.856] (II) modeset(0): Modeline "576x432"x60.1 40.81 576 608 668 760 432 432 434 447 doublescan -hsync +vsync (53.7 kHz d)
[ 38.856] (II) modeset(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[ 38.856] (II) modeset(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 38.856] (II) modeset(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 38.856] (II) modeset(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 38.856] (II) modeset(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 38.920] (II) modeset(0): EDID for output DP-2
[ 38.921] (II) modeset(0): EDID for output HDMI-1
[ 38.984] (II) modeset(0): EDID for output DP-3
[ 38.984] (II) modeset(0): Output DVI-D-1 connected
[ 38.984] (II) modeset(0): Output DP-1 connected
[ 38.984] (II) modeset(0): Output DP-2 disconnected
[ 38.984] (II) modeset(0): Output HDMI-1 disconnected
[ 38.984] (II) modeset(0): Output DP-3 disconnected
[ 38.984] (II) modeset(0): Using spanning desktop for initial modes
[ 38.984] (II) modeset(0): Output DVI-D-1 using initial mode 1920x1200 +0+0
[ 38.984] (II) modeset(0): Output DP-1 using initial mode 1920x1200 +1920+0
[ 38.984] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 38.984] (==) modeset(0): DPI set to (96, 96)
[ 38.984] (II) Loading sub module "fb"
[ 38.984] (II) LoadModule: "fb"
[ 38.984] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 38.984] (II) Module fb: vendor="X.Org Foundation"
[ 38.984] compiled for 1.19.2, module version = 1.0.0
[ 38.984] ABI class: X.Org ANSI C Emulation, version 0.4
[ 38.984] (II) Loading sub module "shadow"
[ 38.984] (II) LoadModule: "shadow"
[ 38.984] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 38.984] (II) Module shadow: vendor="X.Org Foundation"
[ 38.984] compiled for 1.19.2, module version = 1.1.0
[ 38.984] ABI class: X.Org ANSI C Emulation, version 0.4
[ 38.984] (II) UnloadModule: "fbdev"
[ 38.984] (II) Unloading fbdev
[ 38.984] (II) UnloadSubModule: "fbdevhw"
[ 38.984] (II) Unloading fbdevhw
[ 38.984] (II) UnloadModule: "vesa"
[ 38.984] (II) Unloading vesa
[ 38.984] (==) Depth 24 pixmap format is 32 bpp
[ 38.984] (==) modeset(0): Backing store enabled
[ 38.984] (==) modeset(0): Silken mouse enabled
[ 38.984] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 39.014] (==) modeset(0): DPMS enabled
[ 39.014] (--) RandR disabled
[ 39.016] (II) SELinux: Disabled on system
[ 39.017] (II) AIGLX: Screen 0 is not DRI2 capable
[ 39.017] (EE) AIGLX: reverting to software rendering
[ 39.017] (II) IGLX: enabled GLX_MESA_copy_sub_buffer
[ 39.018] (II) IGLX: Loaded and initialized swrast
[ 39.018] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 39.018] (II) modeset(0): Damage tracking initialized
[ 39.018] (II) modeset(0): Setting screen physical size to 1016 x 317
[ 39.048] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 39.048] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 39.048] (II) LoadModule: "libinput"
[ 39.048] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 39.050] (II) Module libinput: vendor="X.Org Foundation"
[ 39.050] compiled for 1.19.0, module version = 0.23.0
[ 39.050] Module class: X.Org XInput Driver
[ 39.050] ABI class: X.Org XInput driver, version 24.1
[ 39.050] (II) Using input driver 'libinput' for 'Power Button'
[ 39.050] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 20 paused 0
[ 39.050] (**) Power Button: always reports core events
[ 39.051] (**) Option "Device" "/dev/input/event1"
[ 39.051] (**) Option "_source" "server/udev"
[ 39.051] (II) input device 'Power Button', /dev/input/event1 is tagged by udev as: Keyboard
[ 39.051] (II) input device 'Power Button', /dev/input/event1 is a keyboard
[ 39.051] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 39.051] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 39.051] (**) Option "xkb_model" "pc105"
[ 39.051] (**) Option "xkb_layout" "us"
[ 39.051] (**) Option "xkb_options" "lv3:menu_switch"
[ 39.072] (II) input device 'Power Button', /dev/input/event1 is tagged by udev as: Keyboard
[ 39.072] (II) input device 'Power Button', /dev/input/event1 is a keyboard
[ 39.072] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 39.072] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 39.072] (II) Using input driver 'libinput' for 'Power Button'
[ 39.073] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 23 paused 0
[ 39.073] (**) Power Button: always reports core events
[ 39.073] (**) Option "Device" "/dev/input/event0"
[ 39.073] (**) Option "_source" "server/udev"
[ 39.073] (II) input device 'Power Button', /dev/input/event0 is tagged by udev as: Keyboard
[ 39.073] (II) input device 'Power Button', /dev/input/event0 is a keyboard
[ 39.073] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 39.073] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 39.073] (**) Option "xkb_model" "pc105"
[ 39.073] (**) Option "xkb_layout" "us"
[ 39.073] (**) Option "xkb_options" "lv3:menu_switch"
[ 39.073] (II) input device 'Power Button', /dev/input/event0 is tagged by udev as: Keyboard
[ 39.073] (II) input device 'Power Button', /dev/input/event0 is a keyboard
[ 39.074] (II) config/udev: Adding input device UVC Camera (046d:0825) (/dev/input/event2)
[ 39.074] (**) UVC Camera (046d:0825): Applying InputClass "libinput keyboard catchall"
[ 39.074] (II) Using input driver 'libinput' for 'UVC Camera (046d:0825)'
[ 39.074] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 24 paused 0
[ 39.074] (**) UVC Camera (046d:0825): always reports core events
[ 39.074] (**) Option "Device" "/dev/input/event2"
[ 39.074] (**) Option "_source" "server/udev"
[ 39.074] (II) input device 'UVC Camera (046d:0825)', /dev/input/event2 is tagged by udev as: Keyboard
[ 39.074] (II) input device 'UVC Camera (046d:0825)', /dev/input/event2 is a keyboard
[ 39.074] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.0/input/input2/event2"
[ 39.074] (II) XINPUT: Adding extended input device "UVC Camera (046d:0825)" (type: KEYBOARD, id 8)
[ 39.075] (**) Option "xkb_model" "pc105"
[ 39.075] (**) Option "xkb_layout" "us"
[ 39.075] (**) Option "xkb_options" "lv3:menu_switch"
[ 39.075] (II) input device 'UVC Camera (046d:0825)', /dev/input/event2 is tagged by udev as: Keyboard
[ 39.075] (II) input device 'UVC Camera (046d:0825)', /dev/input/event2 is a keyboard
[ 39.076] (II) config/udev: Adding input device Unicomp Inc Ruffian6_x Dvrk Kbrd v3_45 (/dev/input/event13)
[ 39.076] (**) Unicomp Inc Ruffian6_x Dvrk Kbrd v3_45: Applying InputClass "libinput keyboard catchall"
[ 39.076] (II) Using input driver 'libinput' for 'Unicomp Inc Ruffian6_x Dvrk Kbrd v3_45'
[ 39.077] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 25 paused 0
[ 39.077] (**) Unicomp Inc Ruffian6_x Dvrk Kbrd v3_45: always reports core events
[ 39.077] (**) Option "Device" "/dev/input/event13"
[ 39.077] (**) Option "_source" "server/udev"
[ 39.077] (II) input device 'Unicomp Inc Ruffian6_x Dvrk Kbrd v3_45', /dev/input/event13 is tagged by udev as: Keyboard
[ 39.077] (II) input device 'Unicomp Inc Ruffian6_x Dvrk Kbrd v3_45', /dev/input/event13 is a keyboard
[ 39.077] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-6/1-6.1/1-6.1.2/1-6.1.2.1/1-6.1.2.1:1.0/0003:17F6:0827.0001/input/input13/event13"
[ 39.078] (II) XINPUT: Adding extended input device "Unicomp Inc Ruffian6_x Dvrk Kbrd v3_45" (type: KEYBOARD, id 9)
[ 39.078] (**) Option "xkb_model" "pc105"
[ 39.078] (**) Option "xkb_layout" "us"
[ 39.078] (**) Option "xkb_options" "lv3:menu_switch"
[ 39.078] (II) input device 'Unicomp Inc Ruffian6_x Dvrk Kbrd v3_45', /dev/input/event13 is tagged by udev as: Keyboard
[ 39.078] (II) input device 'Unicomp Inc Ruffian6_x Dvrk Kbrd v3_45', /dev/input/event13 is a keyboard
[ 39.079] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event14)
[ 39.079] (**) Logitech USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[ 39.079] (II) Using input driver 'libinput' for 'Logitech USB Optical Mouse'
[ 39.080] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 26 paused 0
[ 39.080] (**) Logitech USB Optical Mouse: always reports core events
[ 39.080] (**) Option "Device" "/dev/input/event14"
[ 39.080] (**) Option "_source" "server/udev"
[ 39.081] (II) input device 'Logitech USB Optical Mouse', /dev/input/event14 is tagged by udev as: Mouse
[ 39.081] (II) input device 'Logitech USB Optical Mouse', /dev/input/event14 is a pointer caps
[ 39.081] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-6/1-6.1/1-6.1.2/1-6.1.2.2/1-6.1.2.2:1.0/0003:046D:C077.0002/input/input14/event14"
[ 39.081] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE, id 10)
[ 39.081] (**) Option "AccelerationScheme" "none"
[ 39.081] (**) Logitech USB Optical Mouse: (accel) selected scheme none/0
[ 39.081] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000
[ 39.081] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4
[ 39.082] (II) input device 'Logitech USB Optical Mouse', /dev/input/event14 is tagged by udev as: Mouse
[ 39.082] (II) input device 'Logitech USB Optical Mouse', /dev/input/event14 is a pointer caps
[ 39.083] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse0)
[ 39.083] (II) No input driver specified, ignoring this device.
[ 39.083] (II) This device may have been added with another device file.
[ 39.084] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event10)
[ 39.084] (II) No input driver specified, ignoring this device.
[ 39.084] (II) This device may have been added with another device file.
[ 39.084] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event11)
[ 39.084] (II) No input driver specified, ignoring this device.
[ 39.084] (II) This device may have been added with another device file.
[ 39.085] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event12)
[ 39.085] (II) No input driver specified, ignoring this device.
[ 39.085] (II) This device may have been added with another device file.
[ 39.085] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event9)
[ 39.085] (II) No input driver specified, ignoring this device.
[ 39.085] (II) This device may have been added with another device file.
[ 39.085] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event4)
[ 39.085] (II) No input driver specified, ignoring this device.
[ 39.085] (II) This device may have been added with another device file.
[ 39.085] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event5)
[ 39.085] (II) No input driver specified, ignoring this device.
[ 39.085] (II) This device may have been added with another device file.
[ 39.086] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event6)
[ 39.086] (II) No input driver specified, ignoring this device.
[ 39.086] (II) This device may have been added with another device file.
[ 39.086] (II) config/udev: Adding input device HD-Audio Generic Line Out (/dev/input/event7)
[ 39.086] (II) No input driver specified, ignoring this device.
[ 39.086] (II) This device may have been added with another device file.
[ 39.086] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event8)
[ 39.086] (II) No input driver specified, ignoring this device.
[ 39.086] (II) This device may have been added with another device file.
[ 39.086] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[ 39.086] (II) No input driver specified, ignoring this device.
[ 39.086] (II) This device may have been added with another device file.
[ 39.523] (II) modeset(0): EDID vendor "DEL", prod id 41083
[ 39.523] (II) modeset(0): Using EDID range info for horizontal sync
[ 39.523] (II) modeset(0): Using EDID range info for vertical refresh
[ 39.523] (II) modeset(0): Printing DDC gathered Modelines:
[ 39.523] (II) modeset(0): Modeline "1920x1200"x0.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
[ 39.523] (II) modeset(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 39.523] (II) modeset(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 39.523] (II) modeset(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 39.523] (II) modeset(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 39.523] (II) modeset(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 39.523] (II) modeset(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 39.523] (II) modeset(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 39.523] (II) modeset(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[ 39.523] (II) modeset(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[ 39.815] (II) modeset(0): Disabling kernel dirty updates, not required.
[ 45.865] (II) modeset(0): EDID vendor "DEL", prod id 41083
[ 45.865] (II) modeset(0): Using hsync ranges from config file
[ 45.865] (II) modeset(0): Using vrefresh ranges from config file
[ 45.865] (II) modeset(0): Printing DDC gathered Modelines:
[ 45.865] (II) modeset(0): Modeline "1920x1200"x0.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
[ 45.865] (II) modeset(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 45.865] (II) modeset(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 45.865] (II) modeset(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 45.865] (II) modeset(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 45.865] (II) modeset(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 45.865] (II) modeset(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 45.865] (II) modeset(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 45.865] (II) modeset(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[ 45.865] (II) modeset(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[ 1517.094] (**) Option "fd" "20"
[ 1517.094] (**) Option "fd" "23"
[ 1517.095] (**) Option "fd" "24"
[ 1517.095] (**) Option "fd" "25"
[ 1517.095] (**) Option "fd" "26"
[ 1517.095] (II) UnloadModule: "libinput"
[ 1517.095] (II) systemd-logind: releasing fd for 13:78
[ 1517.176] (II) UnloadModule: "libinput"
[ 1517.176] (II) systemd-logind: releasing fd for 13:77
[ 1517.224] (II) UnloadModule: "libinput"
[ 1517.224] (II) systemd-logind: releasing fd for 13:66
[ 1517.268] (II) UnloadModule: "libinput"
[ 1517.268] (II) systemd-logind: releasing fd for 13:64
[ 1517.292] (II) UnloadModule: "libinput"
[ 1517.292] (II) systemd-logind: releasing fd for 13:65
[ 1517.332] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[ 1517.332] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[ 1517.332] (WW) xf86CloseConsole: VT_ACTIVATE failed: Input/output error
[ 1517.430] (II) Server terminated successfully (0). Closing log file.
^^^^^^^^^^ /home/peterbecich/.local/share/xorg/Xorg.0.log.old ^^^^^^^^^^
<<<<<<<<<< /var/log/Xorg.0.log >>>>>>>>>>
[ 6.500] (--) Log file renamed from "/var/log/Xorg.pid-874.log" to "/var/log/Xorg.0.log"
[ 6.501]
X.Org X Server 1.19.2
Release Date: 2017-03-02
[ 6.501] X Protocol Version 11, Revision 0
[ 6.501] Build Operating System: Linux 4.9.0-4-amd64 x86_64 Debian
[ 6.501] Current Operating System: Linux Ganymede 4.16.0-0.bpo.1-amd64 #1 SMP Debian 4.16.5-1~bpo9+1 (2018-05-06) x86_64
[ 6.501] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.16.0-0.bpo.1-amd64 root=UUID=eeb4bf29-7868-442e-a85b-6f5ac8ded91e ro quiet
[ 6.501] Build Date: 16 October 2017 08:19:45AM
[ 6.501] xorg-server 2:1.19.2-1+deb9u2 (https://www.debian.org/support)
[ 6.501] Current version of pixman: 0.34.0
[ 6.501] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 6.501] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 6.501] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jun 9 20:33:59 2018
[ 6.503] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 6.504] (==) No Layout section. Using the first Screen section.
[ 6.504] (==) No screen section available. Using defaults.
[ 6.504] (**) |-->Screen "Default Screen Section" (0)
[ 6.504] (**) | |-->Monitor "<default monitor>"
[ 6.504] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 6.504] (==) Automatically adding devices
[ 6.504] (==) Automatically enabling devices
[ 6.504] (==) Automatically adding GPU devices
[ 6.504] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 6.505] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 6.505] Entry deleted from font path.
[ 6.507] (==) 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
[ 6.507] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 6.507] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 6.507] (II) Loader magic: 0x562057c71e00
[ 6.507] (II) Module ABI versions:
[ 6.507] X.Org ANSI C Emulation: 0.4
[ 6.507] X.Org Video Driver: 23.0
[ 6.507] X.Org XInput driver : 24.1
[ 6.507] X.Org Server Extension : 10.0
[ 6.508] (++) using VT number 1
[ 6.510] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c2
[ 6.512] (--) PCI:*(0:35:0:0) 10de:1c02:196e:11d8 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000f000/128, BIOS @ 0x????????/131072
[ 6.512] (II) LoadModule: "glx"
[ 6.515] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[ 6.553] (II) Module glx: vendor="NVIDIA Corporation"
[ 6.553] compiled for 4.0.2, module version = 1.0.0
[ 6.553] Module class: X.Org Server Extension
[ 6.554] (II) NVIDIA GLX Module 390.48 Wed Mar 21 23:42:56 PDT 2018
[ 6.554] (==) Matched nouveau as autoconfigured driver 0
[ 6.554] (==) Matched nv as autoconfigured driver 1
[ 6.554] (==) Matched modesetting as autoconfigured driver 2
[ 6.554] (==) Matched fbdev as autoconfigured driver 3
[ 6.554] (==) Matched vesa as autoconfigured driver 4
[ 6.554] (==) Assigned the driver to the xf86ConfigLayout
[ 6.554] (II) LoadModule: "nouveau"
[ 6.555] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[ 6.556] (II) Module nouveau: vendor="X.Org Foundation"
[ 6.556] compiled for 1.19.3, module version = 1.0.13
[ 6.556] Module class: X.Org Video Driver
[ 6.556] ABI class: X.Org Video Driver, version 23.0
[ 6.556] (II) LoadModule: "nv"
[ 6.557] (WW) Warning, couldn't open module nv
[ 6.557] (II) UnloadModule: "nv"
[ 6.557] (II) Unloading nv
[ 6.557] (EE) Failed to load module "nv" (module does not exist, 0)
[ 6.557] (II) LoadModule: "modesetting"
[ 6.557] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 6.558] (II) Module modesetting: vendor="X.Org Foundation"
[ 6.558] compiled for 1.19.2, module version = 1.19.2
[ 6.558] Module class: X.Org Video Driver
[ 6.558] ABI class: X.Org Video Driver, version 23.0
[ 6.558] (II) LoadModule: "fbdev"
[ 6.558] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 6.558] (II) Module fbdev: vendor="X.Org Foundation"
[ 6.558] compiled for 1.19.0, module version = 0.4.4
[ 6.558] Module class: X.Org Video Driver
[ 6.558] ABI class: X.Org Video Driver, version 23.0
[ 6.558] (II) LoadModule: "vesa"
[ 6.558] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 6.559] (II) Module vesa: vendor="X.Org Foundation"
[ 6.559] compiled for 1.19.0, module version = 2.3.4
[ 6.559] Module class: X.Org Video Driver
[ 6.559] ABI class: X.Org Video Driver, version 23.0
[ 6.559] (II) NOUVEAU driver Date: Tue Sep 20 00:31:06 2016 -0400
[ 6.559] (II) NOUVEAU driver for NVIDIA chipset families :
[ 6.559] RIVA TNT (NV04)
[ 6.559] RIVA TNT2 (NV05)
[ 6.559] GeForce 256 (NV10)
[ 6.559] GeForce 2 (NV11, NV15)
[ 6.559] GeForce 4MX (NV17, NV18)
[ 6.559] GeForce 3 (NV20)
[ 6.559] GeForce 4Ti (NV25, NV28)
[ 6.559] GeForce FX (NV3x)
[ 6.559] GeForce 6 (NV4x)
[ 6.559] GeForce 7 (G7x)
[ 6.559] GeForce 8 (G8x)
[ 6.559] GeForce GTX 200 (NVA0)
[ 6.559] GeForce GTX 400 (NVC0)
[ 6.559] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 6.559] (II) FBDEV: driver for framebuffer: fbdev
[ 6.559] (II) VESA: driver for VESA chipsets: vesa
[ 6.684] (EE) [drm] Failed to open DRM device for pci:0000:23:00.0: -19
[ 6.684] (EE) open /dev/dri/card0: No such file or directory
[ 6.684] (WW) Falling back to old probe method for modesetting
[ 6.684] (EE) open /dev/dri/card0: No such file or directory
[ 6.684] (II) Loading sub module "fbdevhw"
[ 6.684] (II) LoadModule: "fbdevhw"
[ 6.684] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 6.685] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 6.685] compiled for 1.19.2, module version = 0.0.2
[ 6.685] ABI class: X.Org Video Driver, version 23.0
[ 6.685] (**) FBDEV(1): claimed PCI slot 35 at 0:0:0
[ 6.685] (II) FBDEV(1): using default device
[ 6.685] (WW) Falling back to old probe method for vesa
[ 6.685] (EE) Screen 0 deleted because of no matching config section.
[ 6.685] (II) UnloadModule: "modesetting"
[ 6.685] (II) FBDEV(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 6.685] (==) FBDEV(0): Depth 24, (==) framebuffer bpp 32
[ 6.685] (==) FBDEV(0): RGB weight 888
[ 6.685] (==) FBDEV(0): Default visual is TrueColor
[ 6.685] (==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
[ 6.685] (II) FBDEV(0): hardware: EFI VGA (video memory: 9024kB)
[ 6.685] (II) FBDEV(0): checking modes against framebuffer device...
[ 6.685] (II) FBDEV(0): checking modes against monitor...
[ 6.685] (--) FBDEV(0): Virtual size is 1920x1200 (pitch 1920)
[ 6.685] (**) FBDEV(0): Built-in mode "current": 230.4 MHz, 94.7 kHz, 77.4 Hz
[ 6.685] (II) FBDEV(0): Modeline "current"x0.0 230.41 1920 1952 2192 2432 1200 1204 1208 1224 -hsync -vsync -csync (94.7 kHz b)
[ 6.685] (==) FBDEV(0): DPI set to (96, 96)
[ 6.685] (II) Loading sub module "fb"
[ 6.685] (II) LoadModule: "fb"
[ 6.685] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 6.686] (II) Module fb: vendor="X.Org Foundation"
[ 6.686] compiled for 1.19.2, module version = 1.0.0
[ 6.686] ABI class: X.Org ANSI C Emulation, version 0.4
[ 6.686] (**) FBDEV(0): using shadow framebuffer
[ 6.686] (II) Loading sub module "shadow"
[ 6.686] (II) LoadModule: "shadow"
[ 6.687] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 6.687] (II) Module shadow: vendor="X.Org Foundation"
[ 6.687] compiled for 1.19.2, module version = 1.1.0
[ 6.687] ABI class: X.Org ANSI C Emulation, version 0.4
[ 6.687] (II) UnloadModule: "vesa"
[ 6.687] (II) Unloading vesa
[ 6.687] (==) Depth 24 pixmap format is 32 bpp
[ 6.687] (II) FBDEV(0): FBIOBLANK: Invalid argument (Screen blanking not supported by kernel - disabling)
[ 6.689] (==) FBDEV(0): Backing store enabled
[ 6.690] (==) FBDEV(0): DPMS enabled
[ 6.690] (==) RandR enabled
[ 6.695] (II) SELinux: Disabled on system
[ 6.696] (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
[ 6.745] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 6.745] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 6.745] (II) LoadModule: "libinput"
[ 6.745] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 6.747] (II) Module libinput: vendor="X.Org Foundation"
[ 6.747] compiled for 1.19.0, module version = 0.23.0
[ 6.747] Module class: X.Org XInput Driver
[ 6.747] ABI class: X.Org XInput driver, version 24.1
[ 6.747] (II) Using input driver 'libinput' for 'Power Button'
[ 6.748] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 22 paused 0
[ 6.748] (**) Power Button: always reports core events
[ 6.748] (**) Option "Device" "/dev/input/event1"
[ 6.748] (**) Option "_source" "server/udev"
[ 6.749] (II) input device 'Power Button', /dev/input/event1 is tagged by udev as: Keyboard
[ 6.749] (II) input device 'Power Button', /dev/input/event1 is a keyboard
[ 6.749] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 6.749] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 6.749] (**) Option "xkb_model" "pc105"
[ 6.749] (**) Option "xkb_layout" "us"
[ 6.749] (**) Option "xkb_options" "lv3:menu_switch"
[ 6.772] (II) input device 'Power Button', /dev/input/event1 is tagged by udev as: Keyboard
[ 6.772] (II) input device 'Power Button', /dev/input/event1 is a keyboard
[ 6.773] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 6.773] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 6.773] (II) Using input driver 'libinput' for 'Power Button'
[ 6.774] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 25 paused 0
[ 6.774] (**) Power Button: always reports core events
[ 6.774] (**) Option "Device" "/dev/input/event0"
[ 6.774] (**) Option "_source" "server/udev"
[ 6.775] (II) input device 'Power Button', /dev/input/event0 is tagged by udev as: Keyboard
[ 6.775] (II) input device 'Power Button', /dev/input/event0 is a keyboard
[ 6.775] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 6.775] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 6.775] (**) Option "xkb_model" "pc105"
[ 6.775] (**) Option "xkb_layout" "us"
[ 6.775] (**) Option "xkb_options" "lv3:menu_switch"
[ 6.775] (II) input device 'Power Button', /dev/input/event0 is tagged by udev as: Keyboard
[ 6.775] (II) input device 'Power Button', /dev/input/event0 is a keyboard
[ 6.776] (II) config/udev: Adding input device UVC Camera (046d:0825) (/dev/input/event3)
[ 6.776] (**) UVC Camera (046d:0825): Applying InputClass "libinput keyboard catchall"
[ 6.776] (II) Using input driver 'libinput' for 'UVC Camera (046d:0825)'
[ 6.777] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 26 paused 0
[ 6.777] (**) UVC Camera (046d:0825): always reports core events
[ 6.777] (**) Option "Device" "/dev/input/event3"
[ 6.777] (**) Option "_source" "server/udev"
[ 6.778] (II) input device 'UVC Camera (046d:0825)', /dev/input/event3 is tagged by udev as: Keyboard
[ 6.778] (II) input device 'UVC Camera (046d:0825)', /dev/input/event3 is a keyboard
[ 6.778] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.0/input/input3/event3"
[ 6.778] (II) XINPUT: Adding extended input device "UVC Camera (046d:0825)" (type: KEYBOARD, id 8)
[ 6.778] (**) Option "xkb_model" "pc105"
[ 6.778] (**) Option "xkb_layout" "us"
[ 6.778] (**) Option "xkb_options" "lv3:menu_switch"
[ 6.779] (II) input device 'UVC Camera (046d:0825)', /dev/input/event3 is tagged by udev as: Keyboard
[ 6.779] (II) input device 'UVC Camera (046d:0825)', /dev/input/event3 is a keyboard
[ 6.780] (II) config/udev: Adding input device Unicomp Inc Ruffian6_x Dvrk Kbrd v3_45 (/dev/input/event15)
[ 6.780] (**) Unicomp Inc Ruffian6_x Dvrk Kbrd v3_45: Applying InputClass "libinput keyboard catchall"
[ 6.780] (II) Using input driver 'libinput' for 'Unicomp Inc Ruffian6_x Dvrk Kbrd v3_45'
[ 6.781] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 27 paused 0
[ 6.781] (**) Unicomp Inc Ruffian6_x Dvrk Kbrd v3_45: always reports core events
[ 6.781] (**) Option "Device" "/dev/input/event15"
[ 6.781] (**) Option "_source" "server/udev"
[ 6.782] (II) input device 'Unicomp Inc Ruffian6_x Dvrk Kbrd v3_45', /dev/input/event15 is tagged by udev as: Keyboard
[ 6.782] (II) input device 'Unicomp Inc Ruffian6_x Dvrk Kbrd v3_45', /dev/input/event15 is a keyboard
[ 6.782] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-6/1-6.1/1-6.1.2/1-6.1.2.1/1-6.1.2.1:1.0/0003:17F6:0827.0003/input/input15/event15"
[ 6.782] (II) XINPUT: Adding extended input device "Unicomp Inc Ruffian6_x Dvrk Kbrd v3_45" (type: KEYBOARD, id 9)
[ 6.782] (**) Option "xkb_model" "pc105"
[ 6.782] (**) Option "xkb_layout" "us"
[ 6.782] (**) Option "xkb_options" "lv3:menu_switch"
[ 6.783] (II) input device 'Unicomp Inc Ruffian6_x Dvrk Kbrd v3_45', /dev/input/event15 is tagged by udev as: Keyboard
[ 6.783] (II) input device 'Unicomp Inc Ruffian6_x Dvrk Kbrd v3_45', /dev/input/event15 is a keyboard
[ 6.784] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event16)
[ 6.784] (**) Logitech USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[ 6.784] (II) Using input driver 'libinput' for 'Logitech USB Optical Mouse'
[ 6.785] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 28 paused 0
[ 6.785] (**) Logitech USB Optical Mouse: always reports core events
[ 6.785] (**) Option "Device" "/dev/input/event16"
[ 6.785] (**) Option "_source" "server/udev"
[ 6.785] (II) input device 'Logitech USB Optical Mouse', /dev/input/event16 is tagged by udev as: Mouse
[ 6.785] (II) input device 'Logitech USB Optical Mouse', /dev/input/event16 is a pointer caps
[ 6.785] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-6/1-6.1/1-6.1.2/1-6.1.2.2/1-6.1.2.2:1.0/0003:046D:C077.0004/input/input16/event16"
[ 6.785] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE, id 10)
[ 6.786] (**) Option "AccelerationScheme" "none"
[ 6.786] (**) Logitech USB Optical Mouse: (accel) selected scheme none/0
[ 6.786] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000
[ 6.786] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4
[ 6.786] (II) input device 'Logitech USB Optical Mouse', /dev/input/event16 is tagged by udev as: Mouse
[ 6.786] (II) input device 'Logitech USB Optical Mouse', /dev/input/event16 is a pointer caps
[ 6.786] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse0)
[ 6.786] (II) No input driver specified, ignoring this device.
[ 6.786] (II) This device may have been added with another device file.
[ 6.787] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event9)
[ 6.787] (**) Logitech USB Keyboard: Applying InputClass "libinput keyboard catchall"
[ 6.787] (II) Using input driver 'libinput' for 'Logitech USB Keyboard'
[ 6.788] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 29 paused 0
[ 6.788] (**) Logitech USB Keyboard: always reports core events
[ 6.788] (**) Option "Device" "/dev/input/event9"
[ 6.788] (**) Option "_source" "server/udev"
[ 6.788] (II) input device 'Logitech USB Keyboard', /dev/input/event9 is tagged by udev as: Keyboard
[ 6.788] (II) input device 'Logitech USB Keyboard', /dev/input/event9 is a keyboard
[ 6.788] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-6/1-6.1/1-6.1.3/1-6.1.3:1.0/0003:046D:C31C.0001/input/input9/event9"
[ 6.788] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD, id 11)
[ 6.788] (**) Option "xkb_model" "pc105"
[ 6.788] (**) Option "xkb_layout" "us"
[ 6.788] (**) Option "xkb_options" "lv3:menu_switch"
[ 6.789] (II) input device 'Logitech USB Keyboard', /dev/input/event9 is tagged by udev as: Keyboard
[ 6.789] (II) input device 'Logitech USB Keyboard', /dev/input/event9 is a keyboard
[ 6.789] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event10)
[ 6.789] (**) Logitech USB Keyboard: Applying InputClass "libinput keyboard catchall"
[ 6.789] (II) Using input driver 'libinput' for 'Logitech USB Keyboard'
[ 6.790] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 30 paused 0
[ 6.790] (**) Logitech USB Keyboard: always reports core events
[ 6.791] (**) Option "Device" "/dev/input/event10"
[ 6.791] (**) Option "_source" "server/udev"
[ 6.791] (II) input device 'Logitech USB Keyboard', /dev/input/event10 is tagged by udev as: Keyboard
[ 6.791] (II) input device 'Logitech USB Keyboard', /dev/input/event10 is a keyboard
[ 6.791] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-6/1-6.1/1-6.1.3/1-6.1.3:1.1/0003:046D:C31C.0002/input/input10/event10"
[ 6.791] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD, id 12)
[ 6.791] (**) Option "xkb_model" "pc105"
[ 6.791] (**) Option "xkb_layout" "us"
[ 6.791] (**) Option "xkb_options" "lv3:menu_switch"
[ 6.791] (II) input device 'Logitech USB Keyboard', /dev/input/event10 is tagged by udev as: Keyboard
[ 6.791] (II) input device 'Logitech USB Keyboard', /dev/input/event10 is a keyboard
[ 6.792] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event11)
[ 6.792] (II) No input driver specified, ignoring this device.
[ 6.792] (II) This device may have been added with another device file.
[ 6.792] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event12)
[ 6.792] (II) No input driver specified, ignoring this device.
[ 6.792] (II) This device may have been added with another device file.
[ 6.792] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event13)
[ 6.792] (II) No input driver specified, ignoring this device.
[ 6.792] (II) This device may have been added with another device file.
[ 6.792] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event14)
[ 6.792] (II) No input driver specified, ignoring this device.
[ 6.792] (II) This device may have been added with another device file.
[ 6.793] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event4)
[ 6.793] (II) No input driver specified, ignoring this device.
[ 6.793] (II) This device may have been added with another device file.
[ 6.793] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event5)
[ 6.793] (II) No input driver specified, ignoring this device.
[ 6.793] (II) This device may have been added with another device file.
[ 6.793] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event6)
[ 6.793] (II) No input driver specified, ignoring this device.
[ 6.793] (II) This device may have been added with another device file.
[ 6.793] (II) config/udev: Adding input device HD-Audio Generic Line Out (/dev/input/event7)
[ 6.793] (II) No input driver specified, ignoring this device.
[ 6.793] (II) This device may have been added with another device file.
[ 6.793] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event8)
[ 6.793] (II) No input driver specified, ignoring this device.
[ 6.793] (II) This device may have been added with another device file.
[ 6.794] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[ 6.794] (II) No input driver specified, ignoring this device.
[ 6.794] (II) This device may have been added with another device file.
[ 18.555] (**) Option "fd" "22"
[ 18.555] (**) Option "fd" "25"
[ 18.556] (**) Option "fd" "26"
[ 18.556] (**) Option "fd" "27"
[ 18.556] (**) Option "fd" "28"
[ 18.556] (**) Option "fd" "29"
[ 18.556] (**) Option "fd" "30"
[ 18.564] (II) systemd-logind: got pause for 13:73
[ 18.564] (II) systemd-logind: got pause for 13:80
[ 18.564] (II) systemd-logind: got pause for 13:74
[ 18.565] (II) systemd-logind: got pause for 13:79
[ 18.565] (II) systemd-logind: got pause for 13:65
[ 18.565] (II) systemd-logind: got pause for 13:64
[ 18.565] (II) systemd-logind: got pause for 13:67
[ 583.454] (II) config/udev: removing device Unicomp Inc Ruffian6_x Dvrk Kbrd v3_45
[ 583.455] (II) UnloadModule: "libinput"
[ 583.455] (II) systemd-logind: releasing fd for 13:79
[ 583.506] (II) config/udev: removing device Logitech USB Optical Mouse
[ 583.507] (II) UnloadModule: "libinput"
[ 583.507] (II) systemd-logind: releasing fd for 13:80
[ 3303.852] (II) config/udev: Adding input device Unicomp Inc Ruffian6_x Dvrk Kbrd v3_45 (/dev/input/event15)
[ 3303.852] (**) Unicomp Inc Ruffian6_x Dvrk Kbrd v3_45: Applying InputClass "libinput keyboard catchall"
[ 3303.853] (II) Using input driver 'libinput' for 'Unicomp Inc Ruffian6_x Dvrk Kbrd v3_45'
[ 3303.853] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 22 paused 1
[ 3303.854] (II) systemd-logind: releasing fd for 13:79
[ 3304.170] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse0)
[ 3304.170] (II) No input driver specified, ignoring this device.
[ 3304.170] (II) This device may have been added with another device file.
[ 3304.217] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event16)
[ 3304.217] (**) Logitech USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[ 3304.217] (II) Using input driver 'libinput' for 'Logitech USB Optical Mouse'
[ 3304.218] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 22 paused 1
[ 3304.218] (II) systemd-logind: releasing fd for 13:80
[ 3389.421] (II) UnloadModule: "libinput"
[ 3389.421] (II) systemd-logind: releasing fd for 13:74
[ 3389.528] (II) UnloadModule: "libinput"
[ 3389.528] (II) systemd-logind: releasing fd for 13:73
[ 3389.636] (II) UnloadModule: "libinput"
[ 3389.636] (II) systemd-logind: releasing fd for 13:67
[ 3389.672] (II) UnloadModule: "libinput"
[ 3389.672] (II) systemd-logind: releasing fd for 13:64
[ 3389.700] (II) UnloadModule: "libinput"
[ 3389.700] (II) systemd-logind: releasing fd for 13:65
[ 3389.725] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[ 3389.725] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[ 3389.725] (WW) xf86CloseConsole: VT_ACTIVATE failed: Input/output error
[ 3389.726] (II) Server terminated successfully (0). Closing log file.
^^^^^^^^^^ /var/log/Xorg.0.log ^^^^^^^^^^
<<<<<<<<<< /var/log/Xorg.0.log.old >>>>>>>>>>
[ 7.816] (--) Log file renamed from "/var/log/Xorg.pid-867.log" to "/var/log/Xorg.0.log"
[ 7.817]
X.Org X Server 1.19.2
Release Date: 2017-03-02
[ 7.817] X Protocol Version 11, Revision 0
[ 7.817] Build Operating System: Linux 4.9.0-4-amd64 x86_64 Debian
[ 7.817] Current Operating System: Linux Ganymede 4.16.0-0.bpo.1-amd64 #1 SMP Debian 4.16.5-1~bpo9+1 (2018-05-06) x86_64
[ 7.817] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.16.0-0.bpo.1-amd64 root=UUID=eeb4bf29-7868-442e-a85b-6f5ac8ded91e ro quiet
[ 7.817] Build Date: 16 October 2017 08:19:45AM
[ 7.817] xorg-server 2:1.19.2-1+deb9u2 (https://www.debian.org/support)
[ 7.817] Current version of pixman: 0.34.0
[ 7.817] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 7.817] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 7.817] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jun 3 15:58:50 2018
[ 7.819] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 7.819] (==) No Layout section. Using the first Screen section.
[ 7.819] (==) No screen section available. Using defaults.
[ 7.819] (**) |-->Screen "Default Screen Section" (0)
[ 7.819] (**) | |-->Monitor "<default monitor>"
[ 7.820] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 7.820] (==) Automatically adding devices
[ 7.820] (==) Automatically enabling devices
[ 7.820] (==) Automatically adding GPU devices
[ 7.820] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 7.821] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 7.821] Entry deleted from font path.
[ 7.822] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
built-ins
[ 7.822] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 7.822] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 7.822] (II) Loader magic: 0x55c501986e00
[ 7.822] (II) Module ABI versions:
[ 7.822] X.Org ANSI C Emulation: 0.4
[ 7.822] X.Org Video Driver: 23.0
[ 7.822] X.Org XInput driver : 24.1
[ 7.822] X.Org Server Extension : 10.0
[ 7.823] (++) using VT number 1
[ 7.826] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c2
[ 7.828] (--) PCI:*(0:35:0:0) 10de:1c02:196e:11d8 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000f000/128, BIOS @ 0x????????/131072
[ 7.828] (II) LoadModule: "glx"
[ 7.830] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[ 7.868] (II) Module glx: vendor="NVIDIA Corporation"
[ 7.868] compiled for 4.0.2, module version = 1.0.0
[ 7.868] Module class: X.Org Server Extension
[ 7.868] (II) NVIDIA GLX Module 390.48 Wed Mar 21 23:42:56 PDT 2018
[ 7.869] (==) Matched nouveau as autoconfigured driver 0
[ 7.869] (==) Matched nv as autoconfigured driver 1
[ 7.869] (==) Matched modesetting as autoconfigured driver 2
[ 7.869] (==) Matched fbdev as autoconfigured driver 3
[ 7.869] (==) Matched vesa as autoconfigured driver 4
[ 7.869] (==) Assigned the driver to the xf86ConfigLayout
[ 7.869] (II) LoadModule: "nouveau"
[ 7.870] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[ 7.871] (II) Module nouveau: vendor="X.Org Foundation"
[ 7.871] compiled for 1.19.3, module version = 1.0.13
[ 7.871] Module class: X.Org Video Driver
[ 7.871] ABI class: X.Org Video Driver, version 23.0
[ 7.871] (II) LoadModule: "nv"
[ 7.871] (WW) Warning, couldn't open module nv
[ 7.871] (II) UnloadModule: "nv"
[ 7.871] (II) Unloading nv
[ 7.871] (EE) Failed to load module "nv" (module does not exist, 0)
[ 7.871] (II) LoadModule: "modesetting"
[ 7.872] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 7.872] (II) Module modesetting: vendor="X.Org Foundation"
[ 7.872] compiled for 1.19.2, module version = 1.19.2
[ 7.872] Module class: X.Org Video Driver
[ 7.872] ABI class: X.Org Video Driver, version 23.0
[ 7.872] (II) LoadModule: "fbdev"
[ 7.873] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 7.873] (II) Module fbdev: vendor="X.Org Foundation"
[ 7.873] compiled for 1.19.0, module version = 0.4.4
[ 7.873] Module class: X.Org Video Driver
[ 7.873] ABI class: X.Org Video Driver, version 23.0
[ 7.873] (II) LoadModule: "vesa"
[ 7.873] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 7.874] (II) Module vesa: vendor="X.Org Foundation"
[ 7.874] compiled for 1.19.0, module version = 2.3.4
[ 7.874] Module class: X.Org Video Driver
[ 7.874] ABI class: X.Org Video Driver, version 23.0
[ 7.874] (II) NOUVEAU driver Date: Tue Sep 20 00:31:06 2016 -0400
[ 7.874] (II) NOUVEAU driver for NVIDIA chipset families :
[ 7.874] RIVA TNT (NV04)
[ 7.874] RIVA TNT2 (NV05)
[ 7.874] GeForce 256 (NV10)
[ 7.874] GeForce 2 (NV11, NV15)
[ 7.874] GeForce 4MX (NV17, NV18)
[ 7.874] GeForce 3 (NV20)
[ 7.874] GeForce 4Ti (NV25, NV28)
[ 7.874] GeForce FX (NV3x)
[ 7.874] GeForce 6 (NV4x)
[ 7.874] GeForce 7 (G7x)
[ 7.874] GeForce 8 (G8x)
[ 7.874] GeForce GTX 200 (NVA0)
[ 7.874] GeForce GTX 400 (NVC0)
[ 7.874] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 7.874] (II) FBDEV: driver for framebuffer: fbdev
[ 7.874] (II) VESA: driver for VESA chipsets: vesa
[ 7.999] (EE) [drm] Failed to open DRM device for pci:0000:23:00.0: -19
[ 7.999] (EE) open /dev/dri/card0: No such file or directory
[ 7.999] (WW) Falling back to old probe method for modesetting
[ 7.999] (EE) open /dev/dri/card0: No such file or directory
[ 7.999] (II) Loading sub module "fbdevhw"
[ 7.999] (II) LoadModule: "fbdevhw"
[ 7.999] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 8.004] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 8.004] compiled for 1.19.2, module version = 0.0.2
[ 8.004] ABI class: X.Org Video Driver, version 23.0
[ 8.004] (**) FBDEV(1): claimed PCI slot 35 at 0:0:0
[ 8.004] (II) FBDEV(1): using default device
[ 8.004] (WW) Falling back to old probe method for vesa
[ 8.004] (EE) Screen 0 deleted because of no matching config section.
[ 8.004] (II) UnloadModule: "modesetting"
[ 8.004] (II) FBDEV(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 8.004] (==) FBDEV(0): Depth 24, (==) framebuffer bpp 32
[ 8.004] (==) FBDEV(0): RGB weight 888
[ 8.004] (==) FBDEV(0): Default visual is TrueColor
[ 8.004] (==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
[ 8.004] (II) FBDEV(0): hardware: EFI VGA (video memory: 9024kB)
[ 8.004] (II) FBDEV(0): checking modes against framebuffer device...
[ 8.004] (II) FBDEV(0): checking modes against monitor...
[ 8.004] (--) FBDEV(0): Virtual size is 1920x1200 (pitch 1920)
[ 8.004] (**) FBDEV(0): Built-in mode "current": 230.4 MHz, 94.7 kHz, 77.4 Hz
[ 8.004] (II) FBDEV(0): Modeline "current"x0.0 230.41 1920 1952 2192 2432 1200 1204 1208 1224 -hsync -vsync -csync (94.7 kHz b)
[ 8.004] (==) FBDEV(0): DPI set to (96, 96)
[ 8.004] (II) Loading sub module "fb"
[ 8.004] (II) LoadModule: "fb"
[ 8.005] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 8.005] (II) Module fb: vendor="X.Org Foundation"
[ 8.005] compiled for 1.19.2, module version = 1.0.0
[ 8.005] ABI class: X.Org ANSI C Emulation, version 0.4
[ 8.005] (**) FBDEV(0): using shadow framebuffer
[ 8.006] (II) Loading sub module "shadow"
[ 8.006] (II) LoadModule: "shadow"
[ 8.006] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 8.006] (II) Module shadow: vendor="X.Org Foundation"
[ 8.006] compiled for 1.19.2, module version = 1.1.0
[ 8.006] ABI class: X.Org ANSI C Emulation, version 0.4
[ 8.006] (II) UnloadModule: "vesa"
[ 8.006] (II) Unloading vesa
[ 8.006] (==) Depth 24 pixmap format is 32 bpp
[ 8.006] (II) FBDEV(0): FBIOBLANK: Invalid argument (Screen blanking not supported by kernel - disabling)
[ 8.008] (==) FBDEV(0): Backing store enabled
[ 8.009] (==) FBDEV(0): DPMS enabled
[ 8.009] (==) RandR enabled
[ 8.014] (II) SELinux: Disabled on system
[ 8.015] (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
[ 8.061] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 8.061] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 8.061] (II) LoadModule: "libinput"
[ 8.061] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 8.063] (II) Module libinput: vendor="X.Org Foundation"
[ 8.063] compiled for 1.19.0, module version = 0.23.0
[ 8.063] Module class: X.Org XInput Driver
[ 8.063] ABI class: X.Org XInput driver, version 24.1
[ 8.063] (II) Using input driver 'libinput' for 'Power Button'
[ 8.064] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 22 paused 0
[ 8.064] (**) Power Button: always reports core events
[ 8.064] (**) Option "Device" "/dev/input/event1"
[ 8.064] (**) Option "_source" "server/udev"
[ 8.064] (II) input device 'Power Button', /dev/input/event1 is tagged by udev as: Keyboard
[ 8.064] (II) input device 'Power Button', /dev/input/event1 is a keyboard
[ 8.065] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 8.065] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 8.065] (**) Option "xkb_model" "pc105"
[ 8.065] (**) Option "xkb_layout" "us"
[ 8.065] (**) Option "xkb_options" "lv3:menu_switch"
[ 8.089] (II) input device 'Power Button', /dev/input/event1 is tagged by udev as: Keyboard
[ 8.089] (II) input device 'Power Button', /dev/input/event1 is a keyboard
[ 8.089] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 8.089] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 8.089] (II) Using input driver 'libinput' for 'Power Button'
[ 8.090] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 25 paused 0
[ 8.090] (**) Power Button: always reports core events
[ 8.090] (**) Option "Device" "/dev/input/event0"
[ 8.090] (**) Option "_source" "server/udev"
[ 8.091] (II) input device 'Power Button', /dev/input/event0 is tagged by udev as: Keyboard
[ 8.091] (II) input device 'Power Button', /dev/input/event0 is a keyboard
[ 8.091] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 8.091] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 8.091] (**) Option "xkb_model" "pc105"
[ 8.091] (**) Option "xkb_layout" "us"
[ 8.091] (**) Option "xkb_options" "lv3:menu_switch"
[ 8.091] (II) input device 'Power Button', /dev/input/event0 is tagged by udev as: Keyboard
[ 8.091] (II) input device 'Power Button', /dev/input/event0 is a keyboard
[ 8.092] (II) config/udev: Adding input device UVC Camera (046d:0825) (/dev/input/event2)
[ 8.092] (**) UVC Camera (046d:0825): Applying InputClass "libinput keyboard catchall"
[ 8.092] (II) Using input driver 'libinput' for 'UVC Camera (046d:0825)'
[ 8.093] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 26 paused 0
[ 8.093] (**) UVC Camera (046d:0825): always reports core events
[ 8.093] (**) Option "Device" "/dev/input/event2"
[ 8.093] (**) Option "_source" "server/udev"
[ 8.094] (II) input device 'UVC Camera (046d:0825)', /dev/input/event2 is tagged by udev as: Keyboard
[ 8.094] (II) input device 'UVC Camera (046d:0825)', /dev/input/event2 is a keyboard
[ 8.094] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.0/input/input2/event2"
[ 8.094] (II) XINPUT: Adding extended input device "UVC Camera (046d:0825)" (type: KEYBOARD, id 8)
[ 8.094] (**) Option "xkb_model" "pc105"
[ 8.094] (**) Option "xkb_layout" "us"
[ 8.094] (**) Option "xkb_options" "lv3:menu_switch"
[ 8.095] (II) input device 'UVC Camera (046d:0825)', /dev/input/event2 is tagged by udev as: Keyboard
[ 8.095] (II) input device 'UVC Camera (046d:0825)', /dev/input/event2 is a keyboard
[ 8.096] (II) config/udev: Adding input device Unicomp Inc Ruffian6_x Dvrk Kbrd v3_45 (/dev/input/event13)
[ 8.096] (**) Unicomp Inc Ruffian6_x Dvrk Kbrd v3_45: Applying InputClass "libinput keyboard catchall"
[ 8.096] (II) Using input driver 'libinput' for 'Unicomp Inc Ruffian6_x Dvrk Kbrd v3_45'
[ 8.097] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 27 paused 0
[ 8.097] (**) Unicomp Inc Ruffian6_x Dvrk Kbrd v3_45: always reports core events
[ 8.097] (**) Option "Device" "/dev/input/event13"
[ 8.097] (**) Option "_source" "server/udev"
[ 8.097] (II) input device 'Unicomp Inc Ruffian6_x Dvrk Kbrd v3_45', /dev/input/event13 is tagged by udev as: Keyboard
[ 8.097] (II) input device 'Unicomp Inc Ruffian6_x Dvrk Kbrd v3_45', /dev/input/event13 is a keyboard
[ 8.097] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-6/1-6.1/1-6.1.2/1-6.1.2.1/1-6.1.2.1:1.0/0003:17F6:0827.0001/input/input13/event13"
[ 8.097] (II) XINPUT: Adding extended input device "Unicomp Inc Ruffian6_x Dvrk Kbrd v3_45" (type: KEYBOARD, id 9)
[ 8.097] (**) Option "xkb_model" "pc105"
[ 8.097] (**) Option "xkb_layout" "us"
[ 8.098] (**) Option "xkb_options" "lv3:menu_switch"
[ 8.098] (II) input device 'Unicomp Inc Ruffian6_x Dvrk Kbrd v3_45', /dev/input/event13 is tagged by udev as: Keyboard
[ 8.098] (II) input device 'Unicomp Inc Ruffian6_x Dvrk Kbrd v3_45', /dev/input/event13 is a keyboard
[ 8.098] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event14)
[ 8.098] (**) Logitech USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[ 8.098] (II) Using input driver 'libinput' for 'Logitech USB Optical Mouse'
[ 8.099] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 28 paused 0
[ 8.099] (**) Logitech USB Optical Mouse: always reports core events
[ 8.100] (**) Option "Device" "/dev/input/event14"
[ 8.100] (**) Option "_source" "server/udev"
[ 8.100] (II) input device 'Logitech USB Optical Mouse', /dev/input/event14 is tagged by udev as: Mouse
[ 8.100] (II) input device 'Logitech USB Optical Mouse', /dev/input/event14 is a pointer caps
[ 8.100] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-6/1-6.1/1-6.1.2/1-6.1.2.2/1-6.1.2.2:1.0/0003:046D:C077.0002/input/input14/event14"
[ 8.100] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE, id 10)
[ 8.100] (**) Option "AccelerationScheme" "none"
[ 8.100] (**) Logitech USB Optical Mouse: (accel) selected scheme none/0
[ 8.100] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000
[ 8.100] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4
[ 8.101] (II) input device 'Logitech USB Optical Mouse', /dev/input/event14 is tagged by udev as: Mouse
[ 8.101] (II) input device 'Logitech USB Optical Mouse', /dev/input/event14 is a pointer caps
[ 8.101] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse0)
[ 8.101] (II) No input driver specified, ignoring this device.
[ 8.101] (II) This device may have been added with another device file.
[ 8.101] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event10)
[ 8.101] (II) No input driver specified, ignoring this device.
[ 8.101] (II) This device may have been added with another device file.
[ 8.101] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event11)
[ 8.101] (II) No input driver specified, ignoring this device.
[ 8.101] (II) This device may have been added with another device file.
[ 8.102] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event12)
[ 8.102] (II) No input driver specified, ignoring this device.
[ 8.102] (II) This device may have been added with another device file.
[ 8.102] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event9)
[ 8.102] (II) No input driver specified, ignoring this device.
[ 8.102] (II) This device may have been added with another device file.
[ 8.102] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event4)
[ 8.102] (II) No input driver specified, ignoring this device.
[ 8.102] (II) This device may have been added with another device file.
[ 8.102] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event5)
[ 8.102] (II) No input driver specified, ignoring this device.
[ 8.102] (II) This device may have been added with another device file.
[ 8.103] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event6)
[ 8.103] (II) No input driver specified, ignoring this device.
[ 8.103] (II) This device may have been added with another device file.
[ 8.103] (II) config/udev: Adding input device HD-Audio Generic Line Out (/dev/input/event7)
[ 8.103] (II) No input driver specified, ignoring this device.
[ 8.103] (II) This device may have been added with another device file.
[ 8.103] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event8)
[ 8.103] (II) No input driver specified, ignoring this device.
[ 8.103] (II) This device may have been added with another device file.
[ 8.103] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[ 8.103] (II) No input driver specified, ignoring this device.
[ 8.103] (II) This device may have been added with another device file.
[ 16.111] (**) Option "fd" "22"
[ 16.111] (**) Option "fd" "25"
[ 16.111] (**) Option "fd" "26"
[ 16.111] (**) Option "fd" "27"
[ 16.112] (**) Option "fd" "28"
[ 16.119] (II) systemd-logind: got pause for 13:78
[ 16.119] (II) systemd-logind: got pause for 13:65
[ 16.119] (II) systemd-logind: got pause for 13:64
[ 16.119] (II) systemd-logind: got pause for 13:66
[ 16.119] (II) systemd-logind: got pause for 13:77
[ 962.273] (II) UnloadModule: "libinput"
[ 962.273] (II) systemd-logind: releasing fd for 13:78
[ 962.372] (II) UnloadModule: "libinput"
[ 962.372] (II) systemd-logind: releasing fd for 13:77
[ 962.484] (II) UnloadModule: "libinput"
[ 962.484] (II) systemd-logind: releasing fd for 13:66
[ 962.528] (II) UnloadModule: "libinput"
[ 962.528] (II) systemd-logind: releasing fd for 13:64
[ 962.556] (II) UnloadModule: "libinput"
[ 962.556] (II) systemd-logind: releasing fd for 13:65
[ 962.589] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[ 962.589] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[ 962.589] (WW) xf86CloseConsole: VT_ACTIVATE failed: Input/output error
[ 962.590] (II) Server terminated successfully (0). Closing log file.
^^^^^^^^^^ /var/log/Xorg.0.log.old ^^^^^^^^^^
<<<<<<<<<< Xorg (journald) >>>>>>>>>>
^^^^^^^^^^ Xorg (journald) ^^^^^^^^^^
Kernel modules: nvidia.ko
lsmod:
Module Size Used by
fuse 118784 3
xt_nat 16384 4
xt_tcpudp 16384 4
veth 16384 0
vxlan 57344 0
ip6_udp_tunnel 16384 1 vxlan
udp_tunnel 16384 1 vxlan
iptable_mangle 16384 0
xt_mark 16384 0
ipt_MASQUERADE 16384 3
nf_nat_masquerade_ipv4 16384 1 ipt_MASQUERADE
nf_conntrack_netlink 49152 0
nfnetlink 16384 2 nf_conntrack_netlink
xfrm_user 45056 1
xfrm_algo 16384 1 xfrm_user
iptable_nat 16384 2
nf_conntrack_ipv4 16384 11
nf_defrag_ipv4 16384 1 nf_conntrack_ipv4
nf_nat_ipv4 16384 1 iptable_nat
xt_addrtype 16384 2
iptable_filter 16384 1
xt_conntrack 16384 3
nf_nat 36864 3 xt_nat,nf_nat_masquerade_ipv4,nf_nat_ipv4
nf_conntrack 155648 8 xt_nat,nf_conntrack_ipv4,ipt_MASQUERADE,nf_conntrack_netlink,nf_nat_masquerade_ipv4,xt_conntrack,nf_nat_ipv4,nf_nat
libcrc32c 16384 2 nf_conntrack,nf_nat
br_netfilter 24576 0
bridge 184320 1 br_netfilter
stp 16384 1 bridge
llc 16384 2 bridge,stp
overlay 106496 0
joydev 24576 0
binfmt_misc 20480 1
nls_ascii 16384 1
nls_cp437 20480 1
vfat 24576 1
fat 77824 1 vfat
hid_generic 16384 0
arc4 16384 2
rtl8192ce 69632 0
rtl_pci 36864 1 rtl8192ce
rtl8192c_common 61440 1 rtl8192ce
rtlwifi 94208 3 rtl_pci,rtl8192ce,rtl8192c_common
usbhid 57344 0
hid 135168 2 hid_generic,usbhid
mac80211 802816 3 rtl_pci,rtl8192ce,rtlwifi
cfg80211 729088 2 mac80211,rtlwifi
rfkill 28672 3 cfg80211
snd_hda_codec_hdmi 57344 1
nouveau 2011136 3
snd_hda_codec_realtek 106496 1
edac_mce_amd 28672 0
snd_hda_codec_generic 86016 1 snd_hda_codec_realtek
mxm_wmi 16384 1 nouveau
video 45056 1 nouveau
ttm 126976 1 nouveau
wmi_bmof 16384 0
snd_hda_intel 45056 8
kvm 704512 0
drm_kms_helper 200704 1 nouveau
evdev 28672 9
drm 462848 6 nouveau,ttm,drm_kms_helper
irqbypass 16384 1 kvm
snd_hda_codec 151552 4 snd_hda_intel,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
ccp 94208 0
i2c_algo_bit 16384 1 nouveau
crct10dif_pclmul 16384 0
snd_hda_core 94208 5 snd_hda_intel,snd_hda_codec,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
rng_core 16384 1 ccp
efi_pstore 16384 0
crc32_pclmul 16384 0
ghash_clmulni_intel 16384 0
pcspkr 16384 0
efivars 20480 1 efi_pstore
k10temp 16384 0
sp5100_tco 16384 0
shpchp 40960 0
wmi 28672 3 wmi_bmof,mxm_wmi,nouveau
snd_usb_audio 225280 2
button 16384 1 nouveau
uvcvideo 106496 0
snd_usbmidi_lib 36864 1 snd_usb_audio
snd_hwdep 16384 2 snd_hda_codec,snd_usb_audio
videobuf2_vmalloc 16384 1 uvcvideo
acpi_cpufreq 24576 0
videobuf2_memops 16384 1 videobuf2_vmalloc
snd_rawmidi 40960 1 snd_usbmidi_lib
videobuf2_v4l2 28672 1 uvcvideo
snd_seq_device 16384 1 snd_rawmidi
videobuf2_common 49152 2 uvcvideo,videobuf2_v4l2
snd_pcm 118784 5 snd_hda_intel,snd_hda_codec,snd_usb_audio,snd_hda_core,snd_hda_codec_hdmi
snd_timer 36864 1 snd_pcm
videodev 204800 3 uvcvideo,videobuf2_common,videobuf2_v4l2
snd 94208 32 snd_hda_intel,snd_hwdep,snd_hda_codec,snd_usb_audio,snd_timer,snd_rawmidi,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_usbmidi_lib,snd_seq_device,snd_hda_codec_realtek,snd_pcm
media 45056 2 uvcvideo,videodev
soundcore 16384 1 snd
sg 36864 0
parport_pc 32768 0
ppdev 20480 0
lp 20480 0
parport 57344 3 lp,parport_pc,ppdev
efivarfs 16384 1
ip_tables 28672 3 iptable_mangle,iptable_filter,iptable_nat
x_tables 40960 9 xt_nat,iptable_mangle,ip_tables,iptable_filter,xt_mark,xt_tcpudp,ipt_MASQUERADE,xt_addrtype,xt_conntrack
autofs4 49152 2
ext4 720896 2
crc16 16384 1 ext4
mbcache 16384 1 ext4
jbd2 118784 1 ext4
crc32c_generic 16384 0
fscrypto 32768 1 ext4
ecb 16384 0
sd_mod 53248 5
uas 28672 0
usb_storage 69632 1 uas
crc32c_intel 24576 5
ahci 40960 4
aesni_intel 188416 0
libahci 40960 1 ahci
aes_x86_64 20480 1 aesni_intel
xhci_pci 16384 0
crypto_simd 16384 1 aesni_intel
cryptd 28672 3 crypto_simd,ghash_clmulni_intel,aesni_intel
libata 274432 2 ahci,libahci
glue_helper 16384 1 aesni_intel
xhci_hcd 258048 1 xhci_pci
i2c_piix4 24576 0
r8169 94208 0
mii 16384 1 r8169
usbcore 286720 8 uvcvideo,usbhid,snd_usb_audio,usb_storage,xhci_pci,snd_usbmidi_lib,uas,xhci_hcd
scsi_mod 253952 5 sd_mod,usb_storage,libata,uas,sg
usb_common 16384 1 usbcore
gpio_amdpt 16384 0
gpio_generic 16384 1 gpio_amdpt
xrandr:
Screen 0: minimum 320 x 200, current 3840 x 1200, maximum 16384 x 16384
DVI-D-1 connected primary 1920x1200+0+0 (normal left inverted right x axis y axis) 518mm x 324mm
1920x1200 59.95*+
1920x1080 60.00 59.93
1600x1200 65.00 60.00
1680x1050 69.88 59.95 59.88
1600x1024 60.17
1400x1050 70.00 59.98
1280x1024 60.02
1440x900 59.89
1280x960 60.00
1360x768 59.80 59.96
1152x864 70.00 60.00
1024x768 60.04 70.07 60.00
960x720 60.00
928x696 60.05
896x672 60.01
960x600 60.00
960x540 59.99
800x600 70.00 65.00 60.00 60.32 56.25
840x525 69.88 60.01 59.88
800x512 60.17
700x525 70.06 59.98
640x512 60.02
720x450 59.89
640x480 60.00 59.94
720x400 70.08
680x384 59.80 59.96
576x432 70.00 60.06
512x384 70.07 60.00
400x300 60.32 56.34
320x240 60.05
DP-1 connected 1920x1200+1920+0 (normal left inverted right x axis y axis) 518mm x 324mm
1920x1200 59.95*+
1920x1080 60.00 59.93
1600x1200 65.00 60.00
1680x1050 69.88 59.95 59.88
1600x1024 60.17
1400x1050 70.00 59.98
1280x1024 60.02
1440x900 59.89
1280x960 60.00
1360x768 59.80 59.96
1152x864 70.00 60.00
1024x768 60.04 70.07 60.00
960x720 60.00
928x696 60.05
896x672 60.01
960x600 60.00
960x540 59.99
800x600 70.00 65.00 60.00 60.32 56.25
840x525 69.88 60.01 59.88
800x512 60.17
700x525 70.06 59.98
640x512 60.02
720x450 59.89
640x480 60.00 59.94
720x400 70.08
680x384 59.80 59.96
576x432 70.00 60.06
512x384 70.07 60.00
400x300 60.32 56.34
320x240 60.05
DP-2 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
OpenCL ICDs:
-- System Information:
Debian Release: 9.4
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Kernel: Linux 4.16.0-0.bpo.1-amd64 (SMP w/16 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8), LANGUAGE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages nvidia-driver depends on:
ii nvidia-alternative 390.48-2~bpo9+3
ii nvidia-driver-bin 390.48-2~bpo9+3
ii nvidia-driver-libs 390.48-2~bpo9+3
ii nvidia-installer-cleanup 20151021+4
ii nvidia-kernel-dkms [nvidia-kernel-390.48] 390.48-2~bpo9+3
ii nvidia-legacy-check 390.48-2~bpo9+3
ii nvidia-support 20151021+4
ii nvidia-vdpau-driver 390.48-2~bpo9+3
ii xserver-xorg-video-nvidia 390.48-2~bpo9+3
Versions of packages nvidia-driver recommends:
ii nvidia-persistenced 384.111-1~bpo9+1
ii nvidia-settings 390.48-2~bpo9+1
Versions of packages nvidia-driver suggests:
ii nvidia-kernel-dkms 390.48-2~bpo9+3
Versions of packages nvidia-driver-libs:amd64 depends on:
ii libegl1-glvnd-nvidia 390.48-2~bpo9+3
ii libgl1-nvidia-glvnd-glx 390.48-2~bpo9+3
ii nvidia-egl-icd 390.48-2~bpo9+3
Versions of packages nvidia-driver-libs:amd64 recommends:
ii libgles-nvidia1 390.48-2~bpo9+3
ii libgles-nvidia2 390.48-2~bpo9+3
ii libglx-nvidia0 390.48-2~bpo9+3
ii libnvidia-cfg1 390.48-2~bpo9+3
pn libopengl0 | libopengl0-glvnd-nvidia <none>
pn nvidia-driver-libs-i386 <none>
ii nvidia-egl-wayland-icd 390.48-2~bpo9+3
ii nvidia-vulkan-icd 390.48-2~bpo9+3
Versions of packages libgl1-glvnd-nvidia-glx:amd64 depends on:
ii libc6 2.24-11+deb9u3
ii libglvnd0-nvidia [glvnd-nvidia-abi-375.20] 390.48-2~bpo9+3
ii libglx0-glvnd-nvidia 390.48-2~bpo9+3
ii nvidia-alternative 390.48-2~bpo9+3
Versions of packages xserver-xorg-video-nvidia depends on:
ii libc6 2.24-11+deb9u3
ii libnvidia-glcore 390.48-2~bpo9+3
ii nvidia-alternative 390.48-2~bpo9+3
ii nvidia-installer-cleanup 20151021+4
ii nvidia-legacy-check 390.48-2~bpo9+3
ii nvidia-support 20151021+4
ii xserver-xorg-core [xorg-video-abi-23] 2:1.19.2-1+deb9u2
Versions of packages xserver-xorg-video-nvidia recommends:
ii nvidia-kernel-dkms [nvidia-kernel-390.48] 390.48-2~bpo9+3
ii nvidia-settings 390.48-2~bpo9+1
ii nvidia-vdpau-driver 390.48-2~bpo9+3
Versions of packages xserver-xorg-video-nvidia suggests:
ii nvidia-kernel-dkms 390.48-2~bpo9+3
Versions of packages nvidia-alternative depends on:
ii dpkg 1.18.24
ii glx-alternative-nvidia 0.8.3~bpo9+1
ii nvidia-legacy-check 390.48-2~bpo9+3
Versions of packages nvidia-kernel-dkms depends on:
ii dkms 2.3-2
ii nvidia-installer-cleanup 20151021+4
ii nvidia-kernel-support [nvidia-kernel-support--v1] 390.48-2~bpo9+3
nvidia-kernel-dkms recommends no packages.
Versions of packages glx-alternative-nvidia depends on:
ii dpkg 1.18.24
ii glx-alternative-mesa 0.8.3~bpo9+1
ii glx-diversions 0.8.3~bpo9+1
ii update-glx 0.8.3~bpo9+1
glx-alternative-nvidia suggests no packages.
Versions of packages xserver-xorg-video-intel depends on:
ii libc6 2.24-11+deb9u3
ii libdrm-intel1 2.4.74-1
ii libdrm2 2.4.74-1
ii libpciaccess0 0.13.4-1+b2
ii libpixman-1-0 0.34.0-1
ii libudev1 232-25+deb9u3
ii libx11-6 2:1.6.4-3
ii libx11-xcb1 2:1.6.4-3
ii libxcb-dri2-0 1.12-1
ii libxcb-dri3-0 1.12-1
ii libxcb-sync1 1.12-1
ii libxcb-util0 0.3.8-3+b2
ii libxcb1 1.12-1
ii libxcursor1 1:1.1.14-1+deb9u1
ii libxdamage1 1:1.1.4-2+b3
ii libxext6 2:1.3.3-1+b2
ii libxfixes3 1:5.0.3-1
ii libxinerama1 2:1.1.3-1+b3
ii libxrandr2 2:1.5.1-1
ii libxrender1 1:0.9.10-1
ii libxshmfence1 1.2-1+b2
ii libxss1 1:1.2.2-1
ii libxtst6 2:1.2.3-1
ii libxv1 2:1.0.11-1
ii libxvmc1 2:1.0.10-1
ii xserver-xorg-core [xorg-video-abi-23] 2:1.19.2-1+deb9u2
Versions of packages nvidia-driver is related to:
pn bumblebee <none>
pn bumblebee-nvidia <none>
pn ccache <none>
pn libcuda1 <none>
pn libcuda1-any <none>
pn libdrm-nouveau1 <none>
pn libdrm-nouveau1a <none>
ii libdrm-nouveau2 2.4.74-1
pn libegl1 <none>
ii libgl1-mesa-glx [libgl1] 13.0.6-1+b2
ii libgl1-nvidia-glvnd-glx [libgl1-nvidia-glx-any] 390.48-2~bpo9+3
pn libgles1 <none>
ii libgles2-mesa [libgles2] 13.0.6-1+b2
pn libglvnd0 <none>
pn libglx0 <none>
pn libopencl0 <none>
pn libopencl1 <none>
ii libvulkan1 1.1.70+dfsg1-1~bpo9+1
pn linux-headers <none>
ii make 4.1-9.1
ii nvidia-driver [nvidia-glx-any] 390.48-2~bpo9+3
pn nvidia-glx <none>
ii nvidia-kernel-common 20151021+4
ii nvidia-kernel-dkms 390.48-2~bpo9+3
pn nvidia-kernel-source <none>
ii nvidia-kernel-support [nvidia-kernel-support-any] 390.48-2~bpo9+3
ii nvidia-modprobe 384.111-1~bpo9+1
ii nvidia-settings 390.48-2~bpo9+1
ii nvidia-support 20151021+4
ii nvidia-vulkan-icd [vulkan-icd] 390.48-2~bpo9+3
pn nvidia-xconfig <none>
pn opencl-icd <none>
ii xserver-xorg 1:7.7+19
ii xserver-xorg-core 2:1.19.2-1+deb9u2
ii xserver-xorg-legacy 2:1.19.2-1+deb9u2
ii xserver-xorg-video-nouveau 1:1.0.13-3
ii xserver-xorg-video-nvidia [xserver-xorg-video-nvidia 390.48-2~bpo9+3
-- no debconf information
More information about the pkg-nvidia-devel
mailing list