Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] AW: Old driver: how to activate S-Video by Parameter?



Hello Ulrich,

S-Video can be activated in the file DVB/driver/av7110/av7110.c in line:
static int vidmode=CVBS_YC_OUT;

The values are defind here DVB/driver/av7110/av7110.h:
typedef enum VIDEOOUTPUTMODE
{
        NO_OUT       = 0,               //disable analog Output
        CVBS_RGB_OUT = 1,
        CVBS_YC_OUT  = 2,
        YC_OUT       = 3
} VIDEOOUTPUTMODE, *PVIDEOOUTPUTMODE;

Bruno.

-----Ursprüngliche Nachricht-----
Von: linux-dvb-bounce@linuxtv.org
[mailto:linux-dvb-bounce@linuxtv.org]Im Auftrag von Ulrich Gierschner
Gesendet: Monday, September 29, 2003 3:52 PM
An: linux-dvb@linuxtv.org
Betreff: [linux-dvb] Old driver: how to activate S-Video by Parameter?


Hi!

I am using a rather old driver  (0.9.x) and I am quit satisfied with it:-)

Now I tried for testing purposes the SVideo Out for my old DVB-S
hardwareversion 1.3.
So I put vidmode=2 in the Makefile of the DVB-Driver behind insmod dvb

but it does not work...

Why?  Where do I have to appent 'vidmode=2'?

--
bis denn,

Ulrich


--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe
linux-dvb" as subject.



____________
Virus checked by G DATA AntiVirusKit
Version: AVK 12.0.412 from 23.06.2003
Virus news: www.antiviruslab.com



-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index