mq1n/Win11SysCheck

Resolution check is wrong, I'm running on a 4k TV

Closed this issue · 5 comments

It says that I'm using 1280x720

image

My Windows 10 settings:

image

Saulob,

I'm not surprised the results show 1280x720 as you're using 300% desktop scaling and a lot of windows function calls don't properly handle desktop scaling so the result you get is the effective resolution which in you case is 3840/3 x 2160/3 which becomes 1280x720.

Les

mq1n commented

Can you check again with latest commit?

Sure.

Showing the same resolution, but passed this time :)
Thanks.

Some questions:

  • What's firmware type 2?
  • And even without Secure boot enabled I passed? Maybe a better message "Secure boot capable, should be enabled to pass"?

image

mq1n commented

It's looks like @TheDestinyGroup mentioned scale problem, I can add a scale factor to check function but I'm not sure can it be pass then Windows's check too when Windows 11 is released. So for now I will wait until insider version is released.

Firmware type 2 is pointing to UEFI.
As current Microsoft's system requirement documents just pointing to capability of Secure boot, there is not enabled status check currently.

mq1n commented

As far as I see current resolution checks just pointing to 720p, I changed latest minimum value(1366x768) to 1280x760 and its will support with non-scaled value too. d33d4c7