http://bugzilla.kernel.org/show_bug.cgi?id=9528





------- Comment #59 from [EMAIL PROTECTED]  2007-12-27 14:17 -------
(In reply to comment #58)
> (In reply to comment #56)
> > I have uploaded a new patchset, containing patches that should fix this 
> > problem
> > (patches 28-34), into
> > http://www.sisk.pl/kernel/hibernation_and_suspend/2.6.24-rc6/patches/ .
> > 
> > Can you test it, please?
> Tested with following results:

Thanks for testing.

> runlevel 3 (console):
> s2ram -f -a 1 works, but forgets to restore console, i.e. after resume I 
> need to type commands while monitor is in power save mode or log in via 
> network.

What's your kernel command line in this configuration?

> s2disk works, including resume.

Fine.

> runlevel 5:
>   with Xorg and nv driver:
>   s2disk works

OK

>   s2ram suspends fine, but after resume Xorg runs at 100% CPU and monitor
>   stays in powersave mode.

Well, it seems we're not handling the graphics appropriately.  You may try to
pass some other options to s2ram.

>   with Xorg and nvidia (14.19 and 169.07) binary drivers:
>   s2ram suspends fine, but after resume Xorg runs at 100% CPU and monitor
>   stays in powersave mode.

Same as above, the NVidia driver doesn't seem to help.

>   Forgot to test s2disk. Production system (2.6.21.7) runs with Nvidia 14.19
>   binary driver.

Please try to compile the kernel with CONFIG_PM_DEBUG set and do:

# echo core > /sys/power/pm_test
# echo mem > /sys/power/state

(that will run through the entire suspend sequence without entering the system
sleep state - busy waiting for 5 sec. instead - and through the resume
sequence).  If that works, the problem is most probably related to the graphics
not being initialized appropriately after the suspend.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to