mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #877] Toggle HDR mode on/off #547
Labels
No labels
Status: Abandoned
arm64
beta
beta
bug
done
duplicate
enhancement
feedback needed from reporter
in progress
invalid
investigating
known Issue
monitor Issue
pull-request
translation
unable to reproduce
unreleased
x86
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/MonitorControl#547
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @disq on GitHub (Jan 4, 2022).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/877
Before opening the issue, have you...?
Is your feature request related to a problem? Please describe
I have an HDR600 compatible monitor (an LG 34WK95-U) and I turn on the HDR mode when consuming compatible media on it. Normally HDR is turned off, mostly because it just doesn't look right for normal desktop use.
So when watching content I need to go in the display settings and enable the HDR checkbox, and later when I'm finished (or I get interrupted and need to do desktopy stuff) come back and disable it.
Describe the solution you'd like
Some kind of an HDR toggle button next to the brightness toggle (or in the vicinity) for the HDR-supporting displays. I know it would be a clutter if one rarely toggles that option, so maybe make it an option in Preferences:
App menu / Additional controls / [x] Show HDR toggle on compatible displays
Describe alternatives you've considered
I've checked in the options but it isn't there. I don't really want to run another menu app just to have this functionality.
Anything else?
No response
@jiywww commented on GitHub (Apr 11, 2022):
I have the same situation. The HDR setting is too deep. I have to go into the display settings, enable the HDR checkbox whenever I want to watch a movie (HDR), and go into the display settings again to disable the HDR checkbox after watching. Please think about adding an option for the HDR setting. Thank you.
@waydabber commented on GitHub (Apr 11, 2022):
The problem is that I know no programmatic way to toggle HDR mode. There is no trace of it in the dump of the private framework where it might be and as far as I see, nobody was able to figure out how to do it. Sure it is possible though, so we'll keep the feature request open.
But since the toggle is available in System Preferences you can create an automator script to do the work for you, but that is not really elegant solution for an app like MonitorControl to implement.
see this for example:
https://github.com/ppkantorski/macOS-HDR-Toggler
@waydabber commented on GitHub (Apr 11, 2022):
nahh, I was wrong, there is a way actually.
I added this to BetterDummy: https://github.com/waydabber/BetterDummy/issues/479
HDR typically does not work well with DDC brightness control. MonitorControl's Gamma based software dimming also kills HDR (anything that has a brightness beyond 100% SDR will be dumbed down instantly). Only thing that works is shade based dimming (which is not very useful).