home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / ibm / pc / hardware / 22173 < prev    next >
Encoding:
Internet Message Format  |  1992-08-19  |  1.3 KB

  1. Path: sparky!uunet!pmafire!mica.inel.gov!ux1!news.byu.edu!eff!sol.ctr.columbia.edu!usc!sdd.hp.com!decwrl!deccrl!bloom-beacon!eru.mt.luth.se!lunic!sunic!mcsun!sun4nl!mhres!pronto!hst
  2. From: hst@mh.nl (Klaas Hemstra)
  3. Newsgroups: comp.sys.ibm.pc.hardware
  4. Subject: Re: Programming VGA in extended modes
  5. Message-ID: <Bt7wyG.I5M@pronto.mh.nl>
  6. Date: 19 Aug 92 06:35:03 GMT
  7. References: <ABalFagSL8@speech.lang.lgu.spb.su>
  8. Sender: hst@pronto.mh.nl (Klaas Hemstra)
  9. Organization: Multihouse Automation, the Netherlands
  10. Lines: 16
  11. In-Reply-To: shura@speech.lang.lgu.spb.su's message of Tue, 18 Aug 1992 13:32:20 GMT
  12. X-Md4-Signature: 9f328f35ef672ad223a2a91accdd9d9a
  13.  
  14.  
  15. If you need "info" about programming SVGA modes then i suggest
  16. you try and get VGAKITxx from SIMTEL20. It shows clearly how
  17. to access the video memory of all these SVGA boards (in contains
  18. code for it).
  19.  
  20. Short answer:
  21. Yes: It is different for EVERY brand of SVGA chipset.
  22. The memory will be accessed in 64K banks, at segment address 0xa000,
  23. where the Bank-switching will be different for all SVGA chipsets.
  24. The 16 colour mode 800x600 is mostly without bank switching.
  25. The 16 colour mode 1024x768 is sometimes without bank switching (but
  26. in that case means accessing MORE then 64K memory.
  27.  
  28. If you can, use VGAKIT. Good luck,
  29.                                  Klaas
  30.