https://bugs.freedesktop.org/show_bug.cgi?id=54063

--- Comment #15 from Dominique Parisot <[email protected]> 2012-09-08 08:00:30 UTC 
---
As you suggest, I have replaced :
    if ((pVia->VideoEngine == VIDEO_ENGINE_CME ||
         pVia->Chipset == VIA_VM800) && iga->index) {
By :
    if ((pVia->VideoEngine == VIDEO_ENGINE_CME ||
         pVia->Chipset == VIA_PM800 ||
         pVia->Chipset == VIA_VM800) && iga->index) {

After compiling, installing and video playing, it's always the same thing : the
content of totem is a black window...

For your information, I'm sure that this modification was successfully
considered, because I have added a debug message in via_xv_overlay.c (just
before the modification) and I can see this message in Xorg.0.log.

I also tried to delete the following code but it doesn't change anything : 
    if ((pVia->VideoEngine == VIDEO_ENGINE_CME ||
         pVia->Chipset == VIA_VM800) && iga->index) {
        /* V1_ON_SND_DISPLAY */
        vidCtl |= V1_ON_SND_DISPLAY;
        /* SECOND_DISPLAY_COLOR_KEY_ENABLE */
        compose |= SECOND_DISPLAY_COLOR_KEY_ENABLE | 0x1;
    }

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Openchrome-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/openchrome-devel

Reply via email to