README: shorten, reorder - point to Arch
This commit is contained in:
parent
6b3a9ffa21
commit
3b585d1620
1 changed files with 4 additions and 4 deletions
|
@ -49,11 +49,9 @@ gpu_power_multi_oc=1.0
|
||||||
gpu_mv_offset=+60
|
gpu_mv_offset=+60
|
||||||
```
|
```
|
||||||
|
|
||||||
Changes will require switching `tuned` profiles to re-read/apply the config.
|
Changes to this config are not immediately effective. Doing so requires switching `tuned` profiles or restarting the service.
|
||||||
|
|
||||||
One can use [gamemode](https://wiki.archlinux.org/title/Gamemode) to do this automatically on start/stop.
|
To ignore this limitation, one can use `gamemode` for dynamically switching. Sample `~/.config/gamemode.ini` below:
|
||||||
|
|
||||||
Sample `~/.config/gamemode.ini`:
|
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
[custom]
|
[custom]
|
||||||
|
@ -61,6 +59,8 @@ start=tuned-adm profile latency-performance-amdgpu-overclock
|
||||||
end=tuned-adm profile latency-performance-amdgpu-default
|
end=tuned-adm profile latency-performance-amdgpu-default
|
||||||
```
|
```
|
||||||
|
|
||||||
|
See this [Arch Wiki](https://wiki.archlinux.org/title/Gamemode) link for more comprehensive information.
|
||||||
|
|
||||||
## Variables
|
## Variables
|
||||||
|
|
||||||
These are the variables you'll want to change/consider.
|
These are the variables you'll want to change/consider.
|
||||||
|
|
Loading…
Reference in a new issue