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.
https://bugs.winehq.org/show_bug.cgi?id=53081
Stefan Dösinger stefan@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |7f7f9fa22c5cbe629e79a54257d | |5bd21403e80db Keywords| |regression
https://bugs.winehq.org/show_bug.cgi?id=53081
Stefan Dösinger stefan@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek@codeweavers.com
https://bugs.winehq.org/show_bug.cgi?id=53081
Piotr Caban piotr.caban@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban@gmail.com
--- Comment #1 from Piotr Caban piotr.caban@gmail.com --- It should be fixed by 223ac6704435a09423030f4865b1a92a87e6ea49. Please retest.
https://bugs.winehq.org/show_bug.cgi?id=53081
Stefan Dösinger stefan@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #2 from Stefan Dösinger stefan@codeweavers.com --- Looks good thanks!
https://bugs.winehq.org/show_bug.cgi?id=53081
Stefan Dösinger stefan@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |223ac6704435a09423030f4865b | |1a92a87e6ea49
https://bugs.winehq.org/show_bug.cgi?id=53081
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 7.21.