refactor: increase VGA device video memory to 256MB

This commit is contained in:
Martin Wimpress 2024-05-12 17:47:47 +01:00 committed by Martin Wimpress
parent db1e602cf1
commit 5f9ff30643
1 changed files with 1 additions and 1 deletions

View File

@ -795,7 +795,7 @@ function vm_boot() {
case ${DISPLAY_DEVICE} in case ${DISPLAY_DEVICE} in
bochs-display) VIDEO="${VIDEO},vgamem=67108864";; bochs-display) VIDEO="${VIDEO},vgamem=67108864";;
qxl|qxl-vga) VIDEO="${VIDEO},ram_size=65536,vram_size=65536,vgamem_mb=64";; 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 esac
# Configure multiscreen if max_outputs was provided in the .conf file # Configure multiscreen if max_outputs was provided in the .conf file