T.R | Title | User | Personal Name | Date | Lines |
---|
2300.1 | Ultrix/Digital banner, on/off | TOWNS::KENOYER | G. Kenoyer: Contract Spook | Mon Feb 19 1990 13:51 | 19 |
| This might not be exactly what you want, but
To turn off the banner edit
/usr/lib/X11/app-defaults/XSessionManager
and change
*displayLogo: yes
to
*displayLogo: no
If you are running pre - UWS 2.1, there is a whole bunch of other stuff you
can muck with in this file.
Under 2.1 they compiled (?) it in. Maybe someone else knows how to change the
other stuff?
|
2300.2 | Here's how... | SMURF::COUTU | He who will not risk, cannot win. | Mon Feb 19 1990 16:04 | 15 |
| Under UWS V2.2 you can use a postscript program to replace the default
logo. To do this setup the .Xdefaults file for root with these lines:
XSessionManager*logoFile: /.dpslogo
XSessionManager*logoColor: yellow
Put into the file /.dpslogo whatever encapsulated postscript you like.
Change the color to be your favorite, and logout. Watch the fun!
Of course this means that given sufficient cleverness and inordinate
amounts of free time you can make a moving logo, a shadowed logo, etc.
Have fun,
Dan
|
2300.3 | Add a blank line or comment to the beginning | OPHION::MIKEY | Mike Yang | Tue Feb 20 1990 04:35 | 4 |
| Don't for get to add a blank line or comment at the beginning
of your postscript logo file if you're using UWS 2.2. This works
around a bug.
|
2300.4 | What bug? | TOWNS::KENOYER | G. Kenoyer: Contract Spook | Tue Feb 20 1990 08:44 | 7 |
| re: -.1
Removing all "showpage" entries in the ps file eliminates one bug.
The image will come up, then blank, leaving just the background and
the login box.
Is that the same bug?
|
2300.5 | Not a bug | OPHION::MIKEY | Mike Yang | Tue Feb 20 1990 13:41 | 11 |
| No, that's not the bug I was talking about. The problem is that the
prompter adds a line of postscript to set the drawing color to that
specified by XSessionManager*logoColor for color displays, and
XSessionManager*logoBW for B&W displays. But someone :-) forgot to
add a newline so this command gets munged with the first line of
the postscript file.
Showpage is not an appropriate postscript operator for DPS, so the
fact that you have to remove them is not really a "bug." In the
DPS extension, showpage effectively clears the window.
|
2300.6 | Maybe you know the cure to this 'un
| TOWNS::KENOYER | G. Kenoyer: Contract Spook | Wed Feb 21 1990 08:47 | 6 |
| I have a full-screen postscript image (a geisha). When I set up the
display to use it, only the lefthand 2/3's is displayed - the portion
of the image to the right of where the 'L' in the default 'DIGITAL'
logo would be, is not displayed.
??
|
2300.7 | *logoFullScreen and another question... | IOUONE::BRYSON | | Wed Feb 21 1990 11:47 | 21 |
| RE .6:
I think there is a resource called *logoFullScreen. Set this
resource "true" and that should allow the full screen to be used
as a logo.
XSessionManager*logoFullScreen: true
New question: Does all of the above work under T4.0 (VAX)? I have done a
strings on Xprompter and I only find a few of the [Ll]ogo
occurences. I can't seem to get any results. I have tried two
difference resources with no effect.
XSessionManager*logoProgramName: /my.ps
XSessionManager*logoName: /my.ps
Also, does this file have to have something like bounding boxes or
any other special PostScript items or comments?
David
|
2300.8 | Don't know why it would get cutoff | OPHION::MIKEY | Mike Yang | Wed Feb 21 1990 13:31 | 14 |
| The window that the prompter uses for DPS display covers the full width
of the screen. The XSessionManager*logoFullScreen resource determines
whether the window covers the full height of the screen, or if it just
covers the portion above the dialog box.
I can't see why your postscript image would get cut off on the right
side. Can you make it available to me or mail it to me (WSL::MIKEY)?
If T4.0 is UWS 4.0, it should have the same prompter support as UWS
2.2. But if you used strings on Xprompter and got only logoProgramName
and logoName, this would seem to indicate that you have an earlier
version of the prompter, which ignores these resources.
Your postscript file doesn't need any special comments.
|
2300.9 | Later version of T4.0 works... | IOUONE::BRYSON | | Wed Feb 21 1990 14:59 | 5 |
| I was working with T4.0 of UWS. Everything works with T4.0-1.
Thanks,
David
|