home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / pascal / 8451 < prev    next >
Encoding:
Text File  |  1993-01-23  |  1.7 KB  |  40 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!caen!batcomputer!cornell!uw-beaver!cs.ubc.ca!unixg.ubc.ca!kakwa.ucs.ualberta.ca!muskwa.ucs.ualberta.ca!dhalliwe
  3. From: userDHAL@mts.ucs.UAlberta.CA (David Halliwell)
  4. Subject: Re: IBM8514.bgi
  5. Message-ID: <dhalliwe.727736029@muskwa.ucs.ualberta.ca>
  6. Sender: news@kakwa.ucs.ualberta.ca
  7. Nntp-Posting-Host: muskwa.ucs.ualberta.ca
  8. Organization: University Of Alberta, Edmonton Canada
  9. References: <C11uLs.DCt@cs.vu.nl>
  10. Date: Fri, 22 Jan 1993 20:53:49 GMT
  11. Lines: 27
  12.  
  13. pfrants@cs.vu.nl (Frants P) writes:
  14.  
  15. >I have tried to use the ibm8514.bgi driver, but it fails. The program stays in
  16. >text-mode. I know my computer has svga. So tell me if I am doing things wrong:
  17.  
  18. [code fragment deleted]
  19.  
  20.    The IBM8514 card is *not* SVGA. It does have the same 1024x768 resolution,
  21. but it is radically different from SVGA cards. If your card does support
  22. the IBM8514 modes (such as some of the ATI accelerator cards which
  23. combine SVGA and IBM8514 capabilities on the same card) then you have to
  24. make sure that the card's "adapter interface" is loaded into memory
  25. before running any program using the .BGI driver. Borland's driver uses
  26. this AI, rather than directly controlling the hardware.
  27.  
  28.    If you have just an ordinary SVGA card, then to access the extended
  29. graphics modes you need a .BGI driver for SVGA cards. Borland does not
  30. provide them (unless they added them to version 7), but other people
  31. have developed them. Look in the SIMTEL archives under <MSDOS.BORLAND>.
  32. (Unless they've changed that on me as well :-)) You should be able to
  33. FTP the appropriate drivers and instructions.
  34.  
  35.  
  36. Dave Halliwell
  37. Department of Geography
  38. University of Alberta
  39. Edmonton, Alberta
  40.