Re: [PATCH] [Fwd: Console locking and blanking]

From: Antonino A. Daplas
Date: Wed Aug 17 2005 - 01:00:54 EST


Alejandro Bonilla Beeche wrote:
On Tue, 2005-08-16 at 23:44 -0400, Steven Rostedt wrote:
On Wed, 2005-08-17 at 13:29 +1000, Benjamin Herrenschmidt wrote:
On Wed, 2005-08-17 at 11:41 +1000, Benjamin Herrenschmidt wrote:

(I'm blind and I use a braille display. I use those functions to blank my laptop's screen so people don't read it, and hopefully to conserve power.)
At the OLS I learned that the backlight of a laptop (when the screen is
black, but still glows) actually spends more wattage than when the
screen is lit. So, unless you actually turn the laptop display off,
switching it to black will actually burn the battery quicker.

This sounds stupid. Who told you this? The actual brightness is the one
that consumes the most battery.

Seriously, who told you such thing?

In TFT displays, nontransmissive pixels consume more power than transmissive
pixels. So a black background consumes more power than a white one. And
if you are using these ioctl's to blank the screen, it will default to
"normal blank" (if you don't set the vesa blanking mode first), which,
in vgacon or most of the fbdev's, will just turn the color palette to all
black. So yes, you might be consuming more power with this method.

You're probably better off turning the brightness down, if you cannot turn
the backlight off.

Tony

PS: I don't know the resulting power consumption if you use the vesa
blanking modes (TIOCL_SETVESABLANK) to blank while leaving the backlight on.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/