Thread: OpenGL
View Single Post
  #7  
Old 03-30-2008, 02:28 PM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
Quote:
Originally Posted by DrakilorP2P View Post
Obviously. What I'm saying is that it's misleading to say "this problem occurs on OpenGL".
PHP Code:
ldd /usr/bin/graal
        linux
-gate.so.1
        libfmod
-3.75.so
        libGL
.so.1
        libXt
.so.6
        libXcursor
.so.1
        libXxf86vm
.so.1
        libgcc_s
.so.1
        libpthread
.so.0
        libc
.so.6
        libdl
.so.2
        libm
.so.6
        libX11
.so.6
        libXext
.so.6
        libSM
.so.6
        libICE
.so.6
        libXrender
.so.1
        libXfixes
.so.3
        
/lib/ld-linux.so.2
        libXau
.so.6
        libXdmcp
.so.6 
"The problem occurs when OpenGL is in use", I guess is a better way to put it then.

None the less, the Windows client does not use OpenGL by default (unless in Graal3D mode). It's a command-line option to use OpenGL anyway, and if this problem only occurs when OpenGL mode is in use, it suggests there is some handling difference between DirectX and OpenGL.
Reply With Quote