From f295e7b32af2d024afd9439c4e49e02407f42f66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 3 Nov 2025 18:05:16 +0100 Subject: [PATCH] README: document pipewire not working --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c1563e..86e5096 100644 --- a/README.md +++ b/README.md @@ -53,4 +53,7 @@ PATH=$PWD/muvm/target/release:$PATH ./munix testvm - Linux system with KVM support (`/dev/kvm`) - For GPU acceleration: Kernel 6.13+ with compatible drivers (amdgpu, msm) - For Wayland: `XDG_RUNTIME_DIR` and `WAYLAND_DISPLAY` set -- For audio: PipeWire running with `PIPEWIRE_RUNTIME_DIR` or `XDG_RUNTIME_DIR` + +## Known Issues + +- **PipeWire audio**: Not yet working.