From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <5d375e920807200555v5b21196pe2a25bd740c830f@mail.gmail.com> Date: Sun, 20 Jul 2008 14:55:16 +0200 From: Uriel To: "Fans of the OS Plan 9 from Bell Labs" <9fans@9fans.net> In-Reply-To: <10b109140807181307k387ace28kfdac9cb2e7dc970@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <10b109140807181307k387ace28kfdac9cb2e7dc970@mail.gmail.com> Subject: Re: [9fans] patch for installation in vmware Topicbox-Message-UUID: ed1fa35a-ead3-11e9-9d60-3106f5b1d025 I thought I had submitted a patch for this a while ago (which as accepted), but maybe I missed the installer. In any case, using patch(1) will have a better chance of getting in. Peace and best wishes uriel On Fri, Jul 18, 2008 at 10:07 PM, Antonin Vecera wrote: > Hello all, > > I proposed a patch which turns off hw acceleration for vga if you boot > in VMware. > But now I find out that it is necessary to do the same in installation tree. > So, if anybody can, please, correct this file /386/bin/aux/vmware on > installation CD (add 1 line): > > #!/bin/rc > > if(aux/isvmware -s){ > echo hwaccel off >'#v/vgactl' <-- add this command > echo -n off >'#P/i8253timerset' > for(i in '#S'/sd??) > if(test -f $i/ctl) > echo dma on >$i/ctl > } > > > > Thanks > and have a nice day. > > Antonin > >