From owner-freebsd-emulation@FreeBSD.ORG Mon Feb 1 20:47:52 2010 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 654A6106566C for ; Mon, 1 Feb 2010 20:47:52 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158]) by mx1.freebsd.org (Postfix) with ESMTP id 41E9F8FC08 for ; Mon, 1 Feb 2010 20:47:52 +0000 (UTC) Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Nc3BX-0001uO-Oo for freebsd-emulation@freebsd.org; Mon, 01 Feb 2010 12:47:51 -0800 Message-ID: <27411112.post@talk.nabble.com> Date: Mon, 1 Feb 2010 12:47:51 -0800 (PST) From: Hubert Tournier To: freebsd-emulation@freebsd.org In-Reply-To: <4B66CF4E.1000709@entel.upc.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Nabble-From: hubert@frbsd.org References: <18D68DBE18AC435984C5F66597A869D3@artemis> <201001280000.16773.doconnor@gsoft.com.au> <201001290913.36223.doconnor@gsoft.com.au> <27396532.post@talk.nabble.com> <4B66CF4E.1000709@entel.upc.edu> Subject: Re: [PATCH] VirtualBox headless VNC support by LibVNCServer 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: Mon, 01 Feb 2010 20:47:52 -0000 Hello, Gustau P=C3=A9rez wrote: >=20 >> I made an integrated copy of virtualbox-ose port with Daisuke's patches, >> called virtualbox-ose-vnc, adding libvncserver as a lib dependency. > I tried the modified port. If works fine to some extend. > [...] > But when starting a vm with VBoxManage, i can't see those startvm's > options. > [...] > So you can only have one vm with the vnc-server, can not have a second vm > with vnc > activated. >=20 Daisuke's patch only applies to VBoxHeadless. There are no modifications in VBoxManage (shouldn't be very complicated to put the VNC options there too, though). You can launch several VM with embedded VNC servers provided that you use different binding IP addresses or ports. You'll want to use the "-p, -vncport, --vncport " option to do that. The default port is 5900, bu= t you can use the following ones (supposedly up to 5906) or any port you want= . With the VNC client I mentioned, you can use a syntax like IP:port to specify a non standard port. Best regards, Hubert --=20 View this message in context: http://old.nabble.com/-PATCH--VirtualBox-head= less-VNC-support-by-LibVNCServer-tp27288796p27411112.html Sent from the freebsd-emulation mailing list archive at Nabble.com.