mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #1164] Display settings not maintained #683
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#683
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 @xkam1x on GitHub (Sep 2, 2022).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/1164
Before opening the issue, have you...?
Describe the bug
I have optimised the following display settings (combined dimming switchover point, DDC min, DDC max and scale mapping curve for DDC) to have the same apparent bright on both internal and external displays. These settings along with 'screen to control' set to 'change for all screens' gives best user experience in my opinion.
Unfortunately the display settings keep changing on their own and brightness behaviour is unexpected. Mostly happens when computer restarts.
Steps to reproduce
Restart computer.
Expected behavior
Every time the computer restarts the settings should be loaded back as they were set last time.
Anything else?
I have done some digging and found that Displays > Identifier also changes. Internal display is always Identifier 1 but the external display has taken values 2, 3, 4, 5 and 6.
I have also installed Better Display and logged the display info. All display identification information stays same except 'CGDD ID' and sometimes 'tag' and 'configuration ID'.
I have also logged display UUID using ColorSync Utility and the display UUID reported does not change.
Environment Information (please complete the following information)
@waydabber commented on GitHub (Sep 3, 2022):
Hmm. Yes, this is an issue. BetterDisplay retains display settings properly I assume. The two apps use a different way to store configuration data. BD ties them to the UUID by default while MonitorControl ties them to serial+vendor+model+CGDirectDisplayID (on natively connected screens). The latter is clearly problematic on M1 Pro/Max/Ultra chips as the CGDirectDisplayID can indeed change (this was not the case on entry level M1s when that part of the code was written, it was always tied to the port the display was connected, but that was because these macs could support 2 displays only in a fixed manner - one via USB-C, the other as built-in screen or HDMI).
MonitorControl should change to use UUID but that will break the stored configuration for every user out there. Still, it is inevitable.
If you have BetterDisplay, the (or an) upcoming version should contain DDC customization settings similar to MonitorControl, so if BD works ortherwise, you can use that. Or you can change the relevant code of MC and build a custom version of the app for yourself in XCode - if you are interested, I can tell you what to change in order to make it work.
@stale[bot] commented on GitHub (Sep 3, 2023):
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require attention? This issue may be closed if no further activity occurs. Thank you for your contributions.