Quote:
Originally Posted by Pajamaman
|
For those who want to try the powersave options on their Sage, you can use the following NickelMenu items (as usual, change the
main to match where you want to see these items):
Code:
#
menu_item: main :Governor Interactive :cmd_spawn :echo interactive | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
menu_item: main :Governor Conservative :cmd_spawn :echo conservative | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
menu_item: main :Governor Powersave :cmd_spawn :echo powersave | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
#