icon Top 9 categories map      RocketAware >

scon(1)

Tips: Browse or Search all pages for efficient awareness of more than 6000 of the most popular reusable and open source applications, functions, libraries, and FAQs.


The "RKT couplings" below include links to source code, updates, additional information, advice, FAQs, and overviews.


Home

Search all pages


Subjects

By activity
Professions, Sciences, Humanities, Business, ...

User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...

Text Strings
Conversions, tests, processing, manipulation,...

Math
Integer, Floating point, Matrix, Statistics, Boolean, ...

Processing
Algorithms, Memory, Process control, Debugging, ...

Stored Data
Data storage, Integrity, Encryption, Compression, ...

Communications
Networks, protocols, Interprocess, Remote, Client Server, ...

Hard World
Timing, Calendar and Clock, Audio, Video, Printer, Controls...

File System
Management, Filtering, File & Directory access, Viewers, ...

    

RocketLink!--> Man page versions: OpenBSD FreeBSD Others



SCON(1)                 OpenBSD Reference Manual (i386)                SCON(1)

NAME
     scon - controls screen modes for pcvt video driver



SYNOPSIS
     scon [-a] [-b num] [-c screenno] [-d device] [-f on|off] [-h] [-H] [-l]
          [-m] [-o] [-v] [-V] [-s lines]
     scon [-v] [-d device] -p entry,red,green,blue
     scon [-v] [-d device] -p default
     scon [-v] [-d device] -p list
     scon [-v] -t timeout
     scon [-v] -1 | -8

DESCRIPTION
     The scon utility controls several aspects of the runtime behaviour of the
     pcvt vt220 driver.

     The options are as follows:

     -a      Returns a string describing the video adaptor found by pcvt, the
             string returned could be MDA, HGC, CGA, EGA, VGA or UNKNOWN.

     -b      Set the number of scrollback buffer pages to num. The minimum
             value is 2, maximum 100.

     -c      Specify the screen number the current (displayed) screen should
             be switched to.

     -d      Specify the device filename (i.e. /dev/ttyC2) further operations
             specified on the command line should be applied to.

     -f      Some programs which silently assume 24 lines when they run on a
             VT220 show incorrect behaviour when the terminal has really 25
             lines. To support full VT220 behaviour, it is possible to force
             pcvt to select only 24 lines when it is running in 25-lines pure
             VT mode and/or in 28-lines HP-mode. The -f option requires one
             additional parameter, the string 'on' or 'off' to switch this
             mode for a virtual screen on or off respectively. This mode has
             no effect if any other vertical resolutions are selected than the
             two above mentioned.

     -h      Prints a usage/help text.

     -l      Lists the current configuration of runtime changeable options and
             fixed parameters (such as the type of the adaptor, and in case of
             a VGA adaptor, the Manufacturer, Chipset and 132 column support)
             of the output portion of the pcvt driver.

     -m      Returns a string describing the connected display monitor type
             found by pcvt, the string returned can be MONO, COLOR or UNKNOWN.

     -v      Specify verbose operation of the program.

     -V      Switch the specified/current screen into a pure VT220 mode with-
             out recognizing any HP escape sequences and without displaying
             function key labels.

     -H      Switch the specified/current screen into a mixed HP/VT220 mode.
             That is, that in addition to the full VT220 emulation, the HP
             function key labels and the escape sequences for handling the la-
             bels are available to the user.

     -o      Toggle ``legacy'' pcvt mode with traditional PC display mode.  As
             of OpenBSD 2.6, character mapping is turned off by default in
             favour of a traditional PC display with 16 colors and the stan-
             dard IBM font.  This option has no effect in line modes other
             than 25.

     -s      Specify the number of character lines on the screen. Possible pa-
             rameters are 25, 28, 35, 40, 43 or 50. To use all this screen
             sizes, the fonts required for proper operation of a desired size
             have to be downloaded to the EGA/VGA font ram. This option is
             available only for EGA and VGA boards.

     -p      Modify VGA palette (DAC). The -p is mutually exclusive with -s,
             -H, and -V. Naturally, option -p is available only for VGA
             boards. Three flavors are available.

             If used with argument ``default'', this flag will restore the de-
             fault palette (as installed by VGA ROM BIOS after hardware
             reset).

             If used with argument ``list'', the current VGA DAC palette en-
             tries are listed. Each entry contains the table index, values for
             red, green, and blue, and if there's a known name for this entry,
             the color name. Trailing empty table slots (RGB values all zero)
             are omitted.

             Otherwise, four comma-separated arguments are expected. The first
             denotes the number of palette entry to be modified. This may be
             either a number between 0 and 255, or the usual name of an asso-
             ciated color (case-insensitive). The following values for red,
             green and blue are restricted to 0 through 63 due to VGA DAC con-
             ventions.  Note that the first delimiter within such an argument
             may be a colon ``:'' instead of a comma ``,'' for better read-
             ability, but this violates common command argument conventions.
             Multiple -p options may be specified if unambiguous.

     -t      Specifying -t will activate the screen saver. The behaviour de-
             pends on timeout: if timeout is given as 0, the screen saver is
             turned off. Otherwise, timeout is taken as a number of seconds to
             wait until activating the screen saver.  NOTE: the -t option is
             only available if screen saver support has been compiled into the
             driver !

     -1      Sets 132 columns mode (only available on VGA adaptors).

     -8      Sets 80 columns mode.

     When switching between HP and VT mode, when switching the force 24 lines
     mode on and off, or when switching between 80 and 132 columns operation,
     the screen is cleared, the scrolling region is reset and the cursor is
     placed in the home position.

EXAMPLES
     The command ``scon -H -s 28'' places the current screen into HP mode and
     sets the screen size to 28x80.

     Invoking ``scon -p lightgray,0,15,0 -p 0:45,45,45'' will result in green
     on gray output for normal text.  Note that normal text color is light
     gray, and not white as one might expect.

BUGS
     The -c and -d options collide somehow, this will change in a future re-
     lease.

SEE ALSO
     cursor(1),  loadfont(1),  pcvt(4)

OpenBSD 2.6                    December 31, 1993                             2

Source: OpenBSD 2.6 man pages. Copyright: Portions are copyrighted by BERKELEY
SOFTWARE DESIGN, INC., The Regents of the University of California, Massachusetts
Institute of Technology, Free Software Foundation, FreeBSD Inc., and others.



(Corrections, notes, and links courtesy of RocketAware.com)


[Detailed Topics]
FreeBSD Sources for scon(1)
OpenBSD sources for scon(1)


[Overview Topics]

Up to: Graphical Output - Generating Graphical output and images, including fonts, displays, printing


RocketLink!--> Man page versions: OpenBSD FreeBSD Others






Rapid-Links: Search | About | Comments | Submit Path: RocketAware > scon.1/
RocketAware.com is a service of Mib Software
Copyright 1999, Forrest J. Cavalier III. All Rights Reserved.
We welcome submissions and comments