How to export X11 display to another PC?

Using applications, configuring, problems
Post Reply
Message
Author
menno
Posts: 80
Joined: Thu 03 Nov 2005, 23:21
Location: Bedum (Nederland)
Contact:

How to export X11 display to another PC?

#1 Post by menno »

What I try to do is use another pc to display X11 .
To test that you should be able to do :

Code: Select all

export DISPLAY=localhost:0
xclock
This should display xclock on your screen .
I wondered that this only works in puppy 1.09 .
I tried the seam on 2.02/2.14/3.1/4.0 but the all said "cannot connect display :" .
I tried it also on differed machine's .

What I am doing wrong ?? Or I'm missing something ?
User avatar
jcoder24
Posts: 604
Joined: Fri 06 May 2005, 12:33
Location: Barbados

#2 Post by jcoder24 »

Try

Code: Select all

export DISPLAY=":0.0"
menno
Posts: 80
Joined: Thu 03 Nov 2005, 23:21
Location: Bedum (Nederland)
Contact:

#3 Post by menno »

DISPLAY=:0.0 works on all systems . That not the problem there 0.0 is the default display .
menno
Posts: 80
Joined: Thu 03 Nov 2005, 23:21
Location: Bedum (Nederland)
Contact:

solved

#4 Post by menno »

Well in all later version of 1.09 they have put a '-nolisten tcp' command .
This only done for XORG in .xinitrc . This prefend X11 to listen to a tcp/ip network .

Also the host.allow only has local . So you should you local or global network into it . (example ALL: 10.0.0 )

I thing this is done for security reasons , but I ame not sure .
Post Reply