From owner-freebsd-questions@FreeBSD.ORG Sun Apr 17 06:31:25 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 93B3E16A4CE for ; Sun, 17 Apr 2005 06:31:25 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0635F43D2F for ; Sun, 17 Apr 2005 06:31:25 +0000 (GMT) (envelope-from soheil.h.y@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so975433wra for ; Sat, 16 Apr 2005 23:31:18 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=EaqEYeYxAdUR4cs/e42aJp6Owkr6yjbtsTXtiIAHai1mVnbtwpTiNb2aVUO3fUzfdqFMDg06ehN5QqMpPJonYIj+Iy+i2ozZg8qn5wxvB8VKBgGNzccslYXRFjgpTYYb2wF3xg0t+9TTRf6VKOOFIcBg+tpSWvmj7DcWA8CckJs= Received: by 10.54.69.3 with SMTP id r3mr258972wra; Sat, 16 Apr 2005 23:31:18 -0700 (PDT) Received: by 10.54.84.14 with HTTP; Sat, 16 Apr 2005 23:31:18 -0700 (PDT) Message-ID: <4c90b7720504162331625e8bc3@mail.gmail.com> Date: Sun, 17 Apr 2005 11:01:18 +0430 From: Soheil Hassas Yeganeh To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Connecting to X Server on a FreeBSD Box X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Soheil Hassas Yeganeh List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2005 06:31:25 -0000 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=3Dfreebsdboxip: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?