From: "Damian Yerrick" Newsgroups: comp.os.msdos.djgpp Subject: Re: Allegro - requirements Date: Sat, 11 Sep 1999 22:38:58 -0500 Organization: Rose-Hulman Institute of Technology Lines: 51 Message-ID: <7rf7c7$4gu$1@solomon.cs.rose-hulman.edu> References: <7reuau$cug$1 AT canopus DOT cc DOT umanitoba DOT ca> <7rf3gb$f27 AT dfw-ixnews9 DOT ix DOT netcom DOT com> NNTP-Posting-Host: yerricde.laptop.rose-hulman.edu X-Trace: solomon.cs.rose-hulman.edu 937107655 4638 137.112.205.146 (12 Sep 1999 03:40:55 GMT) X-Complaints-To: news AT cs DOT rose-hulman DOT edu NNTP-Posting-Date: 12 Sep 1999 03:40:55 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > Randy G wrote: > > My program is made for a 640x480 screen size (16 bit colour). > > set_color_depth(16); > > set_gfx_mode(GFX_AUTODETECT, 640, 480, 0, 0); > > > > I don't know much at all about the video modes and what they require > > exactly. > > If I say in documentation this program requires a 'SVGA' is that correct? > > Can I be more specific than that? Marp wrote: > You could say a VESA compatible video card since that's what you need to get > SVGA resolutions with allegro. More accurately, you could quote everything between 66 and 99 (trim >8 8< what does not apply): 66 Duke Quakem requires: PC architecture computer Intel Pentium or compatible CPU, ??? MHz or faster VESA 2 compatible video adapter, or video adapter with VBE/AF driver (adapter and monitor must be capable of 640x480 resolution at 16 bit color; drivers are available from http://www.talula.demon.co.uk/freebe/) Mouse DOS 6.0 or later or Microsoft Windows 95 or later Recommended: Sound Blaster, Ensoniq SoundScape, or compatible audio adapter Joystick (or, under Windows 98, any HID compliant device) All trademarks belong to their respective owners. 99 Make sure to pack your EXE (DJP, UPX, etc.) so it will take less space and load faster, and to include CWSDPMI for those who prefer not to use Microshaft Winblows. If you use install_sound() or install_joystick(), distribute a packed Allegro Setup with your binary; Allegro's runtime autodetector can hang. And with Allegro 3.925WIP,, you can compile for Linux and for Win32 with minimal (about three lines) changes to your source. Damian Yerrick http://come.to/yerrick