mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #1210] Popup incessantly: other applications manage brightness #705
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#705
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 @carlodrift on GitHub (Oct 25, 2022).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/1210
Before opening the issue, have you...?
Describe the issue
I keep getting the popup that tells me to close other apps that manage brightness except I don't have any.
Expected behavior
No popup I guess?
Anything else?
No response
Environment Information (please complete the following information)
@waydabber commented on GitHub (Nov 14, 2022):
You can ask the app not to warn about it again - but if you have this popup, then good chance you have some other conflicting app running (BetterDisplay, f.lux, etc). If not, then I have no idea why this is happening (the prompt is shown when the expected color table set by the app differs from what the app actually finds).
You can try using BetterDisplay if this is a returning issue as in that app I did not implement a warning like this. :)
(note: if you use BetterDispaly or MonitorControl via HDMI, do not forget to disable DDC brightness control as that does not work through the HDMI port of M1 macs).
@carlodrift commented on GitHub (Nov 14, 2022):
Should I disable DDC brightness if my display is connected to HDMI via a USB-C hub?
@waydabber commented on GitHub (Nov 14, 2022):
Ohh sorry, I see you have an M1 Air. No, the problem is only for built-in HDMI ports, but an Air does not have one. If your dock properly translates DDC i2c communication over HDMI (most do) then you should not disable it. :) My bad!
@carlodrift commented on GitHub (Nov 14, 2022):
I don't have any other applications that affect brightness or screens. Maybe it's the screen's fault? When it turns on I sometimes have to move the slider a bit to get the right brightness
@waydabber commented on GitHub (Nov 14, 2022):
I don't think so, this specific warning is only happens when there is a change caused in the color table (this defines how each colors look on your screen) by a third party app.
@carlodrift commented on GitHub (Nov 14, 2022):
Is there any way for me to know which application is responsible?
@waydabber commented on GitHub (Nov 14, 2022):
Unfortunately not. What you might want to do is to make sure no apps are launched (either as a Login Item or as an agent) and then start them one-by-one and see when the issue appears. But not many apps should do color table manipulation so if you figure out a new app that is interfering, let me know so I can add it to the bad boys list lol. :)
@carlodrift commented on GitHub (Nov 14, 2022):
I use Night Shift and True Tone from macOS, is this a problem?
@waydabber commented on GitHub (Nov 14, 2022):
No, those should be applied over the color table manipulated screen and should not interfere.