mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #1083] The brightness is not controlled properly when it is higher than 50%. The device randomly crashes when adjusting the brightness. #643
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#643
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 @dev-coco on GitHub (Jun 16, 2022).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/1083
Before opening the issue, have you...?
Describe the bug
I am not sure if I have described it clearly, if necessary please leave your email and I can send a video demonstrating the bug.
Steps to reproduce
Expected behavior
Any range between 0% ~ 100% should take effect normally.
Anything else?
This bug was found in MonitorControl v4.1.0, I tried v4.0.2 and v4.0.1 both are working fine.
Environment Information (please complete the following information)
@waydabber commented on GitHub (Jun 16, 2022):
Hi, the app uses a combined brightness control approach by default. Between 0-50% the dimming is achieved via software means and beyond 50% there is hardware backlight control. If this part of the scale does not work then for some reason DDC control fails.
Can you an alternative app like BetterDisplay and see if control works properly?
@waydabber commented on GitHub (Jun 16, 2022):
Ohh but I see you did run v4.0.2 earlier with no problem. The issue most probably is that you are using HDMI connection which blocks hardware backlight control. You'd need to use the USB-C port of your Mini to connect the display for that. MC 4.1.0 had a check removed that blacklisted the HDMI port of various M1 devices (this is because many models are out now with differing service ports for HDMI and a blanket ban would also blacklist USB-C to HDMI dongles, most of which would work otherwise). If you want to fix this by using software control only, navigate to the Displays section of MonitorControl and disable DDC for the display.
Hope this helps!