Hi,

On Thu, 2008-08-07 at 21:33 +0800, Gerrit Voss wrote:
> Hi,
> 
> On Thu, 2008-08-07 at 13:50 +0100, Will Steptoe wrote:
> > Hi all,
> > 
> > We are having problems with our application running in stereo (for
> > displaying in our CAVE) under WindowsXP.
> > 
> > Our clustermaster (NVidia 8600) serves 4 slaves (NVidia Quadro 5600).
> > The 8600 doesn't have a stereo option, but we have set the 5600's to
> > run in stereo.
> > 
> 
> Exactly which of the stereo modes are you using ?. 
> 

arg, your redblue link threw me off ;-). Freeglut  does not seem to 
support stereo under Windows. 

You will have to patch freeglut. In freeglut_window.c could you add

    if( fgState.DisplayMode & GLUT_STEREO )
        flags |= PFD_STEREO;

after the PFD_DOUBLEBUFFER part. For 2.4.0 this is line 186.

I currently don't have a stereo ready windows box at hand so this
is just from quickly glancing through the code. Let me know if it
works. If not I can try to find one.

kind regards,
  gerrit



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to