rockowitz / ddcutil

Control monitor settings using DDC/CI and USB
http://www.ddcutil.com
GNU General Public License v2.0
997 stars 43 forks source link

ddcutil detect is unreliable in detecting monitors #448

Open SmurgBurglar opened 2 months ago

SmurgBurglar commented 2 months ago

ddcutil 2.1.4-1 often fails to detect my monitor's LG ULTRAGEAR+ and PHL 243V5, i have uploaded the output of ddcutil interrogate. ddcutil_interrogate.log

rockowitz commented 2 months ago

First thing to check is that failures are not happening because dynamic sleep adjustment is being too aggressive. Try using option --disable-dynamic-sleep, which will cause ddcutil to use the sleep timings in the DDC/CI spec. If that doesn't work, try --sleep-multiplier 2.0, which will cause ddcutil to use double the specified sleep timings.

Option ---stats provides aggregate reports on the errors encountered. In the case of DDC data errors (i.e. corrupt data in a DDC/CI reply packet), option --ddcdata will report the error.