home *** CD-ROM | disk | FTP | other *** search
/ PC Today 8 / GWSDOC.COM / DRIVERS.DOC < prev    next >
Encoding:
Text File  |  1990-08-29  |  11.0 KB  |  228 lines

  1. This file contains information about super VGA drivers 
  2. and dot matrix printer drivers for Graphic Workshop.
  3.  
  4.  
  5.  
  6. Dot matrix printer drivers for Graphic Workshop
  7. _______________________________________________
  8.  
  9. This version of Graphic Workshop includes the following dot 
  10. matrix printer drivers. All the supplied drivers print to LPT1. 
  11. You can redirect this with the DOS MODE command. If you write a 
  12. custom driver you can have it print to any port you like.
  13.  
  14. Note that while the external printer driver facility was 
  15. implemented in Graphic Workshop to support dot matrix printers, 
  16. you can write a driver to support pretty well any output device, 
  17. including film recorders, FAX boards and so on.
  18.  
  19. This release of Graphic Workshop is a bit thin on specialized 
  20. drivers... yes, two is a bit thin. We're working on borrowing 
  21. some of the popular printers to write drivers for them.
  22.     
  23. EPSNFX80.PDR    This is a driver for the generic Epson FX-80 
  24.                 modes. It will work with many dot matrix 
  25.                 printers, although with far less resolution than 
  26.                 some newer printers can manage.
  27.  
  28. EPSNFX80.ASM    This is the source code for the generic Epson FX-
  29.                 80 driver, for use as a starting point in writing 
  30.                 your own custom driver. If you come up with a 
  31.                 printer driver of your own, please send us the 
  32.                 source and we'll include it in future releases of 
  33.                 Graphic Workshop with suitable credit.
  34.  
  35. GEMINI.PDR    This is a driver for the 480 dot wide mode of the 
  36.                 arcane Star Micronics Gemini 10X. The output from 
  37.                 this printer is pretty ugly. The double 
  38.                 resolution graphics mode of the Gemini 10X is a 
  39.                 bit narrow, and pictures come out with badly 
  40.                 distorted aspect ratios, so we didn't use this 
  41.                 mode.
  42.  
  43. Registered users of Graphic Workshop wishing to write their own 
  44. drivers are welcome to whatever help we can supply. We can't 
  45. teach you to program in assembler over the phone, but we can 
  46. probably help you with basic questions and suggest ways around 
  47. any problems you encounter.
  48.  
  49.  
  50. Super VGA card drivers for Graphic Workshop
  51. ___________________________________________
  52.  
  53. NOTE: As of version 2.4 of Graphic Workshop, the internal 
  54. structure of the super VGA drivers changed a bit. The old drivers 
  55. will no longer work with GWS.EXE. New versions of all the current 
  56. drivers are included with this release... delete your old 
  57. drivers.
  58.  
  59. MORE NOTES: As of version 2.7, all the drivers were changed 
  60. slightly. This involved using a slightly different technique for 
  61. setting the VGA palette to make palette adjustments from within 
  62. the VGA 256 colour mode look nicer. Older drivers... written after 
  63. version 2.4 of Graphic Workshop... will still work, but you'll 
  64. see a bit of screen trash when you adjust the VGA palette.
  65.  
  66. This version of Graphic Workshop includes the following drivers:
  67.  
  68. TIGA.DRV    This driver supports true 24-bit colour on a 
  69.                 Hercules Graphic Station card. Note that a VGA 
  70.                 card only actually does 18-bit colour. The 24 bit 
  71.                 colour mode of the Graphic Station card has a 
  72.                 resolution of 512 by 480 pixels. Its aspect ratio 
  73.                 isn't all that good, but you can fiddle the 
  74.                 monitor controls... for most monitors... to get 
  75.                 pretty reasonable pictures. Surprisingly, 24-bit 
  76.                 colour does not make an inordinate difference to 
  77.                 most GIF files, as few scanners really make use 
  78.                 of this degree of colour resolution. This driver 
  79.                 is a bit slow, because of the way the Graphic 
  80.                 Station card requires its video memory be updated 
  81.                 in this mode. In answer to an obvious question, 
  82.                 this driver should work on other cards supporting 
  83.                 the Texas Instrument TIGA chip, but no 
  84.                 promises...
  85.  
  86. TRIDENT.DRV    This is a driver for the Trident VGA graphic 
  87.                 cards. It drives the card in its 640 by 400, 256 
  88.                 colour mode, and will work with cards having 256 
  89.                 kilobytes or more of onboard memory. We 
  90.                 originally found the Trident card this driver was 
  91.                 developed on in a Sun Moon Star 386SX we were 
  92.                 loaned. It turned out that the monitor provided 
  93.                 with this computer would not sync in the 640 by 
  94.                 400 256 colour mode, even though the card was 
  95.                 doing fine. If you have this system, you probably 
  96.                 won't be able to use this driver unless you 
  97.                 spring for a multisync monitor.
  98.  
  99. TRDNT512.DRV    This will drive Trident cards with 512 kilobytes 
  100.                 of memory on board to 480 lines in 256 colour 
  101.                 mode. This is even harder on cheap monitors. We 
  102.                 smoked one while developing this driver... 
  103.                 fortunately, it was on loan.
  104.  
  105. VIDEO7.DRV    This is a driver for the Headland Technologies 
  106.                 Video Seven VRAM and Video Seven 1024i cards. It 
  107.                 supports the 640 by 480 line 256-colour mode. It 
  108.                 uses the standard VGA and EGA 16-colour and 
  109.                 monochrome modes... we decided not to implement 
  110.                 the 1024 by 768 16-colour mode. There are very 
  111.                 few 16-colour images around which could take 
  112.                 advantage of this mode, but there are a lot of 
  113.                 monitors which cannot.
  114.  
  115. PARAPLUS.DRV    This is a full featured driver for the Western 
  116.                 Digital Paradise Plus card. This driver also 
  117.                 works with the Dell Super VGA card, which is 
  118.                 actually a Paradise 16-bit card.
  119.  
  120. DELLVGA.DRV    This is a version of PARAPLUS.DRV, above. It has 
  121.                 been modified not to use the 800 by 600 pixel EGA 
  122.                 and monochrome modes of the Paradise card, as 
  123.                 this causes the super VGA monitor on a Dell to 
  124.                 click a (loud) internal relay every time it 
  125.                 changes modes. If you don't mind the relay, or 
  126.                 you want the 800 by 600 modes, use PARAPLUS.DRV, 
  127.                 above.
  128.  
  129.                 Note: rumour has it that some Dell systems have 
  130.                 been shipped with Headland Video 7 cards rather 
  131.                 than Paradise cards. If your Dell system is so 
  132.                 equipped... or if you can't get GWS to work in 
  133.                 the super VGA modes with one of the above two 
  134.                 drivers... try VIDEO7.DRV.
  135.  
  136. ATIWONDR.DRV    This is a driver for the ATI VGA Wonder and ATI 
  137.                 VGA Edge cards. It drives the 256 colour screen 
  138.                 in the 400 line mode, and will work with cards 
  139.                 having 256K on them. The upper 256K on half meg 
  140.                 cards will be ignored by this driver.
  141.  
  142. ATI512.DRV    This is a driver for ATI Wonder cards having 512K 
  143.                 of memory on board. It will display pictures in 
  144.                 up to 800 by 600 pixel resolution, selecting 
  145.                 among the three available 256 colour display 
  146.                 modes based on the dimensions of the image to be 
  147.                 viewed.
  148.         
  149. GRAFDRV.DRV    This is a stock VGA card driver. You might want 
  150.                 to use this if there is no super VGA card driver 
  151.                 available for your card, however, as it handles 
  152.                 the 16-colour and monochrome modes in potentially 
  153.                 more useful ways than the internal VGA driver of 
  154.                 Graphic Workshop does.
  155.  
  156. VGA400.DRV    This is a "gadget" driver for a stock VGA card 
  157.                 which reprograms the beast into an undocumented 
  158.                 320 by 400 line mode. It should work on any VGA 
  159.                 card, but being undocumented one cannot be sure. 
  160.                 In any case, while interesting, this mode has 
  161.                 such a squashed aspect ratio that it's not really 
  162.                 useful for anything. In addition, having heavily 
  163.                 interlaced memory, it's painfully slow to update.
  164.  
  165. VGA480.DRV    This is another undocumented mode. It gets still 
  166.                 more on the screen, with still more distortion.
  167.  
  168. To use one of these drivers, use GWSINSTL to select EXTERNAL for 
  169. display type and enter the path to your driver in the path name 
  170. field at the bottom of GWSINSTL screen. This should be the 
  171. complete path, including the drive letter. Graphic Workshop does 
  172. not assume that driver file names end in .DRV... you can call 'em 
  173. anything you like.
  174.     The name of the driver you've loaded should appear in the 
  175. F10 "About" window when you're running GWS.EXE.
  176.     
  177.  
  178. Writing your own driver
  179.  
  180. Also included with this version of Graphic Workshop is 
  181. GRAFDRV.ASM, the source code for GRAFDRV.DRV. This file can be 
  182. used as the boilerplate for writing your own super VGA card 
  183. driver. You will need a pretty good grasp of assembly language 
  184. and the hardware specific details of the card you want to write a 
  185. driver for to get this together. This file should be assembled 
  186. with Microsoft's MASM assembler, version 4.0 or better.
  187.     The following batch file is useful in assembling 
  188. GRAFDRV.ASM into GRAFDRV.DRV... or any other driver you happen to 
  189. write.
  190.  
  191. MASM %1 %1 NUL NUL
  192. IF ERRORLEVEL 1 GOTO PROBLEM
  193. LINK %1 @AUTOLINK
  194. EXE2BIN %1 %1.DRV
  195. DEL %1.EXE
  196. DEL %1.OBJ
  197. :PROBLEM
  198.  
  199.     The file AUTOLINK must be present... it contains four 
  200. carriage returns, that is, four blank lines.
  201.     In future releases we hope to include a number of SVGA 
  202. drivers with Graphic Workshop. If you write one using the 
  203. GRAFDRV.ASM skeletal driver and care to send us the source, we'll 
  204. be pleased to include it with future releases, with suitable credit.
  205.     Registered users of Graphic Workshop who want to write 
  206. their own drivers are welcome to the source code for all the 
  207. above drivers... you might find some of the techniques used in 
  208. them helpful in writing your driver. The only conditions are that 
  209. you must be a registered user and we'd like to have the source 
  210. code for the driver you write when you get it working... we'll 
  211. include the object file in with future releases of Graphic 
  212. Workshop.
  213.     We'll be happy to give you whatever help we can in 
  214. writing your driver, too.
  215.     If you want the driver source files, please phone or 
  216. write us and we'll send 'em off to you.
  217.  
  218.  
  219. Custom drivers
  220.  
  221. We've been asked on a few occasions whether we'll write custom 
  222. drivers for Graphic Workshop on behalf of various interested 
  223. parties. We might be able to, depending on time and whathaveyou. 
  224. If you really want a specific SVGA driver for Graphic Workshop... 
  225. for example, if you want to licence it for inclusion with a 
  226. particular card or computer... and you can't get it together 
  227. yourself, contact us. Our address is in GRAFWORK.DOC.
  228.