Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jun 1999 17:10:35 -0500 (EST)
From:      Alfred Perlstein <bright@rush.net>
To:        Ray Seals <rseals@vdsi.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: KDE/X/FreeBSD question
Message-ID:  <Pine.BSF.3.96.990604170550.9491O-100000@cygnus.rush.net>
In-Reply-To: <99060414242902.05030@ray.magellanhealth.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 4 Jun 1999, Ray Seals wrote:

> I use a FreeBSD 3.1 machine at work as my workstation.  I'm running Xfree86 on
> it with KDE.  I need to connect to the HP Openview box to pull up our pretty
> pictures.  I have tried just using xterm to get to the box but I can't get
> Openview to come up.  I assume that this is because term type issues.   
> 
> What client can I use to access other Xservers from within KDE?

for some reason I belive you have user error going on here.

check points:

after you telnet into the box with HP openview do you:
1) have the "DISPLAY" enviornment variable set "yourmachine:0"
   setenv DISPLAY your.ip.here.ok:0 i
   -or- 
   export DISPLAY=your.ip.here.ok:0

Have you given access to the remote machine?
on the freebsd box open an xterm and type:
  xhost name.of.box.with.openview.on.it

(you may want to investigate "xauth" (man xauth) for better security)

When using X applications it is important to remeber to set the 
DISPLAY variable on the remote machine running the application, 
and allow access on the machine running the graphics via xhost or xauth.

good luck,
-Alfred




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.990604170550.9491O-100000>