From owner-freebsd-newbies Tue Jul 23 12:10:35 2002 Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D830F37B400 for ; Tue, 23 Jul 2002 12:10:33 -0700 (PDT) Received: from jive.SoftHome.net (jive.SoftHome.net [66.54.152.27]) by mx1.FreeBSD.org (Postfix) with SMTP id 35C0643E31 for ; Tue, 23 Jul 2002 12:10:33 -0700 (PDT) (envelope-from yid@softhome.net) Received: (qmail 677 invoked by uid 417); 23 Jul 2002 19:10:27 -0000 Received: from shunt-smtp-out-0 (HELO softhome.net) (172.16.3.12) by shunt-smtp-out-0 with SMTP; 23 Jul 2002 19:10:27 -0000 Received: from unknown ([216.194.1.106]) (AUTH: LOGIN yid@softhome.net) by softhome.net with esmtp; Tue, 23 Jul 2002 13:10:24 -0600 Date: Tue, 23 Jul 2002 15:10:25 -0400 From: Joshua Lee To: Kliment Andreev Cc: FreeBSD-newbies@FreeBSD.ORG Subject: Re: X Server under XP Message-Id: <20020723151025.6017c20f.yid@softhome.net> In-Reply-To: <3D3C0BFE.9090706@futurebit.com> References: <3D3C0BFE.9090706@futurebit.com> Organization: Plan B Software Labs X-Mailer: Sylpheed version 0.7.8claws (GTK+ 1.2.10; i386-portbld-freebsd4.6) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, 22 Jul 2002 09:43:26 -0400 Kliment Andreev wrote: > When I type setenv DISPLAY="192.168.0.3:0.0" (BSD is 192.168.0.1, XP I don't know if this is your problem, but I think you are mixing sh and csh syntax there. Either, within the c shell or clones such as tcsh, type "setenv DISPLAY 192.168.0.3:0.0" (no equals) or type within a sh shell or clones such as bash or ksh, "DISPLAY=192.168.0.3:0.0 ; export DISPLAY" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message