Package Details: alvr-git 21.0.0_dev00.r2802.3bfbd8fe-1

Git Clone URL: https://aur.archlinux.org/alvr-git.git (read-only, click to copy)
Package Base: alvr-git
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
Keywords: alvr games steamvr streaming vr
Licenses: MIT
Conflicts: alvr
Provides: alvr
Submitter: Kierek
Maintainer: m00nw4tch3r
Last Packager: m00nw4tch3r
Votes: 8
Popularity: 0.031636
First Submitted: 2021-06-05 09:08 (UTC)
Last Updated: 2024-02-21 17:12 (UTC)

Pinned Comments

m00nw4tch3r commented on 2023-04-08 19:40 (UTC)

Client download: https://github.com/alvr-org/ALVR-nightly/releases

Latest Comments

1 2 3 Next › Last »

cwrau commented on 2023-05-25 21:35 (UTC)

I need cuda installed to build this, shouldn't this be a dependency?

It could even be a dynamic dependency if nvidia is installed, no?

m00nw4tch3r commented on 2023-04-24 09:28 (UTC)

@clague should be fixed now

clague commented on 2023-04-24 09:17 (UTC)

line 37&38 need add a new line at the head of the echo body, or the "[profile.realse]" won't be a line but appended to an existed line and cause an error.

m00nw4tch3r commented on 2023-04-08 19:40 (UTC)

Client download: https://github.com/alvr-org/ALVR-nightly/releases

Mithras commented on 2023-04-02 18:20 (UTC)

it now works for me out of the box (rtx3090)

danir.de commented on 2023-04-02 14:31 (UTC) (edited on 2023-04-02 14:31 (UTC) by danir.de)

Completely fails to start compilimng for me with my AMD GPU, without the --no-nvidia tag in the cargo prepare. Should look like this on AMD systems, three lines above the build() part:

cargo xtask prepare-deps --platform linux --no-nvidia

With this change applied, it works on AMD!

KeegPNW commented on 2023-04-01 17:54 (UTC)

@Wupwup To my understanding the separate launcher package isn't a thing anymore, so you need to remove "-p alvr_launcher \" from the PKGBUILD.

Wupwup commented on 2023-04-01 16:23 (UTC) (edited on 2023-04-01 16:24 (UTC) by Wupwup)

I ran cd src/alvr && cargo xtask prepare-deps && cd ../.. && makepkg -e like artefact suggested after makepkg -si failed and I got this error message

==> Making package: alvr-git r2427.fa2bcea7-1 (Sat 01 Apr 2023 12:21:16 PM EDT) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> WARNING: Using existing $srcdir/ tree ==> Starting pkgver()... ==> Removing existing $pkgdir/ directory... ==> Starting build()... error: package ID specification alvr_launcher did not match any packages ==> ERROR: A failure occurred in build(). Aborting...

Mithras commented on 2023-03-13 00:59 (UTC)

this is still busted. Has anybody had any luck adding cargo xtask prepare-deps somewhere?