From mboxrd@z Thu Jan 1 00:00:00 1970 From: forsyth@vitanuova.com To: 9fans@cse.psu.edu Subject: Re: [9fans] Where is vgactl? MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-cgsmrlquzfkqrrihgrfjbrzmad" Message-Id: <20011026113426.2838D199E4@mail.cse.psu.edu> Date: Fri, 26 Oct 2001 12:35:03 +0100 Topicbox-Message-UUID: 0e4c1536-eaca-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-cgsmrlquzfkqrrihgrfjbrzmad Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit 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. --upas-cgsmrlquzfkqrrihgrfjbrzmad Content-Type: message/rfc822 Content-Disposition: inline Return-Path: <9fans-admin@cse.psu.edu> Received: from punt-1.mail.demon.net by mailstore for forsyth@vitanuova.com id 1004089860:10:16475:3; Fri, 26 Oct 2001 09:51:00 GMT Received: from psuvax1.cse.psu.edu ([130.203.4.6]) by punt-1.mail.demon.net id aa1118120; 26 Oct 2001 9:50 GMT Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.16.6]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 1386619A1C; Fri, 26 Oct 2001 05:50:39 -0400 (EDT) Delivered-To: 9fans@cse.psu.edu Received: from mercury.bath.ac.uk (mercury.bath.ac.uk [138.38.32.81]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 533001998A for <9fans@cse.psu.edu>; Fri, 26 Oct 2001 05:49:32 -0400 (EDT) Received: from news by mercury.bath.ac.uk with local (Exim 3.12 #1) id 15x3F3-0002S8-00 for 9fans@cse.psu.edu; Fri, 26 Oct 2001 10:25:29 +0100 Received: from GATEWAY by bath.ac.uk with netnews for 9fans@cse.psu.edu (9fans@cse.psu.edu) To: 9fans@cse.psu.edu Message-ID: <50ecc828.0110251744.6dc580ce@posting.google.com> Organization: http://groups.google.com/ Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Subject: [9fans] Where is vgactl? Sender: 9fans-admin@cse.psu.edu Errors-To: 9fans-admin@cse.psu.edu X-BeenThere: 9fans@cse.psu.edu X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: 9fans@cse.psu.edu List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu> List-Archive: Date: Fri, 26 Oct 2001 09:24:34 GMT 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? --upas-cgsmrlquzfkqrrihgrfjbrzmad--