9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: forsyth@vitanuova.com
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Where is vgactl?
Date: Fri, 26 Oct 2001 12:35:03 +0100	[thread overview]
Message-ID: <20011026113426.2838D199E4@mail.cse.psu.edu> (raw)

[-- Attachment #1: Type: text/plain, Size: 516 bytes --]

it isn't bound automatically so you need
	bind -b '#v' /dev
to make it appear in /dev, or use
	echo -n 'size 800x600x8' >'#v/vgactl'

that's probably still not what you intend, because VGA being what it is,
a host of major and minor register values need to be adjusted in most cases,
in a device-dependent way.  use aux/vga, described by vga(8).
read the manual page first, though.  aux/vga eventually sets the
using vgactl, but sets all those registers first, if it can.
it needs to be done outside rio.

[-- Attachment #2: Type: message/rfc822, Size: 1946 bytes --]

To: 9fans@cse.psu.edu
Subject: [9fans] Where is vgactl?
Date: Fri, 26 Oct 2001 09:24:34 GMT
Message-ID: <50ecc828.0110251744.6dc580ce@posting.google.com>

OK, maybe I'm just dumb, but I think I'm doing this right.

I'm trying to change the VGA setting for my system. According to the
docs if I want to change the size of the screen I type:

echo -n 'size 800x600x8' >/dev/vgactl

Right? When I do, I get an error stating something to the effect that
it can't find vgactl. Sure enough, it's not in /dev...or anywhere! Am
I going about this correctly?

             reply	other threads:[~2001-10-26 11:35 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-26 11:35 forsyth [this message]
2001-10-26 12:06 ` Lucio De Re
2001-10-26 14:06 ` Matt Senecal
  -- strict thread matches above, loose matches on Subject: below --
2001-10-26 15:36 forsyth
2001-10-26 16:43 ` Lucio De Re
2001-10-26 15:09 Russ Cox
2001-10-26 16:38 ` Lucio De Re
2001-10-26  9:24 Matt Senecal

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=20011026113426.2838D199E4@mail.cse.psu.edu \
    --to=forsyth@vitanuova.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).