Date: Thu, 12 Aug 1999 16:11:06 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Jeff Williams cc: djgpp AT delorie DOT com Subject: Re: vga vs VESA with gnuplot In-Reply-To: <199908111957.OAA21982@darwin.sfbr.org> Message-ID: 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 gh nc > > SET GRX20DRV=stdvga gw gh nc > > 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.