From owner-freebsd-emulation@FreeBSD.ORG Wed Dec 11 17:00:05 2013 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 7545436D for ; Wed, 11 Dec 2013 17:00:05 +0000 (UTC) Received: from mail-wi0-x236.google.com (mail-wi0-x236.google.com [IPv6:2a00:1450:400c:c05::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 143B51F70 for ; Wed, 11 Dec 2013 17:00:04 +0000 (UTC) Received: by mail-wi0-f182.google.com with SMTP id en1so1187376wid.9 for ; Wed, 11 Dec 2013 09:00:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=+0WQpDwce/8rnlJBF2QpoUreXxiDYQMqAM+Rhyt5zC0=; b=pTbGz2+p2UlnT6DXNvyFKrlVM5wh60cudBesIaGE0XPhaHmtPDjkSGlvV/JDX7cRWW NpDVq5StxQMgQerOXoKXqSPhRIC0Y94qvoqcwTxH36gkIV0OdXKhLrsynGtxD1V6F+RR E7gjXk3r+S/GJ8NYvR5I4AHIG8yg1z00B9ndr5AnC+vzjfjv+vR6Bd/g1WgDVQaiVfFK cEsgKVuAkBkJOvaecU2pvMi9/I2lgyMt5VFBgkIwruksSc0/q0jngLCV/c45vUpW0rb8 X6QsAEvNLUofiUiLfMDWpwZi2Y1VhvBAfJsPuns86fnL8C1qJA20tH65tGMjw2t2F3GY XkgQ== MIME-Version: 1.0 X-Received: by 10.194.170.133 with SMTP id am5mr2384808wjc.42.1386781203403; Wed, 11 Dec 2013 09:00:03 -0800 (PST) Received: by 10.194.157.69 with HTTP; Wed, 11 Dec 2013 09:00:03 -0800 (PST) Date: Wed, 11 Dec 2013 18:00:03 +0100 Message-ID: Subject: FreeBSD OpenGL guest in VirtualBox errors From: David Demelier To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=UTF-8 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: Wed, 11 Dec 2013 17:00:05 -0000 Hello there, I wanted to try FreeBSD inside a VirtualBox and using additions with OpenGL support. Unfortunately, I have error with any OpenGL application : $ glxgears OpenGL Error: packspuConnectToServer: no connection on first create! Same for glxgears. This is happening with FreeBSD 9.2 amd64 on a Windows 8.1 host. Is this a known problem? Please cc' me I'm not currently on the list. Regards, -- Demelier David