Date: Thu, 30 Nov 1995 08:41:15 +0200 (IST) From: Eli Zaretskii To: Kieran Connell Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Graphics in DJGPP On 29 Nov 1995, Kieran Connell wrote: > Could anybody tell me where I could get hold of some more graphics drivers for > DJGPP? I can use the standard vga.grd one fine, but it's not that exciting is it?? > I have a Diamond Stealth SE video card, are there any drivers available for it?? This is explained in the DJGPP FAQ list (available as faq102.zip from the same place you get DJGPP), sections 10.3-10.5. The drivers are in the cbgrdNNN.zip and grx103m1.zip archives (there are some additional places to look--see the FAQ). But first try without any driver at all, like this: set GO32=driver nc256 This will work with any Vesa VBE-compatible card (most of those you buy these days are).