Replies: 3 comments 2 replies
-
There are several things going on here. I expect that at the start of the capabilities output there were messages reporting that the UDF file is invalid. As a result, it was ignored. The source in branch 2.1.5-dev has been changed to terminate execution in this situation, which should make the failure clearer. Why was your UDF file invalid?
Regarding the latter point, the capabilities command doesn't make clear that the values reported are hex values. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the feedback, however:
However, the output is still not as I expect it to be. The 1b input value is still showing as "unrecognized". I'm attaching my mccs file and the output of the capabilities command. I'm running |
Beta Was this translation helpful? Give feedback.
-
Your mccs file is missing line "ATTRS NC RW". Also, the only VALUE line is for feature 0x1b. No other values are listed. The feature definition in the mccs file completely overrides the default feature definition (from the mccs spec). In case you're not already doing so, use option --verbose. There will be much more information Release 1.4.1 is a year and a half old. Among other things the latest version in branch 2.1.5-dev has much clearer reports of how the feature definition file is processed. Beyond a certain point I can't help you much if you're on that very old version. If you're still having problems, please build from branch 2.1.5-dev. |
Beta Was this translation helpful? Give feedback.
-
I created a file name
DEL-DELL_U3821DW-41390.mccs
in~/.local/share/ddcutil
The content is as follows:
When I run
ddcutil capabilities --verbose
I get the following outputI expected that the "1b: Unrecognized value" to be replaced which
1b: USB_C
- the value I defined in the MCCS file.I tried using hex 0x1b also, and that did not change the output.
Am I mis-understanding that the custom mccs will override any specified settings with values from the file?
The rest of the input source value match by the way.
Beta Was this translation helpful? Give feedback.
All reactions