Intel TV output problems - color pulsing
Justin Hornsby
justin at mythtvthemes.co.uk
Fri Dec 14 03:39:23 PST 2007
Robert Lowery wrote:
>> Justin Hornsby wrote:
>>
>>> Regarding the pulsing effect on the colour of the composite output - at
>>> least as far as the PAL video modes are concerned the driver needs
>>> patched. I mean to raise a ticket in bugzilla for this but other stuff
>>> keeps getting in the way.
>>>
>>> Anyway in i830_tv.c a value of 286 needs changing to 288 (somewhere in
>>> the "PAL" section). that solved the problem for me.
>>>
>
> Looking at the code, I'm not sure this fix is enough.
>
> Later code has
> 1209 if (tv_mode->progressive)
> 1210 ysize = tv_mode->nbr_end + 1;
> 1211 else
> 1212 ysize = 2*tv_mode->nbr_end + 1;
>
> So using
> 286 would result in a ysize = 573
> 288 would result in a ysize = 577
>
> ie neither are right (576). Hopefully someone with doco can comment.
>
>
>> Yeah, I saw the posting about this on the list. I have an NTSC setup,
>> though. Perhaps a similar bug affects both formats?
>>
>> Richard
>> _______________________________________________
>> xorg mailing list
>> xorg at lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/xorg
>>
>>
I have to admit I'm not all that good at understanding the source - but
as far as video signal specs are concerned I can recommend reading
'Video Demystified' by Keith Jack, ISBN-10 0750683953
regards,
Justin
More information about the xorg
mailing list