Hmmm my first thought was that I can do all the rendering in a remote client (some crazy machine) and then send over the network the actual rendered buffer to the server (which is my laptop) in the purpose of displaying the buffer.
But how can I bypass the server so the remote client can sends directly the rendered buffer to the driver (in my machine)?
I see that cairo may take care of that but I'm not sure.
Thank you