rockowitz
rockowitz
Also, is the returned getvcp value for feature x10 really correct? The display would have to be dark or at least very dim. What happens if you adjust brightness in...
There already are entries about setvcp failures in the extensive [project FAQ](https://www.ddcutil.com/faq). It's not practical to include all that information in the README, but I've added a reference to the...
Try setting feature x14, color preset. According to the **CAPABILITIES** command, which reads and interprets the monitor's capabilities string, it implements values x05, x08, x0b, and X0c, which are 6500K,...
If you can, please build from branch 2.1.5-dev and retry. Having **ddcutil** report sleep/wake events as they happen proved problematic and has been removed from the API. So the KDE...
Looking at the journalctl output, I don't see any messages generated by libddcutil. The only messages are from powerdevil. (The [DDCUtilDisplay] lines are from powerdevil.) I don't see how libddcutil...
Option ***--disable-watch-displays*** will not be enabled by default. It is intended as workaround for a bug whose cause is unclear, and to help diagnose the locus of the problem. It...
The page has been updated. Thank you for the suggestion.
Usually I suggest using options ***--ddcdata*** and ***-stats*** to see more details about the DDC data errors, but examining the journalctl section of the **interrogate** output I see the following...
Thank you for the suggestion. My recollection is that I had considered this option and that it was non-trivial to implement. I will look into this again.
Here's what I see as the minimal implementation, which could later be extended: - Specifying the initial view (Summary, Capabilities, Features) on the command line. - It's already possible to...