-
Notifications
You must be signed in to change notification settings - Fork 81
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
Wrong screen resolution reported when display scaling is not at 100% #76
Comments
We are reporting the actual workable screen area, with scaling adjusted. We can shift to reporting the actual resolution, but it's slightly more difficult if you have multiple screens (because of multiple WMI queries), and that would also make it quite slower. You'll lose out on any information about scaling too. |
I see. Thanks for the answer. As a suggestion, maybe in the future it can be implemented in a way that gives the user the freedom of choice between the two approaches (let this comment serve as a feature request I guess). |
@ferdinandk55 This does not work for mulitiple monitor. |
i still have this issue too |
Hi there, is there no plan to merge the relevant PRs yet? |
Came here to post about this. Would be nice to have the option to choose if winfetch should show actual set resolution or "effective" resolution when using scaling. Have it set to 125% myself. |
Given how regressive (performance-wise) #131 is, this might actually be a better idea. Would you like to work on this? |
My laptop has a 1920x1080 display and it uses 125% display scaling. Winfetch shows the resolution as 1535x864. However it reports the correct resolution when scaling is set to 100%.
The text was updated successfully, but these errors were encountered: