Hi,
I'm running: Windows 2000 & Qt 4.2.3 Open Source.
When I try to execute some OpenGL examples included with Qt, I get the following error:
"System does not support OpenGL/framebuffer objects".
Reading the code, I figured out that my systems asserts both
Qt Code:
  1. !QGLFormat::hasOpenGL() || !QGLFramebufferObject::hasOpenGLFramebufferObjects()
To copy to clipboard, switch view to plain text mode 
. Both of them are false.
What can I do to correct this?
Also if I comment that, I get the picture which is somehow distorted (like skew) also some other drawings are displayed like "two". I don't know the name of that visual illness in English. You see two pictures of everything. I'll attach an image.



Please note that this happens only with code that has frame buffer.

What is the solution for that?

Best Regards,
-Mustafa