pmbootstrap qemu: change default frontend to GTK (MR 2044)

Fix issues occurring when using pmbootstrap qemu with proprietary
Nvidia drivers as well as mouse misalignment issues on Phosh UI.

Signed-off-by: Mark Hargreaves <clashclanacc2602@gmail.coM>
This commit is contained in:
Mark Hargreaves 2021-04-04 22:31:50 +03:00 committed by Oliver Smith
parent 303e7cd648
commit 57c830c410
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 2 additions and 2 deletions

View File

@ -315,8 +315,8 @@ def arguments_qemu(subparser):
ret.add_argument("--display", dest="qemu_display",
choices=["sdl", "gtk", "none"],
help="QEMU's display parameter (default: sdl,gl=on)",
default="sdl", nargs="?")
help="QEMU's display parameter (default: gtk,gl=on)",
default="gtk", nargs="?")
ret.add_argument("--no-gl", dest="qemu_gl", default=True,
action='store_false', help="Avoid using GL for"
" accelerating graphics in QEMU (use software"