From 3b585d1620ca7128f67c06a34970e70084efeb32 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Mon, 5 Aug 2024 08:32:32 -0500 Subject: [PATCH] README: shorten, reorder - point to Arch --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6e540a0..fad2b2f 100644 --- a/README.md +++ b/README.md @@ -49,11 +49,9 @@ gpu_power_multi_oc=1.0 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. - -Sample `~/.config/gamemode.ini`: +To ignore this limitation, one can use `gamemode` for dynamically switching. Sample `~/.config/gamemode.ini` below: ```ini [custom] @@ -61,6 +59,8 @@ start=tuned-adm profile latency-performance-amdgpu-overclock end=tuned-adm profile latency-performance-amdgpu-default ``` +See this [Arch Wiki](https://wiki.archlinux.org/title/Gamemode) link for more comprehensive information. + ## Variables These are the variables you'll want to change/consider.