canonical / mir

The Mir compositor
GNU General Public License v2.0
640 stars 102 forks source link

Cursor over Electron apps (on Wayland) is huge #3141

Open Saviq opened 12 months ago

Saviq commented 12 months ago

The cursor is rendered at some 2+ scale when over Element (or other Electron apps, as far I can tell).

This is without Xwayland, actually.

Possibly related:

AlanGriffiths commented 12 months ago

I'd imagine it is scale 2 - that's what the client gets told, so it could be sending buffers prescaled to 2. If we're not rescaling the cursor when compositing, then that would be the effect.