feat: Install faster graphics driver for 2000/XP/2003 (#2167)

This commit is contained in:
Kroese
2026-08-20 22:43:01 +02:00
committed by GitHub
parent eb1befd90e
commit eeaf64bdd9
2 changed files with 73 additions and 6 deletions
+5 -1
View File
@@ -28,7 +28,7 @@ setMachine() {
case "${id,,}" in
"winnt4" | "win2k"* )
"winnt4" )
writeState "vga" "cirrus" || return 1 ;;
*) writeState "vga" "std" || return 1 ;;
@@ -107,6 +107,10 @@ setMachine() {
writeState "args" "-global q35-pcihost.x-pci-hole64-fix=false" || return 1
else
writeState "args" "-global PIIX4_PM.acpi-root-pci-hotplug=off" || return 1
fi ;;
esac