Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37862793
en ru br
ALT Linux repositórios
S:0.3.12-alt3
5.0: 0.3.12-alt1
4.1: 0.3.12-alt1
4.0: 0.3.11-alt1

Group :: Sistema/Base
RPM: athcool

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Summary: Enabling/disabling Powersaving mode for AMD processors
Name: athcool
Version: 0.3.11
Release: alt1
License: GPL
Group: System/Base
URL: http://members.jcom.home.ne.jp/jacobi/linux/softwares.html
Packager: Mikhail Pokidko <pma at altlinux.ru>
Source0: %name-%version.tar.gz
Source1: athcool.init

# Automatically added by buildreq on Thu Oct 19 2006

BuildRequires: pciutils-devel-static

%description
Athcool is a small utility, enabling/disabling Powersaving mode
for AMD Athlon/Duron processors.

Since enabling Powersaving mode, you can save power consumption,
lower CPU temprature when CPU is idle.

Powersaving works if your kernel support ACPI (APM not work),
because athcool only set/unset "Disconnect enable when STPGNT detected"
bits in the Northbridge of Chipset.
To really save power, someone has to send the STPGNT signal when idle.
This is done by the ACPI subsystem when C2 state entered.

!!!WARNING!!!
Depending on your motherboard and/or hardware components,
enabling powersaving mode may cause that:

* noisy or distorted sound playback
* a slowdown in harddisk performance
* system locks or instability

If you met those problems, you should not use athcool.
Please use athcool AT YOUR OWN RISK.

%prep
%setup -q

%build
make

%install
make install DESTDIR=%buildroot

install -Dp -m0755 %SOURCE1 %buildroot%_initrddir/athcool

%post
/sbin/chkconfig --add %name

%preun
if [ $1 -eq 0 ]; then
/sbin/service athcool stop &>/dev/null || :
/sbin/chkconfig --del athcool
fi

%postun
/sbin/service athcool condrestart &>/dev/null || :

%files
%doc ChangeLog COPYING README
%_man8dir/athcool.8*
%_initdir/%name
%_sbindir/%name

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009