Closed lazywei closed 3 weeks ago
Thanks, I was able to get it working on my m2 mac with this PR.
Instead of m1ddc
I used Lunar (as I already have it installed) with this config:
usb_device = "1a40:0101"
on_usb_connect_execute = "lunar displays external input displayport1"
on_usb_disconnect_execute = "lunar displays external input hdmi1"
Closing this in favor of implementing proper Apple Silicon Mac support in #148
This is based on https://github.com/haimgel/ddc-macos-rs/issues/2#issuecomment-1356873695. A futher improvement can be made to use
m1ddc
as external command to gather display info.