<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello all,</FONT></DIV>
<DIV><FONT face=Arial size=2>I was having issues with directfb not finding 
Glx/core etc when initialised though mythtvfrontend when passing dvb 
broadcasts.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Anyway's i was talking to the developer and he gave 
me a patch to fix the problem, </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>No my issuesis mythfrontend is calling on bes 
instead of usind crct2 with my g550 and so picture isnt showing 
up...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Can this be set somewhere ?</FONT></DIV>
<DIV><FONT face=Arial size=2><BR>Dylan D.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>Index: 
matrox.c<BR>===================================================================<BR>RCS 
file: /cvs/directfb/DirectFB/gfxdrivers/matrox/matrox.c,v<BR>retrieving revision 
1.66<BR>diff -u -r1.66 matrox.c<BR>--- matrox.c&nbsp;&nbsp;&nbsp; 30 Mar 2004 
23:42:36 -0000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.66<BR>+++ 
matrox.c&nbsp;&nbsp;&nbsp; 24 Apr 2004 14:35:24 -0000<BR>@@ -1397,6 +1397,12 
@@<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; switch 
(device) {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; case 
PCI_DEVICE_ID_MATROX_G550:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
case 
PCI_DEVICE_ID_MATROX_G400:<BR>+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
if (addr0 == (dfb_gfxcard_memory_physical( NULL, 0 ) &amp; 0xFE000000)) 
{<BR>+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
fclose( file 
);<BR>+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
return 
DFB_OK;<BR>+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
}<BR>+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
break;<BR>+<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; case 
PCI_DEVICE_ID_MATROX_G200_PCI:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
case 
PCI_DEVICE_ID_MATROX_G200_AGP:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
case PCI_DEVICE_ID_MATROX_G100_MM:<BR><BR>-- </DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT><BR><FONT face=Arial size=2>Dylan 
D.</FONT></DIV></BODY></HTML>