# Make sure to install the correct vulkan driver for your video card:sudopacman-Samdvlk# Install Monadoyaymonado-git# At the time of this writing the openxr-loader-git package is# broken due to a python dependency issue. We therefore need to# workaround it (see https://github.com/pallets/markupsafe/issues/282#issuecomment-1043899655)#pacman -S python-pip#pip install -Iv markupsafe==2.0.1# Install OpenXR Loader#yay openxr-loader-git
Test
Now as everything is installed now, its time to probe for devices to see whether Monado is capable to detect your hardware. You should see something similar to the output below:
monado-clitest::Creatinginstance!::Probing!::Dumping!...::Creatingsystemdevices!WARN [setup_visual_trackers] No visual trackers were setERROR [opengloves_get_bt_devices] Failed to open socket!ERROR [opengloves_get_bt_devices] Failed to open socket!ERROR [opengloves_load_config_file] Failed to load config fileINFO [p_create_system] Creating system:Builders:rgb_tracking:RGBtrackingbaseddevices (PSVR, PSMV,...)lighthouse:Lighthouse-tracked (Vive, Index,Tundratrackers,etc.) devices builderremote:Remotesimulationdevicesbuilderlegacy:LegacyprobingsystemNobuilderselectedinconfig (or wasn't compiled in) Selected lighthouse because it was certain it could create a head Using builder lighthouse: Lighthouse-tracked (Vive, Index, Tundra trackers, etc.) devices builder Result: XRT_SUCCESS :: Listing created devices! 0: Valve Index (vive) 1: Valve Index Right Controller (vive) 2: Valve Index Left Controller (vive) :: Listing role assignments! head: Valve Index (vive) left: Valve Index Left Controller (vive) right: Valve Index Right Controller (vive) gamepad: <none> hand_tracking.left: Valve Index Left Controller (vive) hand_tracking.right: Valve Index Right Controller (vive) :: All ok, shutting down. :: Exiting '0'
Run
Everything seems fine, so lets start the monado-service: