On Thursday 15 of November 2007 15:01:05 Michael Biebl wrote:
> Michal Sojka schrieb:
> > If I execute /etc/acpi/sleep.sh of s2ram -f -p -m, suspend to ram works.
> > If
>
> /etc/acpi/sleep.sh is from acpi-support, s2ram from the uswsusp package,
> or whas that a "or" instead of "of"?
Of course I meant "or".

> Please follow the instructions at
> http://people.freedesktop.org/~hughsient/quirk/quirk-suspend-index.html
> and send me the necessary quirks for your laptop. I will then add them
> to the hal-info package and everyone can benefit.
> As you said, that "s2ram -f -p -m" works for you, the quirks are probably
> power_management.quirk.vbemode_restore
> and
> power_management.quirk.vbe_post in your fdi file.

I have added the following lines to 
/usr/share/hal/fdi/information/10freedesktop/20-video-quirk-pm-hp.fdi and now
Suspend to RAM works.

      <match key="system.hardware.product" contains="6710b (GB893EA#AKB)">
          <merge key="power_management.quirk.vbe_post" type="bool">true</merge>
          <merge key="power_management.quirk.vbemode_restore" 
type="bool">true</merge>
      </match>

Since I'm not sure what are the correct attributes for the match tag, here 
I provide the output of lshal | grep system.hardware:

  system.hardware.primary_video.product = 10754  (0x2a02)  (int)
  system.hardware.primary_video.vendor = 32902  (0x8086)  (int)
  system.hardware.product = 'HP Compaq 6710b (GB893EA#AKB)'  (string)
  system.hardware.serial = 'CNU7400C4C'  (string)
  system.hardware.uuid = '84212E75-9715-E011-0C80-6D990E423129'  (string)
  system.hardware.vendor = 'Hewlett-Packard'  (string)
  system.hardware.version = 'F.0B'  (string)

Thanks
Michal



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to