mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #1053] automatically sync the internal display brightness with the external one. #631
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#631
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 @PeterWan816 on GitHub (Jun 1, 2022).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/1053
Before opening the issue, have you...?
Is your feature request related to a problem? Please describe
after each unlocks and device waking, it is possible that the internal display is brighter than the external display or the internal display is brighter than the external display. I have found that the setting which applies the previous settings to the screen after each device waking is useful but not working 100% of the time. For example, if I close then open the lid of my MacBook pro or if I use the control centre (touch bar) to control the brightness of the MacBook Pro, the external display will be out of sync.
Describe the solution you'd like
My idea is that if any changes to the internal screen are detected, the software should force the external screen to update its brightness regardless if the brightness sensor has changed.
Describe alternatives you've considered
using the apply last used settings to the screen after each wakes or starts. it helped with the situation of them being out of sync but not 100% working (as some of the reasons why they are out of sync is not related to wakes).
Anything else?
it would be great if anyone is following up on this post! Thank you!
@waydabber commented on GitHub (Jun 2, 2022):
There is a syncing option in MonitorControl (built-in display -> external display). It is rather rudimentary and is a differential syncing, not absolute sync so definetly there is room for improvement. :)
@andr2k commented on GitHub (Mar 1, 2023):
It would be nice to choose the primary monitor for syncing.
In my case, I use two LG Ultrafine monitors with a laptop in clamshell mode. These monitors have their own light sensors, which work pretty well when they are independent. However, if I enable automatic brightness adjustment for both monitors, since they are differently calibrated, they react to each other (looks like a cyclic feedback loop). If I enable automatic brightness control for one of them, they end up out of sync. As a result, being able to choose a primary source of the brightness level for all the monitors would be perfect.
@waydabber commented on GitHub (Oct 19, 2023):
The feature set of the app is now considered final by the team, no more feature additions are planned. I advise you to try Lunar by @alin23 as that app has various advanced syncing features. I plan implementing advanced syncing in BetterDisplay as well.