home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / os2 / 453 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  3.2 KB

  1. Xref: sparky comp.os.os2:453 comp.os.os2.misc:36747 comp.sys.ibm.pc.hardware:30053
  2. Newsgroups: comp.os.os2,comp.os.os2.misc,comp.sys.ibm.pc.hardware
  3. Path: sparky!uunet!wupost!news.utdallas.edu!convex!convex!darwin.sura.net!zaphod.mps.ohio-state.edu!caen!destroyer!cs.ubc.ca!unixg.ubc.ca!kakwa.ucs.ualberta.ca!access.usask.ca!mizar.cc.umanitoba.ca!dscott
  4. From: dscott@ccu.umanitoba.ca (Doug Scott)
  5. Subject: Re: HELP HELP HELP OS/2 and Tseng Board HELP!
  6. Message-ID: <Bxu3Br.JEt@ccu.umanitoba.ca>
  7. Keywords: HELP!
  8. Sender: news@ccu.umanitoba.ca
  9. Nntp-Posting-Host: ccu.umanitoba.ca
  10. Organization: University of Manitoba, Winnipeg, Canada
  11. References: <1992Nov7.231239.27501@u.washington.edu>
  12. Date: Tue, 17 Nov 1992 00:14:14 GMT
  13. Lines: 64
  14.  
  15. In <1992Nov7.231239.27501@u.washington.edu> rene@hardy.u.washington.edu (Rene Magritte) writes:
  16.  
  17. >     *Sigh.*  My install of OS/2 was going so well, too.  I
  18. >installed the general release of OS/2, and then placed the CSD atop of
  19. >it without incident.  I was really impressed with the speed and
  20. >multitasking of the system.  So I decided I would go ahead and install
  21. >the 800x600x256 Tseng driver.  I successfully negotiated the Welcome
  22. >folder mystery, and appear to have successfully installed the hi-res
  23. >driver.   
  24. >    
  25. >    The *Problem* is one I alluded to in an earlier question.  I
  26. >have a generic Tseng board that relies on a peice of software to set
  27. >it into its various modes.  One of the most important of these modes
  28. >from my standpoint is one which changes the refresh rate of the card
  29. >to a lower one than is the default.  See, I have a relatively old
  30. >multisync monitor; it only goes to 800x600, and (I think) at 60 hz ( I
  31. >use the command "vmode 35k".  In DOS, I would simply run the program
  32. >in my autoexec bat file if I intended to use 800x600 Windoze.   
  33. >    Failure to set this switch properly, in Windows and OS/2,
  34. >results in a violently swimming screen, totally unreadable, once the
  35. >graphics (in my case, the OS/2 desktop) appear on the screen. And if I
  36. >recall my previous Windows misery with this problem, once the screen
  37. >is screwed, running the program doesn't help. 
  38. >    So what I need, ideally, folks, is a way of having OS/2
  39. >calling this little DOS utility BEFORE it initializes its desktop.  I
  40. >am certain that if we can do this, everything will look OK (though the
  41. >screen is fairly messed up, I can see windows changing if I hit
  42. >alt-esc and so on.   There _has_ to be a way to do this -- please
  43. >help!!! 
  44. >    Barring that, I am going to need some way to remove my
  45. >"failed" driver and returning to a usable screen.   
  46. >    Oh, yeah -- one big thing working in our favor.  I formatted
  47. >under the normal FAT arrangment, with Dual Boot.   I _can_ get at my
  48. >files and utilities right now.  
  49. >    Help gratefully accepted!! 
  50.  
  51. >      An almost-very satistfied user of OS/2 2.0!
  52.  
  53.  
  54. Hey, the solution is in the new README that came with the CSD.
  55. Make a startup.cmd file that contians
  56.  
  57. start /fs /dos setmode.bat
  58.  
  59. then a dos batch file setmode.bat which contains
  60.  
  61. c:\video\vmode 35k
  62. exit
  63.  
  64. Check the README file. Its a little beeter explained and has better
  65. spelling tham I.
  66.  
  67. My $0.02 worth. This time it might actually be worth 2 cents!!
  68. Doug.
  69. .
  70. PS. I don't think you have to undo your changes. Just boot to does to do the 
  71. editting. I guess.........
  72.