Add more helper comments to the config ini

This commit is contained in:
Marc Di Luzio 2019-02-03 15:35:31 +00:00
parent 252aa89fa6
commit 7bdbc1adc5

View File

@ -38,6 +38,7 @@ inhibit_screensaver=1
; Here Be Dragons! ; Here Be Dragons!
; Warning: Use these settings at your own risk ; Warning: Use these settings at your own risk
; Any damage to hardware incurred due to this feature is your responsibility and yours alone ; 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 ; Setting this to 1 will allow gamemode to attempt to apply GPU optimisations such as overclocks
;apply_gpu_optimisations=0 ;apply_gpu_optimisations=0
@ -48,10 +49,13 @@ inhibit_screensaver=1
;gpu_device=0 ;gpu_device=0
; Nvidia specific settings (these are Mhz offsets from the baseline, ie. 0 applies no change) ; 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_core_clock_mhz_offset=0
;nv_mem_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) ; 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_core_clock_percentage=0
;amd_mem_clock_percentage=0 ;amd_mem_clock_percentage=0