xxxzc / xps15-9570-macos

macOS Monterey/Ventura on XPS15-9570 with OpenCore
193 stars 27 forks source link

[FIX] UIScale not set to 2 properly #18

Closed adityahota closed 4 years ago

adityahota commented 4 years ago

In the provided config.plist, the UIScale value is not set properly. It should be set as a data value, not integer value.

The proposed fix (which worked for me) is as follows:

<key>4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14</key>
            <dict>
                <key>UIScale</key>
                <data>Ag==</data>
            </dict>

@xxxzc

xxxzc commented 4 years ago

Thank you, dup. #12