http://bugs.winehq.org/show_bug.cgi?id=53653 --- Comment #2 from Artem S. Tashkinov <aros@gmx.com> --- (In reply to Rose Hellsing from comment #1)
I'm unable to reproduce this issue with Wine 11, everything scales accordingly
sha256sum winmine.exe bcff89311d792f6428468e813ac6929a346a979f907071c302f418d128eaaf41 winmine.exe
Could you post a screenshot please? I'm still using this patch because without it everything looks blurry: diff -urN wine-9.17/dlls/win32u/sysparams.c wine-9.17-disable-highdpi-support/dlls/win32u/sysparams.c --- wine-9.17/dlls/win32u/sysparams.c 2024-09-06 20:33:45.000000000 +0000 +++ wine-9.17-disable-highdpi-support/dlls/win32u/sysparams.c 2024-09-16 09:49:33.801352467 +0000 @@ -4925,6 +4925,7 @@ /* FIXME: what do the DpiScalingVer flags mean? */ get_dword_entry( (union sysparam_all_entry *)&entry_DPISCALINGVER, 0, &dpi_scaling, 0 ); + if (!dpi_scaling) NtUserSetProcessDpiAwarenessContext( NTUSER_DPI_PER_MONITOR_AWARE, 0 ); if (volatile_base_key && dispos == REG_CREATED_NEW_KEY) /* first process, initialize entries */ { I wonder if that's the reason why you see it fixed and I don't. sha256sum win* 06eb48b94f309915b5a226a0d342196e0c60ed3a97238f8d4434260d134666f3 winmine64.exe bcff89311d792f6428468e813ac6929a346a979f907071c302f418d128eaaf41 winmine.exe -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.