You are not logged in.
Pages: 1
Hi,
for my work I need to run remote X apps on RHEL servers locally. On UNIX servers I just to be able to do this just fine as follows:
Local:
$ xhost +
Remote
$ export DISPLAY=${IP_OF_DESKTOP}:0.0
$ start_x_application
and it would give me the GUI of the X application locally. This would even work with a M$ desktop client as long as it had reflectionX/exceed installed as a local X server.
For some reason this does not seem to work on Arch. Am I missing a step here?
thanks,
stefan
Last edited by stefan1975 (2008-05-11 06:55:16)
"root# su - bofh"
OS: F10_x64, Arch, Centos5.3, RHEL4.7, RHEL5.3
Desktop Hardware: Dell Precision M65 laptop, core2duo, 2gb, 80gb 7200rpm
Registered linux user #459910 since 1998
Offline
The default xserverrc in Arch disables remote connections to prevent any possible security issues. Just put this in '~/.xserverrc':
exec /usr/bin/X
Offline
I've always tunneled in over SSH....
ssh -Y [i]username@host[/i]
Offline
Pages: 1