← Back to team overview

sony-vaio-z-series team mailing list archive

Re: Status of my VPC Z1: all good except powermanagement

 

2011/1/17 Daniel Dechelotte <yo.dan@xxxxxxx>

> Hi Jon,
>
> On Sun, 2011-01-16 at 18:59 -0500, Jon Young wrote:
> > Daniel:
> > > [...] resuming from suspend-to-ram leaves a black screen, and so far
> > > only plugging an external monitoring and toggling between console and X
> > > could light up the internal panel (playing with xrandr didn't
> help).[...]
> >
> > Install uswsusp and then suspend with "pm-suspend --quirk-test
> > --quirk-s3-bios --quirk-s3-mode" and I think that will fix the resume
> > problem.
>
> Thank you so much, it worked immediately! I added
>  ADD_PARAMETERS="--quirk-test --quirk-s3-bios --quirk-s3-mode"
> to /usr/lib/pm-utils/defaults and suspend just works (running
> pm-suspend, closing the lid or suspending from the gnome menu).
>
> Hopefully it works for you too, Chalten.
>
>
yes it's also ok for me on ubuntu !!
put the following content in /etc/pm/config.d/defaults :
ADD_PARAMETERS="--quirk-test --quirk-s3-bios --quirk-s3-mode"
SLEEP_MODDULE="uswsusp"

References