-
Notifications
You must be signed in to change notification settings - Fork 8
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
wl_subcompositor issue #2
Comments
With my little knowledge this info from Readme.md "OpenGL terminal emulator" is main blocker. You only have OpenGl ES on your smartphone. libhyris acceleration could also be important otherwise even if terminal would work, there would be no any kind of acceleration. In sailfish_linux_chroot I handle it: https://github.com/elros34/sailfish_linux_chroot/blob/master/ubuntu/scripts/install.sh#L49 but no idea if harbour containers also have it. Which version of qxcompositor do you run? Latest do not have SubSurfaceExtension enabled which could be what you want because nested compsitor is really used to handle orientation correctly and xwayland: https://github.com/elros34/qxcompositor/blob/qtwayland-5.6/src/qmlcompositor.cpp#L63. Even full support for qt applications in wayland mode is not ready. In my test subsurfaces caused many issues with current qtwayland we use so I do not handle them correctly: https://github.com/elros34/qxcompositor/blob/qtwayland-5.6/src/qmlcompositor.cpp#L168. In short qxcompositor is not really full compositor like kwin, weston or sway. It's just window rotator for lipstick. |
Thanks... I'm using whatever version comes with "git clone..." would it be easy to enable subsurfaceextension in source, just to test? I guess the panic simply happens if theres no value for wl_subcompositor, so if there was a value, that would clear. I don't know if that means it will then work, but... |
git clone will use master branch which is latest for sfos < 4.2 but not for sfos >= 4.2 which must use qtwayland-5.6 branch otherwise qxcompositor will not compile or start at all. |
Hi. Would you mind taking a look here - Smithay/client-toolkit#210
I'm using qxcompositor from this repo to run Devuan desktop on SailfishOS.
Thanks
The text was updated successfully, but these errors were encountered: