Skip to content
Snippets Groups Projects
Commit 2e6228bc authored by Pavel Zhukov's avatar Pavel Zhukov
Browse files

flavours/linux: Fix runqemu arguments to run without X11


runqemu's nographic option sets qemu argument `display` to `none` and
this allows to use runqemu script in headless environment (without X11)
Using nographic qemuparam doesn't affect display setting and `sdl` is
used which causes `Could not initialize SDL(x11 not available) -
exiting` error

Signed-off-by: default avatarPavel Zhukov <pavel.zhukov@huawei.com>
parent 11015822
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,6 @@ or via command line, e.g.: ...@@ -29,6 +29,6 @@ or via command line, e.g.:
You can also run generated qemu images with a command: You can also run generated qemu images with a command:
$ runqemu qemux86-64 qemuparams="-nographic" oniro-image-base wic ovmf slirp $ runqemu qemux86-64 oniro-image-base wic ovmf slirp nographic
Then log in as 'oniro' user with 'oniro' as a password. Then log in as 'oniro' user with 'oniro' as a password.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment