Bug#691007: nvidia-kernel-dkms: compile error "Only 2.6.x and later kernels are supported (3.2.23)"

Philip Zhuang philip.zhuang at oracle.com
Sat Oct 20 00:06:26 UTC 2012


Package: nvidia-kernel-dkms
Version: 195.36.31-6squeeze2
Severity: important

When compiling nvidia-kernel-dkms, the following error occurs:
-------------
DKMS make.log for nvidia-195.36.31 for kernel 3.2.0-0.bpo.3-amd64 (x86_64)
Fri Oct 19 15:10:57 PDT 2012
make: Entering directory `/var/lib/dkms/nvidia/195.36.31/build'
make -C /lib/modules/3.2.0-0.bpo.3-amd64/build  M=`/bin/pwd` modules
make[1]: Entering directory `/usr/src/linux-headers-3.2.0-0.bpo.3-amd64'
/var/lib/dkms/nvidia/195.36.31/build/Makefile:162: *** Only 2.6.x and 
later kernels are supported (3.2.23).  Stop.
make[3]: *** [_module_/var/lib/dkms/nvidia/195.36.31/build] Error 2
make[2]: *** [sub-make] Error 2
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.2.0-0.bpo.3-amd64'
make: *** [modules] Error 2
make: Leaving directory `/var/lib/dkms/nvidia/195.36.31/build'
-----------
My kernel version (3.2) is clearly after 2.6.x.
But it complained that only 2.6.x and later kernels are supported.
This is clearly not right.
I checked the Makefile line 156-164:
-----------
# Check for kernel versions that we don't support.

BELOW26 := $(shell if [ $(VERSION) -lt 2 -o $(PATCHLEVEL) -lt 6 ]; then \
         echo y; fi)

ifeq ($(BELOW26),y)
$(error Only 2.6.x and later kernels are supported \
     ($(VERSION).$(PATCHLEVEL).$(SUBLEVEL)))
endif
------------
The line " if [ $(VERSION) -lt 2 -o $(PATCHLEVEL) -lt 6 ]" seems to mean
version less than 2 OR patchlevel less than 6.
I think the right logic should be "version less than 2 or version equals 2
and patchlevel less than 6". The syntax should be something like (not 
sure if the syntax is correct):
if [ $(VERSION) -lt 2 -o [ $(VERSION) -eq 2 -a $(PATCHLEVEL) -lt 6 ] ]
The makefile is in /usr/src/nvidia-195.36.31/Makefile in the package.
I used squeeze(stable) package.

Thanks!

Philip Zhuang

-- Package-specific info:
uname -a:
Linux W520 3.2.0-0.bpo.3-amd64 #1 SMP Thu Aug 23 07:41:30 UTC 2012 
x86_64 GNU/Linux

/proc/version:
Linux version 3.2.0-0.bpo.3-amd64 (Debian 3.2.23-1~bpo60+2) 
(debian-kernel at lists.debian.org) (gcc version 4.4.5 (Debian 4.4.5-8) ) 
#1 SMP Thu Aug 23 07:41:30 UTC 2012

lspci 'VGA compatible controller [0300]':
00:02.0 VGA compatible controller [0300]: Intel Corporation Sandy Bridge 
Integrated Graphics Controller [8086:0126] (rev 09) (prog-if 00 [VGA 
controller])
     Subsystem: Lenovo Device [17aa:21d1]
     Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
     Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
     Latency: 0
     Interrupt: pin A routed to IRQ 48
     Region 0: Memory at f1400000 (64-bit, non-prefetchable) [size=4M]
     Region 2: Memory at e0000000 (64-bit, prefetchable) [size=256M]
     Region 4: I/O ports at 7000 [size=64]
     Expansion ROM at <unassigned> [disabled]
     Capabilities: <access denied>
     Kernel driver in use: i915

01:00.0 VGA compatible controller [0300]: nVidia Corporation Device 
[10de:0dfa] (rev a1) (prog-if 00 [VGA controller])
     Subsystem: Lenovo Device [17aa:21d1]
     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, Cache Line Size: 64 bytes
     Interrupt: pin A routed to IRQ 16
     Region 0: Memory at f0000000 (32-bit, non-prefetchable) [size=16M]
     Region 1: Memory at c0000000 (64-bit, prefetchable) [size=256M]
     Region 3: Memory at d0000000 (64-bit, prefetchable) [size=32M]
     Region 5: I/O ports at 6000 [size=128]
     Expansion ROM at f1000000 [disabled] [size=512K]
     Capabilities: <access denied>
     Kernel driver in use: nouveau

dmesg:
[    0.000000] No AGP bridge found
[    0.000000] No AGP bridge found
[    0.000000] Console: colour VGA+ 80x25
[    0.650415] vgaarb: device added: 
PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.650498] vgaarb: device added: 
PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
[    0.650574] vgaarb: loaded
[    0.650628] vgaarb: bridge control possible 0000:01:00.0
[    0.650686] vgaarb: no bridge control possible 0000:00:02.0
[    1.118269] Linux agpgart interface v0.103
[    1.118393] agpgart-intel 0000:00:00.0: Intel Sandybridge Chipset
[    1.118520] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K 
total, 262144K mappable
[    1.119587] agpgart-intel 0000:00:00.0: detected 65536K stolen memory
[    1.119745] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
[    3.259573] vgaarb: device changed decodes: 
PCI:0000:00:02.0,olddecodes=io+mem,decodes=none:owns=io+mem
[    3.259673] vgaarb: transferring owner from PCI:0000:00:02.0 to 
PCI:0000:01:00.0

OpenGL and NVIDIA library files installed:
lrwxrwxrwx 1 root root       26 Oct 19 15:11 
/etc/alternatives/libGL.so.1 -> /usr/lib/nvidia/libGL.so.1
lrwxrwxrwx 1 root root       28 Oct 19 15:11 /usr/lib/libGL.so.1 -> 
/etc/alternatives/libGL.so.1
lrwxrwxrwx 1 root root       22 Oct 19 15:10 /usr/lib/libGLcore.so.1 -> 
libGLcore.so.195.36.31
-rw-r--r-- 1 root root 28862968 Jun  3  2010 /usr/lib/libGLcore.so.195.36.31
lrwxrwxrwx 1 root root       26 Oct 19 15:10 /usr/lib/libnvidia-cfg.so.1 
-> libnvidia-cfg.so.195.36.31
-rw-r--r-- 1 root root   136456 Jun  3  2010 
/usr/lib/libnvidia-cfg.so.195.36.31
lrwxrwxrwx 1 root root       26 Oct 19 15:10 /usr/lib/libnvidia-tls.so.1 
-> libnvidia-tls.so.195.36.31
-rw-r--r-- 1 root root     6456 Jun  3  2010 
/usr/lib/libnvidia-tls.so.195.36.31
-rw-r--r-- 1 root root 27204 Oct 19 14:50 /var/log/Xorg.0.log
-rw-r--r-- 1 root root 25007 Oct 18 23:27 /var/log/Xorg.0.log.old

/usr/lib/nvidia/:
total 5048
drwxr-xr-x   3 root root    4096 Oct 19 15:10 .
drwxr-xr-x 182 root root   69632 Oct 19 15:11 ..
drwxr-xr-x   2 root root    4096 Oct 19 15:10 diversions
lrwxrwxrwx   1 root root      18 Oct 19 15:10 libGL.so.1 -> 
libGL.so.195.36.31
-rw-r--r--   1 root root  957760 Jun  3  2010 libGL.so.195.36.31
lrwxrwxrwx   1 root root      19 Oct 19 15:10 libglx.so -> 
libglx.so.195.36.31
-rw-r--r--   1 root root 4127400 Jun  3  2010 libglx.so.195.36.31

/usr/lib/nvidia/diversions/:
total 932
drwxr-xr-x 2 root root   4096 Oct 19 15:10 .
drwxr-xr-x 3 root root   4096 Oct 19 15:10 ..
lrwxrwxrwx 1 root root     12 Oct 16 21:05 libGL.so.1 -> libGL.so.1.2
-rw-r--r-- 1 root root 527728 Sep  3  2011 libGL.so.1.2
-rw-r--r-- 1 root root 417584 Oct 29  2011 libglx.so

Files from nvidia-installer:

Config and logfiles:

<<<<<<<<<< /var/log/Xorg.0.log >>>>>>>>>>

X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.0.0-1-amd64 x86_64 Debian
Current Operating System: Linux W520 3.2.0-0.bpo.3-amd64 #1 SMP Thu Aug 
23 07:41:30 UTC 2012 x86_64
Kernel command line: BOOT_IMAGE=/vmlinuz root=/dev/sda10
Build Date: 29 October 2011  06:58:14PM
xorg-server 2:1.7.7-14 (Julien Cristau <jcristau at debian.org>)
Current version of pixman: 0.16.4
     Before reporting problems, check http://wiki.x.org
     to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
     (++) from command line, (!!) notice, (II) informational,
     (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Oct 19 11:11:30 2012
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(==) No Layout section.  Using the first Screen section.
(==) No screen section available. Using defaults.
(**) |-->Screen "Default Screen Section" (0)
(**) |   |-->Monitor "<default monitor>"
(==) No monitor specified for screen "Default Screen Section".
     Using a default monitor configuration.
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
     Entry deleted from font path.
(==) 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
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) The server relies on udev to provide the list of input devices.
     If no devices become available, reconfigure udev or disable 
AutoAddDevices.
(II) Loader magic: 0x7c8a40
(II) Module ABI versions:
     X.Org ANSI C Emulation: 0.4
     X.Org Video Driver: 6.0
     X.Org XInput driver : 7.0
     X.Org Server Extension : 2.0
(++) using VT number 7

(--) PCI:*(0:0:2:0) 8086:0126:17aa:21d1 Intel Corporation Sandy Bridge 
Integrated Graphics Controller rev 9, Mem @ 0xf1400000/4194304, 
0xe0000000/268435456, I/O @ 0x00007000/64
(--) PCI: (0:1:0:0) 10de:0dfa:17aa:21d1 nVidia Corporation rev 161, Mem 
@ 0xf0000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 
0x00006000/128, BIOS @ 0x????????/524288
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
     compiled for 1.7.7, module version = 1.0.0
     Module class: X.Org Server Extension
     ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
     compiled for 1.7.7, module version = 1.0.0
     Module class: X.Org Server Extension
     ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
     compiled for 1.7.7, module version = 1.0.0
     ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
     compiled for 1.7.7, module version = 1.13.0
     Module class: X.Org Server Extension
     ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
     compiled for 1.7.7, module version = 1.0.0
     ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
     compiled for 1.7.7, module version = 1.1.0
     ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(==) Matched intel as autoconfigured driver 0
(==) Matched vesa as autoconfigured driver 1
(==) Matched fbdev as autoconfigured driver 2
(==) Assigned the driver to the xf86ConfigLayout
(II) LoadModule: "intel"
(II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
     compiled for 1.7.7, module version = 2.13.0
     Module class: X.Org Video Driver
     ABI class: X.Org Video Driver, version 6.0
(II) LoadModule: "vesa"
(II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
(II) Module vesa: vendor="X.Org Foundation"
     compiled for 1.7.7, module version = 2.3.0
     Module class: X.Org Video Driver
     ABI class: X.Org Video Driver, version 6.0
(II) LoadModule: "fbdev"
(II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
(II) Module fbdev: vendor="X.Org Foundation"
     compiled for 1.7.6.901, module version = 0.4.2
     ABI class: X.Org Video Driver, version 6.0
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
     i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
     E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
     965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
     4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
     Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge,
     Sandybridge, Sandybridge
(II) VESA: driver for VESA chipsets: vesa
(II) FBDEV: driver for framebuffer: fbdev
(II) Primary Device is: PCI 00 at 00:02:0
(WW) Falling back to old probe method for vesa
(WW) Falling back to old probe method for fbdev
(II) Loading sub module "fbdevhw"
(II) LoadModule: "fbdevhw"
(II) Loading /usr/lib/xorg/modules/linux/libfbdevhw.so
(II) Module fbdevhw: vendor="X.Org Foundation"
     compiled for 1.7.7, module version = 0.0.2
     ABI class: X.Org Video Driver, version 6.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: drmOpenMinor returns 8
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(II) intel(0): Creating default Display subsection in Screen section
     "Default Screen Section" for depth/fbbpp 24/32
(==) intel(0): Depth 24, (--) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(II) intel(0): Integrated Graphics Chipset: Intel(R) Sandybridge
(--) intel(0): Chipset: "Sandybridge"
(**) intel(0): Tiling enabled
(**) intel(0): SwapBuffers wait disabled
(==) intel(0): video overlay key set to 0x101fe
(II) intel(0): Output LVDS1 has no monitor section
(II) intel(0): found backlight control interface 
/sys/class/backlight/acpi_video1
(II) intel(0): Output VGA1 has no monitor section
(II) intel(0): EDID for output LVDS1
(II) intel(0): Manufacturer: LEN  Model: 40b1  Serial#: 0
(II) intel(0): Year: 2010  Week: 0
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 34  vert.: 19
(II) intel(0): Gamma: 2.20
(II) intel(0): DPMS capabilities: StandBy Suspend Off
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.620 redY: 0.340   greenX: 0.330 greenY: 0.570
(II) intel(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 96.3 MHz   Image Size:  344 x 194 mm
(II) intel(0): h_active: 1600  h_sync: 1648  h_sync_end 1680 h_blank_end 
1726 h_border: 0
(II) intel(0): v_active: 900  v_sync: 902  v_sync_end 907 v_blanking: 
930 v_border: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 80.6 MHz   Image Size:  344 x 194 mm
(II) intel(0): h_active: 1600  h_sync: 1648  h_sync_end 1680 h_blank_end 
1734 h_border: 0
(II) intel(0): v_active: 900  v_sync: 902  v_sync_end 907 v_blanking: 
930 v_border: 0
(II) intel(0): Unknown vendor-specific block f
(II) intel(0):  LTN156KT02401
(II) intel(0): EDID (in hex):
(II) intel(0):     00ffffffffffff0030aeb14000000000
(II) intel(0):     0014010380221378eac8959e57549226
(II) intel(0):     0f505400000001010101010101010101
(II) intel(0):     0101010101019f25407e60841e303020
(II) intel(0):     250058c2100000197f1f408660841e30
(II) intel(0):     3020250058c2100000190000000f00a9
(II) intel(0):     0932a909281609004ca34b54000000fe
(II) intel(0):     004c544e3135364b5430323430310095
(II) intel(0): EDID vendor "LEN", prod id 16561
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1600x900"x0.0   96.31  1600 1648 1680 1726  900 
902 907 930 -hsync -vsync (55.8 kHz)
(II) intel(0): Modeline "1600x900"x0.0   80.63  1600 1648 1680 1734  900 
902 907 930 -hsync -vsync (46.5 kHz)
(II) intel(0): Not using default mode "320x240" (doublescan mode not 
supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not 
supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not 
supported)
(II) intel(0): Not using default mode "512x384" (doublescan mode not 
supported)
(II) intel(0): Not using default mode "640x480" (doublescan mode not 
supported)
(II) intel(0): Not using default mode "640x512" (doublescan mode not 
supported)
(II) intel(0): Not using default mode "800x600" (doublescan mode not 
supported)
(II) intel(0): Not using default mode "896x672" (doublescan mode not 
supported)
(II) intel(0): Not using default mode "928x696" (doublescan mode not 
supported)
(II) intel(0): Not using default mode "960x720" (doublescan mode not 
supported)
(II) intel(0): Not using default mode "576x432" (doublescan mode not 
supported)
(II) intel(0): Not using default mode "680x384" (doublescan mode not 
supported)
(II) intel(0): Not using default mode "680x384" (doublescan mode not 
supported)
(II) intel(0): Not using default mode "700x525" (doublescan mode not 
supported)
(II) intel(0): Not using default mode "720x450" (doublescan mode not 
supported)
(II) intel(0): Not using default mode "800x512" (doublescan mode not 
supported)
(II) intel(0): Not using default mode "840x525" (doublescan mode not 
supported)
(II) intel(0): Not using default mode "840x525" (doublescan mode not 
supported)
(II) intel(0): Not using default mode "960x540" (doublescan mode not 
supported)
(II) intel(0): Not using default mode "960x600" (doublescan mode not 
supported)
(II) intel(0): Not using default mode "1024x768" (doublescan mode not 
supported)
(II) intel(0): Printing probed modes for output LVDS1
(II) intel(0): Modeline "1600x900"x60.0   96.31  1600 1648 1680 1726 
900 902 907 930 -hsync -vsync (55.8 kHz)
(II) intel(0): Modeline "1600x900"x50.0   80.63  1600 1648 1680 1734 
900 902 907 930 -hsync -vsync (46.5 kHz)
(II) intel(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904 
900 903 909 934 -hsync +vsync (55.9 kHz)
(II) intel(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776 
768 771 781 798 -hsync +vsync (47.7 kHz)
(II) intel(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520 
768 771 781 790 +hsync -vsync (47.4 kHz)
(II) intel(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520 
864 865 868 895 -hsync +vsync (53.7 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344 
768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 
601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 
601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 
492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): EDID for output VGA1
(II) intel(0): Output LVDS1 connected
(II) intel(0): Output VGA1 disconnected
(II) intel(0): Using exact sizes for initial modes
(II) intel(0): Output LVDS1 using initial mode 1600x900
(II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise 
stated.
(II) intel(0): Kernel page flipping support detected, enabling
(**) intel(0): Display dimensions: (340, 190) mm
(**) intel(0): DPI set to (119, 120)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
     compiled for 1.7.7, module version = 1.0.0
     ABI class: X.Org ANSI C Emulation, version 0.4
(II) UnloadModule: "vesa"
(II) Unloading /usr/lib/xorg/modules/drivers/vesa_drv.so
(II) UnloadModule: "fbdev"
(II) Unloading /usr/lib/xorg/modules/drivers/fbdev_drv.so
(II) UnloadModule: "fbdevhw"
(II) Unloading /usr/lib/xorg/modules/linux/libfbdevhw.so
(==) Depth 24 pixmap format is 32 bpp
(==) intel(0): VideoRam: 262144 KB
(II) intel(0): [DRI2] Setup complete
(II) intel(0): Allocated new frame buffer 1600x900 stride 6656, tiled
(II) UXA(0): Driver registered support for the following operations:
(II)         solid
(II)         copy
(II)         composite (RENDER acceleration)
(II)         put_image
(II)         get_image
(==) intel(0): Backing store disabled
(==) intel(0): Silken mouse enabled
(II) intel(0): Initializing HW Cursor
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled 
message.
(==) intel(0): DPMS enabled
(==) intel(0): Intel XvMC decoder enabled
(II) intel(0): Set up textured video
(II) intel(0): [XvMC] i965_xvmc driver initialized.
(II) intel(0): direct rendering: DRI2 Enabled
(--) RandR disabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
SELinux: Disabled on system, not enabling in X server
(II) AIGLX: enabled GLX_MESA_copy_sub_buffer
(II) AIGLX: enabled GLX_SGI_make_current_read
(II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
(II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
(II) AIGLX: Loaded and initialized /usr/lib/dri/i965_dri.so
(II) GLX: Initialized DRI2 GL provider for screen 0
(II) intel(0): Setting screen physical size to 423 x 238
(II) config/udev: Adding input device Power Button (/dev/input/event5)
(**) Power Button: Applying InputClass "evdev keyboard catchall"
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
     compiled for 1.7.6.901, module version = 2.3.2
     Module class: X.Org XInput Driver
     ABI class: X.Org XInput driver, version 7.0
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event5"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "us"
(II) config/udev: Adding input device Video Bus (/dev/input/event9)
(**) Video Bus: Applying InputClass "evdev keyboard catchall"
(**) Video Bus: always reports core events
(**) Video Bus: Device: "/dev/input/event9"
(II) Video Bus: Found keys
(II) Video Bus: Configuring as keyboard
(II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "us"
(II) config/udev: Adding input device Video Bus (/dev/input/event10)
(**) Video Bus: Applying InputClass "evdev keyboard catchall"
(**) Video Bus: always reports core events
(**) Video Bus: Device: "/dev/input/event10"
(II) Video Bus: Found keys
(II) Video Bus: Configuring as keyboard
(II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "us"
(II) config/udev: Adding input device Lid Switch (/dev/input/event3)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device Sleep Button (/dev/input/event4)
(**) Sleep Button: Applying InputClass "evdev keyboard catchall"
(**) Sleep Button: always reports core events
(**) Sleep Button: Device: "/dev/input/event4"
(II) Sleep Button: Found keys
(II) Sleep Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "us"
(II) config/udev: Adding input device Integrated Camera (/dev/input/event7)
(**) Integrated Camera: Applying InputClass "evdev keyboard catchall"
(**) Integrated Camera: always reports core events
(**) Integrated Camera: Device: "/dev/input/event7"
(II) Integrated Camera: Found keys
(II) Integrated Camera: Configuring as keyboard
(II) XINPUT: Adding extended input device "Integrated Camera" (type: 
KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "us"
(II) config/udev: Adding input device HDA Digital PCBeep 
(/dev/input/event11)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device Logitech USB Receiver 
(/dev/input/event1)
(**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
(**) Logitech USB Receiver: always reports core events
(**) Logitech USB Receiver: Device: "/dev/input/event1"
(II) Logitech USB Receiver: Found 20 mouse buttons
(II) Logitech USB Receiver: Found scroll wheel(s)
(II) Logitech USB Receiver: Found relative axes
(II) Logitech USB Receiver: Found x and y relative axes
(II) Logitech USB Receiver: Configuring as mouse
(**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
(**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 
10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: 
MOUSE)
(II) Logitech USB Receiver: initialized for relative axes.
(II) config/udev: Adding input device Logitech USB Receiver 
(/dev/input/mouse0)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device Logitech USB Receiver 
(/dev/input/event2)
(**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
(**) Logitech USB Receiver: always reports core events
(**) Logitech USB Receiver: Device: "/dev/input/event2"
(II) Logitech USB Receiver: Found 1 mouse buttons
(II) Logitech USB Receiver: Found scroll wheel(s)
(II) Logitech USB Receiver: Found relative axes
(II) Logitech USB Receiver: Found absolute axes
(II) Logitech USB Receiver: Found keys
(II) Logitech USB Receiver: Configuring as mouse
(II) Logitech USB Receiver: Configuring as keyboard
(**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
(**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 
10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: 
KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "us"
(EE) Logitech USB Receiver: failed to initialize for relative axes.
(II) Logitech USB Receiver: initialized for absolute axes.
(II) config/udev: Adding input device AT Translated Set 2 keyboard 
(/dev/input/event0)
(**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard 
catchall"
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
(II) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" 
(type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "us"
(II) config/udev: Adding input device SynPS/2 Synaptics TouchPad 
(/dev/input/event12)
(**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad 
catchall"
(**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
     compiled for 1.7.6.901, module version = 1.2.2
     Module class: X.Org XInput Driver
     ABI class: X.Org XInput driver, version 7.0
(II) Synaptics touchpad driver version 1.2.2
(**) Option "Device" "/dev/input/event12"
(II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5888
(II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4820
(II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
(II) SynPS/2 Synaptics TouchPad: finger width range 0 - 15
(II) SynPS/2 Synaptics TouchPad: buttons: left right double triple
(--) SynPS/2 Synaptics TouchPad: touchpad found
(**) SynPS/2 Synaptics TouchPad: always reports core events
(II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" 
(type: TOUCHPAD)
(**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
(**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
(**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
(**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
(--) SynPS/2 Synaptics TouchPad: touchpad found
(II) config/udev: Adding input device SynPS/2 Synaptics TouchPad 
(/dev/input/mouse1)
(**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
(II) Synaptics touchpad driver version 1.2.2
SynPS/2 Synaptics TouchPad no synaptics event device found
(**) Option "Device" "/dev/input/mouse1"
Query no Synaptics: 6003C8
(--) SynPS/2 Synaptics TouchPad: no supported touchpad found
(EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics 
hardware.
(EE) PreInit failed for input device "SynPS/2 Synaptics TouchPad"
(II) UnloadModule: "synaptics"
(II) config/udev: Adding input device TPPS/2 IBM TrackPoint 
(/dev/input/event13)
(**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
(**) TPPS/2 IBM TrackPoint: always reports core events
(**) TPPS/2 IBM TrackPoint: Device: "/dev/input/event13"
(II) TPPS/2 IBM TrackPoint: Found 3 mouse buttons
(II) TPPS/2 IBM TrackPoint: Found relative axes
(II) TPPS/2 IBM TrackPoint: Found x and y relative axes
(II) TPPS/2 IBM TrackPoint: Configuring as mouse
(**) TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
(**) TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 
10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: 
MOUSE)
(II) TPPS/2 IBM TrackPoint: initialized for relative axes.
(II) config/udev: Adding input device TPPS/2 IBM TrackPoint 
(/dev/input/mouse2)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device PC Speaker (/dev/input/event6)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device ThinkPad Extra Buttons 
(/dev/input/event8)
(**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
(**) ThinkPad Extra Buttons: always reports core events
(**) ThinkPad Extra Buttons: Device: "/dev/input/event8"
(II) ThinkPad Extra Buttons: Found keys
(II) ThinkPad Extra Buttons: Configuring as keyboard
(II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" 
(type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "us"
(II) config/udev: Adding input device ACPI Virtual Keyboard Device 
(/dev/input/event14)
(**) ACPI Virtual Keyboard Device: Applying InputClass "evdev keyboard 
catchall"
(**) ACPI Virtual Keyboard Device: always reports core events
(**) ACPI Virtual Keyboard Device: Device: "/dev/input/event14"
(II) ACPI Virtual Keyboard Device: Found keys
(II) ACPI Virtual Keyboard Device: Configuring as keyboard
(II) XINPUT: Adding extended input device "ACPI Virtual Keyboard Device" 
(type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "us"
(II) intel(0): EDID vendor "LEN", prod id 16561
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1600x900"x0.0   96.31  1600 1648 1680 1726  900 
902 907 930 -hsync -vsync (55.8 kHz)
(II) intel(0): Modeline "1600x900"x0.0   80.63  1600 1648 1680 1734  900 
902 907 930 -hsync -vsync (46.5 kHz)
(II) intel(0): EDID vendor "LEN", prod id 16561
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1600x900"x0.0   96.31  1600 1648 1680 1726  900 
902 907 930 -hsync -vsync (55.8 kHz)
(II) intel(0): Modeline "1600x900"x0.0   80.63  1600 1648 1680 1734  900 
902 907 930 -hsync -vsync (46.5 kHz)
(II) intel(0): EDID vendor "LEN", prod id 16561
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1600x900"x0.0   96.31  1600 1648 1680 1726  900 
902 907 930 -hsync -vsync (55.8 kHz)
(II) intel(0): Modeline "1600x900"x0.0   80.63  1600 1648 1680 1734  900 
902 907 930 -hsync -vsync (46.5 kHz)
(II) intel(0): EDID vendor "LEN", prod id 16561
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1600x900"x0.0   96.31  1600 1648 1680 1726  900 
902 907 930 -hsync -vsync (55.8 kHz)
(II) intel(0): Modeline "1600x900"x0.0   80.63  1600 1648 1680 1734  900 
902 907 930 -hsync -vsync (46.5 kHz)
(II) intel(0): EDID vendor "LEN", prod id 16561
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1600x900"x0.0   96.31  1600 1648 1680 1726  900 
902 907 930 -hsync -vsync (55.8 kHz)
(II) intel(0): Modeline "1600x900"x0.0   80.63  1600 1648 1680 1734  900 
902 907 930 -hsync -vsync (46.5 kHz)
(II) intel(0): EDID vendor "LEN", prod id 16561
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1600x900"x0.0   96.31  1600 1648 1680 1726  900 
902 907 930 -hsync -vsync (55.8 kHz)
(II) intel(0): Modeline "1600x900"x0.0   80.63  1600 1648 1680 1734  900 
902 907 930 -hsync -vsync (46.5 kHz)
(II) intel(0): EDID vendor "LEN", prod id 16561
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1600x900"x0.0   96.31  1600 1648 1680 1726  900 
902 907 930 -hsync -vsync (55.8 kHz)
(II) intel(0): Modeline "1600x900"x0.0   80.63  1600 1648 1680 1734  900 
902 907 930 -hsync -vsync (46.5 kHz)
(II) intel(0): EDID vendor "LEN", prod id 16561
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1600x900"x0.0   96.31  1600 1648 1680 1726  900 
902 907 930 -hsync -vsync (55.8 kHz)
(II) intel(0): Modeline "1600x900"x0.0   80.63  1600 1648 1680 1734  900 
902 907 930 -hsync -vsync (46.5 kHz)
(II) intel(0): EDID vendor "LEN", prod id 16561
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1600x900"x0.0   96.31  1600 1648 1680 1726  900 
902 907 930 -hsync -vsync (55.8 kHz)
(II) intel(0): Modeline "1600x900"x0.0   80.63  1600 1648 1680 1734  900 
902 907 930 -hsync -vsync (46.5 kHz)
^^^^^^^^^^ /var/log/Xorg.0.log ^^^^^^^^^^

Kernel modules: nvidia.ko



-- System Information:
Debian Release: 6.0.6
   APT prefers stable-updates
   APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-0.bpo.3-amd64 (SMP w/4 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.2-1~bpo60+1 Dynamic Kernel Module 
Support Fram
ii  nvidia-kernel-common   20100522+1        NVIDIA binary kernel module 
suppor

Versions of packages nvidia-kernel-dkms recommends:
ii  nvidia-glx [nvidia-g 195.36.31-6squeeze2 NVIDIA binary Xorg driver

nvidia-kernel-dkms suggests no packages.

Versions of packages nvidia-glx depends on:
ii  dpkg                 1.15.8.13           Debian package management 
system
ii  libc6                2.11.3-4            Embedded GNU C Library: 
Shared lib
ii  libgl1-nvidia-glx [l 195.36.31-6squeeze2 NVIDIA binary OpenGL libraries
ii  libglx-nvidia-altern 195.36.31-6squeeze2 simplifies replacing Xorg 
module l
ii  nvidia-kernel-dkms [ 195.36.31-6squeeze2 NVIDIA binary kernel module 
DKMS s
ii  xserver-xorg-core [x 2:1.7.7-14          Xorg X server - core server

Versions of packages libgl1-nvidia-glx depends on:
ii  libc6                2.11.3-4            Embedded GNU C Library: 
Shared lib
ii  libgl1-nvidia-altern 195.36.31-6squeeze2 simplifies replacing MESA 
libGL wi
ii  libx11-6             2:1.3.3-4           X11 client-side library
ii  libxext6             2:1.1.2-1           X11 miscellaneous extension 
librar

Versions of packages nvidia-kernel-dkms is related to:
ii  libdrm-no 2.4.21-1~squeeze3              Userspace interface to 
nouveau-spe
pn  libdrm-no <none>                         (no description available)
pn  libgl1-nv <none>                         (no description available)
pn  libgl1-nv <none>                         (no description available)
pn  linux-hea <none>                         (no description available)
ii  linux-hea 3.2.23-1~bpo60+2               Header files for Linux 
3.2.0-0.bpo
ii  nvidia-gl 195.36.31-6squeeze2            NVIDIA binary Xorg driver
pn  nvidia-gl <none>                         (no description available)
ii  nvidia-ke 20100522+1                     NVIDIA binary kernel module 
suppor
ii  nvidia-ke 195.36.31-6squeeze2            NVIDIA binary kernel module 
DKMS s
pn  nvidia-ke <none>                         (no description available)
pn  nvidia-se <none>                         (no description available)
pn  nvidia-su <none>                         (no description available)
pn  nvidia-xc <none>                         (no description available)
ii  xserver-x 1:7.5+8+squeeze1               the X.Org X server
ii  xserver-x 2:1.7.7-14                     Xorg X server - core server
ii  xserver-x 1:0.0.15+git20100329+7858345-5 X.Org X server -- Nouveau 
display
pn  xserver-x <none>                         (no description available)

-- no debconf information



More information about the pkg-nvidia-devel mailing list