--- Felix Kühling <[EMAIL PROTECTED]> wrote:

> It looks like adding indirect acceleration added a new function to the
> loader that is used by libglx.so. So the new libglx won't work with
> older Xservers and I will have to build a new Xserver binary for
> snapshots/extras or add the Xserver to the snapshots. Yay!
> 
I came up with two workable solutions for this problem.  The first one
can be implemented in multiple ways.
Make this function available as/in a module.  I understand that this is
part of the loader, but it should not be needed to boot-strap itself. 
The second implementation is to put this function in libglx.so, where it
 is used.

My other solution is to include an xorg-additions.c into the snapshots
that can be built and then linked against the installed xorg binary. 
This would need a configure script that detects what symbols are missing
.  Should not be too hard.

I would gladly put forth the effort to bring any solution to life, I
just would like to know what will/will-not be accepted.

> The problem with that is that the default ModulePath, RgbPath etc. I
> build with will only work with either one of Xorg 6.9 or 7.0, but not
> both. Hmm ... testing the latest and greatest stuff is getting
> messier.
> 
> Regards,
>   Felix
> 
> Am Donnerstag, den 23.03.2006, 16:34 +0100 schrieb Michal Suchanek:
> > Hello
> > 
> > I tried installing the dri snapshots common-2006032[12]-linux.i386
> > with r200-2006032[12]-linux.i386, and I get undefined symbol in
> > libglx.so.
> > 
> > After reinstalling xorg-server 1.0.2 the problem goes away but it is
> > because the library is overwritten with the older version.
> > 
> > Using the X server and modules from
> > http://dri.freedesktop.org/wiki/Download does not help either.
> > 
> > Attaching the X server output. I do not see the error in the
> /var/log/X* files.
> > 
> > Thanks
> > 
> > Michal
> -- 
> | Felix Kühling <[EMAIL PROTECTED]>                     http://fxk.de.vu
> |
> | PGP Fingerprint: 6A3C 9566 5B30 DDED 73C3  B152 151C 5CC1 D888 E595
> |
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting
> language
> that extends applications into web and mobile media. Attend the live
> webcast
> and join the prime developer group breaking into this new coding
> territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
> --
> _______________________________________________
> Dri-devel mailing list
> Dri-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dri-devel
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to