View previous topic :: View next topic |
Author |
Message |
mrpringle Apprentice
Joined: 27 May 2007 Posts: 284
|
Posted: Fri Dec 05, 2008 11:26 pm Post subject: DPMS power saving doesn't work |
|
|
Hi,
I'm running XFCE4 and it seems the native monitor power saving options aren't reliable. I think I've noticed the screen will be suspended once, but not again until the system is rebooted.
I've decided to use the DPMS settings to suspend my screen instead of XFCE's settings, but I can't get my monitor to suspend by modifying xorg.conf.
In the monitor section I have DPMS enabled like so:
Option "DPMS"
and in the ServerFlags section:
Option "SuspendTime" "1"
Option "OffTime" "1"
This does not power off the monitor after one minute, but I can use the following command to power off the screen after n seconds of inactivity.
xset dpms n
So using xset works, but the xorg configuration doesn't.
Does anyone know what the problem is. I would much prefer to have the monitor suspend settings globally defined in xorg.conf.
Thanks |
|
Back to top |
|
|
jstead1 Guru
Joined: 01 Aug 2003 Posts: 427 Location: Oswego, NY where the snow is deep
|
Posted: Sat Dec 06, 2008 3:08 am Post subject: |
|
|
There may be some confusion caused by setting the suspend and off times both to one minute. _________________ jim |
|
Back to top |
|
|
mrpringle Apprentice
Joined: 27 May 2007 Posts: 284
|
Posted: Sat Dec 06, 2008 7:37 am Post subject: |
|
|
I tried omitting one of them and it still didn't work. |
|
Back to top |
|
|
jstead1 Guru
Joined: 01 Aug 2003 Posts: 427 Location: Oswego, NY where the snow is deep
|
Posted: Sat Dec 06, 2008 8:01 pm Post subject: |
|
|
it might be that xfce is interfering in some way
if you startx and use the default x window manager it might work.
At least then you can get a better idea of the source of the problem (xorg.conf or the interaction with xfce) _________________ jim |
|
Back to top |
|
|
mrpringle Apprentice
Joined: 27 May 2007 Posts: 284
|
Posted: Sat Dec 06, 2008 10:48 pm Post subject: |
|
|
jstead1 wrote: | it might be that xfce is interfering in some way
if you startx and use the default x window manager it might work.
At least then you can get a better idea of the source of the problem (xorg.conf or the interaction with xfce) |
I renamed the .xinitrc file and started the default WM. The screen saver still did not work. |
|
Back to top |
|
|
mrpringle Apprentice
Joined: 27 May 2007 Posts: 284
|
Posted: Mon Dec 08, 2008 7:20 am Post subject: |
|
|
bump |
|
Back to top |
|
|
dob Apprentice
Joined: 04 Oct 2002 Posts: 199 Location: S.L.P.
|
Posted: Mon Dec 08, 2008 2:43 pm Post subject: |
|
|
I never managed to get the DPMS settings from xorg.conf to work so I put the following command in a script executed at start up by my window manager
xset dpms 0 0 360 |
|
Back to top |
|
|
mrpringle Apprentice
Joined: 27 May 2007 Posts: 284
|
Posted: Mon Dec 08, 2008 10:34 pm Post subject: |
|
|
Thanks, I also did the same thing, but I find it annoying that xfce can't get monitor power management working properly. |
|
Back to top |
|
|
|