Re: CVS GLX oddity

2006-03-25 Thread David Dawes
On Fri, Mar 24, 2006 at 10:13:25AM -0800, Mark Vojkovich wrote: Is that the final fix or is there something else I should test? That one works for me. That is the final fix. I'll commit it soon. David Mark. On Thu, 23 Mar 2006, Mark Vojkovich wrote: Yes, that works.

Re: CVS GLX oddity

2006-03-24 Thread Mark Vojkovich
Is that the final fix or is there something else I should test? That one works for me. Mark. On Thu, 23 Mar 2006, Mark Vojkovich wrote: Yes, that works. Mark. On Thu, 23 Mar 2006, David Dawes wrote: On Wed, Mar 22, 2006 at 08:52:00PM -0800, Mark

Re: CVS GLX oddity

2006-03-23 Thread David Dawes
On Wed, Mar 22, 2006 at 08:52:00PM -0800, Mark Vojkovich wrote: initdata is still NULL even after your call to LoaderSymbol() in that patch. The module name needs to be prepended. Something like: if (!initdata) { char *md; xasprintf(md, %s MODULE_DATA_NAME, name); if (md) {

Re: CVS GLX oddity

2006-03-23 Thread Mark Vojkovich
Yes, that works. Mark. On Thu, 23 Mar 2006, David Dawes wrote: On Wed, Mar 22, 2006 at 08:52:00PM -0800, Mark Vojkovich wrote: initdata is still NULL even after your call to LoaderSymbol() in that patch. The module name needs to be prepended. Something like: if

Re: CVS GLX oddity

2006-03-22 Thread David Dawes
On Wed, Mar 22, 2006 at 06:57:17PM -0800, Mark Vojkovich wrote: I can't get CVS to load NVIDIA's GLX module. It complains: (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so (EE) LoadModule: Module glx does not have a glxModuleData data object. (II) UnloadModule: glx Did something

Re: CVS GLX oddity

2006-03-22 Thread Mark Vojkovich
initdata is still NULL even after your call to LoaderSymbol() in that patch. Mark. On Wed, 22 Mar 2006, David Dawes wrote: On Wed, Mar 22, 2006 at 06:57:17PM -0800, Mark Vojkovich wrote: I can't get CVS to load NVIDIA's GLX module. It complains: (II) Loading