mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #568] Option to 'Reapply last set brightness upon startup or wake' #424
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#424
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 @tsengwaiyong on GitHub (Sep 6, 2021).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/568
Originally assigned to: @waydabber on GitHub.
Before opening the issue, have you...?
Describe the bug
brightness don't take effect when mac wakes up in sleep or launch the MonitorControl
Steps to reproduce
1.Set the monitor brightness to 100%

2.Launch the MonitorControl , set the brightness at about 20%,the brightness is getting lower

3.Let mac enters sleep mode or restart

4.Wake up the mac
5.The monitor brightness will change back to 100% like i never launch the MonitorControl
Expected behavior
The monitor brightness is take effect when mac wake up or launch MonitorControl
Anything else?
No response
Environment Information (please complete the following information)
@waydabber commented on GitHub (Sep 6, 2021):
Hey @tsengwaiyong - this seems to be a display issue. It is rather rare but some displays don't store brightness set via DDC and after sleep they resume at 100% or the previously set OSD value. MonitorControl currently does not try to re-set the value after sleep but expects the display to retain the last setting.
I convert this issue to a Feature Request, it might be beneficial to have an option for this "Restore last set brightness upon startup or after sleep".
@tsengwaiyong commented on GitHub (Sep 7, 2021):
@waydabber OK,thanks
@waydabber commented on GitHub (Sep 9, 2021):
See screenshots of the implementation in the v3.1.0 preliminary discussion.
@tsengwaiyong commented on GitHub (Sep 13, 2021):
😄thank you for solving this issue, I will try it in the next update