home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / hp / 14495 < prev    next >
Encoding:
Internet Message Format  |  1993-01-04  |  1.0 KB

  1. From: pwalden@hpcc01.corp.hp.com (Philip Walden)
  2. Date: Mon, 4 Jan 1993 17:02:36 GMT
  3. Subject: Re: Using starbase in X
  4. Message-ID: <1670095@hpcc01.corp.hp.com>
  5. Organization: the HP Corporate notes server
  6. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!hpscit.sc.hp.com!hplextra!hpcc05!hpcc01!pwalden
  7. Newsgroups: comp.sys.hp
  8. References: <1993Jan3.225641.22767@news.media.mit.edu>
  9. Lines: 25
  10.  
  11.  
  12. Use /usr/bin/X11/xwcreate to make a window for your application to use. 
  13. There is a starbase manual section devoted to this subject.
  14.  
  15.     export WMDIR=/dev/screen
  16.     xwcreate -bg black -r -geometry 800x600-20-30 -title starbase
  17.  
  18.     Then start up your application using the device:
  19.  
  20.         /dev/screen/starbase
  21.  
  22.     and driver:
  23.  
  24.         sox11 or the native driver for your crt.
  25.  
  26.  
  27. --------------------------------------------------------------------------
  28. Philip Walden
  29. Hewlett Packard
  30. Product Generation Information Systems
  31. 1501 Page Mill Road, M/S 4U-6
  32. Palo Alto, CA 94303-0969
  33. (415) 857-3899 FAX (415) 857-8234
  34. --------------------------------------------------------------------------
  35.  
  36.