Re: Possible reason why Intel 1.9.0 doesn't load with server 1.7.0 but does with 1.6.x

2009-10-07 Thread Matt Turner
On Wed, Oct 7, 2009 at 8:49 PM, Marty Jack wrote: > I found that Intel 1.9.0 calls DGAInit, which isn't defined at all in 1.7.0. I hope you mean 2.9.0? Matt ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/

Re: Possible reason why Intel 1.9.0 doesn't load with server 1.7.0 but does with 1.6.x

2009-10-07 Thread Jeremy Huddleston
On Oct 7, 2009, at 17:49, Marty Jack wrote: I found that Intel 1.9.0 calls DGAInit, which isn't defined at all in 1.7.0. from xf86.h : /* xf86DGA.c */ #ifdef XFreeXDGA extern _X_EXPORT Bool DGAInit(ScreenPtr pScreen, DGAFunctionPtr funcs, DGAModePtr modes, int n

Possible reason why Intel 1.9.0 doesn't load with server 1.7.0 but does with 1.6.x

2009-10-07 Thread Marty Jack
I found that Intel 1.9.0 calls DGAInit, which isn't defined at all in 1.7.0. It comes up as an implicit function declaration. I made an edit to remove that call and I am using it as we speak. One would think that an unmodified driver would find the symbol DGAInit unresolved and refuse to load