[kwin] [Bug 488843] Triple buffering causing stuttering

2025-02-25 Thread Moritz
https://bugs.kde.org/show_bug.cgi?id=488843 Moritz changed: What|Removed |Added CC||bixi...@bixilon.de -- You are receiving this mail bec

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-07-26 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488843 Nate Graham changed: What|Removed |Added Version Fixed In||6.1.4 -- You are receiving this mail because: Yo

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-07-26 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=488843 --- Comment #41 from Zamundaaa --- Git commit aad82e9c772d52e853e7fa36a97620e41172df95 by Xaver Hugl. Committed on 26/07/2024 at 13:10. Pushed by zamundaaa into branch 'Plasma/6.1'. core/renderloop: fix triple buffering hysteresis The way it was imple

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-07-26 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=488843 Zamundaaa changed: What|Removed |Added Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/k

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-07-26 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=488843 --- Comment #39 from Zamundaaa --- Git commit d0f0481860ca0d8ebb88121c61544fbdc7a04d2f by Xaver Hugl. Committed on 26/07/2024 at 12:59. Pushed by zamundaaa into branch 'master'. core/renderloop: fix triple buffering hysteresis The way it was implement

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-07-26 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=488843 Zamundaaa changed: What|Removed |Added Latest Commit||https://invent.kde.org/plas |

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-07-25 Thread Michael Marley
https://bugs.kde.org/show_bug.cgi?id=488843 --- Comment #37 from Michael Marley --- Testing with the new patches I no longer see the drops to 30fps that I saw previously, so that part seems fixed to me. I'm still getting some stuttering that I wasn't previously with Plasma 5.x though, so I'm goi

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-07-25 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=488843 --- Comment #36 from Zamundaaa --- I think I found the core of the issue, and I added a commit to the linked MR that I'm relatively confident should finally actually fix this bug. Please test it! -- You are receiving this mail because: You are watchin

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-07-24 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=488843 --- Comment #35 from Zamundaaa --- Does the halved refresh rate issue go away with that MR? -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-07-24 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=488843 --- Comment #34 from Bug Janitor Service --- A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/6168 -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-07-24 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=488843 Zamundaaa changed: What|Removed |Added CC||mich...@michaelmarley.com --- Comment #33 from Zamu

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-07-19 Thread Marcus
https://bugs.kde.org/show_bug.cgi?id=488843 --- Comment #32 from Marcus --- Sorry, ignore that. -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-07-19 Thread Marcus
https://bugs.kde.org/show_bug.cgi?id=488843 --- Comment #31 from Marcus --- looking at RenderLoopPrivate::scheduleRepaint more closely it seems that if I make the safety margin -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-07-19 Thread Marcus
https://bugs.kde.org/show_bug.cgi?id=488843 --- Comment #30 from Marcus --- Increasing the 1ms extra is the same deal; it helps but I need to make it very high. so it doesn't seem to be related to dropped frames. > - total of 42978 frames > - dropped 105 frames (0.24%) > - 87 because of too l

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-07-19 Thread libjared
https://bugs.kde.org/show_bug.cgi?id=488843 libjared changed: What|Removed |Added CC|ja...@perrycode.com | -- You are receiving this mail because: You are wa

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-07-19 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=488843 --- Comment #29 from Zamundaaa --- hmm yeah I was more thinking about increasing it by 0.5ms, making it that high is not an option as it increases latency by a whole frame too. It not making much of a difference also means that the commit thread isn't t

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-07-19 Thread Marcus
https://bugs.kde.org/show_bug.cgi?id=488843 --- Comment #28 from Marcus --- Thanks for the response! So I tested different values for the extra safety margin on a Plasma/6.1 build, and increasing it does help reduce dropped frames. I need to make it pretty high, closing in on the frame time itse

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-07-16 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=488843 --- Comment #27 from Zamundaaa --- Git commit ce1ba4252552c7f314149e8be87d5d63fca0210c by Xaver Hugl. Committed on 16/07/2024 at 15:53. Pushed by zamundaaa into branch 'Plasma/6.1'. core/renderloop: add some hysteresis to triple buffering Switching to

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-07-16 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=488843 --- Comment #26 from Zamundaaa --- Thanks for the measurements. Seems like the MR doesn't make much of a difference except (like expected) keeping triple buffering enabled more often, so your problem is elsewhere. My analysis tool says that 0.45% of fr

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-07-16 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=488843 --- Comment #25 from Bug Janitor Service --- A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/6114 -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-07-16 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=488843 --- Comment #24 from Zamundaaa --- Git commit 0672313c209232341581459c656b8e8fa1cf8158 by Xaver Hugl. Committed on 16/07/2024 at 14:21. Pushed by zamundaaa into branch 'master'. core/renderloop: add some hysteresis to triple buffering Switching to tri

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-07-05 Thread Marcus
https://bugs.kde.org/show_bug.cgi?id=488843 Marcus changed: What|Removed |Added CC||jjmarco75+...@gmail.com --- Comment #23 from Marcus -

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-07-04 Thread hbr
https://bugs.kde.org/show_bug.cgi?id=488843 --- Comment #22 from hbr --- Created attachment 171380 --> https://bugs.kde.org/attachment.cgi?id=171380&action=edit KWIN_6_1_2_Performance_Data_Triple_Buffering.zip Performance data from Plasma 6.1.2 attached. -- You are receiving this mail becaus

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-07-04 Thread hbr
https://bugs.kde.org/show_bug.cgi?id=488843 --- Comment #21 from hbr --- Updated to Plasma 6.1.2 today and recorded performance data again for the notebook and desktop. On the notebook I can't really see a difference anymore between triple buffering enabled or disabled. The severe stutters are g

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-06-29 Thread Timothy B
https://bugs.kde.org/show_bug.cgi?id=488843 Timothy B changed: What|Removed |Added CC||yule2...@live.com -- You are receiving this mail b

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-06-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=488843 --- Comment #20 from pyro_kde_b...@rocketweasle.site --- (In reply to pyro_kde_bugs from comment #18) > I've been doing some testing with the FPS counter on my screen. I know this > isn't meant to be 100% accurate but in this case the user experience is

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-06-27 Thread hbr
https://bugs.kde.org/show_bug.cgi?id=488843 --- Comment #19 from hbr --- Created attachment 171074 --> https://bugs.kde.org/attachment.cgi?id=171074&action=edit KWIN_Performance_Data_Triple_Buffering.zip Updated to Plasma 6.1.1 today and recorded the performance data for both my AMD desktop an

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-06-26 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=488843 pyro_kde_b...@rocketweasle.site changed: What|Removed |Added CC||pyro_kde_bugs@rocketweasle.

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-06-25 Thread libjared
https://bugs.kde.org/show_bug.cgi?id=488843 libjared changed: What|Removed |Added CC||ja...@perrycode.com -- You are receiving this mail

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-06-25 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=488843 --- Comment #17 from Zamundaaa --- Git commit d2cbdbab307957b7284141e30dd9829a37413bed by Xaver Hugl. Committed on 25/06/2024 at 16:57. Pushed by zamundaaa into branch 'Plasma/6.1'. core/renderloop: assume high render times if the last frame has been a

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-06-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=488843 --- Comment #16 from Bug Janitor Service --- A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/5993 -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-06-25 Thread postix
https://bugs.kde.org/show_bug.cgi?id=488843 postix changed: What|Removed |Added CC||pos...@posteo.eu -- You are receiving this mail becau

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-06-25 Thread postix
https://bugs.kde.org/show_bug.cgi?id=488843 postix changed: What|Removed |Added See Also|https://bugs.kde.org/show_b | |ug.cgi?id=488821| --

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-06-25 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=488843 --- Comment #15 from Zamundaaa --- Git commit c5fb21fd8baa7033a7828805ab937146c7af2480 by Xaver Hugl. Committed on 25/06/2024 at 13:07. Pushed by zamundaaa into branch 'master'. core/renderloop: assume high render times if the last frame has been a whi

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-06-24 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=488843 --- Comment #14 from Zamundaaa --- If anyone affected could test https://invent.kde.org/plasma/kwin/-/merge_requests/5982, that would also be good. Preferably with https://invent.kde.org/plasma/kwin/-/commit/a169114fee661e61519f06c0567f4daa486dc336 logs

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-06-24 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=488843 --- Comment #13 from Bug Janitor Service --- A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/5982 -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-06-24 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=488843 --- Comment #12 from Bug Janitor Service --- A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/5979 -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-06-24 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=488843 --- Comment #11 from Zamundaaa --- Git commit 060db4cc7c30451522a595d3f6ce6f320409f133 by Xaver Hugl. Committed on 24/06/2024 at 13:40. Pushed by zamundaaa into branch 'Plasma/6.1'. core/renderloop: log frame statistics into a file Data like target vs

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-06-24 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=488843 Zamundaaa changed: What|Removed |Added CC||rick...@refused.net --- Comment #10 from Zamundaaa

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-06-24 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=488843 Zamundaaa changed: What|Removed |Added CC||moyamat...@crodity.com --- Comment #9 from Zamundaa

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-06-24 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=488843 Zamundaaa changed: What|Removed |Added Status|REPORTED|NEEDSINFO Resolution|---

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-06-24 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=488843 --- Comment #7 from Bug Janitor Service --- A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/5975 -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-06-24 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=488843 --- Comment #6 from Zamundaaa --- Git commit a169114fee661e61519f06c0567f4daa486dc336 by Xaver Hugl. Committed on 24/06/2024 at 13:26. Pushed by zamundaaa into branch 'master'. core/renderloop: log frame statistics into a file Data like target vs. act

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-06-24 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=488843 --- Comment #5 from Bug Janitor Service --- A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/5973 -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-06-21 Thread hbr
https://bugs.kde.org/show_bug.cgi?id=488843 --- Comment #4 from hbr --- Also happens on Intel hardware for me, see https://bugs.kde.org/show_bug.cgi?id=488860 Setting "KWIN_DRM_DISABLE_TRIPLE_BUFFERING=1" fixes it on both of my machines. -- You are receiving this mail because: You are watching

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-06-21 Thread hbr
https://bugs.kde.org/show_bug.cgi?id=488843 hbr changed: What|Removed |Added CC||nep...@pm.me --- Comment #3 from hbr --- I can confirm t

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-06-20 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488843 Nate Graham changed: What|Removed |Added See Also||https://bugs.kde.org/show_b |

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-06-20 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488843 Nate Graham changed: What|Removed |Added CC||n...@kde.org, |

[kwin] [Bug 488843] Triple buffering causing stuttering

2024-06-20 Thread Paulo Henrique
https://bugs.kde.org/show_bug.cgi?id=488843 --- Comment #1 from Paulo Henrique --- Also, my display don't have anything fancy like VRR its just an old fullhd 60hz display. -- You are receiving this mail because: You are watching all bug changes.