Changed cpu gov from ondemand to conservative

This commit is contained in:
MikeBuzz 2012-03-01 07:43:41 +00:00
parent 5ea272e89b
commit 4b9c2a99a8

View File

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