xbmc: change Kernel governator to 'ondemand', this fixes #1258

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-09-21 18:07:58 +02:00
parent 45c9a8acea
commit f3770375cd

View File

@ -54,8 +54,8 @@ fi
# set cpu's to 'conservative'
( usleep 15000000
progress "set cpu's to 'conservative'"
cpupower frequency-set -g conservative > /dev/null 2>&1
progress "set cpu's to 'ondemand'"
cpupower frequency-set -g ondemand > /dev/null 2>&1
)&
# prevent restrating XBMC at reboot or shutdown