Quantcast
Channel: Kodi Community Forum - All Forums
Viewing all articles
Browse latest Browse all 84005

adjustrefreshrate setting does not work

$
0
0
I'am using XBMC Eden on my Ubuntu 12.04.1 (x64) and I like to view my full hd videos on 1080p24, but my XBMC always wants to switch to 60 hz. I've created an advancedsettings.xml file and tried several settings under adjustrefreshrate but XBMC still does not switch to 24 hz. The file is also loading correctly as I can see in the debug log:
Code:
NOTICE: Contents of special://profile/advancedsettings.xml are...
                                            <advancedsettings>
                                              <video>
                                                <adjustrefreshrate>
                                                  <override>
                                                    <fps>23.976</fps>
                                                    <refresh>24.0</refresh>
                                                  </override>
                                                  <fallback>
                                                    <refresh>24.0</refresh>
                                                  </fallback>
                                                </adjustrefreshrate>
                                              </video>
                                            </advancedsettings>

A few lines later I found this in the debug log:
Code:
21:22:57 T:139788904560384  NOTICE:  fps: 23.976024, pwidth: 1920, pheight: 1040, dwidth: 1920, dheight: 1040
21:22:57 T:1397889045[/php]60384   DEBUG: OutputPicture - change configuration. 1920x1040. framerate: 23.98. format: VDPAU
21:22:57 T:139788904560384   DEBUG: Resolution 1920x1080 (12) not a very good match for fps 23.976 (weight: 1.000), trying 2:3 cadence
21:22:57 T:139788904560384   DEBUG: Resolution 1920x1080 (12) not a very good match for fps 23.976 with 2:3 cadence (weight: 1.000), choosing 60 hertz
21:22:57 T:139788904560384   DEBUG: 60 hertz refreshrate not available, choosing highest
21:22:57 T:139788904560384  NOTICE: Display resolution ADJUST : 1920x1080 (12) (weight: 1.000)
Why is XBMC ignoring my settings?

Viewing all articles
Browse latest Browse all 84005

Trending Articles