I have an old Thinkpad which has an Intel HD Graphics 3000 video card built in. Unfortunately, the latest Windows video card drivers only support OpenGL 3.1.0.
I would like to try to run Blender 2.8 via Windows 10 on this laptop, even if it runs slowly. My understanding is that I should be able to run Blender 2.8 with an old OpenGL version via the command line like this:
blender.exe -d --debug-gpu
I downloaded blender-2.80-7e9389b83d8-win64 here, and when I try running Blender with the above command, I still get the “Blender requires a graphics driver with at least OpenGL 3.3 support” message.
My terminal window looks like this:
Switching to fully guarded memory allocator.
Blender 2.80 (sub 33)
Build: 24/11/2018 17:38 Windows Release
argv[0] = blender.exe
argv[1] = -d
argv[2] = --debug-gpu
read file
Version 280 sub 24 date unknown hash unknown
Warning! OpenGL core profile not available.
Warning! Ignoring untested OpenGL context profile mask bits.Win32 Error# (3221692565): The specified OpenGL version and feature set are either invalid or not supported.
Warning! OpenGL core profile not available.
Warning! Ignoring untested OpenGL context profile mask bits.Win32 Error# (3221692565): The specified OpenGL version and feature set are either invalid or not supported.
Warning! OpenGL core profile not available.
Warning! Ignoring untested OpenGL context profile mask bits.Win32 Error# (3221692565): The specified OpenGL version and feature set are either invalid or not supported.
Warning! OpenGL core profile not available.
Warning! Ignoring untested OpenGL context profile mask bits.Win32 Error# (3221692565): The specified OpenGL version and feature set are either invalid or not supported.
Warning! OpenGL core profile not available.
Warning! Ignoring untested OpenGL context profile mask bits.Win32 Error# (3221692565): The specified OpenGL version and feature set are either invalid or not supported.
Warning! OpenGL core profile not available.
Warning! Ignoring untested OpenGL context profile mask bits.Win32 Error# (3221692565): The specified OpenGL version and feature set are either invalid or not supported.
Warning! OpenGL core profile not available.
Warning! Ignoring untested OpenGL context profile mask bits.Win32 Error# (3221692565): The specified OpenGL version and feature set are either invalid or not supported.
Any ideas on what I can try to get 2.8 to run?