We're no longer updating This wiki!!

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
en:c2_adjust_display_refresh_rate [2016/10/05 10:14]
brian.kim
en:c2_adjust_display_refresh_rate [2016/10/05 10:38]
brian.kim
Line 12: Line 12:
 </​code>​ </​code>​
   ​   ​
-2. Change ///​sys/​class/​display/​mode//​ file permission(**644 -> 666**)+2. Change ///​sys/​class/​display/​mode//​ file permission(**644 -> 666**). One of the simple ways is to add chmod command into the ///​etc/​rc.local//​ file. 
 +  * /​etc/​rc.local
 <​code>​ <​code>​
-$ sudo chmod 666 /​sys/​class/​display/​mode"+#!/bin/sh -e 
 +
 +# rc.local 
 +
 +# This script is executed at the end of each multiuser runlevel. 
 +# Make sure that the script will ""​ on success or any other 
 +# value on error. 
 +
 +# In order to enable or disable this script just change the execution 
 +# bits. 
 +
 +# By default this script does nothing. 
 +chmod 666 /​sys/​class/​display/​mode 
 + 
 +if [ -f /​aafirstboot ]; then /​aafirstboot start ; fi 
 + 
 +exit 0
 </​code>​ </​code>​
 +
 +3. Reboot
  
 ===== Kodi Settings ===== ===== Kodi Settings =====
-  ​+  ​* //SYSTEM// -> //​Settings//​ -> //Video// -> //​Playback//​(Settings level >= Advanced) -> **//Adjust display refresh rate//** 
 +    * //off// -> //On start / stop// or //​Always//​ 
 + 
 +{{ :​en:​dre_1.png?​700 |}} 
 + 
 +{{ :​en:​dre_2.png?​700 |}} 
 + 
 +{{ :​en:​dre_3.png?​700 |}} 
en/c2_adjust_display_refresh_rate.txt · Last modified: 2016/10/05 10:38 by brian.kim
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0