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: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Auftrag von Ulrich Gierschner
Gesendet: Monday, September 29, 2003 3:52 PM
An: [EMAIL PROTECTED]
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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] with "unsubscribe linux-dvb" as 
subject.

Reply via email to