* DPMS with ACPI
@ 2002-12-07 16:11 Marc Giger
[not found] ` <20021207171140.363b2276.gigerstyle-OI3hZJvNYWs@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Marc Giger @ 2002-12-07 16:11 UTC (permalink / raw)
To: acpi-devel-pyega4qmqnRoyOMFzWx49A
Hi All,
I've seen that DPMS needs an APM conform BIOS. The call is made trough /dev/apm_bios. Is there an equivalent interface for ACPI? How can I use the DPMS feature with ACPI?
This would be a nice feature for my Laptop.
Thanks in advance
Marc
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: DPMS with ACPI
[not found] ` <20021207171140.363b2276.gigerstyle-OI3hZJvNYWs@public.gmane.org>
@ 2002-12-07 16:57 ` Thomas White
[not found] ` <20021207165727.17f6222a.taw27-KWPb1pKIrIJaa/9Udqfwiw@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Thomas White @ 2002-12-07 16:57 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
On Sat, 7 Dec 2002 17:11:40 +0100
Marc Giger <gigerstyle-OI3hZJvNYWs@public.gmane.org> wrote:
> I've seen that DPMS needs an APM conform BIOS. The call is made trough
> /dev/apm_bios. Is there an equivalent interface for ACPI? How can I
> use the DPMS feature with ACPI? This would be a nice feature for my
> Laptop.
Proabably not the most helpful of comments... but DPMS seems to work
fine for me with ACPI rather than APM running things - I definitely
don't have /dev/apm_bios, but "xset dpms force standby" works properly,
to put the screen to sleep.
( Sony Vaio FX601 with Linux 2.4.19 + ACPI-20020821 and XFree86 4.2.0 )
Tom
______________________
Thomas White
Downing College
Cambridge
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: DPMS with ACPI
[not found] ` <20021207165727.17f6222a.taw27-KWPb1pKIrIJaa/9Udqfwiw@public.gmane.org>
@ 2002-12-07 17:24 ` Marc Giger
[not found] ` <20021207182449.602ce242.gigerstyle-OI3hZJvNYWs@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Marc Giger @ 2002-12-07 17:24 UTC (permalink / raw)
To: Thomas White; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Hi Thomas,
On Sat, 7 Dec 2002 16:57:27 +0000
Thomas White <taw27-KWPb1pKIrIJaa/9Udqfwiw@public.gmane.org> wrote:
> On Sat, 7 Dec 2002 17:11:40 +0100
> Marc Giger <gigerstyle-OI3hZJvNYWs@public.gmane.org> wrote:
>
> > I've seen that DPMS needs an APM conform BIOS. The call is made trough
> > /dev/apm_bios. Is there an equivalent interface for ACPI? How can I
> > use the DPMS feature with ACPI? This would be a nice feature for my
> > Laptop.
>
> Proabably not the most helpful of comments... but DPMS seems to work
It's ok:-)
> fine for me with ACPI rather than APM running things - I definitely
> don't have /dev/apm_bios, but "xset dpms force standby" works properly,
> to put the screen to sleep.
On my Laptop not:-(
It's also a Vaio GR114EK. This Vaio is a difficult case:-))
What i get with "xset dpms force standby" is:
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 140 (DPMS)
Minor opcode of failed request: 6 (DPMSForceLevel)
Serial number of failed request: 10
Current serial number in output stream: 12
I have activated the DPMS in XF86Config with 'Option "DPMS"'
What I get is:
....
Option "DPMS" is not used
<snip>
Open APM failed (/dev/apm_bios) (No such device)
...
>
> ( Sony Vaio FX601 with Linux 2.4.19 + ACPI-20020821 and XFree86 4.2.0 )
>
> Tom
>
> ______________________
> Thomas White
> Downing College
> Cambridge
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> 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:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: DPMS with ACPI
[not found] ` <20021207182449.602ce242.gigerstyle-OI3hZJvNYWs@public.gmane.org>
@ 2002-12-08 14:54 ` Jochen Reinwand
2002-12-09 10:46 ` Ducrot Bruno
1 sibling, 0 replies; 5+ messages in thread
From: Jochen Reinwand @ 2002-12-08 14:54 UTC (permalink / raw)
To: Marc Giger, Thomas White; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Hi,
I Don't think that DPMS is really related to APM or ACPI. I cannot use ACPI on
my desktop pc and I have a nVidia card using the XFree module provided by
nVidia. APM gets disabled by this module:
kernel: apm: set display: Power management disabled
Nevertheless, "xset dpms force standby" is working properly without any
Problems.
Perhaps DPMS is supported by APM, ACPI and/or the XFree modules...
Jochen
Am Samstag, 7. Dezember 2002 18:24 schrieb Marc Giger:
> Hi Thomas,
>
> On Sat, 7 Dec 2002 16:57:27 +0000
>
> Thomas White <taw27-KWPb1pKIrIJaa/9Udqfwiw@public.gmane.org> wrote:
> > On Sat, 7 Dec 2002 17:11:40 +0100
> >
> > Marc Giger <gigerstyle-OI3hZJvNYWs@public.gmane.org> wrote:
> > > I've seen that DPMS needs an APM conform BIOS. The call is made trough
> > > /dev/apm_bios. Is there an equivalent interface for ACPI? How can I
> > > use the DPMS feature with ACPI? This would be a nice feature for my
> > > Laptop.
> >
> > Proabably not the most helpful of comments... but DPMS seems to work
>
> It's ok:-)
>
> > fine for me with ACPI rather than APM running things - I definitely
> > don't have /dev/apm_bios, but "xset dpms force standby" works properly,
> > to put the screen to sleep.
>
> On my Laptop not:-(
>
> It's also a Vaio GR114EK. This Vaio is a difficult case:-))
>
> What i get with "xset dpms force standby" is:
>
> X Error of failed request: BadMatch (invalid parameter attributes)
> Major opcode of failed request: 140 (DPMS)
> Minor opcode of failed request: 6 (DPMSForceLevel)
> Serial number of failed request: 10
> Current serial number in output stream: 12
>
> I have activated the DPMS in XF86Config with 'Option "DPMS"'
> What I get is:
>
> ....
> Option "DPMS" is not used
> <snip>
> Open APM failed (/dev/apm_bios) (No such device)
> ...
>
> > ( Sony Vaio FX601 with Linux 2.4.19 + ACPI-20020821 and XFree86 4.2.0 )
> >
> > Tom
> >
> > ______________________
> > Thomas White
> > Downing College
> > Cambridge
> >
> >
> > -------------------------------------------------------
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > http://thinkgeek.com/sf
> > _______________________________________________
> > 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:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> 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:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: DPMS with ACPI
[not found] ` <20021207182449.602ce242.gigerstyle-OI3hZJvNYWs@public.gmane.org>
2002-12-08 14:54 ` Jochen Reinwand
@ 2002-12-09 10:46 ` Ducrot Bruno
1 sibling, 0 replies; 5+ messages in thread
From: Ducrot Bruno @ 2002-12-09 10:46 UTC (permalink / raw)
To: Marc Giger; +Cc: Thomas White, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
On Sat, Dec 07, 2002 at 06:24:49PM +0100, Marc Giger wrote:
> Hi Thomas,
>
[...]
> On my Laptop not:-(
>
> It's also a Vaio GR114EK. This Vaio is a difficult case:-))
>
> What i get with "xset dpms force standby" is:
>
> X Error of failed request: BadMatch (invalid parameter attributes)
> Major opcode of failed request: 140 (DPMS)
> Minor opcode of failed request: 6 (DPMSForceLevel)
> Serial number of failed request: 10
> Current serial number in output stream: 12
>
> I have activated the DPMS in XF86Config with 'Option "DPMS"'
> What I get is:
>
> ....
> Option "DPMS" is not used
> <snip>
> Open APM failed (/dev/apm_bios) (No such device)
> ...
This two errors that are not related.
--
Ducrot Bruno
-- Which is worse: ignorance or apathy?
-- Don't know. Don't care.
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2002-12-09 10:46 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-07 16:11 DPMS with ACPI Marc Giger
[not found] ` <20021207171140.363b2276.gigerstyle-OI3hZJvNYWs@public.gmane.org>
2002-12-07 16:57 ` Thomas White
[not found] ` <20021207165727.17f6222a.taw27-KWPb1pKIrIJaa/9Udqfwiw@public.gmane.org>
2002-12-07 17:24 ` Marc Giger
[not found] ` <20021207182449.602ce242.gigerstyle-OI3hZJvNYWs@public.gmane.org>
2002-12-08 14:54 ` Jochen Reinwand
2002-12-09 10:46 ` Ducrot Bruno
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox