The other define I could not remember for getting your local machine
to do the work is
export LIBGL_ALWAYS_INDIRECT=1
but it is much easier to set up rendering on the remote machine as per previous
libGL error: No matching fbConfigs or visuals
found
libGL error: failed to load driver: swrast
The problem is still X forwarding, now specifically GL
The axis GUI uses a libGL derivative opengl.
Either your BBB or the accessing computer must provide that.
You can get the forwarding to use the accessing computers
libraries using something like
export LIBGL_ALWAYS_SOFTWARE=1
but it is far easier to install the required libs on the remote
computer.
Since your BBB did not have an X server, it will not have had
libgl installed
apt-get update && apt-get install libgl1-mesa-dev libglu1-mesa-dev freeglut3-dev
should pull all the required libs, try
that, beyond that search engines are your friend, this is a common
problem
using remote access and nothing to do with machinekit
On 26/12/18 07:51, Bas de Bruijn
wrote:
So when I run "machinekit Xylotex.ini" I see the
machinekit logo and then it displays the axis window
but immediately hides it (it is so fast that I can't
even tell if it is fully drawing the contents. The
axis window shows up in the XWindow windows list but
I can't get it to re-display. The console looks like
it is just waiting for the load process to finish
but the only thing I can do is ^C to abort.
Last 2 lines talk of an error. There’s your starting
point.
Looks like your setup is finished and started to unload
when you pressed CTRL+C
Bas
--
website: http://www.machinekit.io
blog: http://blog.machinekit.io
github: https://github.com/machinekit
---
You received this message because you are subscribed to the
Google Groups "Machinekit" group.
To unsubscribe from this group and stop receiving emails from
it, send an email to [email protected].
Visit this group at https://groups.google.com/group/machinekit.
For more options, visit https://groups.google.com/d/optout.
--
website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit
---
You received this message because you are subscribed to the Google Groups "Machinekit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
Visit this group at https://groups.google.com/group/machinekit.
For more options, visit https://groups.google.com/d/optout.
|