My LCD monitor won't enter power save mode.
I've gone into System
→ Preferences
→ Screensaver
, clicked Power Management
, then set Put display to sleep when inactive for:
to 10 minutes (for both On AC Power
and On Battery Power
), but the monitor still doesn't enter power save mode, even after an hour.
Anyone have ideas on what to try?
I'm using Ubuntu 10.04.1 LTS 64-bit desktop on a Dell Latitude E6400 laptop.
Update Sun Jan 16 01:02:45 PST 2011:
I forgot to mention the laptop is docked, and the monitor is connected via DVI cable to the dock. I haven't tried waiting for power save mode using a VGA cable or no dock.
I also have this problem and I learned a lot trying to fix it. I couldn't find a GUI fix to this. I'm on a Dell Latitude D630 running 10.10, which is docked and runs two 23" LCDs.
Here's what I did, and what you can try:
where XXX is the number of seconds you want the pc to be idle before it suspends/poweroff your monitor
The first zero is for standby, second is for suspend, and third is the off setting. This will turn off my monitor in 15 minutes if left idle.
You can test dpms standby, suspend and off settings with:
You can replace the word "standby" in the command above with suspend or off. In my testing, they all did the same thing; they each powered off the monitor (blacklight completely off). When I moved my mouse to wake the monitors, each command did it equally as fast. For my situation, I stuck with off.
The above command gives you interesting details about your screensaver and DPMS settings. When I ran this command before changing anything, it says
and
On a fresh boot, the timeout and cycle value under Screen Saver are 600. Over time, they change to the above. This is a bug, and I'm sure its been reported @ launchpad.net. I couldn't find the appropriate bug report (if someone does, please share a link).
Now, specifying the commands above do not persist after you log out. The only way I could get it to work was to create a file called xset-start.sh in my home directory.
In the file I have:
You need to give the file execute permissions, otherwise it wont work. Open a terminal and run:
To have startup at logon, do the following:
Test it by restarting your computer. After restarting, open a terminal and run
make sure the off value for DPMS is 900.
I'm sure there are global files and other per-user startup files this could go in.
this post: External monitors don't go into standby if laptop lid is closed states that the external monitors go to sleep properly if the lid is open on the laptop. I didn't test this, but it made me think if the laptop lcd is disabled in the "Monitor" preferences, are the dpms settings being honored by the external monitors?
References:
Tips:
I found a solution. In the Monitor Preferences (started either via gnome-display-properties from the command line or by clicking on the monitor icon in the panel, then choosing "Configure Display Settings ..."), there's a visual representation of both monitors. If I drag the LCD monitor around such that it appears to the left of the laptop display, the monitor properly goes into power-save mode. Yay!
Sometime you need a PC, who never ends his display (advertising sliders). You can use a crontab -e to put similar task, so that every seconds get increased)
Note: i am using this in my crontab, where i need to display 24/7 advertising
In Xubuntu 13.04 (xfce 4.10), the dpms commands mentioned by MystaMax worked for me. In addition, I found that in the XScreenSaver Preferences (Menu > System Settings > Screensaver) on the Advanced tab is a section labeled "Display Power Management". Those values are persisted for me, as shown by running
xset -q
after setting them.