You need to use NTSC patch on drivers source, then re-compile drivers and re-install.
-----Original Message----- From: vdr-bounces@linuxtv.org [mailto:vdr-bounces@linuxtv.org] On Behalf Of Andrey Vlassov Sent: Thursday, March 24, 2005 1:26 PM To: vdr@linuxtv.org Subject: [vdr] HELP::
Hi,
I am having a problem with vdr. And the problem is that when I start vdr I have picture on the TV which "rolls". It looks like Nexus-S card initialised in PAL mode. I have picture as on TV as on monitor. On monitor the picture is static with color. But on TV the picture is "rolling" and black and white.
I guess that I am missing something. What adjustments should I make?
PS: my location is North America/Canada (NTSC TV)
Thanks,
Andy
Hi Vladimir,
thanks for info. Quick search on google didn't bring expected result. Could you give url where I can find the patch.
Thanks,
Andy
Vladimir Shved wrote:
You need to use NTSC patch on drivers source, then re-compile drivers and re-install.
Andrey Vlassov wrote:
Hi Vladimir,
thanks for info. Quick search on google didn't bring expected result. Could you give url where I can find the patch.
--- dvb-kernel/linux/drivers/media/dvb/ttpci/av7110_av.c.orig 2005-02-17 11:30:15.000000000 -0800 +++ dvb-kernel/linux/drivers/media/dvb/ttpci/av7110_av.c 2005-02-17 11:32:50.000000000 -0800 @@ -1429,7 +1429,7 @@ void (*play[])(u8 *, int, void *) = { play_audio_cb, play_video_cb }; int i, ret;
- av7110->vidmode = VIDEO_MODE_PAL; + av7110->vidmode = VIDEO_MODE_NTSC;
for (i = 0; i < 2; i++) { struct ipack *ipack = av7110->ipack + i;