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

Joey Morris rjmorris at nc.rr.com
Sat Jul 30 19:38:59 UTC 2011


"Michael T. Dean" <mtdean at thirdcontact.com> wrote on Sat, Jul 30, 2011 at 03:13:31PM -0400:
> 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

I've pasted the output to http://pastebin.com/SGmm2jh4. pizarro is
the host in question. Its results start on row 28.


More information about the mythtv-users mailing list