[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference bulova::decw_jan-89_to_nov-90

Title:DECWINDOWS 26-JAN-89 to 29-NOV-90
Notice:See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit
Moderator:STAR::VATNE
Created:Mon Oct 30 1989
Last Modified:Mon Dec 31 1990
Last Successful Update:Fri Jun 06 1997
Number of topics:3726
Total number of notes:19516

2300.0. "Ultrix/Digital banner?" by YUPPY::PACKJ (Vertical learning curves) Mon Feb 19 1990 09:52

    (please point to where this *must* have been asked before but I
    cant find it when searching, sorry)
    
    How can I change the DIGITAL banner on a ULTRIX workstation, (ie
    the banner on the login screen)
    
    :J
T.RTitleUserPersonal
Name
DateLines
2300.1Ultrix/Digital banner, on/offTOWNS::KENOYERG. Kenoyer: Contract SpookMon Feb 19 1990 13:5119
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.2Here's how...SMURF::COUTUHe who will not risk, cannot win.Mon Feb 19 1990 16:0415
    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.3Add a blank line or comment to the beginningOPHION::MIKEYMike YangTue Feb 20 1990 04:354
    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.4What bug?TOWNS::KENOYERG. Kenoyer: Contract SpookTue Feb 20 1990 08:447
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.5Not a bugOPHION::MIKEYMike YangTue Feb 20 1990 13:4111
    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.6Maybe you know the cure to this 'un TOWNS::KENOYERG. Kenoyer: Contract SpookWed Feb 21 1990 08:476
	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::BRYSONWed Feb 21 1990 11:4721
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.8Don't know why it would get cutoffOPHION::MIKEYMike YangWed Feb 21 1990 13:3114
    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.9Later version of T4.0 works...IOUONE::BRYSONWed Feb 21 1990 14:595
I was working with T4.0 of UWS.  Everything works with T4.0-1.

Thanks,

David