Skip to content
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

Open
torstenlehmann opened this issue Feb 28, 2015 · 3 comments
Open

ddcgui: System freeze on readControlValue #4

torstenlehmann opened this issue Feb 28, 2015 · 3 comments

Comments

@torstenlehmann
Copy link

  • OS X 10.9.5 (13F34)
  • MacBook Air 13-inch, Mid 2013
  • Dell U2414H

As a workaround I commented out this line

- (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
//  [controller_object setControlsToCurrentValues];
}

which prevents the initial calls to readControlValue:.

Setting the brightness works flawlessly.

@torstenlehmann
Copy link
Author

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.

@adeg
Copy link

adeg commented Sep 10, 2015

@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]

@mafredri
Copy link

@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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants