From 2b1629ad0dfe22df0f1a9bb8ebe92be724f7481f Mon Sep 17 00:00:00 2001 From: mhmarf <100496003+mhmarf@users.noreply.github.com> Date: Wed, 31 Jul 2024 01:33:56 +0330 Subject: [PATCH 1/2] Update gamemode.ini Clarify that user must be added to the gamemode group in order to make Core Parking work. --- example/gamemode.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example/gamemode.ini b/example/gamemode.ini index 30ad8734..8ee203c4 100644 --- a/example/gamemode.ini +++ b/example/gamemode.ini @@ -87,6 +87,8 @@ disable_splitlock=1 ; a range. E.g "park_cores=1,8-15" would park cores 1 and 8 to 15. ; The default is uncommented is to disable parking but enable pinning. If either is enabled the code will ; currently only properly autodetect Ryzen 7900x3d, 7950x3d and Intel CPU:s with E- and P-cores. +; For Core Parking, user must be be added to the gamemode group (not required for Core Pinning): +; sudo usermod -aG gamemode $(whoami) ;park_cores=no ;pin_cores=yes From f96ca3f3f67052b45e523c5ce2668236a3ee3272 Mon Sep 17 00:00:00 2001 From: mhmarf <100496003+mhmarf@users.noreply.github.com> Date: Wed, 31 Jul 2024 01:48:14 +0330 Subject: [PATCH 2/2] Update gamemode.ini --- example/gamemode.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/gamemode.ini b/example/gamemode.ini index 8ee203c4..74a759be 100644 --- a/example/gamemode.ini +++ b/example/gamemode.ini @@ -87,7 +87,7 @@ disable_splitlock=1 ; a range. E.g "park_cores=1,8-15" would park cores 1 and 8 to 15. ; The default is uncommented is to disable parking but enable pinning. If either is enabled the code will ; currently only properly autodetect Ryzen 7900x3d, 7950x3d and Intel CPU:s with E- and P-cores. -; For Core Parking, user must be be added to the gamemode group (not required for Core Pinning): +; For Core Parking, user must be added to the gamemode group (not required for Core Pinning): ; sudo usermod -aG gamemode $(whoami) ;park_cores=no ;pin_cores=yes