From owner-freebsd-virtualization@freebsd.org Sun Oct 9 09:09:28 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 A2779C0639D for ; Sun, 9 Oct 2016 09:09:28 +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 7572A35A for ; Sun, 9 Oct 2016 09:09:28 +0000 (UTC) (envelope-from stephan@theched.org) Received: from panda.test.me (n112120218028.netvigator.com [112.120.218.28]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.theched.org (Postfix) with ESMTPSA id 3D39B1744AA for ; Sun, 9 Oct 2016 09:00:30 +0000 (UTC) From: Stephan CHEDLIVILI To: freebsd-virtualization@freebsd.org Subject: Bhyve UEFI and Xorg Date: Sun, 09 Oct 2016 17:01:20 +0800 Message-ID: <2542208.oko67CPI1I@panda.test.me> User-Agent: KMail/4.14.10 (FreeBSD/11.0-RC3; KDE/4.14.10; amd64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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: Sun, 09 Oct 2016 09:09:28 -0000 Gents, Continuing my experiences with the latest UEFI-bhyve, i am trying to run xorg inside a Freebsd-12 guest. Impossible to have a correctly configured Xorg, as I always get the following error from xorg: (II) VESA(0): initializing int10 (EE) VESA(0): V_BIOS address 0x0 out of range Has someone else experienced this, and if yes, came across a solution? Thanks