Date: Tue, 23 Jul 2002 15:10:25 -0400 From: Joshua Lee <yid@softhome.net> To: Kliment Andreev <klimenta@futurebit.com> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 22 Jul 2002 09:43:26 -0400 Kliment Andreev <klimenta@futurebit.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020723151025.6017c20f.yid>