mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 22:01:08 -06:00
[GH-ISSUE #1194] Syncing the brightness setting of the built-in display occasionally fails #696
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#696
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 @mianly on GitHub (Sep 28, 2022).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/1194
Before opening the issue, have you...?
Describe the bug
When I open the software for a period of time, when the ambient light decreases and the brightness of the built-in display decreases, the brightness of the built-in monitor displayed by the software is still the previous high brightness, and the brightness of the external display will not decrease accordingly.
I have turned on sync apple and built-in display brightness settings.
If the ambient light brightness is reduced immediately after opening the software, the brightness of the built-in display and the brightness of the external display will be reduced at the same time
Steps to reproduce
The problem reappears when I open the software for a while and then I lower the ambient light level.
Expected behavior
I would like to reduce the brightness of the built-in display when the ambient light is reduced, and the brightness of the external display is also reduced
Anything else?
No response
Environment Information (please complete the following information)
@waydabber commented on GitHub (Nov 14, 2022):
Well, indeed, syncing should replicate the ambient light sensor induced changes to the external display. There is an internal process that periodically checks and syncs things up, that might have some kind of issue (btw it could be rewritten to be fully event driven, that would probably be a good idea).
The following can be used for the event driven solution (BetterDisplay also uses this when needed, it's a better approach generally):
We could tap into the ambient light sensor directly as well.
@stale[bot] commented on GitHub (Nov 15, 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.