From 7bdbc1adc59adfc0ea6b2a2d6c9cf172ad077f49 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Sun, 3 Feb 2019 15:35:31 +0000 Subject: [PATCH] Add more helper comments to the config ini --- example/gamemode.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/example/gamemode.ini b/example/gamemode.ini index 86f9331..a5e5da8 100644 --- a/example/gamemode.ini +++ b/example/gamemode.ini @@ -38,6 +38,7 @@ inhibit_screensaver=1 ; Here Be Dragons! ; Warning: Use these settings at your own risk ; Any damage to hardware incurred due to this feature is your responsibility and yours alone +; It is also highly recommended you try these settings out first manually to find the sweet spots ; Setting this to 1 will allow gamemode to attempt to apply GPU optimisations such as overclocks ;apply_gpu_optimisations=0 @@ -48,10 +49,13 @@ inhibit_screensaver=1 ;gpu_device=0 ; Nvidia specific settings (these are Mhz offsets from the baseline, ie. 0 applies no change) +; Requires the coolbits extension activated in nvidia-xconfig ;nv_core_clock_mhz_offset=0 ;nv_mem_clock_mhz_offset=0 ; AMD specific settings (these are percentages applied on top of the baseline, ie. 0 applies no change) +; Requires the the AMDGPU kernel module +; It is also highly recommended you use lm-sensors (or other available tools) to verify card temperatures ;amd_core_clock_percentage=0 ;amd_mem_clock_percentage=0