[mythtv] Ticket #667: Fix OSD font width and height for non-4:3 display, letterbox modes

Daniel Kristjansson danielk at cuymedia.net
Tue Aug 21 17:12:29 UTC 2007


On Tue, 2007-08-21 at 13:06 +0100, Simon Kenyon wrote:
> MythTV wrote:
> > #667: Fix OSD font width and height for non-4:3 display, letterbox modes
> > ------------------------------+---------------------------------------------
> >  Reporter:  gtgj at pacbell.net  |        Owner:  danielk 
> >      Type:  defect            |       Status:  reopened
> >  Priority:  minor             |    Milestone:  0.19    
> > Component:  mythtv            |      Version:  head    
> >  Severity:  medium            |   Resolution:          
> >   Mlocked:  0                 |  
> > ------------------------------+---------------------------------------------
> >
> > Comment(by Simon Kenyon <simon at koala.ie>):
> >
> >  i had to cut down the sizes so they would fit. also note that the file
> >  names were munged.
> >
> >   
> i note in the log the line:
> 
> 2007-08-15 23:24:38.368 Display Rect  left: 0, top: 0, width: 1024, 
> height: 576, aspect: 1.67136
> 
> my maths suggest that that should be 1.777777 (ie. 16:9)
> the windows is sized to *be* 16:9
> 
> i'm sorry, but i cannot follow the calculations in videooutbase.cpp 
> et.al. to see what is going on.

Forget all these calculations for now, I noticed this in your log:

2007-08-15 23:24:38.292 VideoOutputXv: Falling back to X shared memory
video output.
                              *** May be slow ***

You will want to fix this first before worrying about the aspect ratio.

I also figured out the wacky pixel dimensions of 1920x1143, it looks
like you actually have a 1920x1200 screen, presumably a 16:10 screen
some application is somehow stealing a portion of that away. This
shouldn't be a big worry though, you just have to get the display
dimensions in millimeters correct. Run "man xorg.conf" and look for
DisplaySize. The latest nvidia drivers ignore this, if using those
look at their documentation for the nvidia proprietary version of
the standard DisplaySize option.

-- Daniel



More information about the mythtv-dev mailing list