"Peter Wagner" said:
Paul
Thank you very much for your answer and the link.
Sorry, but I'm to dumb to understand the whole matter. :-(
I've got an ASUS P4P800-E Deluxe with a P4-3200, which consumes a lot of
power.
To save power I switch to the Standby mode S3 (WinXP), if I'm making a
break.
So the saving of power is about a 90%.
My question is, it's important to set the duty cycle to 12.5% or to
87.5% for the best power saving?
That's all.
p
Try 12.5%, then check with dumppo.exe (see bottom of this post).
The duty cycle setting is _only_ used when the processor
is running and is not used when the computer is in S3 standby
state. The purpose of the duty cycle control is to control the
temperature, if the processor is overheating, and if the cooling
of the processor is sufficient, the duty cycle will never be
used by ACPI.
If you are in S3, that is Suspend to RAM (STR). In STR, only the
RAM in the computer is powered. The processor and disk are turned
off. STR burns perhaps 5W-10W when it is running. The PSU fan will
be off in STR (otherwise known as ACPI S3 state).
There are other suspend states, such as S1, where the video output
is disabled and the disk spins down. That saves hardly any power
at all. The PSU fan continues to run in S1, as does the processor,
so little power is saved at all.
Be careful that you are not mixing up S1 and S3, as S3 does save
power, while S1 doesn't do much for you.
For S3 to be properly installed:
Section 4.5.1 in manual - make sure "Suspend Mode" is not set to
S1 only. Try the Auto setting.
Install the OS with the ACPI HAL. You can check this in the Device
Manager. The Computer entry should say "ACPI" and not "Standard PC".
ACPI is necessary for S3 to work.
http://www.dewassoc.com/support/win2000/tshoot_hal.htm
You can also use the dumppo.exe utility, to configure the OS
to use S3 for Standby. Dumppo is a command line Microsoft
utility, used to set up S states, if there is some problem with
them. As long as ACPI is installed, and the BIOS has enabled
support for S3 (STR), it should work with the "admin" command.
ftp://ftp.microsoft.com/Products/Oemtest/v1.1/WOSTest/Tools/Acpi/dumppo.exe
From a DOS prompt (command window):
dumppo ps cap # This dumps the ACPI object information
# It says whether S1 or S3 are supported
# If S3 is listed as supported, you do not
# need the following command.
dumppo admin /ac maxsleep=S3 # This admin override, adds S3, as
# long as an ACPI HAL is being used.
The options for dumppo.exe are:
cap power abilities
ps Win32 System power status
bs battery status
admin Admin policy overrides
ac AC power policy
dc DC power policy
HTH,
Paul