Package: nvidia-kernel-dkms 260.19.44-1 In testing distribution after last update package nvidia-kernel-dkms 260.19.44-1 produces NVIDIA kernel module with wrong version number inside. As a result Xorg can't start with nvidia because old kernel module version 195.* mismatches with version 260.* of other packages.
#uname -a Linux dev2 2.6.32-5-686 #1 SMP Tue Mar 8 21:36:00 UTC 2011 i686 GNU/Linux #dpkg -l '*nvidia*' | grep ii ii libgl1-nvidia-alternatives 260.19.44-1 simplifies replacing MESA libGL with GPU vendor libraries ii libgl1-nvidia-glx 260.19.44-1 NVIDIA binary OpenGL libraries ii libglx-nvidia-alternatives 260.19.44-1 simplifies replacing Xorg module libglx.so with GPU vendor library ii nvidia-common 20110213+1 NVIDIA binary graphics driver support files ii nvidia-glx 260.19.44-1 NVIDIA binary Xorg driver ii nvidia-kernel-2.6.30-1-686 185.18.36-2+2.6.30-6 NVIDIA binary kernel module for Linux 2.6.30-1-686 ii nvidia-kernel-2.6.32-5-686 195.36.31+2+4+2.6.32-24 NVIDIA binary kernel module for Linux 2.6.32-5-686 ii nvidia-kernel-2.6.32-trunk-686 190.53-1+2.6.32-5 NVIDIA binary kernel module for Linux 2.6.32-trunk-686 ii nvidia-kernel-common 20110213+1 NVIDIA binary kernel module support files ii nvidia-kernel-dkms 260.19.44-1 NVIDIA binary kernel module DKMS source ii nvidia-kernel-source 260.19.44-1 NVIDIA binary kernel module source ii nvidia-settings 195.36.24-1 Tool for configuring the NVIDIA graphics driver ii nvidia-vdpau-driver 260.19.44-1 NVIDIA vdpau driver ii nvidia-xconfig 195.36.31-1 X configuration tool for non-free NVIDIA drivers # dpkg-reconfigure nvidia-kernel-dkms -------- Uninstall Beginning -------- Module: nvidia Version: 260.19.44 Kernel: 2.6.32-5-686 (i686) ------------------------------------- Status: Before uninstall, this module version was ACTIVE on this kernel. nvidia.ko: - Uninstallation - Deleting from: /lib/modules/2.6.32-5-686/updates/dkms/ - Original module - No original module was found for this module on this kernel. - Use the dkms install command to reinstall any previous module version. depmod......... DKMS: uninstall Completed. ------------------------------ Deleting module version: 260.19.44 completely from the DKMS tree. ------------------------------ Done. Loading new nvidia-260.19.44 DKMS files... Building only for 2.6.32-5-686 Building initial module for 2.6.32-5-686 Done. nvidia.ko: Running module version sanity check. - Original module - Installation - Installing to /lib/modules/2.6.32-5-686/updates/dkms/ depmod...... DKMS: install Completed. -- Now looking to modinfo of nvidia.ko kernel module which was just built by dkms: # modinfo /lib/modules/`uname -r`/updates/dkms/nvidia.ko filename: /lib/modules/2.6.32-5-686/updates/dkms/nvidia.ko alias: char-major-195-* 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: 2.6.32-5-686 SMP mod_unload modversions 686 ... Looks like this string is not ok: alias: char-major-195-* I guess it should be 260 there. Best regards, Alexandr Bravo

