mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #272] How about a digital simulation of brightness for non-DDC devices? #213
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#213
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 @tylerweitzman on GitHub (Jul 30, 2020).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/272
Originally assigned to: @waydabber on GitHub.
Checklist
I could not get monitor control to work with my projector and the ddcctl tool shows this error
I assume that my projector is not DDC/CI compatible since its manual does not mention it being so (while I found another projector from the same manufacturer whose manual does say it supports it). In any case the only input options I have are HDMI and VGA (and I am using HDMI, is it worth buying a VGA cable?).
In any case assuming that there isn't a solution to get my projector supported, I was wondering about simulating brightness- much the way flux does, or the way that Spotify does if I lower the Spotify volume rather than the projector volume
Environment Information (please complete the following information):
@quantumgolem commented on GitHub (Aug 3, 2020):
This would be super cool. In the meantime, check out ScreenShade. Works globally across monitors though.
@amard33p commented on GitHub (Nov 2, 2020):
A free, stripped down alternative https://apps.apple.com/in/app/quickshade/id931571202
@amard33p commented on GitHub (Nov 2, 2020):
This feature will also be helpful for cases where the monitor manufacturer did not release DDC compatible drivers for MacOS. A lot of great Dell monitors fall into that category.
References:
https://www.dell.com/community/Monitors/Dell-monitor-Apple-FAQ/td-p/7380520
https://apple.stackexchange.com/questions/61045/does-apple-support-ddc-ci-for-3rd-party-displays-via-apples-thunderbolt-to-dvi
@quantumgolem commented on GitHub (Dec 19, 2020):
Interesting, that's the one I actually use. I must have mistyped xD
@waydabber commented on GitHub (Aug 19, 2021):
I added this in the new 3.0.0 beta builds (will be enabled by default in future releases as a fallback option). MonitorControl's implementation is superior to quickshade as it uses proper gamma table manipulation which results in better visuals and also affects the mouse cursors (unlike QuickShade).
Please try it and if it works, close this issue. Thanks!
@waydabber commented on GitHub (Aug 21, 2021):
Hi, we have relased the 3.0.0 version. Could you please test if this issue is resolved and report back? Thank you!
@amard33p commented on GitHub (Aug 21, 2021):
@waydabber, In the release notes of 3.0.0-rc1 it says
But the option was not enabled by default when I installed it.
Also if only "Enable software dimming" is checked, the slider does not seem to have any effect on the external monitor brightness. Only if we also check "Further lower brightness via s/w dimming" does the black overlay appear.
Check out the screen recording : https://ufile.io/i0mhnc9h
Monitor model: Dell P2419H connected via USB C <> HDMI
@waydabber commented on GitHub (Aug 21, 2021):
Hi, the slider will only have effect if you disable "Use hardware DDC control" for the display in the Displays tab. Otherwise MC thinks it can control the display via DDC (while in practice it can't since something is wrong with the display firmware).
@amard33p commented on GitHub (Aug 21, 2021):
Ahh I see...It works now! But it's not readily apparent to a new user.
Might I suggest that if "Enable software dimming" is checked "Use hardware DDC control" is automatically deselected?
I don't see a reason why a user would need both.
@waydabber commented on GitHub (Aug 21, 2021):
There are displays that are not controllable and MontorControl knows about it. The feautre is mainly for these situations, but can be used for a display with faulty firmware as well - but since MC can't detect this, the user manually has to disable hardware control.
I'm glad that it works now, hope you like this new function! I'll close the issue for now then. :)