> > 2. Is there a way to get RGB tv-signal from the patcher-driver or the > > viafb-driver from directfb.org? > > Yes, you have to modify the corresponding "DAC select" register (offset > 02 or so), and that's all.
Yes, it's register 0x02, bits 1 and 0. There are 4 DACs and they can be configured in the following ways: 00: CVBS, C, Y, CVBS 01: Y, C, Y, C 10: CVBS, R, G, B 11: CVBS, Pr, Y, Pb The default is 00. To get RGB, you need a board that brings out all four DAC outputs. If you want to play, get the vt1622 utility from the Unichome X project's CVS repository. You can use that to change the values dynamically while you watch what happens. Mark _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
