From owner-freebsd-questions Fri Jun 4 14:47:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cygnus.rush.net (cygnus.rush.net [209.45.245.133]) by hub.freebsd.org (Postfix) with ESMTP id 01EE615072 for ; Fri, 4 Jun 1999 14:47:37 -0700 (PDT) (envelope-from bright@rush.net) Received: from localhost (bright@localhost) by cygnus.rush.net (8.9.3/8.9.3) with SMTP id RAA01385; Fri, 4 Jun 1999 17:10:37 -0500 (EST) Date: Fri, 4 Jun 1999 17:10:35 -0500 (EST) From: Alfred Perlstein To: Ray Seals Cc: freebsd-questions@FreeBSD.ORG Subject: Re: KDE/X/FreeBSD question In-Reply-To: <99060414242902.05030@ray.magellanhealth.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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