Bug#722894: nvidia-kernel-dkms: patch for linux 3.11
Ritesh Raj Sarraf
rrs at debian.org
Sat Sep 14 09:48:44 UTC 2013
Package: nvidia-kernel-dkms
Version: 325.15-1
Severity: normal
I picked it from some comments upstream. Build and verified. Seems to be
working.
rrs at zan:~$ diff -Naru /var/tmp/nv-linux.h /tmp/nv-linux.h
--- /var/tmp/nv-linux.h 2013-09-14 15:16:50.197906082 +0530
+++ /tmp/nv-linux.h 2013-09-14 15:14:18.897910828 +0530
@@ -960,7 +960,11 @@
#endif
#if !defined(NV_VMWARE)
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 11, 0)
+#define NV_NUM_PHYSPAGES get_num_physpages()
+#else
#define NV_NUM_PHYSPAGES num_physpages
+#endif
#define NV_GET_CURRENT_PROCESS() current->tgid
#define NV_IN_ATOMIC() in_atomic()
#define NV_LOCAL_BH_DISABLE() local_bh_disable()
-- Package-specific info:
uname -a:
Linux zan 3.11-trunk-amd64 #1 SMP Debian 3.11-1~exp1 (2013-09-12) x86_64 GNU/Linux
/proc/version:
Linux version 3.11-trunk-amd64 (debian-kernel at lists.debian.org) (gcc version 4.8.1 (Debian 4.8.1-9) ) #1 SMP Debian 3.11-1~exp1 (2013-09-12)
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 Device [17aa:21f5]
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 48
Region 0: Memory at f1400000 (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
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GK107GLM [Quadro K1000M] [10de:0ffc] (rev ff) (prog-if ff)
!!! Unknown header type 7f
dmesg:
[ 0.000000] No AGP bridge found
[ 0.000000] No AGP bridge found
[ 0.000000] Console: colour VGA+ 80x25
[ 0.334636] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.334646] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
[ 0.334648] vgaarb: loaded
[ 0.334650] vgaarb: bridge control possible 0000:01:00.0
[ 0.334652] vgaarb: no bridge control possible 0000:00:02.0
[ 0.877094] Linux agpgart interface v0.103
[ 3.598458] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=none:owns=io+mem
[ 3.598460] vgaarb: transferring owner from PCI:0000:00:02.0 to PCI:0000:01:00.0
[ 3.695122] [drm] GMBUS [i915 gmbus vga] timed out, falling back to bit banging on pin 2
[ 5.515929] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.VID_
[ 5.515934] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.PEG_.VID_
OpenGL and NVIDIA library files installed:
lrwxrwxrwx 1 root root 22 Aug 19 06:49 /etc/alternatives/glx -> /usr/lib/mesa-diverted
lrwxrwxrwx 1 root root 48 Aug 19 06:49 /etc/alternatives/glx--libGL.so.1-i386-linux-gnu -> /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1
lrwxrwxrwx 1 root root 48 Aug 19 06:49 /etc/alternatives/glx--libGL.so.1-i386-linux-gnu -> /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1
lrwxrwxrwx 1 root root 50 Aug 19 06:49 /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 Aug 19 06:49 /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 23 Aug 2 23:06 /etc/alternatives/nvidia -> /usr/lib/nvidia/current
lrwxrwxrwx 1 root root 51 Aug 2 23:06 /etc/alternatives/nvidia--libGL.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libGL.so.1
lrwxrwxrwx 1 root root 51 Aug 2 23:06 /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 33 Aug 2 23:06 /etc/alternatives/nvidia--libglx.so -> /usr/lib/nvidia/current/libglx.so
lrwxrwxrwx 1 root root 59 Aug 2 23:06 /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 38 Aug 2 23:06 /etc/alternatives/nvidia--nv-control-dpy -> /usr/lib/nvidia/current/nv-control-dpy
lrwxrwxrwx 1 root root 44 Aug 2 23:06 /etc/alternatives/nvidia--nvidia-bug-report.sh -> /usr/lib/nvidia/current/nvidia-bug-report.sh
lrwxrwxrwx 1 root root 32 Aug 2 23:06 /etc/alternatives/nvidia--nvidia-modprobe.conf -> /etc/nvidia/nvidia-modprobe.conf
lrwxrwxrwx 1 root root 39 Aug 2 23:06 /etc/alternatives/nvidia--nvidia-settings -> /usr/lib/nvidia/current/nvidia-settings
lrwxrwxrwx 1 root root 44 Aug 2 23:06 /etc/alternatives/nvidia--nvidia-settings.1.gz -> /usr/lib/nvidia/current/nvidia-settings.1.gz
lrwxrwxrwx 1 root root 47 Aug 2 23:06 /etc/alternatives/nvidia--nvidia-settings.desktop -> /usr/lib/nvidia/current/nvidia-settings.desktop
lrwxrwxrwx 1 root root 37 Aug 2 23:06 /etc/alternatives/nvidia--nvidia_drv.so -> /usr/lib/nvidia/current/nvidia_drv.so
lrwxrwxrwx 1 root root 48 Aug 19 06:49 /usr/lib/i386-linux-gnu/libGL.so.1 -> /etc/alternatives/glx--libGL.so.1-i386-linux-gnu
lrwxrwxrwx 1 root root 50 Aug 19 06:49 /usr/lib/x86_64-linux-gnu/libGL.so.1 -> /etc/alternatives/glx--libGL.so.1-x86_64-linux-gnu
-rw-r--r-- 1 root root 38561680 Aug 1 06:40 /usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.325.15
-rw-r--r-- 1 root root 12408 Aug 1 06:44 /usr/lib/x86_64-linux-gnu/libnvidia-tls.so.325.15
-rw-r--r-- 1 root root 33447 Sep 14 15:04 /var/log/Xorg.0.log
-rw-r--r-- 1 root root 7105 Sep 14 15:01 /var/log/Xorg.0.log.old
-rw-r--r-- 1 root root 33983 Aug 4 18:24 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 39215 Aug 1 14:18 /var/log/Xorg.1.log.old
-rw-r--r-- 1 root bumblebee 10050 Aug 25 12:18 /var/log/Xorg.8.log
-rw-r--r-- 1 root 999 10007 Aug 19 06:46 /var/log/Xorg.8.log.old
/usr/lib/mesa-diverted/:
total 88
drwxr-xr-x 5 root root 4096 Aug 3 22:15 .
drwxr-xr-x 188 root root 69632 Sep 14 01:44 ..
drwxr-xr-x 2 root root 4096 Jul 16 15:43 arm-linux-gnueabihf
drwxr-xr-x 2 root root 4096 Aug 22 17:40 i386-linux-gnu
drwxr-xr-x 2 root root 4096 Aug 22 17:40 x86_64-linux-gnu
/usr/lib/mesa-diverted/i386-linux-gnu/:
total 360
drwxr-xr-x 2 root root 4096 Aug 22 17:40 .
drwxr-xr-x 5 root root 4096 Aug 3 22:15 ..
lrwxrwxrwx 1 root root 14 Aug 12 12:20 libGL.so.1 -> libGL.so.1.2.0
-rw-r--r-- 1 root root 357692 Aug 12 12:20 libGL.so.1.2.0
/usr/lib/mesa-diverted/x86_64-linux-gnu/:
total 380
drwxr-xr-x 2 root root 4096 Aug 22 17:40 .
drwxr-xr-x 5 root root 4096 Aug 3 22:15 ..
lrwxrwxrwx 1 root root 14 Aug 12 11:41 libGL.so.1 -> libGL.so.1.2.0
-rw-r--r-- 1 root root 380808 Aug 12 11:41 libGL.so.1.2.0
/usr/lib/mesa/:
total 76
drwxr-xr-x 2 root root 4096 Aug 2 2012 .
drwxr-xr-x 188 root root 69632 Sep 14 01:44 ..
/usr/lib/nvidia/:
total 100
drwxr-xr-x 3 root root 4096 Aug 27 17:40 .
drwxr-xr-x 188 root root 69632 Sep 14 01:44 ..
-rw-r--r-- 1 root root 57 Aug 8 14:57 alternate-install-present
-rwxr-xr-x 1 root root 1881 Aug 17 00:56 check-for-conflicting-opengl-libraries
-rwxr-xr-x 1 root root 1729 May 2 16:13 check-for-mismatching-nvidia-module
-rwxr-xr-x 1 root root 2566 Jul 12 2011 create-xorg-nvidia-conf-experimental
drwxr-xr-x 2 root root 4096 Aug 8 21:35 current
lrwxrwxrwx 1 root root 35 Jul 31 20:54 libglx.so -> /etc/alternatives/nvidia--libglx.so
lrwxrwxrwx 1 root root 24 Jul 31 20:51 nvidia -> /etc/alternatives/nvidia
lrwxrwxrwx 1 root root 46 Jul 31 20:54 nvidia-bug-report.sh -> /etc/alternatives/nvidia--nvidia-bug-report.sh
lrwxrwxrwx 1 root root 39 Jul 31 20:54 nvidia_drv.so -> /etc/alternatives/nvidia--nvidia_drv.so
-rwxr-xr-x 1 root root 618 May 22 2012 pre-install
/usr/lib/nvidia/current/:
total 18200
drwxr-xr-x 2 root root 4096 Aug 8 21:35 .
drwxr-xr-x 3 root root 4096 Aug 27 17:40 ..
lrwxrwxrwx 1 root root 16 Aug 8 14:27 libglx.so -> libglx.so.325.15
-rw-r--r-- 1 root root 9842920 Aug 1 06:44 libglx.so.325.15
-rwxr-xr-x 1 root root 22768 Aug 8 16:10 nv-control-dpy
-rwxr-xr-x 1 root root 20760 Aug 1 08:39 nvidia-bug-report.sh
-rwxr-xr-x 1 root root 1809272 Aug 8 16:10 nvidia-settings
-rw-r--r-- 1 root root 7803 Aug 8 16:10 nvidia-settings.1.gz
-rw-r--r-- 1 root root 1217 Aug 8 16:10 nvidia-settings.desktop
-rw-r--r-- 1 root root 3879 Aug 8 14:27 nvidia.ids
-rw-r--r-- 1 root root 6905312 Aug 1 06:24 nvidia_drv.so
/usr/lib/nvidia/nvidia/:
total 18200
drwxr-xr-x 2 root root 4096 Aug 8 21:35 .
drwxr-xr-x 3 root root 4096 Aug 27 17:40 ..
lrwxrwxrwx 1 root root 16 Aug 8 14:27 libglx.so -> libglx.so.325.15
-rw-r--r-- 1 root root 9842920 Aug 1 06:44 libglx.so.325.15
-rwxr-xr-x 1 root root 22768 Aug 8 16:10 nv-control-dpy
-rwxr-xr-x 1 root root 20760 Aug 1 08:39 nvidia-bug-report.sh
-rwxr-xr-x 1 root root 1809272 Aug 8 16:10 nvidia-settings
-rw-r--r-- 1 root root 7803 Aug 8 16:10 nvidia-settings.1.gz
-rw-r--r-- 1 root root 1217 Aug 8 16:10 nvidia-settings.desktop
-rw-r--r-- 1 root root 3879 Aug 8 14:27 nvidia.ids
-rw-r--r-- 1 root root 6905312 Aug 1 06:24 nvidia_drv.so
/usr/lib/x86_64-linux-gnu/nvidia/:
total 84
drwxr-xr-x 3 root root 4096 Aug 2 23:06 .
drwxr-xr-x 82 root root 69632 Sep 14 15:11 ..
drwxr-xr-x 2 root root 4096 Aug 8 21:35 current
lrwxrwxrwx 1 root root 53 Jul 31 20:51 libGL.so.1 -> /etc/alternatives/nvidia--libGL.so.1-x86_64-linux-gnu
lrwxrwxrwx 1 root root 61 Jul 31 20:51 libnvidia-cfg.so.1 -> /etc/alternatives/nvidia--libnvidia-cfg.so.1-x86_64-linux-gnu
/usr/lib/x86_64-linux-gnu/nvidia/current/:
total 1280
drwxr-xr-x 2 root root 4096 Aug 8 21:35 .
drwxr-xr-x 3 root root 4096 Aug 2 23:06 ..
lrwxrwxrwx 1 root root 15 Aug 8 14:27 libGL.so.1 -> libGL.so.325.15
-rw-r--r-- 1 root root 1145512 Aug 1 06:41 libGL.so.325.15
lrwxrwxrwx 1 root root 23 Aug 8 14:27 libnvidia-cfg.so.1 -> libnvidia-cfg.so.325.15
-rw-r--r-- 1 root root 153216 Aug 1 07:34 libnvidia-cfg.so.325.15
Files from nvidia-installer:
Config and logfiles:
<<<<<<<<<< /var/log/Xorg.0.log >>>>>>>>>>
[ 5.384]
X.Org X Server 1.12.4
Release Date: 2012-08-27
[ 5.384] X Protocol Version 11, Revision 0
[ 5.384] Build Operating System: Linux 3.2.0-4-amd64 x86_64 Debian
[ 5.384] Current Operating System: Linux zan 3.11-trunk-amd64 #1 SMP Debian 3.11-1~exp1 (2013-09-12) x86_64
[ 5.384] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.11-trunk-amd64 root=UUID=a2b3ac83-65a1-4e35-8024-34ee2c4a3be6 ro quiet init=/lib/systemd/systemd zswap.enabled=1
[ 5.384] Build Date: 29 August 2013 11:20:48AM
[ 5.384] xorg-server 2:1.12.4-6.2+b2 (amd64 Build Daemon (brahms) <buildd_amd64-brahms at buildd.debian.org>)
[ 5.384] Current version of pixman: 0.30.2
[ 5.384] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 5.384] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 5.384] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Sep 14 15:04:06 2013
[ 5.385] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 5.392] (==) No Layout section. Using the first Screen section.
[ 5.392] (==) No screen section available. Using defaults.
[ 5.392] (**) |-->Screen "Default Screen Section" (0)
[ 5.392] (**) | |-->Monitor "<default monitor>"
[ 5.392] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 5.392] (==) Automatically adding devices
[ 5.392] (==) Automatically enabling devices
[ 5.395] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 5.395] Entry deleted from font path.
[ 5.397] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 5.397] Entry deleted from font path.
[ 5.397] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 5.397] Entry deleted from font path.
[ 5.397] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[ 5.397] Entry deleted from font path.
[ 5.397] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
built-ins
[ 5.397] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 5.397] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 5.397] (II) Loader magic: 0x7fa6faefbb20
[ 5.397] (II) Module ABI versions:
[ 5.397] X.Org ANSI C Emulation: 0.4
[ 5.397] X.Org Video Driver: 12.1
[ 5.397] X.Org XInput driver : 16.0
[ 5.397] X.Org Server Extension : 6.0
[ 5.604] (--) PCI:*(0:0:2:0) 8086:0166:17aa:21f5 rev 9, Mem @ 0xf1400000/4194304, 0xe0000000/268435456, I/O @ 0x00006000/64
[ 5.604] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 5.604] (II) LoadModule: "extmod"
[ 5.611] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 5.614] (II) Module extmod: vendor="X.Org Foundation"
[ 5.614] compiled for 1.12.4, module version = 1.0.0
[ 5.614] Module class: X.Org Server Extension
[ 5.614] ABI class: X.Org Server Extension, version 6.0
[ 5.614] (II) Loading extension SELinux
[ 5.614] (II) Loading extension MIT-SCREEN-SAVER
[ 5.614] (II) Loading extension XFree86-VidModeExtension
[ 5.614] (II) Loading extension XFree86-DGA
[ 5.614] (II) Loading extension DPMS
[ 5.614] (II) Loading extension XVideo
[ 5.614] (II) Loading extension XVideo-MotionCompensation
[ 5.614] (II) Loading extension X-Resource
[ 5.614] (II) LoadModule: "dbe"
[ 5.614] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 5.617] (II) Module dbe: vendor="X.Org Foundation"
[ 5.617] compiled for 1.12.4, module version = 1.0.0
[ 5.617] Module class: X.Org Server Extension
[ 5.617] ABI class: X.Org Server Extension, version 6.0
[ 5.617] (II) Loading extension DOUBLE-BUFFER
[ 5.617] (II) LoadModule: "glx"
[ 5.617] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 5.623] (II) Module glx: vendor="X.Org Foundation"
[ 5.623] compiled for 1.12.4, module version = 1.0.0
[ 5.623] ABI class: X.Org Server Extension, version 6.0
[ 5.623] (==) AIGLX enabled
[ 5.623] (II) Loading extension GLX
[ 5.623] (II) LoadModule: "record"
[ 5.623] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 5.632] (II) Module record: vendor="X.Org Foundation"
[ 5.632] compiled for 1.12.4, module version = 1.13.0
[ 5.632] Module class: X.Org Server Extension
[ 5.632] ABI class: X.Org Server Extension, version 6.0
[ 5.632] (II) Loading extension RECORD
[ 5.632] (II) LoadModule: "dri"
[ 5.632] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 6.016] (II) Module dri: vendor="X.Org Foundation"
[ 6.016] compiled for 1.12.4, module version = 1.0.0
[ 6.016] ABI class: X.Org Server Extension, version 6.0
[ 6.016] (II) Loading extension XFree86-DRI
[ 6.016] (II) LoadModule: "dri2"
[ 6.016] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 6.021] (II) Module dri2: vendor="X.Org Foundation"
[ 6.021] compiled for 1.12.4, module version = 1.2.0
[ 6.021] ABI class: X.Org Server Extension, version 6.0
[ 6.021] (II) Loading extension DRI2
[ 6.021] (==) Matched intel as autoconfigured driver 0
[ 6.021] (==) Matched vesa as autoconfigured driver 1
[ 6.021] (==) Matched fbdev as autoconfigured driver 2
[ 6.021] (==) Assigned the driver to the xf86ConfigLayout
[ 6.021] (II) LoadModule: "intel"
[ 6.032] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 6.046] (II) Module intel: vendor="X.Org Foundation"
[ 6.046] compiled for 1.12.4, module version = 2.21.15
[ 6.046] Module class: X.Org Video Driver
[ 6.046] ABI class: X.Org Video Driver, version 12.1
[ 6.046] (II) LoadModule: "vesa"
[ 6.046] (WW) Warning, couldn't open module vesa
[ 6.046] (II) UnloadModule: "vesa"
[ 6.046] (II) Unloading vesa
[ 6.046] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 6.046] (II) LoadModule: "fbdev"
[ 6.046] (WW) Warning, couldn't open module fbdev
[ 6.046] (II) UnloadModule: "fbdev"
[ 6.046] (II) Unloading fbdev
[ 6.046] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 6.046] (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, HD Graphics,
HD Graphics 2000, HD Graphics 3000, HD Graphics 2500,
HD Graphics 4000, HD Graphics P4000, HD Graphics 4600,
HD Graphics 5000, HD Graphics P4600/P4700, Iris(TM) Graphics 5100,
HD Graphics 4400, HD Graphics 4200, Iris(TM) Pro Graphics 5200
[ 6.046] (++) using VT number 7
[ 6.047] drmOpenDevice: node name is /dev/dri/card0
[ 6.047] drmOpenDevice: open result is 7, (OK)
[ 6.047] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[ 6.047] drmOpenDevice: node name is /dev/dri/card0
[ 6.047] drmOpenDevice: open result is 7, (OK)
[ 6.047] drmOpenByBusid: drmOpenMinor returns 7
[ 6.047] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 6.047] drmOpenDevice: node name is /dev/dri/card0
[ 6.047] drmOpenDevice: open result is 8, (OK)
[ 6.047] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[ 6.047] drmOpenDevice: node name is /dev/dri/card0
[ 6.047] drmOpenDevice: open result is 8, (OK)
[ 6.047] drmOpenByBusid: drmOpenMinor returns 8
[ 6.047] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 6.047] (II) intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 6.047] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 6.047] (==) intel(0): RGB weight 888
[ 6.047] (==) intel(0): Default visual is TrueColor
[ 6.047] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4000
[ 6.047] (**) intel(0): Relaxed fencing enabled
[ 6.047] (**) intel(0): Wait on SwapBuffers? enabled
[ 6.047] (**) intel(0): Triple buffering? enabled
[ 6.047] (**) intel(0): Framebuffer tiled
[ 6.047] (**) intel(0): Pixmaps tiled
[ 6.047] (**) intel(0): 3D buffers tiled
[ 6.047] (**) intel(0): SwapBuffers wait enabled
[ 6.047] (==) intel(0): video overlay key set to 0x101fe
[ 6.047] (II) intel(0): Output LVDS1 has no monitor section
[ 6.047] (--) intel(0): found backlight control interface /sys/class/backlight/acpi_video1
[ 6.076] (II) intel(0): Output VGA1 has no monitor section
[ 6.076] (II) intel(0): EDID for output LVDS1
[ 6.076] (II) intel(0): Manufacturer: LEN Model: 40b1 Serial#: 0
[ 6.076] (II) intel(0): Year: 2008 Week: 1
[ 6.076] (II) intel(0): EDID Version: 1.3
[ 6.076] (II) intel(0): Digital Display Input
[ 6.076] (II) intel(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 6.076] (II) intel(0): Gamma: 2.20
[ 6.076] (II) intel(0): DPMS capabilities: StandBy Suspend Off
[ 6.076] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 6.076] (II) intel(0): First detailed timing is preferred mode
[ 6.076] (II) intel(0): redX: 0.620 redY: 0.340 greenX: 0.330 greenY: 0.571
[ 6.076] (II) intel(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
[ 6.076] (II) intel(0): Manufacturer's mask: 0
[ 6.076] (II) intel(0): Supported detailed timing:
[ 6.076] (II) intel(0): clock: 106.0 MHz Image Size: 344 x 193 mm
[ 6.076] (II) intel(0): h_active: 1600 h_sync: 1664 h_sync_end 1706 h_blank_end 1930 h_border: 0
[ 6.076] (II) intel(0): v_active: 900 v_sync: 903 v_sync_end 906 v_blanking: 912 v_border: 0
[ 6.076] (II) intel(0): Supported detailed timing:
[ 6.076] (II) intel(0): clock: 106.0 MHz Image Size: 344 x 193 mm
[ 6.076] (II) intel(0): h_active: 1600 h_sync: 1664 h_sync_end 1706 h_blank_end 2324 h_border: 0
[ 6.076] (II) intel(0): v_active: 900 v_sync: 903 v_sync_end 906 v_blanking: 912 v_border: 0
[ 6.076] (II) intel(0): Unknown vendor-specific block f
[ 6.076] (II) intel(0): B156RW01 V1
[ 6.076] (II) intel(0): EDID (in hex):
[ 6.076] (II) intel(0): 00ffffffffffff0030aeb14000000000
[ 6.076] (II) intel(0): 0112010380221378eac9959e57549226
[ 6.076] (II) intel(0): 0f505400000001010101010101010101
[ 6.076] (II) intel(0): 0101010101016829404a61840c30402a
[ 6.076] (II) intel(0): 330058c110000018682940d462840c30
[ 6.076] (II) intel(0): 402a330058c1100000180000000f00a9
[ 6.076] (II) intel(0): 0932a9092816090006af5631000000fe
[ 6.076] (II) intel(0): 004231353652573031205631200a0049
[ 6.076] (II) intel(0): EDID vendor "LEN", prod id 16561
[ 6.076] (II) intel(0): Printing DDC gathered Modelines:
[ 6.076] (II) intel(0): Modeline "1600x900"x0.0 106.00 1600 1664 1706 1930 900 903 906 912 -hsync -vsync (54.9 kHz eP)
[ 6.076] (II) intel(0): Modeline "1600x900"x0.0 106.00 1600 1664 1706 2324 900 903 906 912 -hsync -vsync (45.6 kHz e)
[ 6.076] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[ 6.076] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 6.076] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 6.076] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[ 6.076] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[ 6.076] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[ 6.076] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[ 6.076] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[ 6.076] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[ 6.076] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[ 6.076] (II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
[ 6.076] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[ 6.076] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[ 6.076] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[ 6.076] (II) intel(0): Not using default mode "720x450" (doublescan mode not supported)
[ 6.076] (II) intel(0): Not using default mode "800x512" (doublescan mode not supported)
[ 6.076] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[ 6.076] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[ 6.076] (II) intel(0): Not using default mode "960x540" (doublescan mode not supported)
[ 6.076] (II) intel(0): Not using default mode "960x600" (doublescan mode not supported)
[ 6.076] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[ 6.076] (II) intel(0): Printing probed modes for output LVDS1
[ 6.076] (II) intel(0): Modeline "1600x900"x60.2 106.00 1600 1664 1706 1930 900 903 906 912 -hsync -vsync (54.9 kHz eP)
[ 6.076] (II) intel(0): Modeline "1600x900"x50.0 106.00 1600 1664 1706 2324 900 903 906 912 -hsync -vsync (45.6 kHz e)
[ 6.076] (II) intel(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz d)
[ 6.076] (II) intel(0): Modeline "1360x768"x59.8 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsync (47.7 kHz d)
[ 6.076] (II) intel(0): Modeline "1360x768"x60.0 72.00 1360 1408 1440 1520 768 771 781 790 +hsync -vsync (47.4 kHz d)
[ 6.076] (II) intel(0): Modeline "1152x864"x60.0 81.62 1152 1216 1336 1520 864 865 868 895 -hsync +vsync (53.7 kHz d)
[ 6.076] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 6.076] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 6.076] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 6.076] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 6.108] (II) intel(0): EDID for output VGA1
[ 6.108] (II) intel(0): Output LVDS1 connected
[ 6.108] (II) intel(0): Output VGA1 disconnected
[ 6.108] (II) intel(0): Using exact sizes for initial modes
[ 6.108] (II) intel(0): Output LVDS1 using initial mode 1600x900
[ 6.108] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 6.108] (II) intel(0): Kernel page flipping support detected, enabling
[ 6.108] (**) intel(0): Display dimensions: (340, 190) mm
[ 6.108] (**) intel(0): DPI set to (119, 120)
[ 6.108] (II) Loading sub module "fb"
[ 6.108] (II) LoadModule: "fb"
[ 6.108] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 6.110] (II) Module fb: vendor="X.Org Foundation"
[ 6.110] compiled for 1.12.4, module version = 1.0.0
[ 6.110] ABI class: X.Org ANSI C Emulation, version 0.4
[ 6.110] (II) Loading sub module "dri2"
[ 6.110] (II) LoadModule: "dri2"
[ 6.110] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 6.110] (II) Module dri2: vendor="X.Org Foundation"
[ 6.110] compiled for 1.12.4, module version = 1.2.0
[ 6.110] ABI class: X.Org Server Extension, version 6.0
[ 6.110] (==) Depth 24 pixmap format is 32 bpp
[ 6.110] (II) intel(0): [DRI2] Setup complete
[ 6.110] (II) intel(0): [DRI2] DRI driver: i965
[ 6.110] (II) intel(0): Allocated new frame buffer 1600x900 stride 6656, tiled
[ 6.111] (II) UXA(0): Driver registered support for the following operations:
[ 6.111] (II) solid
[ 6.111] (II) copy
[ 6.111] (II) composite (RENDER acceleration)
[ 6.111] (II) put_image
[ 6.111] (II) get_image
[ 6.111] (==) intel(0): Backing store disabled
[ 6.111] (==) intel(0): Silken mouse enabled
[ 6.111] (II) intel(0): Initializing HW Cursor
[ 6.111] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 6.112] (==) intel(0): DPMS enabled
[ 6.112] (==) intel(0): Intel XvMC decoder enabled
[ 6.112] (II) intel(0): Set up textured video
[ 6.112] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[ 6.112] (II) intel(0): direct rendering: DRI2 Enabled
[ 6.112] (==) intel(0): hotplug detection: "enabled"
[ 6.120] (--) RandR disabled
[ 6.120] (II) Initializing built-in extension Generic Event Extension
[ 6.120] (II) Initializing built-in extension SHAPE
[ 6.120] (II) Initializing built-in extension MIT-SHM
[ 6.120] (II) Initializing built-in extension XInputExtension
[ 6.120] (II) Initializing built-in extension XTEST
[ 6.120] (II) Initializing built-in extension BIG-REQUESTS
[ 6.120] (II) Initializing built-in extension SYNC
[ 6.120] (II) Initializing built-in extension XKEYBOARD
[ 6.120] (II) Initializing built-in extension XC-MISC
[ 6.120] (II) Initializing built-in extension SECURITY
[ 6.120] (II) Initializing built-in extension XINERAMA
[ 6.120] (II) Initializing built-in extension XFIXES
[ 6.120] (II) Initializing built-in extension RENDER
[ 6.120] (II) Initializing built-in extension RANDR
[ 6.120] (II) Initializing built-in extension COMPOSITE
[ 6.120] (II) Initializing built-in extension DAMAGE
[ 6.120] (II) SELinux: Disabled on system
[ 6.142] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 6.142] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 6.142] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 6.142] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 6.143] (II) AIGLX: Loaded and initialized i965
[ 6.143] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 6.143] (II) intel(0): Setting screen physical size to 423 x 238
[ 6.276] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 6.276] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 6.276] (II) LoadModule: "evdev"
[ 6.276] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 6.279] (II) Module evdev: vendor="X.Org Foundation"
[ 6.279] compiled for 1.12.1, module version = 2.7.0
[ 6.279] Module class: X.Org XInput Driver
[ 6.279] ABI class: X.Org XInput driver, version 16.0
[ 6.279] (II) Using input driver 'evdev' for 'Power Button'
[ 6.279] (**) Power Button: always reports core events
[ 6.279] (**) evdev: Power Button: Device: "/dev/input/event3"
[ 6.279] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 6.279] (--) evdev: Power Button: Found keys
[ 6.279] (II) evdev: Power Button: Configuring as keyboard
[ 6.279] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[ 6.279] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 6.279] (**) Option "xkb_rules" "evdev"
[ 6.279] (**) Option "xkb_model" "pc105"
[ 6.279] (**) Option "xkb_layout" "us"
[ 6.279] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[ 6.279] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 6.279] (II) Using input driver 'evdev' for 'Video Bus'
[ 6.279] (**) Video Bus: always reports core events
[ 6.279] (**) evdev: Video Bus: Device: "/dev/input/event8"
[ 6.279] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 6.279] (--) evdev: Video Bus: Found keys
[ 6.279] (II) evdev: Video Bus: Configuring as keyboard
[ 6.279] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input8/event8"
[ 6.279] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 6.279] (**) Option "xkb_rules" "evdev"
[ 6.279] (**) Option "xkb_model" "pc105"
[ 6.279] (**) Option "xkb_layout" "us"
[ 6.280] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[ 6.280] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 6.280] (II) Using input driver 'evdev' for 'Video Bus'
[ 6.280] (**) Video Bus: always reports core events
[ 6.280] (**) evdev: Video Bus: Device: "/dev/input/event9"
[ 6.280] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 6.280] (--) evdev: Video Bus: Found keys
[ 6.280] (II) evdev: Video Bus: Configuring as keyboard
[ 6.280] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0a/LNXVIDEO:01/input/input9/event9"
[ 6.280] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 6.280] (**) Option "xkb_rules" "evdev"
[ 6.280] (**) Option "xkb_model" "pc105"
[ 6.280] (**) Option "xkb_layout" "us"
[ 6.280] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 6.280] (II) No input driver specified, ignoring this device.
[ 6.280] (II) This device may have been added with another device file.
[ 6.280] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[ 6.280] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 6.280] (II) Using input driver 'evdev' for 'Sleep Button'
[ 6.280] (**) Sleep Button: always reports core events
[ 6.280] (**) evdev: Sleep Button: Device: "/dev/input/event2"
[ 6.280] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[ 6.280] (--) evdev: Sleep Button: Found keys
[ 6.280] (II) evdev: Sleep Button: Configuring as keyboard
[ 6.280] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2/event2"
[ 6.280] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 6.280] (**) Option "xkb_rules" "evdev"
[ 6.280] (**) Option "xkb_model" "pc105"
[ 6.280] (**) Option "xkb_layout" "us"
[ 6.281] (II) config/udev: Adding input device Integrated Camera (/dev/input/event6)
[ 6.281] (**) Integrated Camera: Applying InputClass "evdev keyboard catchall"
[ 6.281] (II) Using input driver 'evdev' for 'Integrated Camera'
[ 6.281] (**) Integrated Camera: always reports core events
[ 6.281] (**) evdev: Integrated Camera: Device: "/dev/input/event6"
[ 6.281] (--) evdev: Integrated Camera: Vendor 0x4f2 Product 0xb2ea
[ 6.281] (--) evdev: Integrated Camera: Found keys
[ 6.281] (II) evdev: Integrated Camera: Configuring as keyboard
[ 6.281] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input6/event6"
[ 6.281] (II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD, id 10)
[ 6.281] (**) Option "xkb_rules" "evdev"
[ 6.281] (**) Option "xkb_model" "pc105"
[ 6.281] (**) Option "xkb_layout" "us"
[ 6.281] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event10)
[ 6.281] (II) No input driver specified, ignoring this device.
[ 6.281] (II) This device may have been added with another device file.
[ 6.281] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event11)
[ 6.281] (II) No input driver specified, ignoring this device.
[ 6.281] (II) This device may have been added with another device file.
[ 6.282] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event12)
[ 6.282] (II) No input driver specified, ignoring this device.
[ 6.282] (II) This device may have been added with another device file.
[ 6.282] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event13)
[ 6.282] (II) No input driver specified, ignoring this device.
[ 6.282] (II) This device may have been added with another device file.
[ 6.282] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event14)
[ 6.282] (II) No input driver specified, ignoring this device.
[ 6.282] (II) This device may have been added with another device file.
[ 6.282] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 6.282] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 6.282] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 6.282] (**) AT Translated Set 2 keyboard: always reports core events
[ 6.282] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 6.282] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 6.282] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 6.282] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 6.282] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 6.282] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[ 6.282] (**) Option "xkb_rules" "evdev"
[ 6.282] (**) Option "xkb_model" "pc105"
[ 6.282] (**) Option "xkb_layout" "us"
[ 6.283] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event7)
[ 6.283] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 6.283] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Multitouch Touchpad"
[ 6.283] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 6.283] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[ 6.283] (II) LoadModule: "synaptics"
[ 6.283] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 6.288] (II) Module synaptics: vendor="X.Org Foundation"
[ 6.288] compiled for 1.12.4, module version = 1.6.2
[ 6.288] Module class: X.Org XInput Driver
[ 6.288] ABI class: X.Org XInput driver, version 16.0
[ 6.288] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[ 6.288] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 6.288] (**) Option "Device" "/dev/input/event7"
[ 6.372] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
[ 6.372] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5470
[ 6.372] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4498
[ 6.372] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 6.372] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[ 6.372] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[ 6.372] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[ 6.372] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 6.372] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 6.444] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event7"
[ 6.444] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[ 6.444] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 6.444] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[ 6.444] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.040
[ 6.444] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 6.444] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 6.444] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 6.444] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 6.444] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 6.444] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[ 6.444] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[ 6.444] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[ 6.444] (II) No input driver specified, ignoring this device.
[ 6.444] (II) This device may have been added with another device file.
[ 6.444] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event5)
[ 6.444] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[ 6.444] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
[ 6.444] (**) ThinkPad Extra Buttons: always reports core events
[ 6.444] (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event5"
[ 6.444] (--) evdev: ThinkPad Extra Buttons: Vendor 0x17aa Product 0x5054
[ 6.444] (--) evdev: ThinkPad Extra Buttons: Found keys
[ 6.444] (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard
[ 6.444] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input5/event5"
[ 6.444] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 13)
[ 6.444] (**) Option "xkb_rules" "evdev"
[ 6.444] (**) Option "xkb_model" "pc105"
[ 6.444] (**) Option "xkb_layout" "us"
[ 6.445] (II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event15)
[ 6.445] (**) ACPI Virtual Keyboard Device: Applying InputClass "evdev keyboard catchall"
[ 6.445] (II) Using input driver 'evdev' for 'ACPI Virtual Keyboard Device'
[ 6.445] (**) ACPI Virtual Keyboard Device: always reports core events
[ 6.445] (**) evdev: ACPI Virtual Keyboard Device: Device: "/dev/input/event15"
[ 6.445] (--) evdev: ACPI Virtual Keyboard Device: Vendor 0 Product 0
[ 6.445] (--) evdev: ACPI Virtual Keyboard Device: Found keys
[ 6.445] (II) evdev: ACPI Virtual Keyboard Device: Configuring as keyboard
[ 6.445] (**) Option "config_info" "udev:/sys/devices/virtual/input/input15/event15"
[ 6.445] (II) XINPUT: Adding extended input device "ACPI Virtual Keyboard Device" (type: KEYBOARD, id 14)
[ 6.445] (**) Option "xkb_rules" "evdev"
[ 6.445] (**) Option "xkb_model" "pc105"
[ 6.445] (**) Option "xkb_layout" "us"
[ 8.697] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
[ 8.697] (II) No input driver specified, ignoring this device.
[ 8.697] (II) This device may have been added with another device file.
[ 8.698] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event16)
[ 8.698] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[ 8.698] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
[ 8.698] (**) TPPS/2 IBM TrackPoint: always reports core events
[ 8.698] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event16"
[ 8.698] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
[ 8.698] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
[ 8.698] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
[ 8.698] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
[ 8.698] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
[ 8.698] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
[ 8.698] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 8.698] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input16/event16"
[ 8.698] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 15)
[ 8.698] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
[ 8.698] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
[ 8.698] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
[ 8.698] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[ 8.698] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[ 12.973] (II) intel(0): EDID vendor "LEN", prod id 16561
[ 12.973] (II) intel(0): Printing DDC gathered Modelines:
[ 12.973] (II) intel(0): Modeline "1600x900"x0.0 106.00 1600 1664 1706 1930 900 903 906 912 -hsync -vsync (54.9 kHz eP)
[ 12.973] (II) intel(0): Modeline "1600x900"x0.0 106.00 1600 1664 1706 2324 900 903 906 912 -hsync -vsync (45.6 kHz e)
[ 13.405] (II) intel(0): EDID vendor "LEN", prod id 16561
[ 13.405] (II) intel(0): Printing DDC gathered Modelines:
[ 13.405] (II) intel(0): Modeline "1600x900"x0.0 106.00 1600 1664 1706 1930 900 903 906 912 -hsync -vsync (54.9 kHz eP)
[ 13.405] (II) intel(0): Modeline "1600x900"x0.0 106.00 1600 1664 1706 2324 900 903 906 912 -hsync -vsync (45.6 kHz e)
[ 16.987] (II) intel(0): EDID vendor "LEN", prod id 16561
[ 16.987] (II) intel(0): Printing DDC gathered Modelines:
[ 16.987] (II) intel(0): Modeline "1600x900"x0.0 106.00 1600 1664 1706 1930 900 903 906 912 -hsync -vsync (54.9 kHz eP)
[ 16.987] (II) intel(0): Modeline "1600x900"x0.0 106.00 1600 1664 1706 2324 900 903 906 912 -hsync -vsync (45.6 kHz e)
^^^^^^^^^^ /var/log/Xorg.0.log ^^^^^^^^^^
Kernel modules: nvidia.ko
-- System Information:
Debian Release: jessie/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.11-trunk-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages nvidia-kernel-dkms depends on:
ii dkms 2.2.0.3-1.2
ii nvidia-alternative [nvidia-alternative--kmod-alias] 325.15-1
ii nvidia-installer-cleanup 20130816+1
ii nvidia-kernel-common 20130816+1
Versions of packages nvidia-kernel-dkms recommends:
ii nvidia-driver 325.15-1
nvidia-kernel-dkms suggests no packages.
Versions of packages nvidia-driver depends on:
ii libc6 2.17-92+b1
ii libgl1-nvidia-glx 325.15-1
ii nvidia-alternative 325.15-1
ii nvidia-installer-cleanup 20130816+1
ii nvidia-support 20130816+1
ii nvidia-vdpau-driver 325.15-1
ii xserver-xorg-video-nvidia 325.15-1
Versions of packages nvidia-driver recommends:
pn libgl1-nvidia-glx-i386 <none>
ii nvidia-settings 325.15-1
nvidia-driver suggests no packages.
Versions of packages nvidia-glx depends on:
ii nvidia-driver 325.15-1
Versions of packages libgl1-nvidia-glx depends on:
ii libc6 2.17-92+b1
ii libx11-6 2:1.6.1-1
ii libxext6 2:1.3.2-1
ii multiarch-support 2.17-92+b1
ii nvidia-alternative 325.15-1
ii nvidia-installer-cleanup 20130816+1
ii nvidia-support 20130816+1
libgl1-nvidia-glx recommends no packages.
libgl1-nvidia-glx suggests no packages.
Versions of packages xserver-xorg-video-nvidia depends on:
ii debconf [debconf-2.0] 1.5.51
ii libc6 2.17-92+b1
ii libgl1-nvidia-glx 325.15-1
ii nvidia-alternative 325.15-1
ii nvidia-installer-cleanup 20130816+1
ii nvidia-support 20130816+1
ii xserver-xorg-core [xorg-video-abi-12] 2:1.12.4-6.2+b2
Versions of packages xserver-xorg-video-nvidia recommends:
ii nvidia-driver 325.15-1
ii nvidia-settings 325.15-1
ii nvidia-vdpau-driver 325.15-1
xserver-xorg-video-nvidia suggests no packages.
Versions of packages nvidia-alternative depends on:
ii glx-alternative-nvidia 0.4.0
Versions of packages glx-alternative-nvidia depends on:
ii glx-alternative-mesa 0.4.0
ii glx-diversions 0.4.0
Versions of packages glx-alternative-nvidia suggests:
ii nvidia-driver 325.15-1
Versions of packages nvidia-kernel-dkms is related to:
ii ia32-libs 1:0.5
pn libdrm-nouveau1 <none>
pn libdrm-nouveau1a <none>
pn libgl1-nvidia-alternatives-ia32 <none>
ii libgl1-nvidia-glx [libgl1-nvidia-glx-any] 325.15-1
pn libgl1-nvidia-glx-ia32 <none>
pn libgl1-nvidia-glx-ia32-any <none>
pn libgl1-nvidia-legacy-173xx-glx-ia32 <none>
pn libgl1-nvidia-legacy-96xx-glx-ia32 <none>
ii linux-headers-3.10-2-amd64 [linux-headers] 3.10.7-1
ii linux-headers-3.10-3-amd64 [linux-headers] 3.10.11-1
ii linux-headers-3.11-trunk-amd64 [linux-headers] 3.11-1~exp1
ii linux-headers-amd64 [linux-headers] 3.10+51
ii nvidia-driver [nvidia-glx-any] 325.15-1
ii nvidia-glx 325.15-1
ii nvidia-kernel-common 20130816+1
ii nvidia-kernel-dkms 325.15-1
pn nvidia-kernel-source <none>
ii nvidia-settings 325.15-1
ii nvidia-support 20130816+1
pn nvidia-xconfig <none>
ii xserver-xorg 1:7.7+3
ii xserver-xorg-core 2:1.12.4-6.2+b2
pn xserver-xorg-video-nouveau <none>
ii xserver-xorg-video-nvidia [xserver-xorg-video-nvidia-any] 325.15-1
-- no debconf information
More information about the pkg-nvidia-devel
mailing list