mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #1116] Dell S2722QC - brightness slider position and actual monitor brightness do not match #660
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#660
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 @stormbringer83 on GitHub (Jul 20, 2022).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/1116
Before opening the issue, have you...?
Describe the issue
Volume control works, but volume slider position in the menu bar is not updated when I change volume level on the monitor itself using physical buttons. E.g.: volume slider set to 0, monitor volume set to 0. I set volume using monitor buttons to 50% - slider remains at 0.
Same problem with brightness: brightness slider position is not updated when I change brightness level on the monitor itself using physical buttons.
Brightness slider position and actual monitor brightness do not match. Any slider position between 0 and 50% corresponds to monitor brightness 0; slider position 50% corresponds to monitor brightness 0; slider position 75% corresponds to monitor brightness 50%; slider position 100% corresponds to monitor brightness 100%.
Expected behavior
Anything else?
No response
Environment Information (please complete the following information)
@waydabber commented on GitHub (Jul 26, 2022):
Hi there, this is all normal and expected. The app does not continuously poll the display settings via DDC (that would wreak havoc with many displays). You can set up the app to at least read settings on startup or after sleep but that is disabled by default since many displays are not compatible with this.
Brigtness 0-50% is software dimming and 50-100% is hardware (DDC) backlight control by default. You can change this in settings or adjust the transition point in Advanced Settings under Displays.