[Bug 53081] New: Retina Mode broken since 7f7f9fa22c5cbe629e79a54257d5bd21403e80db

WineHQ Bugzilla wine-bugs at winehq.org
Wed Jun 1 11:01:13 CDT 2022


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 at winehq.org
          Reporter: stefan at 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 at 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 at codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard at 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.

-- 
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.



More information about the wine-bugs mailing list