Date: Thu, 12 Aug 1999 16:11:06 +0300 (IDT) From: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> X-Sender: eliz AT is To: Jeff Williams <jeffw AT darwin DOT sfbr DOT org> cc: djgpp AT delorie DOT com Subject: Re: vga vs VESA with gnuplot In-Reply-To: <199908111957.OAA21982@darwin.sfbr.org> Message-ID: <Pine.SUN.3.91.990812160756.28224F-100000@is> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 11 Aug 1999, Jeff Williams wrote: > SET GRX20DRV=VESA gw <width> gh <height> nc <colors> > > SET GRX20DRV=stdvga gw <width> gh <height> nc <colors> > > OTOH the `set terminal' command in gnuplot accepts `svga' but > does not recognize `VESA'. > > Can someone explain to me the difference between stdvga and VESA stdvga is the standard VGA, while VESA is an extension that is found in many modern SVGA cards. The standard VGA doesn't know about modes beyond 13h, and its maximum resolution is 640x480 with 16 colors.