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
Monitor: DELL U3219Q
Platform: MacbookPro13 2018 with macOS Catalina 10.15.5
IDE: XCode 11.5 using objectiveC
I try to get Capability String (6E 51 83 F3..) by DDCRead API. It takes 18 seconds to get the result.
Try to set different kDDCMinReplyDelay value. Only 0, 10, 1000 works. Other kDDCMinReplyDelay value will result in macOS crash.
It might be the IOKit limitation. Or is there other way to shorten getting capabilitilty string time?
The text was updated successfully, but these errors were encountered:
Monitor: DELL U3219Q
Platform: MacbookPro13 2018 with macOS Catalina 10.15.5
IDE: XCode 11.5 using objectiveC
I try to get Capability String (6E 51 83 F3..) by DDCRead API. It takes 18 seconds to get the result.
Try to set different kDDCMinReplyDelay value. Only 0, 10, 1000 works. Other kDDCMinReplyDelay value will result in macOS crash.
It might be the IOKit limitation. Or is there other way to shorten getting capabilitilty string time?
The text was updated successfully, but these errors were encountered: