Skip to content

Commit 3d7d01f

Browse files
committed
readme
1 parent 8c50575 commit 3d7d01f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,23 @@ You can also launch it from the terminal and set the desired setting using `--in
3232
## FAQ
3333

3434
**Why won't the app start?**
35+
3536
You probably need to allow the application to run in _Settings_ -> _Security & Privacy_
3637

3738
**How do I know which gpu is active?**
39+
3840
The gear will have a dot in the middle when the discrete gpu is active. Otherwise, it will just look like a gear. The current gpu is also reported in the menu.
3941

4042
**Why did the binary get reported as malicious?**
43+
4144
The code is not signed because I'm not paying apple $99 a year to do that. If you don't trust me I suggest you run it through an online virus scanner or look at the code yourself.
4245

4346
**Why does the app go back to _dynamic switching_ when a display is plugged in?**
47+
4448
Unfortunately your mac is designed such that in order to use an external display, it has to use the discrete graphics card. And since you plugged in the cable I'm assuming you want to use the display. When you unplug the display, if you want to use a different mode, you will have to manually set it (at this time).
4549

4650
**What is a dependent process vs a hungry process?**
51+
4752
A dependent process is one that is currently using your discrete gpu. A hungry process is one that wants to use the discrete gpu but is not allowed because you have set _integrated only_. If you change to _dynamic switching_ or _discrete only_ any process that was hungry will become dependent.
4853

4954
## Legacy

0 commit comments

Comments
 (0)