From 0c3d1b6b06e759e722d22b4d5a40c47e53d47de5 Mon Sep 17 00:00:00 2001 From: Yukino Song Date: Fri, 6 Jun 2025 16:51:45 +0800 Subject: [PATCH] Try fix #814 --- src/process.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/process.cpp b/src/process.cpp index bcca4eaf..8006bc17 100644 --- a/src/process.cpp +++ b/src/process.cpp @@ -523,9 +523,9 @@ namespace proc { if (config::video.dd.hdr_option == config::video_t::dd_t::hdr_option_e::automatic) { mode_changed_display = currentDisplay; - if (!VDISPLAY::setDisplayHDRByName(currentDisplayW.c_str(), false)) { - return; - } + // Try turn off HDR whatever + // As we always have to apply the workaround by turining off HDR first + VDISPLAY::setDisplayHDRByName(currentDisplayW.c_str(), false); if (enable_hdr) { if (VDISPLAY::setDisplayHDRByName(currentDisplayW.c_str(), true)) {