From owner-freebsd-virtualization@freebsd.org Mon Oct 10 03:12:09 2016 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05267C07A28 for ; Mon, 10 Oct 2016 03:12:09 +0000 (UTC) (envelope-from stephan@theched.org) Received: from mail.theched.org (theched.org [91.121.195.242]) by mx1.freebsd.org (Postfix) with ESMTP id C6F47C7C for ; Mon, 10 Oct 2016 03:12:07 +0000 (UTC) (envelope-from stephan@theched.org) Received: from localhost (n112120218028.netvigator.com [112.120.218.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.theched.org (Postfix) with ESMTPSA id 845C01744AB for ; Mon, 10 Oct 2016 03:11:44 +0000 (UTC) From: Stephan CHEDLIVILI To: Subject: Re: Bhyve UEFI and Xorg Date: Mon, 10 Oct 2016 11:12:38 +0800 MIME-Version: 1.0 Message-ID: <77b92478-db15-49af-b04c-7fe474a3cbd2@theched.org> In-Reply-To: <78630012-5014-f3d3-20a0-02cf4b3b4857@freebsd.org> References: <2542208.oko67CPI1I@panda.test.me> <78630012-5014-f3d3-20a0-02cf4b3b4857@freebsd.org> User-Agent: Trojita/0.6; Qt/5.5.1; xcb; AnyBSD4.4FreeBSD; Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.23 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, 10 Oct 2016 03:12:09 -0000 On Sunday, October 9, 2016 11:08:34 PM HKT, Peter Grehan wrote: >> Continuing my experiences with the latest UEFI-bhyve, i am=20 >> trying to run xorg >> inside a Freebsd-12 guest. Impossible to have a correctly=20 >> configured Xorg, as I >> always get the following error from xorg: >>=20 >> (II) VESA(0): initializing int10 >> (EE) VESA(0): V_BIOS address 0x0 out of range >>=20 >> Has someone else experienced this, and if yes, came across a solution? > > You'll have to manually configure the scfb driver: > https://wiki.freebsd.org/Graphics/SCFB > > later, > > Peter. > > Thanks Peter, That did the trick !