PDA

View Full Version : libGL question


SPETZNAZ
04-20-03, 04:08 AM
Does this look right?


[root@localhost lib]# ls -l /usr/lib/libGL*
lrwxrwxrwx 1 root root 21 Apr 20 00:10 /usr/lib/libGLcore.so.1 -> libGLcore.so.1.0.4349*
-rwxr-xr-x 1 root root 4897592 Apr 20 00:10 /usr/lib/libGLcore.so.1.0.4349*
lrwxrwxrwx 1 root root 10 Apr 20 00:10 /usr/lib/libGL.so -> libGL.so.1*
lrwxrwxrwx 1 root root 17 Apr 20 00:10 /usr/lib/libGL.so.1 -> libGL.so.1.0.4349*
-rwxr-xr-x 1 root root 413812 Apr 20 00:10 /usr/lib/libGL.so.1.0.4349*
[root@localhost lib]#



If this is not right.... what/how do I fix it?

This is a locate libGL. If some one could tell me if this is right nor not and once again.... how to fix what is broke.



[root@localhost lib]# locate libGL
/home/spetznaz/downloads/usr/lib/transgaming_winex3/winex/lib/libGLU.so.1.3.030501
/home/spetznaz/downloads/usr/lib/transgaming_winex3/winex/lib/libGLU.so
/home/spetznaz/downloads/usr/lib/transgaming_winex3/winex/lib/libGLU.so.1
/home/spetznaz/downloads/libGL.so.1*
/home/spetznaz/downloads/libGLcore.so.1.0.4349*
/home/spetznaz/downloads/libGL.so.1.0.4349*
/usr/lib/libGLcore.so.1.0.4349
/usr/lib/libGL.so.1.0.4349
/usr/lib/libGL.so.1
/usr/lib/libGL.so
/usr/lib/libGLcore.so.1
/usr/lib/transgaming_winex3/winex/lib/libGLU.so.1.3.030501
/usr/lib/transgaming_winex3/winex/lib/libGLU.so
/usr/lib/transgaming_winex3/winex/lib/libGLU.so.1
/usr/X11R6/lib/libGLU.so.1.3.500
/usr/X11R6/lib/libGLU.so.1
/usr/X11R6/lib/libGLw.a
[root@localhost lib]#



Thanks for everyones time! :)

bwkaz
04-20-03, 07:58 AM
Looks all right to me, as long as the locate database was up-to-date when you ran that "locate libGL". If you want to make sure, run updatedb first, then redo locate libGL.

Was there anything specific you were worried about, or were you just making sure it was OK?

SPETZNAZ
04-20-03, 12:11 PM
Just making sure it was ok.

I have/had problems with HalfLife and mods.... slow FPS. I had winex3 installed but I never could get good FPS with winex...

Tried plain old wine and now it is much better.

I still think it could be faster......

bwkaz
04-20-03, 03:17 PM
You can always run ldd on the WineX libopengl32.so file; this should do that:

ldd /usr/lib/transgaming_winex3/winex/lib/libopengl32.so

Make sure the libGL that it has is the right one (though it should be; there aren't any more on your system that it could possibly be).

You did go into the setup in Half-Life and changed the renderer to something other than software, right? I use the OpenGL renderer, just because it works in both wine and winex.