home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / msdos / programm / 9299 < prev    next >
Encoding:
Text File  |  1992-09-11  |  1.7 KB  |  43 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!mcsun!fuug!kiae!uranus!mars.ibioc.serpukhov.su!orlov
  3. From: orlov@mars.ibioc.serpukhov.su
  4. Subject: Re: VGA 640x400x256 possible!
  5. Message-ID: <1992Sep12.113051.1@mars.ibioc.serpukhov.su>
  6. Lines: 31
  7. Sender: news@uranus.ibioc.serpukhov.su (USENET News System)
  8. Organization: Institute of Cell Biophysics
  9. References: <"92-09-01-18: 08:55.86*UKB8"@DKAUNI2.BITNET>
  10. Date: Sat, 12 Sep 1992 20:10:51 GMT
  11.  
  12. In article <"92-09-01-18:08:55.86*UKB8"@DKAUNI2.BITNET>, UKB8@DKAUNI2.BITNET
  13. writes:
  14. > Hi everybody!
  15. > I'm looking for a way to trick a *standard* VGA-card into a graphic reso-
  16. > lution of 640x400x256.
  17. > As a standard VGA has at least 256K memory and 640x400 pixels at 8 bit
  18. > color resolution use 256000 bytes, this should be possible (using 4 bit
  19. > planes as in normal EGA/VGA-modes); as far as I heard by now, the VGA's
  20. > clocking scheme doesn't allow it, but I hope you prove that wrong and
  21. > come up with an ingenious solution!  :-)
  22. > Please answer by mail, if it works, I'll summarize.
  23. > TNXIA,
  24. >       Kai
  25.  
  26. Hi Kai!
  27.  
  28. I managed to force my VGA (in fact, Paradise VGA) to enter 640x400x256 mode.
  29. Its number is 5Eh! Just invoke INT 10h with AX=005Eh and you'll have your VGA
  30. working in 640x400x256. I was told this must work on ANY VGA !
  31.  
  32. BTW: I couldn't access the lower half of screen! Only first 128K can be
  33. accessed (seg=A000..BFFF). Do you (or someone else who reads this) know
  34. how to access another 128K ?
  35.  
  36.             With best regards,        D.S.
  37. -------------------------------------------------------------------------------
  38.         "I'm from the land of Russia where Shadows lie!"    
  39. -------------------------------------------------------------------------------
  40.