-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom scale/DLAA via NvProfileInspector (no DLSSTweaks needed) #85
Comments
Would it be possible to expand on this and add the sharpening and auto exposure settings? My main use for this is for BF 2042 where the image quality is abysmal and way over sharpened. |
Is this safer to use in online games with anti-cheat? |
Updated ConfigTool to let you change these NV profile settings, requires tool to be ran as admin in order to change them, but the current values can be viewed without admin fine, it'll prompt you to relaunch the tool if any updated settings failed to save. 0.200.7-beta4 download: DLSSTweaks_0.200.7-beta4.zip (see post below for ConfigTool update: #85 (comment)) This includes the 3 DLSS settings in the OP along with a setting to adjust the global DLSS hud/indicator value, in case DLSSTweaks can't activate it (or you want to enable it for all your DLSS games), and the sig override setting was moved there too: Not sure if I'll keep these in the main settings window or maybe make a separate dialog for them though (right now this still requires dlsstweaks.ini in the same folder, even if you're just editing these globals...). There's also some other NV global settings I'd like to expose such as the VideoSuperResolution option (which actually seems to have a hidden quality '5' that NVCP doesn't allow selecting right now...), would maybe be less confusing if those were all in a separate dialog.
I'd guess it should be, these settings are checked by DLSS itself and don't need us to inject any extra code into the game like how DLSSTweaks works, as long as the games anticheat allows using DLSS 3.1.11+ I'd guess you should be able to adjust them fine. |
ConfigTool 0.200.7.5: ConfigTool can now work without requiring the DLSSTweaks DLL/INI itself, allowing you to configure the DLSS profile settings, when there's no dlsstweaks.ini file to configure in the same folder then it'll just display the NV settings that can be changed instead: This also adds a (AFAIK this isn't an off-by-one issue at least, NV's settings API seems to check minimum/maximum of settings before saving them, quality 5 gets saved fine by it, while anything above is just ignored) Originally I wrote a command-line tool to change VSR quality so I could use it in scripts etc but figured it'd be worth adding to the ConfigTool too, seeing as the only other way to change it is hidden away on some NVCP page (wouldn't be surprised if some people missed that completely...) (might still add some kind of cmd-line support so that it could still be used in scripts though, will look into it soon) |
Could the VSR setting be integrated into Nvidia Profile Inspector? |
VSR isn't handled with the normal NvProfile stuff sadly, seems to be kept with some other VideoState settings instead, not sure if ProfileInspector includes anything for those atm. Did add some command-line options for it in latest git ver though, so you could run it like "dlsstweaksconfig.exe -vsr 4" to change it, should be able to make shortcuts/scripts to call into that fine, seems changing VSR doesn't need admin permissions neither luckily. (the build posted above doesn't include this yet though, will post a new build up soon) |
Thank you!! |
With my 3080 and a 720p stream, GPU power draw is significantly lower with VSR profile 5 (upscaling to 1920x1200).
|
Hm maybe will have to take another look at it, it was a couple driver versions ago that I tried measuring level 5, maybe newer drivers have changed it now. Did you notice any quality difference between 4 & 5? |
I tried to compare but the all looked identical to me in a still image.. I couldn't even find a difference between 1 and 4 when comparing a still. Will try again later. |
Sorry, I don't understand how to specify the render scale with this tool, where should this be done? I'm using DLSSTweaksConfig_0.200.7.5.zip and running it as administrator, I have Nvidia profile inspector installed. Edit: I just noticed that |
ConfigTool 0.200.7.6: DLSSTweaksConfig_0.200.7.6.zip This allows changing the NvProfile globals via command-line args, eg you can run the program like the following (or create a shortcut to run this): If admin permissions are needed it'll prompt you automatically, most of the NvProfile settings unfortunately need admin permissions, but the VSR setting should be changeable without admin (may require any video-players to be relaunched though) This is just for the NvProfile settings, DLSSTweaks.ini settings can't be changed via command-line yet. Also moved the NvProfile settings to the end of the list if a DLSSTweaks.ini file is being changed, since having it near the top would probably just confuse people.
With the NvProfile globals it can only affect all quality levels unfortunately, doesn't seem they added anything to let us change it per-level, would have to setup the DLSSTweaks DLL (beta4 at #85 (comment)) like normal if you need to change those. |
What does the -VSR 5 command do? |
ATM only the |
I can't seem to get this working in Cyberpunk and Lies of P. Both using the latest 3.5 dll from techpowerup. Force enabling dev watermark does nothing. Forcing from the profile inspector does work |
Any idea on what the preset G is? |
E2: the NvProfile settings related to DLSS can now be changed from the DLSSTweaks ConfigTool, you can use this to set any scale ratio you like, rather than needing to edit XML files as the previous ProfileInspector method needed.
Latest ConfigTool can be found in the release on NexusMods (note that these settings are only used by DLSS 3.1.11+ DLLs, you might need to update your games nvngx_dlss.dll file for them to be used)
ConfigTool doesn't require the DLSSTweaks nvngx.dll to be used, you can just extract the DLSSTweaksConfig.exe from the zip release above somewhere on your PC, and then run that EXE to change the DLSS profile settings.
Old post:
E: A customized XML file for NV profile inspector can be found here, you can use that with the normal NV profile inspector release to let you customize scale ratio & force DLAA on 3.1.11+: Orbmu2k/nvidiaProfileInspector#156 (comment)
Should be useful if you're unable to use DLSSTweaks for some reason (eg. MP games, if they allow using DLSS 3.1.11+)
Seems 3.1.11 added some NV profile settings checks, which can let you force DLAA & change the scale ratio/preset as you like:
I tested FORCE_DLAA & "scaling ratio from DRS", both worked fine, but only after I added them to the "base profile", doesn't look like DLSS bothers checking the games profile itself, too bad.
Could be useful for those who can't use DLSSTweaks for some reason, just too bad they didn't add this earlier so that online games stuck on 2.x could have used it...
Maybe I can try looking into whether this could be added to DLSSTweaks GUI or something, afaik NV profiles can be accessed with API...
The text was updated successfully, but these errors were encountered: