Hi, I have experienced the same defect running the Xming. A dirty workaround is to write an interposer library on Solaris that replaces glXChooseVisual() and glXGetConfig(). I did that and made ogl_install_check run and display between two different cities: running ogl_install_check on Solaris 10 in Stavanger and displaying output on Xming in Bergen.
The trick I used was to hardcode the visual I wanted ogl_install_check to use in the interposer glXChooseVisual() , and to hardcode the GLX_RGBA attribute value to true in the interposer glXGetConfig(). Of course, the output does not display smoothly due to the WAN. Kind regards, Erik This message posted from opensolaris.org
