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

[Windows] Incorrect Refresh Rate info is being displayed on multi-monitor setups #853

Open
NoobishSVK opened this issue Sep 17, 2023 · 1 comment

Comments

@NoobishSVK
Copy link

Describe the bug
I have noticed that it usually just takes the refresh rate of the primary monitor and copies that over to other monitors as well, however this only seems to happen on Windows, on Linux it's being displayed fine as my primary monitor is 144Hz, the secondary one is 60Hz.

To Reproduce
Steps to reproduce the behavior:

  1. used si.graphics();
    Current Output
    obrázok

Expected behavior
I'd expect to see the same thing as on Linux, so instead of seeing that both screens are 144Hz, i'd prefer to see the second one as 60Hz.

Environment (please complete the following information):

  • systeminformation package version: 5.21.x
  • OS: Win11
  • Hardware: GeForce GTX 1070 (Gigabyte) + AOC C24G1 144Hz monitor + HP LA2306x 60Hz monitor

Additional context
If there are any powershell commands for me to run and print their output, feel free toa sk me, I will provide the info.

@sebhildebrandt
Copy link
Owner

@NoobishSVK ... unfortunately this is a value, we do not get back from windows metrics per monitor, just on a controller level. And then we are just assigning this to all connected monitors. I wish it would be different but windows is unfortunately different :-(

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

No branches or pull requests

2 participants