Re: xdm background image

1997-10-06 Thread Jeffrey Ebert
Marco Bravi wrote:

 Obviously, you may want to remove it once a user logs in, just in case he
 did not set any particular background that will do this. So I added this
 line in my /etc/X11/xdm/Xsession:

 /usr/X11R6/bin/xsetroot -gray


Good information, Marco, but I think that resetting the root window or
killing login-screen processes should be done in /etc/X11/xdm/Xstartup and/or
Xstartup_0. These scripts will be executed immediately after a successful
user login has occurred. Of course, your method is just as effective, but
perhaps a little non-standard.

--
Jeff Ebert
[EMAIL PROTECTED]




--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: xdm background image

1997-10-05 Thread Marco Bravi
On Sat, 4 Oct 1997, Paul Miller wrote:

 Date: Sat, 4 Oct 1997 16:11:25 -0400 (EDT)
 From: Paul Miller [EMAIL PROTECTED]
 To: Debian User debian-user@lists.debian.org,
 Linux Admin [EMAIL PROTECTED]
 Subject: xdm background image
 
 How can I display a background image (gif/jpg) on the xdm login prompt?

I have this line in my /etc/X11/xdm/Xsetup_0:

/usr/X11R6/bin/xv -root -rmode 6 -rfg #FA
/usr/X11R6/lib/X11/xdm/linux-logo-2.0.gif -quit

Obviously, you may want to remove it once a user logs in, just in case he
did not set any particular background that will do this. So I added this
line in my /etc/X11/xdm/Xsession:

/usr/X11R6/bin/xsetroot -gray

Following this method, you can also easily create animated login
backgrounds, by calling any suitable program (i. e., all those nifty
screen savers); in this case what you have to put in /etc/X11/xdm/Xsession
is a coomand that will kill the program displaying the animated
background.

Remember that many programs which look nice on the screen also burn lots
of CPU cycles. If your users rely on CPU time being available also when
they are not logged in (i. e., they run background, CPU-bound programs),
although nice, they may not be a good idea.




--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


xdm background image

1997-10-04 Thread Paul Miller
How can I display a background image (gif/jpg) on the xdm login prompt?

-Paul


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: xdm background image

1997-10-04 Thread Synergistic Effect
With the xbanner package.

On Sat, 4 Oct 1997, Paul Miller wrote:

 How can I display a background image (gif/jpg) on the xdm login prompt?
 
 -Paul
 
 
 --
 TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
 [EMAIL PROTECTED] . 
 Trouble?  e-mail to [EMAIL PROTECTED] .
 
 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: xdm background image

1997-10-04 Thread Glynn Clements

Paul Miller wrote:

 How can I display a background image (gif/jpg) on the xdm login prompt?

Add something like:

/usr/X11R6/bin/xv -root -quit /usr/include/X11/pixmaps/background.xpm

or:

/usr/local/bin/X11/xpmroot /usr/include/X11/pixmaps/background.xpm

to the file /usr/X11R6/lib/X11/xdm/Xsetup_0 (or whichever file
corresponds to the `DisplayManager._0.setup' resource in the file
/usr/X11R6/lib/X11/xdm/xdm-config).

-- 
Glynn Clements [EMAIL PROTECTED]


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .