I have a small image viewer and slideshow program that basically just
does a image.blit to the screen   And this is reproduced by the
examples/image_display.py.

Getting the image on the screen seems to lag around 5 seconds on
Fedora 12.  On Fedora 11 and Ubuntu Karmic it works as expected.  With
image_display.py, the window shows up black for around 5 seconds, then
shows the image.  On Karmic, the window appears with the graphic in
it.

My viewer has keybindings for moving forward and back and image, and
if I tell it to go forward or back it takes around 5 seconds from the
keystroke until the screen shows that change.  If I do "Forward" and
then "Quit" keystrokes, it waits around 5 seconds, flashes the new
image on the screen then exits, just as another data-point.

If I do a print at the blit() call, that call is happening fast, well
within a second of the program start, but it still takes a number of
seconds for the image to show up on the display.

This has happened with 1.1.2, 1.1.3, and the current trunk.

Any thoughts?

Thanks,
Sean

--

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.


Reply via email to