Xref: news-dnh.mv.net comp.os.msdos.djgpp:2177 Path: news-dnh.mv.net!mv!news.sprintlink.net!in2.uu.net!falcon.sat.net!news.sesqui.net!rice!news!sandmann From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: In V2, how do I configure? (V1 was GO32...) Date: Sun, 24 Sep 1995 22:43:57 CDT Organization: Rice University, Houston, Texas Lines: 11 References: Reply-To: sandmann AT clio DOT rice DOT edu Nntp-Posting-Host: clio.rice.edu To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp > I would like to configure a few things, such as the display driver for > libgrx20.a. In V1 I just put this in my autoexec.bat: > SET GO32=driver e:/djgpp/drivers/cirrus54.grn::pf gw 800 gh 600 > This doesn't seem to work anymore, I'm just getting the standard > VGA-style driver. How do I tell the DJGPP stub to use the above? The stub no longer deals with the graphics at all, since graphics drivers are 32-bit PM in GRX2. Look in the source for GRX20DRV environment variable and you will find the various ways to set the information you want. The best way to get there is get a VESA graphics setup, via BIOS or TSR.