Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!hplabs!hpfcdc!hpfcmr!rocky From: rocky@hpfcmr.HP.COM (Rocky Craig) Newsgroups: comp.sys.hp Subject: Re: xterm(1) doesn't work Message-ID: <1080032@hpfcmr.HP.COM> Date: 6 Feb 89 21:02:49 GMT References: <414@oetl1.oetl.UUCP> Organization: HP Fort Collins, CO Lines: 23 No window, no error report, no nothing. Your .x11start script (which should be in $HOME) probably contains the line "exec > /dev/null 2>&1" which throws away stdout and stderr for the script and all of its children. One of these children is your window manager (probably uwm). I'm guessing you are using the mouse and buttons to fire off an xterm process. If you change that line to "exec > $HOME/.x11log 2>&1" you will pick up the error message in the file ~/.x11start. code of 32 when xterm terminates. errno 32 is "Broken pipe". When I got this with X10, I think my $DISPLAY was set incorrectly or not exported. You might try editting the .uwmrc file to change the invocation and explicitly request a display. Rocky Craig (ex-terminal user, X abuser :-) Hewlett-Packard Product Support ....!hplabs!hpfcla!rocky Standard disclaimer about my boss having no idea I posted this....