Summary: | Cursor does not scale with output scale (Wayland, Plasma 6) | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Stefan Hoffmeister <stefan.hoffmeister> |
Component: | platform-drm | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | xaver.hugl |
Priority: | NOR | ||
Version First Reported In: | git master | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kwin/-/commit/429b421dd40cf12a515134524c70cb4eb3d06fe4 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | Screenshot shows correct rendering, but that's not what is shown |
Description
Stefan Hoffmeister
2023-12-29 12:16:59 UTC
Can't reproduce. Is this in a VM or on bare metal? Indeed, a virtual machine, vmwgfx of VMware, with ``` # Force atomic mode-setting export KWIN_DRM_NO_AMS=0 # Force software cursors export KWIN_FORCE_SW_CURSOR=1 ``` So, I suspect, the software cursor path might be it? I will get to the vmwgfx GEM / GBM part next week++, but for quite some more time I expect to have to run with software cursors forced on. Sorry that I keep forgetting to provide the environment details! Created attachment 164561 [details]
Screenshot shows correct rendering, but that's not what is shown
Funny enough, taking a screenshot (with Spectacle) shows _correct_ rendering - but that screenshot does not reflect what I see on screen.
On screen I do not see the large cursor, but the small (unscaled?) cursor.
Git commit 429b421dd40cf12a515134524c70cb4eb3d06fe4 by Vlad Zahorodnii, on behalf of Stefan Hoffmeister. Committed on 09/01/2024 at 09:46. Pushed by vladz into branch 'master'. scene: Fix scaled rendering of software cursors M +5 -5 src/scene/cursordelegate_opengl.cpp https://invent.kde.org/plasma/kwin/-/commit/429b421dd40cf12a515134524c70cb4eb3d06fe4 |