mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #575] More permanent display ID for preference storage on Apple Silicon #428
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#428
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 @waydabber on GitHub (Sep 10, 2021).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/575
Originally assigned to: @waydabber on GitHub.
Before opening the issue, have you...?
Describe the bug
On Apple Silicon CGDirectDisplayID is not so unique anymore (it wasn't guaranteed to be unique on Intel as well but in practice it was), just a simple 0,1,2... number. Since all display related UserPreferences were stored tagged with CGDirectDisplayID, if the user replaces the display (or connects them in a different order), wrong settings will be applied.
Steps to reproduce
Expected behavior
All display settings should be stored using a more unique identifier in the UserPreferences database.
Anything else?
No response
Environment Information (please complete the following information)