DDC volume control doesn't work? #3036
-
Hello, I'm now running macOS Sonoma 14.5 on a mac mini m2 and connected to a samsung monitor model s32bm700uu via HDMI, but i am encountering a couple of issues. 1- I have a logi keyboard with sound control keys which i use to control the sound. When i use volume up or volume down the sound bar increases and decreases accordingly but the sound itself is not affected and stays the same, even when muted the sound still plays. (I tried a sound equalizer for mac to control the volume and it works, but i prefer to have one application to manage both brightness and sound). 2- The brightness control on works on the software level and it is capped at 50% brightness, if i go above the 50% it does not affect the brightness any further. 3- The brightness control doesnt work on a hardware level. Am i doing something wrong here? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Hi there - unfortunately Samsung's Smart Monitor line generally does not support DDC. These displays are more TVs than Monitors (internally) and TVs generally don't support DDC which is required both for hardware brightness/backlight control and hardware audio control. I recommend turning DDC off for this display - this will make the entire brightness slider range available for software control. |
Beta Was this translation helpful? Give feedback.
-
Hi @waydabber have the same question here concerning a LG 32GP850-B, can't find if DCC is available or not. I can control brightness and contrast but can't find a way to control volume. The slider volume does appear though but don't do anything. (Was using "background music " before, have uninstalled it since i was wondering if it could fooling around with the controls of BetterDisplay). Thx ! |
Beta Was this translation helpful? Give feedback.
-
BetterDisplay uses DDC to control volume, but not all displays support it. You can check whether this capability is available by installing
Obviously you need to replace the If you see a line that says Note The |
Beta Was this translation helpful? Give feedback.
BetterDisplay uses DDC to control volume, but not all displays support it. You can check whether this capability is available by installing
betterdisplaycli
https://github.com/waydabber/betterdisplaycli and running this:betterdisplaycli get -namelike=something -ddcCapabilities
Obviously you need to replace the
something
with some part of your display's name. :)If you see a line that says
Default control target: volume
, then the display at least reports volume control DDC capability.Note
The
ddcCapabilities
command is available only in v2.3.8 (unreleased at the time of this answer) so you should download and install this pre-release first:https://github.com/waydabber/BetterDisplay/rele…