From: Neil Goldberg Newsgroups: comp.os.msdos.djgpp Subject: Re: vga vs VESA with gnuplot Date: Thu, 12 Aug 1999 08:59:45 +0100 Organization: The MITRE Corporation Lines: 49 Message-ID: <37B27EF1.36C6@mitre.org> References: <199908111957 DOT OAA21982 AT darwin DOT sfbr DOT org> NNTP-Posting-Host: mm58842-pc.mitre.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: top.mitre.org 934462652 12880 128.29.96.60 (12 Aug 1999 12:57:32 GMT) X-Complaints-To: usenet AT news DOT mitre DOT org NNTP-Posting-Date: 12 Aug 1999 12:57:32 GMT X-Mailer: Mozilla 3.04 (WinNT; I) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Jeff Williams wrote: > > I'm using the djgpp port of gnuplot---it's very nice. The readme.dj2 > doc says that two options (among others) for the GRX20DRV environment > variable (used by the GRX-2.3 graphix library) are > > 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 > (I know what the acronyms stand for :), and when one would be > preferred over the other? stdvga (standard VGA) allows screen modes that do not exceed more than 256k in size, like the famous 320x200x256 color mode 13h. Or Windows 95 start-up screen Mode X VGA 320x400x256. VESA is a graphic interface extension that allows you to use the extended features of your video hardware without anything Windows related. This is usually accomplished through a BIOS extension (see note 1) or software (like Scitech Display Doctor). > > The only video driver information I can provide is what I see > at boot time: > > CL-GD6420 VGA BIOS Version 1.01 alpha4 > Copyright 1992 Cirrus Logic, Inc. All Rights Reserved. > Copyright 1987-1990 Quadtel Corp. All Rights Reserved. > 6420 04/22/92 Not interesting... > > CLVESA, Cirrus Logic VGA VESA BIOS Extension Version 1.00 > Copyright (C) Cirrus Logic Inc., 1992. All Rights Reserved. > Cirrus VGE VESA VBE successfully installed. (2,010 bytes) (NOTE 1): This is the VESA support you have natively through BIOS. Version 1.00 is not exciting, and gnuplot may require the niftier Version 2. I suggest you check that requirement and that you get Scitech Display Doctor (www.scitechsoft.com) so you will get VESA 2 or maybe even VESA 3 support. Even if gnuplot doesn't required VESA 2 and it's due to some other problem, get Display Doctor anyway, it's good stuff. moogla > > TIA---jtw