Bug#737217: nvidia-detect: incorrect detection for 304xx and current nvidia devices when using wheezy-backports nvidia-detect
Kent Mathern
kmathern1 at gmail.com
Fri Jan 31 14:06:11 UTC 2014
Package: nvidia-detect
Version: 319.72-1~bpo70+1
Severity: important
Dear Maintainer,
The wheezy-backports nvidia-detect appears to incorrectly detect current nvidia
devices, i.e. those supported by the 319.72-1~bpo70+1 version nvidia-driver
package. It also appears to incorrectly detect 304xx legacy devices. 173xx and
96xx devices are detected correctly.
Some examples are below. I'm feeding nvidia-detect the device ids since I don't
have the actual hardware
The device ids are from:
http://us.download.nvidia.com/XFree86/Linux-x86/319.72/README/supportedchips.html
Here's an example using the pciid of a GeForce GT 640, 10de:1282
$ nvidia-detect 10de:1282
Checking driver support for PCI ID [10de:1282]
Uh oh. Your card is only supported by the 71.86 legacy drivers series, which
is not in any current Debian suite.
With wheezy-backports enabled, I believe it should have returned either
'nvidia-driver' or 'nvidia-glx'.
Here's an example using the pciid of a GeForce 6200 LE, 10de:0163
$ nvidia-detect 10de:0163
Checking driver support for PCI ID [10de:0163]
Your card is supported by the default drivers and version 173.
It is recommended to install the
nvidia-glx
package.
With wheezy-backports enabled, I believe it should have returned 'nvidia-
legacy-304xx-driver'
Here's an example with actual hardware, my FX5200 card.
$ nvidia-detect
Detected NVIDIA GPUs:
02:00.0 VGA compatible controller [0300]: NVIDIA Corporation NV34 [GeForce FX
5200] [10de:0322] (rev a1)
Your card is only supported up to the 173.14 legacy drivers series.
It is recommended to install the
nvidia-glx-legacy-173xx
package.
The 173xx package it recommended is correct for it.
Here's an example using the pciid of a GeForce2 MX/MX 400 10de:0110
$ nvidia-detect 10de:0110
Checking driver support for PCI ID [10de:0110]
Your card is only supported up to the 96.43 legacy drivers series.
It is recommended to install the
nvidia-glx-legacy-96xx
package.
The 96xx package it recommended is correct for it.
I've also found that if I temporarily change /etc/debian_version from "7.3" to
"jessie/sid", that the correct wheezy-backports package will be recommended for
nvidia-current and 304xx devices.
-- Package-specific info:
uname -a:
Linux mx1 3.12-0.bpo.1-686-pae #1 SMP Debian 3.12.6-2~bpo70+1 (2014-01-07) i686 GNU/Linux
/proc/version:
Linux version 3.12-0.bpo.1-686-pae (debian-kernel at lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP Debian 3.12.6-2~bpo70+1 (2014-01-07)
/proc/driver/nvidia/version:
NVRM version: NVIDIA UNIX x86 Kernel Module 173.14.39 Wed Nov 27 14:55:50 PST 2013
GCC version: gcc version 4.6.3 (Debian 4.6.3-14)
lspci 'VGA compatible controller [0300]':
02:00.0 VGA compatible controller [0300]: NVIDIA Corporation NV34 [GeForce FX 5200] [10de:0322] (rev a1) (prog-if 00 [VGA controller])
Subsystem: XFX Pine Group Inc. GeForce FX 5200 [1682:1351]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 248 (1250ns min, 250ns max)
Interrupt: pin A routed to IRQ 19
Region 0: Memory at e8000000 (32-bit, non-prefetchable) [size=16M]
Region 1: Memory at e0000000 (32-bit, prefetchable) [size=128M]
[virtual] Expansion ROM at e9000000 [disabled] [size=128K]
Capabilities: <access denied>
Kernel driver in use: nvidia
dmesg:
[ 0.000000] DMI: /nVidia-nForce, BIOS 6.00 PG 08/04/2004
[ 0.000000] ACPI: RSDP 000f90b0 00014 (v00 Nvidia)
[ 0.000000] ACPI: RSDT 3fff3040 0002C (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000)
[ 0.000000] ACPI: FACP 3fff30c0 00074 (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000)
[ 0.000000] ACPI: DSDT 3fff3180 0508E (v01 NVIDIA AWRDACPI 00001000 MSFT 0100000E)
[ 0.000000] ACPI: APIC 3fff8280 0006E (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000)
[ 0.000000] Nvidia board detected. Ignoring ACPI timer override.
[ 0.000000] Console: colour VGA+ 80x25
[ 0.107704] vgaarb: device added: PCI:0000:02:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.107706] vgaarb: loaded
[ 0.107708] vgaarb: bridge control possible 0000:02:00.0
[ 0.781484] Linux agpgart interface v0.103
[ 0.781577] agpgart: Detected NVIDIA nForce2 chipset
[ 0.790786] agpgart-nvidia 0000:00:00.0: AGP aperture is 128M @ 0xd8000000
[ 193.675285] nvidia: module license 'NVIDIA' taints kernel.
[ 193.976553] vgaarb: device changed decodes: PCI:0000:02:00.0,olddecodes=io+mem,decodes=none:owns=none
[ 193.977038] NVRM: loading NVIDIA UNIX x86 Kernel Module 173.14.39 Wed Nov 27 14:55:50 PST 2013
[ 261.083392] agpgart-nvidia 0000:00:00.0: AGP 3.0 bridge
[ 261.083413] agpgart-nvidia 0000:00:00.0: putting AGP V3 device into 8x mode
[ 261.083478] nvidia 0000:02:00.0: putting AGP V3 device into 8x mode
OpenGL and NVIDIA library files installed:
lrwxrwxrwx 1 root root 15 Jan 31 08:10 /etc/alternatives/glx -> /usr/lib/nvidia
lrwxrwxrwx 1 root root 41 Jan 31 08:10 /etc/alternatives/glx--libGL.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/libGL.so.1
lrwxrwxrwx 1 root root 41 Jan 31 08:10 /etc/alternatives/glx--libGL.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/libGL.so.1
lrwxrwxrwx 1 root root 45 Jan 31 08:10 /etc/alternatives/glx--libGLcore.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/libGLcore.so.1
lrwxrwxrwx 1 root root 45 Jan 31 08:10 /etc/alternatives/glx--libGLcore.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/libGLcore.so.1
lrwxrwxrwx 1 root root 49 Jan 31 08:10 /etc/alternatives/glx--libXvMCNVIDIA.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/libXvMCNVIDIA.so.1
lrwxrwxrwx 1 root root 57 Jan 31 08:10 /etc/alternatives/glx--libXvMCNVIDIA_dynamic.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/libXvMCNVIDIA_dynamic.so.1
lrwxrwxrwx 1 root root 49 Jan 31 08:10 /etc/alternatives/glx--libnvidia-cfg.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/libnvidia-cfg.so.1
lrwxrwxrwx 1 root root 49 Jan 31 08:10 /etc/alternatives/glx--libnvidia-tls.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/libnvidia-tls.so.1
lrwxrwxrwx 1 root root 25 Jan 31 08:10 /etc/alternatives/glx--linux-libglx.so -> /usr/lib/nvidia/libglx.so
lrwxrwxrwx 1 root root 42 Jan 31 08:10 /etc/alternatives/glx--nvidia-blacklists-nouveau.conf -> /etc/nvidia/nvidia-blacklists-nouveau.conf
lrwxrwxrwx 1 root root 36 Jan 31 08:10 /etc/alternatives/glx--nvidia-bug-report.sh -> /usr/lib/nvidia/nvidia-bug-report.sh
lrwxrwxrwx 1 root root 29 Jan 31 08:10 /etc/alternatives/glx--nvidia_drv.so -> /usr/lib/nvidia/nvidia_drv.so
lrwxrwxrwx 1 root root 53 Jan 31 08:10 /etc/alternatives/glx--tls-libnvidia-tls.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/tls/libnvidia-tls.so.1
lrwxrwxrwx 1 root root 28 Jan 31 08:10 /etc/alternatives/nvidia -> /usr/lib/nvidia/legacy-173xx
lrwxrwxrwx 1 root root 54 Jan 31 08:10 /etc/alternatives/nvidia--libGL.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/legacy-173xx/libGL.so.1
lrwxrwxrwx 1 root root 54 Jan 31 08:10 /etc/alternatives/nvidia--libGL.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/legacy-173xx/libGL.so.1
lrwxrwxrwx 1 root root 58 Jan 31 08:10 /etc/alternatives/nvidia--libGLcore.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/legacy-173xx/libGLcore.so.1
lrwxrwxrwx 1 root root 58 Jan 31 08:10 /etc/alternatives/nvidia--libGLcore.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/legacy-173xx/libGLcore.so.1
lrwxrwxrwx 1 root root 62 Jan 31 08:10 /etc/alternatives/nvidia--libXvMCNVIDIA.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/legacy-173xx/libXvMCNVIDIA.so.1
lrwxrwxrwx 1 root root 70 Jan 31 08:10 /etc/alternatives/nvidia--libXvMCNVIDIA_dynamic.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/legacy-173xx/libXvMCNVIDIA_dynamic.so.1
lrwxrwxrwx 1 root root 38 Jan 31 08:10 /etc/alternatives/nvidia--libglx.so -> /usr/lib/nvidia/legacy-173xx/libglx.so
lrwxrwxrwx 1 root root 62 Jan 31 08:10 /etc/alternatives/nvidia--libnvidia-cfg.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/legacy-173xx/libnvidia-cfg.so.1
lrwxrwxrwx 1 root root 62 Jan 31 08:10 /etc/alternatives/nvidia--libnvidia-tls.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/legacy-173xx/libnvidia-tls.so.1
lrwxrwxrwx 1 root root 43 Jan 31 08:10 /etc/alternatives/nvidia--nv-control-dpy -> /usr/lib/nvidia/legacy-173xx/nv-control-dpy
lrwxrwxrwx 1 root root 49 Jan 31 08:10 /etc/alternatives/nvidia--nvidia-bug-report.sh -> /usr/lib/nvidia/legacy-173xx/nvidia-bug-report.sh
lrwxrwxrwx 1 root root 45 Jan 31 08:10 /etc/alternatives/nvidia--nvidia-modprobe.conf -> /etc/nvidia/nvidia-legacy-173xx-modprobe.conf
lrwxrwxrwx 1 root root 44 Jan 31 08:10 /etc/alternatives/nvidia--nvidia-settings -> /usr/lib/nvidia/legacy-173xx/nvidia-settings
lrwxrwxrwx 1 root root 49 Jan 31 08:10 /etc/alternatives/nvidia--nvidia-settings.1.gz -> /usr/lib/nvidia/legacy-173xx/nvidia-settings.1.gz
lrwxrwxrwx 1 root root 52 Jan 31 08:10 /etc/alternatives/nvidia--nvidia-settings.desktop -> /usr/lib/nvidia/legacy-173xx/nvidia-settings.desktop
lrwxrwxrwx 1 root root 42 Jan 31 08:10 /etc/alternatives/nvidia--nvidia_drv.so -> /usr/lib/nvidia/legacy-173xx/nvidia_drv.so
lrwxrwxrwx 1 root root 66 Jan 31 08:10 /etc/alternatives/nvidia--tls-libnvidia-tls.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/legacy-173xx/tls/libnvidia-tls.so.1
lrwxrwxrwx 1 root root 48 Jan 31 08:10 /usr/lib/i386-linux-gnu/libGL.so.1 -> /etc/alternatives/glx--libGL.so.1-i386-linux-gnu
lrwxrwxrwx 1 root root 52 Jan 31 08:10 /usr/lib/i386-linux-gnu/libGLcore.so.1 -> /etc/alternatives/glx--libGLcore.so.1-i386-linux-gnu
lrwxrwxrwx 1 root root 56 Jan 31 08:10 /usr/lib/i386-linux-gnu/libnvidia-cfg.so.1 -> /etc/alternatives/glx--libnvidia-cfg.so.1-i386-linux-gnu
lrwxrwxrwx 1 root root 56 Jan 31 08:10 /usr/lib/i386-linux-gnu/libnvidia-tls.so.1 -> /etc/alternatives/glx--libnvidia-tls.so.1-i386-linux-gnu
-rw-r--r-- 1 root root 14358 Jan 31 08:12 /var/log/Xorg.0.log
-rw-r--r-- 1 root root 69051 Jan 31 08:12 /var/log/Xorg.0.log.old
/etc/X11/xorg.conf.d:
total 6
drwxr-xr-x 2 root root 60 Jan 31 08:11 .
drwxr-xr-x 11 root root 80 Jan 31 08:11 ..
-rw-r--r-- 1 root root 140 Jan 31 08:11 20-nvidia.conf
-rw-r--r-- 1 root root 1240 Jan 15 07:12 synaptics.conf
/usr/lib/i386-linux-gnu/nvidia/:
total 0
drwxr-xr-x 4 root root 200 Jan 31 08:10 .
drwxr-xr-x 56 root root 220 Jan 31 08:10 ..
drwxr-xr-x 3 root root 280 Jan 31 08:10 legacy-173xx
lrwxrwxrwx 1 root root 51 Jan 31 08:10 libGL.so.1 -> /etc/alternatives/nvidia--libGL.so.1-i386-linux-gnu
lrwxrwxrwx 1 root root 55 Jan 31 08:10 libGLcore.so.1 -> /etc/alternatives/nvidia--libGLcore.so.1-i386-linux-gnu
lrwxrwxrwx 1 root root 59 Jan 31 08:10 libXvMCNVIDIA.so.1 -> /etc/alternatives/nvidia--libXvMCNVIDIA.so.1-i386-linux-gnu
lrwxrwxrwx 1 root root 67 Jan 31 08:10 libXvMCNVIDIA_dynamic.so.1 -> /etc/alternatives/nvidia--libXvMCNVIDIA_dynamic.so.1-i386-linux-gnu
lrwxrwxrwx 1 root root 59 Jan 31 08:10 libnvidia-cfg.so.1 -> /etc/alternatives/nvidia--libnvidia-cfg.so.1-i386-linux-gnu
lrwxrwxrwx 1 root root 59 Jan 31 08:10 libnvidia-tls.so.1 -> /etc/alternatives/nvidia--libnvidia-tls.so.1-i386-linux-gnu
drwxr-xr-x 2 root root 60 Jan 31 08:10 tls
/usr/lib/i386-linux-gnu/nvidia/legacy-173xx/:
total 14468
drwxr-xr-x 3 root root 280 Jan 31 08:10 .
drwxr-xr-x 4 root root 200 Jan 31 08:10 ..
lrwxrwxrwx 1 root root 18 Jan 18 10:05 libGL.so.1 -> libGL.so.173.14.39
-rw-r--r-- 1 root root 667528 Nov 27 18:16 libGL.so.173.14.39
lrwxrwxrwx 1 root root 22 Jan 18 10:05 libGLcore.so.1 -> libGLcore.so.173.14.39
-rw-r--r-- 1 root root 13887776 Nov 27 18:16 libGLcore.so.173.14.39
lrwxrwxrwx 1 root root 26 Jan 18 10:05 libXvMCNVIDIA.so.1 -> libXvMCNVIDIA.so.173.14.39
-rw-r--r-- 1 root root 142548 Nov 27 18:16 libXvMCNVIDIA.so.173.14.39
lrwxrwxrwx 1 root root 26 Jan 18 10:05 libXvMCNVIDIA_dynamic.so.1 -> libXvMCNVIDIA.so.173.14.39
lrwxrwxrwx 1 root root 26 Jan 18 10:05 libnvidia-cfg.so.1 -> libnvidia-cfg.so.173.14.39
-rw-r--r-- 1 root root 110432 Nov 27 18:16 libnvidia-cfg.so.173.14.39
lrwxrwxrwx 1 root root 26 Jan 18 10:05 libnvidia-tls.so.1 -> libnvidia-tls.so.173.14.39
-rw-r--r-- 1 root root 2240 Nov 27 18:16 libnvidia-tls.so.173.14.39
drwxr-xr-x 2 root root 80 Jan 31 08:10 tls
/usr/lib/i386-linux-gnu/nvidia/tls/:
total 0
drwxr-xr-x 2 root root 60 Jan 31 08:10 .
drwxr-xr-x 4 root root 200 Jan 31 08:10 ..
lrwxrwxrwx 1 root root 63 Jan 31 08:10 libnvidia-tls.so.1 -> /etc/alternatives/nvidia--tls-libnvidia-tls.so.1-i386-linux-gnu
/usr/lib/mesa-diverted/:
total 0
drwxr-xr-x 5 root root 100 Jan 31 08:10 .
drwxr-xr-x 118 root root 180 Jan 31 08:10 ..
drwxr-xr-x 2 root root 40 Sep 16 17:50 arm-linux-gnueabihf
drwxr-xr-x 2 root root 80 Jan 31 08:10 i386-linux-gnu
drwxr-xr-x 2 root root 40 Sep 16 17:50 x86_64-linux-gnu
/usr/lib/mesa-diverted/i386-linux-gnu/:
total 356
drwxr-xr-x 2 root root 80 Jan 31 08:10 .
drwxr-xr-x 5 root root 100 Jan 31 08:10 ..
lrwxrwxrwx 1 root root 12 Jan 14 08:02 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 0
drwxr-xr-x 2 root root 40 Sep 16 17:50 .
drwxr-xr-x 5 root root 100 Jan 31 08:10 ..
/usr/lib/mesa/:
total 0
drwxr-xr-x 2 root root 40 Sep 16 17:50 .
drwxr-xr-x 118 root root 180 Jan 31 08:10 ..
/usr/lib/nvidia/:
total 20
drwxr-xr-x 3 root root 240 Jan 31 08:10 .
drwxr-xr-x 118 root root 180 Jan 31 08:10 ..
-rw-r--r-- 1 root root 57 Sep 14 17:02 alternate-install-present
-rwxr-xr-x 1 root root 2059 Nov 23 13:56 check-for-conflicting-opengl-libraries
-rwxr-xr-x 1 root root 1897 Nov 23 13:56 check-for-mismatching-nvidia-module
-rwxr-xr-x 1 root root 2734 Nov 23 13:56 create-xorg-nvidia-conf-experimental
drwxr-xr-x 2 root root 220 Jan 31 08:10 legacy-173xx
lrwxrwxrwx 1 root root 35 Jan 31 08:10 libglx.so -> /etc/alternatives/nvidia--libglx.so
lrwxrwxrwx 1 root root 24 Jan 31 08:10 nvidia -> /etc/alternatives/nvidia
lrwxrwxrwx 1 root root 46 Jan 31 08:10 nvidia-bug-report.sh -> /etc/alternatives/nvidia--nvidia-bug-report.sh
lrwxrwxrwx 1 root root 39 Jan 31 08:10 nvidia_drv.so -> /etc/alternatives/nvidia--nvidia_drv.so
-rwxr-xr-x 1 root root 618 May 16 2013 pre-install
/usr/lib/nvidia/legacy-173xx/:
total 16220
drwxr-xr-x 2 root root 220 Jan 31 08:10 .
drwxr-xr-x 3 root root 240 Jan 31 08:10 ..
lrwxrwxrwx 1 root root 19 Jan 18 10:05 libglx.so -> libglx.so.173.14.39
-rw-r--r-- 1 root root 4439596 Nov 27 18:16 libglx.so.173.14.39
-rwxr-xr-x 1 root root 34396 Jan 24 17:05 nv-control-dpy
-rwxr-xr-x 1 root root 10729 Nov 27 18:16 nvidia-bug-report.sh
-rwxr-xr-x 1 root root 1515100 Jan 24 17:05 nvidia-settings
-rw-r--r-- 1 root root 6612 Jan 24 17:05 nvidia-settings.1.gz
-rw-r--r-- 1 root root 1276 Jan 24 17:05 nvidia-settings.desktop
-rw-r--r-- 1 root root 2088 Jan 18 10:05 nvidia.ids
-rw-r--r-- 1 root root 10588152 Nov 27 18:16 nvidia_drv.so
/usr/lib/nvidia/nvidia/:
total 16220
drwxr-xr-x 2 root root 220 Jan 31 08:10 .
drwxr-xr-x 3 root root 240 Jan 31 08:10 ..
lrwxrwxrwx 1 root root 19 Jan 18 10:05 libglx.so -> libglx.so.173.14.39
-rw-r--r-- 1 root root 4439596 Nov 27 18:16 libglx.so.173.14.39
-rwxr-xr-x 1 root root 34396 Jan 24 17:05 nv-control-dpy
-rwxr-xr-x 1 root root 10729 Nov 27 18:16 nvidia-bug-report.sh
-rwxr-xr-x 1 root root 1515100 Jan 24 17:05 nvidia-settings
-rw-r--r-- 1 root root 6612 Jan 24 17:05 nvidia-settings.1.gz
-rw-r--r-- 1 root root 1276 Jan 24 17:05 nvidia-settings.desktop
-rw-r--r-- 1 root root 2088 Jan 18 10:05 nvidia.ids
-rw-r--r-- 1 root root 10588152 Nov 27 18:16 nvidia_drv.so
Files from nvidia-installer:
Config and logfiles:
<<<<<<<<<< /etc/X11/xorg.conf.d/20-nvidia.conf >>>>>>>>>>
Section "Device"
Identifier "GPU"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Screens"
Option "TwinView" "1"
EndSection
^^^^^^^^^^ /etc/X11/xorg.conf.d/20-nvidia.conf ^^^^^^^^^^
<<<<<<<<<< /etc/X11/xorg.conf.d/synaptics.conf >>>>>>>>>>
Section "InputClass"
Identifier "touchpad catchall" # required
MatchIsTouchpad "on" # required
Driver "synaptics" # required
Option "MinSpeed" "0.5"
Option "MaxSpeed" "1.0"
Option "AccelFactor" "0.075"
Option "TapButton1" "1"
Option "TapButton2" "2" # multitouch
Option "TapButton3" "3" # multitouch
Option "VertTwoFingerScroll" "1" # multitouch
Option "HorizTwoFingerScroll" "1" # multitouch
Option "VertEdgeScroll" "1"
Option "HorizEdgeScroll" "1"
Option "CoastingSpeed" "8"
Option "CornerCoasting" "1"
Option "CircularScrolling" "1"
Option "CircScrollTrigger" "7"
Option "EdgeMotionUseAlways" "1"
Option "LBCornerButton" "8" # browser "back" btn
Option "RBCornerButton" "9" # browser "forward" btn
EndSection^^^^^^^^^^ /etc/X11/xorg.conf.d/synaptics.conf ^^^^^^^^^^
<<<<<<<<<< /var/log/Xorg.0.log >>>>>>>>>>
[ 260.813]
X.Org X Server 1.12.4
Release Date: 2012-08-27
[ 260.813] X Protocol Version 11, Revision 0
[ 260.813] Build Operating System: Linux 3.2.0-4-amd64 i686 Debian
[ 260.813] Current Operating System: Linux mx1 3.12-0.bpo.1-686-pae #1 SMP Debian 3.12.6-2~bpo70+1 (2014-01-07) i686
[ 260.813] Kernel command line: xdrvr=vesa nomodeset quiet antiX=MLX
[ 260.813] Build Date: 17 December 2013 08:37:13PM
[ 260.813] xorg-server 2:1.12.4-6+deb7u2 (Julien Cristau <jcristau at debian.org>)
[ 260.813] Current version of pixman: 0.26.0
[ 260.813] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 260.813] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 260.814] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jan 31 08:12:28 2014
[ 260.818] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 260.818] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 260.825] (==) No Layout section. Using the first Screen section.
[ 260.825] (**) |-->Screen "Screens" (0)
[ 260.825] (**) | |-->Monitor "<default monitor>"
[ 260.825] (==) No device specified for screen "Screens".
Using the first device section listed.
[ 260.825] (**) | |-->Device "GPU"
[ 260.825] (==) No monitor specified for screen "Screens".
Using a default monitor configuration.
[ 260.825] (==) Automatically adding devices
[ 260.825] (==) Automatically enabling devices
[ 260.825] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 260.825] Entry deleted from font path.
[ 260.826] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[ 260.826] Entry deleted from font path.
[ 260.826] (==) 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
[ 260.826] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 260.826] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 260.826] (II) Loader magic: 0xb77635a0
[ 260.826] (II) Module ABI versions:
[ 260.826] X.Org ANSI C Emulation: 0.4
[ 260.826] X.Org Video Driver: 12.1
[ 260.826] X.Org XInput driver : 16.0
[ 260.826] X.Org Server Extension : 6.0
[ 260.827] (--) PCI:*(0:2:0:0) 10de:0322:1682:1351 rev 161, Mem @ 0xe8000000/16777216, 0xe0000000/134217728, BIOS @ 0x????????/131072
[ 260.827] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 260.827] (II) LoadModule: "extmod"
[ 260.827] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 260.828] (II) Module extmod: vendor="X.Org Foundation"
[ 260.828] compiled for 1.12.4, module version = 1.0.0
[ 260.828] Module class: X.Org Server Extension
[ 260.828] ABI class: X.Org Server Extension, version 6.0
[ 260.828] (II) Loading extension SELinux
[ 260.828] (II) Loading extension MIT-SCREEN-SAVER
[ 260.828] (II) Loading extension XFree86-VidModeExtension
[ 260.828] (II) Loading extension XFree86-DGA
[ 260.828] (II) Loading extension DPMS
[ 260.828] (II) Loading extension XVideo
[ 260.828] (II) Loading extension XVideo-MotionCompensation
[ 260.828] (II) Loading extension X-Resource
[ 260.828] (II) LoadModule: "dbe"
[ 260.829] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 260.842] (II) Module dbe: vendor="X.Org Foundation"
[ 260.842] compiled for 1.12.4, module version = 1.0.0
[ 260.842] Module class: X.Org Server Extension
[ 260.842] ABI class: X.Org Server Extension, version 6.0
[ 260.842] (II) Loading extension DOUBLE-BUFFER
[ 260.843] (II) LoadModule: "glx"
[ 260.843] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[ 260.875] (II) Module glx: vendor="NVIDIA Corporation"
[ 260.875] compiled for 4.0.2, module version = 1.0.0
[ 260.875] Module class: X.Org Server Extension
[ 260.875] (II) NVIDIA GLX Module 173.14.39 Wed Nov 27 15:13:59 PST 2013
[ 260.875] (II) Loading extension GLX
[ 260.875] (II) LoadModule: "record"
[ 260.876] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 260.890] (II) Module record: vendor="X.Org Foundation"
[ 260.890] compiled for 1.12.4, module version = 1.13.0
[ 260.890] Module class: X.Org Server Extension
[ 260.890] ABI class: X.Org Server Extension, version 6.0
[ 260.890] (II) Loading extension RECORD
[ 260.890] (II) LoadModule: "dri"
[ 260.890] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 260.890] (II) Module dri: vendor="X.Org Foundation"
[ 260.891] compiled for 1.12.4, module version = 1.0.0
[ 260.891] ABI class: X.Org Server Extension, version 6.0
[ 260.891] (II) Loading extension XFree86-DRI
[ 260.891] (II) LoadModule: "dri2"
[ 260.891] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 260.891] (II) Module dri2: vendor="X.Org Foundation"
[ 260.891] compiled for 1.12.4, module version = 1.2.0
[ 260.891] ABI class: X.Org Server Extension, version 6.0
[ 260.891] (II) Loading extension DRI2
[ 260.891] (II) LoadModule: "nvidia"
[ 260.891] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 260.893] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 260.893] compiled for 4.0.2, module version = 1.0.0
[ 260.893] Module class: X.Org Video Driver
[ 260.893] (II) NVIDIA dlloader X Driver 173.14.39 Wed Nov 27 15:02:30 PST 2013
[ 260.893] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 260.893] (++) using VT number 7
[ 260.894] (II) Loading sub module "fb"
[ 260.894] (II) LoadModule: "fb"
[ 260.895] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 260.904] (II) Module fb: vendor="X.Org Foundation"
[ 260.904] compiled for 1.12.4, module version = 1.0.0
[ 260.904] ABI class: X.Org ANSI C Emulation, version 0.4
[ 260.904] (II) Loading sub module "wfb"
[ 260.904] (II) LoadModule: "wfb"
[ 260.906] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 260.922] (II) Module wfb: vendor="X.Org Foundation"
[ 260.922] compiled for 1.12.4, module version = 1.0.0
[ 260.922] ABI class: X.Org ANSI C Emulation, version 0.4
[ 260.922] (II) Loading sub module "ramdac"
[ 260.922] (II) LoadModule: "ramdac"
[ 260.922] (II) Module "ramdac" already built-in
[ 260.922] (II) NVIDIA(0): Creating default Display subsection in Screen section
"Screens" for depth/fbbpp 24/32
[ 260.922] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 260.922] (==) NVIDIA(0): RGB weight 888
[ 260.922] (==) NVIDIA(0): Default visual is TrueColor
[ 260.922] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 260.922] (**) NVIDIA(0): Option "TwinView" "1"
[ 260.922] (**) NVIDIA(0): Enabling RENDER acceleration
[ 260.922] (WW) NVIDIA(0): No TwinView "MetaModes" specified; will fall back to Display
[ 260.922] (WW) NVIDIA(0): SubSection modes.
[ 260.922] (**) NVIDIA(0): TwinView enabled
[ 260.922] (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
[ 260.922] (II) NVIDIA(0): enabled.
[ 261.506] (II) NVIDIA(0): NVIDIA GPU GeForce FX 5200 (NV34) at PCI:2:0:0 (GPU-0)
[ 261.506] (--) NVIDIA(0): Memory: 131072 kBytes
[ 261.507] (--) NVIDIA(0): VideoBIOS: 04.34.20.67.00
[ 261.507] (II) NVIDIA(0): Detected AGP rate: 8X
[ 261.507] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[ 261.507] (--) NVIDIA(0): Connected display device(s) on GeForce FX 5200 at PCI:2:0:0:
[ 261.507] (--) NVIDIA(0): Acer HX1953L (CRT-0)
[ 261.507] (--) NVIDIA(0): Acer HX1953L (CRT-0): 350.0 MHz maximum pixel clock
[ 261.507] (WW) NVIDIA(0): TwinView requested, but only 1 display devices found.
[ 261.507] (II) NVIDIA(0): Assigned Display Device: CRT-0
[ 261.507] (==) NVIDIA(0):
[ 261.507] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 261.507] (==) NVIDIA(0): will be used as the requested mode.
[ 261.507] (==) NVIDIA(0):
[ 261.507] (II) NVIDIA(0): Validated modes:
[ 261.508] (II) NVIDIA(0): "nvidia-auto-select"
[ 261.508] (II) NVIDIA(0): Virtual screen size determined to be 1600 x 900
[ 261.508] (--) NVIDIA(0): DPI set to (94, 95); computed from "UseEdidDpi" X config
[ 261.508] (--) NVIDIA(0): option
[ 261.508] (==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
[ 261.508] (--) Depth 24 pixmap format is 32 bpp
[ 261.511] (II) NVIDIA(0): Initialized AGP GART.
[ 261.514] (II) NVIDIA(0): Unable to connect to the ACPI daemon; the ACPI daemon may not
[ 261.514] (II) NVIDIA(0): be running or the "AcpidSocketPath" X configuration option
[ 261.514] (II) NVIDIA(0): may not be set correctly. When the ACPI daemon is
[ 261.514] (II) NVIDIA(0): available, the NVIDIA X driver can use it to receive ACPI
[ 261.514] (II) NVIDIA(0): events. For details, please see the "ConnectToAcpid" and
[ 261.514] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 261.514] (II) NVIDIA(0): Config Options in the README.
[ 261.514] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
[ 261.629] (II) Loading extension NV-GLX
[ 261.653] (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
[ 261.658] (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
[ 261.658] (==) NVIDIA(0): Backing store disabled
[ 261.658] (==) NVIDIA(0): Silken mouse enabled
[ 261.658] (==) NVIDIA(0): DPMS enabled
[ 261.658] (II) Loading extension NV-CONTROL
[ 261.659] (==) RandR enabled
[ 261.659] (II) Initializing built-in extension Generic Event Extension
[ 261.659] (II) Initializing built-in extension SHAPE
[ 261.659] (II) Initializing built-in extension MIT-SHM
[ 261.659] (II) Initializing built-in extension XInputExtension
[ 261.659] (II) Initializing built-in extension XTEST
[ 261.659] (II) Initializing built-in extension BIG-REQUESTS
[ 261.659] (II) Initializing built-in extension SYNC
[ 261.659] (II) Initializing built-in extension XKEYBOARD
[ 261.659] (II) Initializing built-in extension XC-MISC
[ 261.659] (II) Initializing built-in extension SECURITY
[ 261.659] (II) Initializing built-in extension XINERAMA
[ 261.659] (II) Initializing built-in extension XFIXES
[ 261.659] (II) Initializing built-in extension RENDER
[ 261.659] (II) Initializing built-in extension RANDR
[ 261.659] (II) Initializing built-in extension COMPOSITE
[ 261.659] (II) Initializing built-in extension DAMAGE
[ 261.659] (II) SELinux: Disabled on system
[ 261.663] (II) Initializing extension GLX
[ 261.827] (II) config/udev: Adding input device Logitech USB RECEIVER (/dev/input/event0)
[ 261.827] (**) Logitech USB RECEIVER: Applying InputClass "evdev pointer catchall"
[ 261.827] (II) LoadModule: "evdev"
[ 261.827] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 261.841] (II) Module evdev: vendor="X.Org Foundation"
[ 261.841] compiled for 1.12.1, module version = 2.7.0
[ 261.841] Module class: X.Org XInput Driver
[ 261.841] ABI class: X.Org XInput driver, version 16.0
[ 261.841] (II) Using input driver 'evdev' for 'Logitech USB RECEIVER'
[ 261.841] (**) Logitech USB RECEIVER: always reports core events
[ 261.841] (**) evdev: Logitech USB RECEIVER: Device: "/dev/input/event0"
[ 261.842] (--) evdev: Logitech USB RECEIVER: Vendor 0x46d Product 0xc50e
[ 261.842] (--) evdev: Logitech USB RECEIVER: Found 20 mouse buttons
[ 261.842] (--) evdev: Logitech USB RECEIVER: Found scroll wheel(s)
[ 261.842] (--) evdev: Logitech USB RECEIVER: Found relative axes
[ 261.842] (--) evdev: Logitech USB RECEIVER: Found x and y relative axes
[ 261.842] (II) evdev: Logitech USB RECEIVER: Configuring as mouse
[ 261.842] (II) evdev: Logitech USB RECEIVER: Adding scrollwheel support
[ 261.842] (**) evdev: Logitech USB RECEIVER: YAxisMapping: buttons 4 and 5
[ 261.842] (**) evdev: Logitech USB RECEIVER: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 261.842] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.0/usb3/3-1/3-1:1.0/input/input1/event0"
[ 261.842] (II) XINPUT: Adding extended input device "Logitech USB RECEIVER" (type: MOUSE, id 6)
[ 261.842] (II) evdev: Logitech USB RECEIVER: initialized for relative axes.
[ 261.842] (**) Logitech USB RECEIVER: (accel) keeping acceleration scheme 1
[ 261.842] (**) Logitech USB RECEIVER: (accel) acceleration profile 0
[ 261.842] (**) Logitech USB RECEIVER: (accel) acceleration factor: 2.000
[ 261.842] (**) Logitech USB RECEIVER: (accel) acceleration threshold: 4
[ 261.843] (II) config/udev: Adding input device Logitech USB RECEIVER (/dev/input/mouse0)
[ 261.843] (II) No input driver specified, ignoring this device.
[ 261.843] (II) This device may have been added with another device file.
[ 261.843] (II) config/udev: Adding input device Logitech Logitech USB Keyboard (/dev/input/event1)
[ 261.843] (**) Logitech Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
[ 261.843] (II) Using input driver 'evdev' for 'Logitech Logitech USB Keyboard'
[ 261.843] (**) Logitech Logitech USB Keyboard: always reports core events
[ 261.843] (**) evdev: Logitech Logitech USB Keyboard: Device: "/dev/input/event1"
[ 261.843] (--) evdev: Logitech Logitech USB Keyboard: Vendor 0x46d Product 0xc315
[ 261.843] (--) evdev: Logitech Logitech USB Keyboard: Found keys
[ 261.843] (II) evdev: Logitech Logitech USB Keyboard: Configuring as keyboard
[ 261.843] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.0/usb3/3-2/3-2:1.0/input/input2/event1"
[ 261.843] (II) XINPUT: Adding extended input device "Logitech Logitech USB Keyboard" (type: KEYBOARD, id 7)
[ 261.843] (**) Option "xkb_rules" "evdev"
[ 261.843] (**) Option "xkb_model" "pc105"
[ 261.843] (**) Option "xkb_layout" "us"
[ 261.844] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[ 261.844] (II) No input driver specified, ignoring this device.
[ 261.844] (II) This device may have been added with another device file.
^^^^^^^^^^ /var/log/Xorg.0.log ^^^^^^^^^^
Kernel modules: nvidia.ko
/lib/modules/3.12-0.bpo.1-686-pae/updates/dkms/nvidia-legacy-173xx.ko
filename: /lib/modules/3.12-0.bpo.1-686-pae/updates/dkms/nvidia-legacy-173xx.ko
alias: char-major-195-*
supported: external
license: NVIDIA
alias: pci:v000010DEd*sv*sd*bc03sc02i00*
alias: pci:v000010DEd*sv*sd*bc03sc00i00*
depends: i2c-core
vermagic: 3.12-0.bpo.1-686-pae SMP mod_unload modversions 686
-- System Information:
Debian Release: 7.3
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 3.12-0.bpo.1-686-pae (SMP w/1 CPU core)
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-detect depends on:
ii pciutils 1:3.1.9-6
nvidia-detect recommends no packages.
nvidia-detect suggests no packages.
Versions of packages glx-alternative-nvidia depends on:
ii glx-alternative-mesa 0.4.0~bpo70+1
ii glx-diversions 0.4.0~bpo70+1
Versions of packages glx-alternative-nvidia suggests:
pn nvidia-driver <none>
Versions of packages nvidia-detect is related to:
pn ia32-libs <none>
pn libdrm-nouveau1 <none>
ii libdrm-nouveau1a 2.4.40-1~deb7u2
pn libgl1-nvidia-alternatives-ia32 <none>
pn libgl1-nvidia-glx-ia32 <none>
pn libgl1-nvidia-glx-ia32-any <none>
ii libgl1-nvidia-legacy-173xx-glx [libgl1-nvidia-glx-any] 173.14.39-1~bpo70+1
pn libgl1-nvidia-legacy-173xx-glx-ia32 <none>
pn libgl1-nvidia-legacy-96xx-glx-ia32 <none>
pn linux-headers <none>
pn nvidia-driver <none>
pn nvidia-glx <none>
ii nvidia-kernel-common 20131102+1~bpo70+1
pn nvidia-kernel-dkms <none>
pn nvidia-kernel-source <none>
ii nvidia-legacy-173xx-driver [nvidia-glx-any] 173.14.39-1~bpo70+1
pn nvidia-settings <none>
ii nvidia-support 20131102+1~bpo70+1
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-legacy-173xx [xserver-xorg-v 173.14.39-1~bpo70+1
-- no debconf information
More information about the pkg-nvidia-devel
mailing list