Mailing List archive

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

[linux-dvb] Re: where to enable S-Video out in new driver



apieper@gmx.net wrote:
> i try to upgrade from vdr 1.04 / dvb-driver 2002 to
> vdr 1.2.0 / dvb-driver 2003-06-11.
> 
> Where can i enable s-video out (DVB-S rev. 1.3)?
> 
> With the old dvb-driver i just had to insert 'vidmode=2'
> in dvbdriver/driver/Makefile.
> Because the new Makefile is slightly different from the
> old one i tried to insert the 'vidmode=2' at different
> places, but it don't work out.

You have to pass this option to the 'dvb-ttpci.o' module,
i.e. change the line
       insmod dvb-ttpci.o;
to
       insmod dvb-ttpci.o vidmode=2;
in DVB/driver/av7110/Makefile.

Oliver


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



Home | Main Index | Thread Index