Re: [PATCH 1/2] drm/qxl: remove unused `count` variable from `qxl_surface_id_alloc()`

2024-03-29 Thread Miguel Ojeda
On Thu, Mar 28, 2024 at 11:18 AM Maxime Ripard  wrote:
>
> "a while ago" here being 2 hours before your message :)

Ah, I meant the original reports that Nathan mentioned in his message.
Yeah, the message itself from Nathan happened right before :)

> I've added a Closes tag for that report too.
>
> I've applied both patches to drm-misc-fixes, thanks!

My pleasure!

Cheers,
Miguel


Bug Report - GNOME/Mutter Fractional Scaling

2024-03-29 Thread Adonnen Dagnir
Hello, all. I reported an issue to the gitlab 
(https://gitlab.freedesktop.org/spice/spice-gtk/-/issues/183), but I see 
the readme wants issues sent to the mailing list. I will summarize here:


VM viewers that use spice-gtk do not render properly when running under 
wayland with GNOME/Mutter's experimental fractional scaling enabled. 
Wayland windows are scaled by rendering at a higher-than-native 
resolution (I think 2 x (native res / scaling factor)) and then 
downscaled to native res. Spice-gtk reports the higher-than-native 
resolution to the VM client, which renders at said resolution. My screen 
width is *2256*, but with 125% fractional scaling, VMs report and render 
with width (2256 / 1.25) * 2**~*3606*.



Have a nice day.