I have a 64bit application which is using 2D/3D graphics elements. The program works without issue within RHEL but will not draw any 3D elements within SuSE. The 2D mode works fine in both operating systems.

Whenever I attempt to draw 3D elements, I get a message that says "Can't find suitable pixelformat". I believe the problem has to do with the OpenGL library packages. In RHEL, I linked the application to the /usr/X11R6/lib64 folder, but that doesn't seem to work for SuSE. I believe there is a different folder for the OpenGL libraries on SuSE, but I can't seem to find it. Can someone point me to where the SuSE OpenGL libraries are held. Any suggestions or comments about what I'm doing wrong?

I'm a noob to SuSE and I have very limited knowledge about RHEL.