diff --git a/app/Gpu/GPUModeControl.cs b/app/Gpu/GPUModeControl.cs index 81610140..8ab985ef 100644 --- a/app/Gpu/GPUModeControl.cs +++ b/app/Gpu/GPUModeControl.cs @@ -145,18 +145,6 @@ namespace GHelper.Gpu if (eco == 1) { - /* - if (NvidiaSmi.GetDisplayActiveStatus()) - { - DialogResult dialogResult = MessageBox.Show(Properties.Strings.EnableOptimusText, Properties.Strings.EnableOptimusTitle, MessageBoxButtons.YesNo); - if (dialogResult == DialogResult.No) - { - InitGPUMode(); - return; - } - } - */ - HardwareControl.KillGPUApps(); } diff --git a/app/Mode/ModeControl.cs b/app/Mode/ModeControl.cs index bd17bd56..a3fe3f6c 100644 --- a/app/Mode/ModeControl.cs +++ b/app/Mode/ModeControl.cs @@ -318,8 +318,7 @@ namespace GHelper.Mode int memory = AppConfig.GetMode("gpu_memory"); int clock_limit = AppConfig.GetMode("gpu_clock_limit"); - if (core == -1 && memory == -1 && clock_limit == -1) return; - + //if (core == -1 && memory == -1 && clock_limit == -1) return; //if ((gpu_core > -5 && gpu_core < 5) && (gpu_memory > -5 && gpu_memory < 5)) launchAsAdmin = false; if (Program.acpi.DeviceGet(AsusACPI.GPUEco) == 1) { Logger.WriteLine("Clocks: Eco"); return; }