mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #1510] Can only control brightness with combined hard/soft dimming set #849
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#849
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 @memeplex on GitHub (Jan 19, 2024).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/1510
Before opening the issue, have you...?
Describe the bug
I've a Samsung 4k 28'' U28e590d external screen connected through a Satechi HDMI-USBC adapter at 60hz.
I'm only able to get brightness control working if I enable the "Combine hardware and software dimming" setting, so I guess hardware dimming is not working.
Steps to reproduce
I don't see how to add anything useful here.
Expected behavior
I can control my monitor brightness using hardware dimming.
Anything else?
No response
Environment Information (please complete the following information)
@memeplex commented on GitHub (Jan 19, 2024):
I tested this with BetterDisplay and it's the same.
@waydabber commented on GitHub (Jan 19, 2024):
I recommend trying an USB-C to DisplayPort cable, that should work. USB-C to HDMI dongles are hit or miss. Some Samsungs however don't support DDC via DisplayPort but I think this display is not among them.
@memeplex commented on GitHub (Jan 19, 2024):
Ok, thank you very much for the reply, my cable is pretty expensive and I remember it was hard to find at the time (most of them only work at 30hz), but I'm going to look at the options again. Anyway, is there any downside to software dimming? I believe you use a gamma table approach. Can it shrink the dynamic color range at low brightness perhaps? Is it safe for the screen?
@waydabber commented on GitHub (Jan 20, 2024):
Macs output DisplayPort natively so an USB-C to DisplayPort cable will provide a native connection. USB-C HDMI cables/adapters contain a converter chip - many designs exist with various firmwares, some of them can translate DDC I2C communication properly, some don't.
Software dimming is fine, but it is better to dim the actual backlight. Software dimming with a fixed backlight will decrease the contrast ratio which not undesirable.
@memeplex commented on GitHub (Jan 20, 2024):
Thanks again!