mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #243] One monitor doesn't update when when using 2 external monitors #189
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#189
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 @MarkEstefanos on GitHub (Jun 19, 2020).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/243
Checklist
Describe the bug
When using 2 identical external monitors, the sliders for both monitors only effect the first monitor, with neither slider ever effecting for the second monitor.
If I check "Change Brightness/Volume for all screens" the second monitor doesn't change at all when I change the brightness
When using only 1 monitor at a time everything works as expected with either monitor.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Each slider would effect its respective monitor.
Screenshots
Additional context
Environment Information (please complete the following information):
Both using mini-DP to HDMI adapters
@MarkEstefanos commented on GitHub (Jun 19, 2020):
Same issue with ddcctl.
./ddcctl -d 1 -b 35and
./ddcctl -d 2 -b 35both effect only the first external monitor. I also tried digging around the source of MonitorControl a bit to see if I could isolate the bug, but no luck so far.
@MarkEstefanos commented on GitHub (Jun 19, 2020):
Looks like this is the bug I'm running into: https://github.com/kfix/ddcctl/issues/17
@JoniVR commented on GitHub (Jun 19, 2020):
Duplicate of #49