Your message dated Wed, 7 Dec 2011 09:52:41 -0300
with message-id <[email protected]>
and subject line hal-info is not responsible of managing the hibernation quirks 
anymore
has caused the Debian Bug report #499556,
regarding hal-info: quirks for Dell X200
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.)


-- 
499556: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=499556
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: hal-info
Version: 20080508+git20080601-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.

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)

This patch (plus a workaround to an issue with pm-utils, see
bug #499442) works for me, though you may want to refactor
the existing rule(s).


--- 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">



--- End Message ---
--- Begin Message ---
Hi,

Thanks for reporting the bug. The bug seems to be part of a series of issues
that appear when kms replaced the older intel video drivers, taking the
responsability of applying the correct series of quirks on
hibernation, suspend, etc.

I'm closing this without version as this bug doesn't require any change in
the hal-info package.

If the issue is still present, please, report it to the kernel package.

-- 
"If you think your users are idiots, only idiots will use it."
-- Linus Torvalds
Saludos /\/\ /\ >< `/

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to