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.25
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 »

wolcen commented on 2022-11-02 14:38 (UTC) (edited on 2022-11-02 14:40 (UTC) by wolcen)

@Incomingstick that's an odd one (to me): the cargo command should certainly support a target flag. cargo fetch docs

Is your rust installation managed by rustup (check package provider of cargo with e.g. pacman -Qo cargo)? If so, maybe try running e.g. rustup toolchain install stable && rustup default stable to ensure it is present and set default. The PKGBUILD does specify to use this anyway, but I guess it's worth a check?

incomingstick commented on 2022-11-02 05:42 (UTC)

Receiving the following error:

Cloning into 'alvr'...
done.
Switched to a new branch 'makepkg'
==> Starting prepare()...
error: Unknown flag: '--target'

Usage:
    cargo fetch [options]
==> ERROR: A failure occurred in prepare().
    Aborting...

Emerick_H commented on 2022-09-07 22:59 (UTC)

Note: the 2:5.1.1-3 version of the ffmpeg package recently added vulkan libs by default and so the author of this package removed the dependency for ffmpeg-vulkan (package removed since). If you're using Arch packages that shouldn't be a problem, however if you're on a distro like Manjaro, you will have to switch manually to something like ffmpeg-full while waiting for the ffmpeg package to be updated.

DocMAX commented on 2022-08-29 06:30 (UTC)

yay tries to install the same version over and over again... aur/alvr 18.2.3.r0.gc1c251c4e-1 -> 18.2.3.r0.gc1c251c4-1

m00nw4tch3r commented on 2022-08-29 02:29 (UTC) (edited on 2022-08-29 02:30 (UTC) by m00nw4tch3r)

@shawnsg It's an optional dependency at best, you can just open http://localhost:8082, and any chromium-based browser will work (though you may need to set ALCRO_BROWSER_PATH).

shawnsg commented on 2022-08-29 02:26 (UTC)

please add chromium as a dependency, you cannot get the GUI without it.

OzzyHelix commented on 2022-07-10 18:40 (UTC)

ffmpeg-vulkan and ffmpeg-obs are in conflict

m00nw4tch3r commented on 2022-06-18 17:34 (UTC)

@Patola recompile the ffmpeg-vulkan package with e.g. paru -S ffmpeg-vulkan --rebuild

Patola commented on 2022-06-13 17:11 (UTC)

Apparently this latest package is not working. The alvr portable from upstream works: https://github.com/alvr-org/ALVR/releases/download/v18.2.3/alvr_server_linux_portable.tar.gz The current arch package does not work: https://github.com/alvr-org/ALVR/issues/1089

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

Thanks, works for me too @Emerick_H