Mailing List archive

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

Re: RGB to S-Video



> The firmware offers switching between 4 output modes.
> 
> NO_OUT
> CVBS_RGB_OUT  -  Composite on Composite-Out, RGB on RGB-out
> CVBS_YC_OUT   -  Composite on Composite-Out, C on RED-out, Y on GREEN-out
> YC_OUT        -  Y on Composite-out, C on RED-out
> 
> So, you can use CVBS + (RGB or YC) or only YC output.
> 
> You can use:
> 
> VidMode(dvb, CVBS_YC_OUT);
> 
> inside the driver to set the card to the CVBS+YC mode.
> Hmm, should I add an insmod parameter or an ioctl() for this?
> 
Yes ioctl() please (so a user program can set the mode).

Ralph, another question, how do I get teletext data from the driver,
/dev/vtx (?) is not registered.
Any thoughts on this?
Jan


Home | Main Index | Thread Index