Skip to content

Commit 50b7c68

Browse files
authored
Merge pull request #990 from afbjorklund/display-default
Document the default option for video.display
2 parents 72922e6 + de13d04 commit 50b7c68

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/default.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,9 @@ firmware:
208208
legacyBIOS: null
209209

210210
video:
211-
# QEMU display, e.g., "none", "cocoa", "sdl", "gtk".
211+
# QEMU display, e.g., "none", "cocoa", "sdl", "gtk", "default".
212+
# Choosing "none" will hide the video output, and not show any window.
213+
# Choosing "default" will pick the first available of: gtk, sdl, cocoa.
212214
# As of QEMU v6.2, enabling this is known to have negative impact
213215
# on performance on macOS hosts: https://gitlab.com/qemu-project/qemu/-/issues/334
214216
# 🟢 Builtin default: "none"

0 commit comments

Comments
 (0)