home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / ultrix / 6763 < prev    next >
Encoding:
Text File  |  1992-09-08  |  3.7 KB  |  103 lines

  1. Newsgroups: comp.unix.ultrix
  2. Path: sparky!uunet!spool.mu.edu!nigel.msen.com!yale.edu!qt.cs.utexas.edu!cs.utexas.edu!asuvax!ennews!wfpc3!scowen
  3. From: scowen@wfpc3.la.asu.edu (Paul A. Scowen)
  4. Subject: Re: xwindows console/tty
  5. Message-ID: <1992Sep8.165238.13284@ennews.eas.asu.edu>
  6. Sender: scowen@wfpc3 (Paul A. Scowen)
  7. Organization: Dept. of Physics & Astronomy, Arizona State University
  8. References: <1992Sep6.071941.12658@blaze.cs.jhu.edu> <1992Sep7.022449.1024@adx.adelphi.edu> <1992Sep8.000338.23634@blaze.cs.jhu.edu>
  9. Date: Tue, 8 Sep 1992 16:52:38 GMT
  10. Lines: 91
  11.  
  12. In article <1992Sep8.000338.23634@blaze.cs.jhu.edu>, hymowitz@whatever.cs.jhu.edu (Hymie!) writes:
  13. |> can somebody tell me where to find a man page for xconsole or the .xsession
  14. |> file?  my system has xconsole but no man page, and i don't know how
  15. |> the .xsession file works.
  16.  
  17. Man, I don't know who put in your X environment but they didn't do a very good
  18. job.  Here's the manpage:
  19.  
  20.  
  21.    Release 5                                                      XCONSOLE(1)
  22.  
  23.  
  24.  
  25.    NAME
  26.      xconsole - monitor system console messages
  27.  
  28.    SYNOPSIS
  29.      xconsole[-toolkitoption ...] [-file file-name] [-notify] [- stripNonprint]
  30.      [-daemon] [-verbose] [-exitOnFail]
  31.  
  32.    DESCRIPTION
  33.      The xconsole program displays messages which are usually sent to
  34.      /dev/console.
  35.  
  36.    OPTIONS
  37.      Xconsole accepts all of the standard X Toolkit command line options
  38.      along with the additional options listed below:
  39.  
  40.      -file filename
  41.              To monitor some other device, use this option to specify the
  42.              device name.  This does not work on regular files as they are
  43.              always ready to be read from.
  44.  
  45.      -notify -nonotify
  46.              When new data are received from the console and the notify
  47.              option is set, the icon name of the application has " *"
  48.              appended, so that it is evident even when the application is
  49.              iconified.  -notify is the default.
  50.  
  51.      -daemon This option causes xconsole to place itself in the background,
  52.              using fork/exit.
  53.  
  54.      -verbose
  55.              When set, this option directs xconsole to display an informative
  56.              message in the first line of the text buffer.
  57.  
  58.      -exitOnFail
  59.              When set, this option directs xconsole to exit when it is unable
  60.              to redirect the console output.
  61.  
  62.    X DEFAULTS
  63.      This program uses the Athena Text widget, look in the Athena Widget Set
  64.      documentation for controlling it.
  65.  
  66.    WIDGETS
  67.      In order to specify resources, it is useful to know the hierarchy of the
  68.      widgets which compose xconsole.  In the notation below, indentation
  69.      indicates hierarchical structure.  The widget class name is given first,
  70.      followed by the widget instance name.
  71.  
  72.      XConsole  xconsole
  73.           XConsole  text
  74.  
  75.    ENVIRONMENT
  76.  
  77.      DISPLAY to get the default host and display number.
  78.  
  79.      XENVIRONMENT
  80.              to get the name of a resource file that overrides the global
  81.              resources stored in the RESOURCE_MANAGER property.
  82.  
  83.    FILES
  84.      /usr/lib/X11/app-defaults/XConsole - specifies required resources
  85.  
  86.    SEE ALSO
  87.      X(1), xrdb(1), Athena Text widget
  88.  
  89.    COPYRIGHT
  90.      Copyright 1988, Massachusetts Institute of Technology.
  91.      See X(1) for a full statement of rights and permissions.
  92.  
  93.    AUTHOR
  94.      Keith Packard (MIT X Consortium)
  95.  
  96. -- 
  97. -------------------------------------------------------------------------------
  98. Paul A. Scowen                INTERNET: scowen@wfpc3.la.asu.edu
  99. Department of Physics & Astronomy          uk1@spacsun.rice.edu
  100. Arizona State University        Tel:      (602) 965-0938
  101. Tempe, AZ 85287-1504            FAX:      (602) 965-7954
  102. -------------------------------------------------------------------------------
  103.