mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #489] Semi-opaque black overlay as fallback for unsupported setups #387
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#387
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 @fl034 on GitHub (Jul 30, 2021).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/489
Checklist
Is your feature request related to a problem? Please describe.
I have an unsupported monitor setup, but want to control brightness via MonitorControl.
Describe the solution you'd like
MonitorControl could implement a something like a generic display that can be added which does change brightness software-side via a black rectangle being drawn over the whole screen.
Increasing brightness of the monitor will decrease alpha of the black overlay and vice versa.
I know this is not a pretty solution, but may be good as interim solution for some people.
@waydabber commented on GitHub (Aug 11, 2021):
Hey, the latest beta6 has this option. However it activates only if MonitorControl deems your display uncontrollable - if it thinks it can be controlled, but in reality cannot, then it will not activate. We should probably add an option to force software mode.
@waydabber commented on GitHub (Aug 14, 2021):
Hey in the next beta if you have 'Fallback to software' enabled and tick off the 'DDC' checkbox under Displays the app will control the brightness using software (colorsync gamma table) dimming.
@waydabber commented on GitHub (Aug 15, 2021):
This now incorporated into 3.0.0-beta8. If there is anything wrong please let me know!
https://github.com/MonitorControl/MonitorControl/releases/tag/v3.0.0-beta8
@fl034 commented on GitHub (Aug 16, 2021):
Awesome :) gonna try it soon
@fl034 commented on GitHub (Aug 17, 2021):
It's working as expected in v3.0.0-beta8 🎉