An update to this thread. I finally managed to open Pd and get sound out of it with the debian (jessie, I think...) image for odroid I installed on an SD card. I tried before with no luck, but after RalfD's suggestion, I logged in with ssh -XY ( I used to log in only with the -X flag) and it finally worked.

Thank you all for your tips, I guess this issue is solved (at least for me).


On Thu, Sep 4, 2014 at 5:04 PM, Alexandros Drymonitis <adrcki@gmail.com> wrote:



On Thu, Sep 4, 2014 at 4:52 PM, R. Mattes <rm@mh-freiburg.de> wrote:
On Thu, 4 Sep 2014 16:22:43 +0300, Alexandros Drymonitis wrote
> Been away from this thread for a couple of days, busy with other
> stuff. Answering to IOhannes questions below..
>
> On Tue, Sep 2, 2014 at 6:20 PM, IOhannes m zmoelnig <zmoelnig@iem.at> wrote:

>> what is the user you using to log into the odroid?
>
> odroid
>
>>  what does the following return on the odroid:
>
>   $ file ~/.Xauthority
>
> /home/odroid/.Xauthority: empty

You might want to invoke your ssh client with the '-Y' option which
enables trusted forwarding.
Is the command ssh -XY or ssh -X -Y? Actually tried both but none worked...

 Cheers, RalfD