Michael Biebl <[EMAIL PROTECTED]> said on 23 Sep 2006: > severity #389031 wishlist > thanks
Since powersave simple echoes the appropriate value to /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor wouldn't it be wise to simply accept what the user gives powersaved via the CPUFREQUENCY="..." setting, and echo it straight out to /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor ? I just verified via an strace that if I set CPUFREQUENCY="conservative" then powersave echos "ondemand" to /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor This bug would be solved if instead I was able to set CPUFREQUENCY="ondemand" in scheme_performance, and CPUFREQUENCY="conservative" in scheme_powersave. This would require a small syntax change, since you can currently set CPUFREQUENCY="dynamic" which wouldn't mean anything to the kernel. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

