From 610433a0280026eaaa1d9c66a6e9c1cb532c2b8b Mon Sep 17 00:00:00 2001 From: Krutav Shah Date: Sat, 16 Jul 2022 17:29:47 -0700 Subject: [PATCH] Resolved typos --- docs/ACCEL.md | 2 +- docs/DEBUG.md | 2 +- docs/TROUBLESHOOTING.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/ACCEL.md b/docs/ACCEL.md index b4e453067..730f852c3 100644 --- a/docs/ACCEL.md +++ b/docs/ACCEL.md @@ -123,7 +123,7 @@ The best way to achieve this is to boot Recovery (or Single User Mode if the dGP 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 [DisplayLink Adapters](https://www.displaylink.com/products/usb-adapters) can work around this limitation, however, note that you'll need to use older drivers (5.2.6): +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 [DisplayLink Adapters](https://www.displaylink.com/products/usb-adapters) can work around this limitation, however, note that you'll need to use older drivers (5.2.6): * [DisplayLink USB Graphics Software for macOS - For Mojave and Catalina - 5.2.6](https://www.synaptics.com/products/displaylink-graphics/downloads/macos-5.2.6) diff --git a/docs/DEBUG.md b/docs/DEBUG.md index 8b5e15a10..6e0853aee 100644 --- a/docs/DEBUG.md +++ b/docs/DEBUG.md @@ -1,6 +1,6 @@ # How to debug with OpenCore -For those who've hit an odd bug and unsure if it's user error or a patcher error, we recommend asking on the [OpenCore Patcher Paradise Discord Server](https://discord.gg/rqdPgH8xSN) for help. +For those who've hit an odd bug and unsure if it's user error or within the patcher, we recommend asking on the [OpenCore Patcher Paradise Discord Server](https://discord.gg/rqdPgH8xSN) for help. ## Debugging yourself diff --git a/docs/TROUBLESHOOTING.md b/docs/TROUBLESHOOTING.md index 01b7a2f7e..f2da5b327 100644 --- a/docs/TROUBLESHOOTING.md +++ b/docs/TROUBLESHOOTING.md @@ -102,13 +102,13 @@ If you're using OCLP v0.4.4, you should have been prompted to install Root Volum ## Black Screen on MacBookPro11,3 in macOS Monterey -Due to Apple dropping NVIDIA Kepler support in macOS Monterey, [MacBookPro11,3's GMUX has difficulties switching back to the iGPU to display macOS correctly.](https://github.com/dortania/OpenCore-Legacy-Patcher/issues/522) To work-around this issue, boot the MacBookPro11,3 in Safe Mode and once macOS is installed, run OCLP's Post Installation Root Patches to enable GPU Acceleration for the NVIDIA dGPU. +Due to Apple dropping NVIDIA Kepler support in macOS Monterey, [MacBookPro11,3's GMUX has difficulties switching back to the iGPU to display macOS correctly.](https://github.com/dortania/OpenCore-Legacy-Patcher/issues/522) To work-around this issue, boot the MacBookPro11,3 in Safe Mode and once macOS is installed, run OCLP's Post Install Root Patches to enable GPU Acceleration for the NVIDIA dGPU. * Safe Mode can be started by holding `Shift` + `Enter` when selecting macOS Monterey in OCLP's Boot Menu. ## No DisplayPort Output on Mac Pros with NVIDIA Kepler -If you're having trouble with DisplayPort output on Mac Pros, try enabling Minimal Spoofing in Settings -> SMBIOS Settings and rebuild/install OpenCore. This will trick macOS drivers into thinking you have a newer MacPro7,1 and reslolve the issue. +If you're having trouble with DisplayPort output on Mac Pros, try enabling Minimal Spoofing in Settings -> SMBIOS Settings and rebuild/install OpenCore. This will trick macOS drivers into thinking you have a newer MacPro7,1 and resolve the issue. ![](../images/OCLP-GUI-SMBIOS-Minimal.png)