[13818] | 1 | .\" $Id: config_console.1,v 1.1 1999-10-30 11:27:28 kcr Exp $ |
---|
| 2 | .TH CONFIG_CONSOLE 1 "16 November 1990" |
---|
| 3 | .ds ]W MIT Project Athena |
---|
| 4 | .SH NAME |
---|
| 5 | config_console, show_console, hide_console \- reconfigure X console window |
---|
| 6 | .SH SYNOPSIS |
---|
| 7 | .nf |
---|
| 8 | config_console [-hide] [-show] [-config] |
---|
| 9 | hide_console [-hide] [-show] [-config] |
---|
| 10 | show_console [-hide] [-show] [-config] |
---|
| 11 | .fi |
---|
| 12 | .SH DESCRIPTION |
---|
| 13 | This program allows the user to manipulate the console window. If |
---|
| 14 | invoked as \fBconfig_console\fR or given the \fB-config\fR argument, |
---|
| 15 | it will reconfigure the console. This causes the console to re-read |
---|
| 16 | its resources, re-grab the logical console for the workstation, and |
---|
| 17 | hide itself. To change the default behavior of the console, load your |
---|
| 18 | console resources into the X server with ``xrdb -merge |
---|
| 19 | \fIfilename\fR'', then invoke \fIconfig_console\fR. See console(8) |
---|
| 20 | for a list of resources that are honored. |
---|
| 21 | |
---|
| 22 | If the program is called \fBhide_console\fR or it is invoked with the |
---|
| 23 | \fB-hide\fR argument, instead of reconfiguring the console it will |
---|
| 24 | make the window disappear until the next time it has something to |
---|
| 25 | display. |
---|
| 26 | |
---|
| 27 | If the program is called \fBshow_console\fR or it is invoked with the |
---|
| 28 | \fB-show\fR argument, instead of reconfiguring the console it will |
---|
| 29 | make the window reappear on the screen. |
---|
| 30 | |
---|
| 31 | .SH FILES |
---|
| 32 | /var/athena/console.pid |
---|
| 33 | |
---|
| 34 | .SH "SEE ALSO" |
---|
| 35 | console(8), dm(8), xrdb(1) |
---|
| 36 | |
---|
| 37 | .SH AUTHOR |
---|
| 38 | Mark Rosenstein, MIT Project Athena |
---|
| 39 | .br |
---|
| 40 | Copyright (c) 1990 Massachusetts Institute of Technology |
---|
| 41 | |
---|
| 42 | |
---|