<div dir="ltr">Thank you everyone, I've now got it working. <div><br></div><div>- martin</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 20 June 2016 at 12:14, IOhannes m zmölnig <span dir="ltr"><<a href="mailto:zmoelnig@iem.at" target="_blank">zmoelnig@iem.at</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 06/20/2016 12:51 PM, Martin Dupras wrote:<br>
> In other words: the Pi is on my Wi-FI network with its own IP address. I<br>
> ssh into it (with a graphical window) from a macbook. There, if I launch<br>
> PD, I can't create a gem window on the PI's primary display. Is that<br>
> possible?<br>
<br>
</span>yes, easy.<br>
<br>
login to your remote machine with X-forwarding enabled:<br>
$ ssh -X rpi2 pd -lib Gem<br>
OR<br>
$ ssh -Y rpi2 pd -lib Gem<br>
<br>
<br>
you can tell [gemwin] where to create the window using an X-window<br>
specification):<br>
[create :0(<br>
|<br>
[gemwin]<br>
<br>
<br>
you might need to actively allow the latter (via `xhost`).<br>
<span class=""><br>
><br>
> Or would it be possible to launch PD from the command line such that the<br>
> PD-gui client runs on my remote connection display, but the server runs<br>
> "locally" on the pi?<br>
<br>
</span>yes, this is also possible, but usually much more complicated.<br>
<span class=""><br>
<br>
> Incidentally, when a [gemwin] gets created, is it "owned" by the pd server<br>
> process or the client process?<br>
<br>
</span>the Pd-gui has nothing to do with Gem, which is running solely in the<br>
pd-core.<br>
in this context, "client" vs "server" is bad nomenclature, as it is both<br>
confusing (X-server (see my actual answer above) uses client/server) and<br>
(sometimes) untrue (both pd and pd-gui can act as server (resp. client)<br>
with respect to each other)<br>
<br>
fgmars<br>
<span class="HOEnZb"><font color="#888888">IOhannes<br>
<br>
</font></span><br>_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-list</a><br>
<br></blockquote></div><br></div>