1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Source: athcool
Section: misc
Priority: extra
Maintainer: Nicolas Boullis <nboullis@debian.org>
Build-Depends: debhelper (>= 4.0.19), libpci-dev | pciutils-dev (>= 1:2.2.10), pkg-config
Standards-Version: 3.7.3
Package: athcool
Architecture: i386 kfreebsd-i386 hurd-i386
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: tool to enable powersaving mode for Athlon/Duron processors
athcool is a small utility for enabling/disabling Powersaving mode
for AMD Athlon/Duron processors.
.
By enabling Powersaving mode you can lower power consumption and
CPU temperature when the CPU is idle.
.
Powersaving works only if your kernel supports ACPI (APM does not
work), because athcool does only (un)set the "Disconnect enable when
STPGNT detected" bits in the Chipset's Northbridge. To really save
power, the STPGNT signal has to be sent when the CPU is idling. This
is done by the ACPI subsystem when C2 state entered.
.
!!!WARNING!!!
Depending on your motherboard and/or hardware components, enabling
Athlon powersaving mode sometimes causes:
.
* noisy or distorted sound playback,
* a slowdown in harddisk performance,
* system locks or instability,
* massive corruption of the filesystem (observed at least once).
.
If you met those problems, you should not use athcool. Please use
athcool AT YOUR OWN RISK.
.
If athcool works fine for you, and you want it to run automatically
on startup, please read the /usr/share/doc/athcool/README.Debian
file.
|