Re: [Suspend-devel] s2ram success report on CLEVO D500P

2006-11-29 Thread Stefan Seyfried
Hi, On Thu, Nov 30, 2006 at 12:41:29AM +0100, Gilles Grandou wrote: [ an impressive list of test he has done... :-) ] > > The best config is definitively: > - no framebuffer > - s2ram -f -p Good, i'll add that to the whitelist. There are actually pretty many ATI Radeon machines that only work i

Re: [Suspend-devel] Remove useless errror messages

2006-11-29 Thread Stefan Seyfried
Hi, On Wed, Nov 29, 2006 at 10:16:12PM +0100, Tim Dijkstra wrote: > On Wed, 29 Nov 2006 12:09:02 +0100 > "Rafael J. Wysocki" <[EMAIL PROTECTED]> wrote: > > On Wednesday, 29 November 2006 11:59, Tim Dijkstra wrote: > > > If the kernel doesn't have support for platform mode, uswsusp complains > >

Re: [Suspend-devel] [RFC][PATCH -mm 1/5] PM: Make freeze_processes SMP-safe

2006-11-29 Thread Rafael J. Wysocki
On Thursday, 30 November 2006 00:55, Pavel Machek wrote: > Hi! > > > > > I do not like the counting idea; it should be simpler to just check if > > > > all the processes are still stopped. > > > > > > I thought about that but didn't invent anything reasonable enough. > > > > > > > But I'm not su

Re: [Suspend-devel] s2ram success report on CLEVO D500P

2006-11-29 Thread Pavel Machek
Hi! > >> Just to let you know that s2ram is working fine on my laptop: > >> > >> # s2ram -i > >> This machine can be identified by: > >> sys_vendor = "CLEVO" > >> sys_product = "D500P" > >> sys_version = "Revision A2" > >> bios_version = "6.00" > >> See http://en.opensuse.org/S

Re: [Suspend-devel] s2ram success report on CLEVO D500P

2006-11-29 Thread Pavel Machek
On Thu 2006-11-30 00:51:06, Gilles Grandou wrote: > Gilles Grandou a écrit : > > Hi, > [snip] > > > > > config - from X > > > > s2ram -f-> resume ok > [...] > > oops, > forgot to mention my graphic config: > > lspci -v > [...

Re: [Suspend-devel] [RFC][PATCH -mm 1/5] PM: Make freeze_processes SMP-safe

2006-11-29 Thread Pavel Machek
On Mon 2006-11-27 21:02:38, Rafael J. Wysocki wrote: > On Monday, 27 November 2006 11:50, Pavel Machek wrote: > > Hi! > > > > > > > @@ -61,10 +60,13 @@ static inline void freeze_process(struct > > > > > unsigned long flags; > > > > > > > > > > if (!freezing(p)) { > > > > > -

Re: [Suspend-devel] [RFC][PATCH -mm 1/5] PM: Make freeze_processes SMP-safe

2006-11-29 Thread Pavel Machek
Hi! > > > I do not like the counting idea; it should be simpler to just check if > > > all the processes are still stopped. > > > > I thought about that but didn't invent anything reasonable enough. > > > > > But I'm not sure if this is enough. What if signal is being delivered > > > on another

Re: [Suspend-devel] s2ram success report on CLEVO D500P

2006-11-29 Thread Gilles Grandou
Gilles Grandou a écrit : > Hi, [snip] > > config - from X > > s2ram -f-> resume ok [...] oops, forgot to mention my graphic config: lspci -v [...] 01:00.0 VGA compatible controller: ATI Technologies Inc RV350 [Mobility Radeon

Re: [Suspend-devel] s2ram success report on CLEVO D500P

2006-11-29 Thread Gilles Grandou
Hi, Stefan Seyfried a écrit : > On Fri, Nov 17, 2006 at 12:29:21AM +0100, Gilles Grandou wrote: >> Just to let you know that s2ram is working fine on my laptop: >> >> # s2ram -i >> This machine can be identified by: >> sys_vendor = "CLEVO" >> sys_product = "D500P" >> sys_version =

[Suspend-devel] Dell XPS M1710

2006-11-29 Thread Matthew Mirus
I was able to get Suspend to RAM working on a Dell XPS M1710 laptop by editing /etc/pm/config to include s2ram's "-f" flag: S2RAM_OPTS="-f" # s2ram -i This machine can be identified by: sys_vendor = "Dell Inc." sys_product = "MXG061 " sys_version = ""

Re: [Suspend-devel] Remove useless errror messages

2006-11-29 Thread Tim Dijkstra
On Wed, 29 Nov 2006 12:09:02 +0100 "Rafael J. Wysocki" <[EMAIL PROTECTED]> wrote: > Hi, > > On Wednesday, 29 November 2006 11:59, Tim Dijkstra wrote: > > Hi guys, > > > > If the kernel doesn't have support for platform mode, uswsusp complains > > loudly. > > > > suspend: pm_ops->prepare returne

Re: [Suspend-devel] Remove useless errror messages

2006-11-29 Thread Rafael J. Wysocki
Hi, On Wednesday, 29 November 2006 11:59, Tim Dijkstra wrote: > Hi guys, > > If the kernel doesn't have support for platform mode, uswsusp complains > loudly. > > suspend: pm_ops->prepare returned error -1 > suspend: Snapshotting system > ... > suspend: Saving image data pages ... > suspend: pm_

[Suspend-devel] Remove useless errror messages

2006-11-29 Thread Tim Dijkstra
Hi guys, If the kernel doesn't have support for platform mode, uswsusp complains loudly. suspend: pm_ops->prepare returned error -1 suspend: Snapshotting system ... suspend: Saving image data pages ... suspend: pm_ops->enter returned error -1, calling power_off These are harmless messages, becau