On 7/4/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hello *, > > I've just installed pyglet-1.1beta2 (on Gentoo Linux), and tried a few > examples. In hello_world I don't see any text, just a black window > (sometimes with some white line segment). Similarly, in all examples > which are supposed to show some texts, I don't see them (e.g., in > text_input, I can type something, the cursor moves, but no characters > are displayed). Maybe, pyglet cannot find font it wants? I have a lot > of fonts in /usr/share/fonts/*, Type1, TrueType, bitmap... I like > dejavu TTF fonts. How to explain pyglet where to find fonts? And what > kind of fonts does it want? >
Sounds like a driver problem. Please run `python -m pyglet.info` (assuming you have Python 2.5) and post the output here. > Another problem: all examples which are supposed to produce sound run > silently. For example, video.py shows video (for several video file > formats), but without sound. In general, sound works OK on my notebook > (alsa, on-board Intel sound card). Either ALSA or OpenAL is required for sound on Linux. AVbin is also required for compressed audio (e.g. music). Check if you can play a wave file with the media_player.py example. Alex. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
