README: shorten, reorder - point to Arch

This commit is contained in:
Josh Lay 2024-08-05 08:32:32 -05:00
parent 6b3a9ffa21
commit 3b585d1620
No known key found for this signature in database
GPG key ID: 47AA304B2243B579

View file

@ -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.