BetterDisplay
BetterDisplay copied to clipboard
Issuing custom DDC command to monitor
Before opening the issue, have you...?
- [X] Searched for existing issues
Is your feature request related to a problem? Please describe
I am using a monitor in PBP/PIP mode and I would like to use the internal KVM to "USB Switch" feature. I have reverse engineered the software and found the VCP and value that needs to be sent to the monitor. On a Linux machine I can use ddcutil to successfully make this work. But it seems like Monitor Control doesn't allow you to do this by default (would need to recompile the thing).
Describe the solution you'd like
It would be nice if there was a feature to allow us to issue extra commands or custom ones.
Describe alternatives you've considered
Considered m1ddc but it doesn't work on m2 it seems.
Anything else?
No response
--
Transferred from here: https://github.com/MonitorControl/MonitorControl/issues/1452, originally posted by @acama
Out of interest what is the monitor you have and what are the DDC commands you figured out?
I am wanting to do the same for a Dell S3423DWC, in order to make keyboard shortcuts work the same as Dell DDM for Windows: hotkeys for USB switch in PIP/PBP modes, and input switch. There's a reasonable chance they use the same commands between models.
Hi, it seems like this was never implemented ?
This feature is still planned. You can use betterdisplaycli
to issue any command though.