ddcutil
ddcutil copied to clipboard
Control monitor settings using DDC/CI and USB
Hi guys, i have a samsung c49rg94ssu monitor with two DisplayPorts. When using ddcutil i can successfully switch to DP1 with setvcp 60 9 and also to HDMI. However i...
I'm trying to use ddcutil to change brightness of external monitor, sometimes running the command from terminal works and sometimes freeze the screen until I reboot, I also want to...
Hi! Is there any plan to support monitor hotplugging in libddcutil? I already saw ddc_watch_displays.c with `dummy_display_change_handler`; is there anything preventing an actual implementation? Thank you very much for your...
As of this writing, ddcutil will attempt to poke all i2c-N devices available on the system to detect monitors. However, on recent AMD cards (specifically Navi2x variants, i.e. RX 6000...
After using `--async`, all subsequent commands with or without `--async` spawn second process and whole program hangs. I am not sure if the second process is normal as I only...
Hello, I have recently changed CPU and GPU and have only 1 monitor out of 3 work in ddcutil. All monitors are detected properly but only the monitor on bus...
Hello, I could not find any mention of gst plugins in the documentation. But it seems like some GStreamer plugins are being loaded at runtime since I am getting these...
Hello, Thank you for this great program. I have a problem with getting `ddcutil` to work with my Radeon RX 5500 XT on my LG W2453 (HDMI) and HP w22...
I am trying to use this library in an ARM linux environment .I have set up the basic code to read devices and set a certain feature but i keep...
I wanna change [this page](https://www.ddcutil.com/command_detect/) in the docs. Where do I find the sources for the docs so I can set up a PR?