[ltp] OpenGL apps stopped working

Robert Svoboda linux-thinkpad@linux-thinkpad.org
Thu, 28 Apr 2005 16:29:04 +0200


* Alex Deucher <alexdeucher@gmail.com> [2005-04-28 15:40]:
> On 4/28/05, Robert Svoboda <r080@atlas.cz> wrote:
[...]
> Sounds like a libGL problem.  if you upgraded to a newer dri snapshot
> or messed with your X install, you may have an old version of libGL
> floating around that some apps are using.  try:
> ldd `which glxinfo`
> and compare it with the results of:
> ldd `which otherapp`
> and see if they are linking to the same version of libGL.

Good idea. They point to the same library...

> Which other apps are giving you problems?

I don't have many:
tuxracer
supertux
frozen-bubble
fuhquake
tint

> This guide may be helpful to you in tracking down the problem:
> http://dri.freedesktop.org/wiki/DriTroubleshooting

I went through all steps. Everything passed.

I agree with you. I think the problem is somewhere in
libraries. I will try to recompile OpenGL nad apps using it.
(I tried it already to some extent)

> Alex

Thank you Alex.

Robert