alvr-org / ALVR

Stream VR games from your PC to your headset via Wi-Fi
MIT License
5.58k stars 495 forks source link

Dashboard with graphical bug #2541

Closed eHonnef closed 2 days ago

eHonnef commented 2 days ago

Description

Hello all,

When I open the ALVR dashboard it has a weird graphical bug, then I cannot start anything.

The image below shows the bug:

2024-11-29_19-14

General Troubleshooting

Environment

Hardware

hw-probe link

Installation

ALVR Version: 20.11.1

ALVR Settings File: session.json

SteamVR Version: 2.8.7

Launch options: STEAM_RUNTIME_HEAVY="~/.steam/bin64/steam-runtime-heavy" DRI_PRIME=1 ~/.local/share/Steam/steamapps/common/SteamVR/bin/vrmonitor.sh %command%

Install Type:

OS Name and Version (winver on Windows or grep PRETTY_NAME /etc/os-release on most Linux distributions): Fedora Linux 40 (KDE Plasma)

Vixea commented 2 days ago

Looks like your not using radv please read the wiki

Vixea commented 2 days ago

I'm going to close the issue because its not our bug and its not our dashboard but steamvr's but we can continue to try and resolve it. Keep in mind using discord or matrix is better and where support questions should go

eHonnef commented 2 days ago

Sorry that I've used the wrong channel, and thanks for the reply :D

So... I've managed to fix it, on my hw-probe info, I am using radv:

VkPhysicalDeviceVulkan12Properties:
-----------------------------------
    driverID                                             = DRIVER_ID_MESA_RADV
    driverName                                           = radv
    driverInfo                                           = Mesa 24.1.7
    conformanceVersion:
        major    = 1
        minor    = 3
        subminor = 0
        patch    = 0

What solved was to disable the integrated GPU in the bios.

And I've updated the launch options to this: WAYLAND_DISPLAY='' DRI_PRIME=1 ~/.local/share/Steam/steamapps/common/SteamVR/bin/vrmonitor.sh %command%

Vixea commented 2 days ago

Awesome thanks for posting your solution too