From 9c01b9b213c0de605d5ace8f0ba0132a4b375844 Mon Sep 17 00:00:00 2001 From: mkreisl Date: Sat, 8 Apr 2017 21:58:56 +0200 Subject: [PATCH] Disable dynamic priority per default Under special condition system freezes if set to on see issud https://github.com/xbianonpi/xbian/issues/837 --- content/var/tmp/xbmc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/var/tmp/xbmc b/content/var/tmp/xbmc index edd1155..82e80d8 100644 --- a/content/var/tmp/xbmc +++ b/content/var/tmp/xbmc @@ -27,7 +27,7 @@ SCROFFHALT=no SCROFFRUN='/run.my.special.script.sh' # Enable dynamic priority handling of XBMC/Kodi process. -DPRIORITY=yes +DPRIORITY=no # Disable overclocking (and overvolting) when the screensaver is started. # When the screensaver is stopped, it will enable overclocking again.