rockowitz
rockowitz
The answer, as in so many of this situations, is "it depends" on how the monitor implements I2C and DDC. In addition to reading the EDID, the **detect** command makes...
Can I ask what sort of system you have without drm? While the fix for --disable-x11 was straightforward, reimplementing --disable-drm is not.
configure option ***--disable-drm*** has been reimplemented. If built with configure option ***--disable-drm***, ddcutil does not make use of DRM APIs. This does not block reading of /sys, the contents of...
I assume that by "when running the test suite" you meant building with "make check" and did not mean executing the demo programs created by make check. Commit 2ed9275c in...
Note correction of the branch name in my prior comment. It is 2.2.2-dev, not 2.2.1-dev.
That **getvcp --skip-ddc-checks** succeeds, but **detect** fails, indicates that ddc communication is working, but the code that checks whether slave address x37 is active is not. This section of code...
Use **automake** option ***--add-missing***, i.e. **automake --add-missing**. The web page will be updated when the site is updated to correspond with upcoming release 2.2.1.
Yes, this looks like a MST issue. With more information I may be able to say a bit more. Please run **ddcutil interrogate** and submit the output as an attachment...
First, regarding the build problem, it appears that there's something unexpected about autotools configuration on nixos. I presume that the 2.1.4 package you installed was somehow built on nixos, so...
I don't see how ddcci would make any difference. Essentially it adds a layer on top of what driver i2c-dev (which ddcutil uses) does, The layer understands some DDC/CI features...