[mythtv] Aspect Ratio skewed?

Paul Andreassen paulx at andreassen.com.au
Fri Jul 22 04:03:49 EDT 2005


On Fri, 22 Jul 2005 04:13 pm, Martin Moeller wrote:
> I looked over the settings and set GUI height and GUI width on my
> Xinerama/TwinView setup and now the ratio is correct again.
>
> That's good enough for me. It should probably be documented, though...

I can't see how that could make a difference.  The Xinerama code is the same 
as the GUISizeForTV code except for:

 if (gContext->GetNumSetting("GuiSizeForTV", 0))
	gContext->GetResolutionSetting("Gui", gui_w,  gui_h);
else    // usingXinerama
{
	int xbase, ybase;
	gContext->GetScreenBounds(xbase,ybase,gui_w,gui_h);
}

Paul
-- 


More information about the mythtv-dev mailing list