diff options
-rw-r--r-- | tools/Linux/kodi.sh.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/Linux/kodi.sh.in b/tools/Linux/kodi.sh.in index 9e25f45992..d0e3871681 100644 --- a/tools/Linux/kodi.sh.in +++ b/tools/Linux/kodi.sh.in @@ -29,6 +29,10 @@ CRASHLOG_DIR=${CRASHLOG_DIR:-$HOME} USERDATA_DIR="${HOME}/.${bin_name}" +# Workaround for high CPU load with nvidia GFX +export __GL_YIELD=USLEEP + + # Check for some options used by this script while [ "$#" -gt "0" ] do |