I’m trying to access the native GUIs on Zynthian from another computer.
There are various methods mentioned here:
https://wiki.zynthian.org/index.php/Accessing_Zynthian_from_your_computer#Opening_Synth_Engine_Native_GUIs_on_your_Computer
None of these options are working for me, and I think that page probably needs an update.
The information on setting up a VNC server is now obsolete as Zynthian now comes with one installed.
I can establish an X11 session as is described using:
$ ssh -Y root@zynthian.local
Any Xwindows commands launched from that shell (eg. xterm, aeolus) do indeed display correctly (in XQuartz on Mac OS). However, it doesn’t display commands that are launched by the Zynthian UI, which is what I need in order to be able to tweak the synth parameters. These windows instead go to a separate hidden desktop which is only accessible via VNC. Actually, there are by default two vnc servers running: a copy of the Zynthian UI display is on port 5900, and the desktop with the Zynthian native UIs is on port 5901. Therefore, what I actually have to do (eg. via Finder in Mac OS) is to open a connection to vnc://zynthian.local:5901.
If I disable the VNC server in the Zynthian UI configuration, I can no longer connect to the hidden desktop, but the windows still open there anyway, and won’t open in a forwarded X session.
So…
-
Is there a way to make the “live” sound engines open their UI in a remote X display, rather than in the VNC desktop screen?
-
Is there a way to change the size of the VNC screen? I would like it to match the size of my remote display (1200x800) so the windows scale properly and I don’t have to scroll around it