From owner-freebsd-emulation@FreeBSD.ORG Thu Jan 9 06:45:29 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 5FD897B9 for ; Thu, 9 Jan 2014 06:45:29 +0000 (UTC) Received: from mail-ob0-x22a.google.com (mail-ob0-x22a.google.com [IPv6:2607:f8b0:4003:c01::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1D39C1224 for ; Thu, 9 Jan 2014 06:45:29 +0000 (UTC) Received: by mail-ob0-f170.google.com with SMTP id uy5so866348obc.15 for ; Wed, 08 Jan 2014 22:45:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bluelife.at; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=sqy/GfSQYRkUH8yujIBE4FiwfW8eGupCsJEzv1797lA=; b=FokWIq5TpM8OAXKqBB8VEc/ryL3m1/kDrFkh2YrqBbm2zFAsG/N1QOliSK5fFXwqWb jcBde84XECJYmo+Ul6oSUl5+JBofNa+zsWAZS8k6BVc18Ys6Cj9dR8B32rpWVahqnbyB bBLMdilAs+1UcT/qmZIuAU4hl+b/46gt7AYK0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=sqy/GfSQYRkUH8yujIBE4FiwfW8eGupCsJEzv1797lA=; b=asDOHOOG+5AhWsg7qSTDCm8Da4LiFW3vU762geUFIDB5GqfjjDu5tjRFdzRCvWRSpk 4Bex9aL2HLnOAX1JIAB15r6jN0gS979HmF/rfGSHYI03WmAdJ1hTkWn4WgmPipqkHcX1 ISiUkDvrJdxJrqgO2EvKukwKrnitaZPJA4+xqo3gMtvXXM50P9FTp9dPy3g9+JsbAJI2 GcWXZn2l8o58qsDGCYuoAw08F4GuniGcbwNY2JhAi2X3RA80/P9fU5wIy/LwBA5qP4kV FxYqsTlHJ3FSE9HSF4K8px6tYGjlqTn7PqVeTLRzLIh21d9uyrZLTIl7ngiWcNi+rowx 3UCw== X-Gm-Message-State: ALoCoQnOQwJpdMLVubg/zqE8unIjnGn2WbIfZjg5SYXRjpIxffGCDGaxFlFytLJmLKoydCgVAKR3 MIME-Version: 1.0 X-Received: by 10.60.63.102 with SMTP id f6mr74769oes.76.1389249928197; Wed, 08 Jan 2014 22:45:28 -0800 (PST) Received: by 10.76.154.2 with HTTP; Wed, 8 Jan 2014 22:45:28 -0800 (PST) X-Originating-IP: [46.206.99.233] Received: by 10.76.154.2 with HTTP; Wed, 8 Jan 2014 22:45:28 -0800 (PST) In-Reply-To: References: <52CDFCDB.5010407@pcbsd.org> <52CE1852.20807@pcbsd.org> Date: Thu, 9 Jan 2014 07:45:28 +0100 Message-ID: Subject: Re: vboxvideo issues From: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= To: Kris Moore Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: 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 06:45:29 -0000 Am 09.01.2014 07:31 schrieb "Bernhard Fr=F6hlich" : > > 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.