v18 KODI Changes refreshrate to 24hz on startup.
#1
Hi,

KODI Changes refreshrate to 24hz on startup.

Here is full debug log.
https://pastebin.com/bMn7g9uh

Thanks!

NOTE: If I play a movie and stop it, it will fix it back to 60hz.
Reply
#2
Looks like a driver tries to apply 24hz mode when Kodi going to fullscreen mode. From your log I didn't find that Kodi tries to switch to 24p mode. at opposite it doesn't change refresh rate at all because current mode is 60p
Code:
16:07:43.216 T:6244  NOTICE: Primary mode: 1920x1080@ 60.00 - Full Screen
Code:
16:07:43.335 T:6244   DEBUG: DX::DeviceResources::SetFullScreen: switching to/from fullscreen (1920.000000 x 1080.000000)
16:07:43.335 T:6244   DEBUG: DX::DeviceResources::SetFullScreen: switching to fullscreen
16:07:43.507 T:6244   DEBUG: CWinEventsWin32::WndProc: display change event
16:07:43.555 T:6244   DEBUG: CWinSystemWin32DX::FixRefreshRateIfNecessary: refreshRate: 24.0000, desired: 60.0000, deviation: 1.50000, fixRequired: no, 0
16:07:43.658 T:6244   DEBUG: Previous line repeats 1 times.
16:07:43.658 T:6244   DEBUG: DX::DeviceResources::ResizeBuffers: resize buffers.
16:07:43.740 T:6244   DEBUG: CWinSystemWin32DX::FixRefreshRateIfNecessary: refreshRate: 24.0000, desired: 60.0000, deviation: 1.50000, fixRequired: no, 1
16:07:43.741 T:6244   DEBUG: Previous line repeats 1 times.
16:07:43.741 T:6244   DEBUG: DX::DeviceResources::SetFullScreen: switching done.
FixRefreshRateIfNecessary catches driver calls for fix the issue with 23.976 mode instead of 24p. desired means that Kodi wants stay on 60p but a driver creates 24p (refreshRate) mode.
Reply
#3
Hmm. Any ideas how to fix?
Reply
#4
Don't use full screen i.e. use full screen window
Reply
#5
If I use fullscreen window, the famous Windows 10 Bug appears (AKA Blackscreen) and only way to get it back again is to alt + tab.
I have re-installed intel drivers, re installed kodi, tried DSPlayer Kodi.

Same thing all over, Before Fall Creators update I always used FullScreen Window but that won't work anymore because of the blackscreen problem.
I think Kodi devs are running out of ideas about how to fix it :/
Reply
#6
I have no idea how to fix the issue then.
Reply
#7
(2018-02-21, 21:55)afedchin Wrote: I have no idea how to fix the issue then.
 Ok thanks.
Can you suggest good Linux Distro to run Kodi?  I need to have acceess to Desktop etc, so Librelec is not an option.
Reply
#8
(2018-02-21, 23:05)HomeDope Wrote:
(2018-02-21, 21:55)afedchin Wrote: I have no idea how to fix the issue then.
 Ok thanks.
Can you suggest good Linux Distro to run Kodi?  I need to have acceess to Desktop etc, so Librelec is not an option. 
I cannot vouch for it, as I have not tried it myself yet, but I will install OSMC in a few days. Apparently it has, in addition to default Kodi setup, a full desktop environment.
Reply
#9
(2018-02-21, 23:05)HomeDope Wrote: Can you suggest good Linux Distro to run Kodi?  I need to have acceess to Desktop etc, so Librelec is not an option.

LibreElec it's a good option.
Reply
#10
look in advancedsettings section:</adjustrefreshrate>
Reply
#11
Thanks all for advices and tips!
Reply

Logout Mark Read Team Forum Stats Members Help
KODI Changes refreshrate to 24hz on startup.0