https://bugs.kde.org/show_bug.cgi?id=451590
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |k...@davidedmundson.co.uk --- Comment #13 from David Edmundson <k...@davidedmundson.co.uk> --- I found something interesting on nvidia + X11. We're losing all our CPU time in makeCurrent which in turn sits about in __sched_yield. i.e we're blocking waiting for the vblank. Our QtQuick windows aren't schedules to anything in particular, we just update them off a timer and hope it's all in sync. We could sync it to the relevant RenderLoop relatively easily and it might have a noticeable effect and fix some other issues (hopefully). Should be relatively easy to try and confirm if it makes a difference. -- You are receiving this mail because: You are watching all bug changes.