From owner-freebsd-hackers Mon Oct 23 11:52:10 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA17783 for hackers-outgoing; Mon, 23 Oct 1995 11:52:10 -0700 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id LAA17538 for ; Mon, 23 Oct 1995 11:46:38 -0700 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id LAA11356; Mon, 23 Oct 1995 11:25:04 -0700 From: Terry Lambert Message-Id: <199510231825.LAA11356@phaeton.artisoft.com> Subject: Re: Netscape puzzle To: kaleb@x.org (Kaleb S. KEITHLEY) Date: Mon, 23 Oct 1995 11:25:03 -0700 (MST) Cc: nate@rocky.sri.MT.net, hackers@freefall.freebsd.org In-Reply-To: <199510202133.RAA05549@exalt.x.org> from "Kaleb S. KEITHLEY" at Oct 20, 95 05:33:05 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 668 Sender: owner-hackers@FreeBSD.org Precedence: bulk > I had tried that and it didn't make any difference with the BSD 2.0b1, > I still got an "unable to open display" error. :-( I suggest compiling a program that does a: main() { printf( "DISPLAY is '%s'\n", getenv("DISPLAY")); } On a BSDI 2.0 system and running it on a FreeBSD box and seeing what you get. We already know there are differences in the way the environment code works, and you are highly dependeint on that code. Have you tried it with an explicit "-display" argument instead of relying on the environment? Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.