Am Donnerstag, dem 09.10.2025 um 15:19 -0400 schrieb gene heskett: > Would it be possible, as an aid to those of us who write their own > g-code, to break that section of the main docs out into a small > manual? > One that could be easily kept at the machines keyboard area? Trying > to > use the full 1200+ page manual, a printout of which needs a 4" D-ring > binder with over a ream of paper in it isn't very practical. Doubly > so > since wayland has disabled X11 forwarding. > > The xorg fork called XLibre may be our salvation there. He who forked > it, promises to fix its security holes w/o disabling its features. > And > we should support that effort.
Why not just print the chapter on g-code programming on it's own? No ned to print the whole manual :-) X11 forwarding via ssh -X to a wayland machine should work. Check /etc/ssh/sshd_config for "X11Forwarding yes". If you want to forward a wayland program, install "waypipe" and use "waypipe ssh _destination_ _command_". Depending on network and spare CPU cycles it may help to enable compression: "waypipe -c lz4 ssh ..." I would not bet on Xlibre, modern GUI toolkits, graphics hardware and untrustworthy networks tend to be a bad fit for the original X11 paradigms; all the major players more or less abandoned development of and for X11. -- Robert Schöftner <[email protected]> _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
