> Ulrich, the spheres demo requires that your OpenGL driver support the > OpenGL Shading Language (GLSL) and framebuffer extensions. These are > reported as GL_ARB_shader_objects and GL_EXT_framebuffer_object, > respectively. You can see what extensions your GL driver supports by > typing this in the listener: > > USE: opengl.capabilities > gl-extensions . > > I'll update the spheres source to check for these extensions so it > gives a better error message. Out of curiosity, what sort of video > card are you using? > > -Joe Hi Joe,
I have a NVIDIA GeForce 6800 in this FSC notebook (three years old). My gl-extensions include GL_ARB_shader_objects, but *not* GL_EXT_framebuffer_object. Regards, Ulrich ------------------------------------------------------------------------- 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=/ _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
