gamemode: make amd_performance_level to auto
This commit is contained in:
parent
0410d9e7a5
commit
03e8eaf451
|
@ -52,7 +52,7 @@ gpu_device=1
|
||||||
; See: https://dri.freedesktop.org/docs/drm/gpu/amdgpu.html#gpu-power-thermal-controls-and-monitoring
|
; See: https://dri.freedesktop.org/docs/drm/gpu/amdgpu.html#gpu-power-thermal-controls-and-monitoring
|
||||||
; It is also highly recommended you use lm-sensors (or other available tools) to verify card temperatures
|
; It is also highly recommended you use lm-sensors (or other available tools) to verify card temperatures
|
||||||
; This corresponds to power_dpm_force_performance_level, "manual" is not supported for now
|
; This corresponds to power_dpm_force_performance_level, "manual" is not supported for now
|
||||||
amd_performance_level=high
|
amd_performance_level=auto
|
||||||
|
|
||||||
[supervisor]
|
[supervisor]
|
||||||
; This section controls the new gamemode functions gamemode_request_start_for and gamemode_request_end_for
|
; This section controls the new gamemode functions gamemode_request_start_for and gamemode_request_end_for
|
||||||
|
|
Loading…
Reference in a new issue