mirror of
https://github.com/dockur/windows.git
synced 2026-08-24 07:39:00 +01:00
feat: Install faster graphics driver for 2000/XP/2003 (#2167)
This commit is contained in:
+5
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user