mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #627] Unable to adjust volume on my display when an external speaker is connected #452
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#452
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 @cansurmeli on GitHub (Sep 29, 2021).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/627
Before opening the issue, have you...?
Describe the issue
My Mac is connected to an external screen where the said external screen is also connected to my external speakers.
I've searched through existing issues along with the Wiki and
ddcctlseems unable to control the volume as well when I invoke it from the Terminal.As the Wiki mentions, it probably won't work but I am opening this issue to ask is there anything else I can do or is there an update planned that could solve this issue?
Thanks.
Expected behavior
Upon using the volume keys on my keyboard, the volume of the Mac should change accordingly.
Anything else?
No response
Environment Information (please complete the following information)
@waydabber commented on GitHub (Sep 29, 2021):
If DDC control works otherwise (display backlight is changing for example) only volume can't be controlled then it is probably a display issue. There were reports of several displays that have this issue. You should experiment with ddcctl and see if DDC options like
speakerSelectmakes any difference as it might make the display to switch control to the external display. AlsoaudioJackConnectionStatusmight be interesting. If you find that your display needs a speakerSelect to work, we can incorporate such a feature into MonitorControl (note: up until now nobody reported that such commands fix these kinds of problems so currently there is no option to change the speakerSelect option for volume).Here are the audio related control codes you can experiment with (it is rare that display manufacturers implement most or any of these commands besides
audioSpeakerVolume, but every display is different.@waydabber commented on GitHub (Sep 29, 2021):
Please let me know if you have any results regarding this. I'll convert this issue to a discussion as this issue comes up from time to time.