home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / jmode100.zip / JMode.txt < prev   
Text File  |  1993-10-28  |  4KB  |  108 lines

  1. ----------------------------------------
  2.  
  3. JMode v1.00 
  4. by Jason Keeney
  5.  
  6. ----------------------------------------
  7.  
  8. Copyright (c) 1993 Jason Keeney
  9.  
  10. ----------------------------------------
  11.  
  12.  
  13. Introduction
  14. ------------
  15. The MODE.COM program provided by OS/2 is a means to change the display mode
  16. of a command line session.  If you're like me, you spend a lot of time in
  17. a command line session (despite the efforts of the slick Workplace Shell)
  18. and welcome the ability to get more than the standard 80 columns and 25 rows.
  19.  
  20. One of the potentially more useful modes, because of it few extra lines and
  21. readability on a 14" monitor, is the 80x30 mode (though I believe it's not
  22. documented in OS/2's on-line help facility).  However the 80x30 mode as
  23. provided by MODE.COM is plagued by a hideously awkward font.  Quite frankly,
  24. it's down right ugly.  This is because the vertical resolution of the 
  25. 80x30 mode doesn't lend itself well to being divided by 30.
  26.  
  27. The good news is that the VGA is capable of expressing 80 columns by 30
  28. rows in a number of different display resolutions.  This is where JMode
  29. comes in.  By expressing the 80x30 text mode with a higher physical
  30. resolution, JMode lets each character cell take on the same proportions
  31. as in the standard 80x25 mode.  This provides the extra lines of 80x30 
  32. with same readible font of 80x25.
  33.  
  34. Usage and requirments
  35. ---------------------
  36. JMode's only real requirement is that you are running OS/2 and have a
  37. display capable of 640x480 pixels.  Note that this might exclude some 
  38. portable LCD displays and is probably the reason that IBM chose a lower 
  39. resolution for the 80x30 text mode.
  40.  
  41. To set your display to JMode's good looking 80x30 mode, place JMode.Exe in 
  42. a directory pointed at by your PATH setting and type 
  43.  
  44.     JMode
  45.  
  46. from a command prompt. Also, by adding 
  47.     
  48.     /k JMode
  49.  
  50. to the Parameters section in the Settings notebook of your OS/2 Full Screen
  51. or OS/2 Window icons, it will automatically run JMode each time you begin 
  52. these sessions. 
  53.  
  54. Though there is no real reason for it, this program is 32-bit and will
  55. therefore only run on OS/2 versions 2.0 and above.  This is only because
  56. my compiler will not create a 16-bit executable.
  57.  
  58. Other information
  59. -----------------
  60. The zip file for JMode should contain all the following files:
  61.  
  62.     JMode.exe - The JMode program
  63.     JMode.txt - This file
  64.  
  65. This program may be freely distributed as long as all this and all 
  66. accomanying files remain unaltered.  In fact please pass this package on
  67. to friends and upload it to your favorite bulletin boards, etc...
  68.  
  69. Though I do not require any kind of registration fee, I would ask that you
  70. send me a postcard (or at least some e-mail) just to let me know you're 
  71. using my program.  A donation of $1 to help defer the development costs of
  72. this and any future releases would be a great encouragement and would also
  73. put you on my "Preferred User" list. =)
  74.  
  75. Any correspondence should be sent to:
  76.     
  77.     Jason Keeney
  78.     330 DeNeve Dr.
  79.     Los Angeles, CA 90024-1387
  80.     USA
  81.  
  82. or 
  83.  
  84.     p10bajrk@pic.ucla.edu  (good only until 12/93)
  85.  
  86. Questions, comments, suggestions for future versions, complaints, and bug
  87. reports are all welcome.
  88.  
  89. Future Versions
  90. ---------------
  91. If there is a response, I plan to increase the capabilities of JMode to
  92. provide other potentially useful, non-standard modes.  Again, your 
  93. suggestions are more than welcome. 
  94.  
  95. Disclaimer
  96. ----------
  97. This program is provided "as is" without warranty of any kind.  Furthermore,
  98. I cannot guarentee the quality or perfomance of this program and I cannot
  99. take responsiblity for any damages incurred as a result of its use or
  100. misuse.  In other words, use it at your own risk.
  101.  
  102. Trademarks
  103. ----------
  104. Any trademarks I've used like OS/2 or Workplace Shell, belong to whomever
  105. owns them. Although I have used them without permission, I have tried
  106. not to misuse them.  I hope that out of the goodness in their hearts and 
  107. the fact that I have no money, that they do not sue me. =)
  108.