Package: nvidia-kernel-dkms Version: 319.82-1 Severity: normal Tags: patch
Hi! I'm running a -rc kernel (as 3.12 doesn't work for me due to #730863), and the module builds but fails to insert with the following message: nvidia: Unknown symbol acpi_os_wait_events_complete (err 0) The following patch, pulled from some page, fixes it: --- nv-acpi.c~ 2013-12-30 07:57:59.000000000 +0100 +++ nv-acpi.c 2014-01-17 04:54:31.846762347 +0100 @@ -303,7 +303,9 @@ if (pNvAcpiObject->notify_handler_installed) { +#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 13, 0) NV_ACPI_OS_WAIT_EVENTS_COMPLETE(); +#endif // remove event notifier status = acpi_remove_notify_handler(device->handle, ACPI_DEVICE_NOTIFY, nv_acpi_event); I'm running kernels with this patch for quite a while, and everything seems to work ok. 3.13 will be released tomorrow. -- Package-specific info: uname -a: Linux umbar 3.13.0-rc8-x32+ #4 SMP Tue Jan 14 07:13:35 CET 2014 x86_64 GNU/Linux /proc/version: Linux version 3.13.0-rc8-x32+ (kilobyte@umbar) (gcc version 4.8.2 (Debian 4.8.2-13) ) #4 SMP Tue Jan 14 07:13:35 CET 2014 /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.8.2 (Debian 4.8.2-14) lspci 'VGA compatible controller [0300]': 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GT215 [GeForce GT 240] [10de:0ca3] (rev a2) (prog-if 00 [VGA controller]) Subsystem: Gigabyte Technology Co., Ltd Device [1458:34e2] 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 18 Region 0: Memory at fa000000 (32-bit, non-prefetchable) [size=16M] Region 1: Memory at d0000000 (64-bit, prefetchable) [size=256M] Region 3: Memory at ce000000 (64-bit, prefetchable) [size=32M] Region 5: I/O ports at cc00 [size=128] [virtual] Expansion ROM at fbe80000 [disabled] [size=512K] 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.626641] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none [ 0.626642] vgaarb: loaded [ 0.626643] vgaarb: bridge control possible 0000:01:00.0 [ 1.261474] PCI-DMA: Disabling AGP. [ 1.261604] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture [ 3.100549] nvidia: module license 'NVIDIA' taints kernel. [ 3.116387] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none [ 3.116945] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 319.82 Mon Dec 30 02:18:32 PST 2013 [ 3.142369] hda-intel 0000:01:00.1: Handle VGA-switcheroo audio client [ 3.952255] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input17 [ 3.952458] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input16 [ 3.952646] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input15 [ 3.952828] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input14 OpenGL and NVIDIA library files installed: lrwxrwxrwx 1 root root 15 Jan 17 04:50 /etc/alternatives/glx -> /usr/lib/nvidia lrwxrwxrwx 1 root root 48 Dec 1 21:47 /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 1 21:47 /etc/alternatives/glx--libGL.so-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so lrwxrwxrwx 1 root root 41 Jan 17 04:50 /etc/alternatives/glx--libGL.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/libGL.so.1 lrwxrwxrwx 1 root root 41 Jan 17 04:50 /etc/alternatives/glx--libGL.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/libGL.so.1 lrwxrwxrwx 1 root root 43 Jan 17 04:50 /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 Jan 17 04:50 /etc/alternatives/glx--libGL.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/libGL.so.1 lrwxrwxrwx 1 root root 49 Jan 17 04:50 /etc/alternatives/glx--libnvidia-cfg.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/libnvidia-cfg.so.1 lrwxrwxrwx 1 root root 51 Jan 17 04:50 /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 Jan 17 04:50 /etc/alternatives/glx--linux-libglx.so -> /usr/lib/nvidia/libglx.so lrwxrwxrwx 1 root root 42 Jan 17 04:50 /etc/alternatives/glx--nvidia-blacklists-nouveau.conf -> /etc/nvidia/nvidia-blacklists-nouveau.conf lrwxrwxrwx 1 root root 36 Jan 17 04:50 /etc/alternatives/glx--nvidia-bug-report.sh -> /usr/lib/nvidia/nvidia-bug-report.sh lrwxrwxrwx 1 root root 29 Jan 17 04:50 /etc/alternatives/glx--nvidia_drv.so -> /usr/lib/nvidia/nvidia_drv.so lrwxrwxrwx 1 root root 22 Dec 1 21:47 /etc/alternatives/libGL.so-master -> /usr/lib/mesa-diverted lrwxrwxrwx 1 root root 43 Sep 11 02:29 /etc/alternatives/libGL.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/libGL.so.1 lrwxrwxrwx 1 root root 23 Jan 17 04:50 /etc/alternatives/nvidia -> /usr/lib/nvidia/current lrwxrwxrwx 1 root root 49 Jan 17 04:50 /etc/alternatives/nvidia--libGL.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/current/libGL.so.1 lrwxrwxrwx 1 root root 49 Jan 17 04:50 /etc/alternatives/nvidia--libGL.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/current/libGL.so.1 lrwxrwxrwx 1 root root 51 Jan 17 04:50 /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 Jan 17 04:50 /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 Jan 17 04:50 /etc/alternatives/nvidia--libglx.so -> /usr/lib/nvidia/current/libglx.so lrwxrwxrwx 1 root root 57 Jan 17 04:50 /etc/alternatives/nvidia--libnvidia-cfg.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/current/libnvidia-cfg.so.1 lrwxrwxrwx 1 root root 59 Jan 17 04:50 /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 Jan 17 04:50 /etc/alternatives/nvidia--nv-control-dpy -> /usr/lib/nvidia/current/nv-control-dpy lrwxrwxrwx 1 root root 44 Jan 17 04:50 /etc/alternatives/nvidia--nvidia-bug-report.sh -> /usr/lib/nvidia/current/nvidia-bug-report.sh lrwxrwxrwx 1 root root 32 Jan 17 04:50 /etc/alternatives/nvidia--nvidia-modprobe.conf -> /etc/nvidia/nvidia-modprobe.conf lrwxrwxrwx 1 root root 39 Jan 17 04:50 /etc/alternatives/nvidia--nvidia-settings -> /usr/lib/nvidia/current/nvidia-settings lrwxrwxrwx 1 root root 44 Jan 17 04:50 /etc/alternatives/nvidia--nvidia-settings.1.gz -> /usr/lib/nvidia/current/nvidia-settings.1.gz lrwxrwxrwx 1 root root 47 Jan 17 04:50 /etc/alternatives/nvidia--nvidia-settings.desktop -> /usr/lib/nvidia/current/nvidia-settings.desktop lrwxrwxrwx 1 root root 37 Jan 17 04:50 /etc/alternatives/nvidia--nvidia_drv.so -> /usr/lib/nvidia/current/nvidia_drv.so lrwxrwxrwx 1 root root 36 Sep 11 02:29 /etc/alternatives/nvidia-bug-report.sh -> /usr/lib/nvidia/nvidia-bug-report.sh lrwxrwxrwx 1 root root 29 Sep 11 02:29 /etc/alternatives/nvidia_drv.so -> /usr/lib/nvidia/nvidia_drv.so lrwxrwxrwx 1 root root 48 Dec 5 02:39 /usr/lib/i386-linux-gnu/libGL.so.1 -> /etc/alternatives/glx--libGL.so.1-i386-linux-gnu lrwxrwxrwx 1 root root 56 Jan 17 04:50 /usr/lib/i386-linux-gnu/libnvidia-cfg.so.1 -> /etc/alternatives/glx--libnvidia-cfg.so.1-i386-linux-gnu -rw-r--r-- 1 root root 33273180 Dec 30 09:45 /usr/lib/i386-linux-gnu/libnvidia-glcore.so.319.82 -rw-r--r-- 1 root root 13192 Dec 30 09:49 /usr/lib/i386-linux-gnu/libnvidia-tls.so.319.82 lrwxrwxrwx 1 root root 48 Dec 1 21:47 /usr/lib/x86_64-linux-gnu/libGL.so -> /etc/alternatives/glx--libGL.so-x86_64-linux-gnu lrwxrwxrwx 1 root root 50 Dec 1 21:47 /usr/lib/x86_64-linux-gnu/libGL.so.1 -> /etc/alternatives/glx--libGL.so.1-x86_64-linux-gnu lrwxrwxrwx 1 root root 58 Jan 17 04:50 /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 Jan 16 17:41 /usr/lib/x86_64-linux-gnu/libnvidia-ml.so -> libnvidia-ml.so.1 lrwxrwxrwx 1 root root 22 Jan 16 17:41 /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 26426 Jan 17 05:05 /var/log/Xorg.0.log -rw-r--r-- 1 root root 7732 Jan 17 05:03 /var/log/Xorg.0.log.old -rw-r--r-- 1 root root 7979 Sep 11 12:29 /var/log/Xorg.1.log -rw-r--r-- 1 root root 6258 Jul 25 12:15 /var/log/Xorg.1.log.old -rw-r--r-- 1 root root 7979 Sep 11 12:29 /var/log/Xorg.2.log -rw-r--r-- 1 root root 6258 Jul 25 12:15 /var/log/Xorg.2.log.old -rw-r--r-- 1 root root 7979 Sep 11 12:29 /var/log/Xorg.3.log -rw-r--r-- 1 root root 6258 Jul 25 12:15 /var/log/Xorg.3.log.old -rw-r--r-- 1 root root 7979 Sep 11 12:29 /var/log/Xorg.4.log -rw-r--r-- 1 root root 6258 Jul 25 12:15 /var/log/Xorg.4.log.old -rw-r--r-- 1 root root 6258 Jul 25 12:15 /var/log/Xorg.5.log -rw-r--r-- 1 root root 6261 Jul 24 21:41 /var/log/Xorg.5.log.old -rw-r--r-- 1 root root 6261 Jul 24 21:41 /var/log/Xorg.6.log -rw-r--r-- 1 root root 6258 Jul 5 2013 /var/log/Xorg.6.log.old -rw-r--r-- 1 root root 6261 Jul 24 21:41 /var/log/Xorg.7.log -rw-r--r-- 1 root root 6258 Jul 5 2013 /var/log/Xorg.7.log.old -rw-r--r-- 1 root root 6258 Jul 5 2013 /var/log/Xorg.8.log -rw-r--r-- 1 root root 6258 Jul 5 2013 /var/log/Xorg.9.log /usr/lib/i386-linux-gnu/nvidia/: total 8 drwxr-xr-x 1 root root 70 Jan 17 04:50 . drwxrwxr-x 1 root root 5362 Jan 17 04:50 .. drwxr-xr-x 1 root root 132 Jan 17 04:50 current lrwxrwxrwx 1 root root 51 Jan 17 04:50 libGL.so.1 -> /etc/alternatives/nvidia--libGL.so.1-i386-linux-gnu lrwxrwxrwx 1 root root 59 Jan 17 04:50 libnvidia-cfg.so.1 -> /etc/alternatives/nvidia--libnvidia-cfg.so.1-i386-linux-gnu /usr/lib/i386-linux-gnu/nvidia/current/: total 1124 drwxr-xr-x 1 root root 132 Jan 17 04:50 . drwxr-xr-x 1 root root 70 Jan 17 04:50 .. lrwxrwxrwx 1 root root 15 Jan 16 22:27 libGL.so.1 -> libGL.so.319.82 -rw-r--r-- 1 root root 991032 Dec 30 09:46 libGL.so.319.82 lrwxrwxrwx 1 root root 23 Jan 16 22:27 libnvidia-cfg.so.1 -> libnvidia-cfg.so.319.82 -rw-r--r-- 1 root root 148680 Dec 30 10:34 libnvidia-cfg.so.319.82 /usr/lib/mesa-diverted/: total 4 drwxr-xr-x 1 root root 128 Dec 1 21:47 . drwxr-xr-x 1 root root 13148 Jan 17 03:46 .. drwxr-xr-x 1 root root 0 Oct 24 03:11 arm-linux-gnueabihf drwxr-xr-x 1 root root 48 Dec 1 21:47 i386-linux-gnu lrwxrwxrwx 1 root root 33 Dec 1 21:47 libGL.so-master -> /etc/alternatives/libGL.so-master drwxr-xr-x 1 root root 64 Dec 1 21:47 x86_64-linux-gnu /usr/lib/mesa-diverted/i386-linux-gnu/: total 356 drwxr-xr-x 1 root root 48 Dec 1 21:47 . drwxr-xr-x 1 root root 128 Dec 1 21:47 .. lrwxrwxrwx 1 root root 14 Oct 22 12:44 libGL.so.1 -> libGL.so.1.2.0 -rw-r--r-- 1 root root 357836 Oct 22 12:44 libGL.so.1.2.0 /usr/lib/mesa-diverted/x86_64-linux-gnu/: total 380 drwxr-xr-x 1 root root 64 Dec 1 21:47 . drwxr-xr-x 1 root root 128 Dec 1 21:47 .. lrwxrwxrwx 1 root root 10 Oct 24 11:58 libGL.so -> libGL.so.1 lrwxrwxrwx 1 root root 14 Oct 22 11:18 libGL.so.1 -> libGL.so.1.2.0 -rw-r--r-- 1 root root 380808 Oct 22 11:18 libGL.so.1.2.0 /usr/lib/mesa/: total 0 drwxr-xr-x 1 root root 0 Oct 24 03:11 . drwxr-xr-x 1 root root 13148 Jan 17 03:46 .. /usr/lib/nvidia/: total 36 drwxr-xr-x 1 root root 400 Jan 17 04:50 . drwxr-xr-x 1 root root 13148 Jan 17 03:46 .. -rw-r--r-- 1 root root 57 Aug 8 11:27 alternate-install-present -rwxr-xr-x 1 root root 2059 Nov 2 20:42 check-for-conflicting-opengl-libraries -rwxr-xr-x 1 root root 1897 Nov 2 20:42 check-for-mismatching-nvidia-module -rwxr-xr-x 1 root root 2734 Nov 2 20:42 create-xorg-nvidia-conf-experimental drwxr-xr-x 1 root root 280 Jan 17 04:50 current lrwxrwxrwx 1 root root 35 Jan 17 04:50 libglx.so -> /etc/alternatives/nvidia--libglx.so lrwxrwxrwx 1 root root 24 Jan 17 04:50 nvidia -> /etc/alternatives/nvidia lrwxrwxrwx 1 root root 46 Jan 17 04:50 nvidia-bug-report.sh -> /etc/alternatives/nvidia--nvidia-bug-report.sh lrwxrwxrwx 1 root root 39 Jan 17 04:50 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 19644 drwxr-xr-x 1 root root 280 Jan 17 04:50 . drwxr-xr-x 1 root root 400 Jan 17 04:50 .. lrwxrwxrwx 1 root root 16 Jan 16 17:41 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 22768 Nov 9 15:29 nv-control-dpy -rwxr-xr-x 1 root root 20781 Dec 30 11:44 nvidia-bug-report.sh -rwxr-xr-x 1 root root 1801080 Nov 9 15:29 nvidia-settings -rw-r--r-- 1 root root 7811 Nov 9 15:29 nvidia-settings.1.gz -rw-r--r-- 1 root root 1217 Nov 9 15:28 nvidia-settings.desktop -rw-r--r-- 1 root root 4086 Jan 16 17:41 nvidia.ids -rw-r--r-- 1 root root 7354240 Dec 30 08:02 nvidia_drv.so /usr/lib/nvidia/nvidia/: total 19644 drwxr-xr-x 1 root root 280 Jan 17 04:50 . drwxr-xr-x 1 root root 400 Jan 17 04:50 .. lrwxrwxrwx 1 root root 16 Jan 16 17:41 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 22768 Nov 9 15:29 nv-control-dpy -rwxr-xr-x 1 root root 20781 Dec 30 11:44 nvidia-bug-report.sh -rwxr-xr-x 1 root root 1801080 Nov 9 15:29 nvidia-settings -rw-r--r-- 1 root root 7811 Nov 9 15:29 nvidia-settings.1.gz -rw-r--r-- 1 root root 1217 Nov 9 15:28 nvidia-settings.desktop -rw-r--r-- 1 root root 4086 Jan 16 17:41 nvidia.ids -rw-r--r-- 1 root root 7354240 Dec 30 08:02 nvidia_drv.so /usr/lib/x86_64-linux-gnu/nvidia/: total 8 drwxr-xr-x 1 root root 70 Jan 17 04:50 . drwxr-xr-x 1 root root 52060 Jan 17 04:50 .. drwxr-xr-x 1 root root 132 Jan 17 04:50 current lrwxrwxrwx 1 root root 53 Jan 17 04:50 libGL.so.1 -> /etc/alternatives/nvidia--libGL.so.1-x86_64-linux-gnu lrwxrwxrwx 1 root root 61 Jan 17 04:50 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 1 root root 132 Jan 17 04:50 . drwxr-xr-x 1 root root 70 Jan 17 04:50 .. lrwxrwxrwx 1 root root 15 Jan 16 17:41 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 Jan 16 17:41 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 >>>>>>>>>> # xorg.conf (X.Org X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the xorg.conf manual page. # (Type "man xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg Section "Device" Identifier "nVidia Corporation NV34 [GeForce FX 5200]" Driver "nvidia" BusID "PCI:1:0:0" Option "XAANoOffscreenPixmaps" "true" Option "AllowGLXWithComposite" "true" Option "NoLogo" "true" EndSection Section "Screen" Identifier "Default Screen" Device "nVidia Corporation NV34 [GeForce FX 5200]" Monitor "PLE1900" DefaultDepth 24 Option "AddARGBGLXVisuals" "True" SubSection "Display" Modes "1280x1024" "640x512" "640x480" EndSubSection EndSection ^^^^^^^^^^ /etc/X11/xorg.conf ^^^^^^^^^^ <<<<<<<<<< /var/log/Xorg.0.log >>>>>>>>>> [ 10.537] X.Org X Server 1.14.5 Release Date: 2013-12-12 [ 10.537] X Protocol Version 11, Revision 0 [ 10.537] Build Operating System: Linux 3.13.0-rc2-patser+ x86_64 Debian [ 10.537] Current Operating System: Linux umbar 3.13.0-rc8-x32+ #4 SMP Tue Jan 14 07:13:35 CET 2014 x86_64 [ 10.537] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-rc8-x32+ root=UUID=b7c38da9-ae84-4083-a1f8-6d7b4fc33961 ro rootflags=subvol=sys-current quiet [ 10.537] Build Date: 13 December 2013 10:12:53AM [ 10.537] xorg-server 2:1.14.5-1 (Maarten Lankhorst <maarten.lankho...@ubuntu.com>) [ 10.537] Current version of pixman: 0.32.4 [ 10.537] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 10.537] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 10.537] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jan 17 05:03:57 2014 [ 10.538] (==) Using config file: "/etc/X11/xorg.conf" [ 10.538] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 10.538] (==) No Layout section. Using the first Screen section. [ 10.538] (**) |-->Screen "Default Screen" (0) [ 10.538] (**) | |-->Monitor "<default monitor>" [ 10.538] (**) | |-->Device "nVidia Corporation NV34 [GeForce FX 5200]" [ 10.538] (==) No monitor specified for screen "Default Screen". Using a default monitor configuration. [ 10.539] (==) Automatically adding devices [ 10.539] (==) Automatically enabling devices [ 10.539] (==) Automatically adding GPU devices [ 10.540] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. [ 10.540] Entry deleted from font path. [ 10.543] (==) 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 [ 10.543] (==) ModulePath set to "/usr/lib/xorg/modules" [ 10.543] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 10.543] (II) Loader magic: 0x7fe71a2cdd00 [ 10.543] (II) Module ABI versions: [ 10.543] X.Org ANSI C Emulation: 0.4 [ 10.543] X.Org Video Driver: 14.1 [ 10.543] X.Org XInput driver : 19.1 [ 10.543] X.Org Server Extension : 7.0 [ 10.544] (--) PCI:*(0:1:0:0) 10de:0ca3:1458:34e2 rev 162, Mem @ 0xfa000000/16777216, 0xd0000000/268435456, 0xce000000/33554432, I/O @ 0x0000cc00/128, BIOS @ 0x????????/524288 [ 10.544] (II) Open ACPI successful (/var/run/acpid.socket) [ 10.544] Initializing built-in extension Generic Event Extension [ 10.544] Initializing built-in extension SHAPE [ 10.544] Initializing built-in extension MIT-SHM [ 10.544] Initializing built-in extension XInputExtension [ 10.544] Initializing built-in extension XTEST [ 10.544] Initializing built-in extension BIG-REQUESTS [ 10.544] Initializing built-in extension SYNC [ 10.544] Initializing built-in extension XKEYBOARD [ 10.544] Initializing built-in extension XC-MISC [ 10.544] Initializing built-in extension SECURITY [ 10.544] Initializing built-in extension XINERAMA [ 10.544] Initializing built-in extension XFIXES [ 10.544] Initializing built-in extension RENDER [ 10.544] Initializing built-in extension RANDR [ 10.544] Initializing built-in extension COMPOSITE [ 10.544] Initializing built-in extension DAMAGE [ 10.544] Initializing built-in extension MIT-SCREEN-SAVER [ 10.544] Initializing built-in extension DOUBLE-BUFFER [ 10.544] Initializing built-in extension RECORD [ 10.544] Initializing built-in extension DPMS [ 10.544] Initializing built-in extension X-Resource [ 10.544] Initializing built-in extension XVideo [ 10.544] Initializing built-in extension XVideo-MotionCompensation [ 10.544] Initializing built-in extension SELinux [ 10.544] Initializing built-in extension XFree86-VidModeExtension [ 10.544] Initializing built-in extension XFree86-DGA [ 10.544] Initializing built-in extension XFree86-DRI [ 10.544] Initializing built-in extension DRI2 [ 10.544] (II) LoadModule: "glx" [ 10.545] (II) Loading /usr/lib/xorg/modules/linux/libglx.so [ 10.568] (II) Module glx: vendor="NVIDIA Corporation" [ 10.568] compiled for 4.0.2, module version = 1.0.0 [ 10.568] Module class: X.Org Server Extension [ 10.568] (II) NVIDIA GLX Module 319.82 Sun Dec 29 23:17:58 PST 2013 [ 10.568] Loading extension GLX [ 10.568] (II) LoadModule: "nvidia" [ 10.570] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so [ 10.593] (II) Module nvidia: vendor="NVIDIA Corporation" [ 10.593] compiled for 4.0.2, module version = 1.0.0 [ 10.593] Module class: X.Org Video Driver [ 10.597] (II) NVIDIA dlloader X Driver 319.82 Sun Dec 29 22:59:30 PST 2013 [ 10.597] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs [ 10.597] (++) using VT number 7 [ 10.601] (II) Loading sub module "fb" [ 10.601] (II) LoadModule: "fb" [ 10.601] (II) Loading /usr/lib/xorg/modules/libfb.so [ 10.604] (II) Module fb: vendor="X.Org Foundation" [ 10.604] compiled for 1.14.5, module version = 1.0.0 [ 10.604] ABI class: X.Org ANSI C Emulation, version 0.4 [ 10.604] (WW) Unresolved symbol: fbGetGCPrivateKey [ 10.604] (II) Loading sub module "wfb" [ 10.604] (II) LoadModule: "wfb" [ 10.604] (II) Loading /usr/lib/xorg/modules/libwfb.so [ 10.606] (II) Module wfb: vendor="X.Org Foundation" [ 10.606] compiled for 1.14.5, module version = 1.0.0 [ 10.606] ABI class: X.Org ANSI C Emulation, version 0.4 [ 10.606] (II) Loading sub module "shadow" [ 10.606] (II) LoadModule: "shadow" [ 10.606] (II) Loading /usr/lib/xorg/modules/libshadow.so [ 10.607] (II) Module shadow: vendor="X.Org Foundation" [ 10.607] compiled for 1.14.5, module version = 1.1.0 [ 10.607] ABI class: X.Org ANSI C Emulation, version 0.4 [ 10.607] (II) Loading sub module "ramdac" [ 10.607] (II) LoadModule: "ramdac" [ 10.607] (II) Module "ramdac" already built-in [ 10.607] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32 [ 10.607] (==) NVIDIA(0): RGB weight 888 [ 10.607] (==) NVIDIA(0): Default visual is TrueColor [ 10.607] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) [ 10.607] (**) NVIDIA(0): Option "NoLogo" "true" [ 10.607] (**) NVIDIA(0): Option "AllowGLXWithComposite" "true" [ 10.607] (**) NVIDIA(0): Option "AddARGBGLXVisuals" "True" [ 10.607] (**) NVIDIA(0): Enabling 2D acceleration [ 11.486] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (CRT-1)) does not support NVIDIA [ 11.486] (II) NVIDIA(GPU-0): 3D Vision stereo. [ 11.516] (II) NVIDIA(GPU-0): Display (Idek Iiyama PLE1900 (DFP-0)) does not support NVIDIA [ 11.516] (II) NVIDIA(GPU-0): 3D Vision stereo. [ 11.517] (II) NVIDIA(0): NVIDIA GPU GeForce GT 240 (GT215) at PCI:1:0:0 (GPU-0) [ 11.517] (--) NVIDIA(0): Memory: 1048576 kBytes [ 11.517] (--) NVIDIA(0): VideoBIOS: 70.15.1e.00.00 [ 11.517] (II) NVIDIA(0): Detected PCI Express Link width: 16X [ 11.522] (--) NVIDIA(0): Valid display device(s) on GeForce GT 240 at PCI:1:0:0 [ 11.522] (--) NVIDIA(0): CRT-0 [ 11.522] (--) NVIDIA(0): Samsung SyncMaster (CRT-1) (connected) [ 11.522] (--) NVIDIA(0): Idek Iiyama PLE1900 (DFP-0) (boot, connected) [ 11.522] (--) NVIDIA(0): DFP-1 [ 11.522] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock [ 11.522] (--) NVIDIA(0): Samsung SyncMaster (CRT-1): 400.0 MHz maximum pixel clock [ 11.522] (--) NVIDIA(0): Idek Iiyama PLE1900 (DFP-0): 330.0 MHz maximum pixel clock [ 11.522] (--) NVIDIA(0): Idek Iiyama PLE1900 (DFP-0): Internal Dual Link TMDS [ 11.522] (--) NVIDIA(0): DFP-1: 165.0 MHz maximum pixel clock [ 11.522] (--) NVIDIA(0): DFP-1: Internal Single Link TMDS [ 11.522] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display [ 11.522] (**) NVIDIA(0): device Samsung SyncMaster (CRT-1) (Using EDID frequencies [ 11.522] (**) NVIDIA(0): has been enabled on all display devices.) [ 11.523] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display [ 11.523] (**) NVIDIA(0): device Idek Iiyama PLE1900 (DFP-0) (Using EDID frequencies [ 11.523] (**) NVIDIA(0): has been enabled on all display devices.) [ 11.525] (WW) NVIDIA(0): No valid modes for "DFP-0:640x512{},CRT-1:640x512{}"; [ 11.525] (WW) NVIDIA(0): removing. [ 11.526] (II) NVIDIA(0): Validated MetaModes: [ 11.526] (II) NVIDIA(0): "DFP-0:1280x1024{},CRT-1:1280x1024{}" [ 11.526] (II) NVIDIA(0): "DFP-0:640x480{},CRT-1:640x480{}" [ 11.526] (II) NVIDIA(0): Virtual screen size determined to be 2560 x 1024 [ 11.558] (--) NVIDIA(0): DPI set to (85, 86); computed from "UseEdidDpi" X config [ 11.558] (--) NVIDIA(0): option [ 11.558] (**) NVIDIA(0): Enabling 32-bit ARGB GLX visuals. [ 11.558] (--) Depth 24 pixmap format is 32 bpp [ 11.558] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access. [ 11.566] (II) NVIDIA(0): Setting mode "DFP-0:1280x1024{},CRT-1:1280x1024{}" [ 11.694] Loading extension NV-GLX [ 11.845] (==) NVIDIA(0): Disabling shared memory pixmaps [ 11.845] (==) NVIDIA(0): Backing store disabled [ 11.845] (==) NVIDIA(0): Silken mouse enabled [ 11.846] (==) NVIDIA(0): DPMS enabled [ 11.846] Loading extension NV-CONTROL [ 11.846] Loading extension XINERAMA [ 11.846] (WW) NVIDIA(0): Option "XAANoOffscreenPixmaps" is not used [ 11.846] (II) Loading sub module "dri2" [ 11.846] (II) LoadModule: "dri2" [ 11.846] (II) Module "dri2" already built-in [ 11.846] (II) NVIDIA(0): [DRI2] Setup complete [ 11.846] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia [ 11.846] (--) RandR disabled [ 11.850] (II) SELinux: Disabled on system [ 11.851] (II) Initializing extension GLX [ 11.930] (II) config/udev: Adding input device Power Button (/dev/input/event4) [ 11.930] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 11.930] (II) LoadModule: "evdev" [ 11.930] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so [ 11.933] (II) Module evdev: vendor="X.Org Foundation" [ 11.933] compiled for 1.14.3, module version = 2.8.2 [ 11.933] Module class: X.Org XInput Driver [ 11.933] ABI class: X.Org XInput driver, version 19.1 [ 11.933] (II) Using input driver 'evdev' for 'Power Button' [ 11.933] (**) Power Button: always reports core events [ 11.933] (**) evdev: Power Button: Device: "/dev/input/event4" [ 11.933] (--) evdev: Power Button: Vendor 0 Product 0x1 [ 11.933] (--) evdev: Power Button: Found keys [ 11.933] (II) evdev: Power Button: Configuring as keyboard [ 11.933] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event4" [ 11.933] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6) [ 11.933] (**) Option "xkb_rules" "evdev" [ 11.933] (**) Option "xkb_model" "pc105" [ 11.933] (**) Option "xkb_layout" "pl" [ 11.965] (II) config/udev: Adding input device Power Button (/dev/input/event3) [ 11.966] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 11.966] (II) Using input driver 'evdev' for 'Power Button' [ 11.966] (**) Power Button: always reports core events [ 11.966] (**) evdev: Power Button: Device: "/dev/input/event3" [ 11.966] (--) evdev: Power Button: Vendor 0 Product 0x1 [ 11.966] (--) evdev: Power Button: Found keys [ 11.966] (II) evdev: Power Button: Configuring as keyboard [ 11.966] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input5/event3" [ 11.966] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7) [ 11.966] (**) Option "xkb_rules" "evdev" [ 11.966] (**) Option "xkb_model" "pc105" [ 11.966] (**) Option "xkb_layout" "pl" [ 11.967] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event14) [ 11.967] (II) No input driver specified, ignoring this device. [ 11.967] (II) This device may have been added with another device file. [ 11.967] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event13) [ 11.967] (II) No input driver specified, ignoring this device. [ 11.967] (II) This device may have been added with another device file. [ 11.968] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event12) [ 11.968] (II) No input driver specified, ignoring this device. [ 11.968] (II) This device may have been added with another device file. [ 11.968] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event11) [ 11.968] (II) No input driver specified, ignoring this device. [ 11.968] (II) This device may have been added with another device file. [ 11.969] (II) config/udev: Adding input device PIXART USB OPTICAL MOUSE (/dev/input/event2) [ 11.969] (**) PIXART USB OPTICAL MOUSE: Applying InputClass "evdev pointer catchall" [ 11.969] (II) Using input driver 'evdev' for 'PIXART USB OPTICAL MOUSE' [ 11.969] (**) PIXART USB OPTICAL MOUSE: always reports core events [ 11.969] (**) evdev: PIXART USB OPTICAL MOUSE: Device: "/dev/input/event2" [ 11.969] (--) evdev: PIXART USB OPTICAL MOUSE: Vendor 0x93a Product 0x2500 [ 11.969] (--) evdev: PIXART USB OPTICAL MOUSE: Found 3 mouse buttons [ 11.969] (--) evdev: PIXART USB OPTICAL MOUSE: Found scroll wheel(s) [ 11.969] (--) evdev: PIXART USB OPTICAL MOUSE: Found relative axes [ 11.969] (--) evdev: PIXART USB OPTICAL MOUSE: Found x and y relative axes [ 11.969] (II) evdev: PIXART USB OPTICAL MOUSE: Configuring as mouse [ 11.969] (II) evdev: PIXART USB OPTICAL MOUSE: Adding scrollwheel support [ 11.969] (**) evdev: PIXART USB OPTICAL MOUSE: YAxisMapping: buttons 4 and 5 [ 11.969] (**) evdev: PIXART USB OPTICAL MOUSE: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 11.969] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb3/3-3/3-3:1.0/input/input4/event2" [ 11.969] (II) XINPUT: Adding extended input device "PIXART USB OPTICAL MOUSE" (type: MOUSE, id 8) [ 11.970] (II) evdev: PIXART USB OPTICAL MOUSE: initialized for relative axes. [ 11.970] (**) PIXART USB OPTICAL MOUSE: (accel) keeping acceleration scheme 1 [ 11.970] (**) PIXART USB OPTICAL MOUSE: (accel) acceleration profile 0 [ 11.970] (**) PIXART USB OPTICAL MOUSE: (accel) acceleration factor: 2.000 [ 11.970] (**) PIXART USB OPTICAL MOUSE: (accel) acceleration threshold: 4 [ 11.971] (II) config/udev: Adding input device PIXART USB OPTICAL MOUSE (/dev/input/mouse0) [ 11.971] (II) No input driver specified, ignoring this device. [ 11.971] (II) This device may have been added with another device file. [ 11.971] (II) config/udev: Adding input device Logitech USB Multimedia Keyboard (/dev/input/event0) [ 11.971] (**) Logitech USB Multimedia Keyboard: Applying InputClass "evdev keyboard catchall" [ 11.971] (II) Using input driver 'evdev' for 'Logitech USB Multimedia Keyboard' [ 11.971] (**) Logitech USB Multimedia Keyboard: always reports core events [ 11.972] (**) evdev: Logitech USB Multimedia Keyboard: Device: "/dev/input/event0" [ 11.972] (--) evdev: Logitech USB Multimedia Keyboard: Vendor 0x46d Product 0xc31a [ 11.972] (--) evdev: Logitech USB Multimedia Keyboard: Found keys [ 11.972] (II) evdev: Logitech USB Multimedia Keyboard: Configuring as keyboard [ 11.972] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.1/usb4/4-1/4-1:1.0/input/input2/event0" [ 11.972] (II) XINPUT: Adding extended input device "Logitech USB Multimedia Keyboard" (type: KEYBOARD, id 9) [ 11.972] (**) Option "xkb_rules" "evdev" [ 11.972] (**) Option "xkb_model" "pc105" [ 11.972] (**) Option "xkb_layout" "pl" [ 11.972] (II) config/udev: Adding input device Logitech USB Multimedia Keyboard (/dev/input/event1) [ 11.972] (**) Logitech USB Multimedia Keyboard: Applying InputClass "evdev keyboard catchall" [ 11.972] (II) Using input driver 'evdev' for 'Logitech USB Multimedia Keyboard' [ 11.972] (**) Logitech USB Multimedia Keyboard: always reports core events [ 11.972] (**) evdev: Logitech USB Multimedia Keyboard: Device: "/dev/input/event1" [ 11.972] (--) evdev: Logitech USB Multimedia Keyboard: Vendor 0x46d Product 0xc31a [ 11.972] (--) evdev: Logitech USB Multimedia Keyboard: Found keys [ 11.972] (II) evdev: Logitech USB Multimedia Keyboard: Configuring as keyboard [ 11.972] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.1/usb4/4-1/4-1:1.1/input/input3/event1" [ 11.972] (II) XINPUT: Adding extended input device "Logitech USB Multimedia Keyboard" (type: KEYBOARD, id 10) [ 11.972] (**) Option "xkb_rules" "evdev" [ 11.972] (**) Option "xkb_model" "pc105" [ 11.972] (**) Option "xkb_layout" "pl" [ 11.973] (II) config/udev: Adding input device HDA ATI SB Front Mic (/dev/input/event9) [ 11.973] (II) No input driver specified, ignoring this device. [ 11.973] (II) This device may have been added with another device file. [ 11.973] (II) config/udev: Adding input device HDA ATI SB Line (/dev/input/event8) [ 11.973] (II) No input driver specified, ignoring this device. [ 11.973] (II) This device may have been added with another device file. [ 11.973] (II) config/udev: Adding input device HDA ATI SB Line Out (/dev/input/event7) [ 11.973] (II) No input driver specified, ignoring this device. [ 11.973] (II) This device may have been added with another device file. [ 11.973] (II) config/udev: Adding input device HDA ATI SB Front Headphone (/dev/input/event6) [ 11.973] (II) No input driver specified, ignoring this device. [ 11.973] (II) This device may have been added with another device file. [ 11.973] (II) config/udev: Adding input device HDA ATI SB Rear Mic (/dev/input/event10) [ 11.974] (II) No input driver specified, ignoring this device. [ 11.974] (II) This device may have been added with another device file. [ 11.974] (II) config/udev: Adding input device PC Speaker (/dev/input/event5) [ 11.974] (II) No input driver specified, ignoring this device. [ 11.974] (II) This device may have been added with another device file. [ 50.919] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (CRT-1)) does not support NVIDIA [ 50.919] (II) NVIDIA(GPU-0): 3D Vision stereo. [ 50.919] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display [ 50.919] (**) NVIDIA(0): device Samsung SyncMaster (CRT-1) (Using EDID frequencies [ 50.919] (**) NVIDIA(0): has been enabled on all display devices.) [ 50.956] (II) NVIDIA(GPU-0): Display (Idek Iiyama PLE1900 (DFP-0)) does not support NVIDIA [ 50.956] (II) NVIDIA(GPU-0): 3D Vision stereo. [ 50.956] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display [ 50.956] (**) NVIDIA(0): device Idek Iiyama PLE1900 (DFP-0) (Using EDID frequencies [ 50.956] (**) NVIDIA(0): has been enabled on all display devices.) [ 50.991] (II) NVIDIA(0): Setting mode "DVI-I-1: 1280x1024 @1280x1024 +0+0 {ViewPortIn=1280x1024, ViewPortOut=1280x1024+0+0}, VGA-0: nvidia-auto-select @1280x1024 +0+0 {ViewPortIn=1280x1024, ViewPortOut=1280x1024+0+0}" [ 51.604] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (CRT-1)) does not support NVIDIA [ 51.604] (II) NVIDIA(GPU-0): 3D Vision stereo. [ 51.604] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display [ 51.604] (**) NVIDIA(0): device Samsung SyncMaster (CRT-1) (Using EDID frequencies [ 51.604] (**) NVIDIA(0): has been enabled on all display devices.) [ 51.641] (II) NVIDIA(GPU-0): Display (Idek Iiyama PLE1900 (DFP-0)) does not support NVIDIA [ 51.641] (II) NVIDIA(GPU-0): 3D Vision stereo. [ 51.642] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display [ 51.642] (**) NVIDIA(0): device Idek Iiyama PLE1900 (DFP-0) (Using EDID frequencies [ 51.642] (**) NVIDIA(0): has been enabled on all display devices.) [ 59.328] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (CRT-1)) does not support NVIDIA [ 59.328] (II) NVIDIA(GPU-0): 3D Vision stereo. [ 59.328] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display [ 59.328] (**) NVIDIA(0): device Samsung SyncMaster (CRT-1) (Using EDID frequencies [ 59.328] (**) NVIDIA(0): has been enabled on all display devices.) [ 59.359] (II) NVIDIA(GPU-0): Display (Idek Iiyama PLE1900 (DFP-0)) does not support NVIDIA [ 59.359] (II) NVIDIA(GPU-0): 3D Vision stereo. [ 59.359] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display [ 59.359] (**) NVIDIA(0): device Idek Iiyama PLE1900 (DFP-0) (Using EDID frequencies [ 59.360] (**) NVIDIA(0): has been enabled on all display devices.) [ 59.414] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (CRT-1)) does not support NVIDIA [ 59.414] (II) NVIDIA(GPU-0): 3D Vision stereo. [ 59.414] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display [ 59.414] (**) NVIDIA(0): device Samsung SyncMaster (CRT-1) (Using EDID frequencies [ 59.414] (**) NVIDIA(0): has been enabled on all display devices.) [ 59.445] (II) NVIDIA(GPU-0): Display (Idek Iiyama PLE1900 (DFP-0)) does not support NVIDIA [ 59.445] (II) NVIDIA(GPU-0): 3D Vision stereo. [ 59.445] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display [ 59.445] (**) NVIDIA(0): device Idek Iiyama PLE1900 (DFP-0) (Using EDID frequencies [ 59.445] (**) NVIDIA(0): has been enabled on all display devices.) [ 127.090] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (CRT-1)) does not support NVIDIA [ 127.090] (II) NVIDIA(GPU-0): 3D Vision stereo. [ 127.090] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display [ 127.090] (**) NVIDIA(0): device Samsung SyncMaster (CRT-1) (Using EDID frequencies [ 127.090] (**) NVIDIA(0): has been enabled on all display devices.) [ 127.124] (II) NVIDIA(GPU-0): Display (Idek Iiyama PLE1900 (DFP-0)) does not support NVIDIA [ 127.124] (II) NVIDIA(GPU-0): 3D Vision stereo. [ 127.125] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display [ 127.125] (**) NVIDIA(0): device Idek Iiyama PLE1900 (DFP-0) (Using EDID frequencies [ 127.125] (**) NVIDIA(0): has been enabled on all display devices.) [ 127.357] (II) NVIDIA(0): Setting mode "DVI-I-1: 1280x1024 @1280x1024 +0+0 {ViewPortIn=1280x1024, ViewPortOut=1280x1024+0+0}, VGA-0: nvidia-auto-select @1280x1024 +1280+0 {ViewPortIn=1280x1024, ViewPortOut=1280x1024+0+0}" [ 127.463] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (CRT-1)) does not support NVIDIA [ 127.463] (II) NVIDIA(GPU-0): 3D Vision stereo. [ 127.463] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display [ 127.463] (**) NVIDIA(0): device Samsung SyncMaster (CRT-1) (Using EDID frequencies [ 127.463] (**) NVIDIA(0): has been enabled on all display devices.) [ 127.495] (II) NVIDIA(GPU-0): Display (Idek Iiyama PLE1900 (DFP-0)) does not support NVIDIA [ 127.495] (II) NVIDIA(GPU-0): 3D Vision stereo. [ 127.495] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display [ 127.495] (**) NVIDIA(0): device Idek Iiyama PLE1900 (DFP-0) (Using EDID frequencies [ 127.495] (**) NVIDIA(0): has been enabled on all display devices.) [ 127.565] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (CRT-1)) does not support NVIDIA [ 127.565] (II) NVIDIA(GPU-0): 3D Vision stereo. [ 127.565] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display [ 127.565] (**) NVIDIA(0): device Samsung SyncMaster (CRT-1) (Using EDID frequencies [ 127.565] (**) NVIDIA(0): has been enabled on all display devices.) [ 127.599] (II) NVIDIA(GPU-0): Display (Idek Iiyama PLE1900 (DFP-0)) does not support NVIDIA [ 127.599] (II) NVIDIA(GPU-0): 3D Vision stereo. [ 127.599] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display [ 127.599] (**) NVIDIA(0): device Idek Iiyama PLE1900 (DFP-0) (Using EDID frequencies [ 127.599] (**) NVIDIA(0): has been enabled on all display devices.) [ 127.705] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (CRT-1)) does not support NVIDIA [ 127.705] (II) NVIDIA(GPU-0): 3D Vision stereo. [ 127.705] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display [ 127.705] (**) NVIDIA(0): device Samsung SyncMaster (CRT-1) (Using EDID frequencies [ 127.705] (**) NVIDIA(0): has been enabled on all display devices.) [ 127.737] (II) NVIDIA(GPU-0): Display (Idek Iiyama PLE1900 (DFP-0)) does not support NVIDIA [ 127.737] (II) NVIDIA(GPU-0): 3D Vision stereo. [ 127.737] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display [ 127.737] (**) NVIDIA(0): device Idek Iiyama PLE1900 (DFP-0) (Using EDID frequencies [ 127.737] (**) NVIDIA(0): has been enabled on all display devices.) [ 127.792] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (CRT-1)) does not support NVIDIA [ 127.792] (II) NVIDIA(GPU-0): 3D Vision stereo. [ 127.792] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display [ 127.792] (**) NVIDIA(0): device Samsung SyncMaster (CRT-1) (Using EDID frequencies [ 127.792] (**) NVIDIA(0): has been enabled on all display devices.) [ 127.826] (II) NVIDIA(GPU-0): Display (Idek Iiyama PLE1900 (DFP-0)) does not support NVIDIA [ 127.826] (II) NVIDIA(GPU-0): 3D Vision stereo. [ 127.826] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display [ 127.826] (**) NVIDIA(0): device Idek Iiyama PLE1900 (DFP-0) (Using EDID frequencies [ 127.826] (**) NVIDIA(0): has been enabled on all display devices.) ^^^^^^^^^^ /var/log/Xorg.0.log ^^^^^^^^^^ Kernel modules: nvidia.ko /lib/modules/3.13.0-rc8-x32+/updates/dkms/nvidia-current.ko filename: /lib/modules/3.13.0-rc8-x32+/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.13.0-rc8-x32+ SMP mod_unload modversions -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (150, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.13.0-rc8-x32+ (SMP w/6 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 ii nvidia-installer-cleanup 20131102+1 ii nvidia-kernel-common 20131102+1 Versions of packages nvidia-kernel-dkms recommends: ii nvidia-driver 319.82-1 nvidia-kernel-dkms suggests no packages. Versions of packages nvidia-driver depends on: ii libc6 2.17-97 ii libgl1-nvidia-glx 319.82-1 ii libnvidia-ml1 319.82-1 ii nvidia-alternative 319.82-1 ii nvidia-installer-cleanup 20131102+1 ii nvidia-support 20131102+1 ii nvidia-vdpau-driver 319.82-1 ii xserver-xorg-video-nvidia 319.82-1 Versions of packages nvidia-driver recommends: ii libgl1-nvidia-glx-i386 319.82-1 ii nvidia-settings 319.72-1 nvidia-driver suggests no packages. Versions of packages xserver-xorg-video-nvidia depends on: ii debconf [debconf-2.0] 1.5.52 ii libc6 2.17-97 ii libgl1-nvidia-glx 319.82-1 ii nvidia-alternative 319.82-1 ii nvidia-installer-cleanup 20131102+1 ii nvidia-support 20131102+1 ii xserver-xorg-core [xorg-video-abi-14] 2:1.14.5-1 Versions of packages xserver-xorg-video-nvidia recommends: ii nvidia-driver 319.82-1 ii nvidia-settings 319.72-1 ii nvidia-vdpau-driver 319.82-1 xserver-xorg-video-nvidia suggests no packages. Versions of packages nvidia-alternative depends on: ii glx-alternative-nvidia 0.4.1 Versions of packages glx-alternative-nvidia depends on: ii glx-alternative-mesa 0.4.1 ii glx-diversions 0.4.1 Versions of packages glx-alternative-nvidia suggests: ii nvidia-driver 319.82-1 Versions of packages nvidia-kernel-dkms is related to: pn ia32-libs <none> pn libdrm-nouveau1 <none> pn libdrm-nouveau1a <none> pn libgl1-nvidia-alternatives-ia32 <none> ii libgl1-nvidia-glx [libgl1-nvidia-glx-any] 319.82-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.11.0-x32+ [linux-headers] 3.11.0-x32+-10.00.Custom ii linux-headers-3.13.0-rc8-x32+ [linux-headers] 3.13.0-rc8-x32+-10.00.Custom ii nvidia-driver [nvidia-glx-any] 319.82-1 pn nvidia-glx <none> ii nvidia-kernel-common 20131102+1 ii nvidia-kernel-dkms 319.82-1 pn nvidia-kernel-source <none> ii nvidia-settings 319.72-1 ii nvidia-support 20131102+1 pn nvidia-xconfig <none> ii xserver-xorg 1:7.7+5 ii xserver-xorg-core 2:1.14.5-1 ii xserver-xorg-video-nouveau 1:1.0.10-1 ii xserver-xorg-video-nvidia [xserver-xorg-video 319.82-1 -- no debconf information -- debsums errors found: debsums: changed file /usr/src/nvidia-current-319.82/nv-acpi.c (from nvidia-kernel-dkms package) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org