VirtualBox 2D acceleration

Sean C. Farley scf at FreeBSD.org
Thu Oct 7 20:44:00 UTC 2010


On Thu, 7 Oct 2010, 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 ..

*snip*

> 00:00:00.512 GL_ARB_shader_objects: 0
> 00:00:00.512 GL_ARB_fragment_shader: 0
> 00:00:00.512 GL_ARB_pixel_buffer_object: 0
> 00:00:00.512 GL_ARB_texture_rectangle: 1
> 00:00:00.512 GL_EXT_texture_rectangle: 1
> 00:00:00.512 GL_NV_texture_rectangle: 1
> 00:00:00.512 GL_ARB_texture_non_power_of_two: 1
> 00:00:00.512 GL_EXT_framebuffer_object: 0
> 00:00:00.512 Max Tex Coords (8), Img Units (8)
> 00:00:00.512 2D not supported: fragment shader unsupported
> 00:00:00.512 Testing 2D Failed

I do not know if all the zeros have to be ones for 2D to be supported or 
not.  The Intel v2.7 driver may not support 2D at least for your video 
card.  You could try xf86-video-intel29 instead of xf86-video-intel to 
see if that helps.  You need to remove the IGNORE line in the Makefile 
first.  I have no Intel hardware, so I do not know if this will help at 
any.

Sean
-- 
scf at FreeBSD.org


More information about the freebsd-emulation mailing list