https://bugs.kde.org/show_bug.cgi?id=485927
--- Comment #31 from Brandon Wright <bear...@gmail.com> --- (In reply to Brandon Wright from comment #30) > (In reply to Blazer Silving from comment #29) > > It's still worth reporting upstream to QT, considering the > > mission-criticality of the value. If I understand, they only need to provide > > a separate public, dynamic timer for QtQuick to utilize, then kwin would > > need to integrate it. > According to https://doc.qt.io/qt-6/qtquick-visualcanvas-scenegraph.html > there's some way to replace the default animation driver with a custom one > that doesn't run at 60Hz. I'm looking into this. Nope, no go. That just describes what *they* did under the hood. It's all private and hidden. What we need is a simple setTimerInterval for the QQuickWindow class that drills down through three or four private layers of the scene graph and sets that value. Qt seems to desperately not want anyone to change it. -- You are receiving this mail because: You are watching all bug changes.