https://bugs.kde.org/show_bug.cgi?id=428089
--- Comment #2 from Erik Kurzinger <ekurzin...@nvidia.com> --- This is a tricky issue. Our client-side egl-wayland code really isn't set up to handle the compositor restarting. The client would need some way to become aware of this and send a new attach_eglstream_consumer request, and then re-attach the producer. Incidentally, we're currently working on driver-side support for passing buffers as dma-bufs, and once that's ready we could transition egl-wayland away from using EGLStreams. Then it should be possible to remove all of the EglStreamTexture stuff from kwin. Until then, though, maybe we could just defer applying any settings that require a compositor reset until the next login when using the EGLStreams backend? -- You are receiving this mail because: You are watching all bug changes.