Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90760 - pmcs-pbbuttonsd with speedfreq
Summary: pmcs-pbbuttonsd with speedfreq
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: Low enhancement (vote)
Assignee: PPC Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-28 13:32 UTC by Massimo Burcheri
Modified: 2005-05-07 10:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Massimo Burcheri 2005-04-28 13:32:26 UTC
I changed the cpufreq script in order to use speedfreq:

case "$1" in
        powersave|custom)
        speedfreq -p powersave
        ;;
        performance)
        speedfreq -p dynamic
        ;;
        resume)
        case "$2" in
                battery)
                speedfreq -p powersave
                ;;
                ac)
                speedfreq -p dynamic
                ;;
        esac
        ;;
esac
Comment 1 Henrik Brix Andersen 2005-05-07 10:44:34 UTC
sys-power/speedfreq is deprecated in favor of sys-power/cpufreqd due to unresolved bugs and lack of upstream activity.

If you would like to see this fixed, please contact upstream.