ddcutil
ddcutil copied to clipboard
Control monitor settings using DDC/CI and USB
What arguments would cause the maximum execution speed of the `setvcp` command run one after another? I am using `--noverify --sleep-multiplier 0.1`, but the command sometimes needs retrying due to...
Hi! It seems like latest ddcutil (0.9.5) C api has some memleaks; this is the output of a single run of my own program when built with ddcutil support: [ddcutil_leak.txt](https://github.com/rockowitz/ddcutil/files/3026933/ddcutil_leak.txt)...
I'm using the following udev rule for setting rights for the i2c devices: ``` KERNEL=="i2c-[0-9]*", GROUP="i2c", MODE="0660", PROGRAM="/usr/bin/ddcutil --bus=%n capabilities" ``` where I replaced the `i2c` group with my user...
I've got 2 of my monitors setup using MST of which only the first in the chain is detected and works with ddcutil. Both monitors are Dell U2515H monitors that...
It would be great to have C++ API for ddcutil's C API that * encapsulates all ddcutil's C API calls * cares for correct allocation/deallocation of memory and handles (e....
From writing a [rust wrapper around the c api](https://github.com/arcnmx/ddcutil-rs) I've realised that there's no documentation on the thread-safety (or lack thereof) for any of the API calls. A few specific...
Removed
I recently started running ddcutil on a Pi to easily switch input modes on my Dell monitor. No problems so far. I noticed with the ddcutil capabilities command that I...