diff --git a/404.html b/404.html index 38e7f0ba5..aa2964e6a 100644 --- a/404.html +++ b/404.html @@ -11,13 +11,13 @@ - +

404

How did we get here?
Take me home.
- + diff --git a/ACCEL.html b/ACCEL.html index 2893eb2a4..de33b6fd0 100644 --- a/ACCEL.html +++ b/ACCEL.html @@ -11,7 +11,7 @@ - + @@ -31,13 +31,13 @@ $ sudo sqlite3 ~/Library/Applicationsudo sqlite3 ~/Library/Application\ Support/com.apple.TCC/TCC.db "INSERT or REPLACE INTO access VALUES('kTCCServiceCamera','us.zoom.xos',0,2,0,1,NULL,NULL,NULL,'UNUSED',NULL,0,1541440109);"

# Keyboard Backlight broken

Due to forcing hidd into spinning up with the fallback mode enabled, this can break the OS's recognition of backlight keyboards. Thankfully the drivers themselves still do operate so applications such as LabTick (opens new window) are able to set the brightness manually.

# Photos and Maps Apps Heavily Distorted

Due to the Metal Backend, the enhanced color output of these apps seems to heavily break overall UI usage. To work around this, users reported (opens new window) forcing the color output of their monitor from Billions to Millions of colors helped greatly. Apps easily allowing this customization are SwitchResX (opens new window), ResXreme (opens new window) and EasyRes (opens new window).

# Cannot press "Done" when editing a Sidebar Widget

Workaround: Press some combination of Tab, or Tab and then Shift-Tab, or just Shift-Tab until the "Done" button is highlighted. Then press spacebar to activate the button, the same as in any other dialog with a highlighted button halo.

# Wake from sleep heavily distorted on AMD/ATI in macOS 11.3 and newer

Unfortunately a very well known issue the community is investigating, current known solution is to simply downgrade to 11.2.3 or older until a proper fix can be found. Additionally logging out and logging in can resolve the issue without requiring a reboot

In the event Apple removes 11.2.3 from their catalogue, we've provided a mirror below:

# Unable to switch GPUs on 2011 15" and 17" MacBook Pros

Currently OpenCore Legacy Patcher, GPU switching between the iGPU and dGPU is broken. The simplest way to set a specific GPU is to disable the dGPU when you wish to remain on the more power efficient iGPU.

The best way to achieve this is to boot Recovery (or Single User Mode if the dGPU refuses to function at all) and run the following command:

nvram FA4CE28D-B62F-4C99-9CC3-6815686E30F9:gpu-power-prefs=%01%00%00%00
-

This will disable the dGPU and allow the iGPU to function in Big Sur. Note that external display outputs are directly routed to the dGPU and therefore can no longer be used. Solutions such as a DisplayLink Adapters (opens new window) can work around this limitation in theory. However, currently the proprietary DisplayLink driver refuses to function on legacy-patched systems, either resulting in a windowserver crash loop or no output at all.

# Erratic Colours on ATI TeraScale 2 GPUs (HD5000/HD6000)

Due to an odd bug with ATI's TeraScale 2 GPUs, many users will experience erratic/strobing colours once finished installing and rebooting into the accelerated patches. The issue stems from an incorrect assumption in the GPU drivers where it will enforce the Billion Colour space on your display. To fix, simply force your Display into a lower color depth such as a Million Colours.

Applications that can set color depth are:

# Unable to allow Safari Extensions

Due to an bug on the legacy acceleration patches, users won't be able to enable Safari Extensions

This tool can be used to work-around this issue:

# Cannot Login on 2011 15" and 17" MacBook Pros

By default OpenCore Legacy Patcher will assume MacBookPro8,2/3 have a faulty dGPU and disable acceleration. This is the safest option for most users as enabling dGPU acceleration on faulty Macs will result in failed booting.

However if your machine does not have the dGPU disabled via NVRAM, you'll expereince a login loop. To work around this is quite simple:

  1. Boot macOS in Single User Mode +

    This will disable the dGPU and allow the iGPU to function in Big Sur. Note that external display outputs are directly routed to the dGPU and therefore can no longer be used. Solutions such as a DisplayLink Adapters (opens new window) can work around this limitation in theory. However, currently the proprietary DisplayLink driver refuses to function on legacy-patched systems, either resulting in a windowserver crash loop or no output at all.

    # Erratic Colours on ATI TeraScale 2 GPUs (HD5000/HD6000)

    Resolved with OpenCore Legacy Patcher v0.4.2

    Legacy Fix (prior to 0.4.2)

    Due to an odd bug with ATI's TeraScale 2 GPUs, many users will experience erratic/strobing colours once finished installing and rebooting into the accelerated patches. The issue stems from an incorrect assumption in the GPU drivers where it will enforce the Billion Colour space on your display. To fix, simply force your Display into a lower color depth such as a Million Colours.

    Applications that can set color depth are:

    # Unable to allow Safari Extensions

    Due to an bug on the legacy acceleration patches, users won't be able to enable Safari Extensions

    This tool can be used to work-around this issue:

    # Cannot Login on 2011 15" and 17" MacBook Pros

    By default OpenCore Legacy Patcher will assume MacBookPro8,2/3 have a faulty dGPU and disable acceleration. This is the safest option for most users as enabling dGPU acceleration on faulty Macs will result in failed booting.

    However if your machine does not have the dGPU disabled via NVRAM, you'll expereince a login loop. To work around this is quite simple:

    1. Boot macOS in Single User Mode
      • Press Cmd+S in OpenCore's menu when you turn the Mac on
    2. When command line prompt appears, enter the dGPU disabler argument (at the bottom)
    3. Reboot and patched macOS should work normally
    4. If you still want to use the dGPU, run OCLP's TUI app and enable TS2 Acceleration. Then root patch your Mac again
      • Patcher Settings -> Misc Settings -> TeraScale 2 Accel
    5. Either Reset NVRAM or set gpu-power-prefs to zeros to re-enable the dGPU
    # Forces GMUX to use iGPU only (ie. disable dGPU)
     nvram FA4CE28D-B62F-4C99-9CC3-6815686E30F9:gpu-power-prefs=%01%00%00%00
     # To reset, simply write zeros or NVRAM Reset your Mac
     nvram FA4CE28D-B62F-4C99-9CC3-6815686E30F9:gpu-power-prefs=%00%00%00%00
    -

    - + diff --git a/BOOT.html b/BOOT.html index b62fddb3d..55c9e0fc4 100644 --- a/BOOT.html +++ b/BOOT.html @@ -11,7 +11,7 @@ - + @@ -28,6 +28,6 @@ ⟶

    - + diff --git a/BUILD.html b/BUILD.html index 31c09bee1..5310c0e15 100644 --- a/BUILD.html +++ b/BUILD.html @@ -11,7 +11,7 @@ - + @@ -28,6 +28,6 @@ ⟶

    - + diff --git a/DEBUG.html b/DEBUG.html index a4f4dca92..c5bbbfc40 100644 --- a/DEBUG.html +++ b/DEBUG.html @@ -11,7 +11,7 @@ - + @@ -29,6 +29,6 @@ ⟶

    - + diff --git a/DONATE.html b/DONATE.html index 0477bc547..e7fc0799a 100644 --- a/DONATE.html +++ b/DONATE.html @@ -11,7 +11,7 @@ - + @@ -31,6 +31,6 @@ ⟶

    - + diff --git a/HOW.html b/HOW.html index 98fa6bb93..cac7b94e4 100644 --- a/HOW.html +++ b/HOW.html @@ -11,7 +11,7 @@ - + @@ -28,6 +28,6 @@ ⟶

    - + diff --git a/ICNS.html b/ICNS.html index e89a284af..37d4bc508 100644 --- a/ICNS.html +++ b/ICNS.html @@ -11,7 +11,7 @@ - + @@ -32,6 +32,6 @@ ⟶

    - + diff --git a/INSTALLER.html b/INSTALLER.html index f402044ff..7a98fbf43 100644 --- a/INSTALLER.html +++ b/INSTALLER.html @@ -11,7 +11,7 @@ - + @@ -28,6 +28,6 @@ ⟶

    - + diff --git a/LICENSE.html b/LICENSE.html index ad61e5302..2369a50f9 100644 --- a/LICENSE.html +++ b/LICENSE.html @@ -11,7 +11,7 @@ - + @@ -31,6 +31,6 @@ ⟶

    - + diff --git a/MODELS.html b/MODELS.html index 27c095250..9e6d8a248 100644 --- a/MODELS.html +++ b/MODELS.html @@ -11,7 +11,7 @@ - + @@ -30,6 +30,6 @@ ⟶

    - + diff --git a/MONTEREY-DROP.html b/MONTEREY-DROP.html index 2d7d07223..c5999fb8c 100644 --- a/MONTEREY-DROP.html +++ b/MONTEREY-DROP.html @@ -11,7 +11,7 @@ - + @@ -32,6 +32,6 @@ ⟶

    - + diff --git a/PATCHEXPLAIN.html b/PATCHEXPLAIN.html index 921b73ba1..a8544caf0 100644 --- a/PATCHEXPLAIN.html +++ b/PATCHEXPLAIN.html @@ -11,7 +11,7 @@ - + @@ -76,6 +76,6 @@

    - + diff --git a/POST-INSTALL.html b/POST-INSTALL.html index 506005d8d..719e96ad4 100644 --- a/POST-INSTALL.html +++ b/POST-INSTALL.html @@ -11,7 +11,7 @@ - + @@ -35,6 +35,6 @@ ⟶

    - + diff --git a/START.html b/START.html index 04bb9f8d7..40edbf96c 100644 --- a/START.html +++ b/START.html @@ -11,7 +11,7 @@ - + @@ -25,6 +25,6 @@ ⟶

    - + diff --git a/TERMS.html b/TERMS.html index cf9b5d170..b1437c7b8 100644 --- a/TERMS.html +++ b/TERMS.html @@ -11,7 +11,7 @@ - + @@ -28,6 +28,6 @@ ⟶

    - + diff --git a/TESTED.html b/TESTED.html index 07cf2ceb2..380322272 100644 --- a/TESTED.html +++ b/TESTED.html @@ -11,7 +11,7 @@ - + @@ -28,6 +28,6 @@ ⟶

    - + diff --git a/TROUBLESHOOTING.html b/TROUBLESHOOTING.html index 62305289e..29021cad5 100644 --- a/TROUBLESHOOTING.html +++ b/TROUBLESHOOTING.html @@ -11,7 +11,7 @@ - + @@ -30,6 +30,6 @@ ⟶

    - + diff --git a/UNINSTALL.html b/UNINSTALL.html index a9542a96c..283ec8e6e 100644 --- a/UNINSTALL.html +++ b/UNINSTALL.html @@ -11,7 +11,7 @@ - + @@ -29,6 +29,6 @@ ⟶

    - + diff --git a/UPDATE.html b/UPDATE.html index f834bcde2..0efd66099 100644 --- a/UPDATE.html +++ b/UPDATE.html @@ -11,7 +11,7 @@ - + @@ -32,6 +32,6 @@ nvram 4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102:OCLP-Version ⟶

    - + diff --git a/WINDOWS.html b/WINDOWS.html index 07309f456..1d7fdb9c5 100644 --- a/WINDOWS.html +++ b/WINDOWS.html @@ -11,7 +11,7 @@ - + @@ -30,6 +30,6 @@ ⟶

    - + diff --git a/assets/js/16.1ce08f4c.js b/assets/js/16.1ce08f4c.js new file mode 100644 index 000000000..a80b462ce --- /dev/null +++ b/assets/js/16.1ce08f4c.js @@ -0,0 +1 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[16],{369:function(e,t,a){e.exports=a.p+"assets/img/OCLP-GUI-Settings-Beta-Blur.b8113c8d.png"},421:function(e,t,a){"use strict";a.r(t);var s=a(25),o=Object(s.a)({},(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[s("h1",{attrs:{id:"working-around-legacy-acceleration-issues"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#working-around-legacy-acceleration-issues"}},[e._v("#")]),e._v(" Working Around Legacy Acceleration Issues")]),e._v(" "),s("ul",[s("li",[s("a",{attrs:{href:"#broken-background-blurs"}},[e._v("Broken Background Blurs")])]),e._v(" "),s("li",[s("a",{attrs:{href:"#downloading-older-non-metal-apps"}},[e._v("Downloading older non-Metal Apps")])]),e._v(" "),s("li",[s("a",{attrs:{href:"#unable-to-run-zoom"}},[e._v("Unable to run Zoom")])]),e._v(" "),s("li",[s("a",{attrs:{href:"#unable-to-grant-special-permissions-to-apps-ie-camera-access-to-zoom"}},[e._v("Unable to grant special permissions to apps (ie. Camera Access to Zoom)")])]),e._v(" "),s("li",[s("a",{attrs:{href:"#keyboard-backlight-broken"}},[e._v("Keyboard Backlight broken")])]),e._v(" "),s("li",[s("a",{attrs:{href:"#photos-and-maps-apps-heavily-distorted"}},[e._v("Photos and Maps Apps Heavily Distorted")])]),e._v(" "),s("li",[s("a",{attrs:{href:"#cannot-press-done-when-editing-a-sidebar-widget"}},[e._v('Cannot press "Done" when editing a Sidebar Widget')])]),e._v(" "),s("li",[s("a",{attrs:{href:"#wake-from-sleep-heavily-distorted-on-amd-ati-in-macos-11-3-and-newer"}},[e._v("Wake from sleep heavily distorted on AMD/ATI in macOS 11.3 and newer")])]),e._v(" "),s("li",[s("a",{attrs:{href:"#unable-to-switch-gpus-on-2011-15-and-17-macbook-pros"}},[e._v('Unable to switch GPUs on 2011 15" and 17" MacBook Pros')])]),e._v(" "),s("li",[s("a",{attrs:{href:"#erratic-colours-on-ati-terascale-2-gpus-hd5000-hd6000"}},[e._v("Erratic Colours on ATI TeraScale 2 GPUs (HD5000/HD6000)")])]),e._v(" "),s("li",[s("a",{attrs:{href:"#unable-to-allow-Safari-Extensions"}},[e._v("Unable to allow Safari Extensions")])]),e._v(" "),s("li",[s("a",{attrs:{href:"#cannot-login-on-2011-15-and-17-macbook-pros"}},[e._v('Cannot Login on 2011 15" and 17" MacBook Pros')])])]),e._v(" "),s("p",[e._v("The below page is for users experiencing issues with their overall usage of macOS Big Sur / macOS Monterey and the Legacy Graphics Acceleration patches. Note that the following GPUs currently do not have acceleration support in Big Sur / Monterey:")]),e._v(" "),s("ul",[s("li",[e._v("Intel 3rd and 4th Gen - GMA series")])]),e._v(" "),s("p",[e._v("For those unfamiliar with what is considered a non-Metal GPU, see below chart:")]),e._v(" "),s("details",{staticClass:"custom-block details"},[s("summary",[e._v("macOS GPU Chart")]),e._v(" "),s("table",[s("thead",[s("tr",[s("th",{staticStyle:{"text-align":"left"}},[e._v("Graphics Vendor")]),e._v(" "),s("th",{staticStyle:{"text-align":"left"}},[e._v("Architecture")]),e._v(" "),s("th",{staticStyle:{"text-align":"left"}},[e._v("Series")]),e._v(" "),s("th",{staticStyle:{"text-align":"left"}},[e._v("Supports Metal")])])]),e._v(" "),s("tbody",[s("tr",[s("td",{staticStyle:{"text-align":"left"},attrs:{rowspan:"2"}},[e._v("ATI")]),e._v(" "),s("td",{staticStyle:{"text-align":"left"}},[e._v("TeraScale 1")]),e._v(" "),s("td",{staticStyle:{"text-align":"left"}},[e._v("HD2000 - HD4000")]),e._v(" "),s("td",{staticStyle:{"text-align":"left"},attrs:{rowspan:"2"}},[s("span",{staticStyle:{color:"red"}},[e._v("No")])])]),e._v(" "),s("tr",[s("td",{staticStyle:{"text-align":"left"}},[e._v("TeraScale 2")]),e._v(" "),s("td",{staticStyle:{"text-align":"left"}},[e._v("HD5000 - HD6000")])]),e._v(" "),s("tr",[s("td",{staticStyle:{"text-align":"left"}},[e._v("AMD")]),e._v(" "),s("td",{staticStyle:{"text-align":"left"}},[e._v("GCN (and newer)")]),e._v(" "),s("td",{staticStyle:{"text-align":"left"}},[e._v("HD7000+")]),e._v(" "),s("td",{staticStyle:{"text-align":"left"}},[s("span",{staticStyle:{color:"green"}},[e._v("Yes")])])]),e._v(" "),s("tr",[s("td",{staticStyle:{"text-align":"left"},attrs:{rowspan:"3"}},[e._v("Nvidia")]),e._v(" "),s("td",{staticStyle:{"text-align":"left"}},[e._v("Tesla")]),e._v(" "),s("td",{staticStyle:{"text-align":"left"}},[e._v("8000GT - GT300")]),e._v(" "),s("td",{staticStyle:{"text-align":"left"},attrs:{rowspan:"2"}},[s("span",{staticStyle:{color:"red"}},[e._v("No")])])]),e._v(" "),s("tr",[s("td",{staticStyle:{"text-align":"left"}},[e._v("Fermi")]),e._v(" "),s("td",{staticStyle:{"text-align":"left"}},[e._v("GT400 - GT500")])]),e._v(" "),s("tr",[s("td",{staticStyle:{"text-align":"left"}},[e._v("Kepler")]),e._v(" "),s("td",{staticStyle:{"text-align":"left"}},[e._v("GT600 - GT700")]),e._v(" "),s("td",{staticStyle:{"text-align":"left"}},[s("span",{staticStyle:{color:"green"}},[e._v("Yes")])])]),e._v(" "),s("tr",[s("td",{staticStyle:{"text-align":"left"},attrs:{rowspan:"4"}},[e._v("Intel")]),e._v(" "),s("td",{staticStyle:{"text-align":"left"}},[e._v("GMA")]),e._v(" "),s("td",{staticStyle:{"text-align":"left"}},[e._v("GMA900 - GMA3000")]),e._v(" "),s("td",{staticStyle:{"text-align":"left"},attrs:{rowspan:"3"}},[s("span",{staticStyle:{color:"red"}},[e._v("No")])])]),e._v(" "),s("tr",[s("td",{staticStyle:{"text-align":"left"}},[e._v("Iron Lake")]),e._v(" "),s("td",{staticStyle:{"text-align":"left"}},[e._v("HD series")])]),e._v(" "),s("tr",[s("td",{staticStyle:{"text-align":"left"}},[e._v("Sandy Bridge")]),e._v(" "),s("td",{staticStyle:{"text-align":"left"}},[e._v("HD3000")])]),e._v(" "),s("tr",[s("td",{staticStyle:{"text-align":"left"}},[e._v("Ivy Bridge (and newer)")]),e._v(" "),s("td",{staticStyle:{"text-align":"left"}},[e._v("HD4000")]),e._v(" "),s("td",{staticStyle:{"text-align":"left"}},[s("span",{staticStyle:{color:"green"}},[e._v("Yes")])])])])])]),e._v(" "),s("h2",{attrs:{id:"broken-background-blurs"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#broken-background-blurs"}},[e._v("#")]),e._v(" Broken Background Blurs")]),e._v(" "),s("p",[e._v("By default with the non-Metal acceleration patches, many background blur menus may act distorted when moving a cursor over it. With 0.4.1 and newer, users can enable a new Beta Blur feature to try and resolve the issue:")]),e._v(" "),s("p",[s("img",{attrs:{src:a(369),alt:""}})]),e._v(" "),s("p",[e._v("Do note that enabling beta blurs can be more demanding on slower hardware")]),e._v(" "),s("h2",{attrs:{id:"downloading-older-non-metal-apps"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#downloading-older-non-metal-apps"}},[e._v("#")]),e._v(" Downloading older non-Metal Apps")]),e._v(" "),s("p",[e._v("Many Apple apps now have direct reliance on Metal for proper functioning, however legacy builds of these apps still do work in Big Sur. See below for archive of many apps such as Pages, iMovie, GarageBand.")]),e._v(" "),s("ul",[s("li",[s("a",{attrs:{href:"https://archive.org/details/apple-apps-for-non-metal-macs",target:"_blank",rel:"noopener noreferrer"}},[e._v("Apple Apps for Non-Metal Macs"),s("OutboundLink")],1)])]),e._v(" "),s("p",[e._v("Note: This archive assumes that you own these copies of these apps through the Mac App Store, Dortania does not condone piracy")]),e._v(" "),s("h2",{attrs:{id:"unable-to-run-zoom"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#unable-to-run-zoom"}},[e._v("#")]),e._v(" Unable to run Zoom")]),e._v(" "),s("p",[e._v("Currently Zoom relies partially on Metal and so needs a small binary patch. Dosdude1 has provided a nice script for this:")]),e._v(" "),s("ul",[s("li",[s("a",{attrs:{href:"http://dosdude1.com/catalina/zoomnonmetal-new.command.zip",target:"_blank",rel:"noopener noreferrer"}},[e._v("Zoom Non-Metal Fix"),s("OutboundLink")],1)])]),e._v(" "),s("h2",{attrs:{id:"unable-to-grant-special-permissions-to-apps-ie-camera-access-to-zoom"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#unable-to-grant-special-permissions-to-apps-ie-camera-access-to-zoom"}},[e._v("#")]),e._v(" Unable to grant special permissions to apps (ie. Camera Access to Zoom)")]),e._v(" "),s("p",[e._v("With version 0.2.5, this issue should be full resolved")]),e._v(" "),s("details",{staticClass:"custom-block details"},[s("summary",[e._v("0.2.4 and older Work-Around")]),e._v(" "),s("p",[e._v("Due to the usage of "),s("code",[e._v("amfi_get_out_of_my_way=1")]),e._v(", macOS will fail to prompt users for special permissions upon application start as well as omit the entires in System Preferences. To work around this, we recommend users install "),s("a",{attrs:{href:"https://github.com/jslegendre/tccplus",target:"_blank",rel:"noopener noreferrer"}},[e._v("tccplus"),s("OutboundLink")],1),e._v(" to manage permissions.")]),e._v(" "),s("p",[e._v("Example usage with Discord and microphone permissions:")]),e._v(" "),s("div",{staticClass:"language-sh extra-class"},[s("pre",{pre:!0,attrs:{class:"language-sh"}},[s("code",[s("span",{pre:!0,attrs:{class:"token comment"}},[e._v("# Open Terminal and run the following commands")]),e._v("\n"),s("span",{pre:!0,attrs:{class:"token builtin class-name"}},[e._v("cd")]),e._v(" ~/Downloads/\n"),s("span",{pre:!0,attrs:{class:"token function"}},[e._v("chmod")]),e._v(" +x tccplus\n./tccplus "),s("span",{pre:!0,attrs:{class:"token function"}},[e._v("add")]),e._v(" Microphone com.hnc.Discord\n")])])]),s("p",[e._v("For those who may experience issues with "),s("code",[e._v("tccplus")]),e._v(", you can manually patch "),s("code",[e._v("com.apple.TCC")]),e._v(" to add permissions:")]),e._v(" "),s("div",{staticClass:"language-sh extra-class"},[s("pre",{pre:!0,attrs:{class:"language-sh"}},[s("code",[s("span",{pre:!0,attrs:{class:"token comment"}},[e._v("# get app id (Zoom.us used in example):")]),e._v("\n$ osascript -e "),s("span",{pre:!0,attrs:{class:"token string"}},[e._v("'id of app \"zoom.us\"'")]),e._v("\n"),s("span",{pre:!0,attrs:{class:"token comment"}},[e._v("# output: us.zoom.xos")]),e._v("\n\n$ "),s("span",{pre:!0,attrs:{class:"token function"}},[e._v("sudo")]),e._v(" sqlite3 ~/Library/Application"),s("span",{pre:!0,attrs:{class:"token punctuation"}},[e._v("\\")]),e._v(" Support/com.apple.TCC/TCC.db "),s("span",{pre:!0,attrs:{class:"token string"}},[e._v("\"INSERT or REPLACE INTO access VALUES('kTCCServiceMicrophone','us.zoom.xos',0,2,0,1,NULL,NULL,NULL,'UNUSED',NULL,0,1541440109);\"")]),e._v("\n\n$ "),s("span",{pre:!0,attrs:{class:"token function"}},[e._v("sudo")]),e._v(" sqlite3 ~/Library/Application"),s("span",{pre:!0,attrs:{class:"token punctuation"}},[e._v("\\")]),e._v(" Support/com.apple.TCC/TCC.db "),s("span",{pre:!0,attrs:{class:"token string"}},[e._v("\"INSERT or REPLACE INTO access VALUES('kTCCServiceCamera','us.zoom.xos',0,2,0,1,NULL,NULL,NULL,'UNUSED',NULL,0,1541440109);\"")]),e._v("\n")])])])]),e._v(" "),s("h2",{attrs:{id:"keyboard-backlight-broken"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#keyboard-backlight-broken"}},[e._v("#")]),e._v(" Keyboard Backlight broken")]),e._v(" "),s("p",[e._v("Due to forcing "),s("code",[e._v("hidd")]),e._v(" into spinning up with the fallback mode enabled, this can break the OS's recognition of backlight keyboards. Thankfully the drivers themselves still do operate so applications such as "),s("a",{attrs:{href:"https://www.macupdate.com/app/mac/22151/lab-tick",target:"_blank",rel:"noopener noreferrer"}},[e._v("LabTick"),s("OutboundLink")],1),e._v(" are able to set the brightness manually.")]),e._v(" "),s("h2",{attrs:{id:"photos-and-maps-apps-heavily-distorted"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#photos-and-maps-apps-heavily-distorted"}},[e._v("#")]),e._v(" Photos and Maps Apps Heavily Distorted")]),e._v(" "),s("p",[e._v("Due to the Metal Backend, the enhanced color output of these apps seems to heavily break overall UI usage. To work around this, "),s("a",{attrs:{href:"https://forums.macrumors.com/threads/macos-11-big-sur-on-unsupported-macs-thread.2242172/post-29870324",target:"_blank",rel:"noopener noreferrer"}},[e._v("users reported"),s("OutboundLink")],1),e._v(" forcing the color output of their monitor from Billions to Millions of colors helped greatly. Apps easily allowing this customization are "),s("a",{attrs:{href:"https://www.madrau.com",target:"_blank",rel:"noopener noreferrer"}},[e._v("SwitchResX"),s("OutboundLink")],1),e._v(", "),s("a",{attrs:{href:"https://macdownload.informer.com/resxtreme/",target:"_blank",rel:"noopener noreferrer"}},[e._v("ResXreme"),s("OutboundLink")],1),e._v(" and "),s("a",{attrs:{href:"http://easyresapp.com",target:"_blank",rel:"noopener noreferrer"}},[e._v("EasyRes"),s("OutboundLink")],1),e._v(".")]),e._v(" "),s("h2",{attrs:{id:"cannot-press-done-when-editing-a-sidebar-widget"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#cannot-press-done-when-editing-a-sidebar-widget"}},[e._v("#")]),e._v(' Cannot press "Done" when editing a Sidebar Widget')]),e._v(" "),s("p",[e._v('Workaround: Press some combination of Tab, or Tab and then Shift-Tab, or just Shift-Tab until the "Done" button is highlighted. Then press spacebar to activate the button, the same as in any other dialog with a highlighted button halo.')]),e._v(" "),s("h2",{attrs:{id:"wake-from-sleep-heavily-distorted-on-amd-ati-in-macos-11-3-and-newer"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#wake-from-sleep-heavily-distorted-on-amd-ati-in-macos-11-3-and-newer"}},[e._v("#")]),e._v(" Wake from sleep heavily distorted on AMD/ATI in macOS 11.3 and newer")]),e._v(" "),s("p",[e._v("Unfortunately a very well known issue the community is investigating, current known solution is to simply downgrade to 11.2.3 or older until a proper fix can be found. Additionally logging out and logging in can resolve the issue without requiring a reboot")]),e._v(" "),s("ul",[s("li",[e._v("Note, this issue should be exclusive to TeraScale 1 GPUs (ie. HD2000-4000). TeraScale 2 GPUs should not exhibit this issue")])]),e._v(" "),s("p",[e._v("In the event Apple removes 11.2.3 from their catalogue, we've provided a mirror below:")]),e._v(" "),s("ul",[s("li",[s("a",{attrs:{href:"https://archive.org/details/install-mac-os-11.2.3-20-d-91",target:"_blank",rel:"noopener noreferrer"}},[e._v("Install macOS 11.2.3 20D91"),s("OutboundLink")],1)])]),e._v(" "),s("h2",{attrs:{id:"unable-to-switch-gpus-on-2011-15-and-17-macbook-pros"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#unable-to-switch-gpus-on-2011-15-and-17-macbook-pros"}},[e._v("#")]),e._v(' Unable to switch GPUs on 2011 15" and 17" MacBook Pros')]),e._v(" "),s("p",[e._v("Currently OpenCore Legacy Patcher, GPU switching between the iGPU and dGPU is broken. The simplest way to set a specific GPU is to disable the dGPU when you wish to remain on the more power efficient iGPU.")]),e._v(" "),s("p",[e._v("The best way to achieve this is to boot Recovery (or Single User Mode if the dGPU refuses to function at all) and run the following command:")]),e._v(" "),s("div",{staticClass:"language-sh extra-class"},[s("pre",{pre:!0,attrs:{class:"language-sh"}},[s("code",[e._v("nvram FA4CE28D-B62F-4C99-9CC3-6815686E30F9:gpu-power-prefs"),s("span",{pre:!0,attrs:{class:"token operator"}},[e._v("=")]),e._v("%01%00%00%00\n")])])]),s("p",[e._v("This will disable the dGPU and allow the iGPU to function in Big Sur. Note that external display outputs are directly routed to the dGPU and therefore can no longer be used. Solutions such as a "),s("a",{attrs:{href:"https://www.displaylink.com/products/usb-adapters",target:"_blank",rel:"noopener noreferrer"}},[e._v("DisplayLink Adapters"),s("OutboundLink")],1),e._v(" can work around this limitation in theory. However, currently the proprietary DisplayLink driver refuses to function on legacy-patched systems, either resulting in a windowserver crash loop or no output at all.")]),e._v(" "),s("h2",{attrs:{id:"erratic-colours-on-ati-terascale-2-gpus-hd5000-hd6000"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#erratic-colours-on-ati-terascale-2-gpus-hd5000-hd6000"}},[e._v("#")]),e._v(" Erratic Colours on ATI TeraScale 2 GPUs (HD5000/HD6000)")]),e._v(" "),s("p",[e._v("Resolved with OpenCore Legacy Patcher v0.4.2")]),e._v(" "),s("details",{staticClass:"custom-block details"},[s("summary",[e._v("Legacy Fix (prior to 0.4.2)")]),e._v(" "),s("p",[e._v("Due to an odd bug with ATI's TeraScale 2 GPUs, many users will experience erratic/strobing colours once finished installing and rebooting into the accelerated patches. The issue stems from an incorrect assumption in the GPU drivers where it will enforce the Billion Colour space on your display. To fix, simply force your Display into a lower color depth such as a Million Colours.")]),e._v(" "),s("p",[e._v("Applications that can set color depth are:")]),e._v(" "),s("ul",[s("li",[s("a",{attrs:{href:"https://www.madrau.com",target:"_blank",rel:"noopener noreferrer"}},[e._v("SwitchResX"),s("OutboundLink")],1)]),e._v(" "),s("li",[s("a",{attrs:{href:"https://macdownload.informer.com/resxtreme/",target:"_blank",rel:"noopener noreferrer"}},[e._v("ResXtreme"),s("OutboundLink")],1)])])]),e._v(" "),s("h2",{attrs:{id:"unable-to-allow-safari-extensions"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#unable-to-allow-safari-extensions"}},[e._v("#")]),e._v(" Unable to allow Safari Extensions")]),e._v(" "),s("p",[e._v("Due to an bug on the legacy acceleration patches, users won't be able to enable Safari Extensions")]),e._v(" "),s("p",[e._v("This tool can be used to work-around this issue:")]),e._v(" "),s("ul",[s("li",[s("a",{attrs:{href:"https://github.com/moosethegoose2213/Non-Metal-Safari-Extensions/",target:"_blank",rel:"noopener noreferrer"}},[e._v("Non-Metal Safari Extensions"),s("OutboundLink")],1)])]),e._v(" "),s("h2",{attrs:{id:"cannot-login-on-2011-15-and-17-macbook-pros"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#cannot-login-on-2011-15-and-17-macbook-pros"}},[e._v("#")]),e._v(' Cannot Login on 2011 15" and 17" MacBook Pros')]),e._v(" "),s("p",[e._v("By default OpenCore Legacy Patcher will assume MacBookPro8,2/3 have a faulty dGPU and disable acceleration. This is the safest option for most users as enabling dGPU acceleration on faulty Macs will result in failed booting.")]),e._v(" "),s("p",[e._v("However if your machine does not have the dGPU disabled via NVRAM, you'll expereince a login loop. To work around this is quite simple:")]),e._v(" "),s("ol",[s("li",[e._v("Boot macOS in Single User Mode\n"),s("ul",[s("li",[e._v("Press Cmd+S in OpenCore's menu when you turn the Mac on")])])]),e._v(" "),s("li",[e._v("When command line prompt appears, enter the dGPU disabler argument (at the bottom)")]),e._v(" "),s("li",[e._v("Reboot and patched macOS should work normally")]),e._v(" "),s("li",[e._v("If you still want to use the dGPU, run OCLP's TUI app and enable TS2 Acceleration. Then root patch your Mac again\n"),s("ul",[s("li",[s("code",[e._v("Patcher Settings -> Misc Settings -> TeraScale 2 Accel")])])])]),e._v(" "),s("li",[e._v("Either Reset NVRAM or set "),s("code",[e._v("gpu-power-prefs")]),e._v(" to zeros to re-enable the dGPU")])]),e._v(" "),s("div",{staticClass:"language-sh extra-class"},[s("pre",{pre:!0,attrs:{class:"language-sh"}},[s("code",[s("span",{pre:!0,attrs:{class:"token comment"}},[e._v("# Forces GMUX to use iGPU only (ie. disable dGPU)")]),e._v("\nnvram FA4CE28D-B62F-4C99-9CC3-6815686E30F9:gpu-power-prefs"),s("span",{pre:!0,attrs:{class:"token operator"}},[e._v("=")]),e._v("%01%00%00%00\n"),s("span",{pre:!0,attrs:{class:"token comment"}},[e._v("# To reset, simply write zeros or NVRAM Reset your Mac")]),e._v("\nnvram FA4CE28D-B62F-4C99-9CC3-6815686E30F9:gpu-power-prefs"),s("span",{pre:!0,attrs:{class:"token operator"}},[e._v("=")]),e._v("%00%00%00%00\n")])])])])}),[],!1,null,null,null);t.default=o.exports}}]); \ No newline at end of file diff --git a/assets/js/16.8393cf7a.js b/assets/js/16.8393cf7a.js deleted file mode 100644 index 577d1c076..000000000 --- a/assets/js/16.8393cf7a.js +++ /dev/null @@ -1 +0,0 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[16],{369:function(e,t,a){e.exports=a.p+"assets/img/OCLP-GUI-Settings-Beta-Blur.b8113c8d.png"},421:function(e,t,a){"use strict";a.r(t);var o=a(25),s=Object(o.a)({},(function(){var e=this,t=e.$createElement,o=e._self._c||t;return o("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[o("h1",{attrs:{id:"working-around-legacy-acceleration-issues"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#working-around-legacy-acceleration-issues"}},[e._v("#")]),e._v(" Working Around Legacy Acceleration Issues")]),e._v(" "),o("ul",[o("li",[o("a",{attrs:{href:"#broken-background-blurs"}},[e._v("Broken Background Blurs")])]),e._v(" "),o("li",[o("a",{attrs:{href:"#downloading-older-non-metal-apps"}},[e._v("Downloading older non-Metal Apps")])]),e._v(" "),o("li",[o("a",{attrs:{href:"#unable-to-run-zoom"}},[e._v("Unable to run Zoom")])]),e._v(" "),o("li",[o("a",{attrs:{href:"#unable-to-grant-special-permissions-to-apps-ie-camera-access-to-zoom"}},[e._v("Unable to grant special permissions to apps (ie. Camera Access to Zoom)")])]),e._v(" "),o("li",[o("a",{attrs:{href:"#keyboard-backlight-broken"}},[e._v("Keyboard Backlight broken")])]),e._v(" "),o("li",[o("a",{attrs:{href:"#photos-and-maps-apps-heavily-distorted"}},[e._v("Photos and Maps Apps Heavily Distorted")])]),e._v(" "),o("li",[o("a",{attrs:{href:"#cannot-press-done-when-editing-a-sidebar-widget"}},[e._v('Cannot press "Done" when editing a Sidebar Widget')])]),e._v(" "),o("li",[o("a",{attrs:{href:"#wake-from-sleep-heavily-distorted-on-amd-ati-in-macos-11-3-and-newer"}},[e._v("Wake from sleep heavily distorted on AMD/ATI in macOS 11.3 and newer")])]),e._v(" "),o("li",[o("a",{attrs:{href:"#unable-to-switch-gpus-on-2011-15-and-17-macbook-pros"}},[e._v('Unable to switch GPUs on 2011 15" and 17" MacBook Pros')])]),e._v(" "),o("li",[o("a",{attrs:{href:"#erratic-colours-on-ati-terascale-2-gpus-hd5000-hd6000"}},[e._v("Erratic Colours on ATI TeraScale 2 GPUs (HD5000/HD6000)")])]),e._v(" "),o("li",[o("a",{attrs:{href:"#unable-to-allow-Safari-Extensions"}},[e._v("Unable to allow Safari Extensions")])]),e._v(" "),o("li",[o("a",{attrs:{href:"#cannot-login-on-2011-15-and-17-macbook-pros"}},[e._v('Cannot Login on 2011 15" and 17" MacBook Pros')])])]),e._v(" "),o("p",[e._v("The below page is for users experiencing issues with their overall usage of macOS Big Sur / macOS Monterey and the Legacy Graphics Acceleration patches. Note that the following GPUs currently do not have acceleration support in Big Sur / Monterey:")]),e._v(" "),o("ul",[o("li",[e._v("Intel 3rd and 4th Gen - GMA series")])]),e._v(" "),o("p",[e._v("For those unfamiliar with what is considered a non-Metal GPU, see below chart:")]),e._v(" "),o("details",{staticClass:"custom-block details"},[o("summary",[e._v("macOS GPU Chart")]),e._v(" "),o("table",[o("thead",[o("tr",[o("th",{staticStyle:{"text-align":"left"}},[e._v("Graphics Vendor")]),e._v(" "),o("th",{staticStyle:{"text-align":"left"}},[e._v("Architecture")]),e._v(" "),o("th",{staticStyle:{"text-align":"left"}},[e._v("Series")]),e._v(" "),o("th",{staticStyle:{"text-align":"left"}},[e._v("Supports Metal")])])]),e._v(" "),o("tbody",[o("tr",[o("td",{staticStyle:{"text-align":"left"},attrs:{rowspan:"2"}},[e._v("ATI")]),e._v(" "),o("td",{staticStyle:{"text-align":"left"}},[e._v("TeraScale 1")]),e._v(" "),o("td",{staticStyle:{"text-align":"left"}},[e._v("HD2000 - HD4000")]),e._v(" "),o("td",{staticStyle:{"text-align":"left"},attrs:{rowspan:"2"}},[o("span",{staticStyle:{color:"red"}},[e._v("No")])])]),e._v(" "),o("tr",[o("td",{staticStyle:{"text-align":"left"}},[e._v("TeraScale 2")]),e._v(" "),o("td",{staticStyle:{"text-align":"left"}},[e._v("HD5000 - HD6000")])]),e._v(" "),o("tr",[o("td",{staticStyle:{"text-align":"left"}},[e._v("AMD")]),e._v(" "),o("td",{staticStyle:{"text-align":"left"}},[e._v("GCN (and newer)")]),e._v(" "),o("td",{staticStyle:{"text-align":"left"}},[e._v("HD7000+")]),e._v(" "),o("td",{staticStyle:{"text-align":"left"}},[o("span",{staticStyle:{color:"green"}},[e._v("Yes")])])]),e._v(" "),o("tr",[o("td",{staticStyle:{"text-align":"left"},attrs:{rowspan:"3"}},[e._v("Nvidia")]),e._v(" "),o("td",{staticStyle:{"text-align":"left"}},[e._v("Tesla")]),e._v(" "),o("td",{staticStyle:{"text-align":"left"}},[e._v("8000GT - GT300")]),e._v(" "),o("td",{staticStyle:{"text-align":"left"},attrs:{rowspan:"2"}},[o("span",{staticStyle:{color:"red"}},[e._v("No")])])]),e._v(" "),o("tr",[o("td",{staticStyle:{"text-align":"left"}},[e._v("Fermi")]),e._v(" "),o("td",{staticStyle:{"text-align":"left"}},[e._v("GT400 - GT500")])]),e._v(" "),o("tr",[o("td",{staticStyle:{"text-align":"left"}},[e._v("Kepler")]),e._v(" "),o("td",{staticStyle:{"text-align":"left"}},[e._v("GT600 - GT700")]),e._v(" "),o("td",{staticStyle:{"text-align":"left"}},[o("span",{staticStyle:{color:"green"}},[e._v("Yes")])])]),e._v(" "),o("tr",[o("td",{staticStyle:{"text-align":"left"},attrs:{rowspan:"4"}},[e._v("Intel")]),e._v(" "),o("td",{staticStyle:{"text-align":"left"}},[e._v("GMA")]),e._v(" "),o("td",{staticStyle:{"text-align":"left"}},[e._v("GMA900 - GMA3000")]),e._v(" "),o("td",{staticStyle:{"text-align":"left"},attrs:{rowspan:"3"}},[o("span",{staticStyle:{color:"red"}},[e._v("No")])])]),e._v(" "),o("tr",[o("td",{staticStyle:{"text-align":"left"}},[e._v("Iron Lake")]),e._v(" "),o("td",{staticStyle:{"text-align":"left"}},[e._v("HD series")])]),e._v(" "),o("tr",[o("td",{staticStyle:{"text-align":"left"}},[e._v("Sandy Bridge")]),e._v(" "),o("td",{staticStyle:{"text-align":"left"}},[e._v("HD3000")])]),e._v(" "),o("tr",[o("td",{staticStyle:{"text-align":"left"}},[e._v("Ivy Bridge (and newer)")]),e._v(" "),o("td",{staticStyle:{"text-align":"left"}},[e._v("HD4000")]),e._v(" "),o("td",{staticStyle:{"text-align":"left"}},[o("span",{staticStyle:{color:"green"}},[e._v("Yes")])])])])])]),e._v(" "),o("h2",{attrs:{id:"broken-background-blurs"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#broken-background-blurs"}},[e._v("#")]),e._v(" Broken Background Blurs")]),e._v(" "),o("p",[e._v("By default with the non-Metal acceleration patches, many background blur menus may act distorted when moving a cursor over it. With 0.4.1 and newer, users can enable a new Beta Blur feature to try and resolve the issue:")]),e._v(" "),o("p",[o("img",{attrs:{src:a(369),alt:""}})]),e._v(" "),o("p",[e._v("Do note that enabling beta blurs can be more demanding on slower hardware")]),e._v(" "),o("h2",{attrs:{id:"downloading-older-non-metal-apps"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#downloading-older-non-metal-apps"}},[e._v("#")]),e._v(" Downloading older non-Metal Apps")]),e._v(" "),o("p",[e._v("Many Apple apps now have direct reliance on Metal for proper functioning, however legacy builds of these apps still do work in Big Sur. See below for archive of many apps such as Pages, iMovie, GarageBand.")]),e._v(" "),o("ul",[o("li",[o("a",{attrs:{href:"https://archive.org/details/apple-apps-for-non-metal-macs",target:"_blank",rel:"noopener noreferrer"}},[e._v("Apple Apps for Non-Metal Macs"),o("OutboundLink")],1)])]),e._v(" "),o("p",[e._v("Note: This archive assumes that you own these copies of these apps through the Mac App Store, Dortania does not condone piracy")]),e._v(" "),o("h2",{attrs:{id:"unable-to-run-zoom"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#unable-to-run-zoom"}},[e._v("#")]),e._v(" Unable to run Zoom")]),e._v(" "),o("p",[e._v("Currently Zoom relies partially on Metal and so needs a small binary patch. Dosdude1 has provided a nice script for this:")]),e._v(" "),o("ul",[o("li",[o("a",{attrs:{href:"http://dosdude1.com/catalina/zoomnonmetal-new.command.zip",target:"_blank",rel:"noopener noreferrer"}},[e._v("Zoom Non-Metal Fix"),o("OutboundLink")],1)])]),e._v(" "),o("h2",{attrs:{id:"unable-to-grant-special-permissions-to-apps-ie-camera-access-to-zoom"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#unable-to-grant-special-permissions-to-apps-ie-camera-access-to-zoom"}},[e._v("#")]),e._v(" Unable to grant special permissions to apps (ie. Camera Access to Zoom)")]),e._v(" "),o("p",[e._v("With version 0.2.5, this issue should be full resolved")]),e._v(" "),o("details",{staticClass:"custom-block details"},[o("summary",[e._v("0.2.4 and older Work-Around")]),e._v(" "),o("p",[e._v("Due to the usage of "),o("code",[e._v("amfi_get_out_of_my_way=1")]),e._v(", macOS will fail to prompt users for special permissions upon application start as well as omit the entires in System Preferences. To work around this, we recommend users install "),o("a",{attrs:{href:"https://github.com/jslegendre/tccplus",target:"_blank",rel:"noopener noreferrer"}},[e._v("tccplus"),o("OutboundLink")],1),e._v(" to manage permissions.")]),e._v(" "),o("p",[e._v("Example usage with Discord and microphone permissions:")]),e._v(" "),o("div",{staticClass:"language-sh extra-class"},[o("pre",{pre:!0,attrs:{class:"language-sh"}},[o("code",[o("span",{pre:!0,attrs:{class:"token comment"}},[e._v("# Open Terminal and run the following commands")]),e._v("\n"),o("span",{pre:!0,attrs:{class:"token builtin class-name"}},[e._v("cd")]),e._v(" ~/Downloads/\n"),o("span",{pre:!0,attrs:{class:"token function"}},[e._v("chmod")]),e._v(" +x tccplus\n./tccplus "),o("span",{pre:!0,attrs:{class:"token function"}},[e._v("add")]),e._v(" Microphone com.hnc.Discord\n")])])]),o("p",[e._v("For those who may experience issues with "),o("code",[e._v("tccplus")]),e._v(", you can manually patch "),o("code",[e._v("com.apple.TCC")]),e._v(" to add permissions:")]),e._v(" "),o("div",{staticClass:"language-sh extra-class"},[o("pre",{pre:!0,attrs:{class:"language-sh"}},[o("code",[o("span",{pre:!0,attrs:{class:"token comment"}},[e._v("# get app id (Zoom.us used in example):")]),e._v("\n$ osascript -e "),o("span",{pre:!0,attrs:{class:"token string"}},[e._v("'id of app \"zoom.us\"'")]),e._v("\n"),o("span",{pre:!0,attrs:{class:"token comment"}},[e._v("# output: us.zoom.xos")]),e._v("\n\n$ "),o("span",{pre:!0,attrs:{class:"token function"}},[e._v("sudo")]),e._v(" sqlite3 ~/Library/Application"),o("span",{pre:!0,attrs:{class:"token punctuation"}},[e._v("\\")]),e._v(" Support/com.apple.TCC/TCC.db "),o("span",{pre:!0,attrs:{class:"token string"}},[e._v("\"INSERT or REPLACE INTO access VALUES('kTCCServiceMicrophone','us.zoom.xos',0,2,0,1,NULL,NULL,NULL,'UNUSED',NULL,0,1541440109);\"")]),e._v("\n\n$ "),o("span",{pre:!0,attrs:{class:"token function"}},[e._v("sudo")]),e._v(" sqlite3 ~/Library/Application"),o("span",{pre:!0,attrs:{class:"token punctuation"}},[e._v("\\")]),e._v(" Support/com.apple.TCC/TCC.db "),o("span",{pre:!0,attrs:{class:"token string"}},[e._v("\"INSERT or REPLACE INTO access VALUES('kTCCServiceCamera','us.zoom.xos',0,2,0,1,NULL,NULL,NULL,'UNUSED',NULL,0,1541440109);\"")]),e._v("\n")])])])]),e._v(" "),o("h2",{attrs:{id:"keyboard-backlight-broken"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#keyboard-backlight-broken"}},[e._v("#")]),e._v(" Keyboard Backlight broken")]),e._v(" "),o("p",[e._v("Due to forcing "),o("code",[e._v("hidd")]),e._v(" into spinning up with the fallback mode enabled, this can break the OS's recognition of backlight keyboards. Thankfully the drivers themselves still do operate so applications such as "),o("a",{attrs:{href:"https://www.macupdate.com/app/mac/22151/lab-tick",target:"_blank",rel:"noopener noreferrer"}},[e._v("LabTick"),o("OutboundLink")],1),e._v(" are able to set the brightness manually.")]),e._v(" "),o("h2",{attrs:{id:"photos-and-maps-apps-heavily-distorted"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#photos-and-maps-apps-heavily-distorted"}},[e._v("#")]),e._v(" Photos and Maps Apps Heavily Distorted")]),e._v(" "),o("p",[e._v("Due to the Metal Backend, the enhanced color output of these apps seems to heavily break overall UI usage. To work around this, "),o("a",{attrs:{href:"https://forums.macrumors.com/threads/macos-11-big-sur-on-unsupported-macs-thread.2242172/post-29870324",target:"_blank",rel:"noopener noreferrer"}},[e._v("users reported"),o("OutboundLink")],1),e._v(" forcing the color output of their monitor from Billions to Millions of colors helped greatly. Apps easily allowing this customization are "),o("a",{attrs:{href:"https://www.madrau.com",target:"_blank",rel:"noopener noreferrer"}},[e._v("SwitchResX"),o("OutboundLink")],1),e._v(", "),o("a",{attrs:{href:"https://macdownload.informer.com/resxtreme/",target:"_blank",rel:"noopener noreferrer"}},[e._v("ResXreme"),o("OutboundLink")],1),e._v(" and "),o("a",{attrs:{href:"http://easyresapp.com",target:"_blank",rel:"noopener noreferrer"}},[e._v("EasyRes"),o("OutboundLink")],1),e._v(".")]),e._v(" "),o("h2",{attrs:{id:"cannot-press-done-when-editing-a-sidebar-widget"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#cannot-press-done-when-editing-a-sidebar-widget"}},[e._v("#")]),e._v(' Cannot press "Done" when editing a Sidebar Widget')]),e._v(" "),o("p",[e._v('Workaround: Press some combination of Tab, or Tab and then Shift-Tab, or just Shift-Tab until the "Done" button is highlighted. Then press spacebar to activate the button, the same as in any other dialog with a highlighted button halo.')]),e._v(" "),o("h2",{attrs:{id:"wake-from-sleep-heavily-distorted-on-amd-ati-in-macos-11-3-and-newer"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#wake-from-sleep-heavily-distorted-on-amd-ati-in-macos-11-3-and-newer"}},[e._v("#")]),e._v(" Wake from sleep heavily distorted on AMD/ATI in macOS 11.3 and newer")]),e._v(" "),o("p",[e._v("Unfortunately a very well known issue the community is investigating, current known solution is to simply downgrade to 11.2.3 or older until a proper fix can be found. Additionally logging out and logging in can resolve the issue without requiring a reboot")]),e._v(" "),o("ul",[o("li",[e._v("Note, this issue should be exclusive to TeraScale 1 GPUs (ie. HD2000-4000). TeraScale 2 GPUs should not exhibit this issue")])]),e._v(" "),o("p",[e._v("In the event Apple removes 11.2.3 from their catalogue, we've provided a mirror below:")]),e._v(" "),o("ul",[o("li",[o("a",{attrs:{href:"https://archive.org/details/install-mac-os-11.2.3-20-d-91",target:"_blank",rel:"noopener noreferrer"}},[e._v("Install macOS 11.2.3 20D91"),o("OutboundLink")],1)])]),e._v(" "),o("h2",{attrs:{id:"unable-to-switch-gpus-on-2011-15-and-17-macbook-pros"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#unable-to-switch-gpus-on-2011-15-and-17-macbook-pros"}},[e._v("#")]),e._v(' Unable to switch GPUs on 2011 15" and 17" MacBook Pros')]),e._v(" "),o("p",[e._v("Currently OpenCore Legacy Patcher, GPU switching between the iGPU and dGPU is broken. The simplest way to set a specific GPU is to disable the dGPU when you wish to remain on the more power efficient iGPU.")]),e._v(" "),o("p",[e._v("The best way to achieve this is to boot Recovery (or Single User Mode if the dGPU refuses to function at all) and run the following command:")]),e._v(" "),o("div",{staticClass:"language-sh extra-class"},[o("pre",{pre:!0,attrs:{class:"language-sh"}},[o("code",[e._v("nvram FA4CE28D-B62F-4C99-9CC3-6815686E30F9:gpu-power-prefs"),o("span",{pre:!0,attrs:{class:"token operator"}},[e._v("=")]),e._v("%01%00%00%00\n")])])]),o("p",[e._v("This will disable the dGPU and allow the iGPU to function in Big Sur. Note that external display outputs are directly routed to the dGPU and therefore can no longer be used. Solutions such as a "),o("a",{attrs:{href:"https://www.displaylink.com/products/usb-adapters",target:"_blank",rel:"noopener noreferrer"}},[e._v("DisplayLink Adapters"),o("OutboundLink")],1),e._v(" can work around this limitation in theory. However, currently the proprietary DisplayLink driver refuses to function on legacy-patched systems, either resulting in a windowserver crash loop or no output at all.")]),e._v(" "),o("h2",{attrs:{id:"erratic-colours-on-ati-terascale-2-gpus-hd5000-hd6000"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#erratic-colours-on-ati-terascale-2-gpus-hd5000-hd6000"}},[e._v("#")]),e._v(" Erratic Colours on ATI TeraScale 2 GPUs (HD5000/HD6000)")]),e._v(" "),o("p",[e._v("Due to an odd bug with ATI's TeraScale 2 GPUs, many users will experience erratic/strobing colours once finished installing and rebooting into the accelerated patches. The issue stems from an incorrect assumption in the GPU drivers where it will enforce the Billion Colour space on your display. To fix, simply force your Display into a lower color depth such as a Million Colours.")]),e._v(" "),o("p",[e._v("Applications that can set color depth are:")]),e._v(" "),o("ul",[o("li",[o("a",{attrs:{href:"https://www.madrau.com",target:"_blank",rel:"noopener noreferrer"}},[e._v("SwitchResX"),o("OutboundLink")],1)]),e._v(" "),o("li",[o("a",{attrs:{href:"https://macdownload.informer.com/resxtreme/",target:"_blank",rel:"noopener noreferrer"}},[e._v("ResXtreme"),o("OutboundLink")],1)])]),e._v(" "),o("h2",{attrs:{id:"unable-to-allow-safari-extensions"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#unable-to-allow-safari-extensions"}},[e._v("#")]),e._v(" Unable to allow Safari Extensions")]),e._v(" "),o("p",[e._v("Due to an bug on the legacy acceleration patches, users won't be able to enable Safari Extensions")]),e._v(" "),o("p",[e._v("This tool can be used to work-around this issue:")]),e._v(" "),o("ul",[o("li",[o("a",{attrs:{href:"https://github.com/moosethegoose2213/Non-Metal-Safari-Extensions/",target:"_blank",rel:"noopener noreferrer"}},[e._v("Non-Metal Safari Extensions"),o("OutboundLink")],1)])]),e._v(" "),o("h2",{attrs:{id:"cannot-login-on-2011-15-and-17-macbook-pros"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#cannot-login-on-2011-15-and-17-macbook-pros"}},[e._v("#")]),e._v(' Cannot Login on 2011 15" and 17" MacBook Pros')]),e._v(" "),o("p",[e._v("By default OpenCore Legacy Patcher will assume MacBookPro8,2/3 have a faulty dGPU and disable acceleration. This is the safest option for most users as enabling dGPU acceleration on faulty Macs will result in failed booting.")]),e._v(" "),o("p",[e._v("However if your machine does not have the dGPU disabled via NVRAM, you'll expereince a login loop. To work around this is quite simple:")]),e._v(" "),o("ol",[o("li",[e._v("Boot macOS in Single User Mode\n"),o("ul",[o("li",[e._v("Press Cmd+S in OpenCore's menu when you turn the Mac on")])])]),e._v(" "),o("li",[e._v("When command line prompt appears, enter the dGPU disabler argument (at the bottom)")]),e._v(" "),o("li",[e._v("Reboot and patched macOS should work normally")]),e._v(" "),o("li",[e._v("If you still want to use the dGPU, run OCLP's TUI app and enable TS2 Acceleration. Then root patch your Mac again\n"),o("ul",[o("li",[o("code",[e._v("Patcher Settings -> Misc Settings -> TeraScale 2 Accel")])])])]),e._v(" "),o("li",[e._v("Either Reset NVRAM or set "),o("code",[e._v("gpu-power-prefs")]),e._v(" to zeros to re-enable the dGPU")])]),e._v(" "),o("div",{staticClass:"language-sh extra-class"},[o("pre",{pre:!0,attrs:{class:"language-sh"}},[o("code",[o("span",{pre:!0,attrs:{class:"token comment"}},[e._v("# Forces GMUX to use iGPU only (ie. disable dGPU)")]),e._v("\nnvram FA4CE28D-B62F-4C99-9CC3-6815686E30F9:gpu-power-prefs"),o("span",{pre:!0,attrs:{class:"token operator"}},[e._v("=")]),e._v("%01%00%00%00\n"),o("span",{pre:!0,attrs:{class:"token comment"}},[e._v("# To reset, simply write zeros or NVRAM Reset your Mac")]),e._v("\nnvram FA4CE28D-B62F-4C99-9CC3-6815686E30F9:gpu-power-prefs"),o("span",{pre:!0,attrs:{class:"token operator"}},[e._v("=")]),e._v("%00%00%00%00\n")])])])])}),[],!1,null,null,null);t.default=s.exports}}]); \ No newline at end of file diff --git a/assets/js/app.0377826b.js b/assets/js/app.debbc505.js similarity index 91% rename from assets/js/app.0377826b.js rename to assets/js/app.debbc505.js index f5152b173..e8b085524 100644 --- a/assets/js/app.0377826b.js +++ b/assets/js/app.debbc505.js @@ -1,4 +1,4 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[0],[]]);!function(t){function e(e){for(var r,a,c=e[0],s=e[1],u=e[2],f=0,p=[];f0?o(r(t),9007199254740991):0}},function(t,e){var n=Array.isArray;t.exports=n},function(t,e,n){var r=n(33),o=n(19);t.exports=function(t){return r(o(t))}},function(t,e,n){var r=n(142),o="object"==typeof self&&self&&self.Object===Object&&self,i=r||o||Function("return this")();t.exports=i},function(t,e,n){var r=n(6),o=n(1),i=n(7),a=Object.defineProperty,c={},s=function(t){throw t};t.exports=function(t,e){if(i(c,t))return c[t];e||(e={});var n=[][t],u=!!i(e,"ACCESSORS")&&e.ACCESSORS,l=i(e,0)?e[0]:s,f=i(e,1)?e[1]:void 0;return c[t]=!!n&&!o((function(){if(u&&!r)return!0;var t={length:-1};u?a(t,1,{enumerable:!0,get:s}):t[1]=1,n.call(t,l,f)}))}},function(t,e,n){var r=n(114),o=n(2),i=function(t){return"function"==typeof t?t:void 0};t.exports=function(t,e){return arguments.length<2?i(r[t])||i(o[t]):r[t]&&r[t][e]||o[t]&&o[t][e]}},function(t,e){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},function(t,e){t.exports=!1},function(t,e,n){var r=n(6),o=n(80),i=n(35),a=n(15),c=n(34),s=n(7),u=n(109),l=Object.getOwnPropertyDescriptor;e.f=r?l:function(t,e){if(t=a(t),e=c(e,!0),u)try{return l(t,e)}catch(t){}if(s(t,e))return i(!o.f.call(t,e),t[e])}},function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t}},function(t,e,n){var r=n(231),o=n(234);t.exports=function(t,e){var n=o(t,e);return r(n)?n:void 0}},function(t,e,n){"use strict";function r(t,e,n,r,o,i,a,c){var s,u="function"==typeof t?t.options:t;if(e&&(u.render=e,u.staticRenderFns=n,u._compiled=!0),r&&(u.functional=!0),i&&(u._scopeId="data-v-"+i),a?(s=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),o&&o.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},u._ssrRegister=s):o&&(s=c?function(){o.call(this,(u.functional?this.parent:this).$root.$options.shadowRoot)}:o),s)if(u.functional){u._injectStyles=s;var l=u.render;u.render=function(t,e){return s.call(e),l(t,e)}}else{var f=u.beforeCreate;u.beforeCreate=f?[].concat(f,s):[s]}return{exports:t,options:u}}n.d(e,"a",(function(){return r}))},function(t,e,n){"use strict";var r=n(0),o=n(31).filter,i=n(54),a=n(17),c=i("filter"),s=a("filter");r({target:"Array",proto:!0,forced:!c||!s},{filter:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e){t.exports=function(t){return null!=t&&"object"==typeof t}},function(t,e,n){var r,o=n(5),i=n(189),a=n(78),c=n(36),s=n(113),u=n(75),l=n(49),f=l("IE_PROTO"),p=function(){},d=function(t){return" +