Results 16 comments of Crozzers

Unfortunately, I currently have no plans to support Macs. The main problem is that I do not own or have access to a Mac, which means I can't test any...

That is certainly one way to do it, and it's certainly similar to the Linux side, which also calls commands from the terminal. However, this still leaves a few unanswered...

Upon researching this a bit further, I have found a few interesting projects on this topic. 1. [MonitorControl](https://github.com/MonitorControl/MonitorControl) This one can control external displays over DDC/CI but it's written in...

If `ddcutil` says that a display does not support DDC then it will not show up in `list_monitors_info`. This is by design as I don't see a reason for a...

I suppose it could indeed be useful for debugging. However I think adding a `supported: True/False` key in the returned monitor information would not be a great way to do...

Hello. Apologies for the late update. So in the main branch at the moment, you can list unsupported monitors for `DDCUtil` and `XRandr` using the `unsupported=True` kwarg in `list_monitors_info`. These...

Wasn't this one fixed by using the `method='ddcutil'` kwarg or is this a continuation of the hanging/freezing discussion? Also which screen is this, the USB-C screen? I know I have...

So if I'm understanding this correctly: * ddcutil (the program) works super/normal user on X and wayland * `method='ddcutil'` (this library) doesn't work at all/only occasionally * No method (this...