RickStrahl / SetResolution

Quickly set Windows Display Resolution via Command Line
Other
124 stars 5 forks source link

Is there a way to list the resolutions/refresh rates and the number of their combinations the same as the Windows 11 listing? #7

Closed BeeDance closed 5 months ago

BeeDance commented 8 months ago

1 2 As shown in the picture, windows lists a total of 16 resolutions and 8 refresh rates, their combination is 16x8=128. and the Sr.exe list 445 items, as this picture.is there a way list the data like windows 11? 3

RickStrahl commented 7 months ago

Not sure how that would work. It works like that in Windows because you can interactively match the refresh rates and resolutions to each other - you can't really do that in a console app as the display is static. The idea is that you can pick a specific mode and create a pre-set so it's not like you'll be looking at the list very often.