On Tue, 2009-02-03 at 20:40 +0100, gabor papp wrote: > hi Peter, > > > freeglut (fluxus-0.16): Unable to create direct context rendering for > > window 'fluxus scratchpad 0.16' > you probably don't have direct rendering enabled. you can check it with > glxinfo.
alternatively you can try turning some of the fancy GL stuff off by building fluxus with: sudo scons MULTITEXTURE=0 GLSL=0 install if that works, we need to look into how to autodetect these features... cheers, dave
