You are not logged in.

#1 2008-05-11 05:42:51

stefan1975
Member
From: 53 6e 65 65 6b
Registered: 2007-04-16
Posts: 195

run remote X apps on local Arch?

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

#2 2008-05-11 06:02:03

skymt
Member
Registered: 2006-11-27
Posts: 443

Re: run remote X apps on local Arch?

The default xserverrc in Arch disables remote connections to prevent any possible security issues. Just put this in '~/.xserverrc':

exec /usr/bin/X

Offline

#3 2008-05-11 06:04:23

drewbug01
Member
From: chicago
Registered: 2007-04-06
Posts: 85
Website

Re: run remote X apps on local Arch?

I've always tunneled in over SSH....

ssh -Y [i]username@host[/i]

Offline

Board footer

Powered by FluxBB