On 10/06/2014 09:20 AM, Rene Hopf wrote: > Hi, > I am wondering how difficult it would be to have a remote display. > I know linuxcnc can run headless, but how to interact with it? > It would be nice to have the realtime stuff on a embedded device, like the > beagleboard, > and Axis running on my Desktop. > X11 forwarding does not really work with OpenGL It doesn"t? I use : ssh -X <user>@1.2.3.4
and it works pretty well. It probably works WAY better if you have a 100 mbit ethernet connection vs. 10 mbit. I have done this with both X86 PC's and the Beagle Bone running machinekit, and it works acceptably. You definitely do feel the delay between the keyboard and the on-screen response. There probably is a way to get ssh to not encrypt the transfers, which should speed things up a bit. Jon ------------------------------------------------------------------------------ Slashdot TV. Videos for Nerds. Stuff that Matters. http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
