bigwheels
bigwheels copied to clipboard
[Wayland] fix BigWheels when fractional scaling is enabled.
When fractional scaling is enabled in Wayland, BigWheels crash due to a VK_ERROR_OUT_OF_DATE
.
The initial error showing is: wl_surface: error 2: BUffer size(1502x489) is not divisible by scale (2)
Changing the scaling (in Sway) from 1.5 to either 1 or 2 solves the issue.