From owner-freebsd-virtualization@FreeBSD.ORG Sat Jan 25 19:20:33 2014 Return-Path: Delivered-To: virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2AC00F3A for ; Sat, 25 Jan 2014 19:20:33 +0000 (UTC) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id DF4401AD9 for ; Sat, 25 Jan 2014 19:20:32 +0000 (UTC) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTPS id 276AA12303; Sun, 26 Jan 2014 05:20:31 +1000 (EST) Received: from Peters-MacBook-Pro.local (c-69-181-164-196.hsd1.ca.comcast.net [69.181.164.196]) by dommail.onthenet.com.au (MOS 4.2.4-GA) with ESMTP id BRJ14902 (AUTH peterg@ptree32.com.au); Sun, 26 Jan 2014 05:20:30 +1000 Message-ID: <52E40E7C.1050205@freebsd.org> Date: Sat, 25 Jan 2014 11:20:28 -0800 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: Nicolas de Bari Embriz Garcia Rojas Subject: Re: bhyve with Xorg/kde References: <2EEDE84D-388C-441F-969E-F6DF87CFF7BE@inbox.im> <52E4065B.6000603@freebsd.org> <93902334-8299-43A1-80DE-F1944CA80783@inbox.im> In-Reply-To: <93902334-8299-43A1-80DE-F1944CA80783@inbox.im> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Cc: "freebsd-virtualization@freebsd.org" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jan 2014 19:20:33 -0000 Hi, > I can run apps like, firefox, xterm, etc, but not a desktop. > > my idea was to use bhyve as a remote workstation and be available to > export the full environments (kde/xfce etc) I admit I've not tried this with a FreeBSD guest, but with an Ubuntu guest I was able to start KDE and send the display to a mac running X11. I also tried Xvnc on the Linux guest - this worked, but was a lot slower than remote X. > how much helps adding a graphic card to the server and “share it” > among the instances ? I'm not sure how that would work. It may be possible to use pass-thru for a graphics card to a single guest, but I don't think even that would work as expected due to the fixed <1MB VGA address space that can't be shared amongst guests/the host card. > can it be emulated ? There will be VGA emulation in bhyve at some point - don't know exactly then that will be. later, Peter.