On Wed, Sep 08, 2004 at 02:21:59PM +0100, Romero, Miguel Angel wrote:
> 2) Using Overlay Layer (video), there is no need colour conversion so CPU
> load is acceptable [>60%], but:
> - Using "hwrev = 3" in unichrome driver, I got bad colours. My impression is
> that U and V are swapped.
I had the same problem with DirectFB-0.9.20 (I'll have to check which hwrev
I used).
Adding
/* overlay color adjustment */
VIA_OUT(ucdrv->hwregs, 0x284, 0x1f0018f2);
VIA_OUT(ucdrv->hwregs, 0x288, 0x00001c00);
to uc_ovl_enable() in uc_overlay.c fixed it for me, however.
Greetings
Matthias