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

  1. Path: sparky!uunet!pipex!unipalm!uknet!axion!pcellik
  2. From: pcellik@axion.bt.co.uk (Peter SPHINX Cellik)
  3. Newsgroups: comp.sys.ibm.pc.hardware
  4. Subject: Re: Programming VGA in extended modes
  5. Message-ID: <1992Aug19.100510@axion.bt.co.uk>
  6. Date: 19 Aug 92 09:05:10 GMT
  7. References: <ABalFagSL8@speech.lang.lgu.spb.su>
  8. Sender: news@axion.bt.co.uk
  9. Reply-To: pcellik@axion.bt.co.uk (Peter SPHINX Cellik)
  10. Organization: British Telecom Research Labs
  11. Lines: 34
  12.  
  13.  
  14. In article <ABalFagSL8@speech.lang.lgu.spb.su>, shura@speech.lang.lgu.spb.su (Alexander L. Gorlovsky) writes:
  15. |> 
  16. |> Hi, guys!
  17. |> 
  18. |>   Have your any information on Video RAM organization
  19. |>   for VGA Extended modes for 512K or 1M :
  20. |>        640 x 480/256
  21. |>        800 x 600/16
  22. |>        800 x 600/256
  23. |>       1024 x 768/4
  24. |>       1024 x 768/16
  25. |>   Is it the same for various VGA cards (I have Trident VGA with 512K RAM) ?
  26. |> 
  27.  
  28. The only extended mode that is quite standard across all SVGA boards is
  29. 800x600-16.
  30. As far as I have seen, this mode is organized just like 640x480-16.  You 
  31. use the same port commands to set the read/write mask, latches, etc.  So
  32. for this mode, all you have to do is know the mode number (which does vary
  33. from card to card) and set the mode using INT 0x10.  All further access to
  34. the video RAM and registers should be the same.
  35.  
  36. As for the other extended modes, I have only successfully programmed them
  37. on an ATI VGA WONDER 512K (yes I know, old card, but soon I hope to get the
  38. new kick-ass ATI card.  ATI is great!).
  39.  
  40. Hope you can use this info,
  41.        SPHINX
  42.  
  43. ====================================================
  44. === Kill others only if you wish to be killed.   ===
  45. ===                                       SPHINX ===   
  46. ====================================================
  47.