Re: [Freevo-users] OSD_OVERSCAN info needed

2007-09-15 Thread Pirlouwi
Hello Frank,
I received this comment from Duncan, that answer to your question:

>Comment By: Duncan Webb (duncanwebb)
> Date: 2007-09-10 20:41
>
> Message:
> Logged In: YES
> user_id=104395
> Originator: NO
>
> Thanks you very much Pirlouwi your patch is now in rel-1 at 9862


Regards,
_Pirlouwi_
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] OSD_OVERSCAN info needed

2007-09-14 Thread Frank [Antispam account]
Duncan,
Having a small one of 5 months myself, I know time is limited but is this
already in SVN?

Greets,
Frank  

> -Oorspronkelijk bericht-
> Van: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] Namens Duncan Webb
> Verzonden: 10 September 2007 07:12
> Aan: freevo-users@lists.sourceforge.net
> Onderwerp: Re: [Freevo-users] OSD_OVERSCAN info needed
> 
> > Duncan,
> >
> > Can you tell when (i'm not trying to push you) this patch 
> is in SVN or 
> > how I can check when it is (by viewing the status of the tracker or 
> > something)
> 
> Not yet.
> 
> Duncan
> 
> 
> --
> ---
> This SF.net email is sponsored by: Microsoft Defy all 
> challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
> 


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


Re: [Freevo-users] OSD_OVERSCAN info needed

2007-09-09 Thread Duncan Webb
> Duncan,
>
> Can you tell when (i'm not trying to push you) this patch is in SVN or how
> I
> can check when it is (by viewing the status of the tracker or something)

Not yet.

Duncan


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


Re: [Freevo-users] OSD_OVERSCAN info needed

2007-09-09 Thread Frank [Antispam account]
Duncan,
 
Can you tell when (i'm not trying to push you) this patch is in SVN or how I
can check when it is (by viewing the status of the tracker or something)
 
Thanks,
Frank


  _  

Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Namens Pirlouwi
Verzonden: 09 September 2007 14:45
Aan: Stephen Rowles; freevo-users@lists.sourceforge.net
Onderwerp: Re: [Freevo-users] OSD_OVERSCAN info needed


I just posted the patch to the freevo tracker on sourceforge, trying to
follow the contribution rules as close as possible (first time, fear to
forgot something, huh... :-)
I've followed the advice of Duncan for the variables names, because as they
are people that are maintaining the code, any modification should be easier
to read for them if it respects their logic. 

Happy to gave you help.
Bye
_Pirlouwi.


2007/9/9, Stephen Rowles <[EMAIL PROTECTED]>: 


This patch works great for me :)

TV positioning is now spot on - thank you!


Pirlouwi wrote:
> Sorry,
> I forgot to mention that the two variables defined inside local_conf.py :
> OSD_OVERSCAN_X 
> OSD_OVERSCAN_Y
> have to be replaced by:
> OSD_OVERSCAN_X1
> OSD_OVERSCAN_X2
> OSD_OVERSCAN_Y1
> OSD_OVERSCAN_Y2
> X1 represents the screen left shift
> X2 represents the screen right shift 
> Y1 represents the screen upside shift
> Y2 represents the screen bottom shift.
>
> In my config, the values are:
> OSD_OVERSCAN_X1 = 40
> OSD_OVERSCAN_X2 = 65
> OSD_OVERSCAN_Y1 = 35 
> OSD_OVERSCAN_Y2 = 35
> which places the freevo screen exactly on the right position on my CRT
> television, except that it does not work for image viewing. The images
> are still cut, and the OSD_OVERSCAN feature do not change this fact. 
>
> _Pirlouwi.
>
>
> 2007/9/8, Pirlouwi <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>:
>
> 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]
> <mailto:[EMAIL PROTECTED]  <mailto:[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 m

Re: [Freevo-users] OSD_OVERSCAN info needed

2007-09-09 Thread Pirlouwi
I just posted the patch to the freevo tracker on sourceforge, trying to
follow the contribution rules as close as possible (first time, fear to
forgot something, huh... :-)
I've followed the advice of Duncan for the variables names, because as they
are people that are maintaining the code, any modification should be easier
to read for them if it respects their logic.

Happy to gave you help.
Bye
_Pirlouwi.

2007/9/9, Stephen Rowles <[EMAIL PROTECTED]>:
>
>
> This patch works great for me :)
>
> TV positioning is now spot on - thank you!
>
>
> Pirlouwi wrote:
> > Sorry,
> > I forgot to mention that the two variables defined inside local_conf.py
> :
> > OSD_OVERSCAN_X
> > OSD_OVERSCAN_Y
> > have to be replaced by:
> > OSD_OVERSCAN_X1
> > OSD_OVERSCAN_X2
> > OSD_OVERSCAN_Y1
> > OSD_OVERSCAN_Y2
> > X1 represents the screen left shift
> > X2 represents the screen right shift
> > Y1 represents the screen upside shift
> > Y2 represents the screen bottom shift.
> >
> > In my config, the values are:
> > OSD_OVERSCAN_X1 = 40
> > OSD_OVERSCAN_X2 = 65
> > OSD_OVERSCAN_Y1 = 35
> > OSD_OVERSCAN_Y2 = 35
> > which places the freevo screen exactly on the right position on my CRT
> > television, except that it does not work for image viewing. The images
> > are still cut, and the OSD_OVERSCAN feature do not change this fact.
> >
> > _Pirlouwi.
> >
> >
> > 2007/9/8, Pirlouwi <[EMAIL PROTECTED] >:
> >
> > 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
> > >> Freevo-users@lists.sourceforge.net
> > 
> > >> 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/
> > >
> ---

Re: [Freevo-users] OSD_OVERSCAN info needed

2007-09-09 Thread Stephen Rowles

This patch works great for me :)

TV positioning is now spot on - thank you!


Pirlouwi wrote:
> Sorry,
> I forgot to mention that the two variables defined inside local_conf.py :
> OSD_OVERSCAN_X
> OSD_OVERSCAN_Y
> have to be replaced by:
> OSD_OVERSCAN_X1
> OSD_OVERSCAN_X2
> OSD_OVERSCAN_Y1
> OSD_OVERSCAN_Y2
> X1 represents the screen left shift
> X2 represents the screen right shift
> Y1 represents the screen upside shift
> Y2 represents the screen bottom shift.
>
> In my config, the values are:
> OSD_OVERSCAN_X1 = 40
> OSD_OVERSCAN_X2 = 65
> OSD_OVERSCAN_Y1 = 35
> OSD_OVERSCAN_Y2 = 35
> which places the freevo screen exactly on the right position on my CRT 
> television, except that it does not work for image viewing. The images 
> are still cut, and the OSD_OVERSCAN feature do not change this fact.
>
> _Pirlouwi.
>
>
> 2007/9/8, Pirlouwi <[EMAIL PROTECTED] >:
>
> 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
> >> Freevo-users@lists.sourceforge.net
> 
> >> 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
> > Freevo-users@lists.sourceforge.net
> 
> > 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.
>  

Re: [Freevo-users] OSD_OVERSCAN info needed

2007-09-08 Thread Pirlouwi
Sorry,
I forgot to mention that the two variables defined inside local_conf.py :
OSD_OVERSCAN_X
OSD_OVERSCAN_Y
have to be replaced by:
OSD_OVERSCAN_X1
OSD_OVERSCAN_X2
OSD_OVERSCAN_Y1
OSD_OVERSCAN_Y2
X1 represents the screen left shift
X2 represents the screen right shift
Y1 represents the screen upside shift
Y2 represents the screen bottom shift.

In my config, the values are:
OSD_OVERSCAN_X1 = 40
OSD_OVERSCAN_X2 = 65
OSD_OVERSCAN_Y1 = 35
OSD_OVERSCAN_Y2 = 35
which places the freevo screen exactly on the right position on my CRT
television, except that it does not work for image viewing. The images are
still cut, and the OSD_OVERSCAN feature do not change this fact.

_Pirlouwi.


2007/9/8, Pirlouwi <[EMAIL PROTECTED]>:
>
> 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
> > >> Freevo-users@lists.sourceforge.net
> > >> 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
> > > Freevo-users@lists.sourceforge.net
> > > 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
> > Freevo-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
> >
>
>
>
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] OSD_OVERSCAN info needed

2007-09-08 Thread Pirlouwi
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
> >> Freevo-users@lists.sourceforge.net
> >> 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
> > Freevo-users@lists.sourceforge.net
> > 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
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>


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/vse012070mrt/direct/01/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] OSD_OVERSCAN info needed

2007-08-14 Thread Stephen Rowles

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
>> Freevo-users@lists.sourceforge.net
>> 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
> Freevo-users@lists.sourceforge.net
> 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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] OSD_OVERSCAN info needed

2007-08-13 Thread Rob Shortt
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
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users



signature.asc
Description: OpenPGP digital signature
-
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] OSD_OVERSCAN info needed

2007-08-13 Thread John Molohan
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] OSD_OVERSCAN info needed

2007-08-13 Thread Frank [Antispam account]
Me too!

Anyone got an idea in which file I need to edit to add this
code/functionality?

Thanks,
Frank 


-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Namens Stephen Rowles
Verzonden: 13 August 2007 22:00
Aan: freevo-users@lists.sourceforge.net
Onderwerp: Re: [Freevo-users] OSD_OVERSCAN info needed


The problem is that the OSD values adjust on all sides, so Y shrinks in the
Y axis, X shrinks in the X axis.. my problem is that my overall display is
now slightly off centre.

I  could do with an OSD_CENTRE_X option to move everything left about 20
pixels, then the overscan adjustment would be spot on.


Justin Wetherell wrote:
> Add both:
> OSD_OVERSCAN_X = 50
> OSD_OVERSCAN_Y = 20
> to your local_conf and keep adjusting the values until it's centered?
>
> On 8/13/07, *Stephen Rowles * <[EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]>> wrote:
>
> I run a 16:9 wide screen tv with TV output, and I use the following:
>
>
> OSD_OVERSCAN_X = 50
> OSD_OVERSCAN_Y = 20
>
>
> But it is not quite centered, no idea how you can adjust that.
>
> Frank [Antispam account] wrote:
> > Hi list,
> >
> > Can anyone eleborate on the OSD_OVERSCAN_X AND OSD_OVERSCAN_Y
> options in
> > config file?
> >
> > I'm having problems (annoyancies) with displaying Freevo.
> > Currently running 1.7.3 with the panorama skin on a 16:9 TV at
> 800x600.
> >
> > When viewing Freevo I'm missing some screen on the top and
> bottom and Freevo
> >
> > is a bit right-centered (all about 2% of the screen).
> > What I really what is to tell freevo to show itself 2% smaller
> then X does.
> > I was hoping OSD_OVERSCAN_X AND OSD_OVERSCAN_Y would do the
> trick, but I
> > might
> > have misconfiged this or this isn't working as expected.
> >
> >
> > Anyone some clues?
> >
> > Thanks,
> > Frank
> >
> >
> >
>
-
>
> > 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
> > Freevo-users@lists.sourceforge.net
> <mailto:Freevo-users@lists.sourceforge.net>
> > 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
> Freevo-users@lists.sourceforge.net
> <mailto:Freevo-users@lists.sourceforge.net>
> 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
> Freevo-users@lists.sourceforge.net
> 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
Freevo-users@lists.sourceforge.net
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] OSD_OVERSCAN info needed

2007-08-13 Thread Stephen Rowles

The problem is that the OSD values adjust on all sides, so Y shrinks in 
the Y axis, X shrinks in the X axis.. my problem is that my overall 
display is now slightly off centre.

I  could do with an OSD_CENTRE_X option to move everything left about 20 
pixels, then the overscan adjustment would be spot on.


Justin Wetherell wrote:
> Add both:
> OSD_OVERSCAN_X = 50
> OSD_OVERSCAN_Y = 20
> to your local_conf and keep adjusting the values until it's centered?
>
> On 8/13/07, *Stephen Rowles * <[EMAIL PROTECTED] 
> > wrote:
>
> I run a 16:9 wide screen tv with TV output, and I use the following:
>
>
> OSD_OVERSCAN_X = 50
> OSD_OVERSCAN_Y = 20
>
>
> But it is not quite centered, no idea how you can adjust that.
>
> Frank [Antispam account] wrote:
> > Hi list,
> >
> > Can anyone eleborate on the OSD_OVERSCAN_X AND OSD_OVERSCAN_Y
> options in
> > config file?
> >
> > I'm having problems (annoyancies) with displaying Freevo.
> > Currently running 1.7.3 with the panorama skin on a 16:9 TV at
> 800x600.
> >
> > When viewing Freevo I'm missing some screen on the top and
> bottom and Freevo
> >
> > is a bit right-centered (all about 2% of the screen).
> > What I really what is to tell freevo to show itself 2% smaller
> then X does.
> > I was hoping OSD_OVERSCAN_X AND OSD_OVERSCAN_Y would do the
> trick, but I
> > might
> > have misconfiged this or this isn't working as expected.
> >
> >
> > Anyone some clues?
> >
> > Thanks,
> > Frank
> >
> >
> >
> -
>
> > 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
> > Freevo-users@lists.sourceforge.net
> 
> > 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
> Freevo-users@lists.sourceforge.net
> 
> 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
> Freevo-users@lists.sourceforge.net
> 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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] OSD_OVERSCAN info needed

2007-08-13 Thread Justin Wetherell
Add both:
OSD_OVERSCAN_X = 50
OSD_OVERSCAN_Y = 20
to your local_conf and keep adjusting the values until it's centered?

On 8/13/07, Stephen Rowles <[EMAIL PROTECTED]> wrote:
>
> I run a 16:9 wide screen tv with TV output, and I use the following:
>
>
> OSD_OVERSCAN_X = 50
> OSD_OVERSCAN_Y = 20
>
>
> But it is not quite centered, no idea how you can adjust that.
>
> Frank [Antispam account] wrote:
> > Hi list,
> >
> > Can anyone eleborate on the OSD_OVERSCAN_X AND OSD_OVERSCAN_Y options in
> > config file?
> >
> > I'm having problems (annoyancies) with displaying Freevo.
> > Currently running 1.7.3 with the panorama skin on a 16:9 TV at 800x600.
> >
> > When viewing Freevo I'm missing some screen on the top and bottom and
> Freevo
> >
> > is a bit right-centered (all about 2% of the screen).
> > What I really what is to tell freevo to show itself 2% smaller then X
> does.
> > I was hoping OSD_OVERSCAN_X AND OSD_OVERSCAN_Y would do the trick, but I
> > might
> > have misconfiged this or this isn't working as expected.
> >
> >
> > Anyone some clues?
> >
> > Thanks,
> > Frank
> >
> >
> >
> -
> > 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
> > Freevo-users@lists.sourceforge.net
> > 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
> Freevo-users@lists.sourceforge.net
> 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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] OSD_OVERSCAN info needed

2007-08-13 Thread Stephen Rowles
I run a 16:9 wide screen tv with TV output, and I use the following:


OSD_OVERSCAN_X = 50
OSD_OVERSCAN_Y = 20


But it is not quite centered, no idea how you can adjust that.

Frank [Antispam account] wrote:
> Hi list,
>
> Can anyone eleborate on the OSD_OVERSCAN_X AND OSD_OVERSCAN_Y options in
> config file?
>
> I'm having problems (annoyancies) with displaying Freevo.
> Currently running 1.7.3 with the panorama skin on a 16:9 TV at 800x600.
>
> When viewing Freevo I'm missing some screen on the top and bottom and Freevo
>
> is a bit right-centered (all about 2% of the screen).
> What I really what is to tell freevo to show itself 2% smaller then X does. 
> I was hoping OSD_OVERSCAN_X AND OSD_OVERSCAN_Y would do the trick, but I
> might 
> have misconfiged this or this isn't working as expected.
>
>
> Anyone some clues?
>
> Thanks,
> Frank
>
>
> -
> 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
> Freevo-users@lists.sourceforge.net
> 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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] OSD_OVERSCAN info needed

2007-08-12 Thread Justin Wetherell
I am pretty sure that's what those options to. Try setting them both to 0
and steadily increasing them until you find you perfect setting. I believe
they are pre-set to a 4:3 screen.

On 8/12/07, Frank [Antispam account] <[EMAIL PROTECTED]> wrote:
>
> Hi list,
>
> Can anyone eleborate on the OSD_OVERSCAN_X AND OSD_OVERSCAN_Y options in
> config file?
>
> I'm having problems (annoyancies) with displaying Freevo.
> Currently running 1.7.3 with the panorama skin on a 16:9 TV at 800x600.
>
> When viewing Freevo I'm missing some screen on the top and bottom and
> Freevo
>
> is a bit right-centered (all about 2% of the screen).
> What I really what is to tell freevo to show itself 2% smaller then X
> does.
> I was hoping OSD_OVERSCAN_X AND OSD_OVERSCAN_Y would do the trick, but I
> might
> have misconfiged this or this isn't working as expected.
>
>
> Anyone some clues?
>
> Thanks,
> Frank
>
>
> -
> 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
> Freevo-users@lists.sourceforge.net
> 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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] OSD_OVERSCAN info needed

2007-08-12 Thread Frank [Antispam account]
Hi list,

Can anyone eleborate on the OSD_OVERSCAN_X AND OSD_OVERSCAN_Y options in
config file?

I'm having problems (annoyancies) with displaying Freevo.
Currently running 1.7.3 with the panorama skin on a 16:9 TV at 800x600.

When viewing Freevo I'm missing some screen on the top and bottom and Freevo

is a bit right-centered (all about 2% of the screen).
What I really what is to tell freevo to show itself 2% smaller then X does. 
I was hoping OSD_OVERSCAN_X AND OSD_OVERSCAN_Y would do the trick, but I
might 
have misconfiged this or this isn't working as expected.


Anyone some clues?

Thanks,
Frank


-
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users