korejan / ALVR

Stream VR games from your PC to your headset via Wi-Fi
https://alvr-org.github.io/
MIT License
186 stars 27 forks source link

[Monado Generic Android] App runs in the background but there is no output #80

Open TheBricktop opened 1 year ago

TheBricktop commented 1 year ago

Installed all the necessary runtimes on my Samsung G8 [Android 9 latest] enabled 18.2.3 server on my pc and started the ALXR client but android app immediately goes into background and is not displaying a thing ( black screen ) no pairing is enabled

Description

General Troubleshooting

Environement

Hardware

Note: for Linux, an upload to the hw-probe database is preferred: hw-probe -all -upload steam deck CPU:

GPU:

Audio:

Installation

ALVR Version: server 18.2.3 release portable client latest nightly android client SteamVR Version: latest openXR enabled

Install Type:

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

korejan commented 1 year ago

@TheBricktop Hi, based on user reports of S8 with Android 9 on vulkan.gpuinfo.org, it looks like the S8 GPU drivers do not support all the required Vulkan extensions for ALXR & Monado, the most important one being VK_ANDROID_external_memory_android_hardware_buffer

TheBricktop commented 1 year ago

well there goes my hopes so whats the minimal api level ? S8 has around 1.1.66

korejan commented 1 year ago

well there goes my hopes so whats the minimal api level ? S8 has around 1.1.66

The min API level for ALXR is currently 28 but it could be possible to bring it down to level 26 with some small changes i believe.