Re: ssh and OpenGL

2010-11-25 Thread Jerome BENOIT
Hello, On 25/11/10 18:52, Camaleón wrote: 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 u...@host glxgears

Re: ssh and OpenGL

2010-11-25 Thread Camaleón
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 u...@host glxgears >> > > Indeed I can run gl

Re: ssh and OpenGL

2010-11-25 Thread Jerome BENOIT
On 25/11/10 17:49, Camaleón wrote: On Thu, 25 Nov 2010 14:39:24 +0800, Jerome BENOIT 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 u...@host glxgears Greetings, Indeed I can run glxgears via

Re: ssh and OpenGL

2010-11-25 Thread Klistvud
Dne, 25. 11. 2010 10:45:32 je Jerome BENOIT napisal(a): On 25/11/10 17:37, Klistvud wrote: Dne, 25. 11. 2010 07:39:24 je Jerome BENOIT napisal(a): Hello List, is it possible to have OpenGL through a ssh connection ? I googled, but I found no clear answer, hence my question. Would this be

Re: ssh and OpenGL

2010-11-25 Thread Camaleón
On Thu, 25 Nov 2010 14:39:24 +0800, Jerome BENOIT 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 u...@host glxgears Greetings, -- Camaleón -- To UNSUBSCRIBE, email to debian-user-requ...@li

Re: ssh and OpenGL

2010-11-25 Thread Jerome BENOIT
On 25/11/10 17:37, Klistvud wrote: Dne, 25. 11. 2010 07:39:24 je Jerome BENOIT napisal(a): Hello List, is it possible to have OpenGL through a ssh connection ? I googled, but I found no clear answer, hence my question. Would this be X forwarding? Because AFAIK X forwarding (as in client-to

Re: ssh and OpenGL

2010-11-25 Thread Klistvud
Dne, 25. 11. 2010 07:39:24 je Jerome BENOIT napisal(a): Hello List, is it possible to have OpenGL through a ssh connection ? I googled, but I found no clear answer, hence my question. Would this be X forwarding? Because AFAIK X forwarding (as in client-to-server) won't work through ssh. -