9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Russ Cox" <rsc@plan9.bell-labs.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] X11 for Plan 9
Date: Wed,  9 Apr 2003 11:42:06 -0400	[thread overview]
Message-ID: <80eb8609f9e675de6be3fd04434c5876@plan9.bell-labs.com> (raw)
In-Reply-To: <09ee01c2feae$03e57850$eb4a800a@will5510>

> o why is twm for X11 on Plan 9 2 Megs where its 180K on Sun?

because it is statically linked on plan 9 and not on sun.

>     In general the binaries seem to be a lot bigger. This goes against the
>     Plan 9 norm of much smaller binaries.

plan 9 binaries are smaller because the programs are
simpler.  but there's no magic: if you compile an enormous
program you get an enormous binary.  look at /386/bin/gs.

> o xterm will not run for me - it says it has run out of ptys

you need to copy /n/sources/extra/ptyfs.c to /sys/src/ape/9src
and then build it.  the "then build it" is not trivial, since it's
an old 9P1 server and needs to be converted.  steve simon
was asking about this a few days ago, so you might want to
check with him to avoid duplicating effort.

> o I cannot connect to the X display from another non Plan 9 box
>    running X - this has put a serious dampener on my playing of xtank and
>    xrisk!

xhost +

russ



  reply	other threads:[~2003-04-09 15:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-09 15:38 will551
2003-04-09 15:42 ` Russ Cox [this message]
2003-04-09 19:35   ` Geoff Collyer

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=80eb8609f9e675de6be3fd04434c5876@plan9.bell-labs.com \
    --to=rsc@plan9.bell-labs.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).