ddcctl
ddcctl copied to clipboard
DDC monitor controls (brightness) for Mac OSX command line
Adds the port for USB-C, tested on AOC U27N3C
Is there an input value that corresponds to a thunderbolt in port? I have an LG monitor connected to a MacBook via thunderbolt and can't figure out how to switch...
For monitor with KVM eg. Dell U3821W. It will be perfect to have the usb switch control In Dell monitor manager, it is possible to switch and believe there is...
I read multiple posts about `ddcctl` not working with USB-C or Thunderbolt docks and I can confirm that. I have returned two docking stations only because DDC commands wouldn't work...
Add the option `-di` to allow specifying the display by its ID instead of its (arbitrary, non-permanent) list index. So far, `-d` was the only way to specify which display...
I've been using `ddcctl` on my Display with MacBook Pro 2018 (Intel) - worked perfectly, I'm addicted to it. Now I've replaced my laptop with a MacBook Pro 2021 (M1),...
Running the tool I get the following output: ``` sudo ./ddcctl -d 1 -i 17 D: CGDisplay 51EAD488-736E-344F-3D19-FC1626C9B248 dispID(#1) (3440x1440 0°) 109.00 DPI I: found 1 external display E: Failed...
The Linux tools `dcci-tool` (https://github.com/bhuvanchandra/ddcci.git) and `ddccontrol` (https://github.com/ddccontrol/ddccontrol) both have the ability to query a monitor about its capabilities by sending an `0xf3` command (which they both call `DDCCI_COMMAND_CAPS`). Seems...
Please update to allow an ARM64 target compatible with Apple Silicon Macs. Current implementation fails to compile, even when running terminal in Rosetta 2 mode. Steps to reproduce: 1. Clone...
Hi, First I want to thank for DDCCTL, really. I'm finally almost able to change between computers with just a push of a button from my BT keyboard. I tried...