How to disable the hotkey graphic overlay in OS X El Capitan?

For some users, it's annoying and even intrusive when adjusting volume to have that gray box appear in the middle of the display. In previous versions of OS X, this could be resolved by renaming the BezelUIServer file. In El Capitan, the file cannot be renamed or deleted, even by the root user. Any thoughts?

MacBook Air, OS X El Capitan (10.11.1), 11" Mid-2012, 1.7GHz i5, 8GB, 128GB

Posted on Nov 26, 2015 7:53 PM

Reply
Question marked as ⚠️ Top-ranking reply

Posted on Nov 27, 2015 7:02 AM

You can either get over it or disable SIP, change the file, then re-enable SIP.

http://osxdaily.com/2015/10/05/disable-rootless-system-integrity-protection-mac- os-x/

However, I don't know if the changes will cause problems, but I doubt it.

3 replies
Sort By: 
Question marked as ⚠️ Top-ranking reply

Nov 27, 2015 7:02 AM in response to santuccie

You can either get over it or disable SIP, change the file, then re-enable SIP.

http://osxdaily.com/2015/10/05/disable-rootless-system-integrity-protection-mac- os-x/

However, I don't know if the changes will cause problems, but I doubt it.

Reply

Nov 27, 2015 12:40 PM in response to santuccie

Here's a better way. I was searching for a Preference setting, but couldn't find the necessary setting.

The next best thing would be disabling the service which can be done with this code in Terminal

launchctl unload -wF /System/Library/LaunchAgents/com.apple.BezelUI.plist

This will unload the service, and the -w option tells it to write the bit that keeps it from loading on restart/login. the -F option is to force the setting.


You can reload it with this:

launchctl load -wF /System/Library/LaunchAgents/com.apple.BezelUI.plist

Reply

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

How to disable the hotkey graphic overlay in OS X El Capitan?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.