Date: Tue, 23 Jul 2002 15:29:31 -0400 From: Kliment Andreev <klimenta@futurebit.com> To: Joshua Lee <yid@softhome.net> Cc: FreeBSD-newbies@FreeBSD.ORG Subject: Re: X Server under XP Message-ID: <3D3DAE9B.1070009@futurebit.com> References: <3D3C0BFE.9090706@futurebit.com> <20020723151025.6017c20f.yid@softhome.net>
next in thread | previous in thread | raw e-mail | index | archive | help
> > >>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D3DAE9B.1070009>