Refresh rate problem
#1
Hi, I've adjusted my config.txt and advancedsettings.xml this way:

Code:
<advancedsettings>
<loglevel>1</loglevel>
<video>
<usetimeseeking>true</usetimeseeking>
<timeseekforward>10</timeseekforward>
<timeseekbackward>-10</timeseekbackward>
<timeseekforwardbig>60</timeseekforwardbig>
<timeseekbackwardbig>-60</timeseekbackwardbig>
<adjustrefreshrate>
<override>
<fpsmin>25.00</fpsmin>
<fpsmax>30.01</fpsmax>
<refresh>30.0</refresh>
</override>
</adjustrefreshrate>
</video>
</advancedsettings>

Code:
arm_freq=840
core_freq=350
gpu_freq=253
force_turbo=1
disable_overscan=1
overscan_left=39
overscan_right=39
overscan_top=24
overscan_bottom=24
hdmi_drive=2
hdmi_group=1
hdmi_mode=34

xbmc.log:
Code:
11:05:43 T:1103310848 NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 30.000000 Hz
11:05:43 T:1103310848 NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 50.000000 Hz
11:05:43 T:1103310848 NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 24.000000 Hz
11:05:43 T:1103310848 NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 25.000000 Hz
11:05:43 T:1103310848 NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080i @ 60.000000 Hz
11:05:43 T:1103310848 NOTICE: Found ([email protected]) at 31, setting to RES_DESKTOP at 16
11:05:43 T:1103310848 NOTICE: Checking resolution 16
11:05:43 T:1150678080 DEBUG: EGL tv_service_callback (8,1,34)
11:05:43 T:1103310848 DEBUG: EGL set HDMI mode (2,1,34)=0
11:05:43 T:1103310848 DEBUG: EGL set resolution 1920x1080 -> 1920x1080 @ 30.00 fps
11:05:43 T:1103310848 INFO: EGL not configured correctly. Let's try to do that now...


But whenever I play a video i get resolution 1080p (OK) but the refresh rate changes to 24! I don't see any more that option to "Adjust refreshrate to match video fps"

ALSO, the overscan configuration that I did at "Settings" (and inserted at config.txt) doesn't apply while playing the video (maybe because of the 24 refresh rate). I can see that the edges are cutted. But at "Home screen" all edges are ok! Overscan applies to the GUI.

Does anyone can tell me what's wrong?
Thanks

UPDATE:
I removed the hdmi_* lines from config.txt but didn't worked and that line at XBMC.log "EGL not configured correctly. Let's try to do that now..." still appears.
I changed the hdmi connection to DVI/HDMI, didn't worked as well

UPDATE2:
I found this on the log:
Code:
12:07:34 T:1102360576 DEBUG: EGL set HDMI mode (2,1,32)=0
12:07:34 T:1158685760 DEBUG: CecLogMessage - received data: header:00060040 p0:0000000F p1:0000FFFF p2:00000000 p3:00000000 reason:40
12:07:34 T:1158685760 DEBUG: CecLogMessage - logical address changed to Broadcast (f)
12:07:34 T:1150256192 DEBUG: EGL tv_service_callback (8,1,32)
12:07:34 T:1102360576 DEBUG: EGL set resolution 1920x1080 -> 1920x1080 @ 24.00 fps
12:07:34 T:1102360576 DEBUG: EGL extensions: EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_vg_parent_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_lock_surface
12:07:34 T:1102360576 INFO: EGL window and context creation complete
12:07:34 T:1102360576 INFO: GLES: Maximum texture width: 2048
12:07:34 T:1102360576 DEBUG: CRenderManager::UpdateDisplayLatency - Latency set to 0 msec

I also checked the guisettings.xml
Code:
<videoplayer>
<adjustrefreshrate>false</adjustrefreshrate>
<displayresolution>14</displayresolution>
<errorinaspect>0</errorinaspect>
<maxspeedadjust>5.000000</maxspeedadjust>
<pauseafterrefreshchange>5</pauseafterrefreshchange>
<rendermethod>0</rendermethod>
<resamplequality>1</resamplequality>
<stretch43>0</stretch43>
<synctype>2</synctype>
<teletextenabled>false</teletextenabled>
<teletextscale>false</teletextscale>
<usedisplayasclock>false</usedisplayasclock>
</videoplayer>

SOMEONE PLEASE??
Reply

Logout Mark Read Team Forum Stats Members Help
Refresh rate problem0