On Thu, 25 Nov 2010 18:08:51 +0800, Jerome BENOIT wrote:
On 25/11/10 17:49, Camaleón wrote:
is it possible to have OpenGL through a ssh connection ?
I googled, but I found no clear answer, hence my question.
Try it :-)
ssh -X user@host glxgears
Indeed I can run glxgears via ssh , but my issue is not fixed :-)
I am trying to run remotely via ssh some CUDA demo softwares (CUDA SDK
3.1:
when I run `particles' , I get the message:
grid: 64 x 64 x 64 = 262144 cells
particles: 16384
Required OpenGL extensions missing.
Oh... then read on:
CUDA with OpenGL Tunneling through X11 A tricky problem for an OpenGL
newbie
http://forums.nvidia.com/index.php?showtopic=77110
Viewing openGL graphics remotely
http://forums.nvidia.com/index.php?showtopic=35425
Maybe you find something useful from those threads.