https://bugs.kde.org/show_bug.cgi?id=493166
Zamundaaa <xaver.h...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|WAITINGFORINFO |--- Status|NEEDSINFO |CONFIRMED --- Comment #14 from Zamundaaa <xaver.h...@gmail.com> --- Thanks. It's just as I thought, the hardware plane stays enabled: │ ├───"type" (immutable): enum {Overlay, Primary, Cursor} = Cursor │ ├───"FB_ID" (atomic): object framebuffer = 148 │ │ ├───Object ID: 148 │ │ ├───Size: 64×64 │ │ ├───Format: ARGB8888 (0x34325241) │ │ ├───Modifier: DRM_FORMAT_MOD_LINEAR (0x0000000000000000) │ │ └───Planes: │ │ └───Plane 0: offset = 0, pitch = 256 bytes Probably because tearing is enabled first, and the cursor would only be disabled afterwards (which fails, because we can't update the cursor at all with tearing). This shouldn't be too hard to fix. -- You are receiving this mail because: You are watching all bug changes.