how to set GL_STEREO about GL_STEREO
hi, everyone.
i got a problem about how to set "GL_STEREO". Maybe you know it, please help me.

My display configulation as follow:

NVIDIA GeForce6200,
driver: nVIDIA_71843dstereo.exe and nvidia_7184betain.exe
operating system: windows 2003 server

I want to do something about stereo, but when i code like these:

GLboolean bStereoSupposedlyAvailable;
glGetBooleanv (GL_STEREO, &bStereoSupposedlyAvailable);

the varliable bStereoSupposedlyAvailable is false.
Furthermore, when i run redblue.exe, i got a warnning: the current display configuration does not support OpenGL stereo.

I donot know why? can you tell me, thanks very much!
hi, everyone.

i got a problem about how to set "GL_STEREO". Maybe you know it, please help me.



My display configulation as follow:



NVIDIA GeForce6200,

driver: nVIDIA_71843dstereo.exe and nvidia_7184betain.exe

operating system: windows 2003 server



I want to do something about stereo, but when i code like these:



GLboolean bStereoSupposedlyAvailable;

glGetBooleanv (GL_STEREO, &bStereoSupposedlyAvailable);



the varliable bStereoSupposedlyAvailable is false.

Furthermore, when i run redblue.exe, i got a warnning: the current display configuration does not support OpenGL stereo.



I donot know why? can you tell me, thanks very much!

#1
Posted 05/13/2006 08:36 AM   
I think you have to be running a Quadra card for the driver to set that flag to true. I don't think it's supported on the consumer-level cards.
I think you have to be running a Quadra card for the driver to set that flag to true. I don't think it's supported on the consumer-level cards.

#2
Posted 05/14/2006 02:44 PM   
Thank davidmp.
now my display card is Quadro4 900 XGL. The operating system is windows xp. And I open the stereo.
When i play cs, i can feel the stereo. There are double figure.

But when i run the redblue.exe, there still be the warning " The current display configuration does not support OpenGL stereo".

I donnot know why? please tell me the answer.

Thanks very much!
[quote name='davidmp' date='May 14 2006, 06:44 AM']I think you have to be running a Quadra card for the driver to set that flag to true. I don't think it's supported on the consumer-level cards.
[right][post="89011"]<{POST_SNAPBACK}>[/post][/right][/quote]
Thank davidmp.

now my display card is Quadro4 900 XGL. The operating system is windows xp. And I open the stereo.

When i play cs, i can feel the stereo. There are double figure.



But when i run the redblue.exe, there still be the warning " The current display configuration does not support OpenGL stereo".



I donnot know why? please tell me the answer.



Thanks very much!

[quote name='davidmp' date='May 14 2006, 06:44 AM']I think you have to be running a Quadra card for the driver to set that flag to true. I don't think it's supported on the consumer-level cards.

[post="89011"]<{POST_SNAPBACK}>[/post]

#3
Posted 05/15/2006 03:10 PM   
Scroll To Top