-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot get capabilities: Maximum DDC retries exceeded. #433
Comments
Please submit the output of ddcutil interrogate as an attachment. |
> |
When you say everything else fails, are you including getvcp etc? The detect command internally performs getvcp operations to test DDC communication and read the VCP version. The interrogate output also shows successful operations. capabilities is the most complicated operation. It performs several getvcp operations, each based on what is returned in the prior operation. So if you have a marginal video card/monitor, it's the most likely to fail. Option --ddcdata (previously named --ddc) reports DDC data errors. I suspect you'll see lot of them for commands that fail. It appears that you are using a high sleep multiplier for the monitor (2.0) so there's nothing more to be done there. Your video card is rather old. It likely needs the special Nvidia settings . |
Sorry, you are right.
Yes, I do:
I did not (consciously) set it this high. Is it because of my old monitor? |
I may have misinterpreted your cached sleep multiplier data. Try explicitly setting a high sleep multiplier using option sleep-multiplier 2.0 |
This did not seem to help. $ ddcutil --sleep-multiplier 2.0 -d 2 setvcp 10 50 --ddcdata
DDC: Unexpected source address 0xff, should be 0x6e
DDC: i2c_response_bytes: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
DDC: Unexpected source address 0xff, should be 0x6e
DDC: i2c_response_bytes: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |
I'm afraid there's nothing more I can suggest. |
Okay, thank you for your time and attention anyway. |
Experiencing same issue with Philips 27M2N3500NL. It's brand new.
|
System Information:
Problem Description
One of my monitors is recognized by
ddcutil detect
but everything else fails.Is this a problem with my hardware not being supported or a software error?
Output of
ddcutil detect
:Example output of
ddcutil -d 2 capabilities
(took 24s)The text was updated successfully, but these errors were encountered: