Code Monkey home page Code Monkey logo

Comments (2)

rockowitz avatar rockowitz commented on June 17, 2024

A display can be marked "Invalid" for any number of reasons. It may not support DDC/CI, but except for laptop displays this is quite rare. Some monitors allow for disabling DDC/CI in the OSD. The Nvidia proprietary driver can require some special settings. Most commonly, the received DDC data packets are not as expected. This is what status DCRC_DDC_DATA indicates. For more detail, option --ddcdata (previously --ddc) reports the invalid data instances and option --stats errors reports data error counts.

Sometimes data errors can be resolved by increasing the wait time (aka sleep time) between writing a request packet to the monitor and attempting to read the reply packet. Disable dynamic sleep adjustment (--disable-dynamic-sleep) and try setting an explicit sleep multiplier, e.g. --sleep-multiplier 2.0 which doubles the time ddcutil waits between writing a request packet and reading the reply. Generally speaking, if a sleep-multiplier value of 2.0 does not resolve the problem, a greater value will not work either.

Looking at your interrogate output, it appears that is not the case that the reply packet contains invalid data, but that there's no returned data at all. I'm not sure that to make of this, but I would try explicitly setting a high sleep multiplier.

from ddcutil.

rockowitz avatar rockowitz commented on June 17, 2024

You can ignore that last paragraph about it appearing that no reply packet data was returned. That was due to a bug in interrogate.

from ddcutil.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.