Summary: | Mouse cursor is hidden windows when crossing the screen over a window on both screens | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Luiz Angelo De Luca <luizluca> |
Component: | wayland-generic | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | REPORTED --- | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | 5.25.5 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Photo of a hidden cursor |
Description
Luiz Angelo De Luca
2022-09-28 20:57:00 UTC
I can't reproduce it. Created attachment 152509 [details]
Photo of a hidden cursor
I activated the "Follow mouse effect" to show that the mouse cursor was there and externally took a picture. I tried to record the screen or that a screenshot but the mouse was there.
My multiscreen is not a simple side-by-side. The left monitor is rotated, with extra border over and under the right monitor. There is no screen overlap.
Can you post the output of `qdbus org.kde.KWin /KWin supportInformation`? (In reply to Vlad Zahorodnii from comment #3) > Can you post the output of `qdbus org.kde.KWin /KWin supportInformation`? https://invent.kde.org/-/snippets/2363 Hmm, I see nothing "weird" about your setup. A shot in the dark: - can you run kwin with KWIN_DRM_SW_ROTATIONS_ONLY=1 environment variable set? e.g. you could put it in /etc/environment and reboot the computer - if the issue is still reproducible, can you try setting KWIN_FORCE_SW_CURSOR=1 too? (In reply to Vlad Zahorodnii from comment #5) > Hmm, I see nothing "weird" about your setup. A shot in the dark: > > - can you run kwin with KWIN_DRM_SW_ROTATIONS_ONLY=1 environment variable > set? e.g. you could put it in /etc/environment and reboot the computer > > - if the issue is still reproducible, can you try setting > KWIN_FORCE_SW_CURSOR=1 too? With KWIN_DRM_SW_ROTATIONS_ONLY=1, the issue is still there With KWIN_FORCE_SW_CURSOR=1, it worked as expected. I tested the KWIN_FORCE_SW_CURSOR keeping KWIN_DRM_SW_ROTATIONS_ONLY set. Is it worth it to test it without KWIN_DRM_SW_ROTATIONS_ONLY? The software cursor now draws a darker region over the konsole black (with a little bit transparent) background for a second while moving when konsole when the window under it is mostly white. I don't know how software cursors works today but in the old times, we used to copy the region where the cursor would appear, draw, before drawing the next cursor position, erase it pasting the copied region. It looks like kwin copied konsole region (or asked konsole to do it) without considering the transparency effect, just like the spectacle ignores that same effect while taking a screen shot. Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! Cleared needsinfo |