[mythtv-users] Fix for Matrox g550 and directfb ( well sortof)

Dylan D admin at movingideasanimation.com
Sun Apr 25 05:02:13 EDT 2004


Hello all,
I was having issues with directfb not finding Glx/core etc when initialised though mythtvfrontend when passing dvb broadcasts.

Anyway's i was talking to the developer and he gave me a patch to fix the problem, 

No my issuesis mythfrontend is calling on bes instead of usind crct2 with my g550 and so picture isnt showing up...

Can this be set somewhere ?

Dylan D.

Index: matrox.c
===================================================================
RCS file: /cvs/directfb/DirectFB/gfxdrivers/matrox/matrox.c,v
retrieving revision 1.66
diff -u -r1.66 matrox.c
--- matrox.c    30 Mar 2004 23:42:36 -0000      1.66
+++ matrox.c    24 Apr 2004 14:35:24 -0000
@@ -1397,6 +1397,12 @@
           switch (device) {
           case PCI_DEVICE_ID_MATROX_G550:
           case PCI_DEVICE_ID_MATROX_G400:
+               if (addr0 == (dfb_gfxcard_memory_physical( NULL, 0 ) & 0xFE000000)) {
+                    fclose( file );
+                    return DFB_OK;
+               }
+               break;
+
           case PCI_DEVICE_ID_MATROX_G200_PCI:
           case PCI_DEVICE_ID_MATROX_G200_AGP:
           case PCI_DEVICE_ID_MATROX_G100_MM:

-- 


Dylan D.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20040425/5cd014fb/attachment.htm


More information about the mythtv-users mailing list