From owner-freebsd-emulation@FreeBSD.ORG Thu Jan 9 14:55:48 2014 Return-Path: Delivered-To: freebsd-emulation@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 AAED4AF3 for ; Thu, 9 Jan 2014 14:55:48 +0000 (UTC) Received: from mail.iXsystems.com (newknight.ixsystems.com [206.40.55.70]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 82D501D2A for ; Thu, 9 Jan 2014 14:55:48 +0000 (UTC) Received: from localhost (mail.ixsystems.com [10.2.55.1]) by mail.iXsystems.com (Postfix) with ESMTP id BC3D06C500; Thu, 9 Jan 2014 06:55:47 -0800 (PST) Received: from mail.iXsystems.com ([10.2.55.1]) by localhost (mail.ixsystems.com [10.2.55.1]) (maiad, port 10024) with ESMTP id 32757-07; Thu, 9 Jan 2014 06:55:47 -0800 (PST) Received: from [192.168.0.51] (75-130-56-30.static.kgpt.tn.charter.com [75.130.56.30]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.iXsystems.com (Postfix) with ESMTPSA id D100B6C4FB; Thu, 9 Jan 2014 06:55:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ixsystems.com; s=newknight0; t=1389279347; bh=sYxnjwoI5KlX+Yc0JB8idHKpOlZDg9kouWIPgr+nwNk=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=Z5kN/bKl1rLPKLqPRFfwCRAt02vxgaruwDHk3/+DhY7/Go1EA4UrRULj6pHwh/wkt FrLh0R9bnyhStNYS4UuK90rWBRKI0SJZAcJjnIMxVS8F7du/xVgC2puiHqxdZkB7Hb lrhbmkO8IOYxHaftF4ExE+oajlRQGn1GWW9zxtD0= Message-ID: <52CEB871.9050400@pcbsd.org> Date: Thu, 09 Jan 2014 09:55:45 -0500 From: Kris Moore User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: David Morgan Subject: Re: vboxvideo issues References: <52CDFCDB.5010407@pcbsd.org> <52CE1852.20807@pcbsd.org> <52CEB082.9080301@pcbsd.org> <20140109143507.GH9226@basil.tomaw.net> In-Reply-To: <20140109143507.GH9226@basil.tomaw.net> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: =?UTF-8?B?QmVybmhhcmQgRnLDtmhsaWNo?= , 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:55:48 -0000 On 01/09/2014 09:35, David Morgan wrote: > 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 > That makes sense, we use the new xorg by default here. I just found a work-around: If you explicitly disable AIGLX in your "ServerLayout" section, it then works, both with 3d enabled in the host and not. Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" Option "AIGLX" "false" EndSection -- Kris Moore PC-BSD Software iXsystems