9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Boyd Roberts <boyd@strakt.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Question about VAIO laptop and mouse support [was ideal Plan9 Laptop]
Date: Tue, 29 Jan 2002 11:58:13 +0100	[thread overview]
Message-ID: <3C568045.96BBFE0A@strakt.com> (raw)
In-Reply-To: <HIEFKKOPDLOCMEKGOFDBEEHNDDAA.ggarbutt@earthlink.net>

Gene Garbutt wrote:
> When asked, "What is the ideal Plan9 laptop?", I have seen responses
> praising the Sony VAIO. My question is what do you use for an external
> mouse?

I use either the trackpad [desperation] or a cordfull logitec serial/ps2
mouse [the old clunky 3 button (pilot?) mouse].

Plan 9's USB support is pretty minimal (iirc) and USB is 'orrible.

I know have the beginnings of a CPU/auth server on a PCG-Z600LEK,
which used to run (and still does) Windows 2000, but I had to re-write
the MBR and all that to get it to go as well as all sorts of trickery
because a: instead of $adisk was by [the installation] /rc/bin/cpurc.

It took me a while, but the hack was:

    c:
    cp /rc/bin/cpurc /tmp/cpurc
    ed /tmp/cpurc
    1,$s/a:/c:/g
    w
    q
    rc -x /tmp/cpurc

[It was late and all this is from memory]


  reply	other threads:[~2002-01-29 10:58 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-25 15:18 [9fans] ideal plan9 laptop andrey mirtchovski
2002-01-25 15:46 ` Ronald G Minnich
2002-01-25 22:18 ` [9fans] " Jim Choate
2002-01-28 11:13   ` ozan s yigit
2002-01-28 12:46     ` Matt H
2002-01-28 18:38     ` [9fans] Question about VAIO laptop and mouse support [was ideal Plan9 Laptop] Gene Garbutt
2002-01-29 10:58       ` Boyd Roberts [this message]
2002-01-25 23:26 ` [9fans] ideal plan9 laptop paurea
2002-01-28 11:13   ` Thomas Bushnell, BSG

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=3C568045.96BBFE0A@strakt.com \
    --to=boyd@strakt.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).