[kwin] [Bug 482034] Some animations are not playing at the monitor's refresh rate

2024-03-26 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=482034

--- Comment #16 from Zamundaaa  ---
Git commit d59451adcf8f7a4d90659a60bfbe73230091b0e3 by Xaver Hugl.
Committed on 26/03/2024 at 16:06.
Pushed by zamundaaa into branch 'master'.

effects/quickeffect: render qtquick scenes in the normal render pass

If they're rendered in prePaintScreen, the time needed to render them is not
accounted for in compositing scheduling, which may make KWin miss vblank
Related: bug 482861, bug 452119

M  +5-0src/effect/offscreenquickview.cpp
M  +9-10   src/effect/quickeffect.cpp

https://invent.kde.org/plasma/kwin/-/commit/d59451adcf8f7a4d90659a60bfbe73230091b0e3

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 482034] Some animations are not playing at the monitor's refresh rate

2024-03-18 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=482034

--- Comment #15 from Nate Graham  ---
It's more of a known issue among the devs that's being actively worked on; not
sure we need a bug report for it.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 482034] Some animations are not playing at the monitor's refresh rate

2024-03-15 Thread Naxdy
https://bugs.kde.org/show_bug.cgi?id=482034

--- Comment #14 from Naxdy  ---
Does there already exist a bug report for the present windows effect then, or
should I open a separate one for that?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 482034] Some animations are not playing at the monitor's refresh rate

2024-03-15 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=482034

--- Comment #13 from Nate Graham  ---
the Logout screen is another known performance bottleneck, yeah. There's a slow
shader providing the blur there.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 482034] Some animations are not playing at the monitor's refresh rate

2024-03-15 Thread Abigail Regina
https://bugs.kde.org/show_bug.cgi?id=482034

--- Comment #12 from Abigail Regina  ---
(In reply to Nate Graham from comment #9)
> Also, can you reproduce this issue anywhere else other than Overview and
> Present Windows? They're known to have some performance bottlenecks right
> now/

I have noticed that the logout screen (also known as Leave) runs at 60 FPS
including mouse cursor. It seems like full screen effects with heavy blur
involved are what is predominantly affected here. Disabling blur fixes the
issue on the logout screen and is 90 FPS. 

Disabling blur, however, does not disable the blurring nor fix the performance
in Overview and Present Windows.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 482034] Some animations are not playing at the monitor's refresh rate

2024-03-15 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=482034

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||6.0.2
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #11 from Nate Graham  ---
Ok, great. Overview's performance is known and being worked on constantly, so
it sounds like there isn't a general issue here anymore, just that specific
one. Closing.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 482034] Some animations are not playing at the monitor's refresh rate

2024-03-15 Thread Naxdy
https://bugs.kde.org/show_bug.cgi?id=482034

Naxdy  changed:

   What|Removed |Added

 Status|NEEDSINFO   |REPORTED
 Resolution|WAITINGFORINFO  |---

--- Comment #10 from Naxdy  ---
If my caveman eye is to be trusted, I'd say the overview effect now plays at
(or very close to) my monitor's actual refresh rate (120Hz). However, the
present windows effect still looks a little sluggish to me. I'd say maybe
around 80-90 fps? It's hard to say, since the frame counter happily reports
120Hz, even though that's very obviously not what's being displayed, weird.
It's definitely improved though, I'll say that much.

As for any other places, these are the two effects I use most. I haven't
noticed it on any other ones (e.g. switching desktops with Meta+Ctrl+Right/Left
is perfectly smooth at 120Hz).

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 482034] Some animations are not playing at the monitor's refresh rate

2024-03-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=482034

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #9 from Nate Graham  ---
Also, can you reproduce this issue anywhere else other than Overview and
Present Windows? They're known to have some performance bottlenecks right now/

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 482034] Some animations are not playing at the monitor's refresh rate

2024-03-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=482034

--- Comment #8 from Nate Graham  ---
Any further improvement with Plasma 6.0.2?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 482034] Some animations are not playing at the monitor's refresh rate

2024-03-14 Thread S. Christian Collins
https://bugs.kde.org/show_bug.cgi?id=482034

S. Christian Collins  changed:

   What|Removed |Added

 CC||s_chriscoll...@hotmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 482034] Some animations are not playing at the monitor's refresh rate

2024-03-10 Thread Naxdy
https://bugs.kde.org/show_bug.cgi?id=482034

--- Comment #7 from Naxdy  ---
Actually, scratch that. The behavior *did* change, in that the FPS counter now
doesn't drop to around 60ish anymore. However, the animations still play at a
notably lower frame rate than everything else (e.g. moving windows manually).

I wonder if this could be related to Bug 482035 ? Could be a Qt bug perhaps.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 482034] Some animations are not playing at the monitor's refresh rate

2024-03-10 Thread Naxdy
https://bugs.kde.org/show_bug.cgi?id=482034

Naxdy  changed:

   What|Removed |Added

 Status|NEEDSINFO   |REPORTED
 Resolution|WAITINGFORINFO  |---

--- Comment #6 from Naxdy  ---
Same for me, same animations are still affected. Behavior doesn't seem to have
changed.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 482034] Some animations are not playing at the monitor's refresh rate

2024-03-09 Thread Abigail Regina
https://bugs.kde.org/show_bug.cgi?id=482034

--- Comment #5 from Abigail Regina  ---
(In reply to Nate Graham from comment #4)
> Affected people, can you try again with Plasma 6.0.1 which was released
> yesterday? There were some fixes for this issue.

Issue is still present, reporting and appearing at 60 FPS despite the monitor
being at 90Hz on Plasma 6.0.1.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 482034] Some animations are not playing at the monitor's refresh rate

2024-03-06 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=482034

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #4 from Nate Graham  ---
Affected people, can you try again with Plasma 6.0.1 which was released
yesterday? There were some fixes for this issue.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 482034] Some animations are not playing at the monitor's refresh rate

2024-03-03 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=482034

Nicolas Fella  changed:

   What|Removed |Added

Summary|[6.0] Some animations are   |Some animations are not
   |not playing at the  |playing at the monitor's
   |monitor's refresh rate  |refresh rate

-- 
You are receiving this mail because:
You are watching all bug changes.