LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   how to get display using xterm (https://www.linuxquestions.org/questions/linux-networking-3/how-to-get-display-using-xterm-903141/)

vamsi9042 09-15-2011 05:54 AM

how to get display using xterm
 
Hi guys!

I have two systems with ip addresses 10.30.10.143 and 10.30.10.213. Now i'm running an interactve program "./inter" on 143. I need it to be displayed on 213 by using xterm only. For that what i did was,

On 143,

$ DISPLAY=10.30.10.213:0.0
$ $XTERM -exec ./inter -sl 8000 -fg white -bg black &

The error i'm get is
xtem Xt: can't display 10.30.10.213:0.0

Could anybody please get me out of this problem!

Thanks in advance.

rigor 09-15-2011 06:06 AM

Just to double check, the X server is running on 213, and 143 is given access to the display on 213 in the controlling authority file, yes?

vamsi9042 09-15-2011 07:06 AM

Quote:

Originally Posted by kakaka (Post 4472329)
Just to double check, the X server is running on 213, and 143 is given access to the display on 213 in the controlling authority file, yes?

Xserver is working 213 and 143 has perm's.

Reuti 09-16-2011 04:54 AM

You mean a test with an xclock is working fine?

vamsi9042 09-20-2011 10:52 PM

Quote:

Originally Posted by Reuti (Post 4473406)
You mean a test with an xclock is working fine?

xclock is not working... Now what do I need to do now..


All times are GMT -5. The time now is 01:56 PM.