mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #1001] Apple Cinema Display immediately too dark #604
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#604
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 @thedesignerdave on GitHub (Apr 12, 2022).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/1001
Before opening the issue, have you...?
Describe the issue
I installed monitor control on my Macbook pro to control the brightness of an external monitor. After instillation, I adjusted the brightness slider in the app. The second I touched the slider, my monitor when to about 40% brightness even though the slider bar shows that it's at full brightness. I've tried disconnecting, reseting v/pram on my mac. Removing and reinstalling monitor control and the monitor is stuck. I've even hooked it up to a different macboook pro that doesn't have Monitor control and it's still dark.
Please save me from the darkside!
Expected behavior
I expect the software to be able to adjust the brightness to 100%
Anything else?
No response
Environment Information (please complete the following information)
@waydabber commented on GitHub (Apr 12, 2022):
Hi there,
try setting this to 255, that tends to help with older Apple displays which (in an undocumented way) support DDC commands for brightness control:
@thedesignerdave commented on GitHub (Apr 12, 2022):
Thanks for the suggestion but it didn't work.
@waydabber commented on GitHub (Apr 12, 2022):
Well, connecting the display to a Mac that has an OS from before Apple just removed brightness control support supposedly fixes the issue. The problem is that these displays respond to DDC commands to some extent and depending on firmware and hardware revision they work or they just do this. Others reported that using Lunar by @alin23 did fix the problem (maybe because it uses different timings somewhat or repeats DDC commands more or differently - who knows). The problem is surely fixable and probably by tuning DDC commands things would work but I don't have a display like this to experiment.
for more info see these:
https://github.com/MonitorControl/MonitorControl/discussions/970
https://github.com/MonitorControl/MonitorControl/discussions/739