View previous topic :: View next topic |
Author |
Message |
cipherus Apprentice
Joined: 07 May 2004 Posts: 174
|
Posted: Thu Jan 31, 2008 7:46 pm Post subject: powersave monitor [solved] |
|
|
gnome-power-manager 2.20.2
I have it set to put display to sleep after 11 minutes inactivity. It works the first time, and then never again until reboot. Any ideas?
Last edited by cipherus on Sun Feb 03, 2008 1:08 am; edited 1 time in total |
|
Back to top |
|
|
andreas_st Tux's lil' helper
Joined: 26 Dec 2007 Posts: 112 Location: 48N 16E
|
Posted: Thu Jan 31, 2008 8:59 pm Post subject: |
|
|
Do you use any movie players like mplayer? I don't know gnome-power-manager and I only use the built in screen blanking of X. I noticed that mplayer turns off the screen saver (which makes sense of course because when watching movies you usually don't use keyboard and mouse) and if mplayer is not shut down cleanly the screen saver doesn't get activated again. |
|
Back to top |
|
|
cipherus Apprentice
Joined: 07 May 2004 Posts: 174
|
Posted: Thu Jan 31, 2008 10:44 pm Post subject: |
|
|
I have that feature enabled in VLC player only (and it works). But even if I do not use VLC player even once since boot, the screen will only sleep the first time still. |
|
Back to top |
|
|
StarDragon Guru
Joined: 19 Jun 2005 Posts: 390 Location: tEXas
|
Posted: Fri Feb 01, 2008 2:26 am Post subject: |
|
|
Check your xorg.conf file. I have something like this on mine:
Code: | Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "BlankTime" "5"
Option "StandbyTime" "10"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 31.5 - 48.5
VertRefresh 40.0 - 70.0
Option "DPMS" "true"
EndSection |
|
|
Back to top |
|
|
cipherus Apprentice
Joined: 07 May 2004 Posts: 174
|
Posted: Fri Feb 01, 2008 8:43 pm Post subject: |
|
|
I added -Option "BlankTime" "5"- to my xorg.conf and restarted to see. This time the screen didn't power down even once. Bah. Maybe I have more than one power management service running and they are conflicting? |
|
Back to top |
|
|
tabascoz n00b
Joined: 14 May 2003 Posts: 45 Location: Rio de Janeiro
|
Posted: Fri Feb 01, 2008 11:33 pm Post subject: |
|
|
Hi,
i used to have a similar problem with laptop-mode , so i disabled an then it works like expected. |
|
Back to top |
|
|
cipherus Apprentice
Joined: 07 May 2004 Posts: 174
|
Posted: Sun Feb 03, 2008 1:07 am Post subject: |
|
|
hahaaaa nice. unmerged laptop-mode-tools and the screen has already powered off twice. i never even run in battery mode anyway. thanks a bunch bro. |
|
Back to top |
|
|
|