Is there any hope running sioyek with OpenGL 2.0?
I want to run sioyek on my Thinkpad x200, which has GM45, which only supports OpenGL 2.0 at most. When trying to launch sioyek, I am getting a lot of errors in the form
QEGLPlatformContext: Failed to create context: 3009
QRhiGles2: Failed to create temporary context
which I assume are there because I don't have OpenGL 3.2. Can we run with 2.0?
Yes, the next version of sioyek will have ability to run without opengl at all (optional compile-time option). Currently it is not possible though.
To be clear, this is not yet possible, even with the git version, right?
Edit: I got it working on my machine with:
MESA_GL_VERSION_OVERRIDE=3.3 MESA_GLSL_VERSION_OVERRIDE=330 /opt/sioyek/sioyek
To be clear, this is not yet possible, even with the git version, right?
right.
@ahrm Could you tell me what this compile-time option is?
It is not available in the public version yet. It will hopefully be released in the next few months.