* 2.6.28-rc3(-next20081103) suspend issues on Lenovo X200
@ 2008-11-03 15:39 Nico -telmich- Schottelius
2008-11-03 16:53 ` Nico -telmich- Schottelius
2008-11-04 0:55 ` Rafael J. Wysocki
0 siblings, 2 replies; 6+ messages in thread
From: Nico -telmich- Schottelius @ 2008-11-03 15:39 UTC (permalink / raw)
To: linux-next; +Cc: LKML
[-- Attachment #1: Type: text/plain, Size: 998 bytes --]
Updating my last post, system now runs with
the new Debian xserver-xorg-intel package:
2.6.28-rc3 and 2.6.28-rc3-next-20081103: acpi_sleep=s3_bios
- suspend on console works
- wakeup on console works
- xorg (intel 2.3.2-2+lenny5) works
- suspend on xorg works
- wakeup on xorg is BROKEN:
- console (kernel messages) is seen for a few seconds
- kernel switches back to X
- screen is partly drawn: X cursor is shown, background, no windows
- system hard reboots after about 20 seconds (watchdog?)
The Debian packages includes the lates G45 bugfix:
http://packages.debian.org/changelogs/pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-intel_2.3.2-2+lenny5/changelog
So I'm waiting for your input on where to update what next ;-)
Sincerly,
Nico
--
Think about Free and Open Source Software (FOSS).
http://nico.schottelius.org/documentations/foss/the-term-foss/
PGP: BFE4 C736 ABE5 406F 8F42 F7CF B8BE F92A 9885 188C
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 2.6.28-rc3(-next20081103) suspend issues on Lenovo X200
2008-11-03 15:39 2.6.28-rc3(-next20081103) suspend issues on Lenovo X200 Nico -telmich- Schottelius
@ 2008-11-03 16:53 ` Nico -telmich- Schottelius
2008-11-04 0:55 ` Rafael J. Wysocki
1 sibling, 0 replies; 6+ messages in thread
From: Nico -telmich- Schottelius @ 2008-11-03 16:53 UTC (permalink / raw)
To: linux-next, LKML
[-- Attachment #1: Type: text/plain, Size: 260 bytes --]
Update2:
Nico -telmich- Schottelius [Mon, Nov 03, 2008 at 04:39:45PM +0100]:
> 2.6.28-rc3 and 2.6.28-rc3-next-20081103: acpi_sleep=s3_bios
- Switching to console before suspending makes
everything work: suspend and wakeup, also when xorg is running.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 2.6.28-rc3(-next20081103) suspend issues on Lenovo X200
2008-11-03 15:39 2.6.28-rc3(-next20081103) suspend issues on Lenovo X200 Nico -telmich- Schottelius
2008-11-03 16:53 ` Nico -telmich- Schottelius
@ 2008-11-04 0:55 ` Rafael J. Wysocki
2008-11-04 1:04 ` Jesse Barnes
1 sibling, 1 reply; 6+ messages in thread
From: Rafael J. Wysocki @ 2008-11-04 0:55 UTC (permalink / raw)
To: Nico -telmich- Schottelius, Jesse Barnes; +Cc: linux-next, LKML
On Monday, 3 of November 2008, Nico -telmich- Schottelius wrote:
> Updating my last post, system now runs with
> the new Debian xserver-xorg-intel package:
>
> 2.6.28-rc3 and 2.6.28-rc3-next-20081103: acpi_sleep=s3_bios
> - suspend on console works
> - wakeup on console works
> - xorg (intel 2.3.2-2+lenny5) works
> - suspend on xorg works
> - wakeup on xorg is BROKEN:
> - console (kernel messages) is seen for a few seconds
> - kernel switches back to X
> - screen is partly drawn: X cursor is shown, background, no windows
> - system hard reboots after about 20 seconds (watchdog?)
>
> The Debian packages includes the lates G45 bugfix:
>
> http://packages.debian.org/changelogs/pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-intel_2.3.2-2+lenny5/changelog
>
> So I'm waiting for your input on where to update what next ;-)
Jesse, any ideas? Can that be related to the DRM problem with radeon?
Thanks,
Rafael
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 2.6.28-rc3(-next20081103) suspend issues on Lenovo X200
2008-11-04 0:55 ` Rafael J. Wysocki
@ 2008-11-04 1:04 ` Jesse Barnes
2008-11-05 17:31 ` Nico -telmich- Schottelius
0 siblings, 1 reply; 6+ messages in thread
From: Jesse Barnes @ 2008-11-04 1:04 UTC (permalink / raw)
To: Rafael J. Wysocki; +Cc: Nico -telmich- Schottelius, linux-next, LKML
On Monday, November 3, 2008 4:55 pm Rafael J. Wysocki wrote:
> On Monday, 3 of November 2008, Nico -telmich- Schottelius wrote:
> > Updating my last post, system now runs with
> > the new Debian xserver-xorg-intel package:
> >
> > 2.6.28-rc3 and 2.6.28-rc3-next-20081103: acpi_sleep=s3_bios
> > - suspend on console works
> > - wakeup on console works
> > - xorg (intel 2.3.2-2+lenny5) works
> > - suspend on xorg works
> > - wakeup on xorg is BROKEN:
> > - console (kernel messages) is seen for a few seconds
> > - kernel switches back to X
> > - screen is partly drawn: X cursor is shown, background, no windows
> > - system hard reboots after about 20 seconds (watchdog?)
> >
> > The Debian packages includes the lates G45 bugfix:
> >
> > http://packages.debian.org/changelogs/pool/main/x/xserver-xorg-video-inte
> >l/xserver-xorg-video-intel_2.3.2-2+lenny5/changelog
> >
> > So I'm waiting for your input on where to update what next ;-)
>
> Jesse, any ideas? Can that be related to the DRM problem with radeon?
On many machines, we've found that re-POSTing the video device is incompatible
with the i915 driver's suspend/resume functionality. So things like s3_bios
and vbetool shouldn't be used if the i915 driver works by itself.
--
Jesse Barnes, Intel Open Source Technology Center
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 2.6.28-rc3(-next20081103) suspend issues on Lenovo X200
2008-11-04 1:04 ` Jesse Barnes
@ 2008-11-05 17:31 ` Nico -telmich- Schottelius
2008-11-12 20:49 ` Rob Latham
0 siblings, 1 reply; 6+ messages in thread
From: Nico -telmich- Schottelius @ 2008-11-05 17:31 UTC (permalink / raw)
To: Jesse Barnes; +Cc: Rafael J. Wysocki, linux-next, LKML
[-- Attachment #1: Type: text/plain, Size: 1072 bytes --]
Jesse Barnes [Mon, Nov 03, 2008 at 05:04:25PM -0800]:
> On Monday, November 3, 2008 4:55 pm Rafael J. Wysocki wrote:
> >
> > Jesse, any ideas? Can that be related to the DRM problem with radeon?
>
> On many machines, we've found that re-POSTing the video device is incompatible
> with the i915 driver's suspend/resume functionality. So things like s3_bios
> and vbetool shouldn't be used if the i915 driver works by itself.
I removed the s3_bios option; not the console keeps on being black,
but the system wakes up (tested with next-20081105).
When running xorg the system freezes on wakeup and hard reboots after
20 seconds (again: looks like some kind of watchdog, though I am not
aware of anything like that in the X200).
Sincerly,
Nico (again: looks like some kind of watchdog, though I am not
aware of anything like that in the X200).
Sincerly,
Nico
--
Think about Free and Open Source Software (FOSS).
http://nico.schottelius.org/documentations/foss/the-term-foss/
PGP: BFE4 C736 ABE5 406F 8F42 F7CF B8BE F92A 9885 188C
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 2.6.28-rc3(-next20081103) suspend issues on Lenovo X200
2008-11-05 17:31 ` Nico -telmich- Schottelius
@ 2008-11-12 20:49 ` Rob Latham
0 siblings, 0 replies; 6+ messages in thread
From: Rob Latham @ 2008-11-12 20:49 UTC (permalink / raw)
To: Nico -telmich- Schottelius, Jesse Barnes, Rafael J. Wysocki,
linux-next, LKML <linux-k>
On Wed, Nov 5, 2008 at 11:31 AM, Nico -telmich- Schottelius
<nico-linux-next@schottelius•org> wrote:
> When running xorg the system freezes on wakeup and hard reboots after
> 20 seconds (again: looks like some kind of watchdog, though I am not
> aware of anything like that in the X200).
>
> Sincerly,
>
> Nico (again: looks like some kind of watchdog, though I am not
> aware of anything like that in the X200).
Hi Nico, all.
I've had good results disabling one core before suspending, and then
enabling the extra core after wakeup. The watchdog in that case
might not be the intel driver at all, but rather something in the
kernel that kicks in in such conditions?
http://ubuntuforums.org/showpost.php?p=6105510&postcount=12
(I put the "sleep before enabling 2nd core" in the background and for
a longer period of time)
Suspending/resuming in this single-core mode has worked really well
for me for the last day or so.
Hope that helps point to the root cause...
==rob
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-11-12 20:49 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-03 15:39 2.6.28-rc3(-next20081103) suspend issues on Lenovo X200 Nico -telmich- Schottelius
2008-11-03 16:53 ` Nico -telmich- Schottelius
2008-11-04 0:55 ` Rafael J. Wysocki
2008-11-04 1:04 ` Jesse Barnes
2008-11-05 17:31 ` Nico -telmich- Schottelius
2008-11-12 20:49 ` Rob Latham
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox