9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Russ Cox <russcox@gmail.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu>
Subject: Re: [9fans] Help with Plan9 Install
Date: Tue, 25 May 2004 22:00:55 -0500	[thread overview]
Message-ID: <ee9e417a0405252000538fe04f@mail.gmail.com> (raw)
In-Reply-To: <4.3.2.7.2.20040525194047.00b2eb30@206.46.170.10>

I don't think you were looking at what I typed
when you did this.  Boot and log in as none,
which leaves you at a text % prompt (none doesn't
get vga by default, for exactly this kind of thing).  Run

    ed /rc/bin/termrc

This will start the editor ed, editing /rc/bin/termrc,
which will print a number on a line by itself.  Type

    /aux.vga

This will move to the line that starts aux/vga.  It will print
something like "                 aux/vga -m $monitor -l $vgasize".
Then type

    a
    echo hwaccel off >/dev/vgactl
    .

which will add the line "echo hwaccel off >/dev/vgactl"
after the line you're currently looking at.

Then type

    w
    q

which will write the file and quit the editor.
You should be back at a % prompt. Run

    fshalt

to make sure the changes are on disk, and
then you can reboot and log in as glenda.

Russ


  reply	other threads:[~2004-05-26  3:00 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-26  2:43 Michael Hughes
2004-05-26  3:00 ` Russ Cox [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-05-26  4:47 Michael Hughes
2004-05-26  5:06 ` Russ Cox
2004-05-26  2:27 Michael Hughes
2004-05-25 23:55 Michael Hughes
2004-05-26  0:01 ` Russ Cox
2004-05-26  0:02   ` Russ Cox
2004-05-26  8:17     ` Richard Miller
2004-05-26 10:25       ` matt
2004-05-26 13:15 ` Nicholas Waples
2004-05-26 15:22   ` ron minnich

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=ee9e417a0405252000538fe04f@mail.gmail.com \
    --to=russcox@gmail.com \
    --cc=9fans@cse.psu.edu \
    /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).