Date: Wed, 23 Aug 1995 16:21:20 +0300 (IDT) From: Eli Zaretskii To: Martin Clayton Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Avance Logic Graphics Card Query On Mon, 21 Aug 1995, Martin Clayton wrote: > I've got a new PC at home with an Avance Logic ALG2301 Graphics Card. > > I'm not having much luck running 800x600x256col graphics - anyone used these > cards+mode successfully? I can get this mode OK in ms-windows. > > system: 486DX, djgpp1.12m4. msd reports VESA 1.02 support. > driver: go32 internal. > symptom: Message "GrSetMode: unknown adapter type in driver." What does your GO32 environment variable says? You should try this: set GO32=gw 800 gh 600 nc 256 If your card indeed supports VESA, it should work. If not, try loading the UNIVBE program which will make it VESA-compatible. It's all explained in the DJGPP FAQ list (available as faq102.zip from the same place you get DJGPP).