From: "Carolyn Kelly-Pajot" References: <971002234639 DOT n0000349 DOT alter AT mail DOT clara DOT net> Subject: Re: Using A Higher Resolution Than 320 *200(Mode 13h) Date: Sun, 26 Oct 1997 11:03:02 -0500 Lines: 16 Message-ID: Newsgroups: comp.os.msdos.djgpp To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk If you are new to graphics, then why not pick up a copy of Allegro? It can be found in the v2tk/ directory from Simtelnet FTP as Alleg22.zip (last time I checked, it may be upgraded by now). Then, type set_gfx_mode(GFX_AUTODETECT, x, y, 0, 0) with x and y as screen sizes. It supports many of them, notably 640x480, 1024x768, and some mode-x (hacked) resolutions like 320x240, 400x300, up to 1600x1200 (with enough Video Memory!). Hope that makes graphics easier. http://www.talula.demon.co.uk/ is the author's Home page. (Slow connection).