From owner-freebsd-emulation@FreeBSD.ORG Thu Dec 1 19:34:03 2011 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DCE9106564A; Thu, 1 Dec 2011 19:34:03 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id C10648FC0A; Thu, 1 Dec 2011 19:34:02 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id pB1JXsPx013012; Thu, 1 Dec 2011 12:33:54 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id pB1JXskf013009; Thu, 1 Dec 2011 12:33:54 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Thu, 1 Dec 2011 12:33:54 -0700 (MST) From: Warren Block To: Greg Byshenk In-Reply-To: <20111201175643.GJ75313@portland.byshenk.net> Message-ID: References: <4ED76F0B.6090603@FreeBSD.org> <4ED7B320.5020007@FreeBSD.org> <20111201175643.GJ75313@portland.byshenk.net> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Thu, 01 Dec 2011 12:33:54 -0700 (MST) Cc: freebsd-emulation@freebsd.org, Andriy Gapon Subject: Re: "headed" virtualbox + vnc X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Dec 2011 19:34:03 -0000 On Thu, 1 Dec 2011, Greg Byshenk wrote: > On Thu, Dec 01, 2011 at 07:02:24PM +0200, Andriy Gapon wrote: >> on 01/12/2011 18:17 Warren Block said the following: >>> On Thu, 1 Dec 2011, Andriy Gapon wrote: > >>>> Is it possible to start a guess VM with GUI and also be able to access it via VNC? >>>> All google hits for freebsd+virtualbox+vnc are about VBoxHeadless. >>> >>> net/x11vnc installed in the guest should work. >> >> Of course that's not what I meant/wanted. > > It's about as close as you can get, I think. > > If I understand aright, "standard" VNC uses its own display, which > means that it can't somehow "attach" to an existing X display. > > I've never used it, but according to its description, x11vnc -does- > allow you to connect to a running X display: > > "x11vnc differs from traditional UNIX VNC servers in that > it is accessing a real X displays that may already be in > progress rather than creating its own X server for clients > to connect to." Yes, I've used it and it works pretty well. Another option is to always run the VM guest headless and use a VNC client on the host to connect to it "locally". That works too, and is similar to using the direct VirtualBox window.