Richard Hughes wrote:
On Tue, 2007-07-17 at 16:58 -0600, Lane Brooks wrote:
I have the Panasonic Toughbook CF-Y2 laptop and am having suspend issues
in F7.  Suspend and resume worked fine for me in FC5 and FC6 but the
resume is no longer working in F7.  The back light fails to turn on.  It
does seem functional otherwise though.  Commands I type after a resume
actually work (I have been debugging without X running).

I have tried all the quirks.  None seem to help.  The S3 BIOS option
makes it worse so that I the machine is completely hung.

Have you tried using the kernel and pm-utils in updates testing?

Richard.



The kernel and pm-utils from updates testing works if I use the vbe-post quirk. Attached is the hal-info patch.

Thanks.

Lane
diff --git a/fdi/information/10freedesktop/20-video-quirk-pm-misc.fdi b/fdi/information/10freedesktop/20-video-quirk-pm-misc.fdi
index 094411b..37309d3 100644
--- a/fdi/information/10freedesktop/20-video-quirk-pm-misc.fdi
+++ b/fdi/information/10freedesktop/20-video-quirk-pm-misc.fdi
@@ -117,4 +117,14 @@
         <merge key="power_management.quirk.s3_mode" type="bool">true</merge>
       </match>
   </device>
+
+  <device>
+    <match key="system.hardware.vendor" prefix="Matsushita Electric Industrial C
+o.,Ltd.">
+      <match key="system.hardware.product" string="CF-Y2FWPZZBM">
+        <merge key="power_management.quirk.vbe_post" type="bool">true</merge>
+      </match>
+    </match>
+  </device>
+
 </deviceinfo>
_______________________________________________
Pm-utils mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/pm-utils

Reply via email to