[mythtv-users] Desktop partly off-screen problem

Alen Edwards allen.edwards at oldpaloalto.com
Tue Jul 8 15:05:07 UTC 2008


jedi wrote:
> On Mon, Jul 07, 2008 at 10:08:06AM -0500, Carl Fongheiser wrote:
>> On Mon, Jul 7, 2008 at 10:05 AM, Mark Greenwood <fatgerman at ntlworld.com>
>> wrote:
>>
>>> I don't think 1366x768 is right. It's probaby smaller than your screen
>>> supports - hence the picture doesn't fill the screen.
>>>
>> 1366x768 is in fact the native resolution for most 720p LCD televisions.
> 
>    I am having similar issues. Although I think they are just limited to
> xine. Perhaps not, I just haven't noticed them in MythTV yet.
> 
>    I have a newly installed AppleTV hooked up to a newly acquired LCD TV.
> It's 720p but MythTV appears to be running at 1080. I'm not running with
> any xorg.conf file at all and I don't see in the Xorg log what resolutions
> are being detected (or used). It's the frontend log that indicates that 
> the panel is running at 1920x1080.
> 
>    I'm using HDMI. My captions and my OSD end up off the screen. The captions
> were a quick fix but I haven't really looked into the OSD yet.
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> 

I had this exact same problem with my projector.  Your device is 
reporting the resolutions it is capable of receiving and not its native 
resolution.  Myth then picks the highest resolution supported, which is 
wrong and in my case looked terrible.

I think you need to have an xorg.conf file and just limit the resolution 
to the LCD TV to its native resolution.  I posted that on another email 
but here are the relevant sections (several have been edited out of this 
email):

Section "Device"
     Identifier     "Videocard0"
     Driver         "nvidia"
     VendorName     "NVIDIA Corporation"
     BoardName      "GeForce 6200 LE"
     BusID          "PCI:1:0:0"
     Option         "UseDisplayDevice" "DFP"
     Screen          0
EndSection


Section "Monitor"
     # HorizSync source: edid, VertRefresh source: edid
     Identifier     "Monitor0"
     VendorName     "Unknown"
     ModelName      "Panasonic AX-100"
     HorizSync       28.0 - 49.0
     VertRefresh     24.0 - 61.0
     Option         "DPMS"
EndSection


Section "Screen"
     Identifier     "Screen0"
     Device         "Videocard0"
     Monitor        "Monitor0"
     DefaultDepth    24
     Option         "TwinView" "0"
     Option         "metamodes" "DFP: 1280x720_60 +0+0"
     SubSection     "Display"
         Depth       24
     EndSubSection
EndSection


More information about the mythtv-users mailing list