Date: Mon, 27 Feb 95 09:06:11 -0500 From: dj AT stealth DOT ctron DOT com (DJ Delorie) To: NEWHALL AT american DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Accessing VESA SVGA Frame Buffer The absolutely correct quote is "The provided graphics libraries don't support non-dpmi mode" I suppose. If you run in dpmi modes, you can use the DPMI API functions (int 0x31) and to access the video frame buffer yourself to do graphics. This is what the next version of grx will do.