mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #113] Create an intelligent algorithm for saving identified monitors to decrease the time for searching #83
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#83
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 @MHX792 on GitHub (Aug 18, 2019).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/113
One of my monitors takes way too long to be identified, while others get identified really quick. It would be great, if you could maintain an array of already identified monitors. The next time a monitor gets attached, first search this array. If unsuccessful, search the whole list.
Thanks
@JoniVR commented on GitHub (Aug 27, 2019):
It's a nice idea but I'm not sure if that could work given how ddc works (not too sure about the details), in the meantime, once the advanced prefs panel is released, I'd recommend trying the
longerDelayoption for that specific display, that might fix it taking so long to identify.Also, setting Polling Mode/Count really low for that specific display will also work.. in case it can't read the values it will use the last saved ones.
@stale[bot] commented on GitHub (Aug 3, 2021):
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require attention? This issue may be closed if no further activity occurs. Thank you for your contributions.
DDC.swift. #1036