VR/zh: Difference between revisions

Ardenet (talk | contribs)
Created page with "WiVRn 是一款基于 Monado 构建的 OpenXR 流媒体应用程序。它能够将独立的 VR 头戴设备无线连接到 Linux 计算机。如果您的头戴设备不是无线的,请查阅 Monado。 WiVRn 模块的示例用法:"
Ardenet (talk | contribs)
Created page with "与 Monado 一样,您还须添加 WiVRn 的启动参数以允许访问 Socket:<code>PRESSURE_VESSEL_FILESYSTEMS_RW=$XDG_RUNTIME_DIR/wivrn/comp_ipc %command%</code>"
Line 106: Line 106:
WiVRn 模块的示例用法:
WiVRn 模块的示例用法:


<div lang="en" dir="ltr" class="mw-content-ltr">
{{Warning|WiVRn 0.23 版本开始,WiVRn 会自行管理 opencomposite 路径。仅在使用低于 v0.23 的版本时使用上述 opencomposite 配置。}}
{{Warning|As of WiVRn version 0.23, WiVRn now manages the opencomposite paths itself. Only use the above opencomposite configuration when using versions below v0.23.}}
</div>


{{File|/etc/nixos/configuration.nix|nix|3=services.wivrn = {
{{File|/etc/nixos/configuration.nix|nix|3=services.wivrn = {
Line 145: Line 143:
};}}
};}}


<div lang="en" dir="ltr" class="mw-content-ltr">
Monado 一样,您还须添加 WiVRn 的启动参数以允许访问 Socket:<code>PRESSURE_VESSEL_FILESYSTEMS_RW=$XDG_RUNTIME_DIR/wivrn/comp_ipc %command%</code>
Like Monado, you will also have to add the launch argument for WiVRn to allow access to the socket: <code>PRESSURE_VESSEL_FILESYSTEMS_RW=$XDG_RUNTIME_DIR/wivrn/comp_ipc %command%</code>
</div>


== Envision ==
== Envision ==