# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A CPU/Power saving program for chipsets which support Duron/AMD processors" HOMEPAGE="http://members.jcom.home.ne.jp/jacobi/linux/softwares.html" SRC_URI="http://members.jcom.home.ne.jp/jacobi/linux/files/athcool-0.3.0.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=pciutils-2.1.10" S=${WORKDIR}/${P} src_compile() { emake || die } src_install() { einstall || die } pkg_postrm() { einfo "WARNING: Depending on your motherboard and/or hardware components," einfo "enabling Athlon powersaving mode sometimes causes:" einfo "" einfo " o Noisy or distorted sound playback" einfo " o A slowdown in harddrive performance" einfo " o System locks or instability" einfo "" einfo "The SiS735/740 board has some sound skipping issues with athcool" einfo "enabled. You can almost eliminate the sound skipping by setting" einfo "the PCI latency timer of the sound card to 64 using the setpci tool." einfo "If you have sound skipping problem, it may be improved by changing" einfo "the the following BIOS settings: " einfo "" einfo "Enable PCI Delayed Transaction" einfo "Enable PCI Master Read Caching" einfo "Change PCI Latency Timer to 64" }