Summary: | Blur Noise moves wrong direction when window is moved | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | duncanyoyo1 |
Component: | compositing | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | fanzhuyifan, nate |
Priority: | NOR | ||
Version First Reported In: | 6.2.5 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kwin/-/commit/202c9093e6b390ecb7bf36892c6155ff8c748a0b | Version Fixed In: | 6.5.0 |
Sentry Crash Report: | |||
Attachments: |
Video showing noise moving in the wrong direction relative to window movement
Video showing the previous behavior |
Description
duncanyoyo1
2024-03-29 19:45:17 UTC
Created attachment 167925 [details]
Video showing noise moving in the wrong direction relative to window movement
Created attachment 168027 [details]
Video showing the previous behavior
Managed to find an old video from some time back in 5.XX showing how the noise behaved.
Excuse the compression, had to get it under 4000KB
I understand that the team is busy, but I wanted to check if there have been any updates or if additional information is needed from my side to help resolve this issue. Still having this issue in KDE Plasma 6.2.5 And the really weird part is the noise only moves left/right. Never up/down. When I drag the window to the left, the noise moves very fast to the right ( about 2x the speed that I am moving the window at ) Really this noise should be fixed in position and the window should move "over" it. Git commit 202c9093e6b390ecb7bf36892c6155ff8c748a0b by Xaver Hugl, on behalf of Marcin Woźniak. Committed on 12/08/2025 at 10:53. Pushed by zamundaaa into branch 'master'. plugins/blur: make the noise texture no longer move with the window This prevents the noise texture from moving when the window geometry changes. M +0 -2 src/plugins/blur/blur.cpp M +0 -1 src/plugins/blur/blur.h M +1 -2 src/plugins/blur/shaders/noise.frag M +1 -2 src/plugins/blur/shaders/noise_core.frag https://invent.kde.org/plasma/kwin/-/commit/202c9093e6b390ecb7bf36892c6155ff8c748a0b |