Skip to content

Commit

Permalink
Merge pull request #5 from TrixieUA/main
Browse files Browse the repository at this point in the history
Fix sleep
  • Loading branch information
TECHNIKVERBOT authored Aug 7, 2024
2 parents 33a710e + 33c828f commit b2f0e27
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion EFI/OC/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,7 @@
<key>SystemAudioVolume</key>
<data>Rg==</data>
<key>boot-args</key>
<string>-v keepsyms=1 debug=0x100 revpatch=sbvmm</string>
<string>-v keepsyms=1 debug=0x100 revpatch=sbvmm -noDC9</string>
<key>csr-active-config</key>
<data>AAAAAA==</data>
<key>run-efi-updater</key>
Expand Down
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,21 @@ macOS | Ventura 13.0
- Secure Boot: Disabled
- TBD

## Sleep Fix

Run these commands to make sleep work:


~~~
sudo pmset autopoweroff 0
sudo pmset powernap 0
sudo pmset standby 0
sudo pmset proximitywake 0
sudo pmset tcpkeepalive 0
~~~

They need to be run after every macOS update.

## How to install

Download this repo and place the EFI folder into your internal drive's EFI partition... That's it.
Expand Down

0 comments on commit b2f0e27

Please sign in to comment.