Package Details: alvr 20.7.1-2

Git Clone URL: https://aur.archlinux.org/alvr.git (read-only, click to copy)
Package Base: alvr
Description: Experimental Linux version of ALVR. Stream VR games from your PC to your headset via Wi-Fi.
Upstream URL: https://github.com/alvr-org/ALVR
Licenses: MIT
Conflicts: alvr
Provides: alvr
Submitter: m00nw4tch3r
Maintainer: m00nw4tch3r (alvrbot1)
Last Packager: m00nw4tch3r
Votes: 21
Popularity: 0.22
First Submitted: 2021-09-23 21:53 (UTC)
Last Updated: 2024-04-11 19:40 (UTC)

Pinned Comments

m00nw4tch3r commented on 2023-09-28 04:38 (UTC) (edited on 2023-12-30 22:58 (UTC) by m00nw4tch3r)

Might be possible to do something about that with: https://github.com/ValveSoftware/steam-runtime/blob/master/doc/steamlinuxruntime-known-issues.md#sharing-directories-with-the-container

But you can also just force steamvr to launch without a runtime. (https://github.com/Scrumplex/Steam-Play-None)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

D3SOX commented on 2022-05-11 16:12 (UTC)

Thanks, works for me too @Emerick_H

kikijoli commented on 2022-05-11 14:57 (UTC)

genius ! Thanks @Emerick_H

Emerick_H commented on 2022-05-11 01:24 (UTC)

Quick and dirty fix for the Openxrs dependency problem @kikijoli and @D3SOX reported: Edit the PKGBUILD to replace:

cargo fetch --locked --target "$CARCH-unknown-linux-gnu"

with:

sed -i '/experiments/d' ./Cargo.toml
cargo fetch --target "$CARCH-unknown-linux-gnu"

in the prepare function()

kikijoli commented on 2022-05-10 18:45 (UTC) (edited on 2022-05-10 19:19 (UTC) by kikijoli)

 ==> Starting prepare()...
    Updating git repository `https://github.com/zarik5/openxrs`
error: failed to get `openxr` as a dependency of package `client v17.0.0-dev.1 (/var/tmp/pamac-build-kikijoli/alvr/src/alvr/alvr/experiments/client)`

Caused by:
  failed to load source for dependency `openxr`

Caused by:
  Unable to update https://github.com/zarik5/openxrs#8eaf4a1b

Caused by:
  object not found - no match for id (8eaf4a1b48f315674f5be6667ff38d936b6f492b); class=Odb (9); code=NotFound (-3)
==> ERROR: A failure occurred in prepare().
    Aborting...

D3SOX commented on 2022-05-10 17:07 (UTC)

==> Starting prepare()...
    Updating git repository `https://github.com/zarik5/openxrs`
error: failed to get `openxr` as a dependency of package `client v17.0.0-dev.1 (/home/nico/.cache/paru/clone/alvr/src/alvr/alvr/experiments/client)`

Caused by:
  failed to load source for dependency `openxr`

Caused by:
  Unable to update https://github.com/zarik5/openxrs#8eaf4a1b

Caused by:
  object not found - no match for id (8eaf4a1b48f315674f5be6667ff38d936b6f492b); class=Odb (9); code=NotFound (-3)
==> ERROR: A failure occurred in prepare().
    Aborting...
error: failed to build 'alvr-18.2.2.r0.ge0147a42-1': 
error: packages failed to build: alvr-18.2.2.r0.ge0147a42-1

m00nw4tch3r commented on 2022-02-10 06:26 (UTC)

@Leeo97one yes

Leeo97one commented on 2022-02-05 16:35 (UTC)

Is this supposed to work with the recently added NVENC support?

wolcen commented on 2022-01-31 22:55 (UTC)

@Armage69, if you are using rustup to manage rust, you may wish to try rustup default nightly && rustup update.

Note rustup default nightly switches you to the nightly build if you are not already using that. This is what the ALVR folks use to do builds, but it did work for me on stable as well.

To stay on stable (if you are on it already) a rustup update could fix your issue.

rustup show will display your current rust compiler/toolchain.

Armage69 commented on 2022-01-31 15:10 (UTC)

Hi, I cannot install as I get:

Recupero di origin in corso ==> Validazione di source file con md5sums... alvr ... Ignorato ==> Rimozione dell'esistente directory $srcdir/ in corso... ==> Estrazione dei sorgenti in corso... -> Creazione di una copia di lavoro del repository alvr git in corso... Clone in 'alvr' in corso... fatto. Si è passati a un nuovo branch 'makepkg' ==> Avvio di prepare() in corso... error: failed to load manifest for workspace member /home/gaetano/.cache/yay/alvr/src/alvr/alvr/settings-schema-derive

Caused by: failed to parse manifest at /home/gaetano/.cache/yay/alvr/src/alvr/alvr/settings-schema-derive/Cargo.toml

Caused by: feature edition2021 is required

The package requires the Cargo feature called edition2021, but that feature is not stabilized in this version of Cargo (1.55.0 (32da73ab1 2021-08-23)). Consider trying a newer version of Cargo (this may require the nightly release). See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#edition-2021 for more information about the status of this feature. ==> ERRORE: Si è verificato un errore in prepare(). L'operazione sta per essere interrotta... -> errore nella creazione: alvr

Sorry if it is italian language in the error, I tried to reinstall yay, update through pacman and yay. Install of other packages through yay gives no errors. What can i do? Switch to the steam index? :D

kacpi2442 commented on 2022-01-24 16:33 (UTC)

@Altalus it fails to build because of ffmpeg-vulcan package is currently broken, it actually builds version 5.0 of ffmpeg which is too new. Apply my patch from my comment on ffmpeg-vulcan to your PKGBUILD and recompile it, then try to install alvr.