The original post: /r/nvidia by /u/kepler2 on 2024-10-06 12:13:41.
Hello!
So basically I have a 1080p monitor but my card can handle games @ QHD resolution.
NV has a feature called DLDSR where the game is basically rendered at higher resolution and then scaled to 1080p.
The problem is that most newer games don’t have (exclusive) full-screen mode so you can’t select 2k resolution from in-game.
What’s left to do is to manually change resolution / refresh rate from Desktop > then launch the game > Exit the game > Set resolution back. It’s annoying to do this every time.
I’ve found a quick solution:
Basically we need to create to automate this stuff.
1 - Download QRes - https://www.majorgeeks.com/files/details/qres.html
2 - Extract the files on your Desktop in a folder (i called it QRES)
3 - Open Notepad
4 - Now add the following line (without quotes): “C:\Users\YOUR USERNAME\Desktop\QRES\QRes.exe /x:1920 /y:1080” - replace YOUR USERNAME with your Windows username
5 - Save the file on the desktop with .BAT extension - for example qres 1k.bat
6 - Create another .BAT file - add the following line (without quotes): “C:\Users\YOUR USERNAME\Desktop\QRES\QRes.exe /x:2560 /y:1440” - replace YOUR USERNAME with your Windows username
7 - Save the file on the desktop as qres 2k.bat
Now you will have two new icons on the desktop:
Double click qres2k before launching the game and you will see that the resolution changes to QHD.
Once you close the game, double click qres1k and your resolution will change to 1080p.
Note that for 2k / 4k users you can use this also but change the resolution to 3840 x 2160 in the .BAT file.
Enjoy :)
EDIT: Sorry, just replace 2k with QHD. 2k != QHD