Public bug reported:

Binary package hint: hal-info

Hi,

the Fujitsu Lifebook E8410 comes in two flavours: Intel graphics or
NVIDIA graphics. Running Hardy currently suspend to RAM ist not possible
on E8410 with NVIDIA graphics (The Lifebook seems to suspend fine, but
freezes immediately after switching on power).

With the current 20-video-quirk-pm-fujitsu.fdi, pm-suspend is called
like this:

pm-suspend --quirk-s3-bios --quirk-s3-mode

This fails. If called without arguments, the Lifebook is resuming fine.

As a dirty hack I did:

[EMAIL PROTECTED]:/usr/share/hal/fdi/information/10freedesktop# diff -NaurwB 
20-video-quirk-pm-fujitsu.fdi ~
--- 20-video-quirk-pm-fujitsu.fdi       2008-07-29 21:07:40.000000000 +0200
+++ /root/20-video-quirk-pm-fujitsu.fdi 2008-06-11 12:46:41.000000000 +0200
@@ -44,13 +44,9 @@
           <merge key="power_management.quirk.s3_bios" type="bool">true</merge>
         </match>
         <match key="system.hardware.product" contains_outof="E8410;T4010">
-
-        <match key="system.hardware.primary_video.product" contains_not="1064">
           <merge key="power_management.quirk.s3_bios" type="bool">true</merge>
           <merge key="power_management.quirk.s3_mode" type="bool">true</merge>
         </match>
-
-        </match>
         <match key="system.hardware.product" contains="S7110">
           <merge key="power_management.quirk.vbe_post" type="bool">true</merge>
           <merge key="power_management.quirk.reset_brightness" 
type="bool">true</merge>

After that, pm-suspend is called without any arguments and my Lifebook
with NVIDIA resumed fine.

Kind regards

Gerd

** Affects: hal-info (Ubuntu)
     Importance: Undecided
         Status: New

-- 
hal-info: Hardy: 20-video-quirk-pm-fujitsu.fdi: E8410: Additional case for 
NVIDIA graphics necessary
https://bugs.launchpad.net/bugs/253223
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to