From 56b9d8ec9323299cc8afe80ef44069c9e49b87e3 Mon Sep 17 00:00:00 2001 From: neon ball <35791009+ParaDoX1994@users.noreply.github.com> Date: Mon, 1 Sep 2025 21:08:29 +0300 Subject: [PATCH 1/3] Add a 4th header --- docs/.vuepress/styles/index.styl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/.vuepress/styles/index.styl b/docs/.vuepress/styles/index.styl index ec68275eb..50feb55e6 100755 --- a/docs/.vuepress/styles/index.styl +++ b/docs/.vuepress/styles/index.styl @@ -40,6 +40,10 @@ tr &:nth-child(2n) background-color var(--sideBgColor) +h4 + font-size 1.10rem + padding-bottom .3rem + .dropdown-wrapper .nav-dropdown @@ -65,4 +69,4 @@ tr color: var(--accentColor) !important .search-box .suggestion.focused a - color: var(--navItemHoverColor) !important \ No newline at end of file + color: var(--navItemHoverColor) !important From 3ba9fdc8e1108ac326e5b9dfff58c1b6d2b6bea8 Mon Sep 17 00:00:00 2001 From: neon ball <35791009+ParaDoX1994@users.noreply.github.com> Date: Mon, 1 Sep 2025 21:17:55 +0300 Subject: [PATCH 2/3] Change small headers from bold to new 4th header --- docs/FAQ.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index f2d3b0ba7..6ddae383a 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -106,7 +106,7 @@ macOS doesn't allow direct downgrades, as such you will have to wipe the disk in ## Why is my system slow? -**Lacking or broken root patches** +#### Lacking or broken root patches If your system is being **really** slow and macOS is lacking wallpaper and transparency in Dock and menubar, make sure to install root patches to get proper drivers and functionality. Refer to [Applying post install volume patches](https://dortania.github.io/OpenCore-Legacy-Patcher/POST-INSTALL.html#applying-post-install-volume-patches) section for more information. @@ -114,15 +114,15 @@ If your system is being **really** slow and macOS is lacking wallpaper and trans Patches can also break if automatic updates are enabled and an update prematurely modifies the system volume, refer to [System version mismatch error when root patching](https://dortania.github.io/OpenCore-Legacy-Patcher/TROUBLESHOOT-APP.html#system-version-mismatch-error-when-root-patching) for more information. -**Spotlight** +#### Spotlight If your macOS installation is recent, Spotlight starts creating a full disk index which can cause high CPU load, high temps and general slowness. It's recommended to keep the system running for few hours, once Spotlight has indexed the load will ease. A way to check whether it's caused by Spotlight is to open Activity Monitor, choosing "All Processes" from the "View" menu item, then sorting by the CPU value to see if a process called ```mds_stores``` is using a lot of CPU resources. -**Heavier macOS versions** +#### Heavier macOS versions Newer operating systems are harder to run and can appear more slow. If this is the case, there is not a whole lot to do about it. -**Thermal issues or bad/missing battery** +#### Thermal issues or bad/missing battery If you see ```kernel_task``` hogging a lot of CPU resources in Activity Monitor (this also requires View -> All Processes), this means the system is being throttled mostly due to the following reasons: @@ -245,3 +245,4 @@ Apple Intelligence requires Neural Engine, which is only found in Apple Silicon + From 85c6a0d682c62b7cdc98acb3a2e040dbf7d9b38d Mon Sep 17 00:00:00 2001 From: neon ball <35791009+ParaDoX1994@users.noreply.github.com> Date: Mon, 1 Sep 2025 21:18:38 +0300 Subject: [PATCH 3/3] Change bold text to 4th header --- docs/POST-INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/POST-INSTALL.md b/docs/POST-INSTALL.md index 5acf6f682..796b90262 100644 --- a/docs/POST-INSTALL.md +++ b/docs/POST-INSTALL.md @@ -120,7 +120,7 @@ You can install and revert Root Patching manually from the app. ### Packages requiring networking -**MetallibSupportPkg** +#### MetallibSupportPkg Required for Ivy Bridge, Haswell and NVIDIA Kepler based systems (3802) running Sequoia or newer. You can download it manually from the following link: @@ -138,7 +138,7 @@ Required for Ivy Bridge, Haswell and NVIDIA Kepler based systems (3802) running ::: -**KDK / Kernel Debug Kit** +#### KDK / Kernel Debug Kit Macs with AMD Legacy GCN GPUs (ie. Metal) running Ventura or newer require Apple's Kernel Debug Kit to start root patching. You can manually download the KDK from the following link: