Jump to content

Archived

This topic is now archived and is closed to further replies.

kicsrules

request - 24 hz refresh rate switching

Recommended Posts

Hello, since the support of 24hz refresh rate kodi has not being able to transition to the correct framerate on the machine, in order for kodi to do this i had to place a line of script in order to force the refresh rate, in the next FW release can you put this permisions in the kernel ?

"Refresh rate switching enabled" on start/stop

this is the code added to init.d

#!/system/bin/sh
chmod 666 /sys/class/display/mode

info was taken from here http://forum.kodi.tv/showthread.php?tid=229310

now the correct framerate is switched when watching videos (24/60 fps)

Share this post


Link to post
Share on other sites
Hello, since the support of 24hz refresh rate kodi has not being able to transition to the correct framerate on the machine, in order for kodi to do this i had to place a line of script in order to force the refresh rate, in the next FW release can you put this permisions in the kernel ?

"Refresh rate switching enabled" on start/stop

this is the code added to init.d

#!/system/bin/sh
chmod 666 /sys/class/display/mode

info was taken from here http://forum.kodi.tv/showthread.php?tid=229310

now the correct framerate is switched when watching videos (24/60 fps)

Thanks for sharing this.

I have passed this along

Share this post


Link to post
Share on other sites

×
×
  • Create New...