Code Monkey home page Code Monkey logo

Comments (2)

kfix avatar kfix commented on June 11, 2024

I believe these Apple monitors present a USB HID device over their internal hub for the OS to control them using the native control panel. Its not DDC at all, which is what ddcctl is about.

https://www.usb.org/document-library/monitor-control-class-10

There are also linux-oriented utilities for controlling them but I have no idea if they can run on OS X

https://github.com/ondrej-zary/usbmonctl
https://github.com/warvariuc/acdcontrol
https://www.ddcutil.com/usb/

I have no intent of adding support for this myself, open to it if a patch seems reasonable and if there's no other working option on OS X for command line control.

from ddcctl.

forthrin avatar forthrin commented on June 11, 2024

The two first seem to need things like hiddev_report_info and HIDIOCGUSAGE from Linux-specific(?) includes:

#include <linux/types.h>
#include <asm/types.h>

The last one requires libudev which also seems Linux-specific.

If anyone has a workaround or other tools that accomplish the task, post them here.

from ddcctl.

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.