-
Notifications
You must be signed in to change notification settings - Fork 20
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
ddcgui: System freeze on readControlValue #4
Comments
FIXED Removed line https://github.com/jontaylor/DDC-CI-Tools-for-OS-X/blob/master/ddc/ddc.c#L103. On my system this delay is in seconds and was not needed at all. |
@torstenlehmann, thanks for your input! I mean your latest feedback about commenting https://github.com/jontaylor/DDC-CI-Tools-for-OS-X/blob/master/ddc/ddc.c#L103. I had the same issue with OS freezing completely when using https://github.com/kfix/ddcctl to increase or decrease brightness/contrast, which requires reading of current values. Any DDC read operations were leading to the issue. The project I have linked appears to be using some code from this project and your fix helped in my case too. [OS X 10.11 Beta (15A278b), Mac Book Pro, Dell U3415W] |
@adeg I have the same issue as you, whole OS freezing (OS X 10.10.5) with a pair of Dell U2715H monitors. I also traced the issue to DDC read operations and can in fact use kfix/ddcctl without problems when only setting the value (not performing any reads). |
As a workaround I commented out this line
which prevents the initial calls to
readControlValue:
.Setting the brightness works flawlessly.
The text was updated successfully, but these errors were encountered: