You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reproduce, apply 200% scaling to a monitor, and its wallpaper will be scaled down by 1/2 becoming blurry.
The issue seems to be that the width and height of logical_size within smithay_client_toolkit::output::OutputInfo does not actually represent the number of pixels on the display, but this is being used when calculating the new size of the scaled wallpaper.
The text was updated successfully, but these errors were encountered:
To reproduce, apply 200% scaling to a monitor, and its wallpaper will be scaled down by 1/2 becoming blurry.
The issue seems to be that the width and height of
logical_size
withinsmithay_client_toolkit::output::OutputInfo
does not actually represent the number of pixels on the display, but this is being used when calculating the new size of the scaled wallpaper.The text was updated successfully, but these errors were encountered: