Quote:
Originally Posted by DNSB
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
#
|
Does this work on other Kobo models or is this for the Sage only? I mean it looks like a general linux command.