Hallo peple,
I'm new for the forum and for kubuntu.
My problem is related to exporting a display from a remote PC on my kubuntu desktop with a telnet connection.
after I type:
xhost + remote_ip
telnet remote_ip
I log on the remote terminal and I type
export DISPLAY=my_ip:0
i try to launch for example kwrite from remote
kwrite
I have
kwrite: cannot connect to X server 150.145.38.40:1
On the Suse 9.3 I solved this problem deleting the string
nolisten tcp
from the first line of /etc/X11/xdm/Xservers
On kubuntu the file exists but there is not "nolisten" string
Anyone has a good and simple solution?
Thanks in advance
A.
I'm new for the forum and for kubuntu.
My problem is related to exporting a display from a remote PC on my kubuntu desktop with a telnet connection.
after I type:
xhost + remote_ip
telnet remote_ip
I log on the remote terminal and I type
export DISPLAY=my_ip:0
i try to launch for example kwrite from remote
kwrite
I have
kwrite: cannot connect to X server 150.145.38.40:1
On the Suse 9.3 I solved this problem deleting the string
nolisten tcp
from the first line of /etc/X11/xdm/Xservers
On kubuntu the file exists but there is not "nolisten" string
Anyone has a good and simple solution?
Thanks in advance
A.
Comment