9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Russ Cox <rsc@swtch.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu>
Subject: Re: [9fans] some installation problems (was "panic: vmap")
Date: Wed,  4 Jan 2006 07:05:40 -0500	[thread overview]
Message-ID: <ee9e417a0601040405s58029f46u89b6e19a4d6e2ff9@mail.gmail.com> (raw)
In-Reply-To: <87f034ae0601040019x34daf965rcb172ea06e8dfc12@mail.gmail.com>

> The wiki gives the following instructions to modify /lib/vgadb:
> ramfs
> ed /lib/vgadb

> If you select Boot at startup, you aren't given write permission to
> /lib/vgadb, and as a result, these instructions can't be followed.  If
> you select Install at startup, you can do this just fine.  However,
> executing "ramfs" produces the following output: '/bin/boot' file does
> not exist.  Luckily you don't even need the temporary filesystem,
> because a write to /lib/vgadb works just fine.  If this behavior is
> how it should be, the wiki should be changed, but I will wait on that
> until it's decided what the desired behavior is.

The ramfs is for ed's /tmp files, not /lib/vgadb.
I think on the boot floppy /tmp is not writable.

> The following is just a suggestion.  When Install is selected, a few
> files are missing from /bin.  One of them is p.  If a user is forced
> to exist in a pre-install text screen, this would be a big help in
> reading files.

There are a lot of files missing from bin.  It's hard to get them all
onto a floppy image, which is what you're booting off of when you
choose install.

> The last is in regards to my video card.  When I boot and select the
> vga monitor, I am taken to a vga screen running an extremely slowly
> printing and responding terminal, and the mouse cursor is a distorted
> image.  When started by answering vga as the monitor, the vga terminal
> (slowly) prints messages resembling "idle stat 172 put 177 scr
> f02f18a4 F0162156".  I can instead pick none for the monitor and start
> the vga screen with aux/vga, the result being the same slow terminal,
> but without the idle messages.

This means that the video acceleration in the kernel isn't
driving your card quite right and is timing out.
If you echo hwaccel off >/dev/vgactl this will go away.
Doing it before running aux/vga is easiest.

Another solution should be to run with monitor=vesa.

I doubt your cursor shows up either, but that's not related.
I fixed the cursor code in the native nvidia driver just
now (I think).  Running with monitor=vesa will avoid this
bug too.

Russ


  reply	other threads:[~2006-01-04 12:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-04  8:19 Matt Stewart
2006-01-04 12:05 ` Russ Cox [this message]
2006-01-04 17:00   ` Matt Stewart
2006-01-05  6:14     ` 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=ee9e417a0601040405s58029f46u89b6e19a4d6e2ff9@mail.gmail.com \
    --to=rsc@swtch.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).