OpenGL 1.5 or higher needed by exe file that uses cocos2d-x. How to make it work without video card?

StackOverflow https://stackoverflow.com/questions/17065072

  •  31-05-2022
  •  | 
  •  

Question

I tried to build sample projects in cocos2d-x. When I run the exe files, there's a pop window that tells me that OpenGL 1.5 or higher is needed and I should update my drivers. Unfortunately my PC currently don't have video card. Can I upgrade the OpenGL version in my PC without buying a video card?

My PC currently uses Intel® G33/G31 Express Chipset Family.

Was it helpful?

Solution 2

I found out here that Intel® G33/G31 Express Chipset Family can support of up to OpenGL 1.4 only. And the only solution to my problem is to buy a video card.

OTHER TIPS

Install the Mesa 3D Graphics Library. From the mesa3d (dot) org website, "Mesa includes a special off-screen rendering interface called OSMesa. It's unique in that the interface has no dependencies on any operating system or window system. Mesa's off-screen rendering interface is quite simple. Documentation for it may be found in the Mesa README file and there is an example program in the Mesa distribution (demos/osdemo.c)."

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top