From: libolt AT goodnet DOT com (Mike McLean) Newsgroups: comp.os.msdos.djgpp Subject: Allegro Vesa mode graphics Date: 25 Jan 1997 14:22:03 -0700 Organization: Lightning Bolt Software Lines: 8 Message-ID: <32e9265d.3993736@news.primenet.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I am having trouble doing graphics in Vesa graphics modes. I am trying to display in 640x480 colors, what I display to the screen displays, yet it also displays garbage over it. this is what I use to set the mode, should i change something? set_gfx_mode(GFX_VESA2B, 640, 480, 0, 0);