[Openchrome-devel] [Bug 54063] XV video output does not work with S3 UniChrome Pro

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Sep 8 01:00:31 PDT 2012


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

--- Comment #15 from Dominique Parisot <zionly at free.fr> 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.



More information about the Openchrome-devel mailing list