https://bugs.winehq.org/show_bug.cgi?id=57620
Rémi Bernon rbernon@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rbernon@codeweavers.com
--- Comment #1 from Rémi Bernon rbernon@codeweavers.com --- This is not entirely unexpected, as we are now doing DPI scaling on our side on the CPU, and in a probably not very optimized way. It should be improved in the future but that will require some non-trivial work that's not fit for code freeze.
In the meantime, you can force individual (or all) applications to be HIDPI aware, using the documented Windows compatibility flags in the registry, see https://ss64.com/nt/syntax-compatibility.html and https://bugs.winehq.org/show_bug.cgi?id=57175#c33 (Wine extends the setting to allow setting it for every application).