On Jan 3, 12:23 pm, Konst <[email protected]> wrote: > Hi to all! > > I've started learning Pyglet in summer, and at that time I was very > pleased with its performance on my Intel 945GME card. > > However, when I tried to launch some examples last week, I've got a > problem: Pyglet is working on less than 1 fps. I've got this problem > both with 1.1.3 and newest 1.1.4 versions. > > Other OpenGL-using application work fine, but it could really be a > driver issue. I use Debian GNU/Linux, my Xorg version is 7.4, Intel > video driver version is 2.9.1, Mesa libs' version is 7.6.1, Python > version is 2.5.4. > > I don't post this issue at Pyglet tracker, because I'm not sure if it > is really a Pyglet bug. If someone could advise me what kind of a > problem this is, or if I should try some profiling, I would appreciate > that very much because I want to learn and use Pyglet.
Hey. I'm no expert, but such a low framerate makes me wonder if hardware acceleration is really working. If you run something like glxgears, does it have a low framerate too? If you run glxinfo, does it show 'direct rendering: yes' ? -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en.
