You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and when running sudo ddcutil -d 2 -v capabilities I get:
/dev/i2c-15, Feature 0xdd should not exist, but the monitor reports it as valid
Feature definition file not found: GSM-LG_UltraFine-23312.mccs
VCP (aka MCCS) version for display is undetected or less than 2.0. Interpretation may not be accurate.
Unable to get capabilities for monitor on Display_Handle[i2c-15: fd=3]. Maximum DDC retries exceeded.
Using ddcutil to control the brightness of the monitor works fine, but prints the VCP error again:
> sudo ddcutil -d 2 setvcp 10 45
VCP (aka MCCS) version for display is undetected or less than 2.0. Interpretation may not be accurate.
User @adlr encountered a similar situation with LG Ultrafine monitors in issue #468. The monitor reports that feature xDF (Vcp Version) is unsupported. So the message:
VCP (aka MCCS) version for display is undetected or less than 2.0. Interpretation may not be accurate.
is correct. However, it does not provide information relevant to command setvcp. It should only be reported only in the output of commands such as getvcp that need to interpret feature values.
I'm encountering an error when trying to detect the capabilities of my LG Ultrafine 22MD4KA monitor. When I run
sudo ddcutil detect
I get:and when running
sudo ddcutil -d 2 -v capabilities
I get:Using ddcutil to control the brightness of the monitor works fine, but prints the VCP error again:
Here's my ddcutil-interrogate.log.
The text was updated successfully, but these errors were encountered: