mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #548] 100% isnt 100% reset default #416
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#416
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 @fboulegue on GitHub (Sep 1, 2021).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/548
Originally assigned to: @waydabber on GitHub.
Before opening the issue, have you...?
Describe the bug
Hey I did install the software turned the screen down and back to 100% but its not full light up (huawai MateView) anyway to reset it to default?
Steps to reproduce
turn down screen light turn back on
Expected behavior
should go back to 100%
Anything else?
No response
Environment Information (please complete the following information)
@waydabber commented on GitHub (Sep 1, 2021):
The display should report the maximum brightness level it supports. Almost universally all displays do support a max. level of 100 but there might be some exceptions to this. If the display has a max brightness of 100 and the display can't report this properly via DDC then the app assumes 100 as maximum brightness which might cause an issue if the maximum level is in fact 127 for example. If this is the case, then some of the brightness range is lost. There is an upcoming change planned where the max brightness level can be manually changed for misbehaving displays to fix this issue: https://github.com/MonitorControl/MonitorControl/issues/310
Alternatively there might be a case when maximum brightness level is indeed 100 but for some reason the display reports a lower value (for example 80). The result is the same. This issue can be resolved by changing the
DDC read polling modetoNonein the advanced section of Display settings under Preferences and restarting the app (you'll need to enableShow advanced settings...in Preferences/General)If your question is about an immediate fix and the above don't help, then you can obviously use your display's own controls to increase brightness to 100% again. :)
Hope this helps. Let me know if I can be of any more help.
@waydabber commented on GitHub (Sep 1, 2021):
I'll close this issue since the core problem will be solved in #310. But please feel free to comment anyway or let me know if you need any further help with this! Thank you!