Hello Stephen,

I have the same problem at home, and I wrote for that a little patch for
freevo 1.7.1, which I adapted to 1.7.3. Here it is (in attachment). Could
you test it on your configuration?

I think I discovered a little bug, which I already have corrected in my
patch :

in /skins/main/xml_skin.py
     def rect(self, type):
         if type == 'screen':
            return (self.x - config.OSD_OVERSCAN_X, self.y -
config.OSD_OVERSCAN_X,

I think that the second occurrence of OSD_OVERSCAN_X should be replaced by
OSD_OVERSCAN_Y, to be coherent with self.y.

_Pirlouwi.

2007/8/14, Stephen Rowles <[EMAIL PROTECTED]>:
>
>
> The problem is this is TV out - not VGA. Its not a simple case of
> tweaking with xvidtune a small fraction and having the monitor re-sync.
> I've tried vid tune and all I get is horribly non-synced output, and the
> danger of damaging my TV ;)
>
>
> Rob Shortt wrote:
> > Guys, you need to find a way to adjust your modeline in X or framebuffer
> > (whichever you use).  The screen positioning is controlled there.  The
> > easiest way to do this in X is (was at least) to use xvidtune, tweak it,
> > and capture the new parameters to use.
> >
> > -Rob
> >
> > P.S. - For some info on overscan see http://scanline.ca/overscan/
> >
> > P.P.S. - Sorry for top-posting. :)
> >
> > John Molohan wrote:
> >
> >> Frank [Antispam account] wrote:
> >>
> >>> Me too!
> >>>
> >>> Anyone got an idea in which file I need to edit to add this
> >>> code/functionality?
> >>>
> >>> Thanks,
> >>> Frank
> >>>
> >> Not me but a grep for the overscan settings might show you that code
> and
> >> put you on the right track.
> >>
> >> John
> >>
> >>
> -------------------------------------------------------------------------
> >> This SF.net email is sponsored by: Splunk Inc.
> >> Still grepping through log files to find problems?  Stop.
> >> Now Search log events and configuration files using AJAX and a browser.
> >> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> >> _______________________________________________
> >> Freevo-users mailing list
> >> [email protected]
> >> https://lists.sourceforge.net/lists/listinfo/freevo-users
> >>
> >
> >
> > ------------------------------------------------------------------------
> >
> >
> -------------------------------------------------------------------------
> > This SF.net email is sponsored by: Splunk Inc.
> > Still grepping through log files to find problems?  Stop.
> > Now Search log events and configuration files using AJAX and a browser.
> > Download your FREE copy of Splunk now >>  http://get.splunk.com/
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > Freevo-users mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
> >
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> _______________________________________________
> Freevo-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>

Attachment: osdoverscan_x1x2y1y2.patch
Description: Binary data

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to