From owner-freebsd-questions@FreeBSD.ORG Tue Jun 30 03:13:29 2009 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 6E6B81065673 for ; Tue, 30 Jun 2009 03:13:29 +0000 (UTC) (envelope-from erich@apsara.com.sg) Received: from babylon.webvis.net (babylon.webvis.net [202.157.163.226]) by mx1.freebsd.org (Postfix) with ESMTP id BFB6A8FC15 for ; Tue, 30 Jun 2009 03:13:28 +0000 (UTC) (envelope-from erich@apsara.com.sg) Received: from [10.0.1.240] ([119.73.191.194]) by apsara.com.sg ; Tue, 30 Jun 2009 11:13:26 +0800 SGT From: Erich Dollansky Organization: apsara green technology pte ltd To: freebsd-questions@freebsd.org Date: Tue, 30 Jun 2009 11:13:29 +0800 User-Agent: KMail/1.9.10 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906301113.30432.erich@apsara.com.sg> Cc: Dan Naumov Subject: Re: configuring and ssh tunneling xorg from a headless FreeBSD machine 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: Tue, 30 Jun 2009 03:13:29 -0000 Hi, On 30 June 2009 am 08:57:23 Dan Naumov wrote: > Hello list. > > I have the following setup: a Windows Vista x64 SP1 machine (my > primary desktop) and a FreeBSD 7.2/amd64 running on a home NAS > system that's relatively powerful (Intel Atom 330 dualcore, 2gb > ram). I would like to be able to run xorg and a simple desktop > on the headless FreeBSD NAS and be able to interact with it > from my Vista machine. What are the steps I need to take for > this? Obviously I need to build xorg and some sort of a wm install cygwin on the Windows machine and then use its telnet or ssh to connect to your FreeBSD machine. > (probably gnome2-lite) on the FreeBSD machine and install an > xserver on the Vista machine, but then what? Any pointers to > guides and such are welcome. > All you need on the FreeBSD machine is an installed X and telnet or better ssh enabled. It is your choice where you run the WM. It can run on the Windows machine - which gives a better response - or the FreeBSD machine. Start small with telnet and plain X on FreeBSD enabled and cygwin with X. X can display then your windows directly as Windows windows. Erich