No Idea About Graphics

Anonymous
Topic 12352

The app _tries_ to link the .so (which, in turn, has certain dependencies compiled into it) to determine if graphics would work on your machine. In particular this requires an OpenGL graphics card and drivers for it (I think libGL.so etc.) available in the standard library path or LD_LIBRARY_PATH environment.

The "Can't setup shared mem" indicates that the app can't set up the communication with the boinc client, apparently because you are running the app without it. Running standalone the app requires quite a number of command line parameters. As these are missing, the app terminates immediatly.

To see if the graphics work you are better off running the core client and look into the messages in "stderr.txt" in the slots directory of the running app (usually BOINC/slots/0).

BM