I take it you are sending the display from one machine to another?

First thing you have to do is export the display, which it looks like you did.
Next is to add the entry to your xhost file.

You can do this by using the command:

xhost +  (which will exporting from any host without any restrictions)

or

xhost + ip name (which will allow an export only from that particular machine
in your list.)

if you want to see what is defined to your list:

xhost

If you want to remove entries use:

xhost - (will remove all hosts)

xhost - ip name (will remove a specific host)

I hope this helps.

Please pardon any delay in my reply.

-Al Smith
[EMAIL PROTECTED]

Reply via email to