From owner-freebsd-questions@FreeBSD.ORG Wed Nov 19 10:37:30 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA6731065678 for ; Wed, 19 Nov 2008 10:37:30 +0000 (UTC) (envelope-from chrisa@uvic.ca) Received: from castle.comp.uvic.ca (castle.comp.uvic.ca [142.104.5.97]) by mx1.freebsd.org (Postfix) with ESMTP id ADD418FC34 for ; Wed, 19 Nov 2008 10:37:30 +0000 (UTC) (envelope-from chrisa@uvic.ca) Received: from wm3.uvic.ca (camel.comp.uvic.ca [142.104.148.215]) by castle.comp.uvic.ca (8.13.8/8.13.8) with ESMTP id mAJAbU1a1327256 for ; Wed, 19 Nov 2008 02:37:30 -0800 Received: from 142.104.193.193 (proxying for 24.68.249.148) (SquirrelMail authenticated user chrisa) by wm3.uvic.ca with HTTP; Wed, 19 Nov 2008 02:37:30 -0800 (PST) Message-ID: <58416.142.104.193.193.1227091050.squirrel@wm3.uvic.ca> In-Reply-To: <20081119112554.R6005@wojtek.tensor.gdynia.pl> References: <006b01c949da$2985e9f0$7c91bdd0$@com> <20081119112554.R6005@wojtek.tensor.gdynia.pl> Date: Wed, 19 Nov 2008 02:37:30 -0800 (PST) From: chrisa@uvic.ca To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.9a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-UVic-Virus-Scanned: OK - Passed virus scan by Sophos (sophie) on castle X-UVic-Spam-Scan: castle.comp.uvic.ca Not_scanned_NOT_SA_HOST X-Scanned-By: MIMEDefang 2.63 on 142.104.5.29 Subject: Re: Running X without a videocard X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2008 10:37:30 -0000 >> I am running FBSD-stable 6.0 on some Sun Netra X1's so it is sparc64. >> There is no video card on these puppies. But I seem to recall that we >> ran >> solaris X using WinAXE or VNC or something like that >> > for fast network (LAN) > > > telnet/rlogin (better not ssh) > > export DISPLAY=IP-of-your-display:0 > then start X apps > > > make sure to allow on your local display connecting X program - > man xhost > > > for lower speed connection > > ssh -C -X yournetra > > then run X apps > > > for lowest speed connection run VNC. > > > if your local display run windoze you probably have only the last choice. > > i don't know if they are working X11 servers for windows. There are, in fact, in cygwin. The cygwin X11 server works quite well and is free.