9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: erik quanstrom <quanstro@quanstro.net>
To: 9fans@9fans.net
Subject: Re: [9fans] Parallels mysteriously loosing /dev/draw
Date: Tue, 15 Oct 2013 21:33:10 -0400	[thread overview]
Message-ID: <db3b4e7a37de07d7439906d5eaaa15f7@brasstown.quanstro.net> (raw)
In-Reply-To: <50FB5081-E9C0-4D55-A7CA-EBD02FD13616@orthanc.ca>

> The aux/vga in termrc isn't running.  The one I added to
> $home/lib/profile is.  (And why isn't 'flag +x' added to
> /rc/bin/termrc barfing out the expected trace data?  The 'echo kill
> -roy' immediately below it fires off.)

at least on my machine, the simplified relevant bit looks like

	if(test -f /dev/mousectl && ~ $mouseport ps2 ps2intellimouse 0 1 2 usb){
		if(! ~ $"monitor '' && ! ~ `{cat /dev/user} none)@{
			run vga from in here
		}

so if yours is similar, which one of the follwing is false?

1.	test -f /dev/mousectl
2	~ $mouseport ps2 ps2intellimouse 0 1 2 usb
3.	! ~ $"monitor ''
4.	! ~ `{cat /dev/user} none


could /dev/user be none, while $user = your user?

- erik



  reply	other threads:[~2013-10-16  1:33 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-15  0:38 Lyndon Nerenberg
2013-10-15  2:30 ` erik quanstrom
2013-10-15  2:35   ` Lyndon Nerenberg
2013-10-15  2:38     ` erik quanstrom
2013-10-15 20:31       ` Lyndon Nerenberg
2013-10-15 20:36         ` erik quanstrom
2013-10-16  1:22           ` Lyndon Nerenberg
2013-10-16  1:33             ` erik quanstrom [this message]
2013-10-16  1:37               ` Lyndon Nerenberg
2013-10-16  1:39                 ` erik quanstrom
2013-10-16  1:44                   ` Lyndon Nerenberg

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=db3b4e7a37de07d7439906d5eaaa15f7@brasstown.quanstro.net \
    --to=quanstro@quanstro.net \
    --cc=9fans@9fans.net \
    /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).