home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / os2 / misc / 39162 < prev    next >
Encoding:
Text File  |  1992-12-12  |  1.8 KB  |  45 lines

  1. Newsgroups: comp.os.os2.misc
  2. Path: sparky!uunet!wupost!gumby!destroyer!ncar!uchinews!ellis!sip1
  3. From: sip1@ellis.uchicago.edu (Timothy F. Sipples)
  4. Subject: Trident 16-Bit Driver Tip
  5. Message-ID: <1992Dec12.234642.15736@midway.uchicago.edu>
  6. Sender: news@uchinews.uchicago.edu (News System)
  7. Reply-To: sip1@midway.uchicago.edu
  8. Organization: Dept. of Econ., Univ. of Chicago
  9. Date: Sat, 12 Dec 1992 23:46:42 GMT
  10. Lines: 33
  11.  
  12. On my system (and perhaps yours), the 800x600 16 color Trident 16-bit
  13. driver works quite well except for one strange problem.  Occasionally
  14. a text window (like the OS/2 command line window) will open
  15. incorrectly such that the contents of the window are offset about one
  16. character to the left of the window border.  Hence, when you type, you
  17. can't see the first character on the left of each line.  Maximizing
  18. the window cures the problem, but it is a minor annoyance.
  19.  
  20. I've found, however, that the command:
  21.  
  22. MODE CO80,25
  23.  
  24. resets the window and redraws it properly, to avoid the problem.  You
  25. can use this command instead of maximizing the window.  To automate
  26. the procedure, you can run the command by putting:
  27.  
  28. /K MODE CO80,25
  29.  
  30. in the optional parameters section of your OS/2 Windows program object
  31. (on the first page of the notebook settings).
  32.  
  33. I haven't tried it, but it may be possible to change the SET OS2_SHELL
  34. line in CONFIG.SYS to achieve the same effect, so that the line reads:
  35.  
  36. SET OS2_SHELL=C:\OS2\CMD.EXE /K C:\OS2\MODE CO80,25
  37.  
  38. I would be interested in any other ideas on this point.
  39.  
  40. -- 
  41. Timothy F. Sipples      | Read the OS/2 FAQ List 2.0h, available from
  42. sip1@ellis.uchicago.edu | 128.123.35.151, anonymous ftp, in /pub/os2/all/info
  43. Dept. of Econ., Univ.   | /faq, or from LISTSERV@BLEKUL11.BITNET (send "HELP")
  44. of Chicago, 60637       | [Read the List, THEN post to ONE OS/2 newsgroup.]
  45.