On Sun, 3 Feb 2002, Branden Robinson wrote:

> On Sun, Feb 03, 2002 at 12:58:25AM -0500, Vladimir Dergachev wrote:
> > AFAIK, you can try using 3.3.6 server and use libraries from 4.2.0..
>
> This from the guy who wants people to keep their Linux kernel, X server,
> and Mesa library in absolute lockstep for DRI support?
>
> :)

:))

I am not saying this without reason, you know.. Normally when you want to
partition software into idnependently loaded components you create a
well-defined interface for them to communicate over and make sure they
stick to it. Then you can mix versions freely. If you do not have a
well defined interface then your only recourse is testing different
versions for compatibility. The problem is that  for a driver a signficant
part of that interface is hardware interface of which we do not have full
understanding, and as for testing I do not know who and where is going to
do it. In fact, I do not even know a good app to test GL functionality,
not perfomance (i.e that all calls do as they should and do not crash the
machine). I know some people proposed kernel driver that does everything,
but I would think this will either double the work or will not be
compatible with OSes other then Linux. Or both.

As for X11 libraries they were designed to be compatible across different
X implementations, so different Xserver versions should work ok. For
example each time you connect from an Xterminal the programs running on
the remote machine use libraries different from ones in your Xterminal
(if it has any.. though all that I've seen do). I am saying "should"
because though core X protocol is the same there are extensions that can
break. I remember some issues with DGA way back, but I never used it so I
do not know for sure.

Does this make sense ?

                            Vladimir Dergachev

>
> --
> G. Branden Robinson                |
> Debian GNU/Linux                   |       "Bother," said Pooh, as he was
> [EMAIL PROTECTED]                 |       assimilated by the Borg.
> http://people.debian.org/~branden/ |
>

_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to