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

  1. Newsgroups: comp.os.os2.misc
  2. Path: sparky!uunet!spool.mu.edu!sdd.hp.com!ux1.cso.uiuc.edu!milo.mcs.anl.gov!flash.ra.anl.gov!sparapan
  3. From: sparapan@flash.ra.anl.gov (RA Sparapani RA/208/xxx gwing)
  4. Subject: Profile for 800x600x256 Trident SVGA driver with seamless winos2
  5. Message-ID: <7247292227383@flash.ra.anl.gov>
  6. Sender: usenet@mcs.anl.gov
  7. Nntp-Posting-Host: flash.ra.anl.gov
  8. Organization: Argonne National Laboratory, Argonne IL
  9. Date: Sat, 19 Dec 1992 01:40:21 GMT
  10. Lines: 78
  11.  
  12. I decided to post this after I had some difficulty in installing the 
  13. 800x600x256 SuperVGA driver for my 1M Trident card on top of the 
  14. 32 Bit Service Pack Graphics Engine.  Firstly, I had great difficulty
  15. finding the correct drivers.  The Service Pack documentation suggested
  16. a method for installing 16-bit drivers, but this was not what I got the
  17. Service Pack for in the first place.  I located the drivers known as
  18. "/pub/archives/os2/drivers/tri32new.zoo" on "ftp.usask.ca".  I'd like to
  19. thank Kevin Lowey for making them available on his site and putting them
  20. in a useful format ".zoo".  The drivers themselves were provided by
  21. Steve Withers from Trident who I must thank for the free drivers and the
  22. good work.  
  23.  
  24. One of the problems that I encountered was largely mental.
  25. The methods of OS/2 1.3 and OS/2 2.0 GA for installing display drivers
  26. have been some what abandoned for the Service Pack.  You no longer have
  27. a profile and you don't replace "display.dll", "vga.drv", or "swinvga.drv"
  28. with the new drivers.  The "config.sys" needs no modification
  29. either.  The only file you have to modify is the WINOS2 "system.ini" (see
  30. below).  The reason there is no profile is that no one has written one.
  31. No one until now that is.  I have included a profile for 800x600x256
  32. resolution with seamless windows support.  
  33.  
  34. Another problem is that some of the Trident utilities no longer work
  35. while others are very helpful.  The utilities came from hobbes;
  36. "ftp-os2.nmsu.edu" in the directory "/pub/os2/2,0/drivers".  The 
  37. utility "tvgacrtc.sys" will crash your system.  The utility "polarity.com"
  38. has no effect.  The "deskman.exe" and "dispinfo.exe" utilities worked
  39. perfectly.  The "smode.exe" utility works for both DOS and OS/2
  40. environments for some modes; I found the modes starting with 5 worked best.
  41.  
  42. To use the profile it assumes that you have un-zoo-ed your
  43. files in the directory "C:\TRIDENT", that you want to make backups of the
  44. key files onto "A:" and that your operating system is based at "C:\OS2".
  45. I should also thank IBM for the cheap upgrade and the Internet for 
  46. allowing us to use this bandwith.  I hope this is helpful.  By the way,
  47. I think you'll be pretty impressed with the 256 color driver.  Check out
  48. fractint plasma or spider.
  49.  
  50. Rodney
  51.  
  52. ---------------------------tri32new.ddp-----------------------------------------
  53.  
  54. :TITLE
  55. Trident 800x600x256 with Seamless Windows Support
  56. :CONFIG
  57. :FILES
  58. C:\OS2\SVGA.EXE                 A:\SVGA.EXE          
  59. C:\OS2\DLL\BVHSVGA.DLL          A:\BVHSVGA.DLL
  60. C:\OS2\DLL\IBMVGA32.DLL         A:\IBMVGA32.DLL
  61. C:\OS2\DLL\IBMDEV32.DLL         A:\IBMDEV32.DLL
  62. C:\OS2\DLL\COURIER.FON          A:\COURIER.FON
  63. C:\OS2\DLL\TIMES.FON            A:\TIMES.FON
  64. C:\OS2\DLL\HELV.FON             A:\HELV.FON
  65. C:\TRIDENT\SVGA.EXE             C:\OS2\SVGA.EXE
  66. C:\TRIDENT\BVHSVGA.DLL          C:\OS2\DLL\BVHSVGA.DLL
  67. C:\TRIDENT\IBMVGA32.DLL         C:\OS2\DLL\IBMVGA32.DLL
  68. C:\TRIDENT\SVGA600\IBMDEV32.DLL C:\OS2\DLL\IBMDEV32.DLL
  69. C:\TRIDENT\WINOS2\WSPDSSF.DRV   C:\OS2\MDOS\WINOS2\SYSTEM\WSPDSSF.DRV
  70. C:\TRIDENT\WINOS2\WSPDSF.DRV    C:\OS2\MDOS\WINOS2\SYSTEM\WSPDSF.DRV
  71. C:\TRIDENT\FONTS\COURBGA.FON    C:\OS2\DLL\COURIER.FON
  72. C:\TRIDENT\FONTS\TIMESBGA.FON   C:\OS2\DLL\TIMES.FON
  73. C:\TRIDENT\FONTS\HELVBGA.FON    C:\OS2\DLL\HELV.FON
  74. :OS2INI
  75.  
  76. ----------------------------End-of-file---------------------------------------
  77.  
  78. --------------------\OS2\MDOS\WINOS2\SYSTEM.INI-excerpt-----------------------
  79.  
  80. [boot]
  81. sdisplay.drv=wspdssf.drv
  82. display.drv=wspdsf.drv
  83.  
  84. [boot.description]
  85. display.drv=800x600x256 Small fonts 1M Trident 
  86. sdisplay.drv=800x600x256 Small fonts 1M Trident
  87.  
  88. ----------------------------End-of-excerpt------------------------------------
  89.  
  90.