Ticket #340 (reopened usability)
AIGLX: glXChooseVisual gives a GL_STEREO visual when none is supported
| Reported by: | wealthychef@… | Owned by: | jeremyhu@… |
|---|---|---|---|
| Priority: | Important | Milestone: | later |
| Component: | GLX | Version: | 2.4.0 (xserver-1.5) |
| Keywords: | stereo glXChooseVisual | Cc: | wealthychef@… |
Description
Hello, I have traced a bug in VMD from http://www.ks.uiuc.edu/Research/vmd/ to what we believe is a bug in X11. I am using XQuartz 2.4.0 (xorg-server 1.5.3-apple14). In the code below, glXChooseVisual() returns a valid visual, but the card I'm using is a not a stereo card. It's a GeForce 7300 GT. glxinfo does not report GLX_STEREO extension. Can you comment on what is going on? Is this an XQuartz bug?
int conf[] = {GLX_DOUBLEBUFFER, GLX_RGBA, GLX_DEPTH_SIZE, 16, GLX_STEREO,
GLX_STENCIL_SIZE, 1, GLX_RED_SIZE, 8, GLX_GREEN_SIZE, 8, GLX_BLUE_SIZE, 8, None};
vi = glXChooseVisual(glxsrv->dpy, glxsrv->dpyScreen, conf);
Change History
Note: See
TracTickets for help on using
tickets.
