In order for some aspects of window presentation (esp. fullscreen) to work properly in scaled outputs, the wine dpi settings (change in winecfg) must match the scaling factor of the output (e.g., 2x => 2 * 96 = 192 dpi). That should help with contents being cut off in scaled outputs.
Ah, thanks. It doesn't clip with 144dpi, although it's a bit counter intuitive that the window gets smaller when I increase the DPI - everything else gets bigger.
Concerning the flickering, it would help to see a log with: `WAYLAND_DEBUG=1 WINEDEBUG=+pid,+tid,+timestamp,+waylanddrv,+system,+win,+vulkan`. Are you able to try with another compositor, e.g., GNOME/mutter, to check if you get the same behavior?
Please see [flickering-log.zip](/uploads/807bc2b1b11f055f6abc0d02c07a6bcf/flickering-log.zip) The flickering is also present on Gnome.
Is this error printed only without this patch?
Yeah, only without this patch.