Hi,
I have an opengl program that a client is reporting fails to run. I wrote him a small program to try and find exactly where the problem is and it looks like the issue is choosing the X visual. I'm using the following attributes as input:
GLX_RGBA,
GLX_RED_SIZE,4,
GLX_GREEN_SIZE,4,
GLX_BLUE_SIZE,4,
GLX_DOUBLEBUFFER,
Presumably one of these is attributes is not supported by his visual; however, when I look at his print out of glxinfo, there is a visual listed which matches this minimal criteria
0x24 24 tc 0 32 0 r y . 8 8 8 8 4 24 8 16 16 16 16 0 0 None
Or am I reading the output incorrectly. I'm guessing the next thing I was going to try changing the attributes. But I thought I'd try a post to see if anyone has other suggestions. Or if you need more information please let me know.
Thanks
-joe



