Date: Tue, 21 Nov 1995 12:35:45 +0200 (IST) From: Eli Zaretskii To: Jorrit Tyberghein Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Graphics in DJGPP On Tue, 21 Nov 1995, Jorrit Tyberghein wrote: > Now I have another question. I have an ARK1000PV Hercules Stingray SVGA > video card. How can I use graphics (preferably 640x480x256 or 800x600x256) > using this card with DJGPP 1.12maint4 or 2.0beta3? > > I allready managed to do 320x200x256 (standard VGA) with the small standard > graphics library included with 1.12main4 but that was all I could do. You should put a suitable setting into your GO32 environment variable, like this: set GO32=driver c:/djgpp/bla-bla gh 480 gw 640 nc 256 (replace bla-bla with the driver which gows with your card, together with its exact path on your system). The GO32 variable parameters are described in the DJGPP FAQ list (faq102.zip from the same place you get DJGPP).