Changing Solaris 7 Splash screen...

Ask a Question related to Sun Solaris, Design and Development.

  1. #1

    Default Changing Solaris 7 Splash screen...

    Hi,

    We are trying to change the Solaris 7 splash screen (CDE) to something
    of our own choosing (in this case, a government warning screen).
    Where does the bmp (or other file type) for the Solaris 7 Splash
    reside in the system and what is the name of it, or is it embedded in
    a binary file that you cannot change?

    We would like our own splash screen to stay up for, say 30 seconds,
    then disappear. How would you control the length of time it stays up?
    This would have to work for all users. Does anyone know an alternate
    way to do this if the above will not work? Our splash screen is
    currently a bitmap, but we could change it to another format if
    necessary.

    Thanks in advance.

    Regards, Bill
    Las Vegas, NV USA
    Bill McDevitt Guest

  2. Similar Questions and Discussions

    1. Splash Screen b4 DataGrid
      Hi there, Can you create a Splash screen on the .aspx page before the DataGrid has compiled and loaded? All I want is a message to say Please...
    2. Splash Screen
      I opened a PDF recently that had me fill in my name, email, etc and then allowed me access to the rest of the document. Does anyone know how that was...
    3. Splash Screen with Director
      Hi, I have created a Splash Screen for the Projector exe file and it works fine. I am pulling my hair out trying to find a method of creating a...
    4. AI 10 Stuck on splash screen
      Ever since I installed the Illustrator CS demo, my Illustrator 10 gets stuck on the splash screen on the "Reading Fonts" part. I have trashed...
    5. Making a splash screen
      I am looking to make a splash screen for a CD. I asked aboat this a long time ago and I got the code and fla file I needed. But I can't find the fla...
  3. #2

    Default Re: Changing Solaris 7 Splash screen...

    [email]bmcdevitt@copper.net[/email] (Bill McDevitt) writes in comp.unix.solaris:
    |We are trying to change the Solaris 7 splash screen (CDE) to something
    |of our own choosing (in this case, a government warning screen).
    |Where does the bmp (or other file type) for the Solaris 7 Splash
    |reside in the system and what is the name of it, or is it embedded in
    |a binary file that you cannot change?

    It's in Sun Raster format - sdtimage can convert other image formats
    to that format. /usr/dt/config/images/Solaris.im* (im1 is black &
    white, im8 is 8-bit color, im8g is 8-bit grayscale).

    |We would like our own splash screen to stay up for, say 30 seconds,
    |then disappear. How would you control the length of time it stays up?
    | This would have to work for all users. Does anyone know an alternate
    |way to do this if the above will not work? Our splash screen is
    |currently a bitmap, but we could change it to another format if
    |necessary.

    You could play with dthello or something similar in one of the dtlogin
    scripts - read the dtlogin man page for the gory details.

    --
    __________________________________________________ ______________________
    Alan Coopersmith [email]alanc@alum.calberkeley.org[/email]
    [url]http://www.CSUA.Berkeley.EDU/~alanc/[/url] aka: [email]Alan.Coopersmith@Sun.COM[/email]
    Working for, but definitely not speaking for, Sun Microsystems, Inc.
    Alan Coopersmith Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139