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

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!gatech!taco!dspascha
  3. From: dspascha@eos.ncsu.edu (DAVID SCOTT PASCHAL)
  4. Subject: Re: VGA 640x400x256 possible!
  5. Message-ID: <1992Sep13.030229.2527@ncsu.edu>
  6. Originator: dspascha@c00082-100lez.eos.ncsu.edu
  7. Lines: 24
  8. Sender: news@ncsu.edu (USENET News System)
  9. Reply-To: dspascha@eos.ncsu.edu (DAVID SCOTT PASCHAL)
  10. Organization: North Carolina State University, Project Eos
  11. References: <"92-09-01-18: 08:55.86*UKB8"@DKAUNI2.BITNET> <1992Sep12.113051.1@mars.ibioc.serpukhov.su>
  12. Date: Sun, 13 Sep 1992 03:02:29 GMT
  13.  
  14.  
  15. In article <1992Sep12.113051.1@mars.ibioc.serpukhov.su>, orlov@mars.ibioc.serpukhov.su writes:
  16. |> 
  17. |> I managed to force my VGA (in fact, Paradise VGA) to enter 640x400x256 mode.
  18. |> Its number is 5Eh! Just invoke INT 10h with AX=005Eh and you'll have your VGA
  19. |> working in 640x400x256. I was told this must work on ANY VGA !
  20. |> 
  21. |> BTW: I couldn't access the lower half of screen! Only first 128K can be
  22. |> accessed (seg=A000..BFFF). Do you (or someone else who reads this) know
  23. |> how to access another 128K ?
  24. |> 
  25. |>             With best regards,        D.S.
  26. |> -------------------------------------------------------------------------------
  27. |>         "I'm from the land of Russia where Shadows lie!"    
  28. |> -------------------------------------------------------------------------------
  29. |> 
  30.  
  31. Hi.  The problem with this is that the standard (IBM) VGA doesn't support this
  32. mode.  Various SVGA cards define various BIOS mode numbers above 13h to their
  33. own extended modes, but unfortunately, the mode number for 640x400x256 (or any
  34. other mode) probably won't be the same for other SVGA chipsets.
  35.  
  36. Tschuess,
  37. David Paschal
  38.