home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / linux / 6970 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  1.7 KB

  1. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!wupost!gumby!destroyer!caen!uakari.primate.wisc.edu!usenet.coe.montana.edu!news.u.washington.edu!hardy.u.washington.edu!barr
  2. From: barr@hardy.u.washington.edu (David Barr)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: SoftWare.
  5. Message-ID: <1992Jul29.173837.14848@u.washington.edu>
  6. Date: 29 Jul 92 17:38:37 GMT
  7. References: <awatts.712044818@guinevere>
  8. Sender: news@u.washington.edu (USENET News System)
  9. Organization: University of Washington
  10. Lines: 38
  11.  
  12. awatts@st.nepean.uws.edu.au (Andrew Watts) writes:
  13.  
  14. >Two things, 
  15.  
  16. >First: What X programs do others use for wordprocessing and the like? (I'm 
  17. >hoping someone will say something other than VI, and not TeX, perhaps some 
  18. >other suggestions?)
  19.  
  20. Someone is working on porting Interviews to linux.  I haven't ever
  21. seen this software package, but I've heard that it includes a wysiwyg
  22. word processing program for X.
  23.  
  24. >Second: (pretty trivial, but anyhow) I was trying to compile xhextris from
  25. >the contrib area of X11 ftp areas, well, it compiles fine, but (always a but
  26. >isnt there :) I get this error -
  27.  
  28. ># xhex
  29.  
  30. >Welcome, root...
  31. >X Error of failed request:  BadValue (integer parameter out of range for operation)
  32. > Major opcode of failed request:  51 (X_SetFontPath)
  33. > Value in failed request:  0x2
  34. > Serial number of failed request:  4
  35. > Current serial number in output stream:  5
  36. >#
  37.  
  38. I think xhextris comes with a file called xhextris.bdf.  You need to type:
  39.  
  40. bdftopcf < xhextris.bdf > /usr/lib/X11/fonts/xhextris.pcf
  41. cd /usr/lib/X11/fonts
  42. mkfontdir .
  43.  
  44. If you are running X when you do this, the font will not show up
  45. immediately, and you will have to type 'xset fp rehash' before you run
  46. xhextris.  It will be loaded automatically the next time you run
  47. 'startx'.
  48.  
  49. David
  50.