-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restore brightness of external display which is reset to 100% after restart/resume #115
Comments
Thank you for the suggestion. |
Having thought about it, there is a technical difficulty to determine which brightness value is worth to be stored.
|
I temporarily added the function to restore the brightness which is previously set in this app after reconnect/restart/resume for Microsoft Store version (Ver 2.11). It is accessible from I would like to ask any interested user to report the result along with operation.log which includes the suspend-resume cycles because I am not quite sure what will happens during the cycles in each user's system. If the function works well, it will be included in add-on features. |
I have the same problem but the deal in my monitor. It doesn't save brightness changes so it always resets the brightness after turning off. I think its possible to restore last brightness value after turning monitor on, isn't it? |
@Joonel Your idea is basically same as what I implemented. |
@emoacht here is my logs operation.log |
@Joonel Thank you for the log. |
Hi. |
Thanks for the log.
Regarding the detection, the monitor seems not to be controllable sometimes. It cannot be helped by this app. |
I am not sure when those changes happened but going to change not to save the brightness after the OS locks and to restore it when the OS unlocks. |
@emoacht Now it works as expected (brightness is restoring after PC unlock 🥳) except times when my monitor isn't responding... I didn't think that a cheap monitor could be bad in that simple function. |
This restore function is improved to take into account monitors' unison state. See #271 |
This is still an issue for me, even with "restore brightness on reconnection" checked. I don't remember having this issue with Windows 10 and the same monitor, but after getting a new laptop with Win 11, my external monitor always comes on way too bright after resuming from sleep, and I have to manually adjust it every single time back to where it is supposed to be. Logs attached. Let me know if there's any other troubleshooting I can help with. |
Thanks for the log. Particularly, the log at 11:59:09 indicates strange behavior.
Something other than this app set brightness of "Q24i-10" to 13 then to 0 within 1 sec. |
Here's a longer log. operation.log |
|
Yeah, it is kinda weird, but what's strange is that I don't remember this ever happening with my old laptop (running Windows 10) with the same monitor. So I'm not sure if it's a Windows 11 bug, or if it's some sort of driver issue that didn't exist on my older laptop. |
I added an experimental code to Microsoft Store version Ver 3.15.1. This version will ignore the brightness reported by a monitor when restoring the brightness. So, could you udapte to this version and check if this code makes any difference? To enable it, you need to input |
Awesome, thanks! After inputting the command line arguments and restarting Monitorian the brightness goes down to 0 without having to manually "bump" it up and back down. It also seems to be working when I wake up the computer from sleeping. However, it still doesn't seem to work when the computer screen times out (after 5 minutes). The computer isn't actually sleeping, it just shuts off the display. When I wiggle the mouse to turn the display back on, then the external monitor wakes up at high brightness and does not drop down to 0. |
This restore function is not originally intended for these events but there no particular problem in covering it. |
I think it's working! 🥳 The external monitor "wakes up" too bright, but after a few seconds it dims back down to 0. Thank you so much! I don't think I've ever had such a quick response/fix to a software issue before. I really appreciate your time and skill to help me out. 😄 |
Hey, can you make contrast stay where i set it after reboot? |
Hi,
I'm subscript user from the Microsoft store, I use the app to control my external display brightness is working perfectly, but when I sleep my laptop and wake up the external display brightness is reset to 100% same happen after shutdown.
Would be nice if the app store the latest set value so when i wake up my computer the brightness return to the last value.
Thanks.
The text was updated successfully, but these errors were encountered: