mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #110] Brightness works great, but I Still can't control the volume from my monitor #81
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#81
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 @ulisesyaniz on GitHub (Jul 12, 2019).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/110
Originally assigned to: @waydabber on GitHub.
Brightness works great, but I Still can't control the volume from my monitor
Please help me fix this issue.
@ulisesyaniz commented on GitHub (Jul 12, 2019):
External Monitor: BENQ PD3220U
Connection: USB-C / Thunderbolt 3
Device: 2019 Macbook Pro touchBar
@womeimingzi11 commented on GitHub (Jul 26, 2019):
First, I suggest you can try to install this https://github.com/kfix/ddcctl
Then, run
This command may be different for you, which the -d 1 means the first external screen of my MBP, and -v 60 means put the volume to 60%
If it doesn't work on your Monitor, it may be the issue of your monitor's firmware, I don't think MonitorControl can handle this.
@leondeng commented on GitHub (Aug 15, 2019):
Same issue here.
MBP 15 Mid 2015
macOS 10.14.6
DELL U3415W via min DP to DP link
@JoniVR commented on GitHub (Aug 19, 2019):
@leondeng @ulisesyaniz Please try @womeimingzi11 's suggestion and paste your output here.
@m9tdev commented on GitHub (Sep 30, 2019):
Found out that controlling the volume for my Dell U3415W works, but it just does not have effect when I've got a 3.5mm plugged into the monitor for some reason...
@Spirotot commented on GitHub (Nov 1, 2019):
@mathieupost You're saying it works for you, 100% as expected, without 3.5mm plugged into your monitor?
I haven't tried with 3.5mm, but I've noticed that without, the U3415w's volume value is changed. However, it does not go into effect until I either:
@ghost commented on GitHub (Dec 27, 2019):
Same here Dell U2719D with 3.5 mm jack. Volume controls not working.
@JoniVR commented on GitHub (Jan 9, 2020):
@mathieupost @r3ppy Make sure your display is set as audio output device. If the audio output device is set to anything other than the display you want to control it won't work. This is to make sure that you can still change volume when using headphones and other devices.
@gmelikov commented on GitHub (Jan 15, 2020):
Same here, HP z27, connected via usb type-c,
,ddcctl command doesn't change anything, volume continue to be on max, tried to power reset monitor too.
@JoniVR commented on GitHub (Jan 24, 2020):
@gmelikov Unfortunately not every monitor supports ddc perfectly.. there's really nothing we can do about it sometimes.. what you can try (and what does sometimes help for people) is trying another connecter (displayport usually has the most success), but chances are it's just a bad ddc implementation of the manufacturer.
@JoniVR commented on GitHub (Apr 3, 2020):
For anyone else running into issues, see the troubleshooting wiki:
https://github.com/the0neyouseek/MonitorControl/wiki/Monitor-Troubleshooting
Regarding the 3.5mm issue, can you provide some more info? What version MonitorControl, macOS, ...
Also, it would be really helpful if someone with the issue could run the project in Xcode and post the debug output here.
@sonotley commented on GitHub (Apr 30, 2020):
Same issue for me. Mac OS Mojave, Mac Mini 2012, connected via mini-DP to Dell U2715H. The volumn control is re-enabled but has no effect. ddcctl has no effect either, the volume remains at 98 even after trying to change. I am also using speakers connected by 3.5mm jack but can;t test any other option as this monitor doesn't have internal speakers.
@snooz3r commented on GitHub (May 8, 2020):
I have the same issue because I have the same exact setup. Were you able to find a solution?
@ghost commented on GitHub (May 8, 2020):
Software-wise, no. Added a volume control knob in between monitors and speaker: fostex pc-1.
@snooz3r commented on GitHub (May 8, 2020):
I played around with this solution (Soundflower) for the volume control and it works! [https://www.macrumors.com/how-to/use-mac-volume-keys-adjust-monitor-audio/]
I use the Monitor Display to only control the brightness. Hope the Soundflower helps. ***Also note to change the knob set to 100 so when you control it through your Mac, it's not too quiet and will have a better volume range.
@kingo132 commented on GitHub (Sep 3, 2020):
I have the same issue with my U3415w. ddcctl successfully changed the volume, but it won't take effect until I adjust the volume via OSD by 1 value. Maybe this is the DDC implementation problem of DELL. Is there any solution to workaround?
@waydabber commented on GitHub (Aug 21, 2021):
Unfortunatelly this issue can't be resolved as this is a display firmware specific problem. I'll close this issue for now but let us know if we can help in any way or submit a specific issue using the new issue templates. Thank you!
@candasm commented on GitHub (Apr 27, 2023):
Did anyone tried to update their monitors firmware? As I saw on dell's website there was a firmware update released on 2017.
DDC.swift. #1038