From: Robert Hoehne Newsgroups: comp.os.msdos.djgpp Subject: Re: Allegro and rhide Hang. Date: Mon, 03 Mar 1997 12:55:00 +0100 Organization: TU Chemnitz-Zwickau Lines: 33 Message-ID: <331ABC14.66AD@Mathematik.tu-chemnitz.de> References: <199702261922 DOT NAA10143 AT ilttc008 DOT canal DOT IL DOT Ameritech DOT COM> NNTP-Posting-Host: errno.hrz.tu-chemnitz.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit CC: paul AT sprintlink DOT co DOT za To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Brian Schrock- HiCap Technician wrote: > > Hello, > > ... When I run rhide my screen will go blank for a second and then either > reboot or return to my main screen (win95 desktop). I cannot say the exact reson for this, but after fixing some bugs over the weekend in the screen functions, I found, that RHIDE sets at startup at first a screen mode 0xff!!! This may be a reason, because your video bios may be confused by setting that video mode.. To test, if that's true for you, run either the following small program or wait for the next RHIDE version to check, if the bug was fixed. -----CUT HERE----- #include int main() { textmode(0xff); return 0; } -----CUT HERE----- Robert -- ***************************************************************** * Robert Hoehne, Fakultaet fuer Mathematik, TU-Chemnitz-Zwickau * * Post: Am Berg 3, D-09573 Dittmannsdorf * * e-Mail: Robert DOT Hoehne AT Mathematik DOT TU-Chemnitz DOT DE * * WWW: http://www.tu-chemnitz.de/~rho * *****************************************************************