Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!seismo!ll-xn!ames!sri-spam!wohler From: wohler@sri-spam.UUCP Newsgroups: comp.windows.x Subject: Re: Okay, you X'ers, how the he... Message-ID: <10224@sri-spam.istc.sri.com> Date: Wed, 27-May-87 06:25:00 EDT Article-I.D.: sri-spam.10224 Posted: Wed May 27 06:25:00 1987 Date-Received: Fri, 29-May-87 00:43:11 EDT References: <5840003@wdl1.UUCP> Reply-To: wohler@sri-spam.UUCP (Bill Wohler) Organization: SRI International, Menlo Park Lines: 34 In article <5840003@wdl1.UUCP> gerolima@wdl1.UUCP (Mark Gerolimatos) writes: >Okay, Eksers, I got a queston...excuse my flamo-attitude, but I'm getting pretty >frustrated: > > How the hell do you get out of X (on a Sun)?!?!?!?!? markie, yours seems to be common problem. i bet you do a `xinit -e uwm` in some incantation or another. that doesn't leave you with much of a shell to run in the open console window. try instead, the following: `xinit -C -n console -e ~/.X -- Xsun 0 -a 2` and my .X file looks something like, well a lot like: #!/bin/csh -f sed "s/\([^ ]*:0\)/$DISPLAY/g" < ~/.uwmrc > /tmp/uwmrc$$ mv /tmp/uwmrc$$ ~/.uwmrc uwm & xsetroot -gray & xclock =106x106+648+4 & xhost [hostnames deleted] exec $SHELL note that the last thing that is done is to exec your favorite shell in the console window to give you something reasonable to work with. now you can get the hell out of x (on your sun)--simply exit your shell (^D, exit, etc.). the shell will die, taking x with it. --bw wohler@spam.istc.sri.com