Open ephemer4l opened 1 month ago
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.
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
which I assume are there because I don't have OpenGL 3.2. Can we run with 2.0?