GeekyEggo / windows-display-settings

Stream Deck plug-in for controlling your Windows display settings.
GNU General Public License v3.0
16 stars 3 forks source link

1600x900 does not fill the entire 16x9 monitor #23

Closed deadlydog closed 1 month ago

deadlydog commented 2 months ago

When using this to switch a monitor to 1600x900 resolution, there is a black horizontal bar across the top and bottom of the monitor, even though the monitor is a 16x9 monitor. So the screen does not fill the entire monitor, and the contents get stretched/skewed a bit. If I use the Windows Display Settings to set the monitor to 1600x900 then it fills the entire monitor as expected. Other 16x9 resolutions seem to work fine (1920x1080 and 1280x720); only 1600x900 has this problem where it does not fill the entire space, and ends up with a resolution closer to 20x9.

GeekyEggo commented 1 month ago

Thanks for all your patience whilst I look into this — I'm happy to say v1.2 is now available on Marketplace, and introduces a "Scaling Mode" option to the "Resolution" action, allowing you to specify whether to "Stretch" or "Center" your display.

This should hopefully resolve the issue, but please feel free to raise a new ticket if you encounter any problems. 🚀

deadlydog commented 1 month ago

Setting the scaling mode to Stretch resolves this issue. Thanks!