[mythtv-commits] Ticket #13054: Video Playback vertical offset when using UseVideoModes=1 for JudderFree support

MythTV noreply at mythtv.org
Mon Aug 7 04:19:33 UTC 2017


#13054: Video Playback vertical offset when using UseVideoModes=1 for JudderFree
support
-------------------------------------+--------------------------------
 Reporter:  support@…                |          Owner:  pbennett
     Type:  Bug Report - General     |         Status:  infoneeded_new
 Priority:  minor                    |      Milestone:  unknown
Component:  MythTV - Video Playback  |        Version:  0.28.1
 Severity:  medium                   |     Resolution:
 Keywords:                           |  Ticket locked:  0
-------------------------------------+--------------------------------

Comment (by Steven Ellis <support@…>):

 Pulling the values out of the DB for this frontend.

 GUI Settings
 {{{
 mythfe at mythtv:~$ mysqldump --skip-opt -u $DBUserName -p$DBPassword -h
 $DBHostName $DBName -t --compact   settings -w "hostname='mythbuntu_brix'"
 | egrep -i "gui|border"
 INSERT INTO `settings` VALUES ('GuiWidth','0','mythbuntu_brix');
 INSERT INTO `settings` VALUES ('GuiHeight','0','mythbuntu_brix');
 INSERT INTO `settings` VALUES ('GuiOffsetX','0','mythbuntu_brix');
 INSERT INTO `settings` VALUES ('GuiOffsetY','0','mythbuntu_brix');
 INSERT INTO `settings` VALUES ('GuiSizeForTV','0','mythbuntu_brix');
 INSERT INTO `settings` VALUES
 ('GuiVidModeResolution','1920x1080','mythbuntu_brix');
 }}}

 Video Mode
 {{{
 INSERT INTO `settings` VALUES ('UseVideoModes','1','mythbuntu_brix');
 INSERT INTO `settings` VALUES ('DefaultVideoPlaybackProfile','OpenGL
 Slim','mythbuntu_brix');
 }}}

 OpenGL Settings
 {{{
 mythfe at mythtv:~$ mysqldump --skip-opt -u $DBUserName -p$DBPassword -h
 $DBHostName $DBName -t --compact | egrep -i "OpenGL Slim"

 INSERT INTO `displayprofilegroups` VALUES ('OpenGL
 Slim','mythbuntu_brix',74);

 mythfe at mythtv:~$ mysqldump --skip-opt -u $DBUserName -p$DBPassword -h
 $DBHostName $DBName -t --compact   displayprofiles -w "profilegroupid=74"

 INSERT INTO `displayprofiles` VALUES (74,148,'pref_priority','1');
 INSERT INTO `displayprofiles` VALUES (74,148,'pref_cmp0','> 0 0');
 INSERT INTO `displayprofiles` VALUES (74,148,'pref_decoder','ffmpeg');
 INSERT INTO `displayprofiles` VALUES (74,148,'pref_max_cpus','1');
 INSERT INTO `displayprofiles` VALUES (74,148,'pref_skiploop','1');
 INSERT INTO `displayprofiles` VALUES (74,148,'pref_videorenderer','opengl-
 lite');
 INSERT INTO `displayprofiles` VALUES
 (74,148,'pref_osdrenderer','opengl2');
 INSERT INTO `displayprofiles` VALUES (74,148,'pref_osdfade','1');
 INSERT INTO `displayprofiles` VALUES (74,148,'pref_deint0','onefield');
 INSERT INTO `displayprofiles` VALUES (74,148,'pref_deint1','onefield');
 INSERT INTO `displayprofiles` VALUES (74,148,'pref_filters','');
 INSERT INTO `displayprofiles` VALUES (74,148,'pref_cmp1','');
 }}}

 Themes
 {{{
 INSERT INTO `settings` VALUES ('ThemePainter','auto','mythbuntu_brix');
 INSERT INTO `settings` VALUES
 ('MenuTheme','defaultmenu','mythbuntu_brix');
 INSERT INTO `settings` VALUES ('Theme','Monochrome','mythbuntu_brix');
 }}}

--
Ticket URL: <https://code.mythtv.org/trac/ticket/13054#comment:16>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list