Add config parameters for GPU clocking

This commit is contained in:
Marc Di Luzio
2019-01-30 21:12:11 +00:00
parent aeaef7377d
commit b1bf33d386
6 changed files with 120 additions and 8 deletions

View File

@ -34,6 +34,22 @@ inhibit_screensaver=1
;blacklist=HalfLife3
; glxgears
[gpu]
; 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
; Setting this to 1 will allow gamemode to attempt to apply GPU optimisations such as overclocks
;apply_gpu_optimisations=0
; Nvidia specific settings (these are Mhz offsets from the baseline, ie. 0 applies no change)
;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)
;amd_core_clock_percentage=0
;amd_mem_clock_percentage=0
[custom]
; Custom scripts (executed using the shell) when gamemode starts and ends
;start=notify-send "GameMode started"