hello,
i have been using autostart.sh to tweak cpufreq settings :
#!/bin/shmodprobe cpufreq_ondemand
echo ondemand > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
echo 60 > /sys/devices/system/cpu/cpufreq/ondemand/up_threshold
echo 100 > /sys/devices/system/cpu/cpufreq/ondemand/sampling_down_factor
since installing the 0.3.1 the value for the up_threshold is set to 50 no matter what value i put in autostart.sh. default in previous version was 95. is this a openelec modification or maybe something from rasplex ?
in any case, 50 seems too low as processor stays at max frequency all the time. any help appreciated.
- scott