From 6b8d1743b3a156049b21c42ab1c6edd09d196d2f Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Sun, 30 May 2021 15:15:38 -0600 Subject: [PATCH] Fix command --- docs/ACCEL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ACCEL.md b/docs/ACCEL.md index 1292b4b7a..b5c08e862 100644 --- a/docs/ACCEL.md +++ b/docs/ACCEL.md @@ -59,7 +59,7 @@ Currently OpenCore Legacy Patcher doesn't have support for the TeraScale 2 serie 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: ```sh -nvram fa4ce28d-b62f-4c99-9cc3-6815686e30f9:gpu-power-prefs=%01%00%00%00 +nvram FA4CE28D-B62F-4C99-9CC3-6815686E30F9:gpu-power-prefs=%01%00%00%00 ``` This will disable the dGPU and allow graphics acceleration 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](https://www.displaylink.com/products/usb-adapters) can work around this limitation.