Date: Tue, 11 May 1993 00:58:31 +0200 Conversion: Prohibited From: To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: vga-resolution Hello Peter, the original DJGPP libgr.a is limited to 256 color modes. If you've a super vga card you might use the driver (.grd files) coming the DJGPP package or the LIBGRX (see below) supporting your card. On a standard or unsupported VGA you should use the libgrx.a ( look for cbgrx102.zip). LIBGRX is compatible with the standard C interface of libgr.a and allows eg. 16 color modes. Hartmut