Code Monkey home page Code Monkey logo

Comments (1)

rockowitz avatar rockowitz commented on June 23, 2024

Feature x60 (Input Source) is problematic on recent LG monitors. See the very long discussion on issue #100, where your monitor is specifically mentioned. It may have to do with how Picture by Picture is controlled using manufacturer reserved features. Some users have tried to figure out the logic by experimentation. See for example, issue #163.

Feature x60 is also peculiar in that on some monitors reading the value succeeds no matter what the input source, on others it succeeds only if sending the command to the current input source.

As background, setting a feature value in DDC entails sending a request packet. If DDC reports success, it only means that the request was received by the monitor, not that the monitor successfully executed the request. There is no reply packet. For this reason, by default, setvcp explicitly reads the value after setting it. (This behaviour can be turned off using the --noverify option.) However, for feature x60 automatic verification is not performed, because, as noted, it is commonly the case that it is not possible to read values once the input source has changed.

Note also that the capabilities string returned by a monitor is often inaccurate. ddcutil reports the string for informational purposes using the capabilities command, but does not rely on it. For example, your capabilities string reports feature x15, which is undefined in the Monitor Control Command Set spec, and is not in the manufacturer reserved range xF0-xFF.

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.