mirror of
https://github.com/openhardwaremonitor/openhardwaremonitor
synced 2025-08-29 05:18:14 +00:00
Fixed the ATI GPU fan control. The settings now restore correctly to default settings (previously the "manual mode" was kept on some systems).
This commit is contained in:
parent
bd9495d159
commit
a883d4722d
@ -106,6 +106,9 @@ namespace OpenHardwareMonitor.Hardware.ATI {
|
||||
if (restoreDefaultFanSpeedRequired) {
|
||||
ADL.ADL_Overdrive5_FanSpeed_Set(adapterIndex, 0,
|
||||
ref this.initialFanSpeedValue);
|
||||
if ((initialFanSpeedValue.Flags &
|
||||
ADL.ADL_DL_FANCTRL_FLAG_USER_DEFINED_SPEED) == 0)
|
||||
ADL.ADL_Overdrive5_FanSpeedToDefault_Set(adapterIndex, 0);
|
||||
restoreDefaultFanSpeedRequired = false;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user