Skip to content

Commit a51f48d

Browse files
authored
docs: update config
1 parent 5f65346 commit a51f48d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Configuration.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
## This Section Explains UXTU's Configuration File
1+
## UXTU4Unix Configuration File
22

3-
- The configuration file, also known as the config file, is typically stored in the `Assets` folder, named `config.ini` (UXTU4Mac/Assets/config.ini).
4-
- Here is an example of a `config.ini` file:
3+
- The configuration file, also known as the config file, is typically stored in the `Assets` folder, named `config.toml` (UXTU4Unix/Assets/config.toml).
4+
- Here is an example of a `config.toml` file:
55

6-
```ini
6+
```
77
[User]
88
password = 1234
99
preset = Assets.Presets.AMDAPUPostMatisse_U
@@ -33,7 +33,6 @@ family = Renoir
3333
type = Amd_Apu
3434
```
3535

36-
Explain:
3736
### `[User]`
3837

3938
- `password`: This is the sudo password (or login password) required for 70% of UXTU4Mac operations, especially ryzenAdj
@@ -48,6 +47,6 @@ Explain:
4847
- `applyonstart` (failsafe: 1) (0:Disabled, 1:Enabled): To enable/disable apply preset when start script
4948
- `dynamicmode` (failsafe: 0) (0:Disabled, 1:Enabled): Which enable/disable Dynamic mode for preset
5049
- `debug` (failsafe: 1) (0:Disabled, 1:Enabled): To enable/disable DEBUG function
51-
- `sip` (failsafe: 03080000): Required SIP for ryzenAdj
50+
- `sip` (failsafe: 03080000): Required SIP for ryzenAdj (macOS)
5251
### `[Info]`
5352
- A work-around for demo CPU/APU to change the cpu name to matching with presets and support better

0 commit comments

Comments
 (0)