mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #1376] Change Backlight instead of Luminance on LCD screens? #783
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#783
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 @torik42 on GitHub (May 24, 2023).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/1376
Before opening the issue, have you...?
Describe the issue
Thank you for the great App, it is (would be) much nicer to control a monitor via the OS than with the OSD.
My problem is, that changing the Brightness on a Fujitsu B27ā8Ā TSĀ Pro does change what is called āBlack levelā in the OSD. Changing the contrast works as expected. Instead, I would like to change what is called āBrightnessā in the OSD. I guess, it controls the backlight, which should also be accessible via DDC. The reason seems to be that MonitorControl changes āLuminanceā:
03355a0fa9/MonitorControl/Enums/Command.swift (L171)Instead of what I guess is the backlight control:
03355a0fa9/MonitorControl/Enums/Command.swift (L110)I found this source explaining the three terms mainly for old CRT displays, but also mentioning LCD screens. The same issue exists when using other tools like ddcctl. And I havenāt found a way to test as I have not yet found a tool for mac, which easily lets me send other commands. That might even be a bad idea because some people have bricked their monitors by sending unsupported controls (ddcctl issue). I also havenāt found a tool for mac, that allows to easily ask for the capabilities of the monitor (ddcctl feature request).
I am not sure, whether also other users have this problem, or whether some monitors actually implement luminance as backlight luminance (see aboveās source again). Then it would be great to have a switch between these options, or even a third control.
For now, I have the following questions:
Expected behavior
MonitorControl to set the Monitors Brightness (probably backlight luminance) instead of black level.
Anything else?
see above
Environment Information (please complete the following information)
@waydabber commented on GitHub (May 31, 2023):
Hi @torik42 - you can use both MonitorControl and BetterDisplay to override the control code for Brightness/Luminance.
In BD, you can do it here:
In MC, you can do it here: