Forum Discussion
5 years ago
A question to Windows Mixed Reality VR HMD (Odyssey, Reverb...) users with framerate issues: do you have motion reprojection enabled in the driver settings?
- Go to:
..\Steam\steamapps\common\MixedRealityVRDriver\resources\settings - Edit (with Notepad or Notepad++):
default.vrsettings - Change the value from "auto" or "disabled" to "enabled":
{
"driver_Holographic" : {
},
"driver_Holographic_Experimental": {
// Motion reprojection doubles framerate through motion vector extrapolation
// motionvector = force application to always run at half framerate with motion vector reprojection
// auto = automatically use motion reprojection when the application can not maintain native framerate
// disabled = turn off motion reprojection
//
// Comment out or remove this line to use the SteamVR settings for controlling motion reprojection
"motionReprojectionMode" : "enabled",
This should always lock all SteamVR games at 45fps with motion reprojection/asynchronous spacewarp on, which gives you a steady 90fps.
5 years ago
Appreciate this. I will give it a go when I have my VR set up.