Energy Saving


Table of Contents

Console screen energy saving time control 
Console screen energy saving time control 
Cpu frequency scaling using the kernel or powernowd 
Overview 
Kernel Configuration 
Testing 
Bootscript for kernel cpufreq 
Powernowd 
Bootscript for powernowd 
ACKNOWLEDGEMENTS: 
CHANGELOG: 
AMD cooling utility in debian 
AMD cooling utility in debian 
PowerManagement — How to enter (and stay!) in a sleep state? 
Software CPU cooling - apm / acpi 
Software CPU cooling - apm / acpi 
Software CPU cooling - apm / acpi 
Software CPU cooling - apm / acpi 
Software CPU cooling - apm / acpi 
How to activate/set up power saving modes in Linux 
Idle processor? 
Idle processor? 
Idle processor? 
Idle processor? 
how does suspend/standby work on your system? 
how does suspend/standby work on your system? 
how does suspend/standby work on your system? 
how does suspend/standby work on your system? 
how does suspend/standby work on your system? 
how does suspend/standby work on your system? 
Power Management with APMD 
Power Management with APMD 
A weird clock problem 
Power-saving 
Power-saving 
Best Way of keeping pppd alive? 
Best Way of keeping pppd alive? 
Best Way of keeping pppd alive? 
Best Way of keeping pppd alive? 
Best Way of keeping pppd alive? 
Server refuses connections in power-saving mode 
Server refuses connections in power-saving mode 
apmd on a desktop? 
Monitor Powersave on = network down!!! 
Linux CPU Cooler 
kapm-idled 
LVCool 
CPU cooling 
Keep Your CPU Cool 
Introduction 
Cooling Problems 
Form Factor Considerations 
Alarms 
Windoze CPUCooL v 6.2.0 
PC's power saving features dont work 
Getting terminal to "power save" (using Redhat and Gnome) 
How is monitor power saving controlled? 
How is monitor power saving controlled? 
Power Saving Modes with Monitor (RH 7.2) 
xorg does not have extension for dpms option 
dpms setting does not work for vesa 
Monitor Suspend mode 
Your Linux Box: Turn off or leave on ? 
Your Linux Box: Turn off or leave on ? 
Your Linux Box: Turn off or leave on ? 
Your Linux Box: Turn off or leave on ? 
Your Linux Box: Turn off or leave on ? 
Your Linux Box: Turn off or leave on ? 

Console screen energy saving time control 

setterm -blank 1 -powerdown 1

Do it in console, since setterm needs to write to standard output a character string that will invoke the specified terminal capabilities. One command is effective to all tty.

T

Console screen energy saving time control 

Newsgroups:  gmane.linux.debian.user
Date:        Mon, 30 Oct 2006 20:56:56 -0500
> >> I'm wondering how I can configure my console screen energy saving time.
> >> ie, when my PC is left with tty screens.
> >>
> > man setterm
> > /usr/bin/setterm
>
> Thanks, I tried
>
>  setterm -powerdown 1
>
> but nothing happened, even after 2 minutes.
>

the man page for setterm under -powerdown says:

If the console is blanked or the monitor is in suspend mode, then the monitor will go into vsync suspend mode or powerdown mode respectively after this period of time has elapsed.

So: before the -powerdown time comes into effect, the monitor must be in blank. It will then go into vsync suspend. It will then go into powerdown.

You need to also set -blank

Douglas Tutty