rockowitz

Results 659 comments of rockowitz

The output you've submitted contains only the final portion of the **interrogate** output. Please submit the entire output. Yes, it's voluminous because it's intended to cover a wide range of...

Redirect the output to a file: `ddcutil interrogate > whatever_you_choose_to_name_the_file`

Re the 32M2V on /dev/i2c-7, the communication error is DDCRC_DATA the response data packet is garbled. The interrogate output attempt to read feature x10. If fails twice with status DDCRC_DATA,...

***--sleep-multiplier*** is an option. It modifies the behavior of any command that executes DDC commuminication with the monitor, e.g. **detect**, **getvcp**, **setvcp**.

It's unclear to me what the problem is here. **ddcutil interrogate** is a long running program that, unless redirected, writes to the terminal. Until it completes about the only thing...

The bottom line: Laptop displays do not support DDC/CI. The **ddcutil detect** command, whose output is included in the **interrogate** output, reports "This is a laptop display. Laptop displays do...

Laptop display brightness is controlled using ACPI, not DDC/CI. Powerdevil uses ACPI, not ddcutil, for laptop displays. Following the practice of Argyll CMS, displays supporting DDC/CI are numbered from 1....

In release 1.4.5 and earlier, if both ***---verify*** and ***--noverify***, ***--verify*** took precedence, irrespective of the order in which they were stated. By default, if neither was specified, verification occurred....

Thank you for the detailed explanation of what you're doing. The most effective way to address what you're trying to do, as well as scripting in general, would be a...

Let me try to address your comments as a whole rather than line by line. First, in creating this reply, I ran some tests for confirmation and found there was...