[SOLVED] How to export the display
Hi everyone,
I use KDE desktop (3.5.10) on my Gentoo computer. I'd like to run remote applications on my computer.
For clarity, lets say the box that I want to export X from is named A(CentOS) and the one want it to go to is named B(Gentoo).
B:
mike@gentoobear ~ $ xhost +192.168.1.2
192.168.1.2 being added to access control list
mike@gentoobear ~ $ ssh 192.168.1.2
A:
[mike@bearcentos ~]$ DISPLAY=192.168.1.7:0.0; export DISPLAY
[mike@bearcentos ~]$ echo $DISPLAY
192.168.1.7:0.0
[mike@bearcentos ~]$ xterm
xterm Xt error: Can't open display: 192.168.1.7:0.0
why this is happening...
What elese do I need to do?