From owner-freebsd-virtualization@FreeBSD.ORG Mon Sep 1 22:13:03 2014 Return-Path: Delivered-To: freebsd-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 958975AC for ; Mon, 1 Sep 2014 22:13:03 +0000 (UTC) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id 57BAD19EC for ; Mon, 1 Sep 2014 22:13:03 +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 9F752125AA; Tue, 2 Sep 2014 08:13:01 +1000 (EST) Received: from Peter-Grehans-MacBook-Pro-2.local (c-174-51-65-85.hsd1.co.comcast.net [174.51.65.85]) by dommail.onthenet.com.au (MOS 4.4.4-GA) with ESMTP id BYC41527 (AUTH peterg@ptree32.com.au); Tue, 2 Sep 2014 08:12:59 +1000 Message-ID: <5404EF69.3080509@freebsd.org> Date: Mon, 01 Sep 2014 16:12:57 -0600 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Denis Menshikov Subject: Re: VGA output References: <1409596188.346632687@f346.i.mail.ru> In-Reply-To: <1409596188.346632687@f346.i.mail.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-virtualization@freebsd.org X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 01 Sep 2014 22:13:03 -0000 Hi Denis, > "..Currently, bhyve only supports a serial console and does not emulate a graphical console." - www.freebsd.org > > How i can understand, i can not take graphical output from same virtual mashines? This option is planned? Think of it as a headless server with a serial console. You can back-end X apps if need be. VGA support is slowly being worked on. later, Peter.