Slint and wayland #2758
-
Maybe a stupid question but I am all new to wayland, using X11 before... I am running an old imx6 system... Do I need a separate compositor to run a full screen slint ui with wayland? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Yes, at the moment that is necessary. That compositor will just pass through the buffers produced by the application - so no extra time is spent on composition. We don't have an "eglfs" equivalent yet. I've been playing with this using Vulkan - which offers an elegant API for that that works cross-platform - but that "old imx6" system might not have it :) See also #712 for the corresponding issue. |
Beta Was this translation helpful? Give feedback.
-
Imx6 does not support Vulkan, the newer imx8 does (afaik)
Luke Jones ***@***.***> schrieb am Di., 23. Mai 2023, 03:42:
… I'm fairly certain that those + similar ARM systems do not have vulkan
support (via mesa and etnaviv driver) but I haven't actually looked
—
Reply to this email directly, view it on GitHub
<#2758 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGVNAK572IIJUWSGXJJVIXTXHQIX5ANCNFSM6AAAAAAYH2IP7Q>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Yes, at the moment that is necessary. That compositor will just pass through the buffers produced by the application - so no extra time is spent on composition. We don't have an "eglfs" equivalent yet. I've been playing with this using Vulkan - which offers an elegant API for that that works cross-platform - but that "old imx6" system might not have it :)
See also #712 for the corresponding issue.