All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pavel Machek <pavel-AlSwsSmVLrQ@public.gmane.org>
To: David G Hamblen <dave-RfZrpLcwWZ/QT0dZR+AlfA@public.gmane.org>
Cc: Florian Lohoff <flo-BCn6idZOOBwdnm+yROfE0A@public.gmane.org>,
	acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: Re: S3 wakeup code
Date: Fri, 25 Jul 2003 17:30:17 +0200	[thread overview]
Message-ID: <20030725153017.GC310@elf.ucw.cz> (raw)
In-Reply-To: <Pine.LNX.4.44.0307250755460.2827-100000-zmH7q5lE+0tBz13eCZem0Q@public.gmane.org>

Hi!

> My problem is the backlight on a Dell Inspiron 8100 with the nVidia VGA
> controller. Everything seems to work as expected in all modes detected
> (S0, S1, S3, S4bios, S4, S5), except that the backlight stays on after
> "echo [1,3] > /proc/acpi/sleep".  S1 just refrigerates everything, and
> leaves the display on, resume works fine.
> 
> S3 refrigerates everything and suspends, leaving the display white.
> Resuming turns the backlight off.  I can retrieve the backlight with the
> LCD/CRT button.
> 
> Both S4's behave properly (full power off/restore with the power button).
> 
> What part of the code should I look at to attack this problem (ACPI
> tables, linux/arch/i386/kernel/acpi/*, or linux/drivers/acpi/*)?  DSDT
> compiles ok with the iasl assembler/disassembler, and Windows XP goes into
> standby properly; so I assume that the ACPI tables can be driven by the
> OS.  Perhaps something along the lines of the asus_acpi code?

Video is hard to do... You should write specific suspend/resume
support for your video card. Bad luck if you are using vesafb :-(.

> > Wakeup code should *not* be machine-specific, but video card
> > save/restore is obviously video-card specific (and you basically can't
> > get docs). Write beeping code in 8086 assembly and start debuggin'
> > ;-))).


-- 
When do you have a heart between your knees?
[Johanka's followup: and *two* hearts?]


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01

  parent reply	other threads:[~2003-07-25 15:30 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-23 15:28 S3 wakeup code Florian Lohoff
     [not found] ` <20030723152809.GA591-L3tpvOS5ZD2KugBFyThYrEB+6BGkLq7r@public.gmane.org>
2003-07-23 16:24   ` Pavel Machek
     [not found]     ` <20030723162423.GD9013-jyMamyUUXNJG4ohzP4jBZS1Fcj925eT/@public.gmane.org>
2003-07-24 10:18       ` Knut Neumann
     [not found]         ` <1059041888.19684.8.camel-s1IKGncK6J2OERECOqmV57dB6IYNvbhm87tLKu7D3g4@public.gmane.org>
2003-07-24 10:45           ` Florian Lohoff
     [not found]             ` <20030724104518.GA12041-L3tpvOS5ZD2KugBFyThYrEB+6BGkLq7r@public.gmane.org>
2003-07-24 11:00               ` Pavel Machek
     [not found]                 ` <20030724110048.GA312-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org>
2003-07-30 18:08                   ` Knut Neumann
     [not found]                     ` <1059588521.539.3.camel-bi+AKbBUZKZeoWH0uzbU5w@public.gmane.org>
2003-07-30 18:22                       ` Pavel Machek
     [not found]                         ` <20030730182250.GL10276-jyMamyUUXNJG4ohzP4jBZS1Fcj925eT/@public.gmane.org>
2003-07-30 23:24                           ` Knut Neumann
     [not found]                             ` <1059607485.535.7.camel-bi+AKbBUZKZeoWH0uzbU5w@public.gmane.org>
2003-07-31  9:20                               ` Pavel Machek
2003-07-24 11:18               ` Knut Neumann
     [not found]                 ` <1059045536.19684.21.camel-s1IKGncK6J2OERECOqmV57dB6IYNvbhm87tLKu7D3g4@public.gmane.org>
2003-07-24 14:45                   ` Florian Lohoff
     [not found]                     ` <20030724144535.GA629-L3tpvOS5ZD2KugBFyThYrEB+6BGkLq7r@public.gmane.org>
2003-07-24 20:04                       ` Pavel Machek
     [not found]                         ` <20030724200411.GA444-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org>
2003-07-24 20:45                           ` S3 suspend code Mark Santcroos
     [not found]                             ` <20030724204530.GA5907-ScjxTogt4I4lGuH5DXb43w@public.gmane.org>
2003-07-24 22:41                               ` Pavel Machek
     [not found]                                 ` <20030724224141.GA430-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org>
2003-07-26 23:41                                   ` Mark Santcroos
     [not found]                                     ` <20030726234129.GA668-ScjxTogt4I4lGuH5DXb43w@public.gmane.org>
2003-07-30  8:26                                       ` Mark Santcroos
     [not found]                                         ` <20030730082639.GD676-ScjxTogt4I4lGuH5DXb43w@public.gmane.org>
2003-07-30 12:25                                           ` Pavel Machek
2003-07-25 10:36                           ` S3 wakeup code Florian Lohoff
2003-07-25 12:25                       ` Ole Myren Rohne
     [not found]                         ` <m3r84eaj3z.fsf-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2003-07-25 12:50                           ` Florian Lohoff
     [not found]                             ` <20030725125052.GC910-L3tpvOS5ZD2KugBFyThYrEB+6BGkLq7r@public.gmane.org>
2003-07-25 13:10                               ` Knut Neumann
     [not found]                                 ` <1059138637.20426.7.camel-s1IKGncK6J2OERECOqmV57dB6IYNvbhm87tLKu7D3g4@public.gmane.org>
2003-07-25 13:23                                   ` Florian Lohoff
2003-07-25 13:17                           ` Florian Lohoff
2003-07-25 12:14       ` David G Hamblen
     [not found]         ` <Pine.LNX.4.44.0307250755460.2827-100000-zmH7q5lE+0tBz13eCZem0Q@public.gmane.org>
2003-07-25 13:25           ` M. Warner Losh
     [not found]             ` <20030725.072504.126452882.imp-uzTCJ5RojNnQT0dZR+AlfA@public.gmane.org>
2003-07-25 13:38               ` Mark Santcroos
     [not found]                 ` <20030725133800.GB668-ScjxTogt4I4lGuH5DXb43w@public.gmane.org>
2003-07-25 13:39                   ` David G Hamblen
     [not found]                     ` <Pine.LNX.4.44.0307250936080.3334-100000-zmH7q5lE+0tBz13eCZem0Q@public.gmane.org>
2003-07-25 13:56                       ` Mark Santcroos
2003-07-25 15:31                       ` Pavel Machek
     [not found]                         ` <20030725153110.GD310-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org>
2003-07-25 17:20                           ` Mark Santcroos
     [not found]                             ` <20030725172011.GD668-ScjxTogt4I4lGuH5DXb43w@public.gmane.org>
2003-07-25 17:55                               ` David G Hamblen
2003-07-25 15:30           ` Pavel Machek [this message]
2003-07-25 17:56           ` Karol Kozimor
     [not found]             ` <20030725175625.GC1526-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org>
2003-07-25 18:04               ` David G Hamblen
2003-07-25 22:14               ` Pavel Machek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030725153017.GC310@elf.ucw.cz \
    --to=pavel-alswssmvlrq@public.gmane.org \
    --cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=dave-RfZrpLcwWZ/QT0dZR+AlfA@public.gmane.org \
    --cc=flo-BCn6idZOOBwdnm+yROfE0A@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.