--- saa7126_core.c.orig 2004-01-01 22:14:42.000000000 +0100 +++ saa7126_core.c 2003-12-21 12:39:17.000000000 +0100 @@ -326,7 +326,7 @@ encoder->reg_2d = 0x08; // 00001000 CVBS only, RGB DAC's off (high impedance mode) !!! break; case SAA_MODE_SVIDEO: - encoder->reg_2d = 0xff; // 11111111 croma -> R, luma -> CVBS + G + B + encoder->reg_2d = 0xbf; // 10111111 croma -> R, luma -> G break; case SAA_MODE_YUV_V: encoder->reg_2d = 0x4f; // reg 2D = 01001111, all DAC's on, RGB + VBS