[GH-ISSUE #338] Control headphone output volume #269

Closed
opened 2026-05-05 05:39:05 -06:00 by gitea-mirror · 5 comments
Owner

Originally created by @skirem on GitHub (Dec 1, 2020).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/338

Checklist

  • I have searched for existing issues

Is your feature request related to a problem? Please describe.
It's nice that I can control my Dell U3419W speakers and brightness with this tool, but unfortunately it can't control the volume ouf the headphone jacks output

Describe the solution you'd like
Another slider for headphone volume would be great

Describe alternatives you've considered
Using an offical Apple / Dell driver would be nice, but both of them dont offer driver for high tech products..

Additional context
Awesome tool so far :)

Originally created by @skirem on GitHub (Dec 1, 2020). Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/338 **Checklist** <!-- Before you submit your issue, please make sure to check the following boxes by putting an x in the [ ] (don't: [x ], [ x], do: [x]) --> - [x] I have searched for existing issues **Is your feature request related to a problem? Please describe.** It's nice that I can control my Dell U3419W speakers and brightness with this tool, but unfortunately it can't control the volume ouf the headphone jacks output **Describe the solution you'd like** Another slider for headphone volume would be great **Describe alternatives you've considered** Using an offical Apple / Dell driver would be nice, but both of them dont offer driver for high tech products.. **Additional context** Awesome tool so far :)
gitea-mirror 2026-05-05 05:39:05 -06:00
Author
Owner

@JoniVR commented on GitHub (Dec 6, 2020):

You should be able to do it through shortcuts (if you can), we currently detect the active audio output (and if it can set its own volume or not) and just stop listening for volume keys if the active audio output can set its own volume. Perhaps we could indeed add a slider for this as well.

<!-- gh-comment-id:739501305 --> @JoniVR commented on GitHub (Dec 6, 2020): You should be able to do it through shortcuts (if you can), we currently detect the active audio output (and if it can set its own volume or not) and just stop listening for volume keys if the active audio output can set its own volume. Perhaps we could indeed add a slider for this as well.
Author
Owner

@dac73 commented on GitHub (Dec 30, 2020):

I have passive headphones (no volume control on them) connected to U4320Q, Volume control works only on the monitor but not on headphones.

Cheers.

<!-- gh-comment-id:752774721 --> @dac73 commented on GitHub (Dec 30, 2020): I have passive headphones (no volume control on them) connected to U4320Q, Volume control works only on the monitor but not on headphones. Cheers.
Author
Owner

@inomdzhon commented on GitHub (Jan 8, 2021):

Same wanting 🙏

I turned off built-in speaker of Dell S2316H and I has connect separated speaker to output port.
When I change volume, MonitorControl turn on built-in speaker back.

Is it possible change this behavior?

Thank you anyway!

<!-- gh-comment-id:756725382 --> @inomdzhon commented on GitHub (Jan 8, 2021): Same wanting 🙏 I turned off built-in speaker of `Dell S2316H` and I has connect separated speaker to output port. When I change volume, `MonitorControl` turn on built-in speaker back. Is it possible change this behavior? Thank you anyway!
Author
Owner

@waydabber commented on GitHub (Aug 21, 2021):

It might be possible to solve this by using the following two DDC controls:

speakerSelect = 0x63
audioJackConnectionStatus = 0x65

Unfortunatelly rarely ever any display support this. We'll keep this open as a feature request though but probably somebody with such a display should try to implenet this feature and even then there won't be guarantee that it will work with other displays.

<!-- gh-comment-id:903129781 --> @waydabber commented on GitHub (Aug 21, 2021): It might be possible to solve this by using the following two DDC controls: speakerSelect = 0x63 audioJackConnectionStatus = 0x65 Unfortunatelly rarely ever any display support this. We'll keep this open as a feature request though but probably somebody with such a display should try to implenet this feature and even then there won't be guarantee that it will work with other displays.
Author
Owner

@waydabber commented on GitHub (Aug 21, 2021):

I'll close this issue for now but if there is a popular demand for this or it turns out to be technically feasible, we still might do this. Also we'd need a developer with an access to such a display.

Thank you for your understanding!

<!-- gh-comment-id:903143150 --> @waydabber commented on GitHub (Aug 21, 2021): I'll close this issue for now but if there is a popular demand for this or it turns out to be technically feasible, we still might do this. Also we'd need a developer with an access to such a display. Thank you for your understanding!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/MonitorControl#269
No description provided.