Date: Sat, 28 Mar 92 01:08:47 -0500 From: soyata AT phi DOT ece DOT jhu DOT edu (Tolga Soyata) Sender: soyata AT phi DOT ece DOT jhu DOT edu To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: lovely graphics Status: O Hi there, I was having a big problem with getting DJGPP to run on a graphics mode other than 320x200x256. Someone told me that, my GO32 environment variable was having capital letters instead of small case ones. Ok, I changed them to small case. The result is exactly the same. When I run a graphics program, it gives me GrMaxX()=0 and GrMaxY()=0 and it choses 320x200x256 mode automatically. So, the mistake wasn't these capital letters. Here is my new AUTOEXEC.BAT. Where is the error. I can't believe that noone else had the same problem before. When I run ESCAPE, it choses 320x200x256 as its default value. What the hell is GO32 environment variable is for then???? I tried removing "mono" keyword. I tried every single possible gw and gh values. I tried no argument at all. I tried NOT USING GO32 variable. Nope, nope, nope, I can't get my Super VGA card to like DJGPP. What's wrong????????? Tolga SET GCCBIN=d:\djgpp\bin SET GCCINC=d:/djgpp/include SET GCCLIB=d:/djgpp/lib SET GCCTMP=h:/ SET GO32TMP=h:/ SET GO32=driver d:/djgpp/drivers/tseng4.grd gw 1024 gh 768 tw 80 th 50 SET BISON_SIMPLE=d:/djgpp/lib/bison.sim SET BISON_HAIRY=d:/djgpp/lib/bison.hai SET FLEX_SKELETON=d:/djgpp/lib/flex.ske SET 387=YES