Get stuttering in SteamVR on a Quest? Someone on Reddit may have the solution.

Man of Honour
Joined
18 Oct 2002
Posts
42,205

Here's the whole post, but what it effectively says is that SteamVR is always running it's motion smoothing.

You only can disable it by editing a settings file.

Open this file for the default settings: C:\Program Files (x86)\Steam\steamapps\common\SteamVR\resources\settings\default.vrsettings

Search for the line: "motionSmoothing" : true,

Change the true to false and save the file.

Open the file: C:\Program Files (x86)\Steam\config\steamvr.vrsettings

Go to the section titled: "steamvr" : {

Go to the last line in that section and add a new line with : "motionSmoothing" : false

Add a comma to the end of the previous line and save the file. There should only be no comma on the last line in the section, otherwise you break the file layout.

Seems that it works too.
 
is this ccorrect ?

{
"DesktopUI" : {
"pairing" : "1191,451,800,600,0",
"settings_desktop" : "1608,482,800,600,0"
},
"GpuSpeed" : {
"gpuSpeed0" : 4906,
"gpuSpeed1" : 4882,
"gpuSpeedCount" : 2,
"gpuSpeedDriver" : "32.0.15.7216",
"gpuSpeedHorsepower" : 4894,
"gpuSpeedRenderTargetScale" : 1.5,
"gpuSpeedVendor" : "NVIDIA GeForce RTX 5080",
"gpuSpeedVersion" : 2
},
"LastKnown" : {
"ActualHMDDriver" : "oculus",
"HMDManufacturer" : "Oculus",
"HMDModel" : "Meta Quest 3"
},
"steamvr" : {
"haveStartedTutorialForNativeChaperoneDriver" : true,
"installID" : "13673667745330002963",
"lastVersionNotice" : "2.8.8",
"lastVersionNoticeDate" : "1733878406"
}
} ,
"motionSmoothing" : false
 
no..... the end should be..

"steamvr" : {
"haveStartedTutorialForNativeChaperoneDriver" : true,
"installID" : "13673667745330002963",
"lastVersionNotice" : "2.8.8",
"lastVersionNoticeDate" : "1733878406",
"motionSmoothing" : false
}
}
 
Back
Top Bottom