Date: Mon, 30 Mar 92 09:10 EST To: djgpp AT sun DOT soe DOT clarkson DOT edu From: Jose DOT Hernandez AT adi_email DOT analog DOT com Subject: Returned mail: Cannot send messa Status: O -------------( Forwarded letter follows )----------------------- Date: Saturday, 28 March 1992 2:37am Date: Sat, 28 Mar 92 02:41:22 EST From: Mailer-Daemon AT nwd2sun1 DOT analog DOT com (Mail Delivery Subsystem) Subject: Returned mail: Cannot send message for 3 hours To: Mailer-Daemon ----- Transcript of session follows ----- ----- Unsent message follows ----- Return-Path: Received: by nwd2sun1.analog.com (4.1/SMI-4.1) id AE10286; Fri, 27 Mar 92 22:47:17 EST Date: Fri, 27 Mar 92 22:47:17 EST From: Mailer-Daemon (Mail Delivery Subsystem) Subject: Returned mail: Cannot send message for 3 hours Message-Id: <9203280347 DOT AE10286 AT nwd2sun1 DOT analog DOT com> To: ----- Transcript of session follows ----- 421 spd.analog.com: Host oceanus.spd.analog.com is down ----- Unsent message follows ----- Received: from adi.analog.com by nwd2sun1.analog.com (4.1/SMI-4.1) id AA09817; Fri, 27 Mar 92 18:56:44 EST Received: from barnacle.erc.clarkson.edu by cs.umb.edu (5.65c/1.34) id AA07627; Fri, 27 Mar 1992 18:49:32 -0500 Received: from sun.soe.clarkson.edu by barnacle.erc.clarkson.edu with SMTP (PP) id <03080-0 AT barnacle DOT erc DOT clarkson DOT edu>; Fri, 27 Mar 1992 16:26:20 -0500 Received: by sun.soe.clarkson.edu (4.1/SMI-4.1) id AA13384; Fri, 27 Mar 92 15:58:33 EST Return-Path: Received: from phi.ece.jhu.edu (phi.ece.jhu.edu) by sun.soe.clarkson.edu (4.1/SMI-4.1) id AA13378; Fri, 27 Mar 92 15:58:25 EST Message-Id: <9203272058 DOT AA13378 AT sun DOT soe DOT clarkson DOT edu> Received: by phi.ece.jhu.edu ; Fri, 27 Mar 92 15:55:40 -0500 Date: Fri, 27 Mar 92 15:55:40 -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: DJGPP and GRAPHICS Hi guys, I installed DJGPP 1.5 on my system. I have a TSENG 4000 graphics card, which is 1024x768x256. I tried to run ESCAPE. It was already compiled, so I had to run it with the command GO32 MAIN. My AUTOEXEC.BAT file is below. It runs Ok, but it runs in 320x200x256 mode. Well, I was thinking that changing the GR_default_mode (or something like that) to something else would help. Nope, it didn't. I tried any parameter in GrSetMode() i.e. from 0 to 8. Same thing, I can't get any graphics program run in 1024x768. No more than 320x200. I have been battling with DJGPP for a month. Probably I'm making a stupid mistake somewhere. I'm giving you the whole AUTOEXEC.BAT file, may be you can figure something out. If someone can find a solution before I throw my computer out of the window I'll be very happy!!!!!! Note: My system: 386SX + 387SX + 8MB MEMORY + 1024x768x256SuperVGA TSENG4000 + 200 MB HD I use HIMEM.SYS with DJGPP. @ECHO OFF SET COMSPEC=C:\DOS\COMMAND.COM VERIFY OFF PATH C:\DOS; SUBST L: E:\LEDIT SUBST M: D:\MATLAB SUBST N: D:\NOR SUBST P: D:\PCTOOLS SUBST S: E:\SMART SUBST T: D:\BORLAND SUBST X: E:\CROSS PATH C:\;C:\DOS;T:\BIN;N:\;P:\;S:\; PROMPT $P$G rem SHARE C:\NUMLOCK OFF call c:\UTILS lh mouse SET RAMDISK=K SET GCCBIN=D:\DJGPP\BIN SET GCCINC=D:\DJGPP\INCLUDE SET GCCLIB=D:\DJGPP\LIB SET GCCTMP=H:\ SET GO32TMP=H:\ SET GO32=MONO 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 SET SPICELIB=E:\PSPICE5 SET MATLABPATH=D:\MATLAB call c:\project PATH C:\;C:\DOS;D:\DJGPP\BIN;T:\BIN;N:\;P:\;S:\;M:\;X:\; rem vmode install rem vmode 80 CLS