mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #1782] OSD slider not displayed on MacOS Tahoe #983
Labels
No labels
Status: Abandoned
arm64
beta
beta
bug
done
duplicate
enhancement
feedback needed from reporter
in progress
invalid
investigating
known Issue
monitor Issue
pull-request
translation
unable to reproduce
unreleased
x86
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/MonitorControl#983
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SRANCO on GitHub (Aug 24, 2025).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/1782
Before opening the issue, have you...?
Describe the bug
When I change the brightness of the monitor with the keyboard keys, the dimming is not displayed. See the attached video. It's not visible but I change the brightness of my monitor. Compare with the change in volume, there is a gradation, but with the change in brightness, it is absent.
https://github.com/user-attachments/assets/b039d355-e43d-4403-9f4b-7373416e9305
Steps to reproduce
Press de the keys F1 and F2 on the Keyboard to change de monitor brightness.
Expected behavior
We should see the gradation on the native MacOS preview.
Anything else?
No response
Environment Information (please complete the following information)
@waydabber commented on GitHub (Aug 25, 2025):
Note: the latest pre-release version of BetterDisplay has a proper solution for this, I recommend using that application. MonitorControl v4.x will probably not have this fixed (it's a fundamental issue, the native OSD framework does not provide this functionality on Tahoe).
@SRANCO commented on GitHub (Aug 25, 2025):
Thanks, useful answer!
@hexeric commented on GitHub (Sep 16, 2025):
i second this issue. unfortunate! maybe apple will fix it on their side?
i do not want to change app, i changed from betterdsiplay to monitorcontrol for a reason.
@waydabber commented on GitHub (Sep 16, 2025):
I am working on a version of MonitorControl derived from BetterDisplay with the same feature-set as MonitorControl for a simplified experience. It's not going super fast and I don't have an ETA but eventually the replacement app should solve this issue. Obviously the UI and everything will resemble BetterDisplay (which can be good or bad news, depending on which app UI you prefer :)), just with the limited functionality of MonitorControl.
@hexeric commented on GitHub (Sep 16, 2025):
great to hear! cool! betterdisplay is not fully free and does/wants too much. thanks for working on a better monitorcontrol ;)
@habovh commented on GitHub (Sep 17, 2025):
I must admit I was a bit reluctant about switching apps as well as I only need to be able to adjust non-Apple displays brightness with the keyboard, but man BetterDisplay is something! You can dial it down as much as you want to only have a brightness slider, or even without a menu item and just the Tahoe native-looking OSD when using keyboard, or you can go to town and explore the rabbit hole of DDC.
While I can see how the powerful capabilities and licensing may scare people, BetterDisplay is a power user's dream. Awesome work @waydabber!
I believe there's still value in offering a dead simple brightness adjustment app such as MonitorControl, especially for non-technical folks though and I'll be monitoring. In the meantime, I'm more than happy with BetterDisplay and will likely continue using it :)
@hexeric commented on GitHub (Sep 17, 2025):
yes i tried it too and concur! amazing BUT super complex and way too much for normal users (monitorcontrol fit that bill). so glad it will live on in a 'lite' version too.
@bkarakashev commented on GitHub (Oct 31, 2025):
Hey @waydabber, I hope you are well. I wonder if you found some time to fix this issue in MonitorControl? Thanks in advance.
@waydabber commented on GitHub (Oct 31, 2025):
Yeah, sorry for the lack of progress. Did not gave up creating a MonitorControl variant from BetterDisplay, it's just that I have other coding (and other non-coding) stuff to do as well. I should give this a bit more priority, I know. Stripping BD of all things not needed in MC in a way that things remain neat and sustainable is a more serious undertaking than I originally thought, requiring a lot of careful refactoring. I'll post a build when I have something to share (might take a while though). :)
@MotoTimL commented on GitHub (Dec 6, 2025):
First, thank you for creating such a great app. I think I'm encountering similar behavior mentioned above so I didn't want to create a new issue but just provide more info. The function keys for increasing/decreasing brightness and volume all work for me as do the controls in the panel, but the small display that indicates the changes I am making to either brightness or volume pops up but does not indicate anything, either current level or the changes being made. I'm attaching two screen shots. The first shows the panel working properly from the menu bar, the second shows an empty "slider." This is the one not working. And I should point out that it works on the native MacBook screen without attached monitor. The problem is only happing on the attached monitor.
Hardware: MacBook Pro (M1), Tahoe 26.1, Asus PA27JCV monitor , USB-C connection.
@VishalDhayalan commented on GitHub (Jan 18, 2026):
Could this somehow also be related to #1831 ?
@ghost commented on GitHub (Jan 26, 2026):
Adding in: this is all sliders, not just brightness. Audio, too. Would love to see a fix for this but it's a quality of life issue, not a functionality issue.
@wsalame commented on GitHub (Jan 30, 2026):
Yes, this is crucial for audio! This is my main use case
@hcguersoy commented on GitHub (Feb 13, 2026):
Upgraded to 26.3 few minutes ago and same behaviour: No OSD slider action for sound volume and brightness visible.
@robertjanezic commented on GitHub (Mar 6, 2026):
Just confirming this is still an issue.
@joaqo commented on GitHub (Mar 14, 2026):
Still an issue :sad:
@waydabber commented on GitHub (Mar 14, 2026):
Yes, this is an issue. I was working on a MonitorControl version derived from BetterDisplay, got halfway done but then started working on a major refactor + adding some new features for BetterDisplay and that halfway-done MonitorControl version got outdated, especially as Apple introduced various changes in macOS as well that further affected the UI.
Maybe a simple/elegant solution would be just to provide an importable configuration file for BetterDisplay that removes all unneeded stuff from the app menu to make things streamlined (hide all stuff that is not in MonitorControl or would require Pro alongside the Get Pro badge in the app menu which I understand annoys some people who just wants a MonitorControl replacement for Tahoe). App Settings would of course still remain somewhat complex compared to MonitorControl, but most people don't go there regularly.
@likaia commented on GitHub (Apr 5, 2026):
I forked the code and fixed this issue. If you need it, you can install the one I specifically adapted for macOS 10.6.
https://github.com/likaia/MonitorControl/releases/tag/v1.1.0
@waydabber @joaqo @hcguersoy @wsalame @SRANCO @MotoTimL @bkarakashev @waydabber
@waydabber commented on GitHub (Apr 5, 2026):
I certainly encourage forking or experimenting with this.
@likaia commented on GitHub (Apr 5, 2026):
Hmm, you're right, the same name does cause ambiguity. I've changed it to a new name: LumaGlass.
@arsarsars1 commented on GitHub (Apr 6, 2026):
I will resolve the issues in the PR today. It should be ready to merge soon. @waydabber.