After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 347242 - Problem with DPMS Desactivation
Problem with DPMS Desactivation
Status: RESOLVED FIXED
Product: gnome-power-manager
Classification: Deprecated
Component: gnome-power-preferences
SVN TRUNK
Other All
: Normal minor
: ---
Assigned To: GNOME Power Manager Maintainer(s)
GNOME Power Manager Maintainer(s)
: 346811 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-07-11 18:59 UTC by Sébastien Bertrand
Modified: 2009-03-13 17:04 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
Screenshot and log from "xset -q" command (55.20 KB, application/x-gzip)
2006-09-26 15:33 UTC, Sébastien Bertrand
  Details
Screenshot and log from "xset -q" command (70.00 KB, application/x-tar)
2006-09-26 15:43 UTC, Sébastien Bertrand
  Details
Damocles' xorg.conf (6.19 KB, application/octet-stream)
2006-10-05 22:34 UTC, Sébastien Bertrand
  Details
Sync dpms setting when gpm started (429 bytes, patch)
2007-03-24 01:26 UTC, Young-Ho Cha
none Details | Review

Description Sébastien Bertrand 2006-07-11 18:59:43 UTC
Please describe the problem:
When all the bar are positionned on Never on the the sector tab and on battery tab. The DPMS is activated after a reboot.

Steps to reproduce:
1. Position all the bar from the gnome manager prefrence on "Never"
2. Reboot the computer
3. Wait until the DPMS was activated or check it with the command "xset q"


Actual results:
The DPMS is enabled.

Expected results:
The DPMS should not be enabled.

Does this happen every time?
Yes.

Other information:
A simple "xset -dpms" at startup desactivate the bug.
Comment 1 Sébastien Bertrand 2006-07-11 19:00:34 UTC
*** Bug 346811 has been marked as a duplicate of this bug. ***
Comment 2 William Jon McCann 2006-07-28 17:22:55 UTC
What is the output of xset q in this case?
Comment 3 Sébastien Bertrand 2006-09-26 15:33:45 UTC
Created attachment 73438 [details]
Screenshot and log from "xset -q" command
Comment 4 Sébastien Bertrand 2006-09-26 15:37:37 UTC
My attachment is the result from an experiment. I have tested three configuration, and I have rebooted my laptop between each test. Maybe it's not necessary.

The third configuration test is problematic. We should not have : 

DPMS (Energy Star):
  Standby: 1200    Suspend: 1800    Off: 2400
  DPMS is Enabled
  Monitor is On

But :

DPMS (Energy Star):
  Standby: 0    Suspend: 0    Off: 0
  DPMS is Enabled
  Monitor is On

Thanks for all,
Sébastien Bertrand.
Comment 5 Sébastien Bertrand 2006-09-26 15:43:37 UTC
Created attachment 73439 [details]
Screenshot and log from "xset -q" command
Comment 6 Richard Hughes 2006-10-05 16:51:40 UTC
Can you attach your /etc/X11/xorg.conf file please. Thanks.
Comment 7 Sébastien Bertrand 2006-10-05 22:34:13 UTC
Created attachment 74096 [details]
Damocles' xorg.conf
Comment 8 Sébastien Bertrand 2006-10-05 22:36:46 UTC
There is no DPMS :

Section "Monitor"
	Identifier  "TFT-Monitor"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
#	Option	    "DPMS" "true"
EndSection

Section "Monitor"
	Identifier  "TV-Monitor"
#	Option      "HorizSync" "30-70"
#	Option      "VertRefresh" "50-140"
#	Option	    "DPMS" "false"
#	Option	    "TVFormat" "PAL-N"
#	Option	    "TVStandard" "VIDEO"
EndSection


See my xorg.conf for more information...
Comment 9 Young-Ho Cha 2007-03-24 01:26:06 UTC
Created attachment 85209 [details] [review]
Sync dpms setting when gpm started

It seems gpm did not sync dpms policy setting when gpm started.

When created gpm_srv_backlight instance it need to sync dpms policy.
Comment 10 Richard Hughes 2007-03-24 01:37:54 UTC
Young-Ho, that patch looks good, thanks. I've committed it to 2-18 and trunk. Sébastien, could you try with the patch, and see if it fixes the issue for you? Thanks to you both.
Comment 11 Sébastien Bertrand 2007-05-25 13:45:20 UTC
Ok. I assume this patch has been committed inside Ubuntu Feisty Fawn (GNOME 2.18). I follow the procedure to reproduce the bug and "xset q" give :

DPMS (Energy Star):
  Standby: 0    Suspend: 0    Off: 0
  DPMS is Enabled
  Monitor is On

Which is correct.

There is still no DPMS inside my xorg.conf file. So, from my point of view, this bug is resolved.

Thanks.
Comment 12 Ritesh Khadgaray ( irc:ritz) 2009-03-13 17:04:46 UTC
seems to be a "feature" of xorg
https://bugs.freedesktop.org/show_bug.cgi?id=9497