I just installed pyglet and tried to run the hello world program as outlined in the
tutorial. I ran it and got this error:
libGL error: failed to load driver: swrast
libGL error: Try again with LIBGL_DEBUG=verbose for more details.
Then I put LIBGL_DEBUG=verbose on and got:
libGL: screen 0 does not appear to be DRI2 capable
libGL: OpenDriver: trying /usr/lib/x86_64-linux-gnu/dri/tls/swrast_dri.so
libGL: OpenDriver: trying /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
libGL: Can't open configuration file /home/fred-buchanan/.drirc: No such file or directory.
libGL error: failed to load driver: swrast
I don't know what is happing. I'm running ubuntu 13.10. I'm using a GeForce GTX 650 TI BOOST, if that is of any help, with the propitiatory drivers.
Any help would be much appreciated.
Thanks!