To: "B.S.Runnacles" Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: gcc+pentium90+PCIcard Date: Sun, 29 Jan 95 09:37:22 +0200 From: "Eli Zaretskii" > I have a Diamond Stealth PCI 2Mb DRAM graphics card which I find > works nicely with gcc. I do have problems with using the builtin > VESA driver however, I use the line > > set go32=driver :: gw 1024 gh 768 > > and the program stops saying unknown driver or words to that effect. The correct setting of GO32 in this case would be set go32=gw 1024 gh 768 and then it should work with the built-in VESA driver. With some cards you should also explicitly set the number of colors to 256, like this: set go32=gw 1024 gh 768 nc 256