Skip to content
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

[Feature Request] Use screen filter for displays without DDC/CI Support (Or Multiple Monitors) #487

Open
tdw46 opened this issue Nov 17, 2022 · 4 comments

Comments

@tdw46
Copy link

tdw46 commented Nov 17, 2022

I would like to use brightness slider with several monitors at a time.

  • The same two monitors work individually
  • They don't work when both plugged into the same computer

To fix this, I recommend creating a pixel filter that overlays all apps, taskbar, start that can dim pixels. A slightly gray/black transparent filter should do the trick.

It seems like this should be a simple/elegant solution, but I'm sure the development behind this approach is more difficult than I assume as a novice.

Thanks for all your effort!

@cerahmed
Copy link

I passed by to open the same feature request; this indeed makes the app 10x more universal and useful!
A number of macOS brightness apps allow you to "software dim" an external monitor not supporting DDC/CI, which I really miss in the Windows world.

@xanderfrangos
Copy link
Owner

While I do see the value in this concept, there are several issues that have deterred me from implementing this previously:

  • Certain apps marked as "always on top" may bypass the filter.
  • Certain apps may lose focus or not detect mouse events correct with the filter active.
  • Exclusive fullscreen apps (such as games) may bypass the filter.
  • Exclusive fullscreen apps my lose focus or minimize with the filter active.
  • Games may incorrectly detect the filter as a cheat, kicking (or banning) users from multiplayer.

@tdw46
Copy link
Author

tdw46 commented Nov 28, 2022

While I do see the value in this concept, there are several issues that have deterred me from implementing this previously:

  • Certain apps marked as "always on top" may bypass the filter.
  • Certain apps may lose focus or not detect mouse events correct with the filter active.
  • Exclusive fullscreen apps (such as games) may bypass the filter.
  • Exclusive fullscreen apps my lose focus or minimize with the filter active.
  • Games may incorrectly detect the filter as a cheat, kicking (or banning) users from multiplayer.

Thanks for this reply, is there a reason two monitors that normally work individually for DDC/CI brightness wouldn't work in tandem? I read some other posts that cite problems when using a hub adapter with HDMI. This isn't the case for me, I'm directly plugged into the HDMI and DP connections on my graphics adapter.

Thanks!

@TiborGY
Copy link

TiborGY commented Jan 28, 2023

You can use f.lux for this purpose, if you do not like the color shifting you can modify the settings and use it as a software dimming filter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants