mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #1289] Generally improve mute compatibility #736
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#736
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 @dannymout on GitHub (Jan 17, 2023).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/1289
Before opening the issue, have you...?
Describe the issue
I'm having troubles getting mute to work properly on my 32UN880-B. It's connected to a 2021 MBP over USB-C, and I'm using speakers connected to the 3.5mm audio output on the monitor.
Expected behavior
I'm expecting no output from my monitor's audio when I turn the volume all the way down or hit mute.
Anything else?
m1ddcandset mute oncommand, my speakers mute properly & the OSD indicates that.set mute offand thenset volume 0audio still comes through.The macOS volume UI didn't update to reflect these updates after I ran the commands, not sure if that's normal.
Environment Information (please complete the following information)
@waydabber commented on GitHub (Jan 20, 2023):
Hi @dannymout - would you be willing to check if any of these settings make things work right? I tried to cover all possible scenarios in BetterDisplay to fix various mute incompatibilities, any feedback is appreciated:
https://github.com/waydabber/BetterDisplay/issues/1248
@dannymout commented on GitHub (Jan 21, 2023):
I installed BetterDisplay, rebooted and opened it. Everything works as expected through BetterDisplay, with mute and the lowest volume setting in sync on the OSD and in macOS.
I tried Leave mute key under OS control just to see what would happen, and it wouldn't let me mute at all. The macOS mute HUD would come up with a crossed out circle.
@dannymout commented on GitHub (Jan 21, 2023):
Just looked at #892, and I enabled Enable Mute DDC command in advanced settings and mute is also working through MonitorControl too.
When I lower the volume all the way in macOS, the OSD only goes as low as 6 / 100 volume on my monitor. It still goes silent so it's not an issue for me, but when I used BetterDisplay, my OSD would also go all the way to 0.
@waydabber commented on GitHub (Jan 24, 2023):
That's because the current versions of BetterDisplay try to maximize compatibility by both setting the volume to zero and issuing a mute DDC command as default. MC on the other hand, when
Enable Mute DDC commandis enabled for the display, will not turn the volume to zero but issue a mute DDC command only. This should work equally well for compliant displays on a practical level.