https://bugs.kde.org/show_bug.cgi?id=510967
--- Comment #17 from Błażej Szczygieł <[email protected]> --- > but another open source application that still exhibits direct scanout issues > in 6.5.1 is Firefox in native wayland mode (but xwayland mode seems to work > OK). Firefox fails, because of `checkForBlackBackground()` function, the condition: `background->buffer()->size() != QSize(1, 1)` fails, because in my case it's `3840x2160`. When I remove this check, it's working fine. I don't know the idea of this function - @Zamundaaa could you look at this? > direst scanout doesn't work with IMMEDIATE present mode when cursor is > invisible Reversed condition, I'll make MR for this. -- You are receiving this mail because: You are watching all bug changes.
