Date: Sun, 16 Mar 1997 15:51:20 +0300 (IDT) From: Eli Zaretskii To: Bon-Ki Koo cc: djgpp AT delorie DOT com Subject: Re: How can I use the MGA millenium card to execute DJGPP graphic program? In-Reply-To: <332901D4.4257@seri.re.kr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 14 Mar 1997, Bon-Ki Koo wrote: > BUT! NOW! I cannot execute graphic program. > > So, I want to MGA Millenium driver for DJGPP. AFAIK, there is no such driver. You might check in the distribution of the DISPLAY program (dispNNN.zip in msdos/graphics directory on SimTel mirrors) which includes the largest collection of drivesr I know of. If it doesn't have a driver for your card, try the built-in VESA driver, by defining go32 environment variable like so: set go32=driver gw 1024 gh 768 nc 256 (that's right: only screen dimensions and number of colors without any name of a driver).