Hi, On Wed, 2006-09-06 at 09:31 +0200, Manuel Büchler wrote: > Hi > > Thanks Gerrit. This is a good tip. I have a Quadro, but I turned it > (with RivaTuner) to a 7900GTX because I use the NVIDIA Stereo Driver. > So if I turn it back to a Quadro this should be the solution?!
yes, plus you should check your driver settings because you can change the mode somewhere. I only know the Linux way without trying ;-) but I don't have a box quadro box running windows at hand. But you should enable stereo and set the mode to something that involves the onboard 3pin DIN connector. > And the next Question right away: How can I use this quad buffering > with a WIN32Window? I found the Flag PFD_STEREO. Is this the one you > can compare to GLUT_STEREO? I think so, again my Windows experience is limited. PIXELFORMATDESCRIPTOR pfd; . . all the common stuff . pfd.dwFlags |= PFD_STEREO; should do the trick. > Can I use the same code (viewport,...) > like in testStereoDecorator also with this win32window? yes the rest should stay the same. regards, gerrit ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
