https://bugs.kde.org/show_bug.cgi?id=522901
Jack <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|REPORTED |RESOLVED --- Comment #5 from Jack <[email protected]> --- We fixed the main rendering issue by modifying KWin's screencast plugin so it no longer enables DRM Sync Object timelines for screen capture. Specifically, in src/plugins/screencast/screencaststream.cpp, we changed the line that set .supportsSyncObj based on backend->drmDevice()->supportsSyncObjTimelines() to instead always use false. This disabled the synchronization feature that appeared to be triggering the OBS ghosting and Opera rendering problems on the system. After rebuilding KWin with this single change and installing the custom packages, the graphical issues were resolved without requiring any changes to OBS, Opera, NVIDIA drivers, or other system components.Fixed so far -- You are receiving this mail because: You are watching all bug changes.
