Hello,
I've got an ASUS PG32UCDM monitor that supports DDC, as evidenced by ClickMonitorDDC and even ASUS's horrible display software working.
After some debugging, I found that, for some reason, the call to GetMonitorCapabilities returns false, and GetLastError() gives an error code of 0xC02625DC (ERROR_GRAPHICS_MCA_UNSUPPORTED_MCCS_VERSION). Even so, merely commenting out the call to GetMonitorCapabilities is enough to get CS2DontBlindMe working.
How do you feel about a config option that skips that call? Thanks!
Hello,
I've got an ASUS PG32UCDM monitor that supports DDC, as evidenced by ClickMonitorDDC and even ASUS's horrible display software working.
After some debugging, I found that, for some reason, the call to
GetMonitorCapabilitiesreturns false, andGetLastError()gives an error code of 0xC02625DC (ERROR_GRAPHICS_MCA_UNSUPPORTED_MCCS_VERSION). Even so, merely commenting out the call toGetMonitorCapabilitiesis enough to get CS2DontBlindMe working.How do you feel about a config option that skips that call? Thanks!