Mail Archives: djgpp/1995/01/29/04:58:04
> 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
- Raw text -