[comp.windows.x] Console output on a SUN 3/50 running xdm

brooks@vette.llnl.gov (12/05/88)

Having managed to get xdm running on a SUN 3/50 running SUNOS 4.0
and X11R3, I note that console output (su notifications and the
like) causes the screen to get hosed and one has to use xrefresh
to fix things up.  Under the old X10R4 system we ran console output
appeared in your "login" window. Is there some way one can have
console output appear in some sort of "console window" under
X11R3 started up with xdm?

Eugene D. Brooks III
brooks@maddog.llnl.gov
brooks@maddog.uucp

jim@EXPO.LCS.MIT.EDU (Jim Fulton) (12/05/88)

> Is there some way one can have console output appear in some sort of 
> "console window" under X11R3 started up with xdm?

Have your session script start an xterm with -C.  Console output will still
go to the screen when xdm has its login prompting window up, but you can 
get rid of that hitting ^C to restart the window.

russ@groucho.ucar.edu (Russ Rew) (12/05/88)

In article <14359@lll-winken.llnl.gov> brooks@maddog.llnl.gov () writes:
>
>Having managed to get xdm running on a SUN 3/50 running SUNOS 4.0
>and X11R3, I note that console output (su notifications and the
>like) causes the screen to get hosed and one has to use xrefresh
>to fix things up.  Under the old X10R4 system we ran console output
>appeared in your "login" window. Is there some way one can have
>console output appear in some sort of "console window" under
>X11R3 started up with xdm?
>

Just make sure you use the "-C" option when invoking the xterm to
which you want console output sent.  For example, the last line in my
".xsession" file starts up a console window with a login shell:
  exec xterm -title login -geometry 80x10+1+20 -rv -C -ls

--
Russ Rew, Unidata Project				russ@unidata.ucar.edu
University Corporation for Atmospheric Research		...!ncar!unidata!russ
PO Box 3000
Boulder, CO  80307