* [gentoo-user] DPMS Not Working on i810
@ 2006-12-11 21:36 Randy Barlow
2006-12-12 8:17 ` [gentoo-user] " Remy Blank
0 siblings, 1 reply; 5+ messages in thread
From: Randy Barlow @ 2006-12-11 21:36 UTC (permalink / raw
To: gentoo-user
DPMS used to work just find on my laptop in X 6.8-7.0, but when I
upgraded to 7.1, all of a sudden DPMS stopped working. I've posted the
relevant sections of my xorg.conf to see if anyone has any hints:
Section "ServerLayout"
...
#Option "StandbyTime" "20"
#Option "SuspendTime" "40"
Option "OffTime" "20"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
Option "DPMS" "true"
EndSection
It seems to me like this should work, but it doesn't. Does anyone have
any clues for me?
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-user] Re: DPMS Not Working on i810
2006-12-11 21:36 [gentoo-user] DPMS Not Working on i810 Randy Barlow
@ 2006-12-12 8:17 ` Remy Blank
2006-12-14 7:09 ` Randy Barlow
2006-12-17 17:30 ` Randy Barlow
0 siblings, 2 replies; 5+ messages in thread
From: Remy Blank @ 2006-12-12 8:17 UTC (permalink / raw
To: gentoo-user
Randy Barlow wrote:
> DPMS used to work just find on my laptop in X 6.8-7.0, but when I
> upgraded to 7.1, all of a sudden DPMS stopped working.
I've had something similar, where DPMS would work initially, and switch
the screen off after the configured timeout, then switch on again for no
apparent reason after a few minutes and stay on.
What I could find out is that xorg connects to the ACPI daemon and
interprets LID events. In my case (Dell Inspiron 8600 laptop) there are
spurious LID events, e.g. sometimes three "closes" in a row. This made
xorg switch the screen on, but then not switch it off again.
Anyway, the solution for me was to add:
Option "NoPM"
to the "ServerFlags" section.
-- Remy
Remove underscore and suffix in reply address for a timely response.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Re: DPMS Not Working on i810
2006-12-12 8:17 ` [gentoo-user] " Remy Blank
@ 2006-12-14 7:09 ` Randy Barlow
2006-12-14 8:51 ` Remy Blank
2006-12-17 17:30 ` Randy Barlow
1 sibling, 1 reply; 5+ messages in thread
From: Randy Barlow @ 2006-12-14 7:09 UTC (permalink / raw
To: gentoo-user
On Tuesday 12 December 2006 03:17, Remy Blank wrote:
> I've had something similar, where DPMS would work initially, and switch
> the screen off after the configured timeout, then switch on again for no
> apparent reason after a few minutes and stay on.
>
> What I could find out is that xorg connects to the ACPI daemon and
> interprets LID events. In my case (Dell Inspiron 8600 laptop) there are
> spurious LID events, e.g. sometimes three "closes" in a row. This made
> xorg switch the screen on, but then not switch it off again.
>
> Anyway, the solution for me was to add:
>
> Option "NoPM"
>
> to the "ServerFlags" section.
Well, just wanted to write back and say that this sort of seemed to have
worked. I'll give it the test of time, but the screen did in fact just turn
off on its own! Thanks Remy!
R
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-user] Re: DPMS Not Working on i810
2006-12-14 7:09 ` Randy Barlow
@ 2006-12-14 8:51 ` Remy Blank
0 siblings, 0 replies; 5+ messages in thread
From: Remy Blank @ 2006-12-14 8:51 UTC (permalink / raw
To: gentoo-user
Randy Barlow wrote:
> Well, just wanted to write back and say that this sort of seemed to have
> worked. I'll give it the test of time, but the screen did in fact just turn
> off on its own! Thanks Remy!
Always glad to (sometimes be able to) help.
-- Remy
Remove underscore and suffix in reply address for a timely response.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Re: DPMS Not Working on i810
2006-12-12 8:17 ` [gentoo-user] " Remy Blank
2006-12-14 7:09 ` Randy Barlow
@ 2006-12-17 17:30 ` Randy Barlow
1 sibling, 0 replies; 5+ messages in thread
From: Randy Barlow @ 2006-12-17 17:30 UTC (permalink / raw
To: gentoo-user
On Tuesday 12 December 2006 03:17, Remy Blank wrote:
> Randy Barlow wrote:
> > DPMS used to work just find on my laptop in X 6.8-7.0, but when I
> > upgraded to 7.1, all of a sudden DPMS stopped working.
>
> I've had something similar, where DPMS would work initially, and switch
> the screen off after the configured timeout, then switch on again for no
> apparent reason after a few minutes and stay on.
>
> What I could find out is that xorg connects to the ACPI daemon and
> interprets LID events. In my case (Dell Inspiron 8600 laptop) there are
> spurious LID events, e.g. sometimes three "closes" in a row. This made
> xorg switch the screen on, but then not switch it off again.
>
> Anyway, the solution for me was to add:
>
> Option "NoPM"
>
> to the "ServerFlags" section.
OK, I am going to resurrect this thread because I am still having problems
with DPMS on my laptop. This NoPM option seems to make DPMS work correctly
for the first time it should work (i.e., it turns the screen off the first
time). But if I wake it back up with a mouse or keyboard event, it will
never turn the screen back off again. Should I file a bug about this? With
gentoo or with Xorg?
R
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-12-17 17:39 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-11 21:36 [gentoo-user] DPMS Not Working on i810 Randy Barlow
2006-12-12 8:17 ` [gentoo-user] " Remy Blank
2006-12-14 7:09 ` Randy Barlow
2006-12-14 8:51 ` Remy Blank
2006-12-17 17:30 ` Randy Barlow
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox