Probably not so much a joggler question, but a general linux one:
Got the IEGD driver installed and being used:
OpenGL vendor string: Tungsten Graphics, Inc.
OpenGL renderer string: Gallium 0.1, pipe/psb/Poulsbo on IEGD
rather than it using the software rasteriser.
When i run an opengl app, e.g. glxgears, I can happily get a decent framerate at the start, and then after about 40 seconds, it has a hissy fit and plummets:
root@jogglewol:~# glxgears
2999 frames in 5.0 seconds = 599.645 FPS
3025 frames in 5.0 seconds = 604.973 FPS
3023 frames in 5.0 seconds = 604.581 FPS
2449 frames in 5.0 seconds = 489.370 FPS
682 frames in 5.0 seconds = 136.133 FPS
382 frames in 5.0 seconds = 76.279 FPS
383 frames in 5.0 seconds = 76.491 FPS
The same happens for flashplayer. Starts off really smooth, and then ends up jittery. I dunno if its like a memory leak in the graphics driver or something, but its quite annoying!
Anyone have any ideas?