From e17589c799a4b09cfdbcd9e2163b422356f3e24d Mon Sep 17 00:00:00 2001 From: Asumu Takikawa Date: Wed, 8 Jul 2026 09:54:03 -0700 Subject: [PATCH] Remove old reference to sommelier in README Sommelier support was removed in f123d70. Update README to note current X11 forwarding support instead. Signed-off-by: Asumu Takikawa --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fee63745..73c71bf1 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Available options: ## Running graphical applications -If [sommelier](https://chromium.googlesource.com/chromiumos/platform2/+/master/vm_tools/sommelier) is installed in your system, `muvm` will use it to connect to the Wayland session on the hosts, allowing you to run graphical applications in the microVM. +If `DISPLAY` is set, `muvm` uses X11 forwarding to allow you to run graphical applications in the microVM. GPU acceleration is also enabled on systems supporting [DRM native context](https://indico.freedesktop.org/event/2/contributions/53/attachments/76/121/XDC2022_%20virtgpu%20drm%20native%20context.pdf) (freedreno, amdgpu, asahi).