LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   X display on another system (https://www.linuxquestions.org/questions/fedora-35/x-display-on-another-system-317804/)

unzari 04-27-2005 02:57 PM

X display on another system
 
Can somebody tell me what I need to do in order to get the "--display=" parameter of GNOME applications to work? I think it's also possible to "set DISPLAY=192.168.0.3:0.0"... No?

When I try to do this (from system 192.168.0.2), I get the following message:

(gedit:11676): Gtk-WARNING **: cannot open display: 192.168.0.3:0.0

On the target machine (192.168.0.3), I have tried "$ xhost +192.168.0.2"... No luck. Is there somewhere else I need to enable security? (Also, I cannot locate a log file to give me a clue.)

Many thanks in advance...

u*

Linux.tar.gz 04-27-2005 10:24 PM

You have to export the terminal to the target:
export DISPLAY=192.168.0.3:0.0
Then you type commands.

If you want another way, read this:
http://slackware.com/book/index.php?source=x1659.html

unzari 04-28-2005 01:14 AM

HI... Thanks for that info. However, i tried it, and I still get the same message. The info in the link you gave is basically what I tried earlier... :(

u*


All times are GMT -5. The time now is 04:13 PM.