VR: Difference between revisions
m Update Home Manager OpenXR runtime config |
PassiveLemon (talk | contribs) m Update WiVRn information |
||
| Line 86: | Line 86: | ||
== WiVRn == | == WiVRn == | ||
WiVRn is an OpenXR streaming application built around Monado. It wirelessly connects a standalone VR headset to a Linux computer. If your headset is not wireless, look at [[VR#Monado|Monado]] instead. | |||
Example usage of the WiVRn module:<syntaxhighlight lang="nix"> | Example usage of the WiVRn module:<syntaxhighlight lang="nix"> | ||
| Line 94: | Line 96: | ||
# Write information to /etc/xdg/openxr/1/active_runtime.json, VR applications | # Write information to /etc/xdg/openxr/1/active_runtime.json, VR applications | ||
# will automatically read this and work with | # will automatically read this and work with WiVRn (Note: This does not currently | ||
# apply for games run in Valve's Proton) | |||
defaultRuntime = true; | defaultRuntime = true; | ||
# | # Run WiVRn as a systemd service on startup | ||
autoStart = true; | autoStart = true; | ||
| Line 105: | Line 107: | ||
enable = true; | enable = true; | ||
json = { | json = { | ||
# 1.0x | # 1.0x foveation scaling | ||
scale = 1.0; | scale = 1.0; | ||
# 100 Mb/s | # 100 Mb/s | ||