From: "A.Appleyard" To: DJGPP AT DELORIE DOT COM Date: Mon, 18 Mar 1996 14:05:22 GMT Subject: Graphics modes Message-ID: <6020C27A13@fs2.mt.umist.ac.uk> Does djgpp v2 still carry around a load of graphics drivers? Or does the (first graphics call in each run of a djgpp program) call some such interrupt as `AX=0x4f01, int10' to find what modes it has, and thus decide what DOS or VESA screen mode to use to represent each of the 9 djgpp screen modes? djgpp screen mode 7 is described as "biggest non-interlaced graphics". What is "non-interlaced" graphics? Why is non-interlacing-ness relevant? How do I find via `AX=0x4f01, int10' whether any particular screen mode is non-interlacing?