* Z600 screen restore
@ 2004-09-27 18:49 Ivor Hewitt
0 siblings, 0 replies; 7+ messages in thread
From: Ivor Hewitt @ 2004-09-27 18:49 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Hi,
I have a Sony vaio Z600-hek (same as US model Z505). Which I've been trying to
get working with ACPI for a while....
On S3 restore the screen would power up and flash briefly and then power down
immediately although the machine was now up and running.
using "acpi_sleep=s3_mode" makes no difference.
"acpi_sleep=s3_bios" causes the machine to crash on s3 restore.
but if I comment out the two tests:-
# testl $1, video_flags - wakeup_code
# jz 1f
and
# testl $2, video_flags - wakeup_code
# jz 1f
the machine restores from s3 successfully and the screen powers up... so that
appears to be the area of the problem...
any suggestions what the 'correct' fix for this would be?
Cheers,
--
Ivor Hewitt.
http://www.ivor.it - tech | http://www.ivor.org - hedge
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: Z600 screen restore
@ 2004-09-28 16:28 Pallipadi, Venkatesh
0 siblings, 0 replies; 7+ messages in thread
From: Pallipadi, Venkatesh @ 2004-09-28 16:28 UTC (permalink / raw)
To: Ivor Hewitt; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f, Pavel Machek
[-- Attachment #1: Type: text/plain, Size: 1256 bytes --]
>-----Original Message-----
>From: Ivor Hewitt [mailto:ivor-rtBon1mkn18@public.gmane.org]
>Sent: Tuesday, September 28, 2004 12:17 AM
>To: Pallipadi, Venkatesh
>Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>Subject: Re: [ACPI] Z600 screen restore
>
>On Monday 27 Sep 2004 20:35, Pallipadi, Venkatesh wrote:
>> >-----Original Message-----
>> >From: Ivor Hewitt [mailto:ivor-rtBon1mkn18@public.gmane.org]
>> >
>> >No no acpid running.
>> >
>> >Also.. the machine isn't shutting down... it's running just
>> >fine. I can type
>> >commands... it's just that the screen isn't powered up... and
>> >commenting
>> >those lines out 'fixes' the problem.
>>
>> OK. Sorry, I didn't read your original mail carefully enough,
>> before responding.
>>
>> Actually, commenting those lines is equivalent to passing
>> "acpi_sleep=s3_bios acpi_sleep=s3_mode". So, even that
>> should work for you.
>>
>Indeed that does work. Thanks.
>
>So for the benefit of searchers anyone using a Vaio Z600/Z505
>who has a
>problem where there LCD doesn't power up after S3 suspend. Try
>adding the
>parameters "acpi_sleep=s3_bios acpi_sleep=s3_mode.
>
I guess it calls for a documentation patch. Pavel?
Thanks,
Venki
[-- Attachment #2: video_doc.patch --]
[-- Type: application/octet-stream, Size: 703 bytes --]
--- linux-2.6.9-rc2//Documentation/power/video.txt.org 2004-09-28 11:17:07.000000000 -0700
+++ linux-2.6.9-rc2//Documentation/power/video.txt 2004-09-28 11:20:54.000000000 -0700
@@ -30,6 +30,10 @@ There are three types of systems where v
patched X, and plain text console (no vesafb or radeonfb), see
http://www.doesi.gmxhome.de/linux/tm800s3/s3.html. (Acer TM 800)
+* systems where it is possible to call video bios during S3
+ resume, followed by initialization of video card into vga text mode.
+ acpi_sleep=s3_bios acpi_sleep=s3_mode (Sony VAIO Z600/Z505)
+
Now, if you pass acpi_sleep=something, and it does not work with your
bios, you'll get hard crash during resume. Be carefull.
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: Z600 screen restore
@ 2004-09-27 20:35 Pallipadi, Venkatesh
[not found] ` <88056F38E9E48644A0F562A38C64FB6002F917C4-exJ48ZlmiLpQxe9IK+vIArfspsVTdybXVpNB7YpNyf8@public.gmane.org>
0 siblings, 1 reply; 7+ messages in thread
From: Pallipadi, Venkatesh @ 2004-09-27 20:35 UTC (permalink / raw)
To: Ivor Hewitt; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
>-----Original Message-----
>From: Ivor Hewitt [mailto:ivor-rtBon1mkn18@public.gmane.org]
>Sent: Monday, September 27, 2004 1:06 PM
>To: Pallipadi, Venkatesh
>Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>Subject: Re: [ACPI] Z600 screen restore
>
>On Monday 27 Sep 2004 18:25, Pallipadi, Venkatesh wrote:
>> This is probably the acpid shutting down the system after successful
>> wakeup. As it thinks the button event was for shut down.
>>
>> Check whether you have acpid installed.
>> Check the acpid config file, whether it has anything like this.
>> event=button/power.*
>> action=/sbin/shutdown -h now
>>
>> Comment it if it is there and try again.
>>
>
>No no acpid running.
>
>Also.. the machine isn't shutting down... it's running just
>fine. I can type
>commands... it's just that the screen isn't powered up... and
>commenting
>those lines out 'fixes' the problem.
>
OK. Sorry, I didn't read your original mail carefully enough,
before responding.
Actually, commenting those lines is equivalent to passing
"acpi_sleep=s3_bios acpi_sleep=s3_mode". So, even that
should work for you.
Thanks,
Venki
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
^ permalink raw reply [flat|nested] 7+ messages in thread* RE: Z600 screen restore
@ 2004-09-27 18:25 Pallipadi, Venkatesh
[not found] ` <88056F38E9E48644A0F562A38C64FB6002F9167B-exJ48ZlmiLpQxe9IK+vIArfspsVTdybXVpNB7YpNyf8@public.gmane.org>
0 siblings, 1 reply; 7+ messages in thread
From: Pallipadi, Venkatesh @ 2004-09-27 18:25 UTC (permalink / raw)
To: Ivor Hewitt, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
This is probably the acpid shutting down the system after successful
wakeup.
As it thinks the button event was for shut down.
Check whether you have acpid installed.
Check the acpid config file, whether it has anything like this.
event=button/power.*
action=/sbin/shutdown -h now
Comment it if it is there and try again.
Thanks,
Venki
>-----Original Message-----
>From: acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>[mailto:acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org] On Behalf Of
>Ivor Hewitt
>Sent: Monday, September 27, 2004 11:49 AM
>To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>Subject: [ACPI] Z600 screen restore
>
>Hi,
>I have a Sony vaio Z600-hek (same as US model Z505). Which
>I've been trying to
>get working with ACPI for a while....
>
>On S3 restore the screen would power up and flash briefly and
>then power down
>immediately although the machine was now up and running.
>
>using "acpi_sleep=s3_mode" makes no difference.
>"acpi_sleep=s3_bios" causes the machine to crash on s3 restore.
>
>but if I comment out the two tests:-
>
># testl $1, video_flags - wakeup_code
># jz 1f
>and
># testl $2, video_flags - wakeup_code
># jz 1f
>
>the machine restores from s3 successfully and the screen
>powers up... so that
>appears to be the area of the problem...
>any suggestions what the 'correct' fix for this would be?
>
>Cheers,
>
>--
>Ivor Hewitt.
>http://www.ivor.it - tech | http://www.ivor.org - hedge
>
>
>-------------------------------------------------------
>This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
>Project Admins to receive an Apple iPod Mini FREE for your judgement on
>who ports your project to Linux PPC the best. Sponsored by IBM.
>Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
>_______________________________________________
>Acpi-devel mailing list
>Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>https://lists.sourceforge.net/lists/listinfo/acpi-devel
>
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2004-09-28 16:28 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-27 18:49 Z600 screen restore Ivor Hewitt
-- strict thread matches above, loose matches on Subject: below --
2004-09-28 16:28 Pallipadi, Venkatesh
2004-09-27 20:35 Pallipadi, Venkatesh
[not found] ` <88056F38E9E48644A0F562A38C64FB6002F917C4-exJ48ZlmiLpQxe9IK+vIArfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2004-09-27 21:56 ` Ivor Hewitt
2004-09-28 7:16 ` Ivor Hewitt
2004-09-27 18:25 Pallipadi, Venkatesh
[not found] ` <88056F38E9E48644A0F562A38C64FB6002F9167B-exJ48ZlmiLpQxe9IK+vIArfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2004-09-27 20:05 ` Ivor Hewitt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox