OpenGL is not supported by the video card - opengl

I used to run and test libgdx game on blender when i had win 7 and it worked fine with Intel HD Graphics 3000 driver then after i installed win 10 and copied the same files with same version of blender and libgdx it shows me an error "OpenGL is not supported by the video card" but the video card is the same what should i do?

The Windows 10 installer doesn't setup feature complete OpenGL drivers. You'll have to download the right drivers for your GPU from the vendor's website and install them manually.

Related

Unable to launch Android Emulator and Genymotion because of video card error in Windows 8.

I'm unable to launch the android emulator as well as genymotion emulator as I get an error as below. I use a SONY VAIO, windows-8, 64 bit system. And my graphics driver is ATI Radeon HD 5000 series.
I have the drivers up-to-date. Yet I get this error. All the solutions and blogs online give the only answer to update or reinstall the drivers. I have tried both. Please help. Thank you.
Your computer might have two GPU, one intel integrated and the ATI Radeon.
You can check if it is the case in the device manager in windows.
To access the device manager:
Right-click My Computer, click Manage, and then click Device Manager.
Deploy the "Display adapters" node.
If you have more than 2 GPU, you can either:
update your intel GPU drivers from sony website
force player.exe to use the ATI GPU in the Catalyst Control Center program from ATI.
You can find here the steps to force a specific GPU in the Catalyst Control Center: http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&lc=en&docname=c03048374
This link is not from Sony but should also apply to your context.
If you only have one GPU in your computer, you could try to contact Genymotion support here: https://cloud.genymotion.com/page/support/
Go to the control panel and open the Hardware Manager. In the section "Graphics Cards" you'll find the name of your GPU. Most likely it will be made by one of Intel, Nvidia, AMD or ATI.
Depending on who made it you can find the drivers on
http://downloadcenter.intel.com/default.aspx
http://www.nvidia.com/Download/index.aspx
http://support.amd.com/en-us/download
Select the drivers appropriate for your system, download and install them. And restart Genymotion.
You need to update your video card driver using the latest version provided by your manufacturer (available on their website)...... it will solve the problem..
you can find the solution from here also....link

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

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.
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)."
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.

cocos2dx error: opengl version too old

I've upgraded my windows from 7 to 8 and I've started to compile cocos2dx but there is an error while the cmd is opening :
Your OpenGl Version is 1.1.0, but Cocos2d-x requires OpenGl 1.5 or higher on Windows. Please upgrade the driver of your video card
But cocos2dx was running well before upgrade!
could u tell me what is the problem and what should I do?
I'm using visual studio 2010.
you can see the cocos2d-x forum about this problem. watch this link.
your driver is not updated or you didn't install opengl. you can use older versions of cocos2d-x too. see this link.
You should update your graphic card (video driver) drivers or second way you try to run old version of cocos 2dx . i am also suffered this problem

JOGL throws errors in atio6axx.dll

In attempting to do some OpenGL development using JOGL, I persistently get the following error:
# Problematic frame:
# C [atio6axx.dll+0x73a32]
Hunting around the web pointed this squarely at AMD video drivers, and strongly suggests that updating my drivers was in order.
Problem:
I have an HP Pavilion dv6-3206ax, which has actually TWO GPUs on board, one high-power and fast, the low power and assumably slower.
The standard AMD Catalyst installation doesn't like this configuration, so I can only use the drivers from the HP support site.
The video card(s) are:
ATI Mobility Radeon HD 6550 and
AMD M880G with ATI Mobility Radeon HD 4250
NB: I can force the latest drivers for the 6550 to install by navigating to the AMD Radeon display driver directory, and that does allow JOGL to run. But it also causes my laptop to overheat.
They haven't been updated in two years, and I already have the latest. Help?
I had to downgrade my AMD graphics driver to 20.4.2
I have found a solution of sorts.
If I use the ATI PowerXpress to manually select the "Power Saving GPU", OpenGL works.
This is good enough for my purposes at the moment.
I had to download and install the latest AMD High-Definition Graphics Driver from the HP Support site to get ATI PowerXPress to work at all.
Try what this chap did, from the section of 'manually uninstall drivers'.
What a legend!
http://us.battle.net/wow/en/forum/topic/6794729581

OpenCL doesn't find ATI card

I have a notebook with ATI Mobility Radeon HD 5650, and want to use the card for computing =) After installing AMD APP SDK v.2 (installation was OK) I tried to run code samples, provided with AMD. But there is a problem: when I run a sample, it doesn't find my ATI card - in the list of available OpenCL devices there is only CPU (Intel Core i5), but not GPU.
How to solve this problem and run some code on GPU?
Your video card drivers must support OpenCL. I suggest you try downloading the newest drivers from your vendor. Unfortunately most mobile graphic cards are supported by the distributor of the PC and not of the graphics card vendor, so I am not sure if you can find any according drivers.
Not all ATI's GPU support OpenCL, looking into the list of supported devices you can see that this card is not there, neither with beta support. So basically you can only buy different card (what can be rather problematic with a laptop).
I have the same problem in my Acer 3820TG. However, the OpenCL programming is needed the driver version over 8.753.1. It seems that Acer doesn't support in currently.
One way to overcome this problem is to force install the newer mobility drivers from AMD.
You can follow the the steps from:
http://www.sevenforums.com/drivers/177042-force-install-drivers.html
and then try the related-stable driver to install.
(It means it also supports the HD5650-M , but it is different SUBSYS num.)
In my testing, don't install the newest driver(Or you would have the OSDC problem). I install the driver version at about 8.79-8.80(10-11_vista64_win7_64_dd_ccc or
10-12_vista64_win7_64_dd_ccc) and then it seems that it can work.