Re: OpenGL forwarding via ssh session: works on jessie, does not work on stretch

2019-06-05 Thread Étienne Mollier
On 6/5/19 10:26 PM, Simon S wrote: > I think i found the culprit: > > I use the debian apt repo for machinekit and the rt kernel: > deb [arch=armhf] http://repos.rcn-ee.com/debian/ stretch main > > This repo installs libGL.so.1.0.0 instead of libGL.so.1.2.0. > I forced to use the default debian a

Re: OpenGL forwarding via ssh session: works on jessie, does not work on stretch

2019-06-05 Thread Simon S
I think i found the culprit: I use the debian apt repo for machinekit and the rt kernel: deb [arch=armhf] http://repos.rcn-ee.com/debian/ stretch main This repo installs libGL.so.1.0.0 instead of libGL.so.1.2.0. I forced to use the default debian apt source repo and purged all libgl stuff from t

Re: OpenGL forwarding via ssh session: works on jessie, does not work on stretch

2019-06-05 Thread Simon S
Am Sonntag, 2. Juni 2019 15:00:05 UTC+2 schrieb Simon S: > Hi, > > I have a weird problem with opengl forwarding via ssh. > I am running debian jessie on my BeagleBone Black (armhf) that I use for my > CNC machine by running machinekit. > Everything works as expected, I even got indirect opengl r

Re: OpenGL forwarding via ssh session: works on jessie, does not work on stretch

2019-06-05 Thread Simon S
Hi! Thanks for testing it out! I was wondering if it had to do with an user beeing logged in to lxde. I think autologin might be enabled on the jessie system. Unfortunately this does not help. Still the same problem on stretch. I have some additional info. Without exporting the inderect renderin

Re: OpenGL forwarding via ssh session: works on jessie, does not work on stretch

2019-06-03 Thread Étienne Mollier
Simon, on 2019-06-02: > The following test setup: > (A) linux machine running ubuntu (Nvidia GPU) > (B) BBB running jessie > (C) BBB running stretch > > I connect from (A) -> (*) by ssh -X x@host > > When I connect from (A) to (B): > > export LIBGL_ALWAYS_INDIRECT=1; glxinfo|head > name of display

OpenGL forwarding via ssh session: works on jessie, does not work on stretch

2019-06-02 Thread Simon S
Hi, I have a weird problem with opengl forwarding via ssh. I am running debian jessie on my BeagleBone Black (armhf) that I use for my CNC machine by running machinekit. Everything works as expected, I even got indirect opengl rendering working when I connect to the BBB using windows. Now I tri