9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: andrey mirtchovski <mirtchov@cpsc.ucalgary.ca>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Plan9 VICE port
Date: Sat,  4 Jun 2005 13:02:27 -0600	[thread overview]
Message-ID: <94128e3e6b06512ea985532920f885ca@plan9.ucalgary.ca> (raw)
In-Reply-To: <20050604185446.17949.qmail@web52106.mail.yahoo.com>


>> % ape/X11/X
> 
> As soon as I do this I get :
> 
> Fatal server error:
> 
> Cannot open /dev/draw/new
> last plan 9 error:

in Plan 9 X runs in a window within the default Plan 9 graphical
environment -- rio.

rio should be started when you start the machine if you have a
supported vga card.  just in case, here's how you get /dev/draw in:

plan9% cat mrio
#!/bin/rc

aux/mouse ps2intellimouse
aux/vga -l 1280x1024x24
exec rio -s
plan9% 

for more information see the plan 9 wiki, which has instructions on
handling vga issues



  reply	other threads:[~2005-06-04 19:02 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-04 18:54 Marco van den Heuvel
2005-06-04 19:02 ` andrey mirtchovski [this message]
2005-06-04 20:43 ` Russ Cox
  -- strict thread matches above, loose matches on Subject: below --
2005-06-04 19:52 Marco van den Heuvel
2005-06-04 18:15 Marco van den Heuvel
2005-06-06 15:29 ` LiteStar numnums
2005-06-04 15:33 Marco van den Heuvel
2005-06-04 18:37 ` andrey mirtchovski

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=94128e3e6b06512ea985532920f885ca@plan9.ucalgary.ca \
    --to=mirtchov@cpsc.ucalgary.ca \
    --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).