SUMA Visualization Issue

Hi,

I am working with Dan on resolving this issue on our cluster. We installed mesa-dri-drivers and its dependencies, and verified that suma is able to display the test images correctly over X using Windows and XMing. However, it's not able to display them on a Mac using XQuartz:


$ suma

suma:
     No input specified, loading some toy surfaces...
     Use '.' and ',' to cycle between them.
     See suma -help for assistance.

libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
oo     Warning SUMA_XErrHandler (SUMA_display.c:4147):
Intercepted X11 error: BadValue (integer parameter out of range for operation)
Will attempt to proceed but trouble might ensue.
++     Notice SUMA_XErrHandler (SUMA_display.c:4148 @09:35:35):
Trace At Xerr
      SUMA_XErrHandler
     SUMA_glXMakeCurrent
    SUMA_graphicsInit
   SUMA_X_SurfaceViewer_Create
  suma
 Bottom of Debug Stack

We have the following packages installed:


$ rpm -qa | grep libGL
mesa-libGL-17.2.3-8.20171019.el7.x86_64
mesa-libGLU-9.0.0-4.el7.x86_64
mesa-libGLU-devel-9.0.0-4.el7.x86_64
mesa-libGL-devel-17.2.3-8.20171019.el7.x86_64

Any hints? Thanks!

Ben Fulton