Skip to content

Commit 7b356c8

Browse files
authored
Improve formatting and clarity in README.md
Fixed formatting and clarified sections in the README.
1 parent 4247616 commit 7b356c8

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,14 @@ Happy hunting ;-)
2727

2828

2929
**Scheduler Hysteresis**
30+
3031
*Read more: https://pastebin.com/LPTzTDAT
3132

3233
Use Termux, Sysctl GUI or FKM (or whatever you want) to set:
3334

35+
```bash
3436
"hyst_mode"
35-
37+
```
3638
0 - Balanced (Default)
3739
1 - Performance
3840
2 - Battery
@@ -53,28 +55,28 @@ FKM misinterpreted it as a binary toggle, so "0" and "1" don't work here and the
5355

5456
**Powersafe Toggle**
5557

56-
**Change values:**
58+
*Change values:*
5759

5860
*the module manages several parameters: IO-Weight, CPU Latency, Input Boost, Max Freq (superseded by other tweaks, like FDE.AI, scripts, etc.)
5961

6062
Profile | echo | target path | Main result
6163
-------- |------ |------------- |--------------
6264
Default | 0 | /proc/powersafe/master_toggle | Kernel default values (default)
6365
Balanced | 1 | /proc/powersafe/master_toggle | Balanced performance / battery-life
64-
Performance | 2 | /proc/powersafe/master_toggle | Boost CPU (Prime 3Ghz*)
66+
Performance | 2 | /proc/powersafe/master_toggle | Boost Prime Core
6567
Battery | 3 | /proc/powersafe/master_toggle | All parameters tweaked for best power savings, input boost disabled
6668
-----------
6769

68-
*Currently not available due to a bug.
6970

70-
**Finetuning**
71+
*Finetuning*
72+
7173
You can cat/echo to the following parameters, if needed. But **beware**, these are controlled by the master_toggle!
7274
Don't change them blindly!
7375

74-
- input_boost
75-
- input_boost_state
76-
- io_weight
77-
- latency_toggle
76+
- input_boost
77+
- input_boost_state
78+
- io_weight
79+
- latency_toggle
7880
- prime_boost_freq
7981

8082

0 commit comments

Comments
 (0)