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 19:01:49 -0500	[thread overview]
Message-ID: <ee9e417a04052517011a5a95f0@mail.gmail.com> (raw)
In-Reply-To: <4.3.2.7.2.20040525165351.00b22cb8@206.46.170.10>

> I keep getting dumped to a screen printing out stuff like

This happens during an install, or after you've installed
and are logging in for the first time?  If the latter,
try logging in as none, which will not start vga.
Then type

ed /rc/bin/termrc
/vga
a
echo hwaccel off >/dev/vgactl
.
w
q
fshalt

and reboot and log in as glenda.

The problem is that the video driver is trying
to use hardware acceleration to speed things
up, but it apparently doesn't support your card.
We should make the driver turn off hardware
acceleration after the first message is printed.

Russ


  reply	other threads:[~2004-05-26  0:01 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-25 23:55 Michael Hughes
2004-05-26  0:01 ` Russ Cox [this message]
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
2004-05-26  2:27 Michael Hughes
2004-05-26  2:43 Michael Hughes
2004-05-26  3:00 ` Russ Cox
2004-05-26  4:47 Michael Hughes
2004-05-26  5:06 ` Russ Cox

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=ee9e417a04052517011a5a95f0@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).