Skip to content

Commit

Permalink
Merge pull request #28 from tombombadilom/main
Browse files Browse the repository at this point in the history
fixed to virtio-vga-gl
  • Loading branch information
tombombadilom committed Nov 12, 2021
2 parents 30e4c9f + 86db917 commit 2bf2284
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ qemu-system-x86_64 \
-serial mon:stdio \
-drive if=pflash,format=raw,readonly,file=packaged-firmware/OVMF_CODE.fd \
-drive if=pflash,format=raw,file=firmware/OVMF_VARS-1024x768.fd \
-device virtio-vga,virgl=on \
-device virtio-vga-gl \
-display sdl,gl=on \
-vga std \
-L /usr/share/seabios/ \
Expand Down
2 changes: 1 addition & 1 deletion launch-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ qemu-system-x86_64 \
-serial mon:stdio \
-drive if=pflash,format=raw,readonly,file=packaged-firmware/OVMF_CODE.fd \
-drive if=pflash,format=raw,file=firmware/OVMF_VARS-1024x768.fd \
-device virtio-vga,virgl=on \
-device virtio-vga-gl \
-display sdl,gl=on \
-vga std \
-L /usr/share/seabios/ \
Expand Down

0 comments on commit 2bf2284

Please sign in to comment.