mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-26 17:31:45 +02:00
Implement nv_powermizer_mode option to allow setting the Nvidia powermizer mode
This commit is contained in:

committed by
Alex Smith

parent
9ade4481c3
commit
834a18aab4
@ -46,12 +46,17 @@ inhibit_screensaver=1
|
||||
; The DRM device number on the system (usually 0), ie. the number in /sys/class/drm/card0/
|
||||
;gpu_device=0
|
||||
|
||||
; Nvidia specific settings (these are Mhz offsets from the baseline, ie. 0 applies no change)
|
||||
; Nvidia specific settings
|
||||
; Requires the coolbits extension activated in nvidia-xconfig
|
||||
;nv_core_clock_mhz_offset=0
|
||||
;nv_mem_clock_mhz_offset=0
|
||||
; This corresponds to the desired GPUPowerMizerMode
|
||||
; Generally "Adaptive"=0 "Prefer Maximum Performance"=1 and "Auto"=2)
|
||||
;nv_powermizer_mode=1
|
||||
|
||||
; This corresponds to the performance level to edit in nvidia-xconfig (usually the highest level - on older cards 1, newer cards can be 4 or higher)
|
||||
;nv_perf_level=1
|
||||
; (these two 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
|
||||
; Requires a relatively up to date AMDGPU kernel module
|
||||
|
Reference in New Issue
Block a user