home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / aix / 11443 < prev    next >
Encoding:
Internet Message Format  |  1992-11-10  |  1.2 KB

  1. Path: sparky!uunet!news.larc.nasa.gov!gatsibm.larc.nasa.gov!jcburt
  2. From: jcburt@gatsibm.larc.nasa.gov ()
  3. Newsgroups: comp.unix.aix
  4. Subject: Re: Greeting Window
  5. Date: 10 Nov 1992 15:37:37 GMT
  6. Organization: NASA Langley Research Center
  7. Lines: 22
  8. Message-ID: <1dol01INN9tn@rave.larc.nasa.gov>
  9. References: <1689576EB.CCDH001@UTXVM.CC.UTEXAS.EDU>
  10. NNTP-Posting-Host: gatsibm.larc.nasa.gov
  11.  
  12. In article <1689576EB.CCDH001@UTXVM.CC.UTEXAS.EDU> CCDH001@UTXVM.CC.UTEXAS.EDU writes:
  13. >Here's the deal.  We have a friendly wager on who will be first to figure
  14. >out how to get rid of that damn Greeting Screen after doing an xinit.  I
  15. >figured out about putting xdt3.message.timeout: 1 in .Xdefaults but that
  16. >only prevents the text from being displayed.  The window still comes up
  17. >and hangs around for a minute or so.  Can someone help?  Please?
  18. >                                         <@>
  19. Stupid question...what damn Greeting Screen? Do you have an .xinitrc file
  20. in your home directory? if not, get a copy from /usr/lpp/X11/defaults
  21. (the file is xinitrc in the defaults subdir, but it should be .xinitrc
  22. in *your* home dir.) and edit/comment out the part about xdt3, i.e. :
  23.  
  24.   if [ -x /usr/lpp/X11/bin/xdt3 ]
  25.   then 
  26.           /usr/lpp/X11/bin/xdt3 &
  27.   fi
  28.  
  29.  
  30. John
  31.  
  32.  
  33.