diff options
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-x | scripts/runqemu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu index c467b0eb19..3268bb18ad 100755 --- a/scripts/runqemu +++ b/scripts/runqemu | |||
@@ -1350,7 +1350,7 @@ class BaseConfig(object): | |||
1350 | 1350 | ||
1351 | if self.sdl == True or self.gtk == True or self.egl_headless == True: | 1351 | if self.sdl == True or self.gtk == True or self.egl_headless == True: |
1352 | self.set_dri_path() | 1352 | self.set_dri_path() |
1353 | self.qemu_opt += ' -vga virtio -display ' | 1353 | self.qemu_opt += ' -device virtio-vga-gl -display ' |
1354 | if self.egl_headless == True: | 1354 | if self.egl_headless == True: |
1355 | self.qemu_opt += 'egl-headless,' | 1355 | self.qemu_opt += 'egl-headless,' |
1356 | else: | 1356 | else: |