Package Details: monado 24.0.0-2

Git Clone URL: https://aur.archlinux.org/monado.git (read-only, click to copy)
Package Base: monado
Description: An open source OpenXR runtime
Upstream URL: https://monado.dev/
Licenses: BSL-1.0
Provides: openxr-runtime
Submitter: dbermond
Maintainer: dbermond
Last Packager: dbermond
Votes: 4
Popularity: 0.009841
First Submitted: 2021-02-16 02:03 (UTC)
Last Updated: 2025-01-14 19:36 (UTC)

Latest Comments

1 2 Next › Last »

dbermond commented on 2025-01-14 19:37 (UTC)

@Dewedin implemented.

Dewedin commented on 2025-01-14 08:11 (UTC)

Please include the cmake option -DXRT_HAVE_SYSTEM_CJSON:BOOL='OFF' Without this, games running from Steam with OpenComposite are unable to load Monado. I have verified that building with this option resolves the issue for this package (and I did already have the cjson package installed to the system too so that on its own did not resolve it, probably a quirk with Steam's pressure-vessel game containerisation). The solution is taken from this tutorial which states 'If there is an error related to libcjson.so.1 you will need to build Monado with the cmake option -DXRT_HAVE_SYSTEM_CJSON=off.'

Perdu commented on 2024-12-14 19:07 (UTC) (edited on 2024-12-14 19:32 (UTC) by Perdu)

Edit: Never mind, it's a problem with the librealsense AUR package

dbermond commented on 2024-10-07 18:47 (UTC)

@Perdu I've just checked, and the package is building fine. Using librealsense stable version 2.55.1.

Perdu commented on 2024-10-06 10:43 (UTC)

Build fails:

CMake Error at /lib/cmake/realsense2/realsense2Config.cmake:11 (message):
  File or directory //include referenced by variable realsense2_INCLUDE_DIR
  does not exist !
Call Stack (most recent call first):
  /lib/cmake/realsense2/realsense2Config.cmake:33 (set_and_check)
  CMakeLists.txt:109 (find_package)

(with librealsense, as librealsense-git fails build as well)

dbermond commented on 2024-05-15 00:39 (UTC)

@seeseemelk That's due to libsurvive dependencies being updated. Needed to update it here too. Package updated, now building fine. Thanks for pointing this.

seeseemelk commented on 2024-05-14 12:21 (UTC)

I could not get this to build until I installed the package cnmatrix. Missing dependency?

dbermond commented on 2024-02-26 15:31 (UTC)

@Elmar Configuration of the openxr loader with config files and/or environment variable is a user task, and not a task for the package providing the openxr runtime implementation. We should not force an openxr runtime implementation to be active in the packaging level, as the user should be free to chose the desired openxr runtime, specially when multiple ones are installed.

Elmar commented on 2024-02-19 21:33 (UTC)

After installing this packet, I have problems listing runtimes and executing applications with the loader because it doesn't find the JSON config file for loading the runtime.

As a usability enhancement, this package could provide the active_runtime.json (if it doesn't exist yet). In the Monado Getting Started guide, it mentions making a symlink to /usr/share/openxr/1/openxr_monado.json from /etc/xdg/openxr/1/active_runtime.json (according to source code it also looks for /etc/openxr/1/active_runtime.json).