Skip to content

Commit 31b7ba2

Browse files
committed
README: Adds instructions for turning SIP on/off as well as Gamma-correction
1 parent 2e3e43d commit 31b7ba2

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,35 @@ Credits: installer was inspired by jqno's dotfiles (https://github.com/jqno/dotf
2121
* Add LuLu to Brewfile
2222
* Add Bartender
2323
* Add Oversigh
24+
25+
26+
27+
# Import Procedures to Remember
28+
29+
This section contains some tricks I found around the internet and want to keep around.
30+
31+
32+
## Disable SIP
33+
34+
1. Reboot into Recovery mode (Hold ⌘-R)
35+
2. Open Terminal
36+
3. Execute `csrutil disable`
37+
4. Reboot
38+
39+
## Enable SIP
40+
41+
1. Reboot into Recovery mode (Hold ⌘-R)
42+
2. Open Terminal
43+
3. Execute `csrutil enable`
44+
4. Reboot
45+
46+
## Disable Automatic Gamma Correction
47+
48+
1. Disable SIP
49+
2. Disable "Auto Brightness" (Preferences -> Displays)
50+
3. `cd /System/Library/PrivateFrameworks/AmbientDisplay.framework/Versions/A/XPCServices/com.apple.AmbientDisplayAgent.xpc/Contents/MacOS/`
51+
4. `mv com.apple.AmbientDisplayAgent _com.apple.AmbientDisplayAgent`
52+
5. Enable SIP and reboot
53+
6. Enable "Auto Brightness"
54+
55+

0 commit comments

Comments
 (0)