| T.R | Title | User | Personal Name
 | Date | Lines | 
|---|
| 3068.1 | *displayLogo:  no | UTRTSC::HELDEN |  | Thu Jul 12 1990 10:37 | 11 | 
|  |     
    In /usr/lib/X11/app-defaults there is a file called XSessionManager
    Search in the file for *displayLogo:     yes,  and change it to no.
    
    I don't why, but if you define it "no" then your login performance
    is very slow.
    
    Any body know why ?
    
    Have fun
    Mark
 | 
| 3068.2 | I've noticed it too... | WONDER::BENTO |  | Sun Aug 26 1990 12:39 | 4 | 
|  |     I noticed the same thing on ULTRIX and no one has been able to answer
    me...
    On VMS; how does one disable the logo?  Or better yet, change it?
    
 | 
| 3068.3 | Try dir/title=login for more information. | SCAM::DIAL |  | Mon Aug 27 1990 09:59 | 4 | 
|  |     $ DEFINE/SYSTEM/EXEC DECW$LOGIN_BACKGROUND device:[dir]foo.com
    
    Where "foo.com" is some command file which runs a program to write the
    root window.  If foo.com doesn't exist, the logo won't either.
 | 
| 3068.4 | DECW$LOGIN_BACKGROUND | PEACHS::BELDIN |  | Mon Aug 27 1990 11:19 | 8 | 
|  | >    On VMS; how does one disable the logo?  Or better yet, change it?
>    
	Define DECW$LOGIN_BACKGROUND to point to a com file that runs
	your logo.  Make sure that it is in the system table and that
	it is fully explicit in its path defs (disk, dir, ect)...
	rb
 | 
| 3068.5 | decw$login_background | AUBER::TISSERAND | Jean-Marc TISSERAND TSC FRANCE | Mon Aug 27 1990 13:09 | 9 | 
|  | >    On VMS; how does one disable the logo?  Or better yet, change it?
>    
Also make sure that your dcltables are installed from sys$common:[syslib].
If they are installed from sys$specific:[syslib], the detached process which
draws your logo will fail with the status code D380E4 (%LOGIN-F-CLITBLFAIL)
Jean-Marc.
 |