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:
+1
-1
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user