[GH-ISSUE #604] Stopped working on M1 Mac Mini after updating MacOS to v11.6 #440

Closed
opened 2026-05-05 05:59:56 -06:00 by gitea-mirror · 8 comments
Owner

Originally created by @parasshah195 on GitHub (Sep 18, 2021).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/604

Before opening the issue, have you...?

  • Searched for existing issues
  • Looked through the wiki
  • Updated MonitorControl to the latest version (if applicable)

Describe the bug

I'm using an LG Ultrafine 27" 4K monitor and after updating to MacOS v11.6 yesterday, the volume and brightness keys stopped functioning. Even the volume slider in the menu is in disabled state for monitor speakers.

Here's how it shows:

monitorControl volume test M1 MacOs 11 6

Steps to reproduce

Update to MacOS 11.6 on an M1 machine with an external monitor

Expected behavior

For the volume and brightness control to work as normal like with MacOS v11.5 and before

Anything else?

No response

Environment Information (please complete the following information)

- macOS version: 11.6 Big Sur
- Mac model: Mac mini (M1, 2020)
- MonitorControl version: 3.0.0 build 2869 - Apple Silicon
- Monitor(s): LG Ultrafine 27" 4K
- Apple Silicon/M1 (yes or no): yes
Originally created by @parasshah195 on GitHub (Sep 18, 2021). Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/604 ### Before opening the issue, have you...? - [X] Searched for existing issues - [X] Looked through [the wiki](https://github.com/MonitorControl/MonitorControl/wiki) - [X] Updated MonitorControl to the latest version (if applicable) ### Describe the bug I'm using an LG Ultrafine 27" 4K monitor and after updating to MacOS v11.6 yesterday, the volume and brightness keys stopped functioning. Even the volume slider in the menu is in disabled state for monitor speakers. Here's how it shows: ![monitorControl volume test M1 MacOs 11 6](https://user-images.githubusercontent.com/18551588/133883582-d77e5a2b-c3c2-469b-867f-eaf0976901cf.jpg) ### Steps to reproduce Update to MacOS 11.6 on an M1 machine with an external monitor ### Expected behavior For the volume and brightness control to work as normal like with MacOS v11.5 and before ### Anything else? _No response_ ### Environment Information (please complete the following information) ```markdown - macOS version: 11.6 Big Sur - Mac model: Mac mini (M1, 2020) - MonitorControl version: 3.0.0 build 2869 - Apple Silicon - Monitor(s): LG Ultrafine 27" 4K - Apple Silicon/M1 (yes or no): yes ```
gitea-mirror 2026-05-05 05:59:57 -06:00
Author
Owner

@waydabber commented on GitHub (Sep 18, 2021):

Can you give me a screenshot of the Displays section in Preferences? Thank you.

<!-- gh-comment-id:922274000 --> @waydabber commented on GitHub (Sep 18, 2021): Can you give me a screenshot of the Displays section in Preferences? Thank you.
Author
Owner

@parasshah195 commented on GitHub (Sep 18, 2021):

@waydabber

image
<!-- gh-comment-id:922324044 --> @parasshah195 commented on GitHub (Sep 18, 2021): @waydabber <img width="691" alt="image" src="https://user-images.githubusercontent.com/18551588/133893046-eedc9b31-968f-42e4-b598-04d43ae812b8.png">
Author
Owner

@waydabber commented on GitHub (Sep 18, 2021):

Interesting. It should work I think. Did you try a preferences reset under General/Advanced?

Unfortunately I can't try it on 11.6 as I am running Monterey and cannot downgrade at the moment.

<!-- gh-comment-id:922332452 --> @waydabber commented on GitHub (Sep 18, 2021): Interesting. It should work I think. Did you try a preferences reset under General/Advanced? Unfortunately I can't try it on 11.6 as I am running Monterey and cannot downgrade at the moment.
Author
Owner

@waydabber commented on GitHub (Sep 18, 2021):

But the fact that it shows an OSD lock means that the app is in a state of reconfiguration. Whenever there is a display configuration change or sleep event, the app is waiting for a while until things settle. During this time, an OSD Lock is displayed. This should go on for 2-5 seconds depending on the underlying cause. If this goes on indefinetly then it means that the system is constantly reconfiguring its displays and sends a CGDisplayRegisterReconfigurationCallback signal to the app.

This might happen due to some hardware problem or a misbehaving app which interferes with the inner workings of the system. I don't think 11.6 itself causes this issue on its own but I have no way of trying it.

<!-- gh-comment-id:922342909 --> @waydabber commented on GitHub (Sep 18, 2021): But the fact that it shows an OSD lock means that the app is in a state of reconfiguration. Whenever there is a display configuration change or sleep event, the app is waiting for a while until things settle. During this time, an OSD Lock is displayed. This should go on for 2-5 seconds depending on the underlying cause. If this goes on indefinetly then it means that the system is constantly reconfiguring its displays and sends a `CGDisplayRegisterReconfigurationCallback` signal to the app. This might happen due to some hardware problem or a misbehaving app which interferes with the inner workings of the system. I don't think 11.6 itself causes this issue on its own but I have no way of trying it.
Author
Owner

@waydabber commented on GitHub (Sep 18, 2021):

(If you are up to it, you can download the source code and run it in XCode. Then in the deugger you'll see what is happening as the console shows warnings for ongoing reconfigurations.)

<!-- gh-comment-id:922343014 --> @waydabber commented on GitHub (Sep 18, 2021): (If you are up to it, you can download the source code and run it in XCode. Then in the deugger you'll see what is happening as the console shows warnings for ongoing reconfigurations.)
Author
Owner

@waydabber commented on GitHub (Sep 19, 2021):

Hi parasshah195,

I'll close this issue now. If I can help you in any way with this or you can add any new information, please let me know! If other reports will emerge about problems with 11.6, we can also reopen this one obviously. Until then I'd look for misbehaving apps or hardware issues that might be causing repeated display reconfiguration (I see from the toolbar that you use a bunch of apps, some of which might be interfering with MonitorControl?) - please let me know if you find some incompatibility as it might be useful for other users as well!

Thank you!

<!-- gh-comment-id:922522902 --> @waydabber commented on GitHub (Sep 19, 2021): Hi parasshah195, I'll close this issue now. If I can help you in any way with this or you can add any new information, please let me know! If other reports will emerge about problems with 11.6, we can also reopen this one obviously. Until then I'd look for misbehaving apps or hardware issues that might be causing repeated display reconfiguration (I see from the toolbar that you use a bunch of apps, some of which might be interfering with MonitorControl?) - please let me know if you find some incompatibility as it might be useful for other users as well! Thank you!
Author
Owner

@parasshah195 commented on GitHub (Sep 20, 2021):

Funny that it automatically started working again. Maybe all it needed was a PC restart?

The volume slider on the menu bar is disabled, but the keyboard keys (both volume and brightness) are working fine. So, no complaints.

image

Thank you very much for your prompt response @waydabber

<!-- gh-comment-id:922879885 --> @parasshah195 commented on GitHub (Sep 20, 2021): Funny that it automatically started working again. Maybe all it needed was a PC restart? The volume slider on the menu bar is disabled, but the keyboard keys (both volume and brightness) are working fine. So, no complaints. <img width="1913" alt="image" src="https://user-images.githubusercontent.com/18551588/134001097-13f539a8-bbad-4998-b1ea-52581864953a.png"> Thank you very much for your prompt response @waydabber
Author
Owner

@waydabber commented on GitHub (Sep 20, 2021):

Hey @parasshah195 - sorry to say but MonitorControl can't override the native audio panel slider and digital outputs are not volume controllable in macOS, that's why you see it as disabled. This is a limitation put in place by Apple as they don't allow tampering with those controls. This is why MonitorControl has its own volume slider (you must enable the app menu icon for it).

<!-- gh-comment-id:923070949 --> @waydabber commented on GitHub (Sep 20, 2021): Hey @parasshah195 - sorry to say but MonitorControl can't override the native audio panel slider and digital outputs are not volume controllable in macOS, that's why you see it as disabled. This is a limitation put in place by Apple as they don't allow tampering with those controls. This is why MonitorControl has its own volume slider (you must enable the app menu icon for it).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/MonitorControl#440
No description provided.