tracking down suspend/hibernate bugs?

Matt Price matt.price at utoronto.ca
Wed Jan 16 03:08:29 UTC 2008


On Tue, 2008-01-15 at 21:18 -0500, Paul S wrote:
> Paul S said the following on 01/15/2008 07:18 PM:
> > Matt Price said the following on 01/15/2008 05:35 PM:

> ok, now I get it .. since these are based on not being false, they are 
> set.  and "sudo lshal | grep quirk" shows that they are not set to 
> false.  So, I just have to rearrange the order of these lines like so, 
> and it works:
> 
> [ "$HAL_PROP_POWER_MANAGEMENT_QUIRK_S3_BIOS" = "true" ] && 
> QUIRKS="$QUIRKS --quirk-s3-bios"
> [ "$HAL_PROP_POWER_MANAGEMENT_QUIRK_S3_MODE" = "true" ] && 
> QUIRKS="$QUIRKS --quirk-s3-mode"
> [ "$HAL_PROP_POWER_MANAGEMENT_QUIRK_DPMS_SUSPEND" = "true" ] && 
> QUIRKS="$QUIRKS --quirk-dpms-suspend"
> [ "$HAL_PROP_POWER_MANAGEMENT_QUIRK_DPMS_ON" != "false" ] && 
> QUIRKS="$QUIRKS --quirk-dpms-on"
> [ "$HAL_PROP_POWER_MANAGEMENT_QUIRK_RESET_BRIGHTNESS" != "false" ] && 
> QUIRKS="$QUIRKS --quirk-reset-brightness"
> [ "$HAL_PROP_POWER_MANAGEMENT_QUIRK_VGA_MODE_3" != "false" ] && 
> QUIRKS="$QUIRKS --quirk-vga-mode3"
> [ "$HAL_PROP_POWER_MANAGEMENT_QUIRK_VBE_POST" != "false" ] && 
> QUIRKS="$QUIRKS --quirk-vbe-post"
> [ "$HAL_PROP_POWER_MANAGEMENT_QUIRK_VBEMODE_RESTORE" != "false" ] && 
> QUIRKS="$QUIRKS --quirk-vbemode-restore"
> [ "$HAL_PROP_POWER_MANAGEMENT_QUIRK_VBESTATE_RESTORE" != "false" ] && 
> QUIRKS="$QUIRKS --quirk-vbestate-restore"
> [ "$HAL_PROP_POWER_MANAGEMENT_QUIRK_RADEON_OFF" = "true" ] && 
> QUIRKS="$QUIRKS --quirk-radeon-off"
> [ "$HAL_PROP_POWER_MANAGEMENT_QUIRK_NONE" = "true" ] && QUIRKS="$QUIRKS 
> --quirk-none"
> 
> Now this is fine for my dell with nvidia driver, but I hope it works for 
> others too.
> 
didn't catch this, what model is your dell?  mine is latitude d820, if
you're the same maybe we've identified a laptop-specific bug.

m


> regards,
> 
> 
-- 
Matt Price
matt.price at utoronto.ca




More information about the Ubuntu-devel-discuss mailing list