Bug#820260: nvidia-kernel-source: Module does not build with make-kpkg (kernel-package)
Kevin Locke
kevin at kevinlocke.name
Thu Apr 7 03:40:07 UTC 2016
Package: nvidia-kernel-source
Version: 352.79-5
Severity: normal
Dear Maintainer,
Starting in version 352.79-2 I am unable to build the nvidia kernel
module for custom kernels using make-kpkg (part of the kernel-package
package). I have confirmed that the issue is present in both 352.79-5
and 355.11-2. The error which occurs is:
$ make-kpkg -j4 --rootcmd fakeroot --append_to_version +kevinoid1 --revision 4.5+1 --added_modules nvidia-kernel modules_image
[...]
make[2]: Entering directory '/usr/src/modules/nvidia-kernel'
/usr/bin/make KBUILD_VERBOSE=1 -C /lib/modules/4.5.0+kevinoid1/build M=/usr/src/modules/nvidia-kernel ARCH=x86_64 NV_KERNEL_SOURCES=/lib/modules/4.5.0+kevinoid1/build NV_KERNEL_OUTPUT=/lib/modules/4.5.0+kevinoid1/build NV_KERNEL_MODULES="nvidia nvidia-uvm" INSTALL_MOD_DIR=kernel/drivers/video Q= modules
make[3]: Entering directory '/usr/src/modules/nvidia-kernel'
make[3]: *** /lib/modules/4.5.0+kevinoid1/build: No such file or directory. Stop.
make[3]: Leaving directory '/usr/src/modules/nvidia-kernel'
Makefile:81: recipe for target 'modules' failed
make[2]: *** [modules] Error 2
I have attached both a successful build log (with version 352.79-1) and
an unsuccessful one (with version 352.79-2) using the same command as
above.
I believe this is due to debian/rules not passing KSRC (/usr/src/linux
in my case) to the nVidia Makefile, which attempts to deduce it from the
version information. This fails if the kernel is not yet installed,
which is always the case when building the module with the kernel using
make-kpkg. I think this behavior was introduced in r6121.[1]
Thanks,
Kevin
1. https://anonscm.debian.org/viewvc/pkg-nvidia/packages/nvidia-graphics-drivers/trunk/debian/module/debian/rules.in?r1=6121&r2=6120&pathrev=6121
-- Package-specific info:
uname -a:
Linux kevinolos 4.4.1+kevinoid1+ #2 SMP Tue Feb 2 12:37:00 PST 2016 x86_64 GNU/Linux
/proc/version:
Linux version 4.4.1+kevinoid1+ (kevin at kevinolos) (gcc version 5.3.1 20160121 (Debian 5.3.1-7) ) #2 SMP Tue Feb 2 12:37:00 PST 2016
lspci 'VGA compatible controller [0300]':
00:02.0 VGA compatible controller [0300]: Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 09) (prog-if 00 [VGA controller])
Subsystem: Lenovo 3rd Gen Core processor Graphics Controller [17aa:21f4]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 32
Region 0: Memory at f0000000 (64-bit, non-prefetchable) [size=4M]
Region 2: Memory at e0000000 (64-bit, prefetchable) [size=256M]
Region 4: I/O ports at 6000 [size=64]
Expansion ROM at <unassigned> [disabled]
Capabilities: <access denied>
Kernel driver in use: i915
Kernel modules: i915
dmesg:
[ 0.000000] Console: colour VGA+ 80x25
[ 0.166699] vgaarb: setting as boot device: PCI:0000:00:02.0
[ 0.166701] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.166703] vgaarb: loaded
[ 0.166704] vgaarb: bridge control possible 0000:00:02.0
[ 0.268481] Linux agpgart interface v0.103
[ 89.266342] [drm] Replacing VGA console driver
[ 89.272998] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
Device node permissions:
crw-rw----+ 1 root video 226, 0 Apr 6 10:25 /dev/dri/card0
crw-rw---- 1 root video 226, 64 Apr 6 10:25 /dev/dri/controlD64
crw-rw----+ 1 root video 226, 128 Apr 6 10:25 /dev/dri/renderD128
video:x:44:kevin,sysacct
OpenGL and NVIDIA library files installed:
lrwxrwxrwx 1 root root 22 Dec 27 08:39 /etc/alternatives/glx -> /usr/lib/mesa-diverted
lrwxrwxrwx 1 root root 49 Jul 24 2015 /etc/alternatives/glx--libEGL.so-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libEGL.so
lrwxrwxrwx 1 root root 51 Dec 27 08:39 /etc/alternatives/glx--libEGL.so.1-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libEGL.so.1
lrwxrwxrwx 1 root root 48 Jul 24 2015 /etc/alternatives/glx--libGL.so-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so
lrwxrwxrwx 1 root root 48 Jul 24 2015 /etc/alternatives/glx--libGL.so-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so
lrwxrwxrwx 1 root root 48 Dec 27 08:39 /etc/alternatives/glx--libGL.so.1-i386-linux-gnu -> /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1
lrwxrwxrwx 1 root root 48 Dec 27 08:39 /etc/alternatives/glx--libGL.so.1-i386-linux-gnu -> /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1
lrwxrwxrwx 1 root root 50 Dec 27 08:39 /etc/alternatives/glx--libGL.so.1-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1
lrwxrwxrwx 1 root root 50 Dec 27 08:39 /etc/alternatives/glx--libGL.so.1-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1
lrwxrwxrwx 1 root root 57 Dec 27 08:39 /etc/alternatives/glx--libGLESv1_CM.so.1-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv1_CM.so.1
lrwxrwxrwx 1 root root 57 Dec 27 08:39 /etc/alternatives/glx--libGLESv1_CM.so.1-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv1_CM.so.1
lrwxrwxrwx 1 root root 52 Jul 24 2015 /etc/alternatives/glx--libGLESv2.so-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv2.so
lrwxrwxrwx 1 root root 52 Jul 24 2015 /etc/alternatives/glx--libGLESv2.so-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv2.so
lrwxrwxrwx 1 root root 54 Dec 27 08:39 /etc/alternatives/glx--libGLESv2.so.2-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv2.so.2
lrwxrwxrwx 1 root root 54 Dec 27 08:39 /etc/alternatives/glx--libGLESv2.so.2-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv2.so.2
lrwxrwxrwx 1 root root 22 Jul 24 2015 /etc/alternatives/libGL.so-master -> /usr/lib/mesa-diverted
lrwxrwxrwx 1 root root 23 Feb 5 06:52 /etc/alternatives/nvidia -> /usr/lib/nvidia/current
lrwxrwxrwx 1 root root 52 Feb 5 06:52 /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 51 Feb 5 06:52 /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 Feb 5 06:52 /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 Feb 5 06:52 /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 Feb 5 06:52 /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 55 Feb 5 06:52 /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 Feb 5 06:52 /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 49 Feb 5 06:52 /etc/alternatives/nvidia--libcuda.so-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/current/libcuda.so
lrwxrwxrwx 1 root root 51 Feb 5 06:52 /etc/alternatives/nvidia--libcuda.so-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libcuda.so
lrwxrwxrwx 1 root root 51 Feb 5 06:52 /etc/alternatives/nvidia--libcuda.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/current/libcuda.so.1
lrwxrwxrwx 1 root root 53 Feb 5 06:52 /etc/alternatives/nvidia--libcuda.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libcuda.so.1
lrwxrwxrwx 1 root root 33 Feb 5 06:52 /etc/alternatives/nvidia--libglx.so -> /usr/lib/nvidia/current/libglx.so
lrwxrwxrwx 1 root root 59 Feb 5 06:52 /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 Feb 5 06:52 /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 60 Feb 5 06:52 /etc/alternatives/nvidia--libnvidia-opencl.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/current/libnvidia-opencl.so.1
lrwxrwxrwx 1 root root 62 Feb 5 06:52 /etc/alternatives/nvidia--libnvidia-opencl.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libnvidia-opencl.so.1
lrwxrwxrwx 1 root root 61 Feb 5 06:52 /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 Feb 5 06:52 /etc/alternatives/nvidia--nv-control-dpy -> /usr/lib/nvidia/current/nv-control-dpy
lrwxrwxrwx 1 root root 50 Feb 5 06:52 /etc/alternatives/nvidia--nvidia-blacklists-nouveau.conf -> /etc/nvidia/current/nvidia-blacklists-nouveau.conf
lrwxrwxrwx 1 root root 44 Feb 5 06:52 /etc/alternatives/nvidia--nvidia-bug-report.sh -> /usr/lib/nvidia/current/nvidia-bug-report.sh
lrwxrwxrwx 1 root root 40 Feb 5 06:52 /etc/alternatives/nvidia--nvidia-debugdump -> /usr/lib/nvidia/current/nvidia-debugdump
lrwxrwxrwx 1 root root 47 Feb 5 06:52 /etc/alternatives/nvidia--nvidia-drm-outputclass.conf -> /etc/nvidia/current/nvidia-drm-outputclass.conf
lrwxrwxrwx 1 root root 36 Feb 5 06:52 /etc/alternatives/nvidia--nvidia-load.conf -> /etc/nvidia/current/nvidia-load.conf
lrwxrwxrwx 1 root root 40 Feb 5 06:52 /etc/alternatives/nvidia--nvidia-modprobe.conf -> /etc/nvidia/current/nvidia-modprobe.conf
lrwxrwxrwx 1 root root 39 Feb 5 06:52 /etc/alternatives/nvidia--nvidia-settings -> /usr/lib/nvidia/current/nvidia-settings
lrwxrwxrwx 1 root root 44 Feb 5 06:52 /etc/alternatives/nvidia--nvidia-settings.1.gz -> /usr/lib/nvidia/current/nvidia-settings.1.gz
lrwxrwxrwx 1 root root 47 Feb 5 06:52 /etc/alternatives/nvidia--nvidia-settings.desktop -> /usr/lib/nvidia/current/nvidia-settings.desktop
lrwxrwxrwx 1 root root 34 Feb 5 06:52 /etc/alternatives/nvidia--nvidia-smi -> /usr/lib/nvidia/current/nvidia-smi
lrwxrwxrwx 1 root root 39 Feb 5 06:52 /etc/alternatives/nvidia--nvidia-smi.1.gz -> /usr/lib/nvidia/current/nvidia-smi.1.gz
lrwxrwxrwx 1 root root 37 Feb 5 06:52 /etc/alternatives/nvidia--nvidia_drv.so -> /usr/lib/nvidia/current/nvidia_drv.so
lrwxrwxrwx 1 root root 48 Dec 27 08:39 /usr/lib/i386-linux-gnu/libGL.so.1 -> /etc/alternatives/glx--libGL.so.1-i386-linux-gnu
lrwxrwxrwx 1 root root 51 Nov 27 21:41 /usr/lib/i386-linux-gnu/libcuda.so -> /etc/alternatives/nvidia--libcuda.so-i386-linux-gnu
lrwxrwxrwx 1 root root 53 Nov 27 21:41 /usr/lib/i386-linux-gnu/libcuda.so.1 -> /etc/alternatives/nvidia--libcuda.so.1-i386-linux-gnu
-rw-r--r-- 1 root root 49319064 Jan 13 16:44 /usr/lib/i386-linux-gnu/libnvidia-compiler.so.352.79
lrwxrwxrwx 1 root root 62 Nov 27 21:41 /usr/lib/i386-linux-gnu/libnvidia-opencl.so.1 -> /etc/alternatives/nvidia--libnvidia-opencl.so.1-i386-linux-gnu
lrwxrwxrwx 1 root root 49 Jul 24 2015 /usr/lib/x86_64-linux-gnu/libEGL.so -> /etc/alternatives/glx--libEGL.so-x86_64-linux-gnu
lrwxrwxrwx 1 root root 51 Nov 1 2014 /usr/lib/x86_64-linux-gnu/libEGL.so.1 -> /etc/alternatives/glx--libEGL.so.1-x86_64-linux-gnu
lrwxrwxrwx 1 root root 48 Apr 4 2013 /usr/lib/x86_64-linux-gnu/libGL.so -> /etc/alternatives/glx--libGL.so-x86_64-linux-gnu
lrwxrwxrwx 1 root root 50 Apr 7 2013 /usr/lib/x86_64-linux-gnu/libGL.so.1 -> /etc/alternatives/glx--libGL.so.1-x86_64-linux-gnu
lrwxrwxrwx 1 root root 57 Nov 1 2014 /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 52 Jul 24 2015 /usr/lib/x86_64-linux-gnu/libGLESv2.so -> /etc/alternatives/glx--libGLESv2.so-x86_64-linux-gnu
lrwxrwxrwx 1 root root 54 Nov 1 2014 /usr/lib/x86_64-linux-gnu/libGLESv2.so.2 -> /etc/alternatives/glx--libGLESv2.so.2-x86_64-linux-gnu
lrwxrwxrwx 1 root root 53 Oct 30 2014 /usr/lib/x86_64-linux-gnu/libcuda.so -> /etc/alternatives/nvidia--libcuda.so-x86_64-linux-gnu
lrwxrwxrwx 1 root root 55 Oct 30 2014 /usr/lib/x86_64-linux-gnu/libcuda.so.1 -> /etc/alternatives/nvidia--libcuda.so.1-x86_64-linux-gnu
-rw-r--r-- 1 root root 48309464 Jan 13 17:20 /usr/lib/x86_64-linux-gnu/libnvidia-compiler.so.352.79
-rw-r--r-- 1 root root 40648712 Jan 13 17:19 /usr/lib/x86_64-linux-gnu/libnvidia-eglcore.so.352.79
-rw-r--r-- 1 root root 42469400 Jan 13 15:53 /usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.352.79
-rw-r--r-- 1 root root 486048 Jan 13 17:05 /usr/lib/x86_64-linux-gnu/libnvidia-glsi.so.352.79
lrwxrwxrwx 1 root root 60 Oct 30 2014 /usr/lib/x86_64-linux-gnu/libnvidia-ml.so.1 -> /etc/alternatives/nvidia--libnvidia-ml.so.1-x86_64-linux-gnu
lrwxrwxrwx 1 root root 64 Oct 30 2014 /usr/lib/x86_64-linux-gnu/libnvidia-opencl.so.1 -> /etc/alternatives/nvidia--libnvidia-opencl.so.1-x86_64-linux-gnu
-rw-r--r-- 1 root root 12600 Jan 13 15:58 /usr/lib/x86_64-linux-gnu/libnvidia-tls.so.352.79
-rw-r--r-- 1 root root 290224 Mar 29 01:04 /usr/lib/xorg/modules/extensions/libglx.so
-rw-r--r-- 1 root root 24449 Apr 6 10:25 /var/log/Xorg.0.log
-rw-r--r-- 1 root root 25420 Apr 6 07:27 /var/log/Xorg.0.log.old
-rw-r--r-- 1 root root 26983 Apr 6 2013 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 26983 Apr 6 2013 /var/log/Xorg.1.log.old
/etc/X11/xorg.conf.d/:
total 12
drwxr-xr-x 2 root root 4096 Jun 8 2013 .
drwxr-xr-x 11 root root 4096 Mar 14 12:11 ..
-rw-r--r-- 1 root root 475 Jun 7 2013 20-trackpoint.conf
/etc/nvidia/:
total 20
drwxr-xr-x 3 root root 4096 Nov 2 12:45 .
drwxr-xr-x 178 root root 12288 Apr 6 11:09 ..
drwxr-xr-x 2 root root 4096 Mar 14 12:11 current
lrwxrwxrwx 1 root root 56 Nov 2 12:45 nvidia-blacklists-nouveau.conf -> /etc/alternatives/nvidia--nvidia-blacklists-nouveau.conf
lrwxrwxrwx 1 root root 53 Nov 2 12:45 nvidia-drm-outputclass.conf -> /etc/alternatives/nvidia--nvidia-drm-outputclass.conf
lrwxrwxrwx 1 root root 42 Nov 2 12:45 nvidia-load.conf -> /etc/alternatives/nvidia--nvidia-load.conf
lrwxrwxrwx 1 root root 46 Nov 2 12:45 nvidia-modprobe.conf -> /etc/alternatives/nvidia--nvidia-modprobe.conf
/usr/lib/i386-linux-gnu/nvidia/:
total 20
drwxr-xr-x 3 root root 4096 Nov 27 21:41 .
drwxr-xr-x 13 root root 12288 Apr 2 09:10 ..
drwxr-xr-x 2 root root 4096 Mar 14 12:10 current
/usr/lib/i386-linux-gnu/nvidia/current/:
total 29304
drwxr-xr-x 2 root root 4096 Mar 14 12:10 .
drwxr-xr-x 3 root root 4096 Nov 27 21:41 ..
lrwxrwxrwx 1 root root 12 Mar 8 08:25 libcuda.so -> libcuda.so.1
lrwxrwxrwx 1 root root 17 Mar 8 08:25 libcuda.so.1 -> libcuda.so.352.79
-rw-r--r-- 1 root root 14272684 Jan 13 15:35 libcuda.so.352.79
lrwxrwxrwx 1 root root 26 Mar 8 08:25 libnvidia-opencl.so.1 -> libnvidia-opencl.so.352.79
-rw-r--r-- 1 root root 15715380 Jan 13 15:36 libnvidia-opencl.so.352.79
/usr/lib/mesa-diverted/:
total 60
drwxr-xr-x 5 root root 4096 Aug 27 2013 .
drwxr-xr-x 160 root root 40960 Apr 5 23:36 ..
drwxr-xr-x 2 root root 4096 Aug 16 2013 arm-linux-gnueabihf
drwxr-xr-x 2 root root 4096 Feb 17 13:24 i386-linux-gnu
lrwxrwxrwx 1 root root 33 Apr 4 2013 libGL.so-master -> /etc/alternatives/libGL.so-master
drwxr-xr-x 2 root root 4096 Mar 16 08:35 x86_64-linux-gnu
/usr/lib/mesa-diverted/arm-linux-gnueabihf/:
total 8
drwxr-xr-x 2 root root 4096 Aug 16 2013 .
drwxr-xr-x 5 root root 4096 Aug 27 2013 ..
/usr/lib/mesa-diverted/i386-linux-gnu/:
total 448
drwxr-xr-x 2 root root 4096 Feb 17 13:24 .
drwxr-xr-x 5 root root 4096 Aug 27 2013 ..
lrwxrwxrwx 1 root root 14 Feb 11 03:52 libGL.so.1 -> libGL.so.1.2.0
-rw-r--r-- 1 root root 448200 Feb 11 03:52 libGL.so.1.2.0
/usr/lib/mesa-diverted/x86_64-linux-gnu/:
total 696
drwxr-xr-x 2 root root 4096 Mar 16 08:35 .
drwxr-xr-x 5 root root 4096 Aug 27 2013 ..
lrwxrwxrwx 1 root root 15 Feb 11 04:00 libEGL.so -> libEGL.so.1.0.0
lrwxrwxrwx 1 root root 15 Feb 11 04:00 libEGL.so.1 -> libEGL.so.1.0.0
-rw-r--r-- 1 root root 185984 Feb 11 04:00 libEGL.so.1.0.0
lrwxrwxrwx 1 root root 10 Mar 16 08:35 libGL.so -> libGL.so.1
lrwxrwxrwx 1 root root 14 Feb 11 04:00 libGL.so.1 -> libGL.so.1.2.0
-rw-r--r-- 1 root root 459392 Feb 11 04:00 libGL.so.1.2.0
lrwxrwxrwx 1 root root 21 Feb 11 04:00 libGLESv1_CM.so.1 -> libGLESv1_CM.so.1.1.0
-rw-r--r-- 1 root root 18208 Feb 11 04:00 libGLESv1_CM.so.1.1.0
lrwxrwxrwx 1 root root 18 Feb 11 04:00 libGLESv2.so -> libGLESv2.so.2.0.0
lrwxrwxrwx 1 root root 18 Feb 11 04:00 libGLESv2.so.2 -> libGLESv2.so.2.0.0
-rw-r--r-- 1 root root 30496 Feb 11 04:00 libGLESv2.so.2.0.0
/usr/lib/mesa/:
total 48
drwxr-xr-x 2 root root 4096 Jun 30 2012 .
drwxr-xr-x 160 root root 40960 Apr 5 23:36 ..
/usr/lib/nvidia/:
total 72
drwxr-xr-x 4 root root 4096 Mar 3 22:16 .
drwxr-xr-x 160 root root 40960 Apr 5 23:36 ..
-rw-r--r-- 1 root root 57 Feb 25 21:09 alternate-install-present
drwxr-xr-x 2 root root 4096 Oct 20 21:27 bumblebee
-rwxr-xr-x 1 root root 2125 Feb 25 21:09 check-for-conflicting-opengl-libraries
-rwxr-xr-x 1 root root 1897 Feb 25 21:09 check-for-mismatching-nvidia-module
drwxr-xr-x 2 root root 4096 Mar 14 12:11 current
lrwxrwxrwx 1 root root 35 Jul 13 2013 libglx.so -> /etc/alternatives/nvidia--libglx.so
lrwxrwxrwx 1 root root 24 Jul 13 2013 nvidia -> /etc/alternatives/nvidia
lrwxrwxrwx 1 root root 46 Jul 13 2013 nvidia-bug-report.sh -> /etc/alternatives/nvidia--nvidia-bug-report.sh
lrwxrwxrwx 1 root root 39 Jul 13 2013 nvidia_drv.so -> /etc/alternatives/nvidia--nvidia_drv.so
-rwxr-xr-x 1 root root 618 Feb 25 21:09 pre-install
/usr/lib/nvidia/bumblebee/:
total 8
drwxr-xr-x 2 root root 4096 Oct 20 21:27 .
drwxr-xr-x 4 root root 4096 Mar 3 22:16 ..
/usr/lib/nvidia/current/:
total 24392
drwxr-xr-x 2 root root 4096 Mar 14 12:11 .
drwxr-xr-x 4 root root 4096 Mar 3 22:16 ..
lrwxrwxrwx 1 root root 16 Mar 8 08:20 libglx.so -> libglx.so.352.79
-rw-r--r-- 1 root root 13440680 Jan 13 15:58 libglx.so.352.79
-rwxr-xr-x 1 root root 22744 Oct 7 08:54 nv-control-dpy
-rwxr-xr-x 1 root root 23618 Jan 13 17:25 nvidia-bug-report.sh
-rwxr-xr-x 1 root root 209168 Jan 13 17:03 nvidia-debugdump
-rwxr-xr-x 1 root root 1797952 Oct 7 08:54 nvidia-settings
-rw-r--r-- 1 root root 8453 Oct 7 08:54 nvidia-settings.1.gz
-rw-r--r-- 1 root root 1217 Oct 7 08:54 nvidia-settings.desktop
-rwxr-xr-x 1 root root 418336 Jan 13 17:03 nvidia-smi
-rw-r--r-- 1 root root 18269 Mar 8 08:20 nvidia-smi.1.gz
-rw-r--r-- 1 root root 2691 Mar 8 08:20 nvidia.ids
-rw-r--r-- 1 root root 8994488 Jan 13 15:35 nvidia_drv.so
/usr/lib/nvidia/nvidia/:
total 24392
drwxr-xr-x 2 root root 4096 Mar 14 12:11 .
drwxr-xr-x 4 root root 4096 Mar 3 22:16 ..
lrwxrwxrwx 1 root root 16 Mar 8 08:20 libglx.so -> libglx.so.352.79
-rw-r--r-- 1 root root 13440680 Jan 13 15:58 libglx.so.352.79
-rwxr-xr-x 1 root root 22744 Oct 7 08:54 nv-control-dpy
-rwxr-xr-x 1 root root 23618 Jan 13 17:25 nvidia-bug-report.sh
-rwxr-xr-x 1 root root 209168 Jan 13 17:03 nvidia-debugdump
-rwxr-xr-x 1 root root 1797952 Oct 7 08:54 nvidia-settings
-rw-r--r-- 1 root root 8453 Oct 7 08:54 nvidia-settings.1.gz
-rw-r--r-- 1 root root 1217 Oct 7 08:54 nvidia-settings.desktop
-rwxr-xr-x 1 root root 418336 Jan 13 17:03 nvidia-smi
-rw-r--r-- 1 root root 18269 Mar 8 08:20 nvidia-smi.1.gz
-rw-r--r-- 1 root root 2691 Mar 8 08:20 nvidia.ids
-rw-r--r-- 1 root root 8994488 Jan 13 15:35 nvidia_drv.so
/usr/lib/x86_64-linux-gnu/nvidia/:
total 148
drwxr-xr-x 3 root root 4096 Dec 14 2014 .
drwxr-xr-x 106 root root 131072 Apr 6 11:09 ..
drwxr-xr-x 2 root root 4096 Mar 14 12:11 current
lrwxrwxrwx 1 root root 54 Oct 30 2014 libEGL.so.1 -> /etc/alternatives/nvidia--libEGL.so.1-x86_64-linux-gnu
lrwxrwxrwx 1 root root 53 Jul 13 2013 libGL.so.1 -> /etc/alternatives/nvidia--libGL.so.1-x86_64-linux-gnu
lrwxrwxrwx 1 root root 60 Oct 30 2014 libGLESv1_CM.so.1 -> /etc/alternatives/nvidia--libGLESv1_CM.so.1-x86_64-linux-gnu
lrwxrwxrwx 1 root root 57 Dec 14 2014 libGLESv2.so.2 -> /etc/alternatives/nvidia--libGLESv2.so.2-x86_64-linux-gnu
lrwxrwxrwx 1 root root 61 Jul 13 2013 libnvidia-cfg.so.1 -> /etc/alternatives/nvidia--libnvidia-cfg.so.1-x86_64-linux-gnu
/usr/lib/x86_64-linux-gnu/nvidia/current/:
total 33468
drwxr-xr-x 2 root root 4096 Mar 14 12:11 .
drwxr-xr-x 3 root root 4096 Dec 14 2014 ..
lrwxrwxrwx 1 root root 16 Mar 8 08:20 libEGL.so.1 -> libEGL.so.352.79
-rw-r--r-- 1 root root 935112 Jan 13 17:19 libEGL.so.352.79
lrwxrwxrwx 1 root root 15 Mar 8 08:20 libGL.so.1 -> libGL.so.352.79
-rw-r--r-- 1 root root 1218248 Jan 13 15:54 libGL.so.352.79
lrwxrwxrwx 1 root root 22 Mar 8 08:20 libGLESv1_CM.so.1 -> libGLESv1_CM.so.352.79
-rw-r--r-- 1 root root 51080 Jan 13 17:19 libGLESv1_CM.so.352.79
lrwxrwxrwx 1 root root 19 Mar 8 08:20 libGLESv2.so.2 -> libGLESv2.so.352.79
-rw-r--r-- 1 root root 75400 Jan 13 17:19 libGLESv2.so.352.79
lrwxrwxrwx 1 root root 12 Mar 8 08:20 libcuda.so -> libcuda.so.1
lrwxrwxrwx 1 root root 17 Mar 8 08:20 libcuda.so.1 -> libcuda.so.352.79
-rw-r--r-- 1 root root 14283624 Jan 13 16:10 libcuda.so.352.79
lrwxrwxrwx 1 root root 23 Mar 8 08:20 libnvidia-cfg.so.1 -> libnvidia-cfg.so.352.79
-rw-r--r-- 1 root root 159272 Jan 13 17:02 libnvidia-cfg.so.352.79
lrwxrwxrwx 1 root root 17 Mar 8 08:20 libnvidia-ml.so -> libnvidia-ml.so.1
lrwxrwxrwx 1 root root 22 Mar 8 08:20 libnvidia-ml.so.1 -> libnvidia-ml.so.352.79
-rw-r--r-- 1 root root 971552 Jan 13 17:03 libnvidia-ml.so.352.79
lrwxrwxrwx 1 root root 26 Mar 8 08:20 libnvidia-opencl.so.1 -> libnvidia-opencl.so.352.79
-rw-r--r-- 1 root root 15902288 Jan 13 16:11 libnvidia-opencl.so.352.79
lrwxrwxrwx 1 root root 25 Mar 8 08:20 libvdpau_nvidia.so.1 -> libvdpau_nvidia.so.352.79
-rw-r--r-- 1 root root 637528 Jan 13 15:58 libvdpau_nvidia.so.352.79
/etc/modprobe.d:
total 52
drwxr-xr-x 2 root root 4096 Mar 30 13:28 .
drwxr-xr-x 178 root root 12288 Apr 6 11:09 ..
-rw-r--r-- 1 root root 75 Sep 23 2014 etc-modules-parameters.conf
-rw-r--r-- 1 root root 390 Sep 28 2014 fbdev-blacklist.conf
-rw-r--r-- 1 root root 181 Nov 2 2013 i915-powersave.conf
-rw-r--r-- 1 root root 154 Oct 19 2014 intel-microcode-blacklist.conf
-rw-r--r-- 1 root root 29 Jun 9 2013 iwlwifi-powersave.conf
-rw-r--r-- 1 root root 260 Oct 21 06:24 nvidia-kernel-common.conf
-rw-r--r-- 1 root root 26 Jan 6 2013 radeon-kms.conf
-rw-r--r-- 1 root root 339 Jun 30 2015 snd-blacklist.conf
-rw-r--r-- 1 root root 380 Aug 4 2013 video-blacklist.conf
/etc/modprobe.d/nvidia-kernel-common.conf:alias char-major-195* nvidia
/etc/modprobe.d/nvidia-kernel-common.conf:#options nvidia NVreg_DeviceFileUID=0 NVreg_DeviceFileGID=44 NVreg_DeviceFileMode=0660
/etc/modprobe.d/nvidia-kernel-common.conf:# options nvidia NVreg_EnableAGPSBA=1
/etc/modprobe.d/nvidia-kernel-common.conf:# options nvidia NVreg_EnableAGPFW=1
/etc/modprobe.d/video-blacklist.conf:blacklist nvidia
/etc/modprobe.d/video-blacklist.conf:blacklist nouveau
/etc/modules-load.d:
-rw-r--r-- 1 root root 200 Sep 23 2014 /etc/modules
/etc/modules-load.d/:
total 20
drwxr-xr-x 2 root root 4096 Mar 31 20:28 .
drwxr-xr-x 178 root root 12288 Apr 6 11:09 ..
-rw-r--r-- 1 root root 119 Feb 24 2014 cups-filters.conf
lrwxrwxrwx 1 root root 10 Mar 21 07:05 modules.conf -> ../modules
Files from nvidia-installer:
Config and logfiles:
<<<<<<<<<< /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/X11/xorg.conf.d/20-trackpoint.conf >>>>>>>>>>
Section "InputClass"
Identifier "Trackpoint Wheel Emulation"
MatchProduct "TPPS/2 IBM TrackPoint|DualPoint Stick|Synaptics Inc. Composite TouchPad / TrackPoint|ThinkPad USB Keyboard with TrackPoint|USB Trackpoint pointing device|Composite TouchPad / TrackPoint"
MatchDevicePath "/dev/input/event*"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "Emulate3Buttons" "false"
Option "XAxisMapping" "6 7"
Option "YAxisMapping" "4 5"
EndSection
^^^^^^^^^^ /etc/X11/xorg.conf.d/20-trackpoint.conf ^^^^^^^^^^
<<<<<<<<<< /var/log/Xorg.0.log >>>>>>>>>>
[ 91.706]
X.Org X Server 1.18.2
Release Date: 2016-03-11
[ 91.706] X Protocol Version 11, Revision 0
[ 91.706] Build Operating System: Linux 3.16.0-4-amd64 x86_64 Debian
[ 91.706] Current Operating System: Linux kevinolos 4.4.1+kevinoid1+ #2 SMP Tue Feb 2 12:37:00 PST 2016 x86_64
[ 91.706] Kernel command line: BOOT_IMAGE=/vmlinuz-4.4.1+kevinoid1+ root=UUID=7a92180f-519c-49f5-a5c1-71e7c48d3a06 ro quiet intel_iommu=on nox2apic
[ 91.707] Build Date: 29 March 2016 08:00:01AM
[ 91.707] xorg-server 2:1.18.2-3 (http://www.debian.org/support)
[ 91.707] Current version of pixman: 0.33.6
[ 91.707] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 91.707] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 91.707] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Apr 6 10:25:38 2016
[ 91.709] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 91.709] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 91.711] (==) No Layout section. Using the first Screen section.
[ 91.711] (==) No screen section available. Using defaults.
[ 91.711] (**) |-->Screen "Default Screen Section" (0)
[ 91.711] (**) | |-->Monitor "<default monitor>"
[ 91.711] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 91.711] (==) Automatically adding devices
[ 91.711] (==) Automatically enabling devices
[ 91.711] (==) Automatically adding GPU devices
[ 91.711] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 91.713] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 91.713] Entry deleted from font path.
[ 91.715] (==) 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
[ 91.715] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 91.715] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 91.715] (II) Loader magic: 0x55fcc9433dc0
[ 91.715] (II) Module ABI versions:
[ 91.715] X.Org ANSI C Emulation: 0.4
[ 91.715] X.Org Video Driver: 20.0
[ 91.715] X.Org XInput driver : 22.1
[ 91.715] X.Org Server Extension : 9.0
[ 91.716] (++) using VT number 7
[ 91.716] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 91.716] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 91.718] (--) PCI:*(0:0:2:0) 8086:0166:17aa:21f4 rev 9, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x00006000/64
[ 91.718] (II) LoadModule: "glx"
[ 91.720] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 91.736] (II) Module glx: vendor="X.Org Foundation"
[ 91.736] compiled for 1.18.2, module version = 1.0.0
[ 91.736] ABI class: X.Org Server Extension, version 9.0
[ 91.736] (==) AIGLX enabled
[ 91.736] (==) Matched intel as autoconfigured driver 0
[ 91.736] (==) Matched intel as autoconfigured driver 1
[ 91.736] (==) Matched modesetting as autoconfigured driver 2
[ 91.736] (==) Matched fbdev as autoconfigured driver 3
[ 91.736] (==) Matched vesa as autoconfigured driver 4
[ 91.736] (==) Assigned the driver to the xf86ConfigLayout
[ 91.736] (II) LoadModule: "intel"
[ 91.736] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 91.739] (II) Module intel: vendor="X.Org Foundation"
[ 91.739] compiled for 1.18.2, module version = 2.99.917
[ 91.739] Module class: X.Org Video Driver
[ 91.739] ABI class: X.Org Video Driver, version 20.0
[ 91.739] (II) LoadModule: "modesetting"
[ 91.739] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 91.740] (II) Module modesetting: vendor="X.Org Foundation"
[ 91.740] compiled for 1.18.2, module version = 1.18.2
[ 91.740] Module class: X.Org Video Driver
[ 91.740] ABI class: X.Org Video Driver, version 20.0
[ 91.740] (II) LoadModule: "fbdev"
[ 91.740] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 91.741] (II) Module fbdev: vendor="X.Org Foundation"
[ 91.741] compiled for 1.18.0, module version = 0.4.4
[ 91.741] Module class: X.Org Video Driver
[ 91.741] ABI class: X.Org Video Driver, version 20.0
[ 91.741] (II) LoadModule: "vesa"
[ 91.741] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 91.741] (II) Module vesa: vendor="X.Org Foundation"
[ 91.741] compiled for 1.18.0, module version = 2.3.4
[ 91.741] Module class: X.Org Video Driver
[ 91.741] ABI class: X.Org Video Driver, version 20.0
[ 91.741] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[ 91.741] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[ 91.742] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[ 91.742] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[ 91.742] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 91.742] (II) FBDEV: driver for framebuffer: fbdev
[ 91.742] (II) VESA: driver for VESA chipsets: vesa
[ 91.746] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20151010
[ 91.746] (II) intel(0): SNA compiled: xserver-xorg-video-intel 2:2.99.917+git20160325-1 (Timo Aaltonen <tjaalton at debian.org>)
[ 91.746] (II) intel(0): SNA compiled for use with valgrind
[ 91.747] (WW) Falling back to old probe method for modesetting
[ 91.747] (WW) Falling back to old probe method for fbdev
[ 91.747] (II) Loading sub module "fbdevhw"
[ 91.747] (II) LoadModule: "fbdevhw"
[ 91.747] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 91.747] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 91.747] compiled for 1.18.2, module version = 0.0.2
[ 91.747] ABI class: X.Org Video Driver, version 20.0
[ 91.747] (WW) Falling back to old probe method for vesa
[ 91.748] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4000
[ 91.748] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx; using a maximum of 2 threads
[ 91.748] (II) intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 91.748] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 91.748] (==) intel(0): RGB weight 888
[ 91.748] (==) intel(0): Default visual is TrueColor
[ 91.748] (II) intel(0): Output LVDS1 has no monitor section
[ 91.760] (--) intel(0): Found backlight control interface intel_backlight (type 'raw') for output LVDS1
[ 91.760] (II) intel(0): Enabled output LVDS1
[ 91.760] (II) intel(0): Output VGA1 has no monitor section
[ 91.760] (II) intel(0): Enabled output VGA1
[ 91.760] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[ 91.760] (II) intel(0): Output VIRTUAL1 has no monitor section
[ 91.760] (II) intel(0): Enabled output VIRTUAL1
[ 91.760] (--) intel(0): Output LVDS1 using initial mode 1600x900 on pipe 0
[ 91.760] (==) intel(0): TearFree disabled
[ 91.760] (==) intel(0): DPI set to (96, 96)
[ 91.760] (II) Loading sub module "dri2"
[ 91.760] (II) LoadModule: "dri2"
[ 91.760] (II) Module "dri2" already built-in
[ 91.760] (II) Loading sub module "present"
[ 91.760] (II) LoadModule: "present"
[ 91.760] (II) Module "present" already built-in
[ 91.760] (II) UnloadModule: "modesetting"
[ 91.760] (II) Unloading modesetting
[ 91.760] (II) UnloadModule: "fbdev"
[ 91.760] (II) Unloading fbdev
[ 91.760] (II) UnloadSubModule: "fbdevhw"
[ 91.760] (II) Unloading fbdevhw
[ 91.760] (II) UnloadModule: "vesa"
[ 91.760] (II) Unloading vesa
[ 91.760] (==) Depth 24 pixmap format is 32 bpp
[ 91.764] (II) intel(0): SNA initialized with Ivybridge (gen7, gt2) backend
[ 91.764] (==) intel(0): Backing store enabled
[ 91.764] (==) intel(0): Silken mouse enabled
[ 91.765] (II) intel(0): HW Cursor enabled
[ 91.765] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 91.765] (==) intel(0): DPMS enabled
[ 91.765] (==) intel(0): Display hotplug detection enabled
[ 91.765] (II) intel(0): [DRI2] Setup complete
[ 91.765] (II) intel(0): [DRI2] DRI driver: i965
[ 91.765] (II) intel(0): [DRI2] VDPAU driver: va_gl
[ 91.765] (II) intel(0): direct rendering: DRI2 enabled
[ 91.765] (II) intel(0): hardware support for Present enabled
[ 91.765] (--) RandR disabled
[ 91.769] (II) SELinux: Disabled on system
[ 91.796] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 91.796] (II) AIGLX: enabled GLX_ARB_create_context
[ 91.796] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 91.796] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[ 91.796] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 91.796] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 91.796] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[ 91.796] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[ 91.796] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[ 91.796] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 91.796] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[ 91.796] (II) AIGLX: Loaded and initialized i965
[ 91.796] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 91.799] (II) intel(0): switch to mode 1600x900 at 60.0 on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 91.799] (II) intel(0): Setting screen physical size to 423 x 238
[ 91.858] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 91.858] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 91.858] (II) LoadModule: "evdev"
[ 91.858] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 91.861] (II) Module evdev: vendor="X.Org Foundation"
[ 91.861] compiled for 1.18.0, module version = 2.10.1
[ 91.861] Module class: X.Org XInput Driver
[ 91.861] ABI class: X.Org XInput driver, version 22.1
[ 91.861] (II) Using input driver 'evdev' for 'Power Button'
[ 91.861] (**) Power Button: always reports core events
[ 91.861] (**) evdev: Power Button: Device: "/dev/input/event3"
[ 91.861] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 91.861] (--) evdev: Power Button: Found keys
[ 91.861] (II) evdev: Power Button: Configuring as keyboard
[ 91.861] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event3"
[ 91.861] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 91.861] (**) Option "xkb_rules" "evdev"
[ 91.861] (**) Option "xkb_model" "pc104"
[ 91.861] (**) Option "xkb_layout" "us"
[ 91.861] (**) Option "xkb_options" "compose:prsc"
[ 91.880] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[ 91.880] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 91.880] (II) Using input driver 'evdev' for 'Video Bus'
[ 91.880] (**) Video Bus: always reports core events
[ 91.880] (**) evdev: Video Bus: Device: "/dev/input/event11"
[ 91.880] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 91.880] (--) evdev: Video Bus: Found keys
[ 91.880] (II) evdev: Video Bus: Configuring as keyboard
[ 91.880] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input13/event11"
[ 91.880] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 91.880] (**) Option "xkb_rules" "evdev"
[ 91.880] (**) Option "xkb_model" "pc104"
[ 91.880] (**) Option "xkb_layout" "us"
[ 91.880] (**) Option "xkb_options" "compose:prsc"
[ 91.880] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 91.880] (II) No input driver specified, ignoring this device.
[ 91.880] (II) This device may have been added with another device file.
[ 91.880] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[ 91.881] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 91.881] (II) Using input driver 'evdev' for 'Sleep Button'
[ 91.881] (**) Sleep Button: always reports core events
[ 91.881] (**) evdev: Sleep Button: Device: "/dev/input/event2"
[ 91.881] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[ 91.881] (--) evdev: Sleep Button: Found keys
[ 91.881] (II) evdev: Sleep Button: Configuring as keyboard
[ 91.881] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3/event2"
[ 91.881] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[ 91.881] (**) Option "xkb_rules" "evdev"
[ 91.881] (**) Option "xkb_model" "pc104"
[ 91.881] (**) Option "xkb_layout" "us"
[ 91.881] (**) Option "xkb_options" "compose:prsc"
[ 91.881] (II) config/udev: Adding input device B16_b_02 USB-PS/2 Optical Mouse (/dev/input/event13)
[ 91.881] (**) B16_b_02 USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
[ 91.881] (II) Using input driver 'evdev' for 'B16_b_02 USB-PS/2 Optical Mouse'
[ 91.881] (**) B16_b_02 USB-PS/2 Optical Mouse: always reports core events
[ 91.881] (**) evdev: B16_b_02 USB-PS/2 Optical Mouse: Device: "/dev/input/event13"
[ 91.882] (--) evdev: B16_b_02 USB-PS/2 Optical Mouse: Vendor 0x46d Product 0xc024
[ 91.882] (--) evdev: B16_b_02 USB-PS/2 Optical Mouse: Found 8 mouse buttons
[ 91.882] (--) evdev: B16_b_02 USB-PS/2 Optical Mouse: Found scroll wheel(s)
[ 91.882] (--) evdev: B16_b_02 USB-PS/2 Optical Mouse: Found relative axes
[ 91.882] (--) evdev: B16_b_02 USB-PS/2 Optical Mouse: Found x and y relative axes
[ 91.882] (II) evdev: B16_b_02 USB-PS/2 Optical Mouse: Configuring as mouse
[ 91.882] (II) evdev: B16_b_02 USB-PS/2 Optical Mouse: Adding scrollwheel support
[ 91.882] (**) evdev: B16_b_02 USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
[ 91.882] (**) evdev: B16_b_02 USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 91.882] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:046D:C024.0001/input/input15/event13"
[ 91.882] (II) XINPUT: Adding extended input device "B16_b_02 USB-PS/2 Optical Mouse" (type: MOUSE, id 9)
[ 91.882] (II) evdev: B16_b_02 USB-PS/2 Optical Mouse: initialized for relative axes.
[ 91.882] (**) B16_b_02 USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
[ 91.882] (**) B16_b_02 USB-PS/2 Optical Mouse: (accel) acceleration profile 0
[ 91.882] (**) B16_b_02 USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[ 91.882] (**) B16_b_02 USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[ 91.882] (II) config/udev: Adding input device B16_b_02 USB-PS/2 Optical Mouse (/dev/input/mouse1)
[ 91.882] (II) No input driver specified, ignoring this device.
[ 91.882] (II) This device may have been added with another device file.
[ 91.882] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event8)
[ 91.882] (II) No input driver specified, ignoring this device.
[ 91.882] (II) This device may have been added with another device file.
[ 91.883] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event9)
[ 91.883] (II) No input driver specified, ignoring this device.
[ 91.883] (II) This device may have been added with another device file.
[ 91.883] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event10)
[ 91.883] (II) No input driver specified, ignoring this device.
[ 91.883] (II) This device may have been added with another device file.
[ 91.883] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event6)
[ 91.883] (II) No input driver specified, ignoring this device.
[ 91.883] (II) This device may have been added with another device file.
[ 91.883] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event7)
[ 91.883] (II) No input driver specified, ignoring this device.
[ 91.883] (II) This device may have been added with another device file.
[ 91.884] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 91.884] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 91.884] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 91.884] (**) AT Translated Set 2 keyboard: always reports core events
[ 91.884] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 91.884] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 91.884] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 91.884] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 91.884] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 91.884] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[ 91.884] (**) Option "xkb_rules" "evdev"
[ 91.884] (**) Option "xkb_model" "pc104"
[ 91.884] (**) Option "xkb_layout" "us"
[ 91.884] (**) Option "xkb_options" "compose:prsc"
[ 91.884] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event12)
[ 91.884] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 91.884] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchscreen catchall"
[ 91.884] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 91.884] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[ 91.884] (II) LoadModule: "synaptics"
[ 91.884] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 91.885] (II) Module synaptics: vendor="X.Org Foundation"
[ 91.885] compiled for 1.18.0, module version = 1.8.3
[ 91.885] Module class: X.Org XInput Driver
[ 91.885] ABI class: X.Org XInput driver, version 22.1
[ 91.885] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[ 91.885] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 91.885] (**) Option "Device" "/dev/input/event12"
[ 91.944] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
[ 91.944] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5470 (res 60)
[ 91.944] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4498 (res 85)
[ 91.944] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 91.944] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[ 91.944] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[ 91.944] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[ 91.944] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 91.944] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 91.968] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event12"
[ 91.968] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
[ 91.968] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 91.968] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[ 91.968] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.040
[ 91.968] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 91.968] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 91.968] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 91.968] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 91.968] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 91.969] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[ 91.969] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[ 91.969] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[ 91.969] (II) No input driver specified, ignoring this device.
[ 91.969] (II) This device may have been added with another device file.
[ 91.970] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event4)
[ 91.970] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[ 91.970] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
[ 91.970] (**) ThinkPad Extra Buttons: always reports core events
[ 91.970] (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event4"
[ 91.970] (--) evdev: ThinkPad Extra Buttons: Vendor 0x17aa Product 0x5054
[ 91.970] (--) evdev: ThinkPad Extra Buttons: Found keys
[ 91.970] (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard
[ 91.970] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input5/event4"
[ 91.970] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 12)
[ 91.970] (**) Option "xkb_rules" "evdev"
[ 91.970] (**) Option "xkb_model" "pc104"
[ 91.970] (**) Option "xkb_layout" "us"
[ 91.970] (**) Option "xkb_options" "compose:prsc"
[ 92.566] (II) intel(0): EDID vendor "AUO", prod id 8510
[ 92.566] (II) intel(0): Printing DDC gathered Modelines:
[ 92.566] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz eP)
[ 92.566] (II) intel(0): Modeline "1600x900"x0.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz e)
[ 93.934] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse2)
[ 93.935] (II) No input driver specified, ignoring this device.
[ 93.935] (II) This device may have been added with another device file.
[ 93.989] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event14)
[ 93.989] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[ 93.989] (**) TPPS/2 IBM TrackPoint: Applying InputClass "Trackpoint Wheel Emulation"
[ 93.989] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
[ 93.989] (**) TPPS/2 IBM TrackPoint: always reports core events
[ 93.989] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event14"
[ 93.989] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
[ 93.989] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
[ 93.989] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
[ 93.989] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
[ 93.989] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
[ 93.989] (**) Option "Emulate3Buttons" "false"
[ 93.989] (**) Option "EmulateWheel" "true"
[ 93.989] (**) Option "EmulateWheelButton" "2"
[ 93.989] (**) Option "YAxisMapping" "4 5"
[ 93.989] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
[ 93.989] (**) Option "XAxisMapping" "6 7"
[ 93.989] (**) evdev: TPPS/2 IBM TrackPoint: XAxisMapping: buttons 6 and 7
[ 93.989] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 2, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 93.989] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input14/event14"
[ 93.989] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 13)
[ 93.989] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
[ 93.990] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
[ 93.990] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
[ 93.990] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[ 93.990] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
^^^^^^^^^^ /var/log/Xorg.0.log ^^^^^^^^^^
<<<<<<<<<< /var/log/Xorg.0.log.old >>>>>>>>>>
[131312.780]
X.Org X Server 1.18.2
Release Date: 2016-03-11
[131312.781] X Protocol Version 11, Revision 0
[131312.781] Build Operating System: Linux 3.16.0-4-amd64 x86_64 Debian
[131312.781] Current Operating System: Linux kevinolos 4.4.1+kevinoid1+ #2 SMP Tue Feb 2 12:37:00 PST 2016 x86_64
[131312.781] Kernel command line: BOOT_IMAGE=/vmlinuz-4.4.1+kevinoid1+ root=UUID=7a92180f-519c-49f5-a5c1-71e7c48d3a06 ro quiet intel_iommu=on nox2apic
[131312.781] Build Date: 29 March 2016 08:00:01AM
[131312.781] xorg-server 2:1.18.2-3 (http://www.debian.org/support)
[131312.781] Current version of pixman: 0.33.6
[131312.781] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[131312.781] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[131312.781] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Apr 6 06:28:02 2016
[131312.781] (==) Using config directory: "/etc/X11/xorg.conf.d"
[131312.781] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[131312.783] (==) No Layout section. Using the first Screen section.
[131312.783] (==) No screen section available. Using defaults.
[131312.783] (**) |-->Screen "Default Screen Section" (0)
[131312.783] (**) | |-->Monitor "<default monitor>"
[131312.784] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[131312.784] (==) Automatically adding devices
[131312.784] (==) Automatically enabling devices
[131312.784] (==) Automatically adding GPU devices
[131312.784] (==) Max clients allowed: 256, resource mask: 0x1fffff
[131312.785] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[131312.785] Entry deleted from font path.
[131312.786] (==) 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
[131312.786] (==) ModulePath set to "/usr/lib/xorg/modules"
[131312.786] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[131312.786] (II) Loader magic: 0x558764daedc0
[131312.786] (II) Module ABI versions:
[131312.786] X.Org ANSI C Emulation: 0.4
[131312.786] X.Org Video Driver: 20.0
[131312.786] X.Org XInput driver : 22.1
[131312.786] X.Org Server Extension : 9.0
[131312.787] (++) using VT number 7
[131312.787] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[131312.787] (II) xfree86: Adding drm device (/dev/dri/card0)
[131312.790] (--) PCI:*(0:0:2:0) 8086:0166:17aa:21f4 rev 9, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x00006000/64
[131312.790] (II) LoadModule: "glx"
[131312.791] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[131312.797] (II) Module glx: vendor="X.Org Foundation"
[131312.797] compiled for 1.18.2, module version = 1.0.0
[131312.797] ABI class: X.Org Server Extension, version 9.0
[131312.797] (==) AIGLX enabled
[131312.797] (==) Matched intel as autoconfigured driver 0
[131312.797] (==) Matched intel as autoconfigured driver 1
[131312.798] (==) Matched modesetting as autoconfigured driver 2
[131312.798] (==) Matched fbdev as autoconfigured driver 3
[131312.798] (==) Matched vesa as autoconfigured driver 4
[131312.798] (==) Assigned the driver to the xf86ConfigLayout
[131312.798] (II) LoadModule: "intel"
[131312.798] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[131312.801] (II) Module intel: vendor="X.Org Foundation"
[131312.801] compiled for 1.18.2, module version = 2.99.917
[131312.801] Module class: X.Org Video Driver
[131312.801] ABI class: X.Org Video Driver, version 20.0
[131312.801] (II) LoadModule: "modesetting"
[131312.801] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[131312.802] (II) Module modesetting: vendor="X.Org Foundation"
[131312.802] compiled for 1.18.2, module version = 1.18.2
[131312.802] Module class: X.Org Video Driver
[131312.802] ABI class: X.Org Video Driver, version 20.0
[131312.802] (II) LoadModule: "fbdev"
[131312.803] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[131312.803] (II) Module fbdev: vendor="X.Org Foundation"
[131312.803] compiled for 1.18.0, module version = 0.4.4
[131312.803] Module class: X.Org Video Driver
[131312.803] ABI class: X.Org Video Driver, version 20.0
[131312.803] (II) LoadModule: "vesa"
[131312.803] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[131312.804] (II) Module vesa: vendor="X.Org Foundation"
[131312.804] compiled for 1.18.0, module version = 2.3.4
[131312.804] Module class: X.Org Video Driver
[131312.804] ABI class: X.Org Video Driver, version 20.0
[131312.804] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[131312.804] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[131312.804] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[131312.804] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[131312.804] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[131312.804] (II) FBDEV: driver for framebuffer: fbdev
[131312.804] (II) VESA: driver for VESA chipsets: vesa
[131312.805] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20151010
[131312.805] (II) intel(0): SNA compiled: xserver-xorg-video-intel 2:2.99.917+git20160325-1 (Timo Aaltonen <tjaalton at debian.org>)
[131312.805] (II) intel(0): SNA compiled for use with valgrind
[131312.807] (WW) Falling back to old probe method for modesetting
[131312.807] (WW) Falling back to old probe method for fbdev
[131312.807] (II) Loading sub module "fbdevhw"
[131312.807] (II) LoadModule: "fbdevhw"
[131312.807] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[131312.807] (II) Module fbdevhw: vendor="X.Org Foundation"
[131312.807] compiled for 1.18.2, module version = 0.0.2
[131312.807] ABI class: X.Org Video Driver, version 20.0
[131312.807] (WW) Falling back to old probe method for vesa
[131312.808] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4000
[131312.808] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx; using a maximum of 2 threads
[131312.808] (II) intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[131312.808] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[131312.808] (==) intel(0): RGB weight 888
[131312.808] (==) intel(0): Default visual is TrueColor
[131312.809] (II) intel(0): Output LVDS1 has no monitor section
[131312.840] (--) intel(0): Found backlight control interface intel_backlight (type 'raw') for output LVDS1
[131312.840] (II) intel(0): Enabled output LVDS1
[131312.840] (II) intel(0): Output VGA1 has no monitor section
[131312.840] (II) intel(0): Enabled output VGA1
[131312.840] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[131312.840] (II) intel(0): Output VIRTUAL1 has no monitor section
[131312.840] (II) intel(0): Enabled output VIRTUAL1
[131312.840] (--) intel(0): Output LVDS1 using initial mode 1600x900 on pipe 0
[131312.840] (==) intel(0): TearFree disabled
[131312.840] (==) intel(0): DPI set to (96, 96)
[131312.840] (II) Loading sub module "dri2"
[131312.840] (II) LoadModule: "dri2"
[131312.840] (II) Module "dri2" already built-in
[131312.840] (II) Loading sub module "present"
[131312.840] (II) LoadModule: "present"
[131312.840] (II) Module "present" already built-in
[131312.841] (II) UnloadModule: "modesetting"
[131312.841] (II) Unloading modesetting
[131312.841] (II) UnloadModule: "fbdev"
[131312.841] (II) Unloading fbdev
[131312.841] (II) UnloadSubModule: "fbdevhw"
[131312.841] (II) Unloading fbdevhw
[131312.841] (II) UnloadModule: "vesa"
[131312.841] (II) Unloading vesa
[131312.841] (==) Depth 24 pixmap format is 32 bpp
[131312.855] (II) intel(0): SNA initialized with Ivybridge (gen7, gt2) backend
[131312.855] (==) intel(0): Backing store enabled
[131312.855] (==) intel(0): Silken mouse enabled
[131312.858] (II) intel(0): HW Cursor enabled
[131312.858] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[131312.860] (==) intel(0): DPMS enabled
[131312.860] (==) intel(0): Display hotplug detection enabled
[131312.860] (II) intel(0): [DRI2] Setup complete
[131312.860] (II) intel(0): [DRI2] DRI driver: i965
[131312.860] (II) intel(0): [DRI2] VDPAU driver: va_gl
[131312.860] (II) intel(0): direct rendering: DRI2 enabled
[131312.860] (II) intel(0): hardware support for Present enabled
[131312.860] (--) RandR disabled
[131312.866] (II) SELinux: Disabled on system
[131312.879] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[131312.879] (II) AIGLX: enabled GLX_ARB_create_context
[131312.879] (II) AIGLX: enabled GLX_ARB_create_context_profile
[131312.879] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[131312.879] (II) AIGLX: enabled GLX_INTEL_swap_event
[131312.879] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[131312.879] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[131312.879] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[131312.879] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[131312.879] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[131312.879] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[131312.880] (II) AIGLX: Loaded and initialized i965
[131312.880] (II) GLX: Initialized DRI2 GL provider for screen 0
[131312.883] (II) intel(0): switch to mode 1600x900 at 60.0 on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none
[131312.883] (II) intel(0): Setting screen physical size to 423 x 238
[131312.959] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[131312.959] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[131312.959] (II) LoadModule: "evdev"
[131312.959] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[131312.960] (II) Module evdev: vendor="X.Org Foundation"
[131312.960] compiled for 1.18.0, module version = 2.10.1
[131312.960] Module class: X.Org XInput Driver
[131312.960] ABI class: X.Org XInput driver, version 22.1
[131312.960] (II) Using input driver 'evdev' for 'Power Button'
[131312.960] (**) Power Button: always reports core events
[131312.960] (**) evdev: Power Button: Device: "/dev/input/event3"
[131312.960] (--) evdev: Power Button: Vendor 0 Product 0x1
[131312.960] (--) evdev: Power Button: Found keys
[131312.960] (II) evdev: Power Button: Configuring as keyboard
[131312.960] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event3"
[131312.960] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[131312.961] (**) Option "xkb_rules" "evdev"
[131312.961] (**) Option "xkb_model" "pc104"
[131312.961] (**) Option "xkb_layout" "us"
[131312.961] (**) Option "xkb_options" "compose:prsc"
[131312.991] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[131312.991] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[131312.991] (II) Using input driver 'evdev' for 'Video Bus'
[131312.991] (**) Video Bus: always reports core events
[131312.991] (**) evdev: Video Bus: Device: "/dev/input/event11"
[131312.991] (--) evdev: Video Bus: Vendor 0 Product 0x6
[131312.991] (--) evdev: Video Bus: Found keys
[131312.991] (II) evdev: Video Bus: Configuring as keyboard
[131312.991] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input14/event11"
[131312.991] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[131312.991] (**) Option "xkb_rules" "evdev"
[131312.991] (**) Option "xkb_model" "pc104"
[131312.991] (**) Option "xkb_layout" "us"
[131312.991] (**) Option "xkb_options" "compose:prsc"
[131312.992] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[131312.992] (II) No input driver specified, ignoring this device.
[131312.992] (II) This device may have been added with another device file.
[131312.993] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[131312.993] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[131312.993] (II) Using input driver 'evdev' for 'Sleep Button'
[131312.993] (**) Sleep Button: always reports core events
[131312.993] (**) evdev: Sleep Button: Device: "/dev/input/event2"
[131312.993] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[131312.993] (--) evdev: Sleep Button: Found keys
[131312.993] (II) evdev: Sleep Button: Configuring as keyboard
[131312.993] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4/event2"
[131312.993] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[131312.993] (**) Option "xkb_rules" "evdev"
[131312.993] (**) Option "xkb_model" "pc104"
[131312.993] (**) Option "xkb_layout" "us"
[131312.993] (**) Option "xkb_options" "compose:prsc"
[131312.994] (II) config/udev: Adding input device B16_b_02 USB-PS/2 Optical Mouse (/dev/input/event13)
[131312.994] (**) B16_b_02 USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
[131312.994] (II) Using input driver 'evdev' for 'B16_b_02 USB-PS/2 Optical Mouse'
[131312.994] (**) B16_b_02 USB-PS/2 Optical Mouse: always reports core events
[131312.994] (**) evdev: B16_b_02 USB-PS/2 Optical Mouse: Device: "/dev/input/event13"
[131312.994] (--) evdev: B16_b_02 USB-PS/2 Optical Mouse: Vendor 0x46d Product 0xc024
[131312.994] (--) evdev: B16_b_02 USB-PS/2 Optical Mouse: Found 8 mouse buttons
[131312.994] (--) evdev: B16_b_02 USB-PS/2 Optical Mouse: Found scroll wheel(s)
[131312.994] (--) evdev: B16_b_02 USB-PS/2 Optical Mouse: Found relative axes
[131312.994] (--) evdev: B16_b_02 USB-PS/2 Optical Mouse: Found x and y relative axes
[131312.994] (II) evdev: B16_b_02 USB-PS/2 Optical Mouse: Configuring as mouse
[131312.994] (II) evdev: B16_b_02 USB-PS/2 Optical Mouse: Adding scrollwheel support
[131312.994] (**) evdev: B16_b_02 USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
[131312.994] (**) evdev: B16_b_02 USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[131312.994] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.2/3-1.2:1.0/0003:046D:C024.0001/input/input16/event13"
[131312.994] (II) XINPUT: Adding extended input device "B16_b_02 USB-PS/2 Optical Mouse" (type: MOUSE, id 9)
[131312.994] (II) evdev: B16_b_02 USB-PS/2 Optical Mouse: initialized for relative axes.
[131312.994] (**) B16_b_02 USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
[131312.994] (**) B16_b_02 USB-PS/2 Optical Mouse: (accel) acceleration profile 0
[131312.994] (**) B16_b_02 USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[131312.994] (**) B16_b_02 USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[131312.995] (II) config/udev: Adding input device B16_b_02 USB-PS/2 Optical Mouse (/dev/input/mouse1)
[131312.995] (II) No input driver specified, ignoring this device.
[131312.995] (II) This device may have been added with another device file.
[131312.995] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event7)
[131312.995] (II) No input driver specified, ignoring this device.
[131312.995] (II) This device may have been added with another device file.
[131312.996] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event8)
[131312.996] (II) No input driver specified, ignoring this device.
[131312.996] (II) This device may have been added with another device file.
[131312.996] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event9)
[131312.996] (II) No input driver specified, ignoring this device.
[131312.996] (II) This device may have been added with another device file.
[131312.996] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event10)
[131312.997] (II) No input driver specified, ignoring this device.
[131312.997] (II) This device may have been added with another device file.
[131312.997] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event6)
[131312.997] (II) No input driver specified, ignoring this device.
[131312.997] (II) This device may have been added with another device file.
[131312.997] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[131312.997] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[131312.997] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[131312.997] (**) AT Translated Set 2 keyboard: always reports core events
[131312.997] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[131312.997] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[131312.997] (--) evdev: AT Translated Set 2 keyboard: Found keys
[131312.997] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[131312.997] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[131312.997] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[131312.997] (**) Option "xkb_rules" "evdev"
[131312.997] (**) Option "xkb_model" "pc104"
[131312.997] (**) Option "xkb_layout" "us"
[131312.998] (**) Option "xkb_options" "compose:prsc"
[131312.998] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event12)
[131312.998] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[131312.998] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchscreen catchall"
[131312.998] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[131312.998] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[131312.998] (II) LoadModule: "synaptics"
[131312.998] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[131312.999] (II) Module synaptics: vendor="X.Org Foundation"
[131312.999] compiled for 1.18.0, module version = 1.8.3
[131312.999] Module class: X.Org XInput Driver
[131312.999] ABI class: X.Org XInput driver, version 22.1
[131312.999] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[131312.999] (**) SynPS/2 Synaptics TouchPad: always reports core events
[131312.999] (**) Option "Device" "/dev/input/event12"
[131313.044] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
[131313.044] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5470 (res 60)
[131313.044] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4498 (res 85)
[131313.044] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[131313.044] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[131313.044] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[131313.044] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[131313.044] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[131313.044] (**) SynPS/2 Synaptics TouchPad: always reports core events
[131313.068] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event12"
[131313.068] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
[131313.068] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[131313.068] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[131313.068] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.040
[131313.068] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[131313.068] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[131313.068] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[131313.068] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[131313.068] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[131313.069] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[131313.069] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[131313.069] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event14)
[131313.069] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[131313.069] (**) TPPS/2 IBM TrackPoint: Applying InputClass "Trackpoint Wheel Emulation"
[131313.069] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
[131313.069] (**) TPPS/2 IBM TrackPoint: always reports core events
[131313.069] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event14"
[131313.069] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
[131313.069] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
[131313.069] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
[131313.069] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
[131313.069] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
[131313.069] (**) Option "Emulate3Buttons" "false"
[131313.069] (**) Option "EmulateWheel" "true"
[131313.069] (**) Option "EmulateWheelButton" "2"
[131313.069] (**) Option "YAxisMapping" "4 5"
[131313.070] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
[131313.070] (**) Option "XAxisMapping" "6 7"
[131313.070] (**) evdev: TPPS/2 IBM TrackPoint: XAxisMapping: buttons 6 and 7
[131313.070] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 2, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[131313.070] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input15/event14"
[131313.070] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 12)
[131313.070] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
[131313.070] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
[131313.070] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
[131313.070] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[131313.070] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[131313.070] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse2)
[131313.070] (II) No input driver specified, ignoring this device.
[131313.070] (II) This device may have been added with another device file.
[131313.071] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[131313.071] (II) No input driver specified, ignoring this device.
[131313.071] (II) This device may have been added with another device file.
[131313.072] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event4)
[131313.072] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[131313.072] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
[131313.072] (**) ThinkPad Extra Buttons: always reports core events
[131313.072] (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event4"
[131313.072] (--) evdev: ThinkPad Extra Buttons: Vendor 0x17aa Product 0x5054
[131313.072] (--) evdev: ThinkPad Extra Buttons: Found keys
[131313.072] (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard
[131313.072] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input6/event4"
[131313.072] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 13)
[131313.072] (**) Option "xkb_rules" "evdev"
[131313.072] (**) Option "xkb_model" "pc104"
[131313.072] (**) Option "xkb_layout" "us"
[131313.072] (**) Option "xkb_options" "compose:prsc"
[131313.108] (II) config/udev: removing device B16_b_02 USB-PS/2 Optical Mouse
[131313.124] (II) evdev: B16_b_02 USB-PS/2 Optical Mouse: Close
[131313.124] (II) UnloadModule: "evdev"
[131314.840] (II) intel(0): EDID vendor "AUO", prod id 8510
[131314.840] (II) intel(0): Printing DDC gathered Modelines:
[131314.840] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz eP)
[131314.840] (II) intel(0): Modeline "1600x900"x0.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz e)
[131328.436] (II) intel(0): switch to mode 1600x900 at 60.0 on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none
[134645.471] (II) evdev: ThinkPad Extra Buttons: Close
[134645.472] (II) UnloadModule: "evdev"
[134645.472] (II) evdev: TPPS/2 IBM TrackPoint: Close
[134645.472] (II) UnloadModule: "evdev"
[134645.472] (II) UnloadModule: "synaptics"
[134645.472] (II) evdev: AT Translated Set 2 keyboard: Close
[134645.472] (II) UnloadModule: "evdev"
[134645.472] (II) evdev: Sleep Button: Close
[134645.472] (II) UnloadModule: "evdev"
[134645.472] (II) evdev: Video Bus: Close
[134645.472] (II) UnloadModule: "evdev"
[134645.472] (II) evdev: Power Button: Close
[134645.472] (II) UnloadModule: "evdev"
[134645.547] (II) Server terminated successfully (0). Closing log file.
^^^^^^^^^^ /var/log/Xorg.0.log.old ^^^^^^^^^^
<<<<<<<<<< Xorg (journald) >>>>>>>>>>
-- No entries --
^^^^^^^^^^ Xorg (journald) ^^^^^^^^^^
Kernel modules: nvidia.ko
/lib/modules/4.4.1+kevinoid1+/nvidia/nvidia-current-uvm.ko
/lib/modules/4.4.1+kevinoid1+/nvidia/nvidia-current.ko
filename: /lib/modules/4.4.1+kevinoid1+/nvidia/nvidia-current-uvm.ko
supported: external
license: MIT
depends: nvidia
vermagic: 4.4.1+kevinoid1+ SMP mod_unload modversions
filename: /lib/modules/4.4.1+kevinoid1+/nvidia/nvidia-current.ko
alias: char-major-195-*
version: 352.79
supported: external
license: NVIDIA
alias: pci:v000010DEd00000E00sv*sd*bc04sc80i00*
alias: pci:v000010DEd*sv*sd*bc03sc02i00*
alias: pci:v000010DEd*sv*sd*bc03sc00i00*
depends: drm,i2c-core
vermagic: 4.4.1+kevinoid1+ SMP mod_unload modversions
lsmod:
Module Size Used by
fuse 90112 3
pci_stub 16384 1
vboxpci 24576 0
vboxnetadp 28672 0
vboxnetflt 28672 0
vboxdrv 450560 3 vboxnetadp,vboxnetflt,vboxpci
ctr 16384 3
ccm 20480 3
cpufreq_stats 16384 0
cpufreq_powersave 16384 0
cpufreq_userspace 16384 0
cpufreq_conservative 16384 0
xt_CHECKSUM 16384 1
bridge 122880 0
stp 16384 1 bridge
llc 16384 2 stp,bridge
algif_skcipher 20480 0
af_alg 16384 1 algif_skcipher
hid_generic 16384 0
usbhid 49152 0
hid 122880 2 hid_generic,usbhid
ip6t_REJECT 16384 7
nf_reject_ipv6 16384 1 ip6t_REJECT
ip6table_raw 16384 0
ip6table_mangle 16384 0
nouveau 1474560 0
ip6table_nat 16384 0
nf_conntrack_ipv6 20480 8
nf_defrag_ipv6 36864 1 nf_conntrack_ipv6
nf_nat_ipv6 16384 1 ip6table_nat
ip6table_filter 16384 1
mxm_wmi 16384 1 nouveau
ip6_tables 28672 4 ip6table_filter,ip6table_mangle,ip6table_nat,ip6table_raw
ttm 94208 1 nouveau
joydev 20480 0
i915 1179648 4
drm_kms_helper 131072 2 i915,nouveau
drm 352256 8 ttm,i915,drm_kms_helper,nouveau
i2c_algo_bit 16384 2 i915,nouveau
binfmt_misc 20480 1
hmac 16384 1
sha256_ssse3 32768 3
snd_hda_codec_realtek 81920 1
intel_rapl 20480 0
snd_hda_codec_generic 73728 1 snd_hda_codec_realtek
sha256_generic 24576 1 sha256_ssse3
drbg 28672 1
iosf_mbi 16384 1 intel_rapl
ansi_cprng 16384 0
x86_pkg_temp_thermal 16384 0
intel_powerclamp 16384 0
coretemp 16384 0
kvm_intel 167936 0
kvm 512000 1 kvm_intel
irqbypass 16384 1 kvm
crct10dif_pclmul 16384 0
crc32_pclmul 16384 0
crc32c_intel 24576 0
arc4 16384 2
i2c_i801 20480 0
iwldvm 135168 0
psmouse 122880 0
pcspkr 16384 0
i2c_core 57344 6 drm,i915,i2c_i801,drm_kms_helper,i2c_algo_bit,nouveau
mac80211 618496 1 iwldvm
iTCO_wdt 16384 0
sg 32768 0
iTCO_vendor_support 16384 1 iTCO_wdt
sdhci_pci 28672 0
sdhci 45056 1 sdhci_pci
mmc_core 126976 2 sdhci,sdhci_pci
iwlwifi 126976 1 iwldvm
cfg80211 532480 3 iwlwifi,mac80211,iwldvm
snd_hda_intel 36864 1
xhci_pci 16384 0
snd_hda_codec 135168 3 snd_hda_codec_realtek,snd_hda_codec_generic,snd_hda_intel
snd_hda_core 65536 4 snd_hda_codec_realtek,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
e1000e 233472 0
xhci_hcd 176128 1 xhci_pci
ehci_pci 16384 0
snd_hwdep 16384 1 snd_hda_codec
ehci_hcd 77824 1 ehci_pci
snd_pcm 102400 3 snd_hda_codec,snd_hda_intel,snd_hda_core
snd_timer 32768 1 snd_pcm
usbcore 237568 5 ehci_hcd,ehci_pci,usbhid,xhci_hcd,xhci_pci
shpchp 36864 0
mei_me 28672 0
usb_common 16384 1 usbcore
ptp 20480 1 e1000e
mei 98304 1 mei_me
pps_core 20480 1 ptp
thinkpad_acpi 86016 1
wmi 16384 2 mxm_wmi,nouveau
nvram 16384 1 thinkpad_acpi
snd 81920 10 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,thinkpad_acpi
soundcore 16384 1 snd
fjes 28672 0
rfkill 24576 4 cfg80211,thinkpad_acpi
video 40960 3 i915,thinkpad_acpi,nouveau
battery 16384 0
tpm_tis 20480 0
ac 16384 0
tpm 45056 1 tpm_tis
button 16384 2 i915,nouveau
processor 36864 0
ipt_MASQUERADE 16384 2
nf_nat_masquerade_ipv4 16384 1 ipt_MASQUERADE
xt_owner 16384 2
xt_tcpudp 16384 23
xt_conntrack 16384 14
ipt_REJECT 16384 5
nf_reject_ipv4 16384 1 ipt_REJECT
ip_set 45056 0
nfnetlink 16384 1 ip_set
iptable_raw 16384 0
iptable_mangle 16384 1
iptable_nat 16384 1
nf_conntrack_ipv4 20480 8
nf_defrag_ipv4 16384 1 nf_conntrack_ipv4
nf_nat_ipv4 16384 1 iptable_nat
nf_nat 24576 3 nf_nat_ipv4,nf_nat_ipv6,nf_nat_masquerade_ipv4
iptable_filter 16384 1
ip_tables 28672 4 iptable_filter,iptable_mangle,iptable_nat,iptable_raw
x_tables 36864 15 ip6table_filter,ip6table_mangle,xt_CHECKSUM,ip_tables,xt_tcpudp,ipt_MASQUERADE,xt_owner,xt_conntrack,iptable_filter,ip6table_raw,ipt_REJECT,iptable_mangle,ip6_tables,iptable_raw,ip6t_REJECT
nf_conntrack_netbios_ns 16384 0
nf_conntrack_broadcast 16384 1 nf_conntrack_netbios_ns
nf_conntrack_irc 16384 0
nf_conntrack_ftp 16384 0
nf_conntrack 118784 11 nf_conntrack_netbios_ns,nf_nat,nf_nat_ipv4,nf_nat_ipv6,xt_conntrack,nf_nat_masquerade_ipv4,nf_conntrack_broadcast,nf_conntrack_ftp,nf_conntrack_irc,nf_conntrack_ipv4,nf_conntrack_ipv6
loop 28672 0
parport_pc 28672 0
ppdev 20480 0
lp 20480 0
parport 49152 3 lp,ppdev,parport_pc
autofs4 40960 2
ext4 569344 4
crc16 16384 1 ext4
mbcache 20480 1 ext4
jbd2 102400 1 ext4
dm_crypt 24576 4
dm_mod 110592 9 dm_crypt
sd_mod 45056 8
ahci 36864 6
libahci 32768 1 ahci
aesni_intel 167936 16
aes_x86_64 20480 1 aesni_intel
glue_helper 16384 1 aesni_intel
lrw 16384 1 aesni_intel
libata 233472 2 ahci,libahci
gf128mul 16384 1 lrw
ablk_helper 16384 1 aesni_intel
cryptd 20480 6 aesni_intel,ablk_helper
evdev 24576 32
scsi_mod 229376 3 sg,libata,sd_mod
input_leds 16384 0
serio_raw 16384 0
thermal 20480 0
xrandr:
Screen 0: minimum 8 x 8, current 1600 x 900, maximum 32767 x 32767
LVDS1 connected 1600x900+0+0 (normal left inverted right x axis y axis) 309mm x 174mm
1600x900 60.01*+ 40.00
1440x900 59.89
1368x768 60.00
1360x768 59.80 59.96
1152x864 60.00
1280x720 60.00
1024x768 60.00
1024x576 60.00
960x540 60.00
800x600 60.32 56.25
864x486 60.00
800x450 60.00
640x480 59.94
720x405 60.00
640x360 60.00
VGA1 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
-- System Information:
Debian Release: stretch/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.4.1+kevinoid1+ (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages nvidia-kernel-source depends on:
ii debhelper 9.20160313
pn make:any <none>
ii quilt 0.63-3
ii xz-utils 5.1.1alpha+20120614-2.1
Versions of packages nvidia-kernel-source recommends:
ii kernel-package 13.018
ii module-assistant 0.11.8
ii nvidia-kernel-support 352.79-5
Versions of packages nvidia-kernel-source suggests:
ii nvidia-driver 352.79-5
Versions of packages nvidia-driver depends on:
ii libegl1-nvidia 352.79-5
ii libgl1-nvidia-glx 352.79-5
ii nvidia-alternative 352.79-5
ii nvidia-driver-bin 352.79-5
ii nvidia-installer-cleanup 20151021+4
ii nvidia-kernel-4.4.1+kevinoid1+ [nvidia-kernel-352.79] 352.79-1+4.4.1+1
ii nvidia-legacy-check 352.79-5
ii nvidia-support 20151021+4
ii nvidia-vdpau-driver 352.79-5
ii xserver-xorg-video-nvidia 352.79-5
Versions of packages nvidia-driver recommends:
pn libgl1-nvidia-glx-i386 <none>
ii libgles1-nvidia 352.79-5
ii libgles2-nvidia 352.79-5
pn nvidia-persistenced <none>
ii nvidia-settings 340.93-1
nvidia-driver suggests no packages.
Versions of packages libgl1-nvidia-glx depends on:
ii libc6 2.22-5
ii libx11-6 2:1.6.3-1
ii libxext6 2:1.3.3-1
ii nvidia-alternative 352.79-5
ii nvidia-installer-cleanup 20151021+4
ii nvidia-legacy-check 352.79-5
ii nvidia-support 20151021+4
Versions of packages libgl1-nvidia-glx recommends:
ii nvidia-kernel-4.4.1+kevinoid1+ [nvidia-kernel-352.79] 352.79-1+4.4.1+1
libgl1-nvidia-glx suggests no packages.
Versions of packages xserver-xorg-video-nvidia depends on:
ii libc6 2.22-5
ii libgl1-nvidia-glx 352.79-5
ii nvidia-alternative 352.79-5
ii nvidia-installer-cleanup 20151021+4
ii nvidia-legacy-check 352.79-5
ii nvidia-support 20151021+4
ii xserver-xorg-core [xorg-video-abi-20] 2:1.18.2-3
Versions of packages xserver-xorg-video-nvidia recommends:
ii nvidia-driver 352.79-5
ii nvidia-kernel-4.4.1+kevinoid1+ [nvidia-kernel-352.79] 352.79-1+4.4.1+1
ii nvidia-settings 340.93-1
ii nvidia-vdpau-driver 352.79-5
xserver-xorg-video-nvidia suggests no packages.
Versions of packages nvidia-alternative depends on:
ii glx-alternative-nvidia 0.7.2
ii nvidia-legacy-check 352.79-5
Versions of packages glx-alternative-nvidia depends on:
ii glx-alternative-mesa 0.7.2
ii glx-diversions 0.7.2
ii update-glx 0.7.2
Versions of packages glx-alternative-nvidia suggests:
ii nvidia-driver 352.79-5
Versions of packages xserver-xorg-video-intel depends on:
ii libc6 2.22-5
ii libdrm-intel1 2.4.67-1
ii libdrm2 2.4.67-1
ii libpciaccess0 0.13.4-1
ii libpixman-1-0 0.33.6-1
ii libudev1 229-3
ii libx11-6 2:1.6.3-1
ii libx11-xcb1 2:1.6.3-1
ii libxcb-dri2-0 1.11.1-1
ii libxcb-dri3-0 1.11.1-1
ii libxcb-sync1 1.11.1-1
ii libxcb-util0 0.3.8-3
ii libxcb1 1.11.1-1
ii libxcursor1 1:1.1.14-1+b1
ii libxdamage1 1:1.1.4-2+b1
ii libxext6 2:1.3.3-1
ii libxfixes3 1:5.0.1-2+b2
ii libxinerama1 2:1.1.3-1+b1
ii libxrandr2 2:1.5.0-1
ii libxrender1 1:0.9.9-2
ii libxshmfence1 1.2-1
ii libxss1 1:1.2.2-1
ii libxtst6 2:1.2.2-1+b1
ii libxv1 2:1.0.10-1+b1
ii libxvmc1 2:1.0.9-1
ii xserver-xorg-core [xorg-video-abi-20] 2:1.18.2-3
Versions of packages nvidia-kernel-source is related to:
pn bumblebee <none>
pn bumblebee-nvidia <none>
ii libcuda1 [libcuda1-any] 352.79-5
pn libdrm-nouveau1 <none>
pn libdrm-nouveau1a <none>
ii libdrm-nouveau2 2.4.67-1
ii libgl1-nvidia-glx [libgl1-nvidia-glx-any] 352.79-5
pn linux-headers <none>
ii make 4.1-9
ii nvidia-driver [nvidia-glx-any] 352.79-5
pn nvidia-glx <none>
ii nvidia-kernel-common 20151021+4
pn nvidia-kernel-dkms <none>
ii nvidia-kernel-source 352.79-5
ii nvidia-kernel-support [nvidia-kernel-support-any] 352.79-5
ii nvidia-modprobe 361.28-1
ii nvidia-settings 340.93-1
ii nvidia-support 20151021+4
pn nvidia-xconfig <none>
ii xserver-xorg 1:7.7+14
ii xserver-xorg-core 2:1.18.2-3
pn xserver-xorg-legacy <none>
ii xserver-xorg-video-nouveau 1:1.0.12-1+b1
ii xserver-xorg-video-nvidia [xserver-xorg-video-nvidia-any] 352.79-5
-- debconf information excluded
--
Cheers, | kevin at kevinlocke.name | XMPP: kevin at kevinlocke.name
Kevin | https://kevinlocke.name | IRC: kevinoid on freenode
-------------- next part --------------
A non-text attachment was scrubbed...
Name: nvidia-kernel-source_352.79-1.log.gz
Type: application/gzip
Size: 11954 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-nvidia-devel/attachments/20160406/65c6134f/attachment-0001.bin>
-------------- next part --------------
exec make kpkg_version=13.018 -f /usr/share/kernel-package/ruleset/minimal.mk debian DEBIAN_REVISION=4.5+1 APPEND_TO_VERSION=+kevinoid1 KPKG_SELECTED_MODULES="nvidia-kernel" ROOT_CMD=fakeroot
====== making target debian/stamp/conf/minimal_debian [new prereqs: ]======
This is kernel package version 13.018.
test -d debian || mkdir debian
test ! -e stamp-building || rm -f stamp-building
install -p -m 755 /usr/share/kernel-package/rules debian/rules
for file in ChangeLog Control Control.bin86 config templates.in rules; do \
cp -f /usr/share/kernel-package/$file ./debian/; \
done
cp: cannot stat '/usr/share/kernel-package/ChangeLog': No such file or directory
for dir in Config docs examples ruleset scripts pkg po; do \
cp -af /usr/share/kernel-package/$dir ./debian/; \
done
test -f debian/control || sed -e 's/=V/4.5.0+kevinoid1/g' \
-e 's/=D/4.5+1/g' -e 's/=A/amd64/g' \
-e 's/=SA//g' \
-e 's/=I//g' \
-e 's/=CV/4.5/g' \
-e 's/=M/Kevin Locke <kevin at kevinlocke.name>/g' \
-e 's/=ST/linux/g' -e 's/=B/x86_64/g' \
-e 's/=R//g' /usr/share/kernel-package/Control > debian/control
test -f debian/changelog || sed -e 's/=V/4.5.0+kevinoid1/g' \
-e 's/=D/4.5+1/g' -e 's/=A/amd64/g' \
-e 's/=ST/linux/g' -e 's/=B/x86_64/g' \
-e 's/=M/Kevin Locke <kevin at kevinlocke.name>/g' \
/usr/share/kernel-package/changelog > debian/changelog
chmod 0644 debian/control debian/changelog
test -d ./debian/stamp || mkdir debian/stamp
make -f debian/rules debian/stamp/conf/kernel-conf
make[1]: Entering directory '/usr/src/linux'
====== making target debian/stamp/conf/kernel-conf [new prereqs: ]======
make EXTRAVERSION=+kevinoid1 ARCH=x86_64 \
oldconfig;
make[2]: Entering directory '/usr/src/linux'
scripts/kconfig/conf --oldconfig Kconfig
#
# configuration written to .config
#
make[2]: Leaving directory '/usr/src/linux'
make EXTRAVERSION=+kevinoid1 ARCH=x86_64 prepare
make[2]: Entering directory '/usr/src/linux'
scripts/kconfig/conf --silentoldconfig Kconfig
CHK include/config/kernel.release
CHK include/generated/uapi/linux/version.h
CHK include/generated/utsrelease.h
CHK include/generated/bounds.h
CHK include/generated/timeconst.h
CHK include/generated/asm-offsets.h
CALL scripts/checksyscalls.sh
make[2]: Leaving directory '/usr/src/linux'
echo done > debian/stamp/conf/kernel-conf
make[1]: Leaving directory '/usr/src/linux'
make -f debian/rules debian/stamp/conf/full-changelog
make[1]: Entering directory '/usr/src/linux'
====== making target debian/stamp/conf/full-changelog [new prereqs: ]======
for file in ChangeLog Control Control.bin86 config templates.in rules; do \
cp -f /usr/share/kernel-package/$file ./debian/; \
done
cp: cannot stat '/usr/share/kernel-package/ChangeLog': No such file or directory
for dir in Config docs examples ruleset scripts pkg po; do \
cp -af /usr/share/kernel-package/$dir ./debian/; \
done
install -p -m 755 /usr/share/kernel-package/rules debian/rules
sed -e 's/=V/4.5.0+kevinoid1/g' \
-e 's/=D/4.5+1/g' -e 's/=A/amd64/g' \
-e 's/=SA//g' \
-e 's/=I//g' \
-e 's/=CV/4.5/g' \
-e 's/=M/Kevin Locke <kevin at kevinlocke.name>/g' \
-e 's/=ST/linux/g' -e 's/=B/x86_64/g' \
-e 's/=R//g' /usr/share/kernel-package/Control > debian/control
sed -e 's/=V/4.5.0+kevinoid1/g' -e 's/=D/4.5+1/g' \
-e 's/=A/amd64/g' -e 's/=M/Kevin Locke <kevin at kevinlocke.name>/g' \
-e 's/=ST/linux/g' -e 's/=B/x86_64/g' \
/usr/share/kernel-package/changelog > debian/changelog
chmod 0644 debian/control debian/changelog
make -f debian/rules debian/stamp/conf/kernel-conf
make[2]: Entering directory '/usr/src/linux'
make[2]: 'debian/stamp/conf/kernel-conf' is up to date.
make[2]: Leaving directory '/usr/src/linux'
make[1]: Leaving directory '/usr/src/linux'
echo done > debian/stamp/conf/minimal_debian
exec debian/rules DEBIAN_REVISION=4.5+1 APPEND_TO_VERSION=+kevinoid1 KPKG_SELECTED_MODULES="nvidia-kernel" ROOT_CMD=fakeroot modules_image
for module in /usr/src/modules/nvidia-kernel ; do \
if test -d $module; then \
(cd $module; \
if ./debian/rules KVERS="4.5.0+kevinoid1" KSRC="/usr/src/linux" \
KMAINT="Kevin Locke" KEMAIL="kevin at kevinlocke.name" \
KPKG_DEST_DIR="/usr/src/linux/.." \
KPKG_MAINTAINER="Kevin Locke" \
KPKG_EXTRAV_ARG="EXTRAVERSION=+kevinoid1" \
ARCH="x86_64" \
KDREV="4.5+1" kdist_image; then \
echo "Module $module processed fine"; \
else \
echo "Module $module failed."; \
if [ "Xfakeroot" != "X" ]; then \
echo "Perhaps $module does not understand --rootcmd?"; \
echo "If you see messages that indicate that it is not"; \
echo "in fact being built as root, please file a bug "; \
echo "against $module."; \
fi; \
echo "Hit return to Continue"; \
read ans; \
fi; \
); \
else \
echo "Module $module does not exist"; \
echo "Hit return to Continue?"; \
fi; \
done
make[1]: Entering directory '/usr/src/modules/nvidia-kernel'
sh debian/prep-modules /usr/src/linux
sed 's/#KVERS#/4.5.0+kevinoid1/g' debian/install.template > debian/install
touch configure-stamp
dh_prep
dh_quilt_patch
Applying patch use-kbuild-compiler.patch
patching file nvidia-modules-common.mk
Applying patch conftest-verbose.patch
patching file nvidia-modules-common.mk
Applying patch conftest-via-kbuild.patch
patching file nvidia-modules-common.mk
Applying patch disable-preempt_rt_sanity_check.patch
patching file nvidia-modules-common.mk
Applying patch not-silent.patch
patching file nvidia-modules-common.mk
Applying patch use-nv-kernel-ARCH.o_shipped.patch
patching file Makefile
Hunk #1 succeeded at 134 (offset 3 lines).
Applying patch include-swiotlb-header-on-arm.patch
patching file nv-linux.h
Hunk #1 succeeded at 148 (offset -2 lines).
Applying patch ignore_xen_on_arm.patch
patching file nv-linux.h
Hunk #1 succeeded at 40 (offset -2 lines).
Hunk #2 succeeded at 261 (offset -2 lines).
patching file conftest.sh
Applying patch arm-outer-sync.patch
patching file nv-linux.h
Hunk #1 succeeded at 459 (offset -2 lines).
Now at patch arm-outer-sync.patch
/usr/bin/make module KERNEL_UNAME=4.5.0+kevinoid1
make[2]: Entering directory '/usr/src/modules/nvidia-kernel'
NVIDIA: calling KBUILD...
/usr/bin/make KBUILD_VERBOSE=1 -C /lib/modules/4.5.0+kevinoid1/build SUBDIRS=/usr/src/modules/nvidia-kernel ARCH=x86_64 modules
make[3]: Entering directory '/usr/src/modules/nvidia-kernel'
make[3]: *** /lib/modules/4.5.0+kevinoid1/build: No such file or directory. Stop.
make[3]: Leaving directory '/usr/src/modules/nvidia-kernel'
nvidia-modules-common.mk:260: recipe for target 'module' failed
make[2]: *** [module] Error 2
make[2]: Leaving directory '/usr/src/modules/nvidia-kernel'
debian/rules:43: recipe for target 'build-stamp' failed
make[1]: *** [build-stamp] Error 2
make[1]: Leaving directory '/usr/src/modules/nvidia-kernel'
Module /usr/src/modules/nvidia-kernel failed.
Perhaps /usr/src/modules/nvidia-kernel does not understand --rootcmd?
If you see messages that indicate that it is not
in fact being built as root, please file a bug
against /usr/src/modules/nvidia-kernel.
Hit return to Continue
More information about the pkg-nvidia-devel
mailing list