[kwin] [Bug 474044] Enter Animation has low fps

2024-01-02 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=474044

Fushan Wen  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #8 from Fushan Wen  ---
Recently the performance has become better

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

[kwin] [Bug 474044] Enter Animation has low fps

2023-11-04 Thread Prajna Sariputra
https://bugs.kde.org/show_bug.cgi?id=474044

--- Comment #7 from Prajna Sariputra  ---
Turns out that the issue I am seeing is in fact a different problem, specific
to touchpad gestures and the animation speed setting, I have filed bug 476536
for that, apologies.

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

[kwin] [Bug 474044] Enter Animation has low fps

2023-11-02 Thread Prajna Sariputra
https://bugs.kde.org/show_bug.cgi?id=474044

Prajna Sariputra  changed:

   What|Removed |Added

 CC||putr...@gmail.com

--- Comment #6 from Prajna Sariputra  ---
I think I'm also experiencing this issue, I also see the `amdgpu:
amdgpu_cs_ctx_create2 failed. (-13)` error messages while triggering
overview/desktop grid combined effect, and the animations (especially
concerning the desktop grid) feels rather choppy, certainly more so than in
Plasma 5.27.9.

I compiled Plasma 6 using kdesrc-build, KWin is currently at commit
abf642d42e8189deaabf1999661e83aab25b99fa in the ~/kde/src/kwin folder, and my
GPU is the AMD Radeon 680M (integrated with the AMD Ryzen 7 6800H), with Mesa
23.2.1, kernel 6.5.9, Qt 6.6.0, on Arch Linux. I also only tested with Wayland
for now, so not sure how it looks with X11.

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

[kwin] [Bug 474044] Enter Animation has low fps

2023-09-28 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=474044

Fushan Wen  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---
 Ever confirmed|0   |1

--- Comment #5 from Fushan Wen  ---
Not fixed, and becomes worse after the new overview effect is merged.

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

[kwin] [Bug 474044] Enter Animation has low fps

2023-09-25 Thread Niccolò Venerandi
https://bugs.kde.org/show_bug.cgi?id=474044

Niccolò Venerandi  changed:

   What|Removed |Added

   Version Fixed In||6.0
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/-/commit/028dd552cf
   ||b9d826b40b9620d869c98d2aa3d
   ||ca3
 Status|REPORTED|RESOLVED

--- Comment #4 from Niccolò Venerandi  ---
Git commit 028dd552cfb9d826b40b9620d869c98d2aa3dca3 by Niccolò Venerandi.
Committed on 25/09/2023 at 13:14.
Pushed by niccolove into branch 'master'.

Merge desktop grid and overview together with a new three-state design

Merges the desktop grid and overview effects together in a new three-state one;
you can switch between them with a certain shortcut or gesture, and you can
also
still access either the desktop grid or overview directly.

Default shortcuts are also updated to be Meta+G for Grid, Meta+W for Overview,
Meta+Tab to switch between the three states and Meta+Shift+Tab to cycle in the
opposite direction.
Related: bug 460661, bug 460774, bug 456572, bug 449601, bug 450262, bug
449801, bug 461510, bug 463886, bug 459754, bug 459749, bug 459748, bug 459467
FIXED-IN: 6.0

M  +2-0CMakeLists.txt
A  +7-0kconf_update/CMakeLists.txt
A  +20   -0kconf_update/kwin-6.0-overview-activities-shortcuts.py
A  +11   -0kconf_update/kwin.upd
M  +16   -3src/libkwineffects/effecttogglablestate.cpp
M  +3-1src/libkwineffects/effecttogglablestate.h
M  +0-1src/plugins/CMakeLists.txt
D  +0-49   src/plugins/desktopgrid/CMakeLists.txt
D  +0-127  src/plugins/desktopgrid/desktopgrid_config.cpp
D  +0-48   src/plugins/desktopgrid/desktopgrid_config.h
D  +0-206  src/plugins/desktopgrid/desktopgrid_config.ui
D  +0-32   src/plugins/desktopgrid/desktopgridconfig.kcfg
D  +0-9src/plugins/desktopgrid/desktopgridconfig.kcfgc
D  +0-250  src/plugins/desktopgrid/desktopgrideffect.cpp
D  +0-99   src/plugins/desktopgrid/desktopgrideffect.h
D  +0-18   src/plugins/desktopgrid/main.cpp
D  +0-92   src/plugins/desktopgrid/metadata.json
D  +0-306  src/plugins/desktopgrid/qml/DesktopView.qml
D  +0-328  src/plugins/desktopgrid/qml/main.qml
M  +27   -6src/plugins/overview/kcm/overvieweffectkcm.cpp
M  +15   -1src/plugins/overview/kcm/overvieweffectkcm.ui
M  +3-0src/plugins/overview/overviewconfig.kcfg
M  +229  -24   src/plugins/overview/overvieweffect.cpp
M  +37   -16   src/plugins/overview/overvieweffect.h
M  +44   -36   src/plugins/overview/qml/DesktopBar.qml
M  +541  -193  src/plugins/overview/qml/main.qml
M  +24   -18   src/plugins/private/qml/WindowHeapDelegate.qml
M  +1-0src/plugins/windowview/qml/main.qml
M  +0-2src/plugins/windowview/windowvieweffect.cpp

https://invent.kde.org/plasma/kwin/-/commit/028dd552cfb9d826b40b9620d869c98d2aa3dca3

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

[kwin] [Bug 474044] Enter Animation has low fps

2023-09-06 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=474044

--- Comment #3 from Nate Graham  ---
Interesting. For me it's no worse on Plasma 6 Wayland than it was on Plasma 5
Wayland.

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

[kwin] [Bug 474044] Enter Animation has low fps

2023-09-03 Thread postix
https://bugs.kde.org/show_bug.cgi?id=474044

postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[kwin] [Bug 474044] Enter Animation has low fps

2023-09-02 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=474044

Fushan Wen  changed:

   What|Removed |Added

  Flags||X11+

--- Comment #2 from Fushan Wen  ---
Yes, the fps is signification lower than Plasma 5, on both X11 and Wayland

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

[kwin] [Bug 474044] Enter Animation has low fps

2023-09-01 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=474044

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

--- Comment #1 from Nate Graham  ---
Is this really a Qt6 issue? I can reproduce it in Plasma 5. See Bug 455780 and
Bug 459467.

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