Re: JOGL cannot run on Intel HD Graphics 3000
Posted by
Xerxes Rånby on
Sep 11, 2020; 2:19pm
URL: https://forum.jogamp.org/JOGL-cannot-run-on-Intel-HD-Graphics-3000-tp4040802p4040807.html
Hello Solo
Can you try the GPU Caps Viewer tool as well
http://www.ozone3d.net/gpu_caps_viewer/and check that you driver support OpenGL 1.2 as requested by your application. Some new opengl driver only support the programmable OpenGL 3 and have dropped support for backward compatible OpenGL 1 and 2.
Also to fully understand what JogAmp JOGL detect on your machine we need you to
download and unpack the latest jogamp version
https://jogamp.org/deployment/jogamp-next/archive/jogamp-all-platforms.7zthen run the
etc\test_dbg.bat (Using the Windows command cmd terminal)
which produces the file
test_dbg.log
file and upload it here:
If an OpenGL3.1 implementation really exist on your machine then it must get detected, the debug log may give us clarity why the detection of OpenGL 3.1 fail and if it is backward compatible with OpenGL 1.2. For what we understand only the Windows provided OpenGL 1.1 implementation is detected and used.