问题
I'd like to run some programs in my Azure VM (Windows Server 2008), that require OpenGL 2.0.
However the VM has no video hardware :), how can I fake the programs into believing I have a good enough video card?
How am I supposed to get to the point of all development in the cloud, if I can't have virtual video cards? :)
回答1:
You could place a Mesa softpipe (software rasterizer) build opengl32.dll
beside your program's executable. Heck, on a machine without a proper graphics card it would be even acceptable to replace the system opengl32.dll (though this is not recommended).
回答2:
Check the OpenGL section here... and make sure u r using openscad 64 bit
来源:https://stackoverflow.com/questions/21389451/how-do-i-fake-opengl-in-an-azure-virtual-machine