Comment 5 for bug 292256

Revision history for this message
Chow Loong Jin (hyperair) wrote : Re: [Bug 292256] Re: backlight failed after suspend to ram on IBM X40

On Sun, 2008-11-09 at 00:18 +0000, japi wrote:
> pm-suspend --quirk-vbe-post has no effect.
> (or all quirks (/ hal fdi files) are ignored since intrepid)
>
> ** Changed in: pm-utils (Ubuntu)
> Sourcepackagename: None => pm-utils
>
vbe_post()
{
        local rom="/var/run/video.rom"
        # if we do not have a romfile, do not post with it.
        [ -f "$rom" ] || unset rom
        vbe post $rom
        sleep 0.1
}

It seems that this is run upon resume if you call pm-suspend --quirk-vbe-post. Do you have a file /var/run/video.rom?
--
Chow Loong Jin