[haiku-commits] r34334 - haiku/trunk/3rdparty/mmu_man/onlinedemo

  • From: revol@xxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 28 Nov 2009 22:44:29 +0100 (CET)

Author: mmu_man
Date: 2009-11-28 22:44:29 +0100 (Sat, 28 Nov 2009)
New Revision: 34334
Changeset: http://dev.haiku-os.org/changeset/34334/haiku

Modified:
   haiku/trunk/3rdparty/mmu_man/onlinedemo/haiku.php
Log:
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.


Modified: haiku/trunk/3rdparty/mmu_man/onlinedemo/haiku.php
===================================================================
--- haiku/trunk/3rdparty/mmu_man/onlinedemo/haiku.php   2009-11-28 20:03:15 UTC 
(rev 34333)
+++ haiku/trunk/3rdparty/mmu_man/onlinedemo/haiku.php   2009-11-28 21:44:29 UTC 
(rev 34334)
@@ -79,7 +79,7 @@
        ."-parallel none "
        ."-net none "
        ."-usbdevice wacom-tablet "
-       ."-vga vmware "
+       //."-vga vmware "
        ."-snapshot ");
 
 // absolute path to the image.


Other related posts: