View Single Post
benny1967's Avatar
Posts: 3,790 | Thanked: 5,718 times | Joined on Mar 2006 @ Vienna, Austria
#14
Originally Posted by febb View Post
> The output will be something like:
> xterm Xt error: Can't open display: 10.0.0.126:0
> 10.0.0.126:0

This is easy: Your X client (i.e. the application, like xterm for example) does not have permissions to open the screen on the X server.

On the X server, do a "xhost +" (no quotes)
Misunderstanding:

The error is expected because 10.0.0.126 doesn't exist on the network. ("xhost +" was done before, also x was started without any xauth-magic that could add additional trouble.)


The unexpected and interesting part of the game is that you don't see this error on the 770. Mind you, even if xhost/xauth/... setting were all correct, the IP-address doesnt exist, there's no way to open a display on the remote machine. Still, there's no error and the application runs locally.