Hi
you can try to add this in /storage/.config/autostart.sh :
echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
echo 5 > /sys/class/mpgpu/cur_freq
But check the temperature of your box
I have. After reboot cur_freq is 666.
Governor is ondemand.
Is there sth wrong with syntax?
(echo 5 > /sys/class/mpgpu/cur_freq)&
(echo performance >
/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor)&