mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #1340] Unable to use DDC controls on Dell U4320q, macos M2 although it *should* work. #762
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#762
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 @acama on GitHub (Mar 18, 2023).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/1340
Before opening the issue, have you...?
Describe the issue
I am having an issue using DDC controls on my monitor for Volume and Brightness. The reason I believe this should work is because I saw an issue where @waydabber mentioned that he wrote the tool at https://github.com/waydabber/m1ddc/blob/main/m1ddc.m as a toy program for the support he hadded in MonitorControl here https://github.com/MonitorControl/MonitorControl/blob/main/MonitorControl/Support/Arm64DDC.swift.
I built tried out the tool
m1ddcand it works as expected: I am able to control Volume and Brightness through that tool. However when I try MonitorControl, it says in the settings that it is using "Software" and DDC is greyed out. I am unable to control volume and brightness. What could be the issue here ?The exact same configuration is used during the two tests (same cable, same computer, same monitor, etc.)
Thanks,
Amat
Expected behavior
MonitorControl should be able control Volume and Brightness on M2 devices.
Anything else?
No response
Environment Information (please complete the following information)
@waydabber commented on GitHub (Mar 18, 2023):
Hi there, unfortunately MC does not support M2 Pro macs as of now. It's interesting that m1ddc does wok, but the framebuffer is there, MC and Arm64DDC would need some refactoring, m1ddc is maybe a bit more relaxed and probably by chance finds the right port on your config.
You can use BetterDisplay, it basically has all the features MC has regarding DDC and brightness/volume control + a lot more and all DDC/brightness/volume stuff is free and unlimited and it has official M2 Pro support.
@acama commented on GitHub (Mar 18, 2023):
Thanks for your quick reply, tried out BetterDisplay and it seems to work perfectly. Thanks a lot!