pombreda / gource

Automatically exported from code.google.com/p/gource
0 stars 0 forks source link

Running on a GPU server #118

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I was wondering if I could run gource on a server that has a GPU like the 
Amazon HPC GPU instance for example. I tried getting it done somehow, 
successfully compiled everything on CentOS 5.5 provided by Amazon, but SDL 
cannot find a device and my tries with framebuffers failed. Any directions?

Original issue reported on code.google.com by hast...@gmail.com on 12 Mar 2011 at 9:11

GoogleCodeExporter commented 9 years ago
Works just fine.

SDL_VIDEODRIVER = x11
Xvfb :2 -x GLX -shmem -screen 0 1024x768x24
DISPLAY = :2

Bumpy way to an easy solution... :)

Original comment by hast...@gmail.com on 13 Mar 2011 at 12:44

GoogleCodeExporter commented 9 years ago
Looks like you worked it out. Thanks for sharing the solution.

Cheers

Andrew

Original comment by acaudw...@gmail.com on 13 Mar 2011 at 9:02