From owner-freebsd-questions@FreeBSD.ORG Sun Apr 17 08:09:05 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDC0D16A4CE for ; Sun, 17 Apr 2005 08:09:05 +0000 (GMT) Received: from mta10-winn.mailhost.ntl.com (smtpout18.mailhost.ntl.com [212.250.162.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AA2D43D2F for ; Sun, 17 Apr 2005 08:09:04 +0000 (GMT) (envelope-from richard.danter@ntlworld.com) Received: from aamta06-winn.mailhost.ntl.com ([212.250.162.8]) by mta10-winn.mailhost.ntl.com with ESMTP <20050417080902.NVGG9557.mta10-winn.mailhost.ntl.com@aamta06-winn.mailhost.ntl.com>; Sun, 17 Apr 2005 09:09:02 +0100 Received: from [192.168.1.10] (really [82.4.184.52]) by aamta06-winn.mailhost.ntl.com with ESMTP <20050417080902.UXKK5678.aamta06-winn.mailhost.ntl.com@[192.168.1.10]>; Sun, 17 Apr 2005 09:09:02 +0100 Message-ID: <42621996.8060104@ntlworld.com> Date: Sun, 17 Apr 2005 09:08:54 +0100 From: Richard Danter User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050405) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Soheil Hassas Yeganeh References: <4c90b7720504162331625e8bc3@mail.gmail.com> In-Reply-To: <4c90b7720504162331625e8bc3@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Connecting to X Server on a FreeBSD Box X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2005 08:09:06 -0000 Soheil Hassas Yeganeh wrote: > Hi, > > I start an X server on my FreeBSD box. I want to run some remote X > applications from my fedora core 2. > So, I have ssh to the fedora box and typed gedit. > But it says : > (gedit:12438): Gtk-WARNING **: cannot open display: > > After I had export DISPLAY=freebsdboxip:0.0 > it says again: > (gedit:12438): Gtk-WARNING **: cannot open display: > > But I can run freebsd application from my fedora core 2. > What is the problem? > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > Try 'xhost +' on your FreeBSD box, then ssh to your FC2 box. Does that help? Rich