From owner-freebsd-emulation@FreeBSD.ORG Thu Jan 9 14:35:19 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7BEA6574 for ; Thu, 9 Jan 2014 14:35:19 +0000 (UTC) Received: from basil.tomaw.net (basil.tomaw.net [IPv6:2001:8d8:8ac:8300::]) by mx1.freebsd.org (Postfix) with ESMTP id 41B221A58 for ; Thu, 9 Jan 2014 14:35:19 +0000 (UTC) Received: by basil.tomaw.net (Postfix, from userid 1002) id 66E515CD; Thu, 9 Jan 2014 14:35:07 +0000 (GMT) Date: Thu, 9 Jan 2014 14:35:07 +0000 From: David Morgan To: Kris Moore Subject: Re: vboxvideo issues Message-ID: <20140109143507.GH9226@basil.tomaw.net> References: <52CDFCDB.5010407@pcbsd.org> <52CE1852.20807@pcbsd.org> <52CEB082.9080301@pcbsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <52CEB082.9080301@pcbsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Bernhard =?utf-8?B?RnLDtmhsaWNo?= , freebsd-emulation@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 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: Thu, 09 Jan 2014 14:35:19 -0000 On 09:21 Thu 09 Jan , Kris Moore wrote: > On 01/09/2014 01:45, Bernhard Fröhlich wrote: > > > > > > Am 09.01.2014 07:31 schrieb "Bernhard Fröhlich" > >: > > > > > > This looks suspicious to me but I don't know how to fix it yet. > > > > > > [ 24.612] (EE) AIGLX error: vboxvideo does not export required DRI > > > extension > > > > > > It might help to disable this 3D aiglx stuff in the xserver. > > > > I googled around a bit and it seems this error message is not fatal it > > only tells that the vboxvideo DRI interface is not full featured but > > it's the same on linux. > > > > The real problem seems to be 3D acceleration which you should turn off > > in the vbox settings for that vm - but this was also from an ubuntu > > bug ticket so it does not look like a FreeBSD specific problem. > > > > I run all my VMs' with 3D acceleration disabled in the VBox host, but > having it enabled / disabled does not seem to make a difference. Since X > does seem to start and then 'hang' at a black-screen, it looks like no > error messages are being generated. > > Anybody else seeing this using 10.X client VM's and trying the vboxvideo > driver? Has anybody else tried it and had it work? > On -CURRENT, I have a similar problem when using the new xorg, but it works fine if I set WITHOUT_NEW_XORG and downgrade. Dave