-
Notifications
You must be signed in to change notification settings - Fork 59
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
Doesn't work on Wayland natively #6
Comments
Thanks for the bug report; I will install Wayland and see if I can troubleshoot this. |
Adding to 2.0.7 to retest. |
It looks like the new 2.x versions of DJV are now able to run on Wayland, I just verified with Ubuntu 20.04. However I assume this is using X11 compatibility so I'm not sure what the performance will be like. It looks like GLFW (the library DJV uses for windowing) has experimental support for Wayland as of version 3.3: https://www.glfw.org/docs/3.3/news.html When the support is more stable this issue can be assigned to a milestone. |
As the title says. If you just execute it you'll see this error:
ERROR djv::Graphics::GraphicsContext: Cannot create OpenGL context, found version 2.0
To run it on Wayland you need to setup variable
QT_QPA_PLATFORM=xcb djv_view
to run it through XWayland but it still doesn't work, you can only see 1st frame.The text was updated successfully, but these errors were encountered: