Your message dated Thu, 21 Dec 2023 17:56:09 +0000 with message-id <[email protected]> and subject line Bug#1058701: Removed package(s) from unstable has caused the Debian Bug report #499442, regarding pm-utils: Dell X200 suspend on Linux 2.6.26 to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 499442: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=499442 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: pm-utils Version: 1.1.2.3-1 Severity: normal Tags: patch After suspending on a Dell (Latitude) X200 laptop with kernel 2.6.26, the display is not properly restored on resume. quirk-vbe-post and quirk-vbemode-restore are needed (even if running in terminal mode). There are two issues: 1) /usr/lib/pm-utils/sleep.d/98smart-kernel-video silently disables all quirk settings (even explicit command-line arguments!) if i915 is present on kernel >= 2.6.26. My workaround was to create /etc/pm/sleep.d/98smart-kernel-video to override it. 2) The FDI file isn't matching the rules for X200 for my laptop. There is a rule that would match system.hardware.product "Latitude X200", but my system.hardware.product is just "X200". lshal output: system.hardware.primary_video.product = 13687 (0x3577) (int) system.hardware.primary_video.vendor = 32902 (0x8086) (int) system.hardware.product = 'X200' (string) system.hardware.vendor = 'Dell Computer Corporation' (string) system.hardware.version = 'A07' (string) --- 20-video-quirk-pm-dell.fdi.orig 2008-09-18 11:43:24.000000000 -0700 +++ 20-video-quirk-pm-dell.fdi 2008-09-18 11:45:51.000000000 -0700 @@ -40,6 +40,11 @@ <merge key="power_management.quirk.none" type="bool">true</merge> </match> </match> + <!-- Dell Latitude X200 --> + <match key="system.hardware.product" prefix="X200"> + <merge key="power_management.quirk.vbemode_restore" type="bool">true</merge> + <merge key="power_management.quirk.vbe_post" type="bool">true</merge> + </match> <!-- Dell Inspiron --> <match key="system.hardware.product" prefix="Inspiron"> -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core) Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Shell: /bin/sh linked to /bin/bash Versions of packages pm-utils depends on: ii console-tools 1:0.2.3dbs-65.1 Linux console and font utilities ii powermgmt-base 1.30 Common utils and configs for power Versions of packages pm-utils recommends: ii hal 0.5.11-3 Hardware Abstraction Layer pn radeontool <none> (no description available) pn uswsusp <none> (no description available) ii vbetool 1.0-3 run real-mode video BIOS code to a Versions of packages pm-utils suggests: pn cpufrequtils <none> (no description available) -- no debconf information
--- End Message ---
--- Begin Message ---Version: 1.4.1-19+rm Dear submitter, as the package pm-utils has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/1058701 The version of this package that was in Debian prior to this removal can still be found using https://snapshot.debian.org/. Please note that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]. Debian distribution maintenance software pp. Thorsten Alteholz (the ftpmaster behind the curtain)
--- End Message ---

