Re: [mythtv-users] HELP about TV output

2005-03-11 Thread Jim Oltman
I have followed Jarod's guide as best i could.  In his guide he says
to setup the XORG.CONF file to have the monitor (TV in my case) use
DPMS.  Then use the xset command to turn off DPMS for your monitor.  I
was having the same issue, and I went into the XORG.CONF file and
commented out (#) the line for DPMS in the MONITOR settings.  It
doesn't go to a blank screen anymore.


On Fri, 11 Mar 2005 09:38:15 -0600, Ashu Desai <[EMAIL PROTECTED]> wrote:
> I have tried using the xvidtuner but it doesn't seem to be permanent.
> It kinds of resets itself after a few hours and also when I reboot.
> Anyway to solve this??
> 
> Also, how in the world do I remove the screen from going blank when
> there's no activity? I want the screen to remain as it is...
> 
> Thanks
> Ash.
> 
> On Mon, 7 Mar 2005 23:47:13 -0500, Robin Smith <[EMAIL PROTECTED]> wrote:
> > If the blue line is just when watching recorded programs/live TV, you
> > may find the best adjustment is the MythTV overscan (Setup > TV
> > Settings > Playback). I have mine
> > overscanning by 2 in both directions and offset by -1 in both directions.
> > I also tweaked my MythTV GUI  with a custom GUI size/position in Setup
> >  > Appearance and have Use GUI Size for TV playback set to On.
> >
> > It took some trial and error, but things are sweet now.
> >
> > Robin
> >
> >
> > On Mon, 7 Mar 2005 11:08:06 -0800, Jarod Wilson <[EMAIL PROTECTED]> wrote:
> > > On Monday 07 March 2005 05:44, Ashu Desai wrote:
> > > > Hi,
> > > > I tried what you said, it didn't work. So I thought I should try with
> > > > the highest number "1" and then go down as needed. That didn't work
> > > > either. The blue line remains there. I even tried to reboot after the
> > > > changes, thinking that maybe that's where the problem is. It's like
> > > > nothing works!!!
> > > >
> > > > Also, this is only when watching TV or recordings. If I go to weather
> > > > or system info or the main menu, the blue line isn't there...(if this
> > > > helps anyone)
> > >
> > > Use nvidia-settings to adjust your overscan.
> > >
> > >
> > > > On Sat, 05 Mar 2005 16:10:56 -0500, Calvin Harrigan
> > > >
> > > > <[EMAIL PROTECTED]> wrote:
> > > > > Ashu Desai wrote:
> > > > > >Hi,
> > > > > >I did the overscan option. I went for TVOverScan upto 5.5, but 
> > > > > >nothing
> > > > > >happened!!!
> > > > > >
> > > > > >Thanks in advance for your help.
> > > > > >
> > > > > >--a--
> > > > > >
> > > > > >
> > > > > >On Fri, 04 Mar 2005 11:29:30 -0500, Calvin Harrigan
> > > > > >
> > > > > ><[EMAIL PROTECTED]> wrote:
> > > > > >>Ashu Desai wrote:
> > > > > >>>Hello guys,
> > > > > >>>A newbie here. I wrote a couple of weeks back, and although a few 
> > > > > >>>guys
> > > > > >>>tried to help me, it didnt work. My appeal again:
> > > > > >>>
> > > > > >>>I am running pvr-250 (980) on a P3-650 Mhz-640 Mb RAM computer. 
> > > > > >>>When I
> > > > > >>>watch TV or the recording (since it's going to record the way it 
> > > > > >>>comes
> > > > > >>>on TV), I get a blue line on the left side the the upper side. 
> > > > > >>>Someone
> > > > > >>>suggested xattr thing with an "&" at the end; but that didn't work.
> > > > > >>>Someone also suggested modifying the 
> > > > > >>>/usr/bin/nVidia-Settings-1.0-6629
> > > > > >>>file but that didn't work either. I am at at brickwall now. Nothing
> > > > > >>>works and I hate watching my myth tv now with that bar
> > > > > >>>
> > > > > >>>SOMEONE PLEASE HELP!!!
> > > > > >>>
> > > > > >>>Any help is appreciated as always...
> > > > > >>>
> > > > > >>>Thanks,
> > > > > >>>Ash.
> > > > > >>>
> > > > > >>>
> > > > > >>>--
> > > > > >>>--
> > > > > >>>
> > > > > >>>___
> > > > > >>>mythtv-users mailing list
> > > > > >>>mythtv-users@mythtv.org
> > > > > >>>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> > > > > >>
> > > > > >>What nvidia chipset does you setup use?  If it's geforce 4 or 
> > > > > >>greater,
> > > > > >>use the overscan option in the xorg.conf file.
> > > > > >>For example:
> > > > > >>
> > > > > >>Section "Device"
> > > > > >> Identifier  "Videocard0"
> > > > > >> Driver  "nvidia"
> > > > > >> VendorName  "Chaintech"
> > > > > >> BoardName   "nVidia GeForce 4 MX 440"
> > > > > >> Option  "RenderAccel" "1"
> > > > > >> # TV Out Setup
> > > > > >> Option  "TVStandard" "NTSC-M"
> > > > > >> Option  "TVOutFormat" "SVIDEO"
> > > > > >> Option  "TVOverScan" "0.5"
> > > > > >> EndSection
> > > > > >>
> > > > > >>Increase the value by .05 until the lines disappears.
> > > > > >>
> > > > > >>Calvin...
> > > > >
> > > > > 5.5 is not a valid value, 0.55 is.  Perhaps that's what you mean?  If 
> > > > > it
> > > > > didn't work try .85 and see if there is any change.  Valid values are
> > > > > between 0.0-1.0
> > >
> > > --
> > > Jarod Wilson
> > > [EMAIL PROTECTED]
> > >
> > > Got a question? Read this first...
> > >  

Re: [mythtv-users] HELP about TV output

2005-03-11 Thread Ashu Desai
I have tried using the xvidtuner but it doesn't seem to be permanent. 
It kinds of resets itself after a few hours and also when I reboot.
Anyway to solve this??

Also, how in the world do I remove the screen from going blank when
there's no activity? I want the screen to remain as it is...

Thanks
Ash.

On Mon, 7 Mar 2005 23:47:13 -0500, Robin Smith <[EMAIL PROTECTED]> wrote:
> If the blue line is just when watching recorded programs/live TV, you
> may find the best adjustment is the MythTV overscan (Setup > TV
> Settings > Playback). I have mine
> overscanning by 2 in both directions and offset by -1 in both directions.
> I also tweaked my MythTV GUI  with a custom GUI size/position in Setup
>  > Appearance and have Use GUI Size for TV playback set to On.
> 
> It took some trial and error, but things are sweet now.
> 
> Robin
> 
> 
> On Mon, 7 Mar 2005 11:08:06 -0800, Jarod Wilson <[EMAIL PROTECTED]> wrote:
> > On Monday 07 March 2005 05:44, Ashu Desai wrote:
> > > Hi,
> > > I tried what you said, it didn't work. So I thought I should try with
> > > the highest number "1" and then go down as needed. That didn't work
> > > either. The blue line remains there. I even tried to reboot after the
> > > changes, thinking that maybe that's where the problem is. It's like
> > > nothing works!!!
> > >
> > > Also, this is only when watching TV or recordings. If I go to weather
> > > or system info or the main menu, the blue line isn't there...(if this
> > > helps anyone)
> >
> > Use nvidia-settings to adjust your overscan.
> >
> >
> > > On Sat, 05 Mar 2005 16:10:56 -0500, Calvin Harrigan
> > >
> > > <[EMAIL PROTECTED]> wrote:
> > > > Ashu Desai wrote:
> > > > >Hi,
> > > > >I did the overscan option. I went for TVOverScan upto 5.5, but nothing
> > > > >happened!!!
> > > > >
> > > > >Thanks in advance for your help.
> > > > >
> > > > >--a--
> > > > >
> > > > >
> > > > >On Fri, 04 Mar 2005 11:29:30 -0500, Calvin Harrigan
> > > > >
> > > > ><[EMAIL PROTECTED]> wrote:
> > > > >>Ashu Desai wrote:
> > > > >>>Hello guys,
> > > > >>>A newbie here. I wrote a couple of weeks back, and although a few 
> > > > >>>guys
> > > > >>>tried to help me, it didnt work. My appeal again:
> > > > >>>
> > > > >>>I am running pvr-250 (980) on a P3-650 Mhz-640 Mb RAM computer. When 
> > > > >>>I
> > > > >>>watch TV or the recording (since it's going to record the way it 
> > > > >>>comes
> > > > >>>on TV), I get a blue line on the left side the the upper side. 
> > > > >>>Someone
> > > > >>>suggested xattr thing with an "&" at the end; but that didn't work.
> > > > >>>Someone also suggested modifying the 
> > > > >>>/usr/bin/nVidia-Settings-1.0-6629
> > > > >>>file but that didn't work either. I am at at brickwall now. Nothing
> > > > >>>works and I hate watching my myth tv now with that bar
> > > > >>>
> > > > >>>SOMEONE PLEASE HELP!!!
> > > > >>>
> > > > >>>Any help is appreciated as always...
> > > > >>>
> > > > >>>Thanks,
> > > > >>>Ash.
> > > > >>>
> > > > >>>
> > > > >>>--
> > > > >>>--
> > > > >>>
> > > > >>>___
> > > > >>>mythtv-users mailing list
> > > > >>>mythtv-users@mythtv.org
> > > > >>>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> > > > >>
> > > > >>What nvidia chipset does you setup use?  If it's geforce 4 or greater,
> > > > >>use the overscan option in the xorg.conf file.
> > > > >>For example:
> > > > >>
> > > > >>Section "Device"
> > > > >> Identifier  "Videocard0"
> > > > >> Driver  "nvidia"
> > > > >> VendorName  "Chaintech"
> > > > >> BoardName   "nVidia GeForce 4 MX 440"
> > > > >> Option  "RenderAccel" "1"
> > > > >> # TV Out Setup
> > > > >> Option  "TVStandard" "NTSC-M"
> > > > >> Option  "TVOutFormat" "SVIDEO"
> > > > >> Option  "TVOverScan" "0.5"
> > > > >> EndSection
> > > > >>
> > > > >>Increase the value by .05 until the lines disappears.
> > > > >>
> > > > >>Calvin...
> > > >
> > > > 5.5 is not a valid value, 0.55 is.  Perhaps that's what you mean?  If it
> > > > didn't work try .85 and see if there is any change.  Valid values are
> > > > between 0.0-1.0
> >
> > --
> > Jarod Wilson
> > [EMAIL PROTECTED]
> >
> > Got a question? Read this first...
> >  http://catb.org/~esr/faqs/smart-questions.html
> > MythTV, Fedora Core & ATrpms documentation:
> >  http://wilsonet.com/mythtv/
> > MythTV Searchable Mailing List Archive
> >  http://www.gossamer-threads.com/lists/mythtv/
> >
> >
> > ___
> > mythtv-users mailing list
> > mythtv-users@mythtv.org
> > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> >
> >
> >
> >
> 
> 
> ___
> mythtv-users mailing list
> mythtv-users@mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> 
> 
>
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bi

Re: [mythtv-users] HELP about TV output

2005-03-07 Thread Robin Smith
If the blue line is just when watching recorded programs/live TV, you
may find the best adjustment is the MythTV overscan (Setup > TV
Settings > Playback). I have mine
overscanning by 2 in both directions and offset by -1 in both directions.
I also tweaked my MythTV GUI  with a custom GUI size/position in Setup
 > Appearance and have Use GUI Size for TV playback set to On.

It took some trial and error, but things are sweet now.

Robin


On Mon, 7 Mar 2005 11:08:06 -0800, Jarod Wilson <[EMAIL PROTECTED]> wrote:
> On Monday 07 March 2005 05:44, Ashu Desai wrote:
> > Hi,
> > I tried what you said, it didn't work. So I thought I should try with
> > the highest number "1" and then go down as needed. That didn't work
> > either. The blue line remains there. I even tried to reboot after the
> > changes, thinking that maybe that's where the problem is. It's like
> > nothing works!!!
> >
> > Also, this is only when watching TV or recordings. If I go to weather
> > or system info or the main menu, the blue line isn't there...(if this
> > helps anyone)
> 
> Use nvidia-settings to adjust your overscan.
> 
> 
> > On Sat, 05 Mar 2005 16:10:56 -0500, Calvin Harrigan
> >
> > <[EMAIL PROTECTED]> wrote:
> > > Ashu Desai wrote:
> > > >Hi,
> > > >I did the overscan option. I went for TVOverScan upto 5.5, but nothing
> > > >happened!!!
> > > >
> > > >Thanks in advance for your help.
> > > >
> > > >--a--
> > > >
> > > >
> > > >On Fri, 04 Mar 2005 11:29:30 -0500, Calvin Harrigan
> > > >
> > > ><[EMAIL PROTECTED]> wrote:
> > > >>Ashu Desai wrote:
> > > >>>Hello guys,
> > > >>>A newbie here. I wrote a couple of weeks back, and although a few guys
> > > >>>tried to help me, it didnt work. My appeal again:
> > > >>>
> > > >>>I am running pvr-250 (980) on a P3-650 Mhz-640 Mb RAM computer. When I
> > > >>>watch TV or the recording (since it's going to record the way it comes
> > > >>>on TV), I get a blue line on the left side the the upper side. Someone
> > > >>>suggested xattr thing with an "&" at the end; but that didn't work.
> > > >>>Someone also suggested modifying the /usr/bin/nVidia-Settings-1.0-6629
> > > >>>file but that didn't work either. I am at at brickwall now. Nothing
> > > >>>works and I hate watching my myth tv now with that bar
> > > >>>
> > > >>>SOMEONE PLEASE HELP!!!
> > > >>>
> > > >>>Any help is appreciated as always...
> > > >>>
> > > >>>Thanks,
> > > >>>Ash.
> > > >>>
> > > >>>
> > > >>>--
> > > >>>--
> > > >>>
> > > >>>___
> > > >>>mythtv-users mailing list
> > > >>>mythtv-users@mythtv.org
> > > >>>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> > > >>
> > > >>What nvidia chipset does you setup use?  If it's geforce 4 or greater,
> > > >>use the overscan option in the xorg.conf file.
> > > >>For example:
> > > >>
> > > >>Section "Device"
> > > >> Identifier  "Videocard0"
> > > >> Driver  "nvidia"
> > > >> VendorName  "Chaintech"
> > > >> BoardName   "nVidia GeForce 4 MX 440"
> > > >> Option  "RenderAccel" "1"
> > > >> # TV Out Setup
> > > >> Option  "TVStandard" "NTSC-M"
> > > >> Option  "TVOutFormat" "SVIDEO"
> > > >> Option  "TVOverScan" "0.5"
> > > >> EndSection
> > > >>
> > > >>Increase the value by .05 until the lines disappears.
> > > >>
> > > >>Calvin...
> > >
> > > 5.5 is not a valid value, 0.55 is.  Perhaps that's what you mean?  If it
> > > didn't work try .85 and see if there is any change.  Valid values are
> > > between 0.0-1.0
> 
> --
> Jarod Wilson
> [EMAIL PROTECTED]
> 
> Got a question? Read this first...
>  http://catb.org/~esr/faqs/smart-questions.html
> MythTV, Fedora Core & ATrpms documentation:
>  http://wilsonet.com/mythtv/
> MythTV Searchable Mailing List Archive
>  http://www.gossamer-threads.com/lists/mythtv/
> 
> 
> ___
> mythtv-users mailing list
> mythtv-users@mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> 
> 
> 
>
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] HELP about TV output

2005-03-07 Thread Jarod Wilson
On Monday 07 March 2005 05:44, Ashu Desai wrote:
> Hi,
> I tried what you said, it didn't work. So I thought I should try with
> the highest number "1" and then go down as needed. That didn't work
> either. The blue line remains there. I even tried to reboot after the
> changes, thinking that maybe that's where the problem is. It's like
> nothing works!!!
>
> Also, this is only when watching TV or recordings. If I go to weather
> or system info or the main menu, the blue line isn't there...(if this
> helps anyone)

Use nvidia-settings to adjust your overscan.


> On Sat, 05 Mar 2005 16:10:56 -0500, Calvin Harrigan
>
> <[EMAIL PROTECTED]> wrote:
> > Ashu Desai wrote:
> > >Hi,
> > >I did the overscan option. I went for TVOverScan upto 5.5, but nothing
> > >happened!!!
> > >
> > >Thanks in advance for your help.
> > >
> > >--a--
> > >
> > >
> > >On Fri, 04 Mar 2005 11:29:30 -0500, Calvin Harrigan
> > >
> > ><[EMAIL PROTECTED]> wrote:
> > >>Ashu Desai wrote:
> > >>>Hello guys,
> > >>>A newbie here. I wrote a couple of weeks back, and although a few guys
> > >>>tried to help me, it didnt work. My appeal again:
> > >>>
> > >>>I am running pvr-250 (980) on a P3-650 Mhz-640 Mb RAM computer. When I
> > >>>watch TV or the recording (since it's going to record the way it comes
> > >>>on TV), I get a blue line on the left side the the upper side. Someone
> > >>>suggested xattr thing with an "&" at the end; but that didn't work.
> > >>>Someone also suggested modifying the /usr/bin/nVidia-Settings-1.0-6629
> > >>>file but that didn't work either. I am at at brickwall now. Nothing
> > >>>works and I hate watching my myth tv now with that bar
> > >>>
> > >>>SOMEONE PLEASE HELP!!!
> > >>>
> > >>>Any help is appreciated as always...
> > >>>
> > >>>Thanks,
> > >>>Ash.
> > >>>
> > >>>
> > >>>--
> > >>>--
> > >>>
> > >>>___
> > >>>mythtv-users mailing list
> > >>>mythtv-users@mythtv.org
> > >>>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> > >>
> > >>What nvidia chipset does you setup use?  If it's geforce 4 or greater,
> > >>use the overscan option in the xorg.conf file.
> > >>For example:
> > >>
> > >>Section "Device"
> > >> Identifier  "Videocard0"
> > >> Driver  "nvidia"
> > >> VendorName  "Chaintech"
> > >> BoardName   "nVidia GeForce 4 MX 440"
> > >> Option  "RenderAccel" "1"
> > >> # TV Out Setup
> > >> Option  "TVStandard" "NTSC-M"
> > >> Option  "TVOutFormat" "SVIDEO"
> > >> Option  "TVOverScan" "0.5"
> > >> EndSection
> > >>
> > >>Increase the value by .05 until the lines disappears.
> > >>
> > >>Calvin...
> >
> > 5.5 is not a valid value, 0.55 is.  Perhaps that's what you mean?  If it
> > didn't work try .85 and see if there is any change.  Valid values are
> > between 0.0-1.0

-- 
Jarod Wilson
[EMAIL PROTECTED]

Got a question? Read this first...
 http://catb.org/~esr/faqs/smart-questions.html
MythTV, Fedora Core & ATrpms documentation:
 http://wilsonet.com/mythtv/
MythTV Searchable Mailing List Archive
 http://www.gossamer-threads.com/lists/mythtv/


pgpnroD7IYHXb.pgp
Description: PGP signature
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] HELP about TV output

2005-03-07 Thread Ashu Desai
Hi,
I tried what you said, it didn't work. So I thought I should try with
the highest number "1" and then go down as needed. That didn't work
either. The blue line remains there. I even tried to reboot after the
changes, thinking that maybe that's where the problem is. It's like
nothing works!!!

Also, this is only when watching TV or recordings. If I go to weather
or system info or the main menu, the blue line isn't there...(if this
helps anyone)

Thanks,
--a--



On Sat, 05 Mar 2005 16:10:56 -0500, Calvin Harrigan
<[EMAIL PROTECTED]> wrote:
> Ashu Desai wrote:
> 
> >Hi,
> >I did the overscan option. I went for TVOverScan upto 5.5, but nothing
> >happened!!!
> >
> >Thanks in advance for your help.
> >
> >--a--
> >
> >
> >On Fri, 04 Mar 2005 11:29:30 -0500, Calvin Harrigan
> ><[EMAIL PROTECTED]> wrote:
> >
> >
> >>Ashu Desai wrote:
> >>
> >>
> >>
> >>>Hello guys,
> >>>A newbie here. I wrote a couple of weeks back, and although a few guys
> >>>tried to help me, it didnt work. My appeal again:
> >>>
> >>>I am running pvr-250 (980) on a P3-650 Mhz-640 Mb RAM computer. When I
> >>>watch TV or the recording (since it's going to record the way it comes
> >>>on TV), I get a blue line on the left side the the upper side. Someone
> >>>suggested xattr thing with an "&" at the end; but that didn't work.
> >>>Someone also suggested modifying the /usr/bin/nVidia-Settings-1.0-6629
> >>>file but that didn't work either. I am at at brickwall now. Nothing
> >>>works and I hate watching my myth tv now with that bar
> >>>
> >>>SOMEONE PLEASE HELP!!!
> >>>
> >>>Any help is appreciated as always...
> >>>
> >>>Thanks,
> >>>Ash.
> >>>
> >>>
> >>>
> >>>
> >>>___
> >>>mythtv-users mailing list
> >>>mythtv-users@mythtv.org
> >>>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> >>>
> >>>
> >>>
> >>>
> >>What nvidia chipset does you setup use?  If it's geforce 4 or greater,
> >>use the overscan option in the xorg.conf file.
> >>For example:
> >>
> >>Section "Device"
> >> Identifier  "Videocard0"
> >> Driver  "nvidia"
> >> VendorName  "Chaintech"
> >> BoardName   "nVidia GeForce 4 MX 440"
> >> Option  "RenderAccel" "1"
> >> # TV Out Setup
> >> Option  "TVStandard" "NTSC-M"
> >> Option  "TVOutFormat" "SVIDEO"
> >> Option  "TVOverScan" "0.5"
> >> EndSection
> >>
> >>Increase the value by .05 until the lines disappears.
> >>
> >>Calvin...
> >>
> >>
> >>
> >
> >
> >
> 5.5 is not a valid value, 0.55 is.  Perhaps that's what you mean?  If it
> didn't work try .85 and see if there is any change.  Valid values are
> between 0.0-1.0
>
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] HELP about TV output

2005-03-05 Thread Ashu Desai
Hi,
I did the overscan option. I went for TVOverScan upto 5.5, but nothing
happened!!!

Thanks in advance for your help.

--a--


On Fri, 04 Mar 2005 11:29:30 -0500, Calvin Harrigan
<[EMAIL PROTECTED]> wrote:
> Ashu Desai wrote:
> 
> >Hello guys,
> >A newbie here. I wrote a couple of weeks back, and although a few guys
> >tried to help me, it didnt work. My appeal again:
> >
> >I am running pvr-250 (980) on a P3-650 Mhz-640 Mb RAM computer. When I
> >watch TV or the recording (since it's going to record the way it comes
> >on TV), I get a blue line on the left side the the upper side. Someone
> >suggested xattr thing with an "&" at the end; but that didn't work.
> >Someone also suggested modifying the /usr/bin/nVidia-Settings-1.0-6629
> >file but that didn't work either. I am at at brickwall now. Nothing
> >works and I hate watching my myth tv now with that bar
> >
> >SOMEONE PLEASE HELP!!!
> >
> >Any help is appreciated as always...
> >
> >Thanks,
> >Ash.
> >
> >
> >
> >
> >___
> >mythtv-users mailing list
> >mythtv-users@mythtv.org
> >http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> >
> >
> What nvidia chipset does you setup use?  If it's geforce 4 or greater,
> use the overscan option in the xorg.conf file.
> For example:
> 
> Section "Device"
>  Identifier  "Videocard0"
>  Driver  "nvidia"
>  VendorName  "Chaintech"
>  BoardName   "nVidia GeForce 4 MX 440"
>  Option  "RenderAccel" "1"
>  # TV Out Setup
>  Option  "TVStandard" "NTSC-M"
>  Option  "TVOutFormat" "SVIDEO"
>  Option  "TVOverScan" "0.5"
>  EndSection
> 
> Increase the value by .05 until the lines disappears.
> 
> Calvin...
>
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] HELP about TV output

2005-03-04 Thread Robert Johnston
On Fri, 4 Mar 2005 11:05:08 -0600, Ashu Desai <[EMAIL PROTECTED]> wrote:
> Also,
> I can't even find xorg.conf file!!!

Tried /etc/X11/XF86Config-4?
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] HELP about TV output

2005-03-04 Thread Ashu Desai
Also, 
I can't even find xorg.conf file!!!


On Fri, 4 Mar 2005 10:45:59 -0600, Ashu Desai <[EMAIL PROTECTED]> wrote:
> Thanks for the prompt reply, guys...
> 
> I am using nVidia FX 5200, i even tried to go back from 6629 to 5536
> (the driver version) and it can't seem to find that driver i
> downloaded...
> 
> 
> On Fri, 04 Mar 2005 11:29:30 -0500, Calvin Harrigan
> <[EMAIL PROTECTED]> wrote:
> > Ashu Desai wrote:
> >
> > >Hello guys,
> > >A newbie here. I wrote a couple of weeks back, and although a few guys
> > >tried to help me, it didnt work. My appeal again:
> > >
> > >I am running pvr-250 (980) on a P3-650 Mhz-640 Mb RAM computer. When I
> > >watch TV or the recording (since it's going to record the way it comes
> > >on TV), I get a blue line on the left side the the upper side. Someone
> > >suggested xattr thing with an "&" at the end; but that didn't work.
> > >Someone also suggested modifying the /usr/bin/nVidia-Settings-1.0-6629
> > >file but that didn't work either. I am at at brickwall now. Nothing
> > >works and I hate watching my myth tv now with that bar
> > >
> > >SOMEONE PLEASE HELP!!!
> > >
> > >Any help is appreciated as always...
> > >
> > >Thanks,
> > >Ash.
> > >
> > >
> > >
> > >
> > >___
> > >mythtv-users mailing list
> > >mythtv-users@mythtv.org
> > >http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> > >
> > >
> > What nvidia chipset does you setup use?  If it's geforce 4 or greater,
> > use the overscan option in the xorg.conf file.
> > For example:
> >
> > Section "Device"
> > Identifier  "Videocard0"
> > Driver  "nvidia"
> > VendorName  "Chaintech"
> > BoardName   "nVidia GeForce 4 MX 440"
> > Option  "RenderAccel" "1"
> > # TV Out Setup
> > Option  "TVStandard" "NTSC-M"
> > Option  "TVOutFormat" "SVIDEO"
> > Option  "TVOverScan" "0.5"
> > EndSection
> >
> > Increase the value by .05 until the lines disappears.
> >
> > Calvin...
> >
>
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] HELP about TV output

2005-03-04 Thread Ashu Desai
Thanks for the prompt reply, guys...

I am using nVidia FX 5200, i even tried to go back from 6629 to 5536
(the driver version) and it can't seem to find that driver i
downloaded...


On Fri, 04 Mar 2005 11:29:30 -0500, Calvin Harrigan
<[EMAIL PROTECTED]> wrote:
> Ashu Desai wrote:
> 
> >Hello guys,
> >A newbie here. I wrote a couple of weeks back, and although a few guys
> >tried to help me, it didnt work. My appeal again:
> >
> >I am running pvr-250 (980) on a P3-650 Mhz-640 Mb RAM computer. When I
> >watch TV or the recording (since it's going to record the way it comes
> >on TV), I get a blue line on the left side the the upper side. Someone
> >suggested xattr thing with an "&" at the end; but that didn't work.
> >Someone also suggested modifying the /usr/bin/nVidia-Settings-1.0-6629
> >file but that didn't work either. I am at at brickwall now. Nothing
> >works and I hate watching my myth tv now with that bar
> >
> >SOMEONE PLEASE HELP!!!
> >
> >Any help is appreciated as always...
> >
> >Thanks,
> >Ash.
> >
> >
> >
> >
> >___
> >mythtv-users mailing list
> >mythtv-users@mythtv.org
> >http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> >
> >
> What nvidia chipset does you setup use?  If it's geforce 4 or greater,
> use the overscan option in the xorg.conf file.
> For example:
> 
> Section "Device"
> Identifier  "Videocard0"
> Driver  "nvidia"
> VendorName  "Chaintech"
> BoardName   "nVidia GeForce 4 MX 440"
> Option  "RenderAccel" "1"
> # TV Out Setup
> Option  "TVStandard" "NTSC-M"
> Option  "TVOutFormat" "SVIDEO"
> Option  "TVOverScan" "0.5"
> EndSection
> 
> Increase the value by .05 until the lines disappears.
> 
> Calvin...
>
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] HELP about TV output

2005-03-04 Thread Garry Cook
On Fri, 4 Mar 2005 10:22:19 -0600, Ashu Desai <[EMAIL PROTECTED]> wrote:
> Hello guys,
> A newbie here. I wrote a couple of weeks back, and although a few guys
> tried to help me, it didnt work. My appeal again:
> 
> I am running pvr-250 (980) on a P3-650 Mhz-640 Mb RAM computer. When I
> watch TV or the recording (since it's going to record the way it comes
> on TV), I get a blue line on the left side the the upper side. Someone
> suggested xattr thing with an "&" at the end; but that didn't work.
> Someone also suggested modifying the /usr/bin/nVidia-Settings-1.0-6629
> file but that didn't work either. I am at at brickwall now. Nothing
> works and I hate watching my myth tv now with that bar
> 
> SOMEONE PLEASE HELP!!!
> 
> Any help is appreciated as always...
> 
> Thanks,
> Ash.
> 

It's xvattr, and it works great for me.  I use the command:
xvattr -a XV_COLORKEY -v 0
in my ~/.kde/Autostart/myth-load.sh file. If you did not use Jarod's
guide, you might not have this file and may need to put the command
somewhere else to have it run at startup.

If you are running from the command line, the "&" at the end just
tells the process to run in the background. Not sure if this is
necessary, as it seems to be a command that does it's job and then
exits, returning you to your shell, but I might be wrong about this.

Garry
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] HELP about TV output

2005-03-04 Thread Calvin Harrigan
Ashu Desai wrote:
Hello guys,
A newbie here. I wrote a couple of weeks back, and although a few guys
tried to help me, it didnt work. My appeal again:
I am running pvr-250 (980) on a P3-650 Mhz-640 Mb RAM computer. When I
watch TV or the recording (since it's going to record the way it comes
on TV), I get a blue line on the left side the the upper side. Someone
suggested xattr thing with an "&" at the end; but that didn't work.
Someone also suggested modifying the /usr/bin/nVidia-Settings-1.0-6629
file but that didn't work either. I am at at brickwall now. Nothing
works and I hate watching my myth tv now with that bar
SOMEONE PLEASE HELP!!!
Any help is appreciated as always...
Thanks,
Ash.
 


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
 

What nvidia chipset does you setup use?  If it's geforce 4 or greater, 
use the overscan option in the xorg.conf file.
For example:

Section "Device"
Identifier  "Videocard0"
Driver  "nvidia"
VendorName  "Chaintech"
BoardName   "nVidia GeForce 4 MX 440"
Option  "RenderAccel" "1"
# TV Out Setup
Option  "TVStandard" "NTSC-M"
Option  "TVOutFormat" "SVIDEO"
Option  "TVOverScan" "0.5"
EndSection
Increase the value by .05 until the lines disappears. 

Calvin...
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] HELP about TV output

2005-03-04 Thread Jeff Simpson
Is the line all the way across the side, or just for part of it? Does
it obscure part of the screen, or is it off in the "black bar" kind of
region where you're not watching anyway?

On Fri, 4 Mar 2005 10:22:19 -0600, Ashu Desai <[EMAIL PROTECTED]> wrote:
> Hello guys,
> A newbie here. I wrote a couple of weeks back, and although a few guys
> tried to help me, it didnt work. My appeal again:
> 
> I am running pvr-250 (980) on a P3-650 Mhz-640 Mb RAM computer. When I
> watch TV or the recording (since it's going to record the way it comes
> on TV), I get a blue line on the left side the the upper side. Someone
> suggested xattr thing with an "&" at the end; but that didn't work.
> Someone also suggested modifying the /usr/bin/nVidia-Settings-1.0-6629
> file but that didn't work either. I am at at brickwall now. Nothing
> works and I hate watching my myth tv now with that bar
> 
> SOMEONE PLEASE HELP!!!
> 
> Any help is appreciated as always...
> 
> Thanks,
> Ash.
> 
> 
> ___
> mythtv-users mailing list
> mythtv-users@mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> 
> 
> 


-- 
email me if you want a gmail invite, I have some invites
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] HELP about TV output

2005-03-04 Thread Ashu Desai
Hello guys,
A newbie here. I wrote a couple of weeks back, and although a few guys
tried to help me, it didnt work. My appeal again:

I am running pvr-250 (980) on a P3-650 Mhz-640 Mb RAM computer. When I
watch TV or the recording (since it's going to record the way it comes
on TV), I get a blue line on the left side the the upper side. Someone
suggested xattr thing with an "&" at the end; but that didn't work.
Someone also suggested modifying the /usr/bin/nVidia-Settings-1.0-6629
file but that didn't work either. I am at at brickwall now. Nothing
works and I hate watching my myth tv now with that bar

SOMEONE PLEASE HELP!!!

Any help is appreciated as always...

Thanks,
Ash.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users