Code Monkey home page Code Monkey logo

Comments (1)

rockowitz avatar rockowitz commented on July 22, 2024 1

First, does the monitor use a VCP feature code to control the reference mode? If so, it's likely feature x14 (Select Color Preset), but it could be a manufacturer reserved feature (xE0..xFF).

If the monitor supports DDC/CI, you can use ddcutil to probe if the there's a feature value that changes when you change the color reference mode in the OSD. ddcutil getvcp scan will check every feature value.

If a monitor's setting are controllable using USB, the question is whether it adheres to the
USB Monitor Control Class Specification for communicating with the monitor's Virtual Control Panel. ddcutil can communicate with it only if it adheres to the spec. By default, USB support is disabled in ddcutil, option --enable-usb enables it. To see if your monitor adheres to the spec, use ddcutil detect --enable-usb.

If the monitor is controllable via USB but does not support the spec, your only option is to use the Windows app to change monitor settings and trace the packets on the USB bus.

Finally, the manufacturer may supply a proprietary API for controlling the monitor. For example, the Z27x API has a set of functions for managing the color space.

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.