# valid values: userspace conservative powersave ondemand performance
# get them from cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors

# note: for an improved default performance see if the kernel is also set to the desired one. This is the default one and applications should be able to reconfigure it themselves

GOVERNOR="performance"

