This program ONLY WORKS with 5120x1440p displays as the only connected display. It will not do anything if it does not find the correct display.
NOTE: Some resolutions may not work by default and require setting up a custom resolution in the nvidia control panel. 3440x1440 is not supported by default on my display.
# List all supported resolutions
reschange.exe
# Set display to a resolution
reschange.exe 1920x720- Create a desktop shortcut where the location is
C:\\path\to\reschange.exe 5120x1440
- Name it "5120x1440"
- Repeat for each desired resolution
- Clone with submodules
git clone --recurse-submodules- Build
odin build . -out:"reschange.exe"