-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macOS Monterey: Failed to parse WindowServer's preferences! (/Library/Preferences/com.apple.windowserver.plist) #122
Comments
Ok, I think this might be the file we are looking for?
|
All right, I confirm that even if I change the file path to the above, the app is still failing with:
Which has been reported here: And I also found that my issue has already been reported here: Sorry for the duplicates. I'd love to help solving this, problem is my C programming skills are very limited. |
I'll look into removing or fixing that code but M1s are not supported yet so this is the least of your issues. |
I made some debugging and I discovered the following:
However, I have a good news for you and for myself, as well: there is a tool called m1ddc which is very short, very straightforward and working fine on M1 and Monterey (I'm using it right now), so that could serve you as a reference. Hope it helps! |
Unfortunately no luck for us using HDMI displays:
|
@adams-family thanks for sharing the |
Getting this as well on i5 Mac Mini |
m1ddc is perfect for M1 MacBook Pro, and you can change the input of display by just using a shortcut by automator, cheers! |
I've been using
ddcctl
on my Display with MacBook Pro 2018 (Intel) - worked perfectly, I'm addicted to it.Now I've replaced my laptop with a MacBook Pro 2021 (M1), installed ddctl via
homebrew
but unfortunately it does not work anymore - same display, same cable, just different laptop.I can confirm that such a file does not exist:
I searched my entire drive with "find" and I haven't found a file with such a name at all. I'm happy to help with testing if you had an idea on how to fix it.
The text was updated successfully, but these errors were encountered: