ALVR icon indicating copy to clipboard operation
ALVR copied to clipboard

ALVR v20.11.0 Black Screen on Ubuntu 24.04 - No Display on Quest or ALVR Monitor

Open zuhaitz-arbola opened this issue 1 year ago • 3 comments

Description

I am experiencing a black screen while using ALVR (v20.11.0) with SteamVR on my Oculus Quest. Both the headset and PC seem to connect correctly, but no video is displayed. The ALVR monitor also shows nothing, and the following errors appeared:

"H264 profile does not contain encoding entrypoint" "HEVC profile does not contain encoding entrypoint"

I have already tried setting WAYLAND_DISPLAY='' %command% and __NV_PRIME_RENDER_OFFLOAD=1 __VK_LAYER_NV_optimus=NVIDIA_only __GLX_VENDOR_LIBRARY_NAME=nvidia %command% in the SteamVR launch options, but the issue persists. Based on the output of nvidia-smi, it is confirmed that NVIDIA RTX 3060 is being used, and not the integrated GPU. General Troubleshooting

I carefully followed the instructions in the README and successfully completed the setup wizard. I read the ALVR GitHub Wiki.

Environment

Hardware

CPU: Intel Core i7-10750H GPU: NVIDIA RTX 3060 GPU Driver Version: 550.107.02 Audio: PulseAudio (or PipeWire, if applicable)

Installation

ALVR Version: v20.11.0 ALVR Settings File: Available upon request SteamVR Version: Latest available version from the Steam store Install Type: Portable (tar.gz)

OS Name and Version: Ubuntu 24.04

zuhaitz-arbola avatar Sep 15 '24 19:09 zuhaitz-arbola

Hi there @zuhaitz-arbola , did you look at the linux troubleshooting guide? To get it working on linux, we have to add ~/.local/share/Steam/steamapps/common/SteamVR/bin/vrmonitor.sh %command% to your command line arguments for SteamVR to work properly, which is listed as the first issue on the guide.

Macjja avatar Sep 15 '24 21:09 Macjja

Hi there @zuhaitz-arbola , did you look at the linux troubleshooting guide? To get it working on linux, we have to add ~/.local/share/Steam/steamapps/common/SteamVR/bin/vrmonitor.sh %command% to your command line arguments for SteamVR to work properly, which is listed as the first issue on the guide.

Yes I did, I forgot, sorry, I did and then I obtain these messages:

2024-09-15 23-33-47 2024-09-15 23-33-38

zuhaitz-arbola avatar Sep 15 '24 21:09 zuhaitz-arbola

I think I have similar issue, or something along those lines. I'm using Mint OS which is based on Ubuntu too. The WM I'm using is Cinnamon. What I found is that the NV drivers I have are similar to @zuhaitz-arbola: "GPU Driver Version: 550.107.02" with CUDA Driver 12.4.

I receive the error:

Headset Error
make sure your headset display is in fullscreen mode
Enable fullscreen Mode  -202

In my Quest 3, I see blank screen. I tried different command line options, in "SteamVR", but I got the same outcome. Interestingly, I can see that my Headset is being recognised and the SteamVR window does open.

I wonder if we have to use Wayland for this to work since on my Nubara 40, all works as expected.

snagar avatar Sep 30 '24 07:09 snagar

Same here, im getting no errors in ALVR, only in steamvr that my headset is not in fullscreen mode

jurosic avatar Nov 11 '24 12:11 jurosic

getting here too, ubuntu 24.10 ALVR v20.11.1, dual GPU setup. Running directly from the cli

~/.local/share/Steam/steamapps/common/SteamVR/bin/vrmonitor.sh %command% 

If I run this I get a segfault:

__NV_PRIME_RENDER_OFFLOAD=1 __VK_LAYER_NV_optimus=NVIDIA_only __GLX_VENDOR_LIBRARY_NAME=nvidia /home/guy/.local/share/Steam/steamapps/common/SteamVR/bin/vrmonitor.sh

guysoft avatar Nov 28 '24 20:11 guysoft

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] avatar Jan 28 '25 00:01 github-actions[bot]

Same issue here. Using Linux Mint with proprietary NVIDIA GT 1030 drivers. This card (DDR5) supports H264.

ChristOurLife avatar May 14 '25 21:05 ChristOurLife

same issue here

Sloth-on-meth avatar Jul 11 '25 08:07 Sloth-on-meth

Helped me to fix it:

  1. Verify files integrity found something for me: https://help.steampowered.com/en/faqs/view/0C48-FCBD-DA71-93EB

  2. Use ONLY:

~/.local/share/Steam/steamapps/common/SteamVR/bin/vrmonitor.sh %command% 

adding these made it NOT work:

__NV_PRIME_RENDER_OFFLOAD=1 __VK_LAYER_NV_optimus=NVIDIA_only __GLX_VENDOR_LIBRARY_NAME=nvidia
  1. I upgraded from Ubuntu 24.10 to 25.04.

I have an Asus G14 model 2020 with nvidia gtx 2060 and amd integrated motherboard

guysoft avatar Jul 11 '25 09:07 guysoft