Kodi Community Forum

Full Version: Dim Screensaver cannot set lower than 20%
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I use kodi on a OLED tv and would like to be able to set the Dim screensaver to something like 10% to avoid burn in, but atm it seems that it is not possible to set it lower than 20%.

Is this a bug ? Is there a way around it ?

Thank you
Rob
This is restricted in the addons/screensaver.xbmc.builtin.dim/resources/settings.xml file. Edit the file on your system (probably under /usr/share/kodi on Linux) and change the first value in the range array to your desired minimum.
Quote:<?xml version="1.0" encoding="utf-8"?>
<settings>
  <setting label="30000" type="slider" id="level" range="20,1,100" option="percent" default="20"/>
</settings>