Skip to content

Commit

Permalink
refactor: increase VGA device video memory to 256MB
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg authored and philclifford committed May 13, 2024
1 parent 1819bbb commit 7b5d603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickemu
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ function vm_boot() {
case ${DISPLAY_DEVICE} in
bochs-display) VIDEO="${VIDEO},vgamem=67108864";;
qxl|qxl-vga) VIDEO="${VIDEO},ram_size=65536,vram_size=65536,vgamem_mb=64";;
ati-vga|cirrus-vga|VGA|vmware-svga) VIDEO="${VIDEO},vgamem_mb=64";;
ati-vga|cirrus-vga|VGA|vmware-svga) VIDEO="${VIDEO},vgamem_mb=256";;
esac

# Configure multiscreen if max_outputs was provided in the .conf file
Expand Down

0 comments on commit 7b5d603

Please sign in to comment.