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

  1. Path: sparky!uunet!news.tek.com!ogicse!emory!sol.ctr.columbia.edu!usenet.ucs.indiana.edu!master.cs.rose-hulman.edu!RoseVC.Rose-Hulman.Edu!mgrthh
  2. From: mgrthh@rosevc.rose-hulman.edu (Thomas H. Hopson)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: How to set system defaults for session manger
  5. Message-ID: <1dpsslINNgj1@master.cs.rose-hulman.edu>
  6. Date: 11 Nov 92 02:58:29 GMT
  7. Article-I.D.: master.1dpsslINNgj1
  8. References: <sjs.721364336@sbphy.physics.ucsb.edu>
  9. Sender: mgrthh@RoseVC.Rose-Hulman.Edu (Thomas H. Hopson)
  10. Reply-To: mgrthh@rosevc.rose-hulman.edu
  11. Distribution: world
  12. Organization: Rose-Hulman Institute of Technology
  13. Lines: 32
  14. NNTP-Posting-Host: hydra.rose-hulman.edu
  15.  
  16.  
  17. In article <sjs.721364336@sbphy.physics.ucsb.edu>, sjs@sbphy.physics.ucsb.edu (Steve J. Schmidhauser) writes:
  18. >Also would like to know how to
  19. >change fonts, the big fonts are much too large, would like some thing 
  20. >similar to what we had under Decwindows.
  21.  
  22.    When we upgraded to Motif, we had similar problems.  We fixed the problem
  23.    by adding the following lines to the DECW$SYSTEM_DEFAULTS:DECW$TERMINAL.DAT
  24.    resource file:
  25.  
  26. DECW$TERMINAL.main.terminal.littleFontSetName:  
  27.     -*-Terminal-*-*-*--*-100-*-*-*-*-*-*
  28. DECW$TERMINAL.main.terminal.bigFontSetName:
  29.     -*-Terminal-*-*-*--*-140-*-*-*-*-*-*
  30.  
  31.    (note that each of these is all on one line, not split like I have shown
  32.    them here).  If you want to redefine the German standard font as well,
  33.    you'll need to add something similar to this (which I haven't tried):
  34.  
  35. DECW$TERMINAL.main.terminal.gsFontSetName:
  36.         -*-Terminal-*-*-*-GS-*-100-*-*-*-*-*-*
  37.  
  38.    The important parameters (should you care to adjust them) are the 100 and
  39.    140 in the Xwindow font strings.
  40.  
  41.                                - Tom
  42.  
  43. --
  44. Thomas H. Hopson                      work: mgrthh@rosevc.rose-hulman.edu
  45. VMS Manager / CS geek                       mgrthh@rhit
  46. Rose-Hulman Institute of Technology   play: hopsonth@cs.rose-hulman.edu
  47. Terre Haute, Indiana
  48.