mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #796] Volume mapped to contrast for my Display? #512
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#512
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 @robcalcroft on GitHub (Nov 18, 2021).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/796
Originally assigned to: @waydabber on GitHub.
Before opening the issue, have you...?
Describe the issue
Volume doesn't work and appears in some cases to be mapped to contrast instead, i have tried the https://github.com/MonitorControl/MonitorControl/wiki/Monitor-Troubleshooting#try-a-different-ddc-tool tool and brightness works but volume doesn't. There are no errors shown and the app appears to think it can control volume and the keys respond correctly but i dont hear a change in volume.
Expected behavior
Volume should change on pressing hardware buttons or changing slider in MonitorControl interface
Anything else?
No response
Environment Information (please complete the following information)
@waydabber commented on GitHub (Nov 18, 2021):
This seems to be a monitor specific issue. It might be that the display's firmware incorrectly maps the volume command to brightness.
I'd advise you to go to Displays, enable
Show advanced settingsand try changing the VCP value for the volume command to something that the display accepts as volume control code.You can see the control codes according to the standard here but not all displays follow the specification:
https://github.com/MonitorControl/MonitorControl/blob/master/MonitorControl/Enums/Command.swift
so for example volume is set by
audioSpeakerVolumewhich has a control code of62by default. Try using a different number from the list until you find one that might work (you might want to trycontrastwhich is12, maybe these are reversed in the firmware).@waydabber commented on GitHub (Nov 18, 2021):
(I'll move this over to discussions, we can continue there).