rockowitz
rockowitz
There have been reports of DDC/CI being implemented on Samsung monitors only on the HDMI port but not the DP port. See [this Reddit post](https://www.reddit.com/r/ultrawidemasterrace/comments/za2e2e/owners_of_a_samsung_odyssey_ultrawides_unite_we/)
The simple answer is that's the spelling in the [UEFI PNP ID Registry](https://uefi.org/PNP_ID_List?pnp_search=hon+hai), and I decided not to deviate. The spelling could be corrected to avoid the lintian messages. The...
Docking stations are problematic. Whether they properly transmit DDC messages on the I2C bus seems to be a matter of hardware/driver interaction. See issue #400 with an example of a...
Like @CalcProgrammer1, I too lack a device to test this on. Because of the difficulties presented by the proprietary driver, I have not purchased a Nvidia based card in years....
**make install** has done this since ddcutil release 2.0.0 and ddcui 0.5.4 See the [release notes](http://www.ddcutil.com/release_notes/#installation and [ddcui release notes](http://www.ddcutil.com/ddcui_release_notes/). Whether the distribution packages (rpm, deb, etc.) install the file...
This Plasma merge request might be relevant to you: https://invent.kde.org/plasma/powerdevil/-/merge_requests/379
Once you've completely disabled powerdevil's use of libddcutil by using your patch, does running **ddcutil detect** still block entry to SI0x sleep?
Let's try disabling parts of the initialization code using options ***--skip-ddc-checks*** and/or ***--bus*** with **getvcp 10**.
I have one system here, a recent Lenovo Thinkpad P16 Gen 1 (Intel), capable of entering into S0ix sleep. Executing your commands always returns 0. Unfortunately, the S0ix self test...
First thing to check is that failures are not happening because dynamic sleep adjustment is being too aggressive. Try using option ***--disable-dynamic-sleep***, which will cause ddcutil to use the sleep...