From owner-freebsd-emulation@FreeBSD.ORG Wed Dec 7 14:30:47 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 A8725106566B; Wed, 7 Dec 2011 14:30:47 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id 6693E8FC12; Wed, 7 Dec 2011 14:30:47 +0000 (UTC) Received: from mouf.net (www@localhost [127.0.0.1]) by mouf.net (8.14.4/8.14.4) with ESMTP id pB7EUfo5016791; Wed, 7 Dec 2011 09:30:41 -0500 (EST) (envelope-from swills@FreeBSD.org) Received: from 198.85.229.5 (SquirrelMail authenticated user swills) by mouf.net with HTTP; Wed, 7 Dec 2011 09:30:41 -0500 Message-ID: <88b9b2414a56d67d98bde1c497892b3a.squirrel@mouf.net> In-Reply-To: <4ED80A5A.2050300@FreeBSD.org> References: <4ED76F0B.6090603@FreeBSD.org> <201112012002.pB1K2swd025653@higson.cam.lispworks.com> <4ED80A5A.2050300@FreeBSD.org> Date: Wed, 7 Dec 2011 09:30:41 -0500 From: "Steve Wills" To: "Andriy Gapon" User-Agent: SquirrelMail/1.4.21 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (mouf.net [127.0.0.1]); Wed, 07 Dec 2011 09:30:42 -0500 (EST) X-Spam-Status: No, score=-1.0 required=4.5 tests=ALL_TRUSTED autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mouf.net X-Virus-Scanned: clamav-milter 0.97.2 at mouf.net X-Virus-Status: Clean Cc: freebsd-emulation@FreeBSD.org 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: Wed, 07 Dec 2011 14:30:47 -0000 Hi, > on 01/12/2011 22:02 Martin Simmons said the following: >>>>>>> On Thu, 01 Dec 2011 14:11:55 +0200, Andriy Gapon said: >>> >>> 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. >> >> Probably not simultaneously, but you can close the GUI with the "Save >> the >> machine state" option and then bring it back to life as a headless VM >> (presumably with vnc). >> >> Use VBoxManage controlvm ... savestate to stop the headless VM and then >> start >> it again in GUI mode. > > The reason I am asking is that apparently that feature is available with > RDP > (via Devices -> Enable Remote Display). So I hoped for the same with VNC. > (Picking a random message in this thread to reply to...) You might also consider running VirtualBox under x11/xpra, which is like screen or tmux but for X11. Steve