Some time ago, a patch to set hwaccel to off for vmware was submitted (vmware-hwaccel-off). This patch does the same thing for the installer's `vmware' command. Notes: Sun Jul 27 13:51:02 EDT 2008 geoff sort of implemented. Reference: /n/sources/patch/applied/installer-vmware-hwaccel-off Date: Wed Jul 23 19:42:46 CES 2008 Signed-off-by: a.h.vandijk@gmail.com Reviewed-by: geoff --- /sys/lib/dist/pc/sub/vmware Wed Jul 23 19:40:22 2008 +++ /sys/lib/dist/pc/sub/vmware Wed Jul 23 19:40:19 2008 @@ -2,6 +2,7 @@ if(aux/isvmware -s){ echo -n off >'#P/i8253timerset' + echo -n hwaccel off >'#v/vgactl' for(i in '#S'/sd??) if(test -f $i/ctl) echo dma on >$i/ctl