Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!apple!usc!zaphod.mps.ohio-state.edu!ncar!gatech!udel!sbcs!sbpmt!altman From: altman@sbpmt.cs.sunysb.edu (Jeff Altman) Newsgroups: comp.windows.ms Subject: Re: Changing the opening Windows screen Message-ID: <1991Feb11.051207.14588@sbcs.sunysb.edu> Date: 11 Feb 91 05:12:07 GMT References: <143295@tiger.oxy.edu> Sender: usenet@sbcs.sunysb.edu (Usenet poster) Organization: State University of New York at Stony Brook Lines: 39 In article <143295@tiger.oxy.edu> traiger@oxy.edu (Saul Traiger) writes: >I've downloaded Wingif and converted a bmp file to an rle file. Then >I renamed the rle file vgalogo.rle and placed it in the \windows\system >directory. I thought that would do it, and that subsequently my opening >screen would be my original bmp image. But it isn't! I still get the blue >Windows opening screen. I have noticed that there is also a vgalogo.lgo >file. So my questions are : (1) What is the purpose of vgalogo.rle? >(2) How do I achieve my goal of replacing the opening screen with something >else? (3) Why do people like me get obsessed with details like this which >have nothing to do with the real work they hope to do ever so much more >efficiently than they have in the past now that they have Windows 3? This really should be added to the FAQ. The reason replacing the vgalogo.rle file does not work is because the actual startup screen is compiled into Win.com in the following manner. In the system directory there is a file called win.cnf. This file is the actual startup program for Windows minus the type of display and the actual image. The [cev]galogo.lgo file contains the info for how to display the image that follows it in the final win.com. To create your own startup image do the following: copy win.cnf /B + [vec]galogo.lgo /B + xxxxxx.rle /B win.com There are some limits on what the RLE file can be. First of all it must not be more than 16 colors, and cannot be larger than the standard resolution of the video mode. In other words, no SVGA modes. Also, the entire file must be smaller than 64k. Good luck. -- - Jeff (jaltman@ccmail.sunysb.edu)