Graphics
Intel® graphics drivers and software, compatibility, troubleshooting, performance, and optimization
20494 Discussions

I have laptop HP650 on base B980 processor. Windows 10. Dont work OpenGL

FMats
Beginner
3,417 Views

I have laptop HP650 on base B980 processor. OS Windows 10. Today I try make some game in Android Studio, make in LibGDX, wen start game the system wrote: non openGL, I add some code in app, and try again - they write error- about need minimum version 2 of openGL.

In forums people wrote about need update drivers, I download new driver and install it - dont work.

On windows 7 - all working. But I dont wont downgrade to Win7.

Any idea?

On Russian:

У меня ноут НР650, на базе процессора В980. Windows 10 стоит.

Сегодня в Android Studio пробовал запустить игру написанную около года назад на этом же ноуте но под windows 7, тогда все работало. Но сейчас игра не запускается, начала ругаться на отсутствие openGL я по совету из stakcoverflow прописал код, сейчас не помню какой, завтра добавлю, и после этого игра начала ругаться другой ошибкой что у меня opengl 1.1 а нужен минимум 2-й.

Я ставил самые новые драйвера - не помогло.

На других машинах, но с видео от nvidia с этой же игрой - никаких проблем.

Что еще можно попробовать?

0 Kudos
1 Solution
AlHill
Super User
1,577 Views

Your processor, and processor graphics are not supported on Windows 10.

http://www.intel.com/content/www/us/en/support/processors/000006105.html Intel® Processor Support for Microsoft Windows® 10

http://www.intel.com/content/www/us/en/support/graphics-drivers/000005526.html Supported Operating Systems for Intel® Graphics Products

And, there is no OpenCL in your graphics:

http://www.intel.com/content/www/us/en/support/graphics-drivers/000005524.html Supported APIs and Features for Intel® Graphics Drivers

Doc

View solution in original post

0 Kudos
11 Replies
AlHill
Super User
1,578 Views

Your processor, and processor graphics are not supported on Windows 10.

http://www.intel.com/content/www/us/en/support/processors/000006105.html Intel® Processor Support for Microsoft Windows® 10

http://www.intel.com/content/www/us/en/support/graphics-drivers/000005526.html Supported Operating Systems for Intel® Graphics Products

And, there is no OpenCL in your graphics:

http://www.intel.com/content/www/us/en/support/graphics-drivers/000005524.html Supported APIs and Features for Intel® Graphics Drivers

Doc

0 Kudos
FMats
Beginner
1,577 Views

I dont need OpenCL, I need OpenGL - they working on my laptop on windows 7 and ubuntu, how I may install driver for windows 7 on Windows 10? I dont wont reinstall back to win7.

0 Kudos
FMats
Beginner
1,577 Views

About exception:

In this code i have this error: Exception in thread "LWJGL Application" com.badlogic.gdx.utils.GdxRuntimeException: OpenGL is not supported by the video driver.

https://i.gyazo.com/12941af666f4c4718e399d4841c3b44b.png https://i.gyazo.com/12941af666f4c4718e399d4841c3b44b.png

If I add the code: System.setProperty("org.lwjgl.opengl.Display.allowSoftwareOpenGL", "true");

I got another exception:

Exception in thread "LWJGL Application" com.badlogic.gdx.utils.GdxRuntimeException: OpenGL 2.0 or higher with the FBO extension is required. OpenGL version: 1.1.0

Type: OpenGL

Version: 1:1:0

Vendor: Microsoft Corporation

0 Kudos
FMats
Beginner
1,577 Views

There is my "glew" logs.

They say to me that I have need OpenGL, and they not work becouse driver is bad - not system.

visualinfo.txt:

OpenGL vendor string: Intel

OpenGL renderer string: Intel(R) HD Graphics

OpenGL version string: 3.1.0 - Build 9.17.10.4229

https://yadi.sk/i/SjF9abFn3HCTKE Yandex.Disk (Full file)

glewinfo.txt:

...openGL pervious version: OK

GL_VERSION_2_0: OK

GL_VERSION_2_1: OK

GL_VERSION_3_0: OK

GL_VERSION_3_1: OK

GL_VERSION_3_2: MISSING

GL_VERSION_3_3: OK

GL_VERSION_4_0: MISSING

and other missing...

https://yadi.sk/i/WzT8pF0D3HCTPJ Yandex.Disk (Full file)

0 Kudos
FMats
Beginner
1,577 Views

The Geeks3D say that I have OpenGL:

And they work in demo mode:

0 Kudos
AlHill
Super User
1,577 Views

Again, your processor and processor graphics are not supported on Windows 10.

Doc

0 Kudos
FMats
Beginner
1,577 Views

I understand this.

And again, how I may install on my Windows 10 driver with support openGL from windows 7 on my own risk?

0 Kudos
FMats
Beginner
1,577 Views

That is not Windows 10 unsupport my Graphics - thats my graphics dont have drivers to windows 10.

It turns out my chip produced by Intell does not support Windows 10.

 

In view of the fact that it is not so easy to change a video chip in a laptop. Do you plan to support this chip Windows 10?

0 Kudos
FMats
Beginner
1,577 Views

In support of Microsoft, they was advised me to ask the chip manufacturer for driver support for Windows 10. How can I do this?

How can I request driver support from the chip manufacturer?

Link to question in microsoft: https://answers.microsoft.com/ru-ru/windows/forum/windows_10-hardware/%D0%BD%D0%B5/36cef65f-16ad-4a90-b1d4-93ed23a44303 Не работает Open GL на Windows 10 Intel HD Graphics - Microsoft Community

0 Kudos
idata
Employee
1,577 Views

Hello Maximbo,

 

 

Thank you for contacting the Intel community.

 

 

I understand that you would like to install on Windows® 10 driver with support openGL from windows 7 under your own risk, at this point Intel only provide support for drivers that are validated for the specific operating system, if somebody else has found a way to do this they will be welcome to share that information with us.

 

 

About chipset supported or processor supported on Windows® 10 please see the private message I have sent you.

 

 

 

Best wishes,

 

 

 

Ivan.

 

0 Kudos
FMats
Beginner
1,577 Views
0 Kudos
Reply