I particularly run this batch file before starting the Oculus application.
That saves me from using ODT / OTT every time.
NOTE: To use, copy untranslated text.
The file is independent of where it is used (the desktop for example)
ECHO OFF
echo server:asw.Off > “TEMP.txt”
echo service set-pixels-per-display-pixel-override 1.0 >> “TEMP.txt”
echo service set-client-fov-tan-angle-multiplier 0.75 0.75 >> “TEMP.txt”
echo service enable-adaptive-gpu-perf-scale Off >> “TEMP.txt”
echo exit >> “TEMP.txt”
call “C:\Program Files\Oculus\Support\oculus-diagnostics\OculusDebugToolCLI.exe” -f “%~dp0\TEMP.txt”
del “TEMP.txt”
EXIT
