It's a hardware problem. The raspberry pi doesn't support OpenGL - only OpenGL ES. You'd need to modify pyglet to support ES, which may or may not be a huge amount of work. I have never used OpenGL ES (or even looked into the pyglet sources for that matter) myself, so I wouldn't know.
On 13 December 2012 18:34, Blaine Booher <[email protected]> wrote: > hi guys! > > i have my pyglet app almost finished and figured i'd try it out on my > raspberry pi since it does hardware video decoding. unfortunately it won't > work! I get a problem with 'this x server does not support glx'. Any ideas > on how to fix this? it may not be possible, but talk about a huge bummer! > > i get the error talked about in this first post: > http://www.rasp<http://www.raspberrypi.org/phpBB3/viewtopic.php?f=32&t=8200> > berrypi.org/phpBB3/viewtopic.php?f=32&t=8200<http://www.raspberrypi.org/phpBB3/viewtopic.php?f=32&t=8200> > > is this a hardware issue, platform issue, software? all of the above? can > i build a custom x server with glx? just trying to figure out the issue. > thanks! > > Blaine > > -- > You received this message because you are subscribed to the Google Groups > "pyglet-users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/pyglet-users/-/LQGuoRZh0wYJ. > 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. > -- 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.
