9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Antonin Vecera" <antonin.vecera@gmail.com>
To: 9fans@9fans.net
Subject: [9fans] patch for installation in vmware
Date: Fri, 18 Jul 2008 22:07:33 +0200	[thread overview]
Message-ID: <10b109140807181307k387ace28kfdac9cb2e7dc970@mail.gmail.com> (raw)

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



             reply	other threads:[~2008-07-18 20:07 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-18 20:07 Antonin Vecera [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=10b109140807181307k387ace28kfdac9cb2e7dc970@mail.gmail.com \
    --to=antonin.vecera@gmail.com \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).