Celestia
Celestia copied to clipboard
black screen on Wayland/Sway, with QT5
Describe the bug I compiled Celestia from source code on my linux system which runing wayland/sway. the main window showed up but nothing is rendered. it's same with or without -DENABLE_GLES=ON.
To Reproduce Steps to reproduce the behavior:
- install wayland/wlroots/sway
- install qt5 with wayland support
- compile Celestia with -DENABLE_GLES=ON
- run celestia-qt5 on wayland/sway
Expected behavior A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: [e.g. GNU/Linux, Windows, macOS]
- Frontend: [e.g. Qt, native Win, native Mac]
- Version: [e.g. 1.7.0]
Additional context Add any other context about the problem here.
i think the problem is with legacy GL widget, unfortunately recommended to use one has a lot of issues in fullscreen mode.
@swordhui for quite a while we use QOpenGLWidget which should work in OpenGL ES mode and so it should be compatible with Wayland. Could you check?
You can also check it with Qt6.
it seems that wayland is working now, sop closing this