Date: Fri, 11 Dec 92 12:24:14 CST From: csaba AT vuse DOT vanderbilt DOT edu (Csaba A. Biegl) To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: SUIT problems This is in response to various questions about SUIT. > Hello, > I have trouble in running the port of SUIT on DJGPP. I am running DJGPP > 1.09 on a 486 clone with 386MAX as memory driver. I compile the 3 examples > of the tutorial with no warning but they all hang my computer when staring > them. I tried with go32 1.09 and with go32 1.09 patched by Csaba. > Is it a problem with go32, 386MAX or do I missed something? > ^^^^^^ > (I am running with a Tseng 4k and all the tests coming with Libgrx compile > and run fine). > Thank's for your help. > Jean-Francois Rouanet. My patched GO32 fixes the keyboard problem only for non-VCPI (no EMS) situations. Try without 386MAX or using the 1.08 extender. Does the mouse work? If so then the computer did not really hang -- the program just does not get the keystrokes. > Hi everyone > > I just loaded down the SUIT port for djgpp, installed > it on my PC and ran the makefile. After all was done > (without any problems !!!) i started the tutorial demo > progs (demo 3cell ..) awaiting the wonderful things that > might come. But the only thing happend was that the color > of the letters on the screen turned form gray to orange > and i had to reboot the computer. (im using go32 1.08) > So, what did i wrong ??? > > Thanks in advance for any suggestions > > peter The orange text is quite normal for error messages. SUIT happens to initialize its color table in a way that color index 7 (the regular low-intesity white DOS text color) is mapped to orange. AFter this anything written to the screen using DOS and the BIOS appears in this color. The text on the screen should be some fatal error message from the extender or the program. If unreadable (Some SVGA BIOS-es don't handle text output properly in HiRes modes) try redirecting both the standard output and the standard error to a file. Once you know what the problem is, correct it. Things which can possibly go wrong: no 387 and 387 emulator. (SUIT uses some floating point arithmetic) wrong graphics driver, card (try the GRX tests, if you haven't done so) make sure you are using GRX version 1.02. make sure that the GRX font path is set up properly. Csaba Biegl csaba AT vuse DOT vanderbilt DOT edu