[vbox-dev] [PATCH] fix broken 3d detection for WinXP hosts

Patrick Dinh patrickdinh33 at yahoo.com
Fri Jan 6 04:28:10 GMT 2012


There have been some reports regarding the 3d acceleration option being unavailable in vbox 4.1.8 for Windows XP hosts. Bug tickets #10071 and #10088 are particularly relevant.

Seems revision 39412 brought in the use of a API function that is only available to Vista or newer hosts, and the DLL (VBoxOGLrenderspu) that was affected by the change would not be able to load on older versions of Windows.

The attached patch should resolve the issue by using a more common function instead of the Vista/newer one.

Since I do not have an ATI card, I cannot fully verify the effectiveness of my patch.


Patch is released under the MIT license.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: renderspu_xp_fix.patch
Type: application/octet-stream
Size: 1797 bytes
Desc: not available
URL: <http://www.virtualbox.org/pipermail/vbox-dev/attachments/20120105/9123a9f2/attachment.obj>


More information about the vbox-dev mailing list