home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / SETLINES.ZIP / SETLINES.DOC < prev   
Text File  |  1988-05-13  |  1KB  |  33 lines

  1.            SETTING THE VGA DISPLAY FOR 50 LINES
  2.  
  3. The file here, LINES.EXE, toggles the VGA display between 50 lines and 25 lines
  4. in protected mode.  The setting is effective only for the particular screen 
  5. group that the program is run in; other partitions remain in whatever format 
  6. they were started.
  7.  
  8. Running the program repeatedly in the same partition toggles between the two
  9. formats.  Since the MODE.COM file is bound, the OS/2 command 'mode co80' has
  10. almost the same effect as running LINES.EXE, except that when you look at it
  11. MODE.COM does not really support the VGA at all.
  12.  
  13. For example, the default color/text mode for VGA is a 720 x 400 mode called
  14. mode 02.  The command 'mode co80' actually sets the screen to mode 03 which
  15. was the default color text mode on the CGA/EGA.
  16.  
  17. And, the  command 'mode co40' sets the screen to mode 01, a CGA 320 x 200 mode,
  18. instead of the VGA 40 column mode named mode 00 which is 360 x 200, not to 
  19. mention the fact that MODE.COM support no additional modes.
  20.  
  21. LINES.EXE provides a way two switch between two different number of text lines
  22. in mode 02 on the VGA.
  23.  
  24. BLUE.EXE simply sets the palettes and border of the VGA display to provide 
  25. the OS/2 command interpretor (cmd.exe) with a pleasing interface.
  26.  
  27.  
  28.  
  29.  
  30.                 Harve Schiffman
  31.                 Upland, Ca
  32.                 1988
  33.