Hello,

I have a cyber 9397DVD chipset :

01:00.0 VGA compatible controller: Trident Microsystems Cyber 9397DVD (rev
f3) (prog-if 00 [VGA])
        Subsystem: IBM: Unknown device 00ea
        Flags: 66Mhz, medium devsel, IRQ 11
        Memory at 70800000 (32-bit, non-prefetchable) [size=8M]
        Memory at 71000000 (32-bit, non-prefetchable) [size=128K]
        Memory at 70000000 (32-bit, non-prefetchable) [size=8M]
        Expansion ROM at <unassigned> [disabled] [size=64K]
        Capabilities: [80] AGP version 1.0
        Capabilities: [90] Power Management version 1

I have a problem with recent trident driver and the XVideo extension.
When coming back from APM suspend, the XVideo data of my apps are not
restored, and the XVideo area remains blue.

It appears after a quick search that this patch solves this problem:

Index: trident_dac.c
===================================================================
RCS file: /cvs/xc/programs/Xserver/hw/xfree86/drivers/trident/trident_dac.c,v
retrieving revision 1.45.2.1
diff -u -r1.45.2.1 trident_dac.c
--- trident_dac.c       2001/05/23 20:33:41     1.45.2.1
+++ trident_dac.c       2001/09/21 02:25:21
@@ -648,9 +648,11 @@
     OUTW_3CE(MiscIntContReg);
     OUTW_3CE(MiscExtFunc);
     OUTW_3x4(Offset);
+#if 0
     OUTW_3C4(SSetup);
     OUTW_3C4(SKey);
     OUTW_3C4(SPKey);
+#endif
     OUTW_3x4(PreEndControl);
     OUTW_3x4(PreEndFetch);
     if (pTrident->Chipset >= PROVIDIA9685) OUTW_3x4(Enhancement0);

-- 
fabrice

_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to