On Fri, Jun 25, 2010 at 3:03 PM, Aleksandr Tishin < [email protected]> wrote:
> Hi! > > I want to use pyglet on linux server without gui. My application only > shows some text on second monitor via pyglet. > > What libraries I need to install to do that? I've tried to install > x.org but pyglet don't want to work. > > Thanks! > > P.S. Sorry for my English. > Pyglet requires OpenGL, so in addition to X you will need a working install of libmesa (a software renderer for OpenGL), or the vendor (ATI/Intel/Nvidia) drivers for the server's graphics card. mesa should be available from the OS package manager (apt-get on Debian based systems, or yum on RedHat based systems). Beyond that, you might find some helpful information in an earlier thread about the same: http://groups.google.com/group/pyglet-users/browse_thread/thread/6c759262ea3bdf56/543207747b7dbefa -- Tristam MacDonald http://swiftcoder.wordpress.com/ -- 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.
