Skip to content

Instantly share code, notes, and snippets.

@iambriansreed
Created March 29, 2017 02:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iambriansreed/96b094eea085ff4357d628bcbb6c2caf to your computer and use it in GitHub Desktop.
Save iambriansreed/96b094eea085ff4357d628bcbb6c2caf to your computer and use it in GitHub Desktop.
Running the following commands fixes the audio volume controls and brightness lag response issues.
Running the following commands fixes the audio volume controls and brightness lag response issues.
~  sudo killall coreaudiod
~  sudo launchctl unload /System/Library/LaunchDaemons/com.apple.audio.coreaudiod.plist
~  sudo launchctl load /System/Library/LaunchDaemons/com.apple.audio.coreaudiod.plist
Thanks to: http://apple.stackexchange.com/questions/116572/delay-when-using-the-volume-buttons
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment