How to enable opengl quad buffer in my programme?
hello everyone,
i meet a problem when i am working on my own opengl programme, and i need some help

i can't initializing stereo with Glut in my opengl programme

my code is as follow:

glutInitDisplayMode(GLUT_DOUBLE | GLUT_RGB | GLUT_DEPTH |GLUT_STEREO);
glutCreateWindow("testStereo");

it goes out with an fatel error:
GLUT: Fatal Error in (unamed): pixel format with necessary capabilities not found.

i am sure that my hardware is suit for quad buffer opengl.
my graphic card is Nvidia quadro FX1700, installed 197.59 graphics driver. my system is windowsXP SP3
the Opengl Stereo option in my Nvidia control panel is turned on
i can play stereo movies with the Stereoscopic Player in Quad Buffered OpenGL mode
so i think there is no question that my system have the capabilities to work with quad buffer stereo

i also tryed this programme in another computer with an Nvidia quadro FX3500 card, it comes the same fatel error.

so what did i miss?

please help me ,thank you all :">
hello everyone,

i meet a problem when i am working on my own opengl programme, and i need some help



i can't initializing stereo with Glut in my opengl programme



my code is as follow:



glutInitDisplayMode(GLUT_DOUBLE | GLUT_RGB | GLUT_DEPTH |GLUT_STEREO);

glutCreateWindow("testStereo");



it goes out with an fatel error:

GLUT: Fatal Error in (unamed): pixel format with necessary capabilities not found.



i am sure that my hardware is suit for quad buffer opengl.

my graphic card is Nvidia quadro FX1700, installed 197.59 graphics driver. my system is windowsXP SP3

the Opengl Stereo option in my Nvidia control panel is turned on

i can play stereo movies with the Stereoscopic Player in Quad Buffered OpenGL mode

so i think there is no question that my system have the capabilities to work with quad buffer stereo



i also tryed this programme in another computer with an Nvidia quadro FX3500 card, it comes the same fatel error.



so what did i miss?



please help me ,thank you all :">

#1
Posted 05/14/2010 08:07 AM   
Peter, Welcome to the forums! This question may be better asked in another section of the forums. The Nzone is directed mostly at gamers and less at programing. There isn't a specific OpenGL section, but my best guess would be the DirectX section which is located here - [url="http://forums.nvidia.com/index.php?showforum=135"]http://forums.nvidia.com/index.php?showforum=135[/url]

I have a feeling you'll get a much better response there then you will here. Hope that helps.
Peter, Welcome to the forums! This question may be better asked in another section of the forums. The Nzone is directed mostly at gamers and less at programing. There isn't a specific OpenGL section, but my best guess would be the DirectX section which is located here - http://forums.nvidia.com/index.php?showforum=135



I have a feeling you'll get a much better response there then you will here. Hope that helps.

Image

#2
Posted 05/14/2010 08:17 AM   
[quote name='420Ryme' post='1055527' date='May 14 2010, 04:17 PM']Peter, Welcome to the forums! This question may be better asked in another section of the forums. The Nzone is directed mostly at gamers and less at programing. There isn't a specific OpenGL section, but my best guess would be the DirectX section which is located here - [url="http://forums.nvidia.com/index.php?showforum=135"]http://forums.nvidia.com/index.php?showforum=135[/url]

I have a feeling you'll get a much better response there then you will here. Hope that helps.[/quote]

thanks for your help:)
[quote name='420Ryme' post='1055527' date='May 14 2010, 04:17 PM']Peter, Welcome to the forums! This question may be better asked in another section of the forums. The Nzone is directed mostly at gamers and less at programing. There isn't a specific OpenGL section, but my best guess would be the DirectX section which is located here - http://forums.nvidia.com/index.php?showforum=135



I have a feeling you'll get a much better response there then you will here. Hope that helps.



thanks for your help:)

#3
Posted 05/14/2010 08:39 AM   
Scroll To Top