Package: nvidia-kernel-source Version: 1.0.7174-3 Severity: normal
First of all, some facts that maybe not all know: if you exclude the agpgart module from the kernel (and use NVAGP instead) then software suspend works just fine, most of the time... Well, up until 2.6.11 and swsusp 2.1.8, when it stopped. Reason: the driver does not get the suspend event. Solution: this patch. Best, Itay diff -u -Nru nvidia-kernel.old/nv/nv.c nvidia-kernel.new/nv/nv.c --- nvidia-kernel.old/nv/nv.c 2005-04-07 04:47:07.000000000 -0500 +++ nvidia-kernel.new/nv/nv.c 2005-04-08 15:35:43.000000000 -0500 @@ -3424,6 +3424,7 @@ switch (state) { + case PM_SUSPEND_STANDBY: case PM_SUSPEND_MEM: nv_printf(NV_DBG_INFO, "NVRM: ACPI: received suspend event\n"); status = rm_power_management(nv, 0, NV_PM_ACPI_STANDBY); -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.11-pisicuta-1 Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Versions of packages nvidia-kernel-source depends on: ii debhelper 4.2.32 helper programs for debian/rules ii dpatch 2.0.10 patch maintenance system for Debia ii make 3.80-9 The GNU version of the "make" util ii sed 4.1.4-2 The GNU sed stream editor -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]