gource is a software version control visualization tool that I would like to use with Git. I've installed it on my Raspberry Pi (sudo apt-get install gource), but unfortunately when I run it I get this error message:
$ gource
gource: SDL initialization failed - couldn't find matching GLX visual
Try 'gource --help' for more information
Some commands I ran:
$ glxinfo
name of display: :1.0
Error: couldn't find RGB GLX visual or fbconfig
Any ideas on where to go from here?