9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] patch for installation in vmware
@ 2008-07-18 20:07 Antonin Vecera
  2008-07-19  7:30 ` Sander van Dijk
  2008-07-20 12:55 ` Uriel
  0 siblings, 2 replies; 7+ messages in thread
From: Antonin Vecera @ 2008-07-18 20:07 UTC (permalink / raw)
  To: 9fans

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



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-07-23  9:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-18 20:07 [9fans] patch for installation in vmware Antonin Vecera
2008-07-19  7:30 ` Sander van Dijk
2008-07-19 13:50   ` Russ Cox
2008-07-19 15:48     ` Sander van Dijk
2008-07-20  8:11       ` Sander van Dijk
2008-07-20 12:55 ` Uriel
2008-07-23  9:43   ` Sander van Dijk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).