Skip to content
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

Skip Display Check on MacOS m1 so custom comamnd can run regardlessly #137

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lazywei
Copy link

@lazywei lazywei commented Feb 12, 2024

This is based on haimgel/ddc-macos-rs#2 (comment). A futher improvement can be made to use m1ddc as external command to gather display info.

This is based on haimgel/ddc-macos-rs#2 (comment).
A futher improvement can be made to use `m1ddc` as external command to gather display info.
@jglamine
Copy link

jglamine commented Apr 9, 2024

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants