[mythtv-users] xv-blit used instead of opengl

Michael T. Dean mtdean at thirdcontact.com
Sat Jul 30 19:13:31 UTC 2011


On 07/30/2011 02:27 PM, Joey Morris wrote:
> Raymond Wagner wrote on Sat, Jul 30, 2011 at 01:46:46PM -0400:
>> On Sat, 30 Jul 2011 12:58:27 -0400, Joey Morris wrote:
>>> I'm running mythfrontend 0.24-fixes on an Intel i3-540 with no video
>>> card. I'm experimenting to see whether the playback performance is
>>> acceptable or if I want to add an nvidia card. I've selected the
>>> opengl renderer, but mythfrontend doesn't seem to want to use it,
>>> falling back to xv-blit instead. Here are a few relevant lines from
>>> the output of mythfrontend -v playback when playing a 1080i mpeg2
>>> recording:
>> Could you dump the full logs into a pastebin somewhere and post the link
>> in this thread? There may be something of relevance in the bits you clipped
>> out.
> Sure. See http://pastebin.com/qzj7ywLd

Can you also post or pastebin (all) the output of:

cat<<  "EOF" | mysql -umythtv -p mythconverg 2>&1 |\
tee playback_profile_info-`date +'%Y%m%d_%H%M%S'`.txt
   SELECT dpg.hostname AS Hostname, dpg.name AS 'Playback Profile Group Name',
          MAX(IF(dp.value = 'pref_priority', dp.data, '')) AS 'Priority',
          MAX(IF(dp.value = 'pref_cmp0', dp.data, '')) AS 'Comparison (0)',
          MAX(IF(dp.value = 'pref_cmp1', dp.data, '')) AS 'Comparison (1)',
          MAX(IF(dp.value = 'pref_cmp2', dp.data, '')) AS 'Comparison (2)',
          MAX(IF(dp.value = 'pref_cmp3', dp.data, '')) AS 'Comparison (3)',
          MAX(IF(dp.value = 'pref_cmp4', dp.data, '')) AS 'Comparison (4)',
          MAX(IF(dp.value = 'pref_cmp5', dp.data, '')) AS 'Comparison (5)',
          MAX(IF(dp.value = 'pref_decoder', dp.data, '')) AS Decoder,
          MAX(IF(dp.value = 'pref_videorenderer', dp.data, ''))
              AS 'Video Renderer',
          MAX(IF(dp.value = 'pref_osdrenderer', dp.data, ''))
              AS 'OSD Renderer',
          MAX(IF(dp.value = 'pref_osdfade', dp.data, '')) AS 'OSD Fade',
          MAX(IF(dp.value = 'pref_deint0', dp.data, ''))
              AS 'Deinterlacer (0)',
          MAX(IF(dp.value = 'pref_deint1', dp.data, ''))
              AS 'Deinterlacer (1)',
          MAX(IF(dp.value = 'pref_filters', dp.data, '')) AS Filters
     FROM displayprofilegroups dpg, displayprofiles dp
    WHERE dpg.profilegroupid = dp.profilegroupid
GROUP BY dpg.profilegroupid, dp.profileid
ORDER BY dpg.profilegroupid, dp.profileid\G
EOF


It should end up in a file called playback_profile_info-*.txt in the 
current working directory

Thanks,
Mike



More information about the mythtv-users mailing list