From 44e394b8ce759c1f85dfa68e83af6f0fb1b0834f Mon Sep 17 00:00:00 2001 From: James Tucker <raggi@google.com> Date: Wed, 22 Nov 2017 13:39:36 -0800 Subject: [PATCH] [getting_started] note about QEMU GUI limitations Change-Id: I66f767dd39c94110f23c725634c3c40534a323e2 --- getting_started.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/getting_started.md b/getting_started.md index 980d9f9d81a..bc1d5171db1 100644 --- a/getting_started.md +++ b/getting_started.md @@ -151,6 +151,9 @@ Use `fx run -h` to see all available options. #### Enabling Graphics +Note: Graphics under QEMU are extremely limited due to a lack of Vulkan +support. Only the Zircon UI renders. + To enable graphics under QEMU, add the `-g` flag to `fx run`: ``` -- GitLab