The vmware vga implementation doesn't work with Haiku yet anyway (different bpp than the driver wants). The std one doesn't work anymore due to a regression... just remove the option and leave it fallback to cirrus for now, works but ends up in 16bpp by default.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34334 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2009-11-28 21:44:29 +00:00
parent 31f8763031
commit bea66afaeb
+1 -1
View File
@@ -79,7 +79,7 @@ define("QEMU_ARGS", ""
."-parallel none " ."-parallel none "
."-net none " ."-net none "
."-usbdevice wacom-tablet " ."-usbdevice wacom-tablet "
."-vga vmware " //."-vga vmware "
."-snapshot "); ."-snapshot ");
// absolute path to the image. // absolute path to the image.