mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
xbmc: dont set frequency here, it will be handled by our settings addon
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
a10b78dd41
commit
4c708c441b
@ -52,12 +52,6 @@ fi
|
|||||||
# waiting for Xorg to start
|
# waiting for Xorg to start
|
||||||
wait_for_xorg
|
wait_for_xorg
|
||||||
|
|
||||||
# set cpu's to 'conservative'
|
|
||||||
( usleep 15000000
|
|
||||||
progress "set cpu's to 'ondemand'"
|
|
||||||
cpupower frequency-set -g ondemand > /dev/null 2>&1
|
|
||||||
)&
|
|
||||||
|
|
||||||
# prevent restrating XBMC at reboot or shutdown
|
# prevent restrating XBMC at reboot or shutdown
|
||||||
LOCKDIR="/var/lock/"
|
LOCKDIR="/var/lock/"
|
||||||
LOCKFILE="xbmc.disabled"
|
LOCKFILE="xbmc.disabled"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user