Skip to content
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

When FSR or NIS is enabled, FPS decreases #139

Open
1NFERR opened this issue Feb 6, 2022 · 4 comments
Open

When FSR or NIS is enabled, FPS decreases #139

1NFERR opened this issue Feb 6, 2022 · 4 comments

Comments

@1NFERR
Copy link

1NFERR commented Feb 6, 2022

I checked it in the game The Lab. When openvr fsr is not installed, my frametime is 6.3 ms, when installed (77% resolution), it goes up to 8.8 ms. Is there any way to solve this?

@fholger
Copy link
Owner

fholger commented Feb 6, 2022

The Lab is a bit of a special case. It might be that it's ignoring/circumventing SteamVR resolution settings, in which case the game might not actually be rendering at a lower resolution, but instead rendering at the same resolution, and then it is upscaled to an even higher resolution by FSR, which costs performance. You can check the log file and take note of the mentioned resolutions. If it creates textures that are higher than what your SteamVR settings indicate, then what I wrote is true.

I have to ask, though. Why do you want to apply the mod if you get frametimes of 6.3 ms? That makes very little sense :)

@1NFERR
Copy link
Author

1NFERR commented Feb 6, 2022

Because I wanted to see what the game would look like through FSR and, with FSR, go from 200% resolution to 300-400% (for an even sharper picture, since FSR also applies a sharpness filter)

@Crimson-foxGITHUB
Copy link

I have to ask, though. Why do you want to apply the mod if you get frametimes of 6.3 ms? That makes very little sense :)

I use FSR with Ragnarock to increase the maximum amount of supersampling I can use on that game. A handful of VR games run so well that you can increase the resolution to absolutely absurd values and not have it bottleneck your graphics card. Gorilla Tag, Beat Saber, IETYD2, and a few others.

@VsevolodGolovanov
Copy link

it included the Adaptive Quality system that dynamically adjusts rendering resolution to maintain framerate in VR

https://github.com/ValveSoftware/the_lab_renderer

Could be this system messing with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants