Is it possible to run 0ad using a thin client? I summarise the experiments I have made about this issue. Short answer: In my personal experience, No. [Edit: YES!!, with VirtualGL. See below] Long answer: Hardware: serverA (8 GB, AMD iii, 2800 Mghz, Radeon), computerB (old laptop), both using Lubuntu 14.04, in a local area network (LAN), --serverA 1000 Mb/s, computerB 100 Mb/s--. I have tried this experiments: x11vnc in serverA, ssvnc in computerB. 0ad runs very slowly. Not playable.LTSP in serverA, computerB Thin Client to PAE boot from serverA. 0ad runs very slowly. Not playable.Access via ssh -X serverA from computerB. 0ad does not show any graphics. I get the following errorlibGL error: failed to authenticate magic 3libGL error: failed to load driver: i915x2go, vncserver. 0ad does not run. I get the following information:WARNING: Failed to set the video mode to fullscreen for the chosen resolution 1440x850:24 ("Couldn't find matching GLX visual"), falling back to windowed modeERROR: SetVideoMode failed: 1024x768:24 0 ("Couldn't find matching GLX visual")terminate called after throwing an instance of 'PSERROR_System_VmodeFailed'what(): System_VmodeFailedAborted (core dumped)WARNING: Failed to set the video mode to fullscreen for the chosen resolution 1440x850:24 ("Couldn't find matching GLX visual"), falling back to windowed modeERROR: SetVideoMode failed: 1024x768:24 0 ("Couldn't find matching GLX visual")terminate called after throwing an instance of 'PSERROR_System_VmodeFailed'what(): System_VmodeFailedAborted (core dumped)WARNING: Failed to set the video mode to fullscreen for the chosen resolution 1440x850:24 ("Couldn't find matching GLX visual"), falling back to windowed modeERROR: SetVideoMode failed: 1024x768:24 0 ("Couldn't find matching GLX visual")terminate called after throwing an instance of 'PSERROR_System_VmodeFailed'what(): System_VmodeFailedAborted (core dumped)Please, let me know if I am missing anything else worth doing. Thank you very much for this great game!