Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any hope running sioyek with OpenGL 2.0? #1184

Open
ephemer4l opened this issue Oct 9, 2024 · 3 comments
Open

Is there any hope running sioyek with OpenGL 2.0? #1184

ephemer4l opened this issue Oct 9, 2024 · 3 comments

Comments

@ephemer4l
Copy link

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?

@ahrm
Copy link
Owner

ahrm commented Oct 10, 2024

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.

@ephemer4l
Copy link
Author

ephemer4l commented Oct 12, 2024

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

@ahrm
Copy link
Owner

ahrm commented Oct 12, 2024

To be clear, this is not yet possible, even with the git version, right?

right.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@ahrm @ephemer4l and others