mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #6] Identical monitors cannot be distinguished #4
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#4
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 @marknotton on GitHub (Jan 6, 2018).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/6
Originally assigned to: @the0neyouseek on GitHub.
I was surprised to find that my VP2770-LED monitors supported DDC/CI; allowing your app to partially work.
However, where I have two identical monitors, it seems the app can't tell them apart. In the menu bar, it lists both the monitors. They have the same name. It doesn't matter what monitor I adjust the brightness on, it only adjusts one monitor (my primary display).
Also, the "Default" button wasn't working for me.
Let me know if there is any more information you'd like to know. Or any other tests I can do to help. Thanks for all your time and efforts on this.
@the0neyouseek commented on GitHub (Jan 6, 2018):
Hi @marknotton ,
Thanks for the detailed issuer, I'll look into it and get back to you soon.
@the0neyouseek commented on GitHub (Jan 7, 2018):
Hi again @marknotton ,
I've just pushed a commit that will hopefully fix your issue, could you test if it works now? If you don't have XCode, please tell me and I'll send you a
dmgof the build.Have a nice day.
@marknotton commented on GitHub (Jan 7, 2018):
Hi @the0neyouseek, you work fast!
I don't have any experience with XCode unfortunately. I have it installed, and I've assigned my dev certificate to the project. But I'm unable to run anything. I'm getting this:
Is there an easy fix for this? Do I need to install/download any dependancies?
Alternatively, you might have to send that dmg of the build.
Thanks :)
@the0neyouseek commented on GitHub (Jan 8, 2018):
Hi,
Yes you need to have Cocoapods installed and then launch the command
from your terminal at the root of the projet.
I'll send you a dmg tonight (~7pm GMT+1) if you still need it.
Edit : Here's a link to the dmg file.
@the0neyouseek commented on GitHub (Jan 13, 2018):
So, after looking a bit more on how to fix this I found this issue on the DDCCTL repo.
As it seems to be an upstream issue, there's nothing much I can do, so I'm closing this for now and will update if there's any change from DDCCTL.