xbmc-frodo: 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:08:12 +02:00
parent f3770375cd
commit be5b09fb01

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