>From what i've read in some LinuxMint forum's Nvidia Drivers can cause some 
problems. I think Nvidia's been trying to clean that up lately with better 
support for the new SteamOS, but if you run into more problems you could 
also try using Nouveau Drivers <http://nouveau.freedesktop.org/wiki/>.

It seems like the sound problem is with PulseAudio, which pyglet uses by 
default on Linux systems. I don't have much experience with 
Linux/PulseAudio compared to others here or its Pyglet implementation, so 
hopefully someone else can chime in. You could also try troubleshooting 
PulseAudio/ALSA in the LinuxMint forum's, or try installing OpenAL-Soft and 
forcing pyglet to use it by adding: *pyglet.options['audio'] = ('openal', 
'silent')* into your script after importing pyglet.

-- 
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pyglet-users+unsubscr...@googlegroups.com.
To post to this group, send email to pyglet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/pyglet-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to