https://bugs.winehq.org/show_bug.cgi?id=53081
Bug ID: 53081 Summary: Retina Mode broken since 7f7f9fa22c5cbe629e79a54257d5bd21403e80db Product: Wine Version: 7.9 Hardware: x86-64 OS: Mac OS X Status: NEW Severity: normal Priority: P2 Component: winemac.drv Assignee: wine-bugs@winehq.org Reporter: stefan@codeweavers.com
Setting HKCU\Software\Wine\Mac Driver\RetinaMode="1" no longer has any effect on high DPI Macs. The windows Wine creates are DPI-Scaled by the operating system.
This is a regression caused by the following patch:
7f7f9fa22c5cbe629e79a54257d5bd21403e80db is the first bad commit commit 7f7f9fa22c5cbe629e79a54257d5bd21403e80db Author: Jacek Caban jacek@codeweavers.com Date: Sun May 15 20:27:37 2022 +0200
winemac: Directly use ntdll for registry access in create_original_display_mode_descriptor.
Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
A quick check suggests that the registry key itself is picked up OK, so the problem is probably that the retina code doesn't see the original display mode correctly and thinks the mode has been changed.