From owner-freebsd-newbies Tue Jul 23 12:22:41 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 1AF8637B400 for ; Tue, 23 Jul 2002 12:22:39 -0700 (PDT) Received: from c014.snv.cp.net (h003.c014.snv.cp.net [209.228.35.77]) by mx1.FreeBSD.org (Postfix) with SMTP id A32B943E3B for ; Tue, 23 Jul 2002 12:22:38 -0700 (PDT) (envelope-from klimenta@futurebit.com) Received: (cpmta 19126 invoked from network); 23 Jul 2002 12:22:37 -0700 Received: from 12.33.76.83 (HELO futurebit.com) by smtp.cswebmail.com (209.228.35.77) with SMTP; 23 Jul 2002 12:22:37 -0700 X-Sent: 23 Jul 2002 19:22:37 GMT Message-ID: <3D3DAE9B.1070009@futurebit.com> Date: Tue, 23 Jul 2002 15:29:31 -0400 From: Kliment Andreev User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.0) Gecko/20020530 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joshua Lee Cc: FreeBSD-newbies@FreeBSD.ORG Subject: Re: X Server under XP References: <3D3C0BFE.9090706@futurebit.com> <20020723151025.6017c20f.yid@softhome.net> Content-Type: text/plain; charset=us-ascii; format=flowed 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 > > >>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" > It's OK now. The problem was not in shell. I started the server with "startx -listen_tcp &" and everything was OK. 10x a lot. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message