Using desktop VR
To use desktop VR on Linux, you must use Monado. Monado is an open source OpenXR runtime environment for GNU/Linux, designed to provide developers with the basic elements to run on GNU/Linux platforms. Monado is an essential component for running VR projects on the Varwin platform, so a customised build of Monado is used for our needs
Desktop VR on Linux is currently running in experimental mode and only supports one HTC Vive desktop headset
Monado installation is not required to run mobile projects
Installation
Execute the command
sudo apt install varwin-monado
CODEThis command will only work if you have executed the command
wget -q -O - https://dist.varwin.com/debian/stable/17/setup-repo.sh | sudo bash
CODEfrom the previous Varwin installation article
Confirm the action with the password for the current user
Wait for the installation to complete
Launch
- Execute the command
monado-service
CODEDo not close the terminal window where monado-service is running, otherwise running VR applications will terminate
Stopping
- Open the terminal
- Press the key combination Ctrl+C
If any errors occur during the startup process, run the command
rm /run/user/1000/monado_comp_ipc