https://bugs.kde.org/show_bug.cgi?id=485927
--- Comment #51 from Brandon Wright <bear...@gmail.com> --- Could we get attachment 180290, "Patch using private API to update scene graph timers when window refreshed 2" added in for kwin 6.4? Aside from using private API, which kwin already does in that file, it's the simplest and most direct fix. It simply makes the animation timers current, which means kwin doesn't draw the same scene over again when the refresh rate is higher than 62.5Hz. The code is already updating and redrawing at full refresh, it's only the scene positions that aren't updated every frame because they rely on internal animation timers that only the private QUnifiedTimer API can access. This patch even fixes some judder at 60Hz from skipped animation positions. -- You are receiving this mail because: You are watching all bug changes.