Apply 1 suggestion(s) to 1 file(s)

Co-authored-by: hypevhs <4498312-hypevhs@users.noreply.gitlab.com>
This commit is contained in:
Mhowser 2025-04-03 17:59:27 +00:00
parent 612db77bf8
commit 49d0b4afb2

View file

@ -42,7 +42,7 @@ The cause of these issues and whether they are Proton-specific isn't currently k
## Performance ## Performance
In larger sessions Resonite is typically CPU-bound, there isn't much that can be done besides upgrading your CPU. In situations where the GPU is a bottleneck, lowering the resolution <!-- TODO link to resolution scaling --> (either in the OpenXR runtime or through OpenComposite) may help dramatically. In larger sessions Resonite is typically CPU-bound, there isn't much that can be done besides upgrading your CPU. In situations where the GPU is a bottleneck, lowering the resolution <!-- TODO link to resolution scaling --> (either in the OpenXR runtime or through OpenComposite) may help dramatically.
This can be easily done by prepending `OXR_VIEWPORT_SCALE_PERCENTAGE=75` to Resonite's launch options, You might need to adjust the value to a lower one that suits your needs best. This can be easily done by prepending `OXR_VIEWPORT_SCALE_PERCENTAGE=75` to Resonite's launch options. Experiment with different values to find your preferred balance between performance and quality.
## Crash on loading into a world with video players ## Crash on loading into a world with video players