1.4. Screensavers

1.4.1. Screensaver Programs

Do they only prevent the screen from being burned in or do they save power, too?

Some recommendations from Wade Hampton: Screensavers usually display graphics, look for ETI, or perform other tasks. When using your screensaver in this manner, you may actually consume MORE power. For example a computer using XSETI as a screensaver might get far warmer (hence use more power) than when it was being used to edit a document or perform a compile.

Some screen saver programs:

1.4.2. Display Power Control

To really save power, and if your X server plus monitor supports it, use the dpms option of xset (see the manual page for xset). For example, to enable the DPMS (Energy Star) features of you X server: xset +dpms

You may also manually change the mode of your X display:


xset dpms force standby
xset dpms force suspend
xset dpms force off

Note that suspend and off usually save much more energy than just standby, especially in CRT displays.

According to manufacturers, switching off LCD displays more often doesn't reduce their lifetime. As user can easily notice, there is no significant penalty either between suspend and off modes in terms of switching on time.

In modern graphical desktop environments (like Gnome and KDE), it is easy to configure automatic display switch off after a given inactivity timeout:

AFAIK a CRT consumes on the order of 25 percent more power when displaying a plain white screen than displaying a plain black screen. So, a screensaver that's mostly black can help save power, even if it doesn't actually use DPMS to power down the screen. Of course, one that's very bright and colourful, or that keeps the CPU running fast is not much help.