Package: nvidia-kernel-dkms Version: 319.82-1~bpo70+2 Severity: important Dear Maintainer,
I tried to use the module created by dkms using nvidia-kernel-dkms 319.82-1~bpo70+2. It fails to load, dmesg containing a line like nvidia: Unknown symbol acpi_os_wait_events_complete (err 0) According to https://devtalk.nvidia.com/default/topic/644906/linux/331-20-on-3-13-rc1-kernel/2/ adding the following to debian/modules/debian/patches/linux-3.14.patch should solve this: --- a/nv-acpi.c +++ b/nv-acpi.c @@ -303,7 +303,10 @@ static int nv_acpi_remove(struct acpi_de if (pNvAcpiObject->notify_handler_installed) { - NV_ACPI_OS_WAIT_EVENTS_COMPLETE(); +#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 13, 0) +/* beginning with 3.13, acpi_remove_notify_handler() waits for events to finish */ + NV_ACPI_OS_WAIT_EVENTS_COMPLETE(); +#endif // remove event notifier status = acpi_remove_notify_handler(device->handle, ACPI_DEVICE_NOTIFY, nv_acpi_event); I tried this and it actually works for me (hence the nonexistend version 319.82-1~bpo70+2.1 in the info created by reportbug) -- Package-specific info: uname -a: Linux thunderstorm 3.14-0.bpo.1-amd64 #1 SMP Debian 3.14.4-1~bpo70+1 (2014-05-14) x86_64 GNU/Linux /proc/version: Linux version 3.14-0.bpo.1-amd64 ([email protected]) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP Debian 3.14.4-1~bpo70+1 (2014-05-14) /proc/driver/nvidia/version: NVRM version: NVIDIA UNIX x86_64 Kernel Module 319.82 Mon Dec 30 02:18:32 PST 2013 GCC version: gcc version 4.6.3 (Debian 4.6.3-14) lspci 'VGA compatible controller [0300]': 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation G86 [Quadro NVS 140M] [10de:0429] (rev a1) (prog-if 00 [VGA controller]) Subsystem: Lenovo ThinkPad T61 [17aa:20d8] 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 16 Region 0: Memory at d6000000 (32-bit, non-prefetchable) [size=16M] Region 1: Memory at e0000000 (64-bit, prefetchable) [size=256M] Region 3: Memory at d4000000 (64-bit, non-prefetchable) [size=32M] Region 5: I/O ports at 2000 [size=128] Expansion ROM at <unassigned> [disabled] Capabilities: <access denied> Kernel driver in use: nvidia dmesg: [ 0.000000] No AGP bridge found [ 0.000000] No AGP bridge found [ 0.000000] Console: colour VGA+ 80x25 [ 0.160539] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none [ 0.160539] vgaarb: loaded [ 0.160539] vgaarb: bridge control possible 0000:01:00.0 [ 0.487894] Linux agpgart interface v0.103 [ 5.233639] nvidia: module license 'NVIDIA' taints kernel. [ 5.250548] nvidia: Unknown symbol acpi_os_wait_events_complete (err 0) [ 79.965036] nvidia: Unknown symbol acpi_os_wait_events_complete (err 0) [ 80.089518] nvidia: Unknown symbol acpi_os_wait_events_complete (err 0) [ 80.157427] nvidia: Unknown symbol acpi_os_wait_events_complete (err 0) [ 80.225110] nvidia: Unknown symbol acpi_os_wait_events_complete (err 0) [ 80.334416] nvidia: Unknown symbol acpi_os_wait_events_complete (err 0) [ 80.419538] nvidia: Unknown symbol acpi_os_wait_events_complete (err 0) [ 178.911386] nvidia: Unknown symbol acpi_os_wait_events_complete (err 0) [ 260.218535] nvidia: Unknown symbol acpi_os_wait_events_complete (err 0) [ 312.019533] nvidia: Unknown symbol acpi_os_wait_events_complete (err 0) [ 2040.929920] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none [ 2040.930108] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 319.82 Mon Dec 30 02:18:32 PST 2013 [ 3941.686334] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=none,decodes=none:owns=none [ 3941.686493] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 319.82 Mon Dec 30 02:18:32 PST 2013 OpenGL and NVIDIA library files installed: lrwxrwxrwx 1 root root 15 May 29 11:24 /etc/alternatives/glx -> /usr/lib/nvidia lrwxrwxrwx 1 root root 48 Oct 29 2013 /etc/alternatives/glx--libGL.so-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so lrwxrwxrwx 1 root root 48 Oct 29 2013 /etc/alternatives/glx--libGL.so-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so lrwxrwxrwx 1 root root 43 May 29 11:24 /etc/alternatives/glx--libGL.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/libGL.so.1 lrwxrwxrwx 1 root root 43 May 29 11:24 /etc/alternatives/glx--libGL.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/libGL.so.1 lrwxrwxrwx 1 root root 51 May 29 11:24 /etc/alternatives/glx--libnvidia-cfg.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/libnvidia-cfg.so.1 lrwxrwxrwx 1 root root 25 May 29 11:24 /etc/alternatives/glx--linux-libglx.so -> /usr/lib/nvidia/libglx.so lrwxrwxrwx 1 root root 42 May 29 11:24 /etc/alternatives/glx--nvidia-blacklists-nouveau.conf -> /etc/nvidia/nvidia-blacklists-nouveau.conf lrwxrwxrwx 1 root root 29 May 29 11:24 /etc/alternatives/glx--nvidia_drv.so -> /usr/lib/nvidia/nvidia_drv.so lrwxrwxrwx 1 root root 22 Oct 29 2013 /etc/alternatives/libGL.so-master -> /usr/lib/mesa-diverted lrwxrwxrwx 1 root root 23 May 29 11:24 /etc/alternatives/nvidia -> /usr/lib/nvidia/current lrwxrwxrwx 1 root root 51 May 29 11:24 /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 May 29 11:24 /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 May 29 11:24 /etc/alternatives/nvidia--libglx.so -> /usr/lib/nvidia/current/libglx.so lrwxrwxrwx 1 root root 59 May 29 11:24 /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 May 29 11:24 /etc/alternatives/nvidia--nv-control-dpy -> /usr/lib/nvidia/current/nv-control-dpy lrwxrwxrwx 1 root root 32 May 29 11:24 /etc/alternatives/nvidia--nvidia-modprobe.conf -> /etc/nvidia/nvidia-modprobe.conf lrwxrwxrwx 1 root root 39 May 29 11:24 /etc/alternatives/nvidia--nvidia-settings -> /usr/lib/nvidia/current/nvidia-settings lrwxrwxrwx 1 root root 44 May 29 11:24 /etc/alternatives/nvidia--nvidia-settings.1.gz -> /usr/lib/nvidia/current/nvidia-settings.1.gz lrwxrwxrwx 1 root root 47 May 29 11:24 /etc/alternatives/nvidia--nvidia-settings.desktop -> /usr/lib/nvidia/current/nvidia-settings.desktop lrwxrwxrwx 1 root root 37 May 29 11:24 /etc/alternatives/nvidia--nvidia_drv.so -> /usr/lib/nvidia/current/nvidia_drv.so lrwxrwxrwx 1 root root 48 Oct 29 2013 /usr/lib/x86_64-linux-gnu/libGL.so -> /etc/alternatives/glx--libGL.so-x86_64-linux-gnu lrwxrwxrwx 1 root root 50 May 28 15:52 /usr/lib/x86_64-linux-gnu/libGL.so.1 -> /etc/alternatives/glx--libGL.so.1-x86_64-linux-gnu lrwxrwxrwx 1 root root 58 May 28 15:52 /usr/lib/x86_64-linux-gnu/libnvidia-cfg.so.1 -> /etc/alternatives/glx--libnvidia-cfg.so.1-x86_64-linux-gnu -rw-r--r-- 1 root root 36965680 Dec 30 08:16 /usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.319.82 lrwxrwxrwx 1 root root 17 May 23 05:01 /usr/lib/x86_64-linux-gnu/libnvidia-ml.so -> libnvidia-ml.so.1 lrwxrwxrwx 1 root root 22 May 23 05:01 /usr/lib/x86_64-linux-gnu/libnvidia-ml.so.1 -> libnvidia-ml.so.319.82 -rw-r--r-- 1 root root 558288 Dec 30 09:06 /usr/lib/x86_64-linux-gnu/libnvidia-ml.so.319.82 -rw-r--r-- 1 root root 12408 Dec 30 08:20 /usr/lib/x86_64-linux-gnu/libnvidia-tls.so.319.82 -rw-r--r-- 1 root root 22700 May 29 11:29 /var/log/Xorg.0.log -rw-r--r-- 1 root root 23309 May 29 11:23 /var/log/Xorg.0.log.old -rw-r--r-- 1 root root 6076 May 29 10:24 /var/log/Xorg.1.log -rw-r--r-- 1 root root 6076 May 28 15:58 /var/log/Xorg.1.log.old -rw-r--r-- 1 root root 6076 May 29 10:24 /var/log/Xorg.2.log -rw-r--r-- 1 root root 6076 May 28 15:58 /var/log/Xorg.2.log.old -rw-r--r-- 1 root root 6076 May 29 10:24 /var/log/Xorg.3.log -rw-r--r-- 1 root root 6076 May 28 15:58 /var/log/Xorg.3.log.old -rw-r--r-- 1 root root 6076 May 29 10:24 /var/log/Xorg.4.log -rw-r--r-- 1 root root 6076 May 28 15:58 /var/log/Xorg.4.log.old -rw-r--r-- 1 root root 6076 May 29 10:24 /var/log/Xorg.5.log -rw-r--r-- 1 root root 6076 May 28 15:58 /var/log/Xorg.5.log.old /usr/lib/mesa-diverted/: total 104 drwxr-xr-x 5 root root 4096 May 28 15:52 . drwxr-xr-x 183 root root 86016 May 28 17:40 .. drwxr-xr-x 2 root root 4096 Feb 18 04:36 arm-linux-gnueabihf drwxr-xr-x 2 root root 4096 Oct 30 2013 i386-linux-gnu lrwxrwxrwx 1 root root 33 Oct 29 2013 libGL.so-master -> /etc/alternatives/libGL.so-master drwxr-xr-x 2 root root 4096 Oct 29 2013 x86_64-linux-gnu /usr/lib/mesa-diverted/i386-linux-gnu/: total 368 drwxr-xr-x 2 root root 4096 Oct 30 2013 . drwxr-xr-x 5 root root 4096 May 28 15:52 .. lrwxrwxrwx 1 root root 12 Jun 5 2013 libGL.so.1 -> libGL.so.1.2 -rw-r--r-- 1 root root 362860 Jun 5 2013 libGL.so.1.2 /usr/lib/mesa-diverted/x86_64-linux-gnu/: total 396 drwxr-xr-x 2 root root 4096 Oct 29 2013 . drwxr-xr-x 5 root root 4096 May 28 15:52 .. lrwxrwxrwx 1 root root 10 Jun 5 2013 libGL.so -> libGL.so.1 lrwxrwxrwx 1 root root 12 Jun 5 2013 libGL.so.1 -> libGL.so.1.2 -rw-r--r-- 1 root root 391928 Jun 5 2013 libGL.so.1.2 /usr/lib/mesa/: total 92 drwxr-xr-x 2 root root 4096 Jun 30 2012 . drwxr-xr-x 183 root root 86016 May 28 17:40 .. /usr/lib/nvidia/: total 116 drwxr-xr-x 3 root root 4096 May 29 11:24 . drwxr-xr-x 183 root root 86016 May 28 17:40 .. -rw-r--r-- 1 root root 57 Sep 14 2013 alternate-install-present -rwxr-xr-x 1 root root 2059 Nov 23 2013 check-for-conflicting-opengl-libraries -rwxr-xr-x 1 root root 1717 Nov 10 2011 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 May 29 11:28 current lrwxrwxrwx 1 root root 35 May 28 15:52 libglx.so -> /etc/alternatives/nvidia--libglx.so lrwxrwxrwx 1 root root 24 May 28 15:52 nvidia -> /etc/alternatives/nvidia lrwxrwxrwx 1 root root 39 May 28 15:52 nvidia_drv.so -> /etc/alternatives/nvidia--nvidia_drv.so -rwxr-xr-x 1 root root 618 May 16 2013 pre-install /usr/lib/nvidia/current/: total 19664 drwxr-xr-x 2 root root 4096 May 29 11:28 . drwxr-xr-x 3 root root 4096 May 29 11:24 .. lrwxrwxrwx 1 root root 16 May 29 11:18 libglx.so -> libglx.so.319.82 -rw-r--r-- 1 root root 10883720 Dec 30 08:20 libglx.so.319.82 -rwxr-xr-x 1 root root 22800 Nov 23 2013 nv-control-dpy -rwxr-xr-x 1 root root 1809288 Nov 23 2013 nvidia-settings -rw-r--r-- 1 root root 7811 Nov 23 2013 nvidia-settings.1.gz -rw-r--r-- 1 root root 1217 Nov 23 2013 nvidia-settings.desktop -rw-r--r-- 1 root root 4086 May 29 11:18 nvidia.ids -rw-r--r-- 1 root root 7354240 Dec 30 08:02 nvidia_drv.so /usr/lib/nvidia/nvidia/: total 19664 drwxr-xr-x 2 root root 4096 May 29 11:28 . drwxr-xr-x 3 root root 4096 May 29 11:24 .. lrwxrwxrwx 1 root root 16 May 29 11:18 libglx.so -> libglx.so.319.82 -rw-r--r-- 1 root root 10883720 Dec 30 08:20 libglx.so.319.82 -rwxr-xr-x 1 root root 22800 Nov 23 2013 nv-control-dpy -rwxr-xr-x 1 root root 1809288 Nov 23 2013 nvidia-settings -rw-r--r-- 1 root root 7811 Nov 23 2013 nvidia-settings.1.gz -rw-r--r-- 1 root root 1217 Nov 23 2013 nvidia-settings.desktop -rw-r--r-- 1 root root 4086 May 29 11:18 nvidia.ids -rw-r--r-- 1 root root 7354240 Dec 30 08:02 nvidia_drv.so /usr/lib/x86_64-linux-gnu/nvidia/: total 84 drwxr-xr-x 3 root root 4096 May 28 15:52 . drwxr-xr-x 60 root root 69632 May 29 11:28 .. drwxr-xr-x 2 root root 4096 May 29 11:28 current lrwxrwxrwx 1 root root 53 May 28 15:52 libGL.so.1 -> /etc/alternatives/nvidia--libGL.so.1-x86_64-linux-gnu lrwxrwxrwx 1 root root 61 May 28 15:52 libnvidia-cfg.so.1 -> /etc/alternatives/nvidia--libnvidia-cfg.so.1-x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/nvidia/current/: total 1288 drwxr-xr-x 2 root root 4096 May 29 11:28 . drwxr-xr-x 3 root root 4096 May 28 15:52 .. lrwxrwxrwx 1 root root 15 May 29 11:18 libGL.so.1 -> libGL.so.319.82 -rw-r--r-- 1 root root 1145896 Dec 30 08:17 libGL.so.319.82 lrwxrwxrwx 1 root root 23 May 29 11:18 libnvidia-cfg.so.1 -> libnvidia-cfg.so.319.82 -rw-r--r-- 1 root root 153216 Dec 30 09:06 libnvidia-cfg.so.319.82 Files from nvidia-installer: Config and logfiles: <<<<<<<<<< /etc/X11/xorg.conf >>>>>>>>>> # nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 310.32 (buildmeister@swio-display-x86-rhel47-01) Mon Jan 14 15:51:51 PST 2013 Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" EndSection Section "Files" EndSection Section "InputDevice" # generated from default Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psaux" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" # generated from default Identifier "Keyboard0" Driver "kbd" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "Unknown" HorizSync 28.0 - 33.0 VertRefresh 43.0 - 72.0 Option "DPMS" Option "DPI" "100 x 100" EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 EndSubSection EndSection ^^^^^^^^^^ /etc/X11/xorg.conf ^^^^^^^^^^ <<<<<<<<<< /var/log/Xorg.0.log >>>>>>>>>> [ 3955.646] X.Org X Server 1.12.4 Release Date: 2012-08-27 [ 3955.646] X Protocol Version 11, Revision 0 [ 3955.646] Build Operating System: Linux 3.11-2-amd64 x86_64 Debian [ 3955.646] Current Operating System: Linux thunderstorm 3.14-0.bpo.1-amd64 #1 SMP Debian 3.14.4-1~bpo70+1 (2014-05-14) x86_64 [ 3955.646] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.14-0.bpo.1-amd64 root=UUID=cc5acae2-ee62-4bf0-9cce-97532f782c60 ro quiet [ 3955.647] Build Date: 17 December 2013 07:37:58PM [ 3955.647] xorg-server 2:1.12.4-6+deb7u2 (Julien Cristau <[email protected]>) [ 3955.647] Current version of pixman: 0.26.0 [ 3955.647] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 3955.647] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 3955.647] (==) Log file: "/var/log/Xorg.0.log", Time: Thu May 29 11:29:21 2014 [ 3955.647] (==) Using config file: "/etc/X11/xorg.conf" [ 3955.647] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 3955.647] (==) ServerLayout "Layout0" [ 3955.647] (**) |-->Screen "Screen0" (0) [ 3955.647] (**) | |-->Monitor "Monitor0" [ 3955.647] (**) | |-->Device "Device0" [ 3955.647] (**) |-->Input Device "Keyboard0" [ 3955.647] (**) |-->Input Device "Mouse0" [ 3955.647] (==) Automatically adding devices [ 3955.647] (==) Automatically enabling devices [ 3955.647] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. [ 3955.647] Entry deleted from font path. [ 3955.647] (==) 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, /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, built-ins [ 3955.647] (==) ModulePath set to "/usr/lib/xorg/modules" [ 3955.647] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled. [ 3955.647] (WW) Disabling Keyboard0 [ 3955.647] (WW) Disabling Mouse0 [ 3955.647] (II) Loader magic: 0x7f086455eae0 [ 3955.647] (II) Module ABI versions: [ 3955.647] X.Org ANSI C Emulation: 0.4 [ 3955.647] X.Org Video Driver: 12.1 [ 3955.647] X.Org XInput driver : 16.0 [ 3955.647] X.Org Server Extension : 6.0 [ 3955.649] (--) PCI:*(0:1:0:0) 10de:0429:17aa:20d8 rev 161, Mem @ 0xd6000000/16777216, 0xe0000000/268435456, 0xd4000000/33554432, I/O @ 0x00002000/128 [ 3955.649] (II) Open ACPI successful (/var/run/acpid.socket) [ 3955.649] (II) LoadModule: "extmod" [ 3955.649] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so [ 3955.649] (II) Module extmod: vendor="X.Org Foundation" [ 3955.649] compiled for 1.12.4, module version = 1.0.0 [ 3955.649] Module class: X.Org Server Extension [ 3955.649] ABI class: X.Org Server Extension, version 6.0 [ 3955.649] (II) Loading extension SELinux [ 3955.649] (II) Loading extension MIT-SCREEN-SAVER [ 3955.649] (II) Loading extension XFree86-VidModeExtension [ 3955.649] (II) Loading extension XFree86-DGA [ 3955.649] (II) Loading extension DPMS [ 3955.649] (II) Loading extension XVideo [ 3955.649] (II) Loading extension XVideo-MotionCompensation [ 3955.649] (II) Loading extension X-Resource [ 3955.649] (II) LoadModule: "dbe" [ 3955.649] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so [ 3955.649] (II) Module dbe: vendor="X.Org Foundation" [ 3955.649] compiled for 1.12.4, module version = 1.0.0 [ 3955.649] Module class: X.Org Server Extension [ 3955.649] ABI class: X.Org Server Extension, version 6.0 [ 3955.649] (II) Loading extension DOUBLE-BUFFER [ 3955.650] (II) LoadModule: "glx" [ 3955.650] (II) Loading /usr/lib/xorg/modules/linux/libglx.so [ 3955.666] (II) Module glx: vendor="NVIDIA Corporation" [ 3955.666] compiled for 4.0.2, module version = 1.0.0 [ 3955.666] Module class: X.Org Server Extension [ 3955.666] (II) NVIDIA GLX Module 319.82 Sun Dec 29 23:17:58 PST 2013 [ 3955.666] (II) Loading extension GLX [ 3955.666] (II) LoadModule: "record" [ 3955.666] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so [ 3955.666] (II) Module record: vendor="X.Org Foundation" [ 3955.666] compiled for 1.12.4, module version = 1.13.0 [ 3955.666] Module class: X.Org Server Extension [ 3955.666] ABI class: X.Org Server Extension, version 6.0 [ 3955.666] (II) Loading extension RECORD [ 3955.666] (II) LoadModule: "dri" [ 3955.666] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so [ 3955.667] (II) Module dri: vendor="X.Org Foundation" [ 3955.667] compiled for 1.12.4, module version = 1.0.0 [ 3955.667] ABI class: X.Org Server Extension, version 6.0 [ 3955.667] (II) Loading extension XFree86-DRI [ 3955.667] (II) LoadModule: "dri2" [ 3955.667] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so [ 3955.667] (II) Module dri2: vendor="X.Org Foundation" [ 3955.667] compiled for 1.12.4, module version = 1.2.0 [ 3955.667] ABI class: X.Org Server Extension, version 6.0 [ 3955.667] (II) Loading extension DRI2 [ 3955.667] (II) LoadModule: "nvidia" [ 3955.667] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so [ 3955.668] (II) Module nvidia: vendor="NVIDIA Corporation" [ 3955.668] compiled for 4.0.2, module version = 1.0.0 [ 3955.668] Module class: X.Org Video Driver [ 3955.668] (II) NVIDIA dlloader X Driver 319.82 Sun Dec 29 22:59:30 PST 2013 [ 3955.668] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs [ 3955.668] (++) using VT number 8 [ 3955.670] (II) Loading sub module "fb" [ 3955.670] (II) LoadModule: "fb" [ 3955.670] (II) Loading /usr/lib/xorg/modules/libfb.so [ 3955.670] (II) Module fb: vendor="X.Org Foundation" [ 3955.670] compiled for 1.12.4, module version = 1.0.0 [ 3955.670] ABI class: X.Org ANSI C Emulation, version 0.4 [ 3955.670] (II) Loading sub module "wfb" [ 3955.670] (II) LoadModule: "wfb" [ 3955.670] (II) Loading /usr/lib/xorg/modules/libwfb.so [ 3955.670] (II) Module wfb: vendor="X.Org Foundation" [ 3955.670] compiled for 1.12.4, module version = 1.0.0 [ 3955.670] ABI class: X.Org ANSI C Emulation, version 0.4 [ 3955.670] (II) Loading sub module "shadow" [ 3955.670] (II) LoadModule: "shadow" [ 3955.671] (II) Loading /usr/lib/xorg/modules/libshadow.so [ 3955.671] (II) Module shadow: vendor="X.Org Foundation" [ 3955.671] compiled for 1.12.4, module version = 1.1.0 [ 3955.671] ABI class: X.Org ANSI C Emulation, version 0.4 [ 3955.671] (II) Loading sub module "ramdac" [ 3955.671] (II) LoadModule: "ramdac" [ 3955.671] (II) Module "ramdac" already built-in [ 3955.671] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32 [ 3955.671] (==) NVIDIA(0): RGB weight 888 [ 3955.671] (==) NVIDIA(0): Default visual is TrueColor [ 3955.671] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) [ 3955.671] (**) NVIDIA(0): Option "DPI" "100 x 100" [ 3955.671] (**) NVIDIA(0): Enabling 2D acceleration [ 3960.298] drmOpenDevice: node name is /dev/dri/card0 [ 3960.304] drmOpenByBusid: Searching for BusID PCI:1:0:0 [ 3960.304] drmOpenDevice: node name is /dev/dri/card0 [ 3960.309] drmOpenByBusid: drmOpenMinor returns -1 [ 3960.309] drmOpenDevice: node name is /dev/dri/card1 [ 3960.316] drmOpenByBusid: drmOpenMinor returns -1 [ 3960.316] drmOpenDevice: node name is /dev/dri/card2 [ 3960.323] drmOpenByBusid: drmOpenMinor returns -1 [ 3960.323] drmOpenDevice: node name is /dev/dri/card3 [ 3960.330] drmOpenByBusid: drmOpenMinor returns -1 [ 3960.330] drmOpenDevice: node name is /dev/dri/card4 [ 3960.337] drmOpenByBusid: drmOpenMinor returns -1 [ 3960.337] drmOpenDevice: node name is /dev/dri/card5 [ 3960.345] drmOpenByBusid: drmOpenMinor returns -1 [ 3960.345] drmOpenDevice: node name is /dev/dri/card6 [ 3960.352] drmOpenByBusid: drmOpenMinor returns -1 [ 3960.352] drmOpenDevice: node name is /dev/dri/card7 [ 3960.359] drmOpenByBusid: drmOpenMinor returns -1 [ 3960.359] drmOpenDevice: node name is /dev/dri/card8 [ 3960.366] drmOpenByBusid: drmOpenMinor returns -1 [ 3960.366] drmOpenDevice: node name is /dev/dri/card9 [ 3960.373] drmOpenByBusid: drmOpenMinor returns -1 [ 3960.373] drmOpenDevice: node name is /dev/dri/card10 [ 3960.380] drmOpenByBusid: drmOpenMinor returns -1 [ 3960.380] drmOpenDevice: node name is /dev/dri/card11 [ 3960.387] drmOpenByBusid: drmOpenMinor returns -1 [ 3960.387] drmOpenDevice: node name is /dev/dri/card12 [ 3960.394] drmOpenByBusid: drmOpenMinor returns -1 [ 3960.394] drmOpenDevice: node name is /dev/dri/card13 [ 3960.402] drmOpenByBusid: drmOpenMinor returns -1 [ 3960.402] drmOpenDevice: node name is /dev/dri/card14 [ 3960.409] drmOpenByBusid: drmOpenMinor returns -1 [ 3960.409] drmOpenDevice: node name is /dev/dri/card15 [ 3960.416] drmOpenByBusid: drmOpenMinor returns -1 [ 3960.425] (II) NVIDIA(GPU-0): Display (Seiko/Epson (DFP-0)) does not support NVIDIA 3D [ 3960.425] (II) NVIDIA(GPU-0): Vision stereo. [ 3960.433] (II) NVIDIA(0): NVIDIA GPU Quadro NVS 140M (G86) at PCI:1:0:0 (GPU-0) [ 3960.433] (--) NVIDIA(0): Memory: 131072 kBytes [ 3960.433] (--) NVIDIA(0): VideoBIOS: 60.86.3e.00.00 [ 3960.433] (II) NVIDIA(0): Detected PCI Express Link width: 16X [ 3960.438] (--) NVIDIA(0): Valid display device(s) on Quadro NVS 140M at PCI:1:0:0 [ 3960.438] (--) NVIDIA(0): CRT-0 [ 3960.438] (--) NVIDIA(0): Seiko/Epson (DFP-0) (boot, connected) [ 3960.438] (--) NVIDIA(0): DFP-1 [ 3960.438] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock [ 3960.438] (--) NVIDIA(0): Seiko/Epson (DFP-0): 330.0 MHz maximum pixel clock [ 3960.438] (--) NVIDIA(0): Seiko/Epson (DFP-0): Internal Dual Link LVDS [ 3960.438] (--) NVIDIA(0): DFP-1: 330.0 MHz maximum pixel clock [ 3960.438] (--) NVIDIA(0): DFP-1: Internal Single Link TMDS [ 3960.438] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display [ 3960.438] (**) NVIDIA(0): device Seiko/Epson (DFP-0) (Using EDID frequencies has [ 3960.438] (**) NVIDIA(0): been enabled on all display devices.) [ 3960.438] (==) NVIDIA(0): [ 3960.438] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select" [ 3960.438] (==) NVIDIA(0): will be used as the requested mode. [ 3960.438] (==) NVIDIA(0): [ 3960.439] (II) NVIDIA(0): Validated MetaModes: [ 3960.439] (II) NVIDIA(0): "DFP-0:nvidia-auto-select{}" [ 3960.439] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1200 [ 3961.718] (**) NVIDIA(0): DPI set to (100, 100); computed from "DPI" X config option [ 3961.718] (--) Depth 24 pixmap format is 32 bpp [ 3961.718] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access. [ 3961.729] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select{}" [ 3962.560] (II) Loading extension NV-GLX [ 3962.583] (==) NVIDIA(0): Disabling shared memory pixmaps [ 3962.583] (==) NVIDIA(0): Backing store disabled [ 3962.583] (==) NVIDIA(0): Silken mouse enabled [ 3962.584] (**) NVIDIA(0): DPMS enabled [ 3962.584] (II) Loading extension NV-CONTROL [ 3962.584] (II) Loading extension XINERAMA [ 3962.584] (II) Loading sub module "dri2" [ 3962.584] (II) LoadModule: "dri2" [ 3962.584] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so [ 3962.584] (II) Module dri2: vendor="X.Org Foundation" [ 3962.584] compiled for 1.12.4, module version = 1.2.0 [ 3962.584] ABI class: X.Org Server Extension, version 6.0 [ 3962.584] (II) NVIDIA(0): [DRI2] Setup complete [ 3962.584] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia [ 3962.584] (--) RandR disabled [ 3962.584] (II) Initializing built-in extension Generic Event Extension [ 3962.584] (II) Initializing built-in extension SHAPE [ 3962.584] (II) Initializing built-in extension MIT-SHM [ 3962.584] (II) Initializing built-in extension XInputExtension [ 3962.584] (II) Initializing built-in extension XTEST [ 3962.584] (II) Initializing built-in extension BIG-REQUESTS [ 3962.584] (II) Initializing built-in extension SYNC [ 3962.584] (II) Initializing built-in extension XKEYBOARD [ 3962.584] (II) Initializing built-in extension XC-MISC [ 3962.584] (II) Initializing built-in extension SECURITY [ 3962.584] (II) Initializing built-in extension XINERAMA [ 3962.584] (II) Initializing built-in extension XFIXES [ 3962.584] (II) Initializing built-in extension RENDER [ 3962.584] (II) Initializing built-in extension RANDR [ 3962.584] (II) Initializing built-in extension COMPOSITE [ 3962.584] (II) Initializing built-in extension DAMAGE [ 3962.585] (II) SELinux: Disabled on system [ 3962.586] (II) Initializing extension GLX [ 3962.634] (II) config/udev: Adding input device Power Button (/dev/input/event3) [ 3962.634] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 3962.634] (II) LoadModule: "evdev" [ 3962.635] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so [ 3962.635] (II) Module evdev: vendor="X.Org Foundation" [ 3962.635] compiled for 1.12.1, module version = 2.7.0 [ 3962.635] Module class: X.Org XInput Driver [ 3962.635] ABI class: X.Org XInput driver, version 16.0 [ 3962.635] (II) Using input driver 'evdev' for 'Power Button' [ 3962.635] (**) Power Button: always reports core events [ 3962.635] (**) evdev: Power Button: Device: "/dev/input/event3" [ 3962.635] (--) evdev: Power Button: Vendor 0 Product 0x1 [ 3962.635] (--) evdev: Power Button: Found keys [ 3962.635] (II) evdev: Power Button: Configuring as keyboard [ 3962.635] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event3" [ 3962.635] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6) [ 3962.635] (**) Option "xkb_rules" "evdev" [ 3962.635] (**) Option "xkb_model" "pc105" [ 3962.635] (**) Option "xkb_layout" "de" [ 3962.635] (**) Option "xkb_options" "compose:menu" [ 3962.657] (II) config/udev: Adding input device Video Bus (/dev/input/event4) [ 3962.657] (**) Video Bus: Applying InputClass "evdev keyboard catchall" [ 3962.657] (II) Using input driver 'evdev' for 'Video Bus' [ 3962.657] (**) Video Bus: always reports core events [ 3962.657] (**) evdev: Video Bus: Device: "/dev/input/event4" [ 3962.657] (--) evdev: Video Bus: Vendor 0 Product 0x6 [ 3962.657] (--) evdev: Video Bus: Found keys [ 3962.657] (II) evdev: Video Bus: Configuring as keyboard [ 3962.657] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/LNXVIDEO:01/input/input5/event4" [ 3962.657] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7) [ 3962.657] (**) Option "xkb_rules" "evdev" [ 3962.657] (**) Option "xkb_model" "pc105" [ 3962.657] (**) Option "xkb_layout" "de" [ 3962.657] (**) Option "xkb_options" "compose:menu" [ 3962.657] (II) config/udev: Adding input device Lid Switch (/dev/input/event1) [ 3962.657] (II) No input driver specified, ignoring this device. [ 3962.657] (II) This device may have been added with another device file. [ 3962.658] (II) config/udev: Adding input device Sleep Button (/dev/input/event2) [ 3962.658] (**) Sleep Button: Applying InputClass "evdev keyboard catchall" [ 3962.658] (II) Using input driver 'evdev' for 'Sleep Button' [ 3962.658] (**) Sleep Button: always reports core events [ 3962.658] (**) evdev: Sleep Button: Device: "/dev/input/event2" [ 3962.658] (--) evdev: Sleep Button: Vendor 0 Product 0x3 [ 3962.658] (--) evdev: Sleep Button: Found keys [ 3962.658] (II) evdev: Sleep Button: Configuring as keyboard [ 3962.658] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/event2" [ 3962.658] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8) [ 3962.658] (**) Option "xkb_rules" "evdev" [ 3962.658] (**) Option "xkb_model" "pc105" [ 3962.658] (**) Option "xkb_layout" "de" [ 3962.658] (**) Option "xkb_options" "compose:menu" [ 3962.658] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event8) [ 3962.658] (II) No input driver specified, ignoring this device. [ 3962.658] (II) This device may have been added with another device file. [ 3962.658] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event7) [ 3962.658] (II) No input driver specified, ignoring this device. [ 3962.659] (II) This device may have been added with another device file. [ 3962.659] (II) config/udev: Adding input device HDA Intel Dock Mic (/dev/input/event9) [ 3962.659] (II) No input driver specified, ignoring this device. [ 3962.659] (II) This device may have been added with another device file. [ 3962.659] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0) [ 3962.659] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall" [ 3962.659] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard' [ 3962.659] (**) AT Translated Set 2 keyboard: always reports core events [ 3962.659] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0" [ 3962.659] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1 [ 3962.659] (--) evdev: AT Translated Set 2 keyboard: Found keys [ 3962.659] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard [ 3962.659] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0" [ 3962.659] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9) [ 3962.659] (**) Option "xkb_rules" "evdev" [ 3962.659] (**) Option "xkb_model" "pc105" [ 3962.659] (**) Option "xkb_layout" "de" [ 3962.659] (**) Option "xkb_options" "compose:menu" [ 3962.660] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event10) [ 3962.660] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall" [ 3962.660] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint' [ 3962.660] (**) TPPS/2 IBM TrackPoint: always reports core events [ 3962.660] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event10" [ 3962.660] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa [ 3962.660] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons [ 3962.660] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes [ 3962.660] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes [ 3962.660] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse [ 3962.660] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5 [ 3962.660] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 3962.660] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event10" [ 3962.660] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 10) [ 3962.660] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes. [ 3962.660] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1 [ 3962.660] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0 [ 3962.660] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000 [ 3962.660] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4 [ 3962.660] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse0) [ 3962.660] (II) No input driver specified, ignoring this device. [ 3962.660] (II) This device may have been added with another device file. [ 3962.661] (II) config/udev: Adding input device PC Speaker (/dev/input/event5) [ 3962.661] (II) No input driver specified, ignoring this device. [ 3962.661] (II) This device may have been added with another device file. [ 3962.661] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event6) [ 3962.661] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall" [ 3962.661] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons' [ 3962.661] (**) ThinkPad Extra Buttons: always reports core events [ 3962.661] (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event6" [ 3962.661] (--) evdev: ThinkPad Extra Buttons: Vendor 0x17aa Product 0x5054 [ 3962.661] (--) evdev: ThinkPad Extra Buttons: Found keys [ 3962.661] (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard [ 3962.661] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input8/event6" [ 3962.661] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 11) [ 3962.661] (**) Option "xkb_rules" "evdev" [ 3962.661] (**) Option "xkb_model" "pc105" [ 3962.661] (**) Option "xkb_layout" "de" [ 3962.661] (**) Option "xkb_options" "compose:menu" [ 3962.669] (II) NVIDIA(GPU-0): Display (Seiko/Epson (DFP-0)) does not support NVIDIA 3D [ 3962.669] (II) NVIDIA(GPU-0): Vision stereo. [ 3962.669] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display [ 3962.669] (**) NVIDIA(0): device Seiko/Epson (DFP-0) (Using EDID frequencies has [ 3962.669] (**) NVIDIA(0): been enabled on all display devices.) [ 3962.856] (II) NVIDIA(GPU-0): Display (Seiko/Epson (DFP-0)) does not support NVIDIA 3D [ 3962.856] (II) NVIDIA(GPU-0): Vision stereo. [ 3962.856] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display [ 3962.856] (**) NVIDIA(0): device Seiko/Epson (DFP-0) (Using EDID frequencies has [ 3962.856] (**) NVIDIA(0): been enabled on all display devices.) [ 3968.862] (II) NVIDIA(GPU-0): Display (Seiko/Epson (DFP-0)) does not support NVIDIA 3D [ 3968.862] (II) NVIDIA(GPU-0): Vision stereo. [ 3968.862] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display [ 3968.862] (**) NVIDIA(0): device Seiko/Epson (DFP-0) (Using EDID frequencies has [ 3968.862] (**) NVIDIA(0): been enabled on all display devices.) [ 3968.865] (II) NVIDIA(GPU-0): Display (Seiko/Epson (DFP-0)) does not support NVIDIA 3D [ 3968.865] (II) NVIDIA(GPU-0): Vision stereo. [ 3968.865] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display [ 3968.865] (**) NVIDIA(0): device Seiko/Epson (DFP-0) (Using EDID frequencies has [ 3968.865] (**) NVIDIA(0): been enabled on all display devices.) [ 3969.048] (II) NVIDIA(GPU-0): Display (Seiko/Epson (DFP-0)) does not support NVIDIA 3D [ 3969.048] (II) NVIDIA(GPU-0): Vision stereo. [ 3969.048] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display [ 3969.048] (**) NVIDIA(0): device Seiko/Epson (DFP-0) (Using EDID frequencies has [ 3969.048] (**) NVIDIA(0): been enabled on all display devices.) ^^^^^^^^^^ /var/log/Xorg.0.log ^^^^^^^^^^ Kernel modules: nvidia.ko /lib/modules/3.14-0.bpo.1-amd64/updates/dkms/nvidia-current.ko /lib/modules/2.6.32-5-amd64/kernel/drivers/video/nvidia/nvidiafb.ko /lib/modules/3.7.5kb/kernel/drivers/video/nvidia/nvidiafb.ko filename: /lib/modules/3.14-0.bpo.1-amd64/updates/dkms/nvidia-current.ko alias: char-major-195-* version: 319.82 supported: external license: NVIDIA alias: pci:v000010DEd00000E00sv*sd*bc04sc80i00* alias: pci:v000010DEd00000AA3sv*sd*bc0Bsc40i00* alias: pci:v000010DEd*sv*sd*bc03sc02i00* alias: pci:v000010DEd*sv*sd*bc03sc00i00* depends: i2c-core vermagic: 3.14-0.bpo.1-amd64 SMP mod_unload modversions filename: /lib/modules/2.6.32-5-amd64/kernel/drivers/video/nvidia/nvidiafb.ko license: GPL description: Framebuffer driver for nVidia graphics chipset author: Antonino Daplas alias: pci:v000010DEd*sv*sd*bc03sc*i* depends: vgastate vermagic: 2.6.32-5-amd64 SMP mod_unload modversions filename: /lib/modules/3.7.5kb/kernel/drivers/video/nvidia/nvidiafb.ko license: GPL description: Framebuffer driver for nVidia graphics chipset author: Antonino Daplas alias: pci:v000010DEd*sv*sd*bc03sc*i* depends: vgastate,i2c-core,i2c-algo-bit,fb_ddc intree: Y vermagic: 3.7.5kb SMP mod_unload modversions -- System Information: Debian Release: 7.5 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.14-0.bpo.1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (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] 319.82-1~bpo70+2.1 ii nvidia-installer-cleanup 20131102+1~bpo70+1 ii nvidia-kernel-common 20120630+3 Versions of packages nvidia-kernel-dkms recommends: pn nvidia-driver <none> nvidia-kernel-dkms suggests no packages. Versions of packages libgl1-nvidia-glx depends on: ii libc6 2.13-38+deb7u1 ii libx11-6 2:1.5.0-1+deb7u1 ii libxext6 2:1.3.1-2+deb7u1 ii multiarch-support 2.13-38+deb7u1 ii nvidia-alternative 319.82-1~bpo70+2.1 ii nvidia-installer-cleanup 20131102+1~bpo70+1 ii nvidia-support 20120630+3 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.49 ii libc6 2.13-38+deb7u1 ii libgl1-nvidia-glx 319.82-1~bpo70+2.1 ii nvidia-alternative 319.82-1~bpo70+2.1 ii nvidia-installer-cleanup 20131102+1~bpo70+1 ii nvidia-support 20120630+3 ii xserver-xorg-core [xorg-video-abi-12] 2:1.12.4-6+deb7u2 Versions of packages xserver-xorg-video-nvidia recommends: pn nvidia-driver <none> ii nvidia-settings 319.72-1~bpo70+1 ii nvidia-vdpau-driver 319.82-1~bpo70+2.1 xserver-xorg-video-nvidia suggests no packages. Versions of packages nvidia-alternative depends on: ii glx-alternative-nvidia 0.4.1~bpo70+1 Versions of packages glx-alternative-nvidia depends on: ii glx-alternative-mesa 0.4.1~bpo70+1 ii glx-diversions 0.4.1~bpo70+1 Versions of packages glx-alternative-nvidia suggests: pn nvidia-driver <none> Versions of packages nvidia-kernel-dkms is related to: ii ia32-libs 1:0.4 pn libdrm-nouveau1 <none> ii libdrm-nouveau1a 2.4.40-1~deb7u2 pn libgl1-nvidia-alternatives-ia32 <none> ii libgl1-nvidia-glx [libgl1-nvidia-glx-any] 319.82-1~bpo70+2.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.2.0-0.bpo.4-amd64 [linux-headers] 3.2.35-2~bpo60+1 ii linux-headers-3.2.0-4-amd64 [linux-headers] 3.2.57-3 ii linux-headers-3.7.5kb [linux-headers] 1 pn nvidia-driver <none> pn nvidia-glx <none> pn nvidia-glx-any <none> ii nvidia-kernel-common 20120630+3 ii nvidia-kernel-dkms 319.82-1~bpo70+2.1 pn nvidia-kernel-source <none> ii nvidia-settings 319.72-1~bpo70+1 ii nvidia-support 20120630+3 pn nvidia-xconfig <none> ii xserver-xorg 1:7.7+3~deb7u1 ii xserver-xorg-core 2:1.12.4-6+deb7u2 ii xserver-xorg-video-nouveau 1:1.0.1-5 ii xserver-xorg-video-nvidia [xserver-xorg-video-nvidia-an 319.82-1~bpo70+2.1 -- no debconf information -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

