home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / t / tvgalib.zip / TVGALIB / README.TVG < prev    next >
Text File  |  1992-10-22  |  2KB  |  48 lines

  1. RELEASE  1.0.0
  2.  
  3. This is the first public release of the Trident 8900C SVGA library,
  4. consisting of a modified version of Tommy Frendson's vgalib-1.0.tar.Z
  5. package.
  6.  
  7. This has been tested on a number of Trident 8900C cards with 256k,
  8. 512k and 1M, without problems.  If you do encounter any please let
  9. me know, it's probably my fault and not Tommy's so don't bug him.
  10.  
  11. Email to Toomas_Losin@mindlink.bc.ca
  12.  
  13. -------------------------------------------------------------------
  14. FEATURES
  15.  
  16. These are my additions to vgalib:
  17.  
  18. Modes:     640x400x256     800x600x16
  19.      640x480x256    1024x768x16
  20.      800x600x256    768x1024x16
  21.     1024x768x256
  22.  
  23. Functions:  vga_drawellipse
  24.         vga_drawbox
  25.  
  26. -------------------------------------------------------------------
  27. NOTES
  28.  
  29. o   This library completely replaces vgalib so you should be able
  30.     to use it without changing any existing code that uses the
  31.     standard vga modes.
  32.  
  33. o   I've included the README from the original vgalib since it's
  34.     still very much applicable.  See README.vga
  35.  
  36. o   For register level programming of the video card, the files
  37.     vga.doc and trident.doc in /pub/Linux/packages/X11/devel
  38.     at tsx-11.mit.edu are useful since they give valuable info
  39.     about register usage.  They are not included here since they're
  40.     so easily available.  Unfortunately they don't quite give all
  41.     the info that's required - see the file important.doc for
  42.     what's missing.
  43.  
  44. o   I've probably done things inefficiently at places, and I don't
  45.     like some data structures I've used; my priority was getting
  46.     this running properly.  I'll have to look at things closely at
  47.     some point.
  48.