View Single Post
Cartoon_Head's Avatar
Posts: 72 | Thanked: 15 times | Joined on Jan 2010 @ London, UK
#10
Originally Posted by daved View Post
I don't quite understand what you are trying to do here. Are you trying to run apps on the N900 and display on a PC, or vice versa? ssh can cope with all this stuff on its own, without having to install xauth. It could be that your use of sudo is losing the display authorisation. Why are you using sudo in this way?
I am trying to ssh into apps on my n900 from my pc. ssh can't do it without xauth, i was not using sudo i was logged in as root via ssh. I tried just running things without xauth and the program loads on the n900 instead of the pc, so i tried
Code:
set display 192.168.0.x 0
and
Code:
export display
with no luck.

CH