Fedora Atomic #
This documentation applies to both Fedora’s Atomic images (Silverblue, Kinoite, etc.), as well as Universal Blue images (Bazzite, Bluefin, etc.)
AtomicXR #
The recommended way to set up Fedora Atomic for VR is with AtomicXR. See the README for the most up-to date usage instructions.
Installation & Setup #
You’ll need to install Homebrew to use AtomicXR. See this page for installation instructions. If you’re using a Universal Blue image (Bazzite, Bluefin, etc.), it’s already installed for you.
- Add the AtomicXR Homebrew tap:
brew tap matrixfurry.com/atomicxr https://tangled.sh/@matrixfurry.com/homebrew-atomicxr
- Install the AtomicXR CLI (
axr
):brew install atomicxr-cli
Envision #
Installation #
After installing the AtomicXR CLI, you can use axr envision install
to install Envision.
Building profiles #
It’s bad practice to install development packages on your base system, to improve system stabilty and performance. AtomicXR will instead set up a container with all your build depencencies installed. Launching Envision in build mode will start it inside of that container.
To build profiles, right click Envision in your application menu and click “Launch in Build Mode”.
Plugins #
AtomicXR can register Plugins for all supported overlays & tools, so you don’t need to manually add each one:
axr envision plugins register
Overlays & Applications #
Install #
- WlxOverlay-S:
brew install wlx-overlay-s
- WayVR Dashboard:
brew install wayvr-dashboard
- Monado Tracking Origin Calibrator:
brew install motoc
- OSC Avatar Manager:
brew install oscavmgr vrc-advert
OscAvMgr #
OscAvMgr requires VrcAdvert to handle OscQuery.
A command is included to launch OscAvMgr and VrcAdvert together for you (use openxr
for WiVRn):
axr oscavmgr start <babble|openxr|alvr>
Support #
You can open an issue on Tangled, ask questions in this post on the LVRA Discord, or reach out to the maintainer directly.