From owner-freebsd-emulation@FreeBSD.ORG Thu Oct 7 20:37:21 2010 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id A1950106566B; Thu, 7 Oct 2010 20:37:21 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-emulation@FreeBSD.org Date: Thu, 7 Oct 2010 16:37:10 -0400 User-Agent: KMail/1.6.2 References: <4CAE259B.5060904@protected-networks.net> In-Reply-To: <4CAE259B.5060904@protected-networks.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201010071637.12834.jkim@FreeBSD.org> Cc: Subject: Re: VirtualBox 2D acceleration X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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, 07 Oct 2010 20:37:21 -0000 On Thursday 07 October 2010 03:55 pm, Michael Butler wrote: > On 10/07/10 15:02, Sean C. Farley wrote: > > Run VBoxTestOGL and check the log's output: > > VBoxTestOGL --test 2D --test 3D --log vboxtest.log > > > > It may show something. Before the patch, --help did not show > > --test 2D as a valid option. > > Now this is interesting .. 2D doesn't work for the lack of .. > > "2D not supported: fragment shader unsupported" According to your previous X.org log, you have Intel 945GM and it seems GL_ARB_frameshader extension is not available for your chipset: http://cgit.freedesktop.org/mesa/mesa/tree/src/mesa/drivers/dri/intel/intel_extensions.c Sorry, Jung-uk Kim